Remove references to include/datetime
This commit is contained in:
parent
cea80c78e4
commit
f020292408
28 changed files with 0 additions and 36 deletions
|
@ -14,8 +14,6 @@ Class CronHooks {
|
|||
public static function execute($hook = '') {
|
||||
global $a;
|
||||
|
||||
require_once 'include/datetime.php';
|
||||
|
||||
if (($hook != '') && is_array($a->hooks) && array_key_exists("cron", $a->hooks)) {
|
||||
foreach ($a->hooks["cron"] as $single_hook) {
|
||||
if ($single_hook[1] == $hook) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue