Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-07-26 18:35:52 +0400
committerMichal Čihař <mcihar@novell.com>2010-07-26 18:35:52 +0400
commit3910ce61212e44d944ccbd924fd50d69419af548 (patch)
tree30bc5f2c8120ab4ed8e11baf97580040b82e9401 /tbl_addfield.php
parent81a4fdf0c9567f981807684a8083e5789b112b07 (diff)
Remove explicit inclusion of Table.class.php as it is included in common.inc anyway.
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index e32ba3085f..ec910fdf4b 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -9,7 +9,6 @@
* Get some core libraries
*/
require_once './libraries/common.inc.php';
-require_once './libraries/Table.class.php';
require_once './libraries/header.inc.php';