warning messages

This commit is contained in:
skeeter 2000-11-16 04:02:53 +00:00
parent e5727749ce
commit e13e85e0a5

View File

@ -235,7 +235,8 @@
}
// If the user wanted to upgrade/install/remove an app, now is the time
if ($submit == "Perform Actions" && is_array($appAction)) {
if ((isset($submit) && $submit == "Perform Actions") &&
is_array($appAction)) {
echo "<p>\n";
echo "<table border='0' align='center' bgcolor='#e6e6e6' cellpadding='3' cellspacing='0'>\n";
echo "<tr bgcolor='#486591'>";