Page 1 of 1

bug in question_insert.php (solution)

PostPosted: Wed Jan 12, 2005 3:25 pm
by rodolphedj
replace :

$res = mysql_query("insert into nabopoll_questions values($survey,$question,\"\",0)");

by

$res = mysql_query("insert into nabopoll_questions values($survey,$question,\"\",'',0)");

:wink: