Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -757,7 +757,7 @@ function password_policy_mail_tokens($params, $language) {
|
|||
$tokens = array(
|
||||
'!username' => $account->name,
|
||||
'!mailto' => $account->mail,
|
||||
'!site' => variable_get('site_name', 'Drupal'),
|
||||
'!site' => variable_get('site_name', 'SuiteDesk'),
|
||||
'!uri' => $base_url,
|
||||
'!uri_brief' => drupal_substr($base_url, drupal_strlen('http://')),
|
||||
'!date' => format_date(time(), 'medium', '', NULL, $language->language),
|
||||
|
|
Reference in a new issue