From 25d18a52887b8c348162637aa891399d90a99e9d Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 18 Dec 2009 10:12:12 +0000 Subject: [PATCH] SCORM MDL-18835 remove old comment --- mod/scorm/simpletest/test_formatdatetime.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/scorm/simpletest/test_formatdatetime.php b/mod/scorm/simpletest/test_formatdatetime.php index f72f7935e0..12714f4e3b 100644 --- a/mod/scorm/simpletest/test_formatdatetime.php +++ b/mod/scorm/simpletest/test_formatdatetime.php @@ -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 -- 2.39.5