[pLog-svn] r5118 - plog/branches/lifetype-1.2/class/view/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Mar 17 09:17:25 EDT 2007


Author: jondaley
Date: 2007-03-17 09:17:24 -0400 (Sat, 17 Mar 2007)
New Revision: 5118

Modified:
   plog/branches/lifetype-1.2/class/view/admin/admineditpostview.class.php
Log:
reverting rev 1915, it was really a bug in tinymce, that I fixed when adding the more plugin - or perhaps it was fixed in a tinymce upgrade, but in any case, this code isn't needed any more.

Modified: plog/branches/lifetype-1.2/class/view/admin/admineditpostview.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/view/admin/admineditpostview.class.php	2007-03-16 22:51:08 UTC (rev 5117)
+++ plog/branches/lifetype-1.2/class/view/admin/admineditpostview.class.php	2007-03-17 13:17:24 UTC (rev 5118)
@@ -50,8 +50,7 @@
 	            
 	            // set information about the post itself into the view
 	            $this->setValue( "postTopic", $this->_article->getTopic());
-	            $this->setValue( "postText", preg_replace('/(&|&)/', '&', $this->_article->getText( POST_EXTENDED_TEXT_MODIFIER )));
-			//$this->setValue( "postText", $this->_article->getText( POST_EXTENDED_TEXT_MODIFIER ));
+                $this->setValue( "postText", $this->_article->getText( false ));
 	            $this->setValue( "postSlug", $this->_article->getPostSlug());
 	            $this->setValue( "postId", $this->_article->getId());
 	            if( $this->_article->getCommentsEnabled())



More information about the pLog-svn mailing list