MDL-31193 display the correct and translated token valid until date

This commit is contained in:
Jerome Mouneyrac
2013-05-03 14:17:15 +08:00
parent 70d7e35499
commit fc9fedb375
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7544,7 +7544,7 @@ class admin_setting_managewebservicetokens extends admin_setting {
$validuntil = '';
if (!empty($token->validuntil)) {
$validuntil = date("F j, Y"); //TODO: language support (look for moodle function)
$validuntil = userdate($token->validuntil, get_string('strftimedatetime', 'langconfig'));
}
$iprestriction = '';