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
path: root/setup
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-09-09 13:49:07 +0400
committerMarc Delisle <marc@infomarc.info>2013-09-09 13:49:07 +0400
commit2c41695fe91ffb5d1a254dcd80a1385705dff21c (patch)
tree2a463778c4f09e35d15385a17d83c254363df341 /setup
parentf30b6a6a5f08df3f6f4427611b401fc3a290640f (diff)
Fix codestyle
Diffstat (limited to 'setup')
-rw-r--r--setup/frames/index.inc.php2
-rw-r--r--setup/lib/index.lib.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 1ee3e53ded..e7772dbbe0 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -31,7 +31,7 @@ PMA_messagesBegin();
// Check phpMyAdmin version
//
if (isset($_GET['version_check'])) {
- PMA_version_check();
+ PMA_versionCheck();
}
//
diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php
index 16b730718a..f3c95c6437 100644
--- a/setup/lib/index.lib.php
+++ b/setup/lib/index.lib.php
@@ -101,7 +101,7 @@ function PMA_messagesShowHtml()
*
* @return void
*/
-function PMA_version_check()
+function PMA_versionCheck()
{
// version check messages should always be visible so let's make
// a unique message id each time we run it