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:
authorMarc Delisle <marc@infomarc.info>2009-01-18 01:22:52 +0300
committerMarc Delisle <marc@infomarc.info>2009-01-18 01:22:52 +0300
commitfba0302bd11417f13231b212303246da078c86ac (patch)
treea84f427b3606189134380daf01fe156880c61ae7 /db_search.php
parent424342c014d2438691e89679d004a32629a342b6 (diff)
patch #2506831 [privileges] Create user for existing database
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index bbdffaf157..4b5a65e34b 100644
--- a/db_search.php
+++ b/db_search.php
@@ -314,7 +314,7 @@ $choices = array(
'3' => $GLOBALS['strSearchOption3'],
'4' => $GLOBALS['strSearchOption4'] . ' ' . PMA_showMySQLDocu('Regexp', 'Regexp')
);
-// 4th parameter set to false to add line breaks
+// 4th parameter set to true to add line breaks
// 5th parameter set to false to avoid htmlspecialchars() escaping in the label
// since we have some HTML in some labels
PMA_generate_html_radio('search_option', $choices, $search_option, true, false);