Displaying 1 result from an estimated 1 matches for "in_errormessage".
2005 Apr 04
0
io timeout after 180 seconds
...$s_log .= $tmp_msg;
~ $b_error = true;
~ }
~ // }}}
}
// send off the logs
if ($b_error) {
~ mailAndLog($s_log);
}
else {
~ mailAndLog();
}
exit;
// }}}
// {{{ mailAndLog()
/**
~ * Performs the necessary mailing and logging and exiting of the program
~ *
~ * @param string $in_errorMessage (optional) The error message
~ *
~ * @return void
~ */
function mailAndLog($in_errorMessage = false)
{
~ global $a_backupHosts, $a_backupTypeSettings, $a_configNames,
~ $s_backupType, $s_log, $s_email, $s_logFile,
$s_restartBackupLog,
~ $b_silentOnError, $b_emailOnError, $b_d...