X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilter%2Fforced_filter.php;h=a2bb805336a398044820cb70b211116ddbae0ec1;hp=4b69b26547e749ec2690c3c078bde76cfc573050;hb=20741b93fd58620af677a7f1039ffd16ea6ec689;hpb=2379934be6a196a54f4155bb8e24c49b20736969 diff --git a/inc/filter/forced_filter.php b/inc/filter/forced_filter.php index 4b69b26547..a2bb805336 100644 --- a/inc/filter/forced_filter.php +++ b/inc/filter/forced_filter.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -65,16 +65,17 @@ function FILTER_FORCED_AD_TYPE_DEFAULTS ($data) { function FILTER_FORCED_POPUP_TABLE_DATA ($filterData) { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Called!'); // Is this the right filter? - if ($filterData['earning_name'] == 'FORCED_POPUP') { + if ($filterData['earning_provider'] == 'FORCED_POPUP') { // Set group $filterData['earning_group'] = 'POPUP'; // Get max/min/count of all popups + // @TODO This part is unfinished //die(__FUNCTION__.':OK!'); } // END - if - //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!'); // Return filter data array + //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!'); return $filterData; }