From: Roland Häder Date: Thu, 29 Oct 2009 23:41:45 +0000 (+0000) Subject: Fix... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=f9faddcc34506ed22ac38b64fbcfd8dd69063776 Fix... --- diff --git a/inc/modules/member/what-holiday.php b/inc/modules/member/what-holiday.php index 794e224ac5..c7fdc9d51b 100644 --- a/inc/modules/member/what-holiday.php +++ b/inc/modules/member/what-holiday.php @@ -131,7 +131,7 @@ SET WHERE `userid`=%s LIMIT 1", - array(getUserId()), __FILE__, __LINE__); + array(getUserId()), __FILE__, __LINE__); // Prepare constants $content['start_day'] = bigintval(postRequestElement('start_day')); @@ -294,7 +294,7 @@ LIMIT 1", array(getUserId()), __FILE__, __LINE__); $content['end_year'] = addSelectionBox('year' , $Y, 'end'); // Output form - loadTemplate('member_holiday_form'); + loadTemplate('member_holiday_form', false, $content); break; } } else {