X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_holiday.php;h=f827ab7842e12f431ad39497ed5f3b9f890838ea;hb=f5ebd83b36f343022977241bd9b570051ece4b0f;hp=5afce11932c2022baa2da177a35c33ebab0ec70a;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/modules/admin/what-list_holiday.php b/inc/modules/admin/what-list_holiday.php index 5afce11932..f827ab7842 100644 --- a/inc/modules/admin/what-list_holiday.php +++ b/inc/modules/admin/what-list_holiday.php @@ -1,7 +1,7 @@ 0) { 'sw' => $SW, 'id' => $content['id'], 'userid' => generateUserProfileLink($content['userid']), - 'start' => generateDateTime($content['holiday_start'], '3'), - 'end' => generateDateTime($content['holiday_end'], '3'), + 'start' => generateDateTime($content['holiday_start'], 3), + 'end' => generateDateTime($content['holiday_end'], 3), 'comments' => wordwrap($content['comments'], 15), 'status' => translateUserStatus($content['status']), - 'last_online' => generateDateTime($content['last_online'], '3'), + 'last_online' => generateDateTime($content['last_online'], 3), ); // Load row template and switch color