...and drop the unnecessary &reference from child class pkeyGet() overrides.

This commit is contained in:
Brion Vibber
2010-01-06 14:28:40 -08:00
parent 20144285ca
commit 4e2acd153b
14 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ class Group_inbox extends Memcached_DataObject
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
function &pkeyGet($kv)
function pkeyGet($kv)
{
return Memcached_DataObject::pkeyGet('Group_inbox', $kv);
}