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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-15 20:15:59 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-15 20:15:59 +0300
commitd4164091ff341f0eace0e06591e703989a879fef (patch)
tree8fdf07e5a08561a4bbd75ae6669ab0b55794a748 /tbl_row_action.php
parentcf6de45646e54a2859a8fddbb99beaeb7f621a7c (diff)
bug #1674972 no export with %afm%
Diffstat (limited to 'tbl_row_action.php')
-rw-r--r--tbl_row_action.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_row_action.php b/tbl_row_action.php
index 9c2b7c36a9..d61839babf 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -81,7 +81,7 @@ if (!empty($submit_mult)) {
foreach ($rows_to_delete AS $i_primary_key => $del_query) {
$primary_key[] = urldecode($i_primary_key);
}
-
+
$active_page = 'tbl_change.php';
include './tbl_change.php';
break;
@@ -91,7 +91,7 @@ if (!empty($submit_mult)) {
$single_table = TRUE;
$primary_key = array();
- $sql_query = urldecode($sql_query);
+ //$sql_query = urldecode($sql_query);
// garvin: As we got the fields to be edited from the 'rows_to_delete' checkbox, we use the index of it as the
// indicating primary key. Then we built the array which is used for the tbl_change.php script.
foreach ($rows_to_delete AS $i_primary_key => $del_query) {