NotifySend.php
authorEdward <edward@roojs.com>
Wed, 26 Jun 2013 04:28:07 +0000 (12:28 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Jun 2013 04:28:07 +0000 (12:28 +0800)
NotifySend.php

index b7f635c..a450314 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($id);
         if (!$w->get($id)) {
             die("invalid id\n");
         }