The branch, master has been updated via c1398b4ff1b8703da48c3024f5eefd2d35f7434a (commit) from 7706caa9a43aebd7be65352ed9a9b11a9cc8d196 (commit)
- Log ----------------------------------------------------------------- commit c1398b4ff1b8703da48c3024f5eefd2d35f7434a Author: Michal Čihař mcihar@novell.com Date: Thu Feb 17 13:45:58 2011 +0100
PMA_mysqlDie pulls headers, no need to do it again.
-----------------------------------------------------------------------
Summary of changes: sql.php | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/sql.php b/sql.php index 427e72d..0e59896 100644 --- a/sql.php +++ b/sql.php @@ -391,11 +391,6 @@ if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) { */ require './' . PMA_securePath($goto); } else { - /** - * HTML header. - */ - - require_once './libraries/header.inc.php'; $full_err_url = (preg_match('@^(db|tbl)_@', $err_url)) ? $err_url . '&show_query=1&sql_query=' . urlencode($sql_query) : $err_url;
hooks/post-receive