]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice_inbox.php
I missed a preg_replace with /e
[quix0rs-gnu-social.git] / classes / Notice_inbox.php
index dcaf2f33b15c52d40f6a158358bc21fc7f9e9e98..2dc75959a41c20d2f57517605c4b6e425e44371c 100644 (file)
@@ -42,10 +42,6 @@ class Notice_inbox extends Managed_DataObject
     public $created;                         // datetime()   not_null
     public $source;                          // tinyint(1)   default_1
 
-    /* Static get */
-    function staticGet($k,$v=null)
-    { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
@@ -80,11 +76,6 @@ class Notice_inbox extends Managed_DataObject
         throw new Exception('Notice_inbox no longer used; use Inbox');
     }
 
-    function &pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('Notice_inbox', $kv);
-    }
-
     static function gc($user_id)
     {
         throw new Exception('Notice_inbox no longer used; use Inbox');