summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-04-25 21:45:25 +0000
committerChristian Fowler <spider@viovio.com>2007-04-25 21:45:25 +0000
commit703b815874de151b2ef97dac6ad3114602cff0ca (patch)
treefab19edda096b6f11dd29be0b006c7a5f684e3df /admin
parent79d19206c47390677864caded131f2bfa2cdc774 (diff)
downloadnewsletters-703b815874de151b2ef97dac6ad3114602cff0ca.tar.gz
newsletters-703b815874de151b2ef97dac6ad3114602cff0ca.tar.bz2
newsletters-703b815874de151b2ef97dac6ad3114602cff0ca.zip
clean up .tpl's and mailing, add new body to allow customization of bitweaver.tpl
Diffstat (limited to 'admin')
-rw-r--r--admin/mail_queue.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/mail_queue.php b/admin/mail_queue.php
index 50da2b6..671249a 100644
--- a/admin/mail_queue.php
+++ b/admin/mail_queue.php
@@ -1,5 +1,9 @@
<?php
+if( $_REQUEST['batch_command'] == 'send' && !empty( $_REQUEST['queue_id'] ) ) {
+ $_REQUEST['uri_mode'] = TRUE;
+}
+
require_once( '../../bit_setup_inc.php' );
$gBitSystem->verifyPermission( 'p_mail_admin' );