bug 454477
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2001-08-23 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* lib.inc.php3, bug 454477, added LIMIT 1 to delete only one instance
|
||||||
|
when records are the same
|
||||||
|
|
||||||
2001-08-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-08-23 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* lib.inc.php3, display_table(): displays a space character if a field is
|
* lib.inc.php3, display_table(): displays a space character if a field is
|
||||||
empty to ensure the cell format is used with NS.
|
empty to ensure the cell format is used with NS.
|
||||||
|
@@ -1192,7 +1192,7 @@ var errorMsg2 = '<?php echo(str_replace('\'', '\\\'', $GLOBALS['strNotValidNumbe
|
|||||||
. '&goto=tbl_properties.php3';
|
. '&goto=tbl_properties.php3';
|
||||||
$delete_url = 'sql.php3'
|
$delete_url = 'sql.php3'
|
||||||
. '?' . $url_query
|
. '?' . $url_query
|
||||||
. '&sql_query=' . urlencode('DELETE FROM ' . backquote($table) . ' WHERE') . $uva_condition
|
. '&sql_query=' . urlencode('DELETE FROM ' . backquote($table) . ' WHERE') . $uva_condition . urlencode(' LIMIT 1')
|
||||||
. '&zero_rows=' . urlencode(htmlspecialchars($GLOBALS['strDeleted']))
|
. '&zero_rows=' . urlencode(htmlspecialchars($GLOBALS['strDeleted']))
|
||||||
. '&goto=' . urlencode($goto);
|
. '&goto=' . urlencode($goto);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user