]> git.mjollnir.org Git - moodle.git/commitdiff
SCORM MDL-18835 remove old comment
authorDan Marsden <Dan@digitalclay.co.nz>
Fri, 18 Dec 2009 10:12:12 +0000 (10:12 +0000)
committerDan Marsden <Dan@digitalclay.co.nz>
Fri, 18 Dec 2009 10:12:12 +0000 (10:12 +0000)
mod/scorm/simpletest/test_formatdatetime.php

index f72f7935e0e473b448f6411b429223c9a72944e2..12714f4e3bec4b13079383959cfe82d6faa63292 100644 (file)
@@ -4,8 +4,6 @@ if (!defined('MOODLE_INTERNAL')) {
 }
 
 // Unit tests for scorm_formatdatetime function from locallib.php
-// Please note that they're made to work only with English language strings,
-// so you have to set up English in Moodle settings first.
 
 // Make sure the code being tested is accessible.
 require_once($CFG->dirroot . '/mod/scorm/locallib.php'); // Include the code to test