bug 882695

This commit is contained in:
Marc Delisle
2004-01-25 12:35:37 +00:00
parent c6305b1fbe
commit 486c038095
2 changed files with 7 additions and 0 deletions

View File

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

View File

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