[geeklog-cvs] geeklog: Removed debug COM_errorLog call

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Feb 7 06:42:33 EST 2010


changeset 7711:2673f0a770e9
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/2673f0a770e9
user: Dirk Haun <dirk at haun-online.de>
date: Sun Feb 07 11:18:29 2010 +0100
description:
Removed debug COM_errorLog call

diffstat:

 public_html/directory.php |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 936690bc3ce0 -r 2673f0a770e9 public_html/directory.php
--- a/public_html/directory.php	Sun Feb 07 11:05:56 2010 +0100
+++ b/public_html/directory.php	Sun Feb 07 11:18:29 2010 +0100
@@ -442,7 +442,6 @@
     $ysql['pgsql'] = $yearsql['pgsql'] . " GROUP BY year,date ORDER BY year DESC";
 
     $yresult = DB_query ($ysql);
-COM_errorLog($ysql['mysql']);
     $numyears = DB_numRows ($yresult);
 
     for ($i = 0; $i < $numyears; $i++) {



More information about the geeklog-cvs mailing list