From: quix0r Date: Sat, 26 Dec 2009 10:36:02 +0000 (+0000) Subject: Fix for many X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf43a57c2669ec39374be8b4822573099c0af485;p=mailer.git Fix for many --- diff --git a/inc/reset/reset_holiday.php b/inc/reset/reset_holiday.php index 37662440bf..b08a8deb34 100644 --- a/inc/reset/reset_holiday.php +++ b/inc/reset/reset_holiday.php @@ -72,11 +72,11 @@ LIMIT 1", $content = merge_array($content, SQL_FETCHARRAY($result_holiday)); // Prepare all data for the template - $content = array( + $content = merge_array($content, array( 'activated' => generateDateTime($content['holiday_activated'], 1), 'start' => generateDateTime($content['holiday_start'] , 1), 'end' => generateDateTime($content['holiday_end'] , 1) - ); + )); // Send email to user $message = loadEmailTemplate('member_holiday_activated', $content, $content['userid']);