DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 06:28:44 +0000 (14:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 06:28:44 +0000 (14:28 +0800)
DataObjects/Core_person.php

index d2c61b0..9e7f59a 100644 (file)
@@ -10,7 +10,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
 
-    public $__table = 'Person';                          // table name
+    public $__table = 'core_person';                          // table name
     public $id;                              // int(11)  not_null primary_key auto_increment
     public $email;                           // string(128)  not_null
     public $alt_email;