Skip to content

Commit

Permalink
MDL-28537 DB whitespace clean, just for testing some CI stuff is work…
Browse files Browse the repository at this point in the history
…ing ok
  • Loading branch information
stronk7 committed Aug 29, 2011
1 parent 78e1682 commit 05dbe4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/scorm/db/mysql.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ function scorm_upgrade($oldversion) {
UNIQUE (userid, scormid, scoid, element), UNIQUE (userid, scormid, scoid, element),
KEY userdata (userid, scormid, scoid), KEY userdata (userid, scormid, scoid),
KEY id (id) KEY id (id)
) ENGINE=MyISAM;",false); ) ENGINE=MyISAM;",false);

$oldtrackingdata = get_records_select("scorm_sco_users","1","id ASC"); $oldtrackingdata = get_records_select("scorm_sco_users","1","id ASC");
$oldelements = array ('cmi_core_lesson_location', $oldelements = array ('cmi_core_lesson_location',
'cmi_core_lesson_status', 'cmi_core_lesson_status',
Expand Down

0 comments on commit 05dbe4d

Please sign in to comment.