X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FProfile.php;h=4f631acf40225860147d8cc97d310fb209e00107;hb=1a9a8ea73032b0ded09a8ea9a4c0511401507090;hp=8a5be5f358b58916662310e25e341cb702d8e183;hpb=d115cddfb7e2445423a4b263faa9e057dbf295e0;p=quix0rs-gnu-social.git diff --git a/classes/Profile.php b/classes/Profile.php index 8a5be5f358..4f631acf40 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -44,11 +44,6 @@ class Profile 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('Profile',$k,$v); - } - public static function schemaDef() { $def = array(