summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-03-21 11:34:00 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-03-21 11:34:00 -0700
commitf1ba363a8c3b5185e4e663bd2c3b7eb7b0fb9983 (patch)
tree9fa67b32149162e23b5fa6287827077777f149f1 /modules
parent66f93d7106877e7f63b4be37c239b74c32638ad9 (diff)
downloadbrdo-f1ba363a8c3b5185e4e663bd2c3b7eb7b0fb9983.tar.gz
brdo-f1ba363a8c3b5185e4e663bd2c3b7eb7b0fb9983.tar.bz2
Issue #1041440 by jhodgdon: hook_cron() falsely claims it will only be called if cron.php is run.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php2
1 files changed, 0 insertions, 2 deletions
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