From 27d762ee721b0b209714ed305440a52bf3426f70 Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Fri, 24 Sep 2004 04:51:01 +0000 Subject: [PATCH] Bugfix: Added question type "id" so that question_attributes would work when a survey is active git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@1208 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/html.php b/admin/html.php index 05b00246167..fe169f33edd 100644 --- a/admin/html.php +++ b/admin/html.php @@ -285,6 +285,7 @@ $surveysummary .= "\t\t\t\t\t\n"; + if ($activated == "Y") { $surveysummary .= "\t\t\t\t\t|\n" @@ -1222,7 +1223,7 @@ else { $editquestion .= "\t\t{$setfont}[{$eqrow['type']}] - "._DE_NOMODIFY." - "._SS_ACTIVE."\n" - . "\t\t\t\n" + . "\t\t\t\n" . "\t\t\n"; }