Skip to content

Commit

Permalink
Minor bugfix/tweak removed notice
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@837 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jan 11, 2004
1 parent 51dcec1 commit 85ec3bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/admin.php
Expand Up @@ -71,7 +71,7 @@
echo "<br />\n"
."<table width='350' align='center' style='border: 1px solid #555555' cellpadding='1' cellspacing='0'>\n"
."\t<tr bgcolor='#555555'><td colspan='2' height='4'><font size='1' face='verdana' color='white'><b>"
._SETUP."</b> <font color='silver'>{$s1row['short_title']}</td></tr>\n"
._SETUP."</b></td></tr>\n"
."\t<tr height='22' bgcolor='#CCCCCC'><td align='center'>$setfont\n"
."<b><font color='red'>"
._ERROR."<br />\n"
Expand Down
2 changes: 1 addition & 1 deletion admin/checkfields.php
Expand Up @@ -89,7 +89,7 @@
{
$tablelist[]=$row[0];
}
if (!is_array($tablelist))
if (!isset($tablelist) || !is_array($tablelist))
{
$tablelist[]="empty";
}
Expand Down

0 comments on commit 85ec3bb

Please sign in to comment.