Remove references to include/datetime

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

View file

@ -17,8 +17,6 @@ Class Cron {
public static function execute($parameter = '', $generation = 0) {
global $a;
require_once 'include/datetime.php';
// Poll contacts with specific parameters
if (!empty($parameter)) {
self::pollContacts($parameter, $generation);