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:40:20 +0400
committerMarc Delisle <marc@infomarc.info>2013-09-09 13:40:20 +0400
commitf30b6a6a5f08df3f6f4427611b401fc3a290640f (patch)
treedc935c95dd5e508d37893c9befc5b64fdca0ffc1 /setup
parent7694dcf4fd7b294cdf76ecaa95cc7b4e6ef4366d (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 d47092a5d0..1ee3e53ded 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -131,7 +131,7 @@ echo '<h2>' . __('Overview') . '</h2>';
// message handling
PMA_messagesEnd();
-messages_show_html();
+PMA_messagesShowHtml();
echo '<a href="#" id="show_hidden_messages" style="display:none">';
echo __('Show hidden messages (#MSG_COUNT)');
diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php
index c182b07402..16b730718a 100644
--- a/setup/lib/index.lib.php
+++ b/setup/lib/index.lib.php
@@ -75,7 +75,7 @@ function PMA_messagesEnd()
*
* @return void
*/
-function messages_show_html()
+function PMA_messagesShowHtml()
{
$old_ids = array();
foreach ($_SESSION['messages'] as $type => $messages) {