X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FConfirm_address.php;h=0ed7796ad40b8458de85c6538d166ad4ee38b13d;hb=c5f6937f5ecfcb16ceb69a54247700cd28b23e48;hp=056df836fc96586b45370af22753a183f835d087;hpb=9948523c33ea0d02681ff1e0cd4fcb839dc9df96;p=quix0rs-gnu-social.git diff --git a/classes/Confirm_address.php b/classes/Confirm_address.php index 056df836fc..0ed7796ad4 100644 --- a/classes/Confirm_address.php +++ b/classes/Confirm_address.php @@ -19,10 +19,6 @@ class Confirm_address extends Managed_DataObject public $sent; // datetime() public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP - /* Static get */ - 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