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:
authorRouslan Placella <rouslan@placella.com>2012-05-24 01:06:17 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:02 +0400
commit372335a8cad0295c170ccfdb36c42972a389eadc (patch)
tree967db658f5056732ea36ee722c34ba766c147d44 /tbl_change.php
parent4a740376c89755698ae5fac3746eb57ba07142ae (diff)
Removed some references to the non-existent header.inc.php file
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index 00bfc241ba..f4246ccc97 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -107,7 +107,7 @@ if ($GLOBALS['cfg']['ShowPropertyComments']) {
*/
/**
- * used in ./libraries/header.inc.php to load JavaScript library file
+ * Load JavaScript files
*/
$scripts = PMA_Header::getInstance()->getScripts();
$scripts->addFile('functions.js');