projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b0cdf
)
beware of shadows
author
Evan Prodromou
<evan@prodromou.name>
Fri, 18 Jul 2008 04:16:33 +0000
(
00:16
-0400)
committer
Evan Prodromou
<evan@prodromou.name>
Fri, 18 Jul 2008 04:16:33 +0000
(
00:16
-0400)
darcs-hash:
20080718041633
-84dde-
4fb8e5738b6594334e42d21c4ed104039da62abb
.gz
actions/twitapifriendships.php
patch
|
blob
|
history
diff --git
a/actions/twitapifriendships.php
b/actions/twitapifriendships.php
index c8fe950291265c5f744ef0a82b0f55abeda46661..fe9ee2ad5f586d598f9e9da0b8a538ec22519848 100644
(file)
--- 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