From 47231754b63af6ed263597d4e0c205e5bfbc221e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 19 Mar 2011 20:41:00 -0400 Subject: [PATCH] - Patch #1041440 by jhodgdon: hook_cron() falsely claims it will only be called if cron.php is run. --- modules/system/system.api.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 4319dbf4c23..0981438c20d 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -516,8 +516,6 @@ function hook_entity_prepare_view($entities, $type) { /** * Perform periodic actions. * - * This hook will only be called if cron.php is run (e.g. by crontab). - * * Modules that require some commands to be executed periodically can * implement hook_cron(). The engine will then call the hook whenever a cron * run happens, as defined by the administrator. Typical tasks managed by