summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-04 15:42:18 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-04 15:42:18 -0400
commit5978fcb6013b4448894801c223437cfd4cfa7d47 (patch)
tree67cb6456ec0f8964ca08cac9ffbe980e119ecd9d
parent6beddfdbb926aaa5af42e68ff459f11e0e5f6b5f (diff)
fix deleted function after synch from Zach
darcs-hash:20081004194218-5ed1f-efd9e82c9f78e19185d8ef6b626f46c5ae6613db.gz
-rw-r--r--classes/User.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/classes/User.php b/classes/User.php
index ce7632ec5..25caf0358 100644
--- a/classes/User.php
+++ b/classes/User.php
@@ -141,19 +141,6 @@ class User extends Memcached_DataObject
return true;
}
- function noticesWithFriendsWindow() {
-
-
- $notice = new Notice();
-
- $notice->query('SELECT notice.* ' .
- 'FROM notice JOIN subscription on notice.profile_id = subscription.subscribed ' .
- 'WHERE subscription.subscriber = ' . $this->id . ' ' .
- 'ORDER BY created DESC, notice.id DESC ' .
- 'LIMIT 0, ' . WITHFRIENDS_CACHE_WINDOW);
-
- }
-
static function register($fields) {
# MAGICALLY put fields into current scope