[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1842-g148e35d

The branch, master has been updated via 148e35da06a5e6792bc15e23c4efc10c3f5f36c0 (commit) from b0ecded21e4f1007579972d4557c63bd87936524 (commit) - Log ----------------------------------------------------------------- commit 148e35da06a5e6792bc15e23c4efc10c3f5f36c0 Author: Michal Čihař <michal@cihar.com> Date: Mon Feb 7 18:49:47 2011 +0100 This might not be defined when login fails ----------------------------------------------------------------------- Summary of changes: libraries/header.inc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libraries/header.inc.php b/libraries/header.inc.php index dee9b15..a4fdfc6 100644 --- a/libraries/header.inc.php +++ b/libraries/header.inc.php @@ -17,7 +17,7 @@ require_once './libraries/common.inc.php'; /** * If this is an Ajax request, we do not need to generate all this output. */ -if (!$GLOBALS['is_ajax_request']) { +if (isset($GLOBALS['is_ajax_request']) && !$GLOBALS['is_ajax_request']) { if (empty($GLOBALS['is_header_sent'])) { hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař