Add the site's shortname to the email subject

This commit is contained in:
moodler
2003-12-27 04:08:04 +00:00
parent 8c39e2740f
commit e82b841361
+2 -1
View File
@@ -117,7 +117,8 @@ function schedule_backup_cron() {
}
}
//Send the message
email_to_user($admin,$admin,get_string("scheduledbackupstatus"),$message);
$site = get_site();
email_to_user($admin,$admin,"$site->shortname: ".get_string("scheduledbackupstatus"),$message);
}