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:
authorRouslan Placella <rouslan@placella.com>2012-05-01 02:41:07 +0400
committerRouslan Placella <rouslan@placella.com>2012-05-05 19:44:27 +0400
commit2c805ade8b3323e518238b38f56d5382759f9e7c (patch)
tree314745c6f512cb287751b17a967f4e2d1cedc70b /tbl_alter.php
parentec62d5f4b3dd762b44662ae5c89f164285bb741c (diff)
Dropped tbl_links.inc.php
Diffstat (limited to 'tbl_alter.php')
-rw-r--r--tbl_alter.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tbl_alter.php b/tbl_alter.php
index 7c658b332b..1d6c5265f9 100644
--- a/tbl_alter.php
+++ b/tbl_alter.php
@@ -279,10 +279,6 @@ if (isset($_REQUEST['do_save_data'])) {
* $selected comes from multi_submits.inc.php
*/
if ($abort == false) {
- if (!isset($_REQUEST['ajax_request']) || $_REQUEST['ajax_request'] != true) {
- include_once 'libraries/tbl_links.inc.php';
- }
-
if (! isset($selected)) {
PMA_checkParameters(array('field'));
$selected[] = $_REQUEST['field'];