diff options
Diffstat (limited to 'classes/Consumer.php')
-rw-r--r-- | classes/Consumer.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/Consumer.php b/classes/Consumer.php index 6f4513f33..5e457a3fc 100644 --- a/classes/Consumer.php +++ b/classes/Consumer.php @@ -2,9 +2,9 @@ /** * Table Definition for consumer */ -require_once 'DB/DataObject.php'; +require_once 'classes/Memcached_DataObject.php'; -class Consumer extends DB_DataObject +class Consumer extends Memcached_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ @@ -16,7 +16,7 @@ class Consumer extends DB_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP /* Static get */ - function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Consumer',$k,$v); } + function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Consumer',$k,$v); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE |