diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-18 00:16:33 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-18 00:16:33 -0400 |
commit | 12b7f23ed2fd05a29dcd5ab7700a25330ffd5d5f (patch) | |
tree | 5f12db73ae2d71920c0e597832395166835ab8e9 | |
parent | c1b0cdf90906033291d5644f911689fb0134127a (diff) |
beware of shadows
darcs-hash:20080718041633-84dde-4fb8e5738b6594334e42d21c4ed104039da62abb.gz
-rw-r--r-- | actions/twitapifriendships.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/actions/twitapifriendships.php b/actions/twitapifriendships.php index c8fe95029..fe9ee2ad5 100644 --- a/actions/twitapifriendships.php +++ b/actions/twitapifriendships.php @@ -157,12 +157,4 @@ class TwitapifriendshipsAction extends TwitterapiAction { return $user->getProfile(); } } - - function show_profile($profile) { - $profile_array = $this->user_array($profile); - $notice = $profile->getCurrentStatus(); - if ($notice) { - $status_array = $this->status_array($notice): - } - } }
\ No newline at end of file |