diff options
Diffstat (limited to 'templates/show_flagged.inc.php')
-rw-r--r-- | templates/show_flagged.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/show_flagged.inc.php b/templates/show_flagged.inc.php index 8c61113b..00324771 100644 --- a/templates/show_flagged.inc.php +++ b/templates/show_flagged.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2006 Ampache.org + Copyright (c) 2001 - 2008 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -21,7 +21,6 @@ $web_path = Config::get('web_path'); ?> -<form id="songs" method="post" enctype="multipart/form-data" action="<?php echo Config::get('web_path'); ?>/admin/flag.php?action=reject_flags"> <table class="tabledata" cellpadding="0" cellspacing="0"> <colgroup> <col id="col_object" /> @@ -59,4 +58,3 @@ foreach ($object_ids as $flag_id) { <th class="cel_action"><?php echo _('Action'); ?></th> </tr> </table> -</form> |