ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 11:11:46 +0000 (19:11 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 11:11:46 +0000 (19:11 +0800)
ConvertStyle.php

index d06c1ab..31ee1c3 100644 (file)
@@ -18,9 +18,7 @@ class Pman_Core_ConvertStyle extends Pman
     }
     
     function relPath($base, $url)
-    {   
-        print_r($base);
-        print_r($url);exit;
+    {  
         if (preg_match('/^(http|https|mailto):/',$url)) {
             return $url;
         }