diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-04-20 13:36:20 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-04-20 13:36:20 +0000 |
| commit | 9070751d081485524ab67d84d5dc80414ab392a0 (patch) | |
| tree | f79b841a3d2f045c1ff80862b9b7c77f756ad3d4 | |
| parent | 57347bb980496defa0c45d40cfc7075fa53caad9 (diff) | |
| download | messages-9070751d081485524ab67d84d5dc80414ab392a0.tar.gz messages-9070751d081485524ab67d84d5dc80414ab392a0.tar.bz2 messages-9070751d081485524ab67d84d5dc80414ab392a0.zip | |
Remove quicktags init.
| -rw-r--r-- | compose.php | 7 | ||||
| -rw-r--r-- | 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." ); |
