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

Ayalon ayalon at blog.nl
Sun Oct 8 10:32:51 GMT 2006


Tested and it's working! 

-----Oorspronkelijk bericht-----
Van: plog-svn-bounces at devel.lifetype.net
[mailto:plog-svn-bounces at devel.lifetype.net] Namens oscar at devel.lifetype.net
Verzonden: zondag 8 oktober 2006 10:43
Aan: plog-svn at devel.lifetype.net
Onderwerp: [pLog-svn] r4102 - plog/branches/lifetype-1.1.1/class/net

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!

_______________________________________________
pLog-svn mailing list
pLog-svn at devel.lifetype.net
http://devel.lifetype.net/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list