rfe 1097729, rename tbl_row_delete.php to tbl_row_action.php
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-03-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
|
||||||
|
|
||||||
2005-03-12 Marc Delisle <lem9@users.sourceforge.net>
|
2005-03-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_properties_structure.php, libraries/sqlparser.lib.php:
|
* tbl_properties_structure.php, libraries/sqlparser.lib.php:
|
||||||
start merging code for MySQL 4.1.2 TIMESTAMP options support
|
start merging code for MySQL 4.1.2 TIMESTAMP options support
|
||||||
|
@@ -575,7 +575,7 @@ function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $
|
|||||||
// Start of form for multi-rows delete
|
// Start of form for multi-rows delete
|
||||||
|
|
||||||
if ($is_display['del_lnk'] == 'dr' || $is_display['del_lnk'] == 'kp' ) {
|
if ($is_display['del_lnk'] == 'dr' || $is_display['del_lnk'] == 'kp' ) {
|
||||||
echo '<form method="post" action="tbl_row_delete.php" name="rowsDeleteForm">' . "\n";
|
echo '<form method="post" action="tbl_row_action.php" name="rowsDeleteForm">' . "\n";
|
||||||
echo PMA_generate_common_hidden_inputs($db, $table, 1);
|
echo PMA_generate_common_hidden_inputs($db, $table, 1);
|
||||||
echo '<input type="hidden" name="disp_direction" value="' . $disp_direction . '" />' . "\n";
|
echo '<input type="hidden" name="disp_direction" value="' . $disp_direction . '" />' . "\n";
|
||||||
echo '<input type="hidden" name="repeat_cells" value="' . $repeat_cells . '" />' . "\n";
|
echo '<input type="hidden" name="repeat_cells" value="' . $repeat_cells . '" />' . "\n";
|
||||||
|
@@ -98,8 +98,8 @@ if (!empty($submit_mult)) {
|
|||||||
|
|
||||||
case 'row_delete':
|
case 'row_delete':
|
||||||
default:
|
default:
|
||||||
$action = 'tbl_row_delete.php';
|
$action = 'tbl_row_action.php';
|
||||||
$err_url = 'tbl_row_delete.php?' . PMA_generate_common_url($db, $table);
|
$err_url = 'tbl_row_action.php?' . PMA_generate_common_url($db, $table);
|
||||||
if (!isset($mult_btn)) {
|
if (!isset($mult_btn)) {
|
||||||
$original_sql_query = $sql_query;
|
$original_sql_query = $sql_query;
|
||||||
$original_url_query = $url_query;
|
$original_url_query = $url_query;
|
Reference in New Issue
Block a user