bug #1674972 no export with %afm%
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user