Permalink
Browse files
Close all the non implemented datamodel error
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
mod/scorm/api1_2.php
|
@@ -253,8 +253,8 @@ function LMSSetValue (param,value) { |
|
|
}
|
|
|
break;
|
|
|
default:
|
|
|
- errorCode = "401"; //This is more correct but may have problem with some SCOes
|
|
|
- //errorCode = "0"; // With this disable any possible SCO errors alert
|
|
|
+ //errorCode = "401"; //This is more correct but may have problem with some SCOes
|
|
|
+ errorCode = "0"; // With this disable any possible SCO errors alert
|
|
|
return "false";
|
|
|
break;
|
|
|
}
|
|
|
0 comments on commit
48da6c3