diff options
author | Friendika <info@friendika.com> | 2011-03-27 20:37:44 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-27 20:37:44 -0700 |
commit | 7defb1768bff1c3da7ea63957cf8c7c928d379ab (patch) | |
tree | a166fdc574e1f2222c81b149e0f5c88e58bf1efb /mod/profile.php | |
parent | b57214cb783ca2f741760a2ccfbd01babfbd165b (diff) | |
download | volse-hubzilla-7defb1768bff1c3da7ea63957cf8c7c928d379ab.tar.gz volse-hubzilla-7defb1768bff1c3da7ea63957cf8c7c928d379ab.tar.bz2 volse-hubzilla-7defb1768bff1c3da7ea63957cf8c7c928d379ab.zip |
collapse posts by same author (but not you).
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile.php b/mod/profile.php index 8fb483007..1101c6998 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -328,6 +328,8 @@ function profile_content(&$a, $update = 0) { like_puller($a,$item,$dlike,'dislike'); } + $comments_collapsed = false; + foreach($r as $item) { $sparkle = ''; |