DataObjects/Core_watch.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 14 Mar 2011 10:47:34 +0000 (18:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 14 Mar 2011 10:47:34 +0000 (18:47 +0800)
DataObjects/Core_watch.php

index d91a841..f7aa71d 100644 (file)
@@ -12,7 +12,7 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
     public $__table = 'core_watch';                      // table name
     public $ontable;                         // string(128)  not_null primary_key
     public $onid;                            // string(128)  not_null primary_key
-    public $user_id;                         // string(128)  not_null primary_key
+    public $person_id;                         // string(128)  not_null primary_key
     public $event;                           // string(128)  not_null primary_key
     public $medium;                          // string(128)  not_null primary_key
     public $active;                          // int(11)  not_null