DataObjects/Core_mailing_list_message.php
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 05:26:12 +0000 (13:26 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 05:26:12 +0000 (13:26 +0800)
DataObjects/Core_mailing_list_message.php

index 6c2c79a..d4e5a68 100644 (file)
@@ -124,6 +124,18 @@ class Pman_Core_DataObjects_Core_mailing_list_message extends DB_DataObject
         $roo->jok("duplicated");
     }
     
+    function onInsert($request,$roo)
+    {   
+        $i = DB_DataObject::factory('Images');
+        $i->whereAdd('onid = 0');
+        $i->find();
+        while ($i->fetch()){
+            $i->onid = $this->id;
+            $i->update();
+        }
+       
+    }
+    
     function attachmentIds()
     {