forked from science-ation/science-ation
Whoops that should be $required=="yes" not just $required
This commit is contained in:
parent
8862433fc2
commit
e8167a2fd6
@ -127,7 +127,7 @@ function safetyStatus()
|
|||||||
$q=mysql_query("SELECT * FROM safetyquestions ORDER BY ord");
|
$q=mysql_query("SELECT * FROM safetyquestions ORDER BY ord");
|
||||||
while($r=mysql_fetch_object($q))
|
while($r=mysql_fetch_object($q))
|
||||||
{
|
{
|
||||||
if($r->required && !$safetyanswers[$r->id])
|
if($r->required=="yes" && !$safetyanswers[$r->id])
|
||||||
{
|
{
|
||||||
return "incomplete";
|
return "incomplete";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user