Skip to content

Commit

Permalink
Oups... removed debug output
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2864 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed May 7, 2007
1 parent bcd1f2e commit 90caa68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/dataentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@
".db_table_name("questions").".language = '{$language}' AND ".db_table_name("answers").".language = '{$language}' AND
".db_table_name("questions").".qid={$irow['qid']}
AND ".db_table_name("questions").".sid=$surveyid ORDER BY ".db_table_name("answers").".sortorder, ".db_table_name("answers").".answer";
echo "TIBO: $i2query";
$i2result = db_execute_assoc($i2query);
while ($i2row = $i2result->FetchRow())
{
Expand Down

0 comments on commit 90caa68

Please sign in to comment.