- remove unused replacer-variable in admin_customers.php

- add already-implemented replacers to the templates so users actually know they exist
This commit is contained in:
Michael Kaufmann (d00p)
2010-08-13 08:39:56 +00:00
parent ffe20960d5
commit 2a5494c85a
5 changed files with 20 additions and 1 deletions

View File

@@ -671,7 +671,6 @@ if($page == 'customers'
$replace_arr = array(
'FIRSTNAME' => $firstname,
'NAME' => $name,
'TITLE' => $title,
'COMPANY' => $company,
'SALUTATION' => getCorrectUserSalutation(array('firstname' => $firstname, 'name' => $name, 'company' => $company)),
'USERNAME' => $loginname,