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:
authorVishal Pandey <vishpandey2014@gmail.com>2017-01-15 15:10:35 +0300
committerMichal Čihař <michal@cihar.com>2017-03-20 19:55:21 +0300
commit5da44ce1a642e611068276fdcc1eef236e88a9a6 (patch)
tree4c385c1b491b956ca7c272de4979ae74f3585314 /tbl_addfield.php
parent2c48b61757472ca4f0b90f8f0144a86877a44a35 (diff)
Move the tbl_info.inc.php code to Table class
Fixes #12567 Signed-off-by: flash1452 <vishpandey2014@gmail.com>
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 8bce9c240b..e7e9452058 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -122,7 +122,6 @@ if ($abort == false) {
* Gets tables information
*/
include_once 'libraries/tbl_common.inc.php';
- include_once 'libraries/tbl_info.inc.php';
$active_page = 'tbl_structure.php';
/**