### Eclipse Workspace Patch 1.0
#P CVS
Index: mod/scorm/mod_form.php
===================================================================
RCS file: /cvsroot/moodle/moodle/mod/scorm/mod_form.php,v
retrieving revision 1.11.2.3
diff -u -r1.11.2.3 mod_form.php
--- mod/scorm/mod_form.php	26 Jul 2008 15:17:05 -0000	1.11.2.3
+++ mod/scorm/mod_form.php	19 Aug 2008 00:12:58 -0000
@@ -8,7 +8,9 @@
 
         global $CFG, $COURSE, $SCORM_GRADE_METHOD, $SCORM_WHAT_GRADE;
         $mform    =& $this->_form;
-
+        if (isset($CFG->slasharguments) && !$CFG->slasharguments) {
+            $mform->addElement('static', '', '',notify(get_string('slashargs', 'scorm'), 'notifyproblem', 'center', true));
+        }
 //-------------------------------------------------------------------------------
         $mform->addElement('header', 'general', get_string('general', 'form'));
 
Index: lang/en_utf8/scorm.php
===================================================================
RCS file: /cvsroot/moodle/moodle/lang/en_utf8/scorm.php,v
retrieving revision 1.18.4.4
diff -u -r1.18.4.4 scorm.php
--- lang/en_utf8/scorm.php	13 Aug 2008 22:28:03 -0000	1.18.4.4
+++ lang/en_utf8/scorm.php	19 Aug 2008 00:12:58 -0000
@@ -126,6 +126,7 @@
 $string['scrollbars'] = 'Allow the window to be scrolled';
 $string['sided'] = 'On the left side';
 $string['skipview'] = 'Student skip content structure page';
+$string['slashargs'] = 'WARNING: slash arguments is disabled on this site and SCORM will not work!';
 $string['stagesize'] = 'Stage size';
 $string['started'] = 'Started on';
 $string['status'] = 'Status';
