From 632f7539eb4d2b0671fd0f353de006bfb0ba50c6 Mon Sep 17 00:00:00 2001 From: alext Date: Thu, 8 Mar 2018 14:56:31 +0100 Subject: [PATCH] Updated the time format values in the email notification files. --- src/engine/Notifications/Email.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/engine/Notifications/Email.php b/src/engine/Notifications/Email.php index 94e940f7..9af64855 100755 --- a/src/engine/Notifications/Email.php +++ b/src/engine/Notifications/Email.php @@ -121,10 +121,10 @@ class Email { switch ($company['time_format']) { - case 'HH:mm': + case 'military': $timeFormat = 'H:i'; break; - case 'h:mm tt': + case 'regular': $timeFormat = 'g:i A'; break; default: @@ -225,10 +225,10 @@ class Email { switch ($company['time_format']) { - case 'HH:mm': + case 'military': $timeFormat = 'H:i'; break; - case 'h:mm tt': + case 'regular': $timeFormat = 'g:i A'; break; default: