Add link to documentation

This commit is contained in:
Michal Čihař
2011-02-10 10:37:58 +01:00
parent 4db498a0b6
commit 1164c5b7fb

View File

@@ -126,6 +126,7 @@ if (empty($sql_query) && strlen($table) && strlen($db)) {
if (! empty($book_sql_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']->addMessage(PMA_showDocu('faq6_22'));
$sql_query = $book_sql_query;
} else {
$sql_query = 'SELECT * FROM ' . PMA_backquote($table);