X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNonce.php;h=9d8dfece044b8ee740c41fefca852800e2828219;hb=a980f4ed33d0aec02843a7e9766ccb35c71036d5;hp=0cd9967a08465d94a997838e17d41b083d290688;hpb=9ca3c3d1c31ff2b30ecd7bbc2ec9ec3722173f7f;p=quix0rs-gnu-social.git diff --git a/classes/Nonce.php b/classes/Nonce.php index 0cd9967a08..9d8dfece04 100644 --- a/classes/Nonce.php +++ b/classes/Nonce.php @@ -17,9 +17,6 @@ class Nonce extends Managed_DataObject public $created; // datetime() not_null public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP - /* Static get */ - function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Nonce',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE