X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FConfirm_address.php;h=ed3875d223c0ff5935979861a4adc5951e919040;hb=6a848bcc8ac37066f7c4941132195d2d67d3b376;hp=80dc9462139fa64e638834004943efc39fa04772;hpb=13ac93481c7080434329e83caf52db9c95692e17;p=quix0rs-gnu-social.git diff --git a/classes/Confirm_address.php b/classes/Confirm_address.php index 80dc946213..ed3875d223 100644 --- a/classes/Confirm_address.php +++ b/classes/Confirm_address.php @@ -2,9 +2,9 @@ /** * Table Definition for confirm_address */ -require_once 'DB/DataObject.php'; +require_once INSTALLDIR.'/classes/Memcached_DataObject.php'; -class Confirm_address extends DB_DataObject +class Confirm_address extends Memcached_DataObject { ###START_AUTOCODE /* the code below is auto generated do not remove the above tag */ @@ -20,8 +20,12 @@ class Confirm_address extends DB_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP /* Static get */ - function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Confirm_address',$k,$v); } + function staticGet($k,$v=null) + { return Memcached_DataObject::staticGet('Confirm_address',$k,$v); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE + + function sequenceKey() + { return array(false, false); } }