MDL-28493 scorm - fix whitespace

This commit is contained in:
Eloy Lafuente (stronk7)
2011-08-08 18:15:42 +02:00
parent ca39e6d2fd
commit 1cdb96319d
+1 -1
View File
@@ -546,7 +546,7 @@ function xmldb_scorm_upgrade($oldversion) {
unset_config('updatetime', 'scorm');
upgrade_mod_savepoint(true, 2011021402, 'scorm');
}
if ($oldversion < 2011073100) {
// change field type of objectiveid
$table = new xmldb_table('scorm_seq_objective');