[pLog-svn] r7107 - plog/branches/lifetype-1.2/class/net

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Jan 13 16:56:25 EST 2011


Author: jondaley
Date: 2011-01-13 16:56:25 -0500 (Thu, 13 Jan 2011)
New Revision: 7107

Modified:
   plog/branches/lifetype-1.2/class/net/modrewriterequestgenerator.class.php
   plog/branches/lifetype-1.2/class/net/rawrequestgenerator.class.php
Log:
removing old (already commented) code

Modified: plog/branches/lifetype-1.2/class/net/modrewriterequestgenerator.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/net/modrewriterequestgenerator.class.php	2011-01-13 21:56:09 UTC (rev 7106)
+++ plog/branches/lifetype-1.2/class/net/modrewriterequestgenerator.class.php	2011-01-13 21:56:25 UTC (rev 7107)
@@ -229,7 +229,6 @@
             if( $this->_blogInfo != null )
             	$this->addParameter( "blogId", $this->_blogInfo->getId());
 
-            //$replyCommentLink = $_SERVER["PHP_SELF"].$rg->getRequest();
             $replyCommentLink = $this->getIndexUrl().$this->getRequest();
 
             return $replyCommentLink;

Modified: plog/branches/lifetype-1.2/class/net/rawrequestgenerator.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/net/rawrequestgenerator.class.php	2011-01-13 21:56:09 UTC (rev 7106)
+++ plog/branches/lifetype-1.2/class/net/rawrequestgenerator.class.php	2011-01-13 21:56:25 UTC (rev 7107)
@@ -92,7 +92,6 @@
             if( $this->_blogInfo != null )
             	$this->addParameter( "blogId", $this->_blogInfo->getId());
 
-            //$postLink = $_SERVER["PHP_SELF"].$rg->getRequest();
             $postLink = $this->getIndexUrl().$this->getRequest();
 
             return $postLink;
@@ -128,7 +127,6 @@
              if( $this->_blogInfo != null )
                $this->addParameter( "blogId", $this->_blogInfo->getId());
 
-             //$categoryLink = $_SERVER["PHP_SELF"].$rg->getRequest();
              $categoryLink = $this->getIndexUrl().$this->getRequest();
 
              return $categoryLink;
@@ -151,7 +149,6 @@
             if( $this->_blogInfo != null )
             	$this->addParameter( "blogId", $this->_blogInfo->getId());
 
-            //$categoryLink = $_SERVER["PHP_SELF"].$rg->getRequest();
             $categoryLink = $this->getIndexUrl().$this->getRequest();
 
             return $categoryLink;
@@ -265,7 +262,6 @@
             if( $this->_blogInfo != null )
             	$this->addParameter( "blogId", $this->_blogInfo->getId());
 
-            //$replyCommentLink = $_SERVER["PHP_SELF"].$rg->getRequest();
             $replyCommentLink = $this->getIndexUrl().$this->getRequest();
 
             return $replyCommentLink;
@@ -301,7 +297,6 @@
             $this->addParameter( "articleId", $post->getId());
             $this->addParameter( "blogId", $this->_blogInfo->getId());
 
-            //$tbStatsLink = $_SERVER["PHP_SELF"].$rg->getRequest();
             $tbStatsLink = $this->getIndexUrl().$this->getRequest();
 
             return $tbStatsLink;



More information about the pLog-svn mailing list