diff options
author | Evan Prodromou <evan@status.net> | 2009-09-16 11:57:26 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-09-16 11:57:26 -0400 |
commit | aef434f9b2a8865facc34270cc0f19e8b7967f79 (patch) | |
tree | 715e89e1b48520de5772c67ea5a9e01b242ee8b0 /classes | |
parent | 5ab1ec7ad578e1ac1f2d18ad8e2299cda21f572a (diff) | |
parent | 6568a3202d3acfde694b359e2524d52d93dc83dd (diff) |
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
Diffstat (limited to 'classes')
-rw-r--r-- | classes/Profile.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/Profile.php b/classes/Profile.php index c4fb3a543..6ad0e7a3a 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -47,11 +47,6 @@ class Profile extends Memcached_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE - function &pkeyGet($kv) - { - return Memcached_DataObject::pkeyGet('Profile', $kv); - } - function getAvatar($width, $height=null) { if (is_null($height)) { |