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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2012-05-25 21:13:23 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-05-25 21:13:23 +0400
commit1427b2f2de9084b52e2b92a82baa0713b035567e (patch)
treed0a8d962ce34ff3cf76ac415d476f157fda60d13 /main.php
parentdef60af6e0d1fde4787ff0b8c6f48bc4a719ec5c (diff)
Fix function names: PMA_AddJSVar -> PMA_addJSVar
Diffstat (limited to 'main.php')
-rw-r--r--main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.php b/main.php
index 9dc61bdf67..202eb86627 100644
--- a/main.php
+++ b/main.php
@@ -19,7 +19,7 @@ if ($GLOBALS['PMA_Config']->isGitRevision()) {
if (isset($_REQUEST['git_revision']) && $GLOBALS['is_ajax_request'] == true) {
PMA_printGitRevision();
}
- PMA_AddJSVar('is_git_revision', true);
+ PMA_addJSVar('is_git_revision', true);
}
// Handles some variables that may have been sent by the calling script