From d386c110f449d39631c6af1aabced9799c7a372d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 Jan 2001 13:38:46 +0000 Subject: - removed redundant spaces --- cron.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cron.php') diff --git a/cron.php b/cron.php index d41e4cdd2..141580f2c 100644 --- a/cron.php +++ b/cron.php @@ -6,12 +6,12 @@ function cron_run() { global $repository; $time = time(); - + $result = db_query("SELECT * FROM crons WHERE $time - timestamp > scheduled"); while ($task = db_fetch_object($result)) { if ($repository[$task->module]["cron"]) { - watchdog("message", "cron: executed '". $task->module ."_cron()'"); + watchdog("message", "cron: executed '". $task->module ."_cron()'"); $repository[$task->module]["cron"](); } } -- cgit v1.2.3