DataObjects/I18n.php
[Pman.Core] / DataObjects / Images.php
index 0f63f5e..7687cfe 100644 (file)
@@ -96,32 +96,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
             $roo->jok($r->URL(-1,'/Images') . '#attachment-'.  $r->id);
         }
         
-        if(isset($q['_auto_save'])){
-            require_once 'System.php';
-            
-            $tmpdir  = System::mktemp("-d auto_save");
-            
-            $path = $tmpdir . '/' . time();
-            
-            $source = array(
-                'source' => $q['_source']
-            );
-            
-//            if(!file_exists($path)){
-//               file_put_contents($path, $q['_source']); 
-//            }
-//            
-//            $this->setFrom($q);
-//            
-//            if (!$this->createFrom($path)) {
-//                $roo->jerr("error on auto save making image");
-//            }
-//            
-//            $roo->addEvent("AUTOSAVE", $this, $this->toEventString());
-            
-            $this->jok("OK");
-        }
-        
     }