Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 13d5323a66..73c1f9e7f8 100644
--- a/db_search.php
+++ b/db_search.php
@@ -48,6 +48,7 @@
* @uses in_array()
* @version $Id$
* @author Thomas Chaumeny <chaume92 at aol.com>
+ * @package phpMyAdmin
*/
/**
@@ -312,7 +313,7 @@ $choices = array(
'2' => $GLOBALS['strSearchOption2'] . PMA_showHint($GLOBALS['strSplitWordsWithSpace']),
'3' => $GLOBALS['strSearchOption3'],
'4' => $GLOBALS['strSearchOption4'] . ' ' . PMA_showMySQLDocu('Regexp', 'Regexp')
-);
+);
// 4th parameter set to false to add line breaks
// 5th parameter set to false to avoid htmlspecialchars() escaping in the label
// since we have some HTML in some labels