Skip to content

Commit

Permalink
Fix question details showing on update question.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2108 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed Oct 23, 2006
1 parent f93b2a4 commit 6f1776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/html.php
Expand Up @@ -993,7 +993,7 @@
. "\t\t\t</table>\n"
. "\t\t</td>\n"
. "\t</tr>\n";
if (returnglobal('viewanswer')) {$qshowstyle = "style='display: none'";}
if (returnglobal('viewanswer') || $action =="editquestion") {$qshowstyle = "style='display: none'";}
else {$qshowstyle = "";}
$questionsummary .= "\t<tr $qshowstyle id='surveydetails30'><td width='20%' align='right'><strong>"
. _("Code:")."</strong></font></td>\n"
Expand Down

0 comments on commit 6f1776e

Please sign in to comment.