[pLog-svn] r980 - plog/trunk

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Feb 6 21:05:09 GMT 2005


Author: oscar
Date: 2005-02-06 21:05:08 +0000 (Sun, 06 Feb 2005)
New Revision: 980

Modified:
   plog/trunk/post
Log:
removed one line according to this: http://forums.plogworld.net/viewtopic.php?p=8115#8115


Modified: plog/trunk/post
===================================================================
--- plog/trunk/post	2005-02-06 20:54:28 UTC (rev 979)
+++ plog/trunk/post	2005-02-06 21:05:08 UTC (rev 980)
@@ -15,7 +15,6 @@
     // format of search-engine friendly urls
     if( $config->getValue( "request_format_mode" ) == SEARCH_ENGINE_FRIENDLY_MODE ) {	
 		$server = HttpVars::getServer();
-		$path_info = $server["PATH_INFO"];
 		$parser = new PrettyRequestParser( "post", $server["PATH_INFO"]);
 		$result = $parser->parse();
 		HttpVars::setRequest( $result );




More information about the pLog-svn mailing list