X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FReply.php;h=36686d0c76d6cb579edebba1af0eb72bca3b27d4;hb=a1dbe2325c0b9a14c01a2e35ee81170a80f57130;hp=3cc4b942ca74608a1a9945070dd2a941247c58ce;hpb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;p=quix0rs-gnu-social.git diff --git a/classes/Reply.php b/classes/Reply.php index 3cc4b942ca..36686d0c76 100644 --- a/classes/Reply.php +++ b/classes/Reply.php @@ -15,10 +15,6 @@ class Reply extends Managed_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP public $replied_id; // int(4) - /* Static get */ - function staticGet($k,$v=null) - { return Memcached_DataObject::staticGet('Reply',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE @@ -40,14 +36,10 @@ class Reply extends Managed_DataObject 'reply_notice_id_idx' => array('notice_id'), 'reply_profile_id_idx' => array('profile_id'), 'reply_replied_id_idx' => array('replied_id'), + 'reply_profile_id_modified_notice_id_idx' => array('profile_id', 'modified', 'notice_id') ), ); } - - function pkeyGet($kv) - { - return Memcached_DataObject::pkeyGet('Reply',$kv); - } /** * Wrapper for record insertion to update related caches