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ř <mcihar@suse.cz>2011-06-27 13:20:20 +0400
committerMichal Čihař <mcihar@suse.cz>2011-06-27 13:20:20 +0400
commite57f27e50ba565be52ed3d271d6c9076f2ae48fd (patch)
tree5fa4a201f6cfee05a500e42da92eea3be147c040 /import.php
parent327b3d14560dd8aa68da071a7661e6c12d4b5c41 (diff)
Remove @uses tags from docblocks
Diffstat (limited to 'import.php')
-rw-r--r--import.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/import.php b/import.php
index fea35c5aaf..6506dc82a2 100644
--- a/import.php
+++ b/import.php
@@ -3,7 +3,6 @@
/**
* Core script for import, this is just the glue around all other stuff
*
- * @uses PMA_Bookmark_getList()
* @package phpMyAdmin
*/