- 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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user