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 /db_export.php
parent327b3d14560dd8aa68da071a7661e6c12d4b5c41 (diff)
Remove @uses tags from docblocks
Diffstat (limited to 'db_export.php')
-rw-r--r--db_export.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/db_export.php b/db_export.php
index a24ed18d7b..aab4c51c70 100644
--- a/db_export.php
+++ b/db_export.php
@@ -3,10 +3,6 @@
/**
* dumps a database
*
- * @uses libraries/db_common.inc.php
- * @uses libraries/db_info.inc.php
- * @uses libraries/display_export.lib.php
- * @uses $tables from libraries/db_info.inc.php
* @package phpMyAdmin
*/