Skip to content

Commit

Permalink
Changed so that $surveyoptions menubar shows whether survey is active…
Browse files Browse the repository at this point in the history
… or not.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@509 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 16, 2003
1 parent a559740 commit 8e80c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/dataentry.php
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@
$surveytable = "survey_{$desrow['sid']}";
$surveydatestamp = $desrow['datestamp'];
}
if ($surveyactive == "Y") {echo "$surveyoptions\n";}
//if ($surveyactive == "Y") {echo "$surveyoptions\n";}
echo "<table height='1'><tr><td></td></tr></table>\n";
echo "<table width='99%' align='center' style='border: 1px solid #555555' cellpadding='1' cellspacing='0'>\n";
echo "\t<tr bgcolor='#555555'><td colspan='3' height='4'><font size='1' face='verdana' color='white'><b>"._DATAENTRY."</b></td></tr>\n";
Expand Down

0 comments on commit 8e80c6e

Please sign in to comment.