Go to DefaultTabTable

This commit is contained in:
Kasun Chathuranga 2013-08-31 13:24:34 +05:30
parent d19049cb81
commit bd29b3ff85

View File

@ -2006,7 +2006,7 @@ function PMA_getHtmlForSpecificTablePrivileges($db, $table)
. ' '
. sprintf(
__('Users having access to "%s"'),
'<a href="' . $GLOBALS['cfg']['DefaultTabDatabase']
'<a href="' . $GLOBALS['cfg']['DefaultTabTable']
. PMA_URL_getCommon(
array(
'db' => $db,