NotifySend.php
authorEdward <edward@roojs.com>
Tue, 31 Dec 2013 05:56:57 +0000 (13:56 +0800)
committerEdward <edward@roojs.com>
Tue, 31 Dec 2013 05:56:57 +0000 (13:56 +0800)
NotifySend.php

index 936b729..c347d70 100644 (file)
@@ -85,7 +85,7 @@ class Pman_Core_NotifySend extends Pman
         $force = empty($opts['force']) ? 0 : 1;
         
         $w = DB_DataObject::factory($this->table);
-        
+        print_r($w);exit;
         if (!$w->get($id)) {
             die("invalid id\n");
         }