diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-04-20 13:52:36 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-04-20 13:52:36 +0000 |
| commit | 1221e21cb668e45007a1857750d1b2c0ab8e6ccf (patch) | |
| tree | 4f9eb23f150b41b4087032f2b651017a8ec5f423 /edition_edit.php | |
| parent | fea9a4c265b5815edba492453872ae8f8e3de983 (diff) | |
| download | newsletters-1221e21cb668e45007a1857750d1b2c0ab8e6ccf.tar.gz newsletters-1221e21cb668e45007a1857750d1b2c0ab8e6ccf.tar.bz2 newsletters-1221e21cb668e45007a1857750d1b2c0ab8e6ccf.zip | |
Remove quicktags init.
Diffstat (limited to 'edition_edit.php')
| -rw-r--r-- | edition_edit.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/edition_edit.php b/edition_edit.php index 2aa1e05..23cfe86 100644 --- a/edition_edit.php +++ b/edition_edit.php @@ -93,11 +93,6 @@ if( empty( $formInfo ) ) { $gBitSmarty->assign_by_ref( 'pageInfo', $formInfo ); $gBitSmarty->assign( 'errors', $gContent->mErrors ); -// Configure quicktags list -if( $gBitSystem->isPackageActive( 'quicktags' ) ) { - include_once( QUICKTAGS_PKG_PATH.'quicktags_inc.php' ); -} - // load the ajax library for this page $gBitSmarty->assign( 'loadAjax', 'prototype' ); // Display the template |
