Merge branch 'MDL-42542-master' of git://github.com/FMCorz/moodle
Conflicts: version.php
This commit is contained in:
+2
-1
@@ -42,9 +42,10 @@ $handlers = array(
|
||||
* (it is just abusing cron to do very time consuming things which is wrong any way)
|
||||
*
|
||||
* TODO: this has to be moved into separate queueing framework....
|
||||
* TODO: MDL-25508, MDL-41541
|
||||
*/
|
||||
'portfolio_send' => array (
|
||||
'handlerfile' => '/lib/portfolio.php',
|
||||
'handlerfile' => '/lib/portfoliolib.php',
|
||||
'handlerfunction' => 'portfolio_handle_event', // argument to call_user_func(), could be an array
|
||||
'schedule' => 'cron',
|
||||
'internal' => 0,
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2013102500.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2013102500.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user