diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-11-18 20:11:28 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-11-18 20:11:28 -0500 |
commit | 147dd16ab3f1d03a6bee8b3c8bf93170acab4ba9 (patch) | |
tree | 7601e8c6753054df61a58b25afb874e797dabf77 /classes | |
parent | 41b8c91c6b4f37c61983d0f8f94877bfcd0eb6d2 (diff) |
trac685 Twitter bridge - Shell script to sync all users' Twitter friends
darcs-hash:20081119011128-7b5ce-74471277443b44d0075f66131028447cfda3b1e4.gz
Diffstat (limited to 'classes')
-rw-r--r-- | classes/Foreign_link.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/classes/Foreign_link.php b/classes/Foreign_link.php index e3f7bfdd8..58c89b4e6 100644 --- a/classes/Foreign_link.php +++ b/classes/Foreign_link.php @@ -53,15 +53,10 @@ class Foreign_link extends Memcached_DataObject return NULL; } - - - // Convenience method - function getForeignUser() { + // Convenience method + function getForeignUser() { $fuser = new Foreign_user(); - - common_debug("service = " . $this->service); - common_debug("foreign_id = " . $this->foreign_id); $fuser->service = $this->service; $fuser->id = $this->foreign_id; |