From e7c9b4d4029c107ce748ba4fa39e2439611fa572 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Tue, 1 Jun 2010 05:17:53 +0000 Subject: [PATCH] - variable name corrections, fixes #256 --- customer_autoresponder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer_autoresponder.php b/customer_autoresponder.php index b2c893e3..a20add7d 100644 --- a/customer_autoresponder.php +++ b/customer_autoresponder.php @@ -107,7 +107,7 @@ if($action == "add") } $date_from_off = makecheckbox('date_from_off', $lng['panel']['not_activated'], '-1', false, '-1', true, true); - $date_until_off = makecheckbox('date_from_off', $lng['panel']['not_activated'], '-1', false, '-1', true, true); + $date_until_off = makecheckbox('date_until_off', $lng['panel']['not_activated'], '-1', false, '-1', true, true); eval("echo \"" . getTemplate("email/autoresponder_add") . "\";"); } @@ -229,7 +229,7 @@ if($action == "edit") $deactivated = '0'; $date_until = date('d-m-Y', $date_until); } - $date_from_off = makecheckbox('date_until_off', $lng['panel']['not_activated'], '-1', false, $deactivated, true, true); + $date_until_off = makecheckbox('date_until_off', $lng['panel']['not_activated'], '-1', false, $deactivated, true, true); $checked = '';