Merge branch 'MDL-31682' of git://github.com/Lightwork-Marking/moodle
authorSam Hemelryk <sam@moodle.com>
Mon, 14 Jan 2013 21:21:20 +0000 (10:21 +1300)
committerSam Hemelryk <sam@moodle.com>
Mon, 14 Jan 2013 21:21:20 +0000 (10:21 +1300)
Conflicts:
mod/assign/version.php

1  2 
mod/assign/externallib.php
mod/assign/version.php

Simple merge
@@@ -24,9 -24,9 +24,9 @@@
  
  defined('MOODLE_INTERNAL') || die();
  
 -$module->component = 'mod_assign'; // Full name of the plugin (used for diagnostics)
 -$module->version  = 2012112901;    // The current module version (Date: YYYYMMDDXX)
 -$module->requires = 2012112900;    // Requires this Moodle version
 +$module->component = 'mod_assign'; // Full name of the plugin (used for diagnostics).
- $module->version  = 2012112900;    // The current module version (Date: YYYYMMDDXX).
++$module->version  = 2012112901;    // The current module version (Date: YYYYMMDDXX).
 +$module->requires = 2012112900;    // Requires this Moodle version.
  $module->cron     = 60;