provide a correct user-salutation for all templates, thanks to Shortie

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-04-19 11:56:53 +02:00
parent e97a7c611c
commit 1ae7876e44
6 changed files with 44 additions and 14 deletions

View File

@@ -228,7 +228,8 @@ elseif($page == 'mysqls')
}
$replace_arr = array(
'CUST_NAME' => getCorrectUserSalutation($userinfo),
'SALUTATION' => getCorrectUserSalutation($userinfo),
'CUST_NAME' => getCorrectUserSalutation($userinfo), // < keep this for compatibility
'DB_NAME' => $username,
'DB_PASS' => $password,
'DB_DESC' => $databasedescription,