mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Updated the time format values in the email notification files.
This commit is contained in:
parent
1caccb731a
commit
632f7539eb
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue