diff options
| author | Christian Fowler <spider@viovio.com> | 2005-12-16 06:34:55 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-12-16 06:34:55 +0000 |
| commit | 91544f9367c2ad73932af17e92cba8f8eaf58519 (patch) | |
| tree | 11fdc037e039b4cbf86db7ac1e649e6d43f7d569 /admin/index.php | |
| parent | 5c976e0f6488cd1cdd13d06abe4c99bf5bc40f99 (diff) | |
| download | newsletters-91544f9367c2ad73932af17e92cba8f8eaf58519.tar.gz newsletters-91544f9367c2ad73932af17e92cba8f8eaf58519.tar.bz2 newsletters-91544f9367c2ad73932af17e92cba8f8eaf58519.zip | |
get mailing working - things actually send now. still lots of debug stuff strewn about
Diffstat (limited to 'admin/index.php')
| -rw-r--r-- | admin/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/index.php b/admin/index.php index b4369ab..a8d1c3e 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,6 +1,6 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/Attic/index.php,v 1.5 2005/12/09 19:15:50 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/Attic/index.php,v 1.6 2005/12/16 06:34:55 spiderr Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. @@ -64,6 +64,6 @@ include_once( CATEGORIES_PKG_PATH.'categorize_list_inc.php' ); */ // Display the template -$gBitSystem->display( 'bitpackage:newsletters/admin_newsletters.tpl'); +$gBitSystem->display( 'bitpackage:newsletters/edit_newsletters.tpl'); ?> |
