Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
bdffe481
Commit
bdffe481
authored
Apr 26, 2010
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#781822
by mr.baileys: reference to non-existing drupal_run_cron().
parent
9f70b717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/system/system.api.php
modules/system/system.api.php
+3
-2
No files found.
modules/system/system.api.php
View file @
bdffe481
...
...
@@ -399,13 +399,14 @@ function hook_cron_queue_info() {
/**
* Alter cron queue information before cron runs.
*
* Called by drupal_
run_cro
n() to allow modules to alter cron queue settings
* Called by drupal_
cron_ru
n() to allow modules to alter cron queue settings
* before any jobs are processesed.
*
* @param array $queues
* An array of cron queue information.
*
* @see hook_cron_queue_info()
* @see drupal_cron_run()
*/
function
hook_cron_queue_info_alter
(
&
$queues
)
{
// This site has many feeds so let's spend 90 seconds on each cron run
...
...
@@ -3296,7 +3297,7 @@ function hook_countries_alter(&$countries) {
* backend to download new versions of modules and themes from drupal.org.
*
* @return
* An associative array of information about the file transfer backend(s).
* An associative array of information about the file transfer backend(s).
* being provided. This array can contain the following keys:
* - title: Title of the backend to be shown to the end user.
* - class: Name of the PHP class which implements this backend.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment