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>2013-07-21 15:51:36 +0400
committerMarc Delisle <marc@infomarc.info>2013-07-21 15:51:36 +0400
commit3c83f1f6d296f174efcb1e3cfbb85c6616d057ad (patch)
tree9260357bc04768f9cedd4a6434a604609ba05282 /tbl_select.php
parenta4680197f29d96f9b4ec219606d37fd56d76d4d5 (diff)
Fix comment due to refactoring
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_select.php b/tbl_select.php
index 82189d7ad3..e0fd01f113 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -4,7 +4,7 @@
* Handles table search tab
*
* display table search form, create SQL query from form data
- * and include sql.php to execute it
+ * and call PMA_executeQueryAndSendQueryResponse() to execute it
*
* @package PhpMyAdmin
*/