public/main/lp/scorm_api.php
Variable "force_commit" is not in valid camel caps format Open
Open
if (1 == $oLP->force_commit) {
- Exclude checks
Variable "scorm_debug" is not in valid camel caps format Open
Open
var scorm_logs=<?php echo (empty($oLP->scorm_debug) || (!api_is_course_admin() && !api_is_platform_admin())) ? '0' : '3'; ?>;
- Exclude checks
Variable "use_anonymous" is not in valid camel caps format Open
Open
$use_anonymous = true;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param integer Priority (0 for top priority, 3 for lowest)
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string used in addEventListener
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string Message to log
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param integer Priority (0 for top priority, 3 for lowest)
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param integer Number of completed items
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string Function name (the event handler)
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param integer Item id to update
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string Display mode (absolute 'abs' or percentage '%').Defaults to %
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param integer Number of completed items
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string Display mode (absolute 'abs' or percentage '%').Defaults to %
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* item (like 'next', 'previous', 'first' or 'last') or the id to the next item
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param integer Number of items in total
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param integer Number of items in total
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string Event type (load, unload, click, keyDown, ...)
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string Message to log
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param integer Chamilo ID for the current item
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
olms.G_LastError = G_NotInitialized;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string Action to be taken
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param string This parameter can be a string specifying the next
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
* @param element Element that needs an event attached
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
} else {
- Exclude checks
Line indented incorrectly; expected 0 spaces, found 4 Open
Open
} ?>
- Exclude checks