don't output templated error in cron_usage.inc.diskspace.php

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-02-18 13:22:48 +01:00
parent 68c8faa8cb
commit 215abeb105

View File

@@ -92,7 +92,7 @@ while($row = $db->fetch_array($result))
if ($_mailerror) {
$cronlog->logAction(CRON_ACTION, LOG_ERR, "Error sending mail: " . $mailerr_msg);
standard_error('errorsendingmail', $row["email"]);
echo "Error sending mail: " . $mailerr_msg . "\n";
}
$mail->ClearAddresses();
@@ -171,7 +171,7 @@ while($row = $db->fetch_array($result))
if ($_mailerror) {
$cronlog->logAction(CRON_ACTION, LOG_ERR, "Error sending mail: " . $mailerr_msg);
standard_error('errorsendingmail', $row["email"]);
echo "Error sending mail: " . $mailerr_msg . "\n";
}
$mail->ClearAddresses();