DataObjects/Images.php
authorEdward <edward@roojs.com>
Thu, 21 Nov 2013 05:26:30 +0000 (13:26 +0800)
committerEdward <edward@roojs.com>
Thu, 21 Nov 2013 05:26:30 +0000 (13:26 +0800)
DataObjects/Images.php

index cd705dd..3d45a42 100644 (file)
@@ -201,7 +201,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         $b = basename($fn);
         
         $d = dirname($fn);
-        print_r($d);
+        print_r($d);exit;
         if (file_exists($d)) {
                 
             $dh = opendir($d);