From 9070751d081485524ab67d84d5dc80414ab392a0 Mon Sep 17 00:00:00 2001 From: Nick Palmer Date: Fri, 20 Apr 2007 13:36:20 +0000 Subject: Remove quicktags init. --- compose.php | 7 +------ contact.php | 6 +----- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/compose.php b/compose.php index 149ed80..873a7be 100644 --- a/compose.php +++ b/compose.php @@ -3,7 +3,7 @@ * message package modules * * @author -* @version $Header: /cvsroot/bitweaver/_bit_messages/compose.php,v 1.11 2006/12/25 10:45:43 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_messages/compose.php,v 1.12 2007/04/20 13:36:20 nickpalmer Exp $ * @package messages * @subpackage functions */ @@ -29,11 +29,6 @@ $gBitSystem->verifyPermission( 'p_messages_send' ); $messages = new Messages(); -// Configure quicktags list -if( $gBitSystem->isPackageActive( 'quicktags' ) ) { - include_once( QUICKTAGS_PKG_PATH.'quicktags_inc.php' ); -} - if (!isset($_REQUEST['to'])) $_REQUEST['to'] = ''; diff --git a/contact.php b/contact.php index 9a4a6c1..6de90b0 100644 --- a/contact.php +++ b/contact.php @@ -3,7 +3,7 @@ * message package modules * * @author -* @version $Header: /cvsroot/bitweaver/_bit_messages/contact.php,v 1.10 2006/12/20 20:50:17 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_messages/contact.php,v 1.11 2007/04/20 13:36:20 nickpalmer Exp $ * @package messages * @subpackage functions */ @@ -32,10 +32,6 @@ if( empty( $email ) ) { $gBitSmarty->assign( 'email', $email ); } -if( $gBitSystem->isPackageActive( 'quicktags' ) ) { - include_once( QUICKTAGS_PKG_PATH.'quicktags_inc.php' ); -} - if (!empty($_REQUEST['send'])) { if( empty( $_REQUEST['subject'] ) && empty( $_REQUEST['body'] ) ) { $gBitSystem->fatalError( "Either a subject or a message body is required." ); -- cgit v1.3