[pLog-svn] r5183 - plog/branches/lifetype-1.2/class/action/admin
mark at devel.lifetype.net
mark at devel.lifetype.net
Sun Mar 25 12:31:45 EDT 2007
Author: mark
Date: 2007-03-25 12:31:45 -0400 (Sun, 25 Mar 2007)
New Revision: 5183
Modified:
plog/branches/lifetype-1.2/class/action/admin/adminupdatepostaction.class.php
Log:
Fixed a PHP5 notice.
Modified: plog/branches/lifetype-1.2/class/action/admin/adminupdatepostaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminupdatepostaction.class.php 2007-03-25 15:29:37 UTC (rev 5182)
+++ plog/branches/lifetype-1.2/class/action/admin/adminupdatepostaction.class.php 2007-03-25 16:31:45 UTC (rev 5183)
@@ -107,8 +107,6 @@
// if we got it, update some fields
$post->setTopic( stripslashes($this->_postTopic));
$postText = $this->_postText;
- if($this->_postExtendedText)
- $postText .= POST_EXTENDED_TEXT_MODIFIER.$this->_postExtendedText;
$post->setText( stripslashes($postText));
$post->setTopic( $this->_postTopic );
$post->setText( $postText );
More information about the pLog-svn
mailing list