Skip to content

Commit

Permalink
resolve fetal error
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinaa committed Jul 11, 2012
1 parent e032d61 commit 290eee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/server_privileges.lib.php
Expand Up @@ -434,8 +434,8 @@ function PMA_getHtmlToDisplayPrivilegesTable($random_n, $db = '*', $table = '*',
// get columns
$res = PMA_DBI_try_query(
'SHOW COLUMNS FROM '
. PMA_CommonFunctions::getInstance()->PMA_backquote(PMA_unescapeMysqlWildcards($db))
. '.' . PMA_CommonFunctions::getInstance()->PMA_backquote($table) . ';'
. PMA_CommonFunctions::getInstance()->backquote(PMA_unescapeMysqlWildcards($db))
. '.' . PMA_CommonFunctions::getInstance()->backquote($table) . ';'
);
$columns = array();
if ($res) {
Expand Down

0 comments on commit 290eee2

Please sign in to comment.