remove unused helper function
darcs-hash:20081002144628-5ed1f-0cf7909fd15d5361d391a9bcde723585d83e5ed3.gz
This commit is contained in:
parent
3bd710d153
commit
f290ae348a
|
@ -147,19 +147,6 @@ class User extends Memcached_DataObject
|
||||||
return true;
|
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) {
|
static function register($fields) {
|
||||||
|
|
||||||
# MAGICALLY put fields into current scope
|
# MAGICALLY put fields into current scope
|
||||||
|
|
Loading…
Reference in New Issue
Block a user