From f1ba363a8c3b5185e4e663bd2c3b7eb7b0fb9983 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 21 Mar 2011 11:34:00 -0700 Subject: Issue #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(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 4319dbf4c..0981438c2 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 -- cgit v1.2.3