- Patch #1041440 by jhodgdon: hook_cron() falsely claims it will only be called if cron.php is run.
parent
b79a5fdb47
commit
47231754b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue