From 443fa4db58116b01217b75321c2984bdeca2b12b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 22 Jan 2010 16:27:36 +0000 Subject: [PATCH] undefined variable --- libraries/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/header.inc.php b/libraries/header.inc.php index ea8f1f2cc..d1b91502b 100644 --- a/libraries/header.inc.php +++ b/libraries/header.inc.php @@ -106,7 +106,7 @@ if (empty($GLOBALS['is_header_sent'])) { $GLOBALS['strDatabase'], 's_db.png'); - if ($GLOBALS['action'] == 'tbl_create.php') { + if (isset($GLOBALS['action']) && $GLOBALS['action'] == 'tbl_create.php') { /* We're creating new table */ echo $separator; printf($item,