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:
authorMichal Čihař <michal@cihar.com>2012-04-27 13:33:26 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 13:33:26 +0400
commit397b6fd00e38929f66f5db95d8e0390b79336bdd (patch)
treee365b39797cb747e10eb59690db41c79570d3ca1 /db_search.php
parente6cca75875cf2dd08ab1cf51501ee01f505a54c4 (diff)
Cleanup spacing after @return
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 1eb59ac19e..0f5c090777 100644
--- a/db_search.php
+++ b/db_search.php
@@ -117,7 +117,7 @@ if (isset($_REQUEST['submit_search'])) {
* (1 -> 1 word at least, 2 -> all words,
* 3 -> exact string, 4 -> regexp)
*
- * @return array 3 SQL querys (for count, display and delete results)
+ * @return array 3 SQL querys (for count, display and delete results)
*
* @todo can we make use of fulltextsearch IN BOOLEAN MODE for this?
* PMA_backquote