Removed useless "Subject:" from email templates (#993)

* Removed useless "Subject:" from email templates

* Updated

* Updated
This commit is contained in:
Roman Kelesidis 2023-10-26 15:53:48 +07:00 committed by GitHub
commit 3f835e30e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 14 additions and 41 deletions

View file

@ -60,7 +60,6 @@ if ($row = DB()->fetch_row($sql)) {
$emailer->set_template('profile_send_email', $user_lang);
$emailer->assign_vars([
'SITENAME' => $bb_cfg['sitename'],
'FROM_USERNAME' => $userdata['username'],
'TO_USERNAME' => $username,
'MESSAGE' => $message