isAdmin() ) { $gBitSystem->fatalError( 'You cannot run the thumbnailer' ); } if( $gBitSystem->isPackageActive( 'newsletters' ) ) { require_once( NEWSLETTERS_PKG_PATH.'BitMailer.php' ); global $gBitMailer; $gBitMailer = new BitMailer(); $gBitMailer->tendQueue(); } ?>