Procedural File: lib_event_digest.php
Source Location: /_includes/lib_event_digest.php
Page Details:
A library that contains functions for digesting information about important events and relaying it to the webmaster.
Tags:
Includes:
checkErrors [line 37]
Checks if there are any unresolved errors that should be sent to the webmaster.
Tags:
checkMplfArchive [line 62]
Checks if there are any filters or suggested modifications awaiting approval.
Tags:
doEventDigest [line 26]
Performs all the event digest work available.
Tags:
sendDigestEmail [line 89]
void sendDigestEmail(
string $title, string $message)
|
|
Sends a digest email to the webmaster.
Tags:
Parameters
| string |
$title |
The title of the email. |
| string |
$message |
The message body of the email. |
|