From f9faddcc34506ed22ac38b64fbcfd8dd69063776 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 29 Oct 2009 23:41:45 +0000 Subject: [PATCH] Fix... --- inc/modules/member/what-holiday.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.30.2