[pLog-svn] r1387 - plog/trunk/class/net

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Mar 9 16:23:15 GMT 2005


Author: oscar
Date: 2005-03-09 16:23:15 +0000 (Wed, 09 Mar 2005)
New Revision: 1387

Modified:
   plog/trunk/class/net/customurlhandler.class.php
Log:
removed some debug stuff

Modified: plog/trunk/class/net/customurlhandler.class.php
===================================================================
--- plog/trunk/class/net/customurlhandler.class.php	2005-03-09 16:22:54 UTC (rev 1386)
+++ plog/trunk/class/net/customurlhandler.class.php	2005-03-09 16:23:15 UTC (rev 1387)
@@ -95,11 +95,9 @@
 							   "catname" => "postCategoryName",
 							   "date" => "Date",
 							   "blogowner" => "blogUserName" );
-				print_r($this->_params);
 			}
 			elseif( $this->_format == "blog_link_format" ) {
 				$this->_includeFile = $this->_indexName;	
-				print($this->_format);
 				$this->_params["op"] = "Default";
 				$this->_vars = Array( "blogid" => "blogId",
 							          "blogname" => "blogName",




More information about the pLog-svn mailing list