1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-23 06:33:22 +02:00

More mailout fixes

This commit is contained in:
CaMer0n
2010-01-10 06:20:46 +00:00
parent a21f57d361
commit 3c772dee49
5 changed files with 74 additions and 35 deletions

View File

@@ -9,8 +9,8 @@
* Administration - Site Maintenance
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/newsletter/e_mailout.php,v $
* $Revision: 1.3 $
* $Date: 2010-01-10 03:56:28 $
* $Revision: 1.4 $
* $Date: 2010-01-10 06:20:46 $
* $Author: e107coders $
*
*/
@@ -185,6 +185,7 @@ class newsletter_mailout
{
$sql = e107::getDb();
$frm = e107::getForm();
$var = array();
$selects = array_flip(explode(',', $selectVals));