Images.php
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 05:42:22 +0000 (13:42 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 05:42:22 +0000 (13:42 +0800)
Images.php

index 5097c85..13ba397 100644 (file)
@@ -338,7 +338,7 @@ class Pman_Core_Images extends Pman
         $baseURL = $ff->Pman_Images['public_baseURL'];
         
         preg_match_all('/<img\s+[^>]+>/i',$html, $result); 
-        print_r($result);exit;
+        //print_r($result);
         $matches = array_unique($result[0]);
         foreach($matches as $img) {
             $imatch = array();