Remove references to include/datetime

This commit is contained in:
Hypolite Petovan 2018-02-03 12:27:47 -05:00
commit f020292408
28 changed files with 0 additions and 36 deletions

View file

@ -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) {