Remove error reporting.
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-06-24 Michal Čihař <michal@cihar.com>
|
||||
* tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
|
||||
Remove error reporting.
|
||||
|
||||
2005-06-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* db_operations.php: problem renaming a db
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
// vim: expandtab sw=4 ts=4 sts=4:
|
||||
error_reporting(E_ALL);
|
||||
/**
|
||||
* Set of functions used to build SQL dumps of tables
|
||||
*/
|
||||
|
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
// vim: expandtab sw=4 ts=4 sts=4:
|
||||
error_reporting(E_ALL);
|
||||
|
||||
/**
|
||||
* Get the variables sent or posted to this script and displays the header
|
||||
|
@@ -3,13 +3,6 @@
|
||||
// vim: expandtab sw=4 ts=4 sts=4:
|
||||
|
||||
|
||||
/**
|
||||
* Sets error reporting level
|
||||
*/
|
||||
// (removed to avoid path disclosure, not sure about why this was here)
|
||||
// error_reporting(E_ALL);
|
||||
|
||||
|
||||
// Check parameters
|
||||
|
||||
require_once('./libraries/common.lib.php');
|
||||
|
Reference in New Issue
Block a user