diff options
| author | Christian Fowler <spider@viovio.com> | 2007-04-25 21:45:25 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-04-25 21:45:25 +0000 |
| commit | 703b815874de151b2ef97dac6ad3114602cff0ca (patch) | |
| tree | fab19edda096b6f11dd29be0b006c7a5f684e3df /admin | |
| parent | 79d19206c47390677864caded131f2bfa2cdc774 (diff) | |
| download | newsletters-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.php | 4 |
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' ); |
