Skip to content

Commit

Permalink
A boolean is expected here
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed May 10, 2014
1 parent ef81d95 commit d0dfcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_operations.php
Expand Up @@ -287,7 +287,7 @@
WHERE db_name = \'' . PMA_Util::sqlAddSlashes($db) . '\'';
$test_rs = PMA_queryAsControlUser(
$test_query,
null,
false,
PMA_DatabaseInterface::QUERY_STORE
);

Expand Down

0 comments on commit d0dfcfb

Please sign in to comment.