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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-09 16:16:10 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-09 16:16:10 +0400
commitec7a30f4fd7b9c132a0e132f29224ea8c8a03fd7 (patch)
treeeb3c615abf8febbd76b7e2b1b283027817c6d9dc /user_password.php
parent534ac6fe1de8d6ffc33c4289bc27207134fd12be (diff)
make use of new third 'class' parameter for PMA_showMessage()
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_password.php b/user_password.php
index 2e89475488..addef92945 100644
--- a/user_password.php
+++ b/user_password.php
@@ -108,7 +108,7 @@ if (isset($_REQUEST['nopass'])) {
// Displays the page
require_once './libraries/header.inc.php';
echo '<h1>' . $strChangePassword . '</h1>' . "\n\n";
- PMA_showMessage($strUpdateProfileMessage, $sql_query);
+ PMA_showMessage($strUpdateProfileMessage, $sql_query, 'success');
?>
<a href="index.php<?php echo PMA_generate_common_url($_url_params); ?>" target="_parent">
<b><?php echo $strBack; ?></b></a>