This commit is contained in:
Garvin Hicking
2003-04-06 18:20:20 +00:00
parent 2fd8a52da9
commit 0d39fbcb3f
5 changed files with 72 additions and 61 deletions

View File

@@ -511,7 +511,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
. PMA_backquote('db') . ','
. PMA_backquote('table') . ','
. PMA_backquote('sqlquery')
. ' FROM ' . PMA_backquote($cfgRelation['history']) . ' WHERE username = \'' . PMA_sqlAddslashes($username) . '\' ORDER BY timevalue DESC');
. ' FROM ' . PMA_backquote($cfgRelation['history']) . ' WHERE username = \'' . PMA_sqlAddslashes($username) . '\' ORDER BY id DESC');
$history = array();