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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-06-27 20:23:59 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-06-27 20:23:59 +0400
commit39d37fafcce29160c4dfe6ef7696de19bebb1d18 (patch)
tree3f6b5030d805fb3d5ccbdcf10ab680e7cd12dffa /main.php
parent1cc49d32d94d8981e427a32900dc61ae6ec90149 (diff)
parentf2057c47511c6b3c7d75b167c5abcaab1695675b (diff)
Resolved conflicts
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 1cb3a05483..9a78cba1c0 100644
--- a/main.php
+++ b/main.php
@@ -84,7 +84,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>';
}