[pLog-svn] r3562 - in plugins/trunk/textparser: . class/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jun 8 20:57:18 GMT 2006


Author: oscar
Date: 2006-06-08 20:57:18 +0000 (Thu, 08 Jun 2006)
New Revision: 3562

Modified:
   plugins/trunk/textparser/class/action/adminplugintextparserupdatesettingsaction.class.php
   plugins/trunk/textparser/plugintextparser.class.php
Log:
another plugin that works fine


Modified: plugins/trunk/textparser/class/action/adminplugintextparserupdatesettingsaction.class.php
===================================================================
--- plugins/trunk/textparser/class/action/adminplugintextparserupdatesettingsaction.class.php	2006-06-08 20:35:27 UTC (rev 3561)
+++ plugins/trunk/textparser/class/action/adminplugintextparserupdatesettingsaction.class.php	2006-06-08 20:57:18 UTC (rev 3562)
@@ -19,7 +19,6 @@
 		
 		function validate()
 		{
-			_debug($_REQUEST);
             $this->_pluginEnabled = $this->_request->getValue( "pluginEnabled" );
             $this->_pluginEnabled = ($this->_pluginEnabled != "" );			
             $this->_filter = $this->_request->getValue( "filter" );

Modified: plugins/trunk/textparser/plugintextparser.class.php
===================================================================
--- plugins/trunk/textparser/plugintextparser.class.php	2006-06-08 20:35:27 UTC (rev 3561)
+++ plugins/trunk/textparser/plugintextparser.class.php	2006-06-08 20:57:18 UTC (rev 3562)
@@ -80,7 +80,6 @@
 				$params["text"] = do_textile( $params["text"] );
 			}
 			elseif( $filter == PLUGIN_TEXTPARSER_FILTER_UBB ) {
-				_debug("Using phpbb!!");
 				// again, dynamic loading is the best thing we can do...
 				include_once( PLOG_CLASS_PATH."plugins/textparser/class/data/ubb/BBCodeParser.php" );
 				



More information about the pLog-svn mailing list