Make this sentence
This commit is contained in:
2
sql.php
2
sql.php
@@ -124,7 +124,7 @@ if (empty($sql_query) && strlen($table) && strlen($db)) {
|
|||||||
'label');
|
'label');
|
||||||
|
|
||||||
if (! empty($book_sql_query)) {
|
if (! empty($book_sql_query)) {
|
||||||
$GLOBALS['using_bookmark_message'] = PMA_message::notice(__('Using bookmark "%s" as default browse query'));
|
$GLOBALS['using_bookmark_message'] = PMA_message::notice(__('Using bookmark "%s" as default browse query.'));
|
||||||
$GLOBALS['using_bookmark_message']->addParam($table);
|
$GLOBALS['using_bookmark_message']->addParam($table);
|
||||||
$sql_query = $book_sql_query;
|
$sql_query = $book_sql_query;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user