X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=lib%2Fmoodlelib.php;h=e9598eb71ca89629bb605b62379dee26edb47334;hp=c26d8c6815b0d17db69184f269ff47428d25f6d0;hb=e83bcc1050ab250aaeaa2c31371028a74509e14d;hpb=40a6393ea57ca27043fc213d3ff91a2872f15118;ds=sidebyside diff --git a/lib/moodlelib.php b/lib/moodlelib.php index c26d8c6815b..e9598eb71ca 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -2026,7 +2026,7 @@ function get_user_preferences($name = null, $default = null, $user = null) { // FUNCTIONS FOR HANDLING TIME. /** - * Given date parts in user time produce a GMT timestamp. + * Given Gregorian date parts in user time produce a GMT timestamp. * * @package core * @category time