summaryrefslogtreecommitdiff
path: root/admin/index.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-12-25 02:23:44 +0000
committerChristian Fowler <spider@viovio.com>2005-12-25 02:23:44 +0000
commitc37f0b2fcd77e746b8e8a358d8d6679f8b43e0e0 (patch)
tree8624366c57872f795c570f12a732be6ebc88c837 /admin/index.php
parent0aecfb52ff64d0ed06ae99752799be6d4d3d265d (diff)
downloadnewsletters-c37f0b2fcd77e746b8e8a358d8d6679f8b43e0e0.tar.gz
newsletters-c37f0b2fcd77e746b8e8a358d8d6679f8b43e0e0.tar.bz2
newsletters-c37f0b2fcd77e746b8e8a358d8d6679f8b43e0e0.zip
unsubscription info coming along. some schema changes to track nl_id in tiki_mail_queue
Diffstat (limited to 'admin/index.php')
-rw-r--r--admin/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/index.php b/admin/index.php
index b3d4910..3c05cd5 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.7 2005/12/16 17:22:58 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_newsletters/admin/Attic/index.php,v 1.8 2005/12/25 02:23:44 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.
@@ -8,7 +8,6 @@
// Initialization
require_once( '../../bit_setup_inc.php' );
-include_once( NEWSLETTERS_PKG_PATH.'nl_lib.php' );
$gBitSystem->verifyPackage( 'newsletters' );
$gBitSystem->verifyPermission( 'tiki_p_admin_newsletters' );