[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/polls index.php, 1.44, 1.45

Oliver ospiess at qs1489.pair.com
Mon Aug 20 05:29:08 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls
In directory qs1489.pair.com:/tmp/cvs-serv66550

Modified Files:
	index.php 
Log Message:
remove debug text

Index: index.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/polls/index.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** index.php	20 Aug 2007 09:25:12 -0000	1.44
--- index.php	20 Aug 2007 09:29:06 -0000	1.45
***************
*** 214,218 ****
                      $sql = "INSERT INTO {$_TABLES['pollanswers']} (pid, qid, aid, answer, votes, remark) VALUES "
                          . "('$pid', '$k', " . ($j+1) . ", '{$A[$i][$j]}', {$V[$i][$j]}, '{$R[$i][$j]}');";
-                     echo $sql;
                      DB_query($sql);
                      $v = $v + $V[$i][$j];
--- 214,217 ----




More information about the geeklog-cvs mailing list