diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-09 07:02:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-09 07:02:49 +0000 |
commit | 53e05bc90da0864e19eabdea083d32080dbaa283 (patch) | |
tree | da54b0c181e9cb820ff98e5f8b6c974d568e504f /templates/show_disabled_songs.inc | |
parent | 6906bb43c6635ece5150c9abffe8e9bb16a03f6c (diff) | |
download | ampache-53e05bc90da0864e19eabdea083d32080dbaa283.tar.gz ampache-53e05bc90da0864e19eabdea083d32080dbaa283.tar.bz2 ampache-53e05bc90da0864e19eabdea083d32080dbaa283.zip |
final commit before beta1 release
Diffstat (limited to 'templates/show_disabled_songs.inc')
-rw-r--r-- | templates/show_disabled_songs.inc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/templates/show_disabled_songs.inc b/templates/show_disabled_songs.inc index 6f40c082..92c7fc8f 100644 --- a/templates/show_disabled_songs.inc +++ b/templates/show_disabled_songs.inc @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2005 Ampache.org + Copyright (c) 2001 - 2006 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -18,13 +18,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - -/*! - @header Disabled Songs - -*/ - - ?> <br /> <form name="songs" method="post" action="<?php echo conf('web_path'); ?>/admin/catalog.php" enctype="multipart/form-data" style="Display:inline"> |