Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
56145a4d
Commit
56145a4d
authored
Feb 23, 2015
by
Simey Lameze
Browse files
MDL-48807 core_task: change create_contexts_task to daily frequency
parent
34fcdf2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/db/tasks.php
View file @
56145a4d
...
...
@@ -125,8 +125,8 @@ $tasks = array(
array
(
'classname'
=>
'core\task\create_contexts_task'
,
'blocking'
=>
1
,
'minute'
=>
'
*
'
,
'hour'
=>
'
*
'
,
'minute'
=>
'
0
'
,
'hour'
=>
'
0
'
,
'day'
=>
'*'
,
'dayofweek'
=>
'*'
,
'month'
=>
'*'
...
...
version.php
View file @
56145a4d
...
...
@@ -29,7 +29,7 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$version
=
2014111003.0
3
;
// 20141110 = branching date YYYYMMDD - do not modify!
$version
=
2014111003.0
4
;
// 20141110 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
...
...
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