From: Simon H. <sim...@us...> - 2010-09-30 17:04:22
|
Update of /cvsroot/stack/stack-dev/install/update/updates In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30452/install/update/updates Modified Files: TwoPointTwo.php Log Message: Remove debug output. Index: TwoPointTwo.php =================================================================== RCS file: /cvsroot/stack/stack-dev/install/update/updates/TwoPointTwo.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TwoPointTwo.php 30 Sep 2010 16:56:22 -0000 1.2 --- TwoPointTwo.php 30 Sep 2010 17:04:14 -0000 1.3 *************** *** 114,118 **** $sql = "UPDATE stackquestion SET line=".($i+1).", questionVariables=".$conn->dbSafeString($serialisedQV)." WHERE questionID=".$qid[$i]; $conn->query($sql); // row indices start at 1 ! echo $sql; // go back and check --- 114,118 ---- $sql = "UPDATE stackquestion SET line=".($i+1).", questionVariables=".$conn->dbSafeString($serialisedQV)." WHERE questionID=".$qid[$i]; $conn->query($sql); // row indices start at 1 ! //echo $sql; // go back and check |