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 /view_operations.php
parent81a4fdf0c9567f981807684a8083e5789b112b07 (diff)
Remove explicit inclusion of Table.class.php as it is included in common.inc anyway.
Diffstat (limited to 'view_operations.php')
-rw-r--r--view_operations.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/view_operations.php b/view_operations.php
index aabb7d1aac..2149e15eb9 100644
--- a/view_operations.php
+++ b/view_operations.php
@@ -9,7 +9,6 @@
*
*/
require_once './libraries/common.inc.php';
-require_once './libraries/Table.class.php';
$pma_table = new PMA_Table($GLOBALS['table'], $GLOBALS['db']);