X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fholiday_functions.php;h=a14fa0d6e3a012635a13d8b67c3cb0c07aeddea5;hb=4fb64ee12fc856499810421c13c55893e7a00bdf;hp=2ddd8df6870217a9aa2e3eccc0263c663e0c11f5;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/libs/holiday_functions.php b/inc/libs/holiday_functions.php index 2ddd8df687..a14fa0d6e3 100644 --- a/inc/libs/holiday_functions.php +++ b/inc/libs/holiday_functions.php @@ -76,8 +76,8 @@ LIMIT 1", // Prepare array $content = array( - 'holiday_end' => generateDateTime($content['holiday_end'] , '3'), - 'holiday_start' => generateDateTime($content['holiday_start'], '3'), + 'holiday_end' => generateDateTime($content['holiday_end'] , 3), + 'holiday_start' => generateDateTime($content['holiday_start'], 3), 'holiday_comments' => $content['comments'] ); @@ -90,7 +90,7 @@ LIMIT 1", } // END - if // Send mail to admins - sendAdminNotification(getMessage('HOLIDAY_ADMIN_UNLOCK_SUBJ'), 'admin_holiday_unlock', $admin, '0'); + sendAdminNotification(getMessage('HOLIDAY_ADMIN_UNLOCK_SUBJ'), 'admin_holiday_unlock', $admin, 0); // Run all SQLs runFilterChain('run_sqls');