summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-04-20 11:03:11 +0000
committerNick Palmer <nick@sluggardy.net>2007-04-20 11:03:11 +0000
commite4990204d6a22fcdf76bb29f09016dd73623e738 (patch)
tree805466f5fc3260154ff952a9cb6c136678986c9a /edit.php
parentd2cf53aa48ccd2eaa78a0640f5a8ef7083994b7f (diff)
downloadblogs-e4990204d6a22fcdf76bb29f09016dd73623e738.tar.gz
blogs-e4990204d6a22fcdf76bb29f09016dd73623e738.tar.bz2
blogs-e4990204d6a22fcdf76bb29f09016dd73623e738.zip
textarea_id set automagically by {textarea}
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/edit.php b/edit.php
index 18658c5..fb1a4a5 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_blogs/edit.php,v 1.25 2007/04/04 17:03:43 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_blogs/edit.php,v 1.26 2007/04/20 11:03:11 nickpalmer Exp $
* @package blogs
* @subpackage functions
*/
@@ -54,9 +54,6 @@ if( !$gContent->hasUserPermission( 'p_blogs_create' ) ) {
$gBitSystem->fatalPermission('p_blog_create');
}
-// WYSIWYG and Quicktag variable
-$gBitSmarty->assign( 'textarea_id', LIBERTY_TEXT_AREA );
-
if (isset($_REQUEST['preview'])) {
//all this should prolly be moved to a BitBlog::preparePreview method and the tpls cleaned - but this works for now -wjames5
$gBitSmarty->assign('title', $_REQUEST["title"]);