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 /contact.php | |
| parent | 57347bb980496defa0c45d40cfc7075fa53caad9 (diff) | |
| download | messages-9070751d081485524ab67d84d5dc80414ab392a0.tar.gz messages-9070751d081485524ab67d84d5dc80414ab392a0.tar.bz2 messages-9070751d081485524ab67d84d5dc80414ab392a0.zip | |
Remove quicktags init.
Diffstat (limited to 'contact.php')
| -rw-r--r-- | contact.php | 6 |
1 files changed, 1 insertions, 5 deletions
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." ); |
