]> git.mjollnir.org Git - moodle.git/commitdiff
Fixes MDL-6516, "Error on logs page because of mess in mdl_log_display table"
authornfreear <nfreear>
Mon, 11 Sep 2006 11:40:43 +0000 (11:40 +0000)
committernfreear <nfreear>
Mon, 11 Sep 2006 11:40:43 +0000 (11:40 +0000)
mod/scorm/db/postgres7.sql

index 9715611eafafe11b060518ea62de0057dac0f586..65d53225fb536bc44cbc8c096a0ef63067300783 100755 (executable)
@@ -68,7 +68,7 @@ CREATE INDEX prefix_scorm_scoes_track_element_idx ON prefix_scorm_scoes_track (e
 # Dumping data for table `log_display`
 #
 
-INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('resource', 'view', 'resource', 'name');
-INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('resource', 'review', 'resource', 'name');
-INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('resource', 'update', 'resource', 'name');
-INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('resource', 'add', 'resource', 'name');
+INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('scorm', 'view', 'scorm', 'name');
+INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('scorm', 'review', 'scorm', 'name');
+INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('scorm', 'update', 'scorm', 'name');
+INSERT INTO prefix_log_display (module, action, mtable, field) VALUES ('scorm', 'add', 'scorm', 'name');