Skip to content

Commit

Permalink
Bugfix: Added question type "id" so that question_attributes would wo…
Browse files Browse the repository at this point in the history
…rk when a survey is active

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1208 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Sep 24, 2004
1 parent a3c6f62 commit 27d762e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/html.php
Expand Up @@ -285,6 +285,7 @@
$surveysummary .= "\t\t\t\t\t<input type='image' src='$imagefiles/export.gif' title='"
. _S_EXPORT_BT."' align='left' border='0' hspace='0' name='ExportSurvey' "
. "onclick=\"window.open('".$homeurl."/dumpsurvey.php?sid=$sid', '_top')\">\n";

if ($activated == "Y")
{
$surveysummary .= "\t\t\t\t\t<img src='$imagefiles/seperator.gif' alt='|' align='left' border='0' hspace='0'>\n"
Expand Down Expand Up @@ -1222,7 +1223,7 @@
else
{
$editquestion .= "\t\t<td>{$setfont}[{$eqrow['type']}] - "._DE_NOMODIFY." - "._SS_ACTIVE."\n"
. "\t\t\t<input type='hidden' name='type' value='{$eqrow['type']}'>\n"
. "\t\t\t<input type='hidden' name='type' id='question_type' value='{$eqrow['type']}'>\n"
. "\t\t</font></td>\n";
}

Expand Down

0 comments on commit 27d762e

Please sign in to comment.