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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Aug 4 16:06:12 GMT 2006


Author: oscar
Date: 2006-08-04 16:06:11 +0000 (Fri, 04 Aug 2006)
New Revision: 3838

Modified:
   plog/trunk/class/net/baserequestgenerator.class.php
Log:
fixed issue 1002 (http://bugs.lifetype.net/view.php?id=1002), atom unique ids not valid according to the feed validator


Modified: plog/trunk/class/net/baserequestgenerator.class.php
===================================================================
--- plog/trunk/class/net/baserequestgenerator.class.php	2006-08-04 15:55:48 UTC (rev 3837)
+++ plog/trunk/class/net/baserequestgenerator.class.php	2006-08-04 16:06:11 UTC (rev 3838)
@@ -555,7 +555,7 @@
 		      if( $day < 10 ) $day = "0".$day;		      
 		      
 		      $date = $articleDate->getYear()."-".$articleDate->getMonth()."-".$day;
-		      $tag = "tag:post:".$url->getHost().",".$date.":".$article->getId();
+		      $tag = "tag:".$url->getHost().",".$date.":".$article->getId();
 		      
 		      return $tag;
 		}		



More information about the pLog-svn mailing list