- Patch #1041440 by jhodgdon: hook_cron() falsely claims it will only be called if cron.php is run.

8.0.x
Dries Buytaert 2011-03-19 20:41:00 -04:00
parent b79a5fdb47
commit 47231754b6
1 changed files with 0 additions and 2 deletions

View File

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