diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-14 00:23:48 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-14 00:23:48 +0000 |
commit | d0eb2058a519941e205f7b0960d9a5e0707207bb (patch) | |
tree | 37ed1aa1be3c3a7a58463964ce602565c79f8cdf /actions/groups.php | |
parent | a887d4fe8b1f5e5adc2d701384acf50cf2cf54c3 (diff) | |
parent | dbbb3a4fb558ee4372e157612f3e053a87a53a8e (diff) |
Merge branch '0.8.x' into userdesign
Conflicts:
actions/showfavorites.php
lib/action.php
Diffstat (limited to 'actions/groups.php')
-rw-r--r-- | actions/groups.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/actions/groups.php b/actions/groups.php index e20acce70..26b52a5fc 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -129,15 +129,4 @@ class GroupsAction extends Action $gbm = new GroupsByMembersSection($this); $gbm->show(); } - - /** - * Output document relationship links - * - * @return void - */ - function showRelationshipLinks() - { - $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME - $this->page, 'groups', array('nickname' => $this->group->nickname)); - } } |