0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00

password.php: s/succes/success/

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@89 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin 2007-09-24 07:13:15 +00:00
parent 0229f99511
commit 8b769b41b5

View File

@ -73,7 +73,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST")
$result = db_query ("UPDATE $table_admin SET password='$password',modified=NOW() WHERE username='$username'");
if ($result['rows'] == 1)
{
$tMessage = $PALANG['pPassword_result_succes'];
$tMessage = $PALANG['pPassword_result_success'];
}
else
{