summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-14 18:40:23 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-14 18:40:23 -0400
commit29035c844a54cb894fc24b84be65065b2a41c85a (patch)
treec0a5c69e94b966f4c7fb6d85814489087a0828a9 /includes
parentbc9cd7d58181d0fb6c63680ec7fca05a1ec42962 (diff)
downloadbrdo-29035c844a54cb894fc24b84be65065b2a41c85a.tar.gz
brdo-29035c844a54cb894fc24b84be65065b2a41c85a.tar.bz2
Issue #1816008 by Kuldip Gohil, cam8001, jhodgdon, peterx: drupal_cron_run() @return parameter documentation incorrect, should specify that the function returns TRUE or FALSE
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.inc b/includes/common.inc
index bb27d391e..34fa9b962 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -5323,8 +5323,8 @@ function drupal_page_set_cache() {
*
* Do not call this function from a test. Use $this->cronRun() instead.
*
- * @return
- * TRUE if cron ran successfully.
+ * @return bool
+ * TRUE if cron ran successfully and FALSE if cron is already running.
*/
function drupal_cron_run() {
// Allow execution to continue even if the request gets canceled.