diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-25 19:42:03 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-25 19:42:03 +0000 |
commit | 64d0767654d93de81a0779f04eb992c574bbdece (patch) | |
tree | ae77b68ca4af2d67ee1937275c1bd3f714e4ed3f /actions | |
parent | a11d6260cc8dd5bd8a060f716461803f4c837387 (diff) |
Removed more cruft from old attachment/attachements pages
Diffstat (limited to 'actions')
-rw-r--r-- | actions/tag.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/tag.php b/actions/tag.php index e71ec06a8..e9351d241 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -49,8 +49,6 @@ class TagAction extends Action { $pop = new PopularNoticeSection($this); $pop->show(); -// $freqatt = new FrequentAttachmentSection($this); -// $freqatt->show(); } function title() |