bug #1674972 no export with %afm%

This commit is contained in:
Sebastian Mendel
2007-03-15 17:15:59 +00:00
parent cf6de45646
commit d4164091ff
3 changed files with 23 additions and 17 deletions

View File

@@ -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) {