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:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2012-06-25 22:56:51 +0400
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2012-06-25 22:56:51 +0400
commit98c8b308b8806b7b16a10132faf657af28c58356 (patch)
tree0a1fc8280d67c3f23d06b6841df458de49fa9bfb /db_search.php
parent5a7952eca23d703797f7fdc54c6d54d30890ef80 (diff)
Fix typo in doc comments
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_search.php b/db_search.php
index fabb440969..39c7330b90 100644
--- a/db_search.php
+++ b/db_search.php
@@ -206,7 +206,7 @@ if (isset($_REQUEST['submit_search'])) {
} // end 1.
/**
- * Displays the results
+ * Displays database search results
*
* @param array $tables_selected Tables on which search is to be performed
* @param string $searched The search word/phrase/regexp
@@ -217,7 +217,7 @@ if (isset($_REQUEST['submit_search'])) {
* 3 -> exact string, 4 -> regexp)
* @param string $field_str Restrict the search to this field
*
- * @return string HTML results *
+ * @return string HTML for search results
*/
function PMA_dbSearchGetSearchResults($tables_selected, $searched, $option_str,
$search_str, $search_option, $field_str = null