DataObjects/Images.php
authorAlan Knowles <alan@akkbhome.com>
Sun, 15 Aug 2010 23:57:07 +0000 (07:57 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 15 Aug 2010 23:57:07 +0000 (07:57 +0800)
DataObjects/Images.php

index cfa07b7..1e4f48d 100644 (file)
@@ -275,7 +275,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             $ratio =  $this->height/ ($this->width *1.0);
             $sy = $ration * $sx;
         }
-        
+        // create it?
         
         
         return '<img src="' . $this->URL($size, $provider) . '" width="'. $sx . '" height="'. $sy . '">';