- added possibility to send new database information via email to the customer, fixes #108

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-07 06:57:27 +00:00
parent 368e6a5c50
commit f8d0472274
5 changed files with 64 additions and 2 deletions

View File

@@ -447,7 +447,7 @@ elseif($page == 'accounts')
if ($_mailerror) {
$log->logAction(USR_ACTION, LOG_ERR, "Error sending mail: " . $mailerr_msg);
standard_error('errorsendingmail', $email);
standard_error('errorsendingmail', $email_full);
}
$mail->ClearAddresses();