From 4c95fd74396fc6e51c2b013a635cd0dadf4cee34 Mon Sep 17 00:00:00 2001 From: Jay Huber Date: Tue, 11 Dec 2012 14:09:58 -0600 Subject: [PATCH] Fixed en dates back to original --- lang/en/attforblock.php | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/lang/en/attforblock.php b/lang/en/attforblock.php index ff36453..180f662 100644 --- a/lang/en/attforblock.php +++ b/lang/en/attforblock.php @@ -175,19 +175,12 @@ $string['startofperiod'] = 'Start of period'; $string['status'] = 'Status'; $string['statuses'] = 'Statuses'; $string['statusdeleted'] = 'Status deleted'; - -$string['strftimedm'] = '%m.%d'; -$string['strftimedmy'] = '%m.%d.%Y'; -$string['strftimedmyw'] = '%m.%d.%y (%a)'; -$string['strftimeshortdate'] = '%m.%d.%Y'; -$string['strftimedmyhm'] = '%m.%d.%Y %H.%M'; - -//$string['strftimedm'] = '%d.%m'; -//$string['strftimedmy'] = '%d.%m.%Y'; +$string['strftimedm'] = '%d.%m'; +$string['strftimedmy'] = '%d.%m.%Y'; $string['strftimedmyhm'] = '%d.%m.%Y %H.%M'; // line added to allow multiple sessions in the same day -//$string['strftimedmyw'] = '%d.%m.%y (%a)'; +$string['strftimedmyw'] = '%d.%m.%y (%a)'; $string['strftimehm'] = '%H:%M'; //line added to allow display of time -//$string['strftimeshortdate'] = '%d.%m.%Y'; +$string['strftimeshortdate'] = '%d.%m.%Y'; $string['studentid'] = 'Student ID'; $string['takeattendance'] = 'Take attendance'; $string['thiscourse'] = 'This course';