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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jun 1 21:35:27 GMT 2006


Author: oscar
Date: 2006-06-01 21:35:26 +0000 (Thu, 01 Jun 2006)
New Revision: 3507

Modified:
   plog/trunk/class/net/linkparser.class.php
Log:
fixed as per Jon's suggestion


Modified: plog/trunk/class/net/linkparser.class.php
===================================================================
--- plog/trunk/class/net/linkparser.class.php	2006-06-01 20:41:00 UTC (rev 3506)
+++ plog/trunk/class/net/linkparser.class.php	2006-06-01 21:35:26 UTC (rev 3507)
@@ -28,7 +28,7 @@
                   '{day}' => '([0-9]{2})?',
                   '{hours}' => '([0-9]{2})?',
                   '{minutes}' => '([0-9]{2})?',
-                  '{postname}' => '([_0-9a-zA-Z-.]+)?',
+                  '{postname}' => '([_0-9a-zA-Z.-]+)?',
                   '{postid}' => '([0-9]+)?',
                   '{catname}' => '([_0-9a-zA-Z-]+)?',
                   '{catid}' => '([0-9]+)?',



More information about the pLog-svn mailing list