From 29b244545beaa42907eef8f61567a809ab0747e1 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 12 Sep 2012 20:19:44 +1200 Subject: [PATCH] MDL-33755: SCORM fix spacing/coding guidelines --- mod/scorm/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scorm/locallib.php b/mod/scorm/locallib.php index 7a45e3890f3df..9a10fa5e4eba2 100644 --- a/mod/scorm/locallib.php +++ b/mod/scorm/locallib.php @@ -445,7 +445,7 @@ function scorm_insert_track($userid, $scormid, $scoid, $attempt, $element, $valu */ function scorm_has_tracks($scormid, $userid) { global $DB; - return $DB->record_exists('scorm_scoes_track', array('userid'=>$userid, 'scormid'=>$scormid)); + return $DB->record_exists('scorm_scoes_track', array('userid' => $userid, 'scormid' => $scormid)); } function scorm_get_tracks($scoid, $userid, $attempt='') {