bug 882695
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-01-25 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_row_delete.php: bug 882695, broken row highlighting
|
||||
|
||||
2004-01-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* querywindow.php: PMA_DBI_close() instead of DBI_close()
|
||||
* Documentation.html: clarify FAQ 6.21
|
||||
|
@@ -26,6 +26,10 @@ if ($submit_mult == 'row_edit') {
|
||||
$js_to_run = 'tbl_change.js';
|
||||
}
|
||||
|
||||
if ($submit_mult == 'row_delete') {
|
||||
$js_to_run = 'functions.js';
|
||||
}
|
||||
|
||||
require_once('./header.inc.php');
|
||||
|
||||
if (!empty($submit_mult)) {
|
||||
|
Reference in New Issue
Block a user