diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-24 04:43:34 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-24 04:43:34 -0400 |
commit | b5ac6e31f2f148164860aeabec6899b75d7292ec (patch) | |
tree | 5016a9624a923793f231d066d7519e8e3a0a8075 /actions/attachments.php | |
parent | 456f3eeb50fc1cafaa66ab5c0bdcdcaa5ca4bcd0 (diff) |
Rearranged attachment info to only appear on each applicable notice page and thru an ajax popup.
Diffstat (limited to 'actions/attachments.php')
-rw-r--r-- | actions/attachments.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/attachments.php b/actions/attachments.php index 6b31c839d..d3c90fec2 100644 --- a/actions/attachments.php +++ b/actions/attachments.php @@ -31,8 +31,6 @@ if (!defined('LACONICA')) { exit(1); } -//require_once INSTALLDIR.'/lib/personalgroupnav.php'; -//require_once INSTALLDIR.'/lib/feedlist.php'; require_once INSTALLDIR.'/lib/attachmentlist.php'; /** |