Skip to content

Commit

Permalink
Further code cleaning..
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@787 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Nov 25, 2003
1 parent 574eb41 commit 2e9f8c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/html.php
Expand Up @@ -898,7 +898,8 @@
. "\t\t</td>\n"
. "\t</tr>\n";

$newquestion .= questionjavascript($eqrow['type']);
if (isset($eqrow)) {$newquestion .= questionjavascript($eqrow['type']);}
else {$newquestion .= questionjavascript('');}

$newquestion .= "\t<tr>\n"
. "\t\t<td colspan='2' align='center'><input type='submit' $btstyle value='"._ADDQ."' /></td>\n"
Expand Down

0 comments on commit 2e9f8c9

Please sign in to comment.