Logic to have group joins turn into pending joins automatically when group is set to mod; allow users to cancel their pending group requests.

This commit is contained in:
Brion Vibber
2011-03-21 16:26:41 -07:00
parent a54eb0941e
commit 471a480587
7 changed files with 316 additions and 6 deletions

View File

@@ -18,6 +18,10 @@ class Group_join_queue extends Managed_DataObject
function staticGet($k,$v=null)
{ return Memcached_DataObject::staticGet('Group_join_queue',$k,$v); }
/* Pkey get */
function pkeyGet($k)
{ return Memcached_DataObject::pkeyGet('Group_join_queue',$k); }
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE