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-06-23 21:22:29 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-06-23 21:22:29 +0400
commita79cbc51e857d864f890f3903e32c6da5f044bae (patch)
tree95086e09e847eb7c1232a3595f68fdd118de1008 /main.php
parent74ef192c727fdf9a3642f2c438e3b99502574012 (diff)
Use camel case for function names
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 fdc2d86ffe..1aca33fc14 100644
--- a/main.php
+++ b/main.php
@@ -82,7 +82,7 @@ if ($server > 0
) {
echo '<li id="li_select_server">';
include_once 'libraries/select_server.lib.php';
- PMA_select_server(true, true);
+ PMA_selectServer(true, true);
echo '</li>';
}