]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Another patch to fix up whitespace conflicts in User.php
authorZach Copley <zach@controlyourself.ca>
Sun, 5 Oct 2008 18:16:14 +0000 (14:16 -0400)
committerZach Copley <zach@controlyourself.ca>
Sun, 5 Oct 2008 18:16:14 +0000 (14:16 -0400)
darcs-hash:20081005181614-7b5ce-4ab236108fe2570a199120317120d921715fbd19.gz

classes/User.php

index ce7632ec5bfe655c5eaba5032b874af24d45ebd1..036da2b8881ff754e05cefa3565b1ebc2407ad8f 100644 (file)
@@ -143,9 +143,8 @@ class User extends Memcached_DataObject
 
        function noticesWithFriendsWindow() {
                
-               
                $notice = new Notice();
-               
+
                $notice->query('SELECT notice.* ' .
                                           'FROM notice JOIN subscription on notice.profile_id = subscription.subscribed ' .
                                           'WHERE subscription.subscriber = ' . $this->id . ' ' .