Navigation Menu

Skip to content

Commit

Permalink
Removed warning about "Groups" and "Survey in One" not being available.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@287 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 18, 2003
1 parent 42facf5 commit 599ba93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/html.php
Expand Up @@ -46,8 +46,8 @@
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 ($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>";}
elseif ($s1row['format'] == "G") {$surveysummary .= " and is presented group by group.";}
else {$surveysummary .= " and is presented as one single page.";}
$surveysummary .= "</font></td></tr>\n";
$surveysummary .= "\t<tr><td align='right' valign='top'>$setfont<b>Description:</b></font></td>\n";
$surveysummary .= "\t\t<td>$setfont {$s1row['description']}</font></td></tr>\n";
Expand Down

0 comments on commit 599ba93

Please sign in to comment.