Skip to content

Commit

Permalink
Turn database insertion debugging line off.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@8 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
John Richards committed Mar 10, 2003
1 parent 39217a0 commit 9274a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
$col_name = substr($col_name, 1); //Strip off inital comma
$values = substr($values, 1); //Strip off leading comma
$subquery .= "($col_name) VALUES ($values)";
echo "<pre style='text-align: left'>$subquery</pre>\n"; //Debugging info
//echo "<pre style='text-align: left'>$subquery</pre>\n"; //Debugging info

if ($surveyactive == "Y")
{
Expand Down

0 comments on commit 9274a4a

Please sign in to comment.