Merge branch 'wip-mdl-29969' of git://github.com/rajeshtaneja/moodle

This commit is contained in:
Dan Poltawski
2012-07-09 13:39:08 +08:00
+1 -1
View File
@@ -72,7 +72,7 @@ function xmldb_main_install() {
$newsite->shortname = '';
$newsite->summary = NULL;
$newsite->newsitems = 3;
$newsite->numsections = 0;
$newsite->numsections = 1;
$newsite->category = 0;
$newsite->format = 'site'; // Only for this course
$newsite->timecreated = time();