[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-754-gc1398b4

Michal Čihař nijel at users.sourceforge.net
Thu Feb 17 13:46:20 CET 2011


The branch, master has been updated
       via  c1398b4ff1b8703da48c3024f5eefd2d35f7434a (commit)
      from  7706caa9a43aebd7be65352ed9a9b11a9cc8d196 (commit)


- Log -----------------------------------------------------------------
commit c1398b4ff1b8703da48c3024f5eefd2d35f7434a
Author: Michal Čihař <mcihar at 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
-- 
phpMyAdmin




More information about the Git mailing list