[pLog-svn] r6485 - plog/branches/lifetype-1.2/class/data

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon May 26 16:23:36 EDT 2008


Author: jondaley
Date: 2008-05-26 16:23:36 -0400 (Mon, 26 May 2008)
New Revision: 6485

Modified:
   plog/branches/lifetype-1.2/class/data/textfilter.class.php
Log:
code was never used, at least since we switched to subversion

Modified: plog/branches/lifetype-1.2/class/data/textfilter.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/textfilter.class.php	2008-05-26 03:18:26 UTC (rev 6484)
+++ plog/branches/lifetype-1.2/class/data/textfilter.class.php	2008-05-26 20:23:36 UTC (rev 6485)
@@ -26,18 +26,12 @@
 	{
 
 		var $htmlAllowedTags;
-		var $removeJavaScript;
 
         /**
          * Constructor.
-         *
-         * @param removeJavaScript By default, JavaScript code will also be removed
-         * from texts
          */
-		function TextFilter( $removeJavaScript = true )
+		function TextFilter()
 		{
-			$this->removeJavaScript = $removeJavaScript;
-
             lt_include( PLOG_CLASS_PATH."class/config/config.class.php" );
 			$config =& Config::getConfig();
 			$this->htmlAllowedTags = $config->getValue( "html_allowed_tags_in_comments" );



More information about the pLog-svn mailing list