From: quix0r Date: Thu, 14 Jul 2011 13:10:27 +0000 (+0000) Subject: No die() here X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ceeff8b5b485ef121dc6a49107fec7620447a696;p=mailer.git No die() here --- diff --git a/inc/filter/coupon_filter.php b/inc/filter/coupon_filter.php index 9a25fb0100..44f7ff921b 100644 --- a/inc/filter/coupon_filter.php +++ b/inc/filter/coupon_filter.php @@ -44,7 +44,6 @@ if (!defined('__SECURITY')) { function FILTER_COUPON_CHANGE_POINTS_COLUMN_NAME ($filterData) { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!'); // Get the column name from extension's name and 'locked' - die('
'.print_r($filterData,true).'
'); $filterData['column'] = getPointsColumnNameFromSubjectLocked($filterData['subject'], $filterData['locked']); // Return data