[geeklog-cvs] geeklog: Removed debug code

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jun 7 15:25:26 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/a257d2843389
changeset: 7087:a257d2843389
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Jun 07 19:07:00 2009 +0200
description:
Removed debug code

diffstat:

 plugins/polls/functions.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 48e0663d018b -r a257d2843389 plugins/polls/functions.inc
--- a/plugins/polls/functions.inc	Sun Jun 07 10:41:55 2009 +0200
+++ b/plugins/polls/functions.inc	Sun Jun 07 19:07:00 2009 +0200
@@ -1245,7 +1245,7 @@
     if ($pid != '*') {
         $sql .= ' LIMIT 1';
     }
-COM_errorLog($sql);
+
     $result = DB_query($sql);
     $numRows = DB_numRows($result);
 



More information about the geeklog-cvs mailing list