X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FConfirm_address.php;h=10661ff5ce9ac9015b4e7b5dd20e6b35d4fafa8f;hb=1e8d26baecad6ca1088ea7815fe2615fb520a10e;hp=f18d554a362de0df22f078a92ce5732df2760705;hpb=499afd8c22fa7b14c5d757f52b1e8e6a91bbaf30;p=quix0rs-gnu-social.git diff --git a/classes/Confirm_address.php b/classes/Confirm_address.php index f18d554a36..10661ff5ce 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,7 +20,7 @@ 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