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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Nov 24 20:35:57 GMT 2005


Author: oscar
Date: 2005-11-24 20:35:56 +0000 (Thu, 24 Nov 2005)
New Revision: 2629

Modified:
   plog/trunk/class/net/linkparser.class.php
Log:
Fixed issue 746 (http://bugs.lifetype.net/view.php?id=746)

Modified: plog/trunk/class/net/linkparser.class.php
===================================================================
--- plog/trunk/class/net/linkparser.class.php	2005-11-24 20:26:42 UTC (rev 2628)
+++ plog/trunk/class/net/linkparser.class.php	2005-11-24 20:35:56 UTC (rev 2629)
@@ -60,8 +60,7 @@
             $rewritereplace = array_values( $this->urlRewriteTags );
         
             // Turn the structure into a regular expression
-            $matchre = str_replace( "/", "/", $this->_linkFormat );
-            $matchre = str_replace( "$", "\$", $matchre );
+            $matchre = str_replace( "$", "\$", $this->_linkFormat );
             $matchre = str_replace( $rewritecode, $rewritereplace, $matchre );
             $matchre = "^".$matchre;
         




More information about the pLog-svn mailing list