remove whitespace added in last commit
authorDan Marsden <Dan@digitalclay.co.nz>
Wed, 13 Jan 2010 22:06:54 +0000 (22:06 +0000)
committerDan Marsden <Dan@digitalclay.co.nz>
Wed, 13 Jan 2010 22:06:54 +0000 (22:06 +0000)
mod/scorm/datamodels/aicc.js.php

index c0a8b09f7e7a53e59a89f704fe9067e2bef131b4..84d97045ba6a21a87b5c8f4e53666ab53679bd24 100644 (file)
@@ -527,7 +527,7 @@ function AICCapi() {
         }
         datastring += '&attempt=<?php echo $attempt ?>';
         datastring += '&scoid=<?php echo $scoid ?>';
-        
+
         //popupwin(datastring);
         var myRequest = NewHttpReq();
         result = DoRequest(myRequest,"<?php p($CFG->wwwroot) ?>/mod/scorm/datamodel.php","id=<?php p($id) ?>&sesskey=<?php echo sesskey() ?>"+datastring);