[pLog-svn] r5870 - plog/branches/lifetype-1.2/class/data
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Fri Aug 24 07:52:21 EDT 2007
Author: jondaley
Date: 2007-08-24 07:52:20 -0400 (Fri, 24 Aug 2007)
New Revision: 5870
Modified:
plog/branches/lifetype-1.2/class/data/textfilter.class.php
Log:
unused code
Modified: plog/branches/lifetype-1.2/class/data/textfilter.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/textfilter.class.php 2007-08-23 18:19:53 UTC (rev 5869)
+++ plog/branches/lifetype-1.2/class/data/textfilter.class.php 2007-08-24 11:52:20 UTC (rev 5870)
@@ -27,7 +27,6 @@
var $htmlAllowedTags;
var $removeJavaScript;
- var $_smileys;
/**
* Constructor.
@@ -42,7 +41,6 @@
lt_include( PLOG_CLASS_PATH."class/config/config.class.php" );
$config =& Config::getConfig();
$this->htmlAllowedTags = $config->getValue( "html_allowed_tags_in_comments" );
- $this->_smileys = $config->getValue( "smileys" );
}
/**
More information about the pLog-svn
mailing list