[limb-svn] r6974 - 3.x/trunk/limb/net/src

svn at limb-project.com svn at limb-project.com
Tue Apr 29 15:20:46 MSD 2008


Author: korchasa
Date: 2008-04-29 15:20:46 +0400 (Tue, 29 Apr 2008)
New Revision: 6974
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6974

Modified:
   3.x/trunk/limb/net/src/lmbUri.class.php
Log:
-- remove commented strings

Modified: 3.x/trunk/limb/net/src/lmbUri.class.php
===================================================================
--- 3.x/trunk/limb/net/src/lmbUri.class.php	2008-04-29 11:18:43 UTC (rev 6973)
+++ 3.x/trunk/limb/net/src/lmbUri.class.php	2008-04-29 11:20:46 UTC (rev 6974)
@@ -73,8 +73,6 @@
     $matches = array();
     if(preg_match('/^file:\/\/([a-zA-Z]?:[\/].*)/', $url, $matches))
       $url = 'file:///' . $matches[1];
-    //if('/' != substr($url, 0, strlen('file:///')))
-//      $url = str_replace('file://', 'file:///', $url);
     return $url;
   }
 



More information about the limb-svn mailing list