NotifySend.php
authorEdward <edward@roojs.com>
Fri, 3 Jan 2014 03:49:11 +0000 (11:49 +0800)
committerEdward <edward@roojs.com>
Fri, 3 Jan 2014 03:49:11 +0000 (11:49 +0800)
NotifySend.php

index 92a6ded..3a4dc0f 100644 (file)
@@ -83,7 +83,7 @@ class Pman_Core_NotifySend extends Pman
         //date_default_timezone_set('UTC');
         // phpinfo();exit;
         $force = empty($opts['force']) ? 0 : 1;
-        
+        print_r($this->table);exit;
         $w = DB_DataObject::factory($this->table);
         
         if (!$w->get($id)) {