from the update scripts any more. The standard plugin
architecture for modules support that. MDL-11029
table_column('assignment_submissions', 'comment', 'submissioncomment', 'text', '', '', '');
}
-
-/// These lines ALWAYS need to be here at the end of this file. Don't mess with them. :-)
- include_once("$CFG->dirroot/mod/assignment/lib.php");
- assignment_upgrade_submodules();
-
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.
return true;
if ($oldversion < 2006092100) {
table_column('assignment_submissions', 'comment', 'submissioncomment', 'text', '', '', '');
- }
-
-/// These lines ALWAYS need to be here at the end of this file. Don't mess with them. :-)
- include_once("$CFG->dirroot/mod/assignment/lib.php");
- assignment_upgrade_submodules();
+ }
////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions.