[pLog-svn] r4102 - plog/branches/lifetype-1.1.1/class/net

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Oct 8 08:43:14 GMT 2006


Author: oscar
Date: 2006-10-08 08:43:13 +0000 (Sun, 08 Oct 2006)
New Revision: 4102

Modified:
   plog/branches/lifetype-1.1.1/class/net/customrequestgenerator.class.php
Log:
fix for issue 1083 (http://bugs.lifetype.net/view.php?id=1083)


Modified: plog/branches/lifetype-1.1.1/class/net/customrequestgenerator.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/net/customrequestgenerator.class.php	2006-10-07 17:00:01 UTC (rev 4101)
+++ plog/branches/lifetype-1.1.1/class/net/customrequestgenerator.class.php	2006-10-08 08:43:13 UTC (rev 4102)
@@ -513,6 +513,8 @@
 			}
 			elseif( $date > -1 ) {
 				$url = $this->getArchiveLink( $date );
+				if( $url[strlen($url)-1] == "/" )
+					$url = substr( $url, 0, -1);
 			}
 			else {
 				// if none of the above, we should at least get a link to the blog!



More information about the pLog-svn mailing list