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 /index.php
parent327b3d14560dd8aa68da071a7661e6c12d4b5c41 (diff)
Remove @uses tags from docblocks
Diffstat (limited to 'index.php')
-rw-r--r--index.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/index.php b/index.php
index 070099b069..cb5eb63775 100644
--- a/index.php
+++ b/index.php
@@ -3,26 +3,7 @@
/**
* forms frameset
*
- * @uses $GLOBALS['cfg']['QueryHistoryDB']
- * @uses $GLOBALS['cfg']['Server']['user']
- * @uses $GLOBALS['cfg']['DefaultTabServer'] as src for the mainframe
- * @uses $GLOBALS['cfg']['DefaultTabDatabase'] as src for the mainframe
- * @uses $GLOBALS['cfg']['NaviWidth'] for navi frame width
- * @uses $GLOBALS['collation_connection'] from $_REQUEST (grab_globals.lib.php)
* or common.inc.php
- * @uses $GLOBALS['available_languages'] from common.inc.php (select_lang.lib.php)
- * @uses $GLOBALS['db']
- * @uses $GLOBALS['lang']
- * @uses $GLOBALS['text_dir']
- * @uses $_ENV['HTTP_HOST']
- * @uses PMA_getRelationsParam()
- * @uses PMA_purgeHistory()
- * @uses PMA_generate_common_url()
- * @uses PMA_VERSION
- * @uses session_write_close()
- * @uses time()
- * @uses PMA_getenv()
- * @uses header() to send charset
* @package phpMyAdmin
*/