Skip to content

Commit

Permalink
Corrected typo - detecting which format survey is in (if $sid)
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@272 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Apr 25, 2003
1 parent f4d3fe4 commit f131ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html.php
Expand Up @@ -46,7 +46,7 @@
if ($s1row['private'] != "N") {$surveysummary .= "This survey is anonymous";}
else {$surveysummary .= "This survey is <b>not</b> anonymous";}
if ($s1row['format'] == "S") {$surveysummary .= " and is presented question by question.";}
elseif ($sqrow['format'] == "G") {$surveysummary .= " and is presented group by group.<font size='1' color='red'>[Presenty by Group function not yet available]</font>";}
elseif ($s1row['format'] == "G") {$surveysummary .= " and is presented group by group.<font size='1' color='red'>[Present by Group function not yet available]</font>";}
else {$surveysummary .= " and is presented as one single page.<font size='1' color='red'>[Single Page function not yet available]</font>";}
$surveysummary .= "</font></td></tr>\n";
$surveysummary .= "\t<tr><td align='right' valign='top'>$setfont<b>Description:</b></font></td>\n";
Expand Down

0 comments on commit f131ea8

Please sign in to comment.