From 1164c5b7fbff80e06155ca457c2e89546fabb8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 10 Feb 2011 10:37:58 +0100 Subject: [PATCH] Add link to documentation --- sql.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sql.php b/sql.php index e31e30c43..d3bf18fde 100644 --- a/sql.php +++ b/sql.php @@ -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);