Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Browse menu now displays on dataentry screen
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@508 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 15, 2003
1 parent 72470f6 commit a559740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/dataentry.php
Expand Up @@ -964,6 +964,7 @@
// PRESENT SURVEY DATAENTRY SCREEN
echo "<table width='99%' align='center' style='border: 1px solid #555555' cellpadding='1' cellspacing='0'>\n";
echo "\t<tr bgcolor='#555555'><td colspan='2' height='4'><font size='1' face='verdana' color='white'><b>"._BROWSERESPONSES."</b></td></tr>\n";
echo $surveyoptions;
$desquery = "SELECT * FROM surveys WHERE sid=$sid";
$desresult = mysql_query($desquery);
while ($desrow = mysql_fetch_array($desresult))
Expand Down

0 comments on commit a559740

Please sign in to comment.