undefined variable
This commit is contained in:
@@ -106,7 +106,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
|||||||
$GLOBALS['strDatabase'],
|
$GLOBALS['strDatabase'],
|
||||||
's_db.png');
|
's_db.png');
|
||||||
|
|
||||||
if ($GLOBALS['action'] == 'tbl_create.php') {
|
if (isset($GLOBALS['action']) && $GLOBALS['action'] == 'tbl_create.php') {
|
||||||
/* We're creating new table */
|
/* We're creating new table */
|
||||||
echo $separator;
|
echo $separator;
|
||||||
printf($item,
|
printf($item,
|
||||||
|
Reference in New Issue
Block a user