summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_catalog.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-12-28 22:42:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-12-28 22:42:55 +0000
commitfb36d75acedcb959aaae7cd51dc93ed67109ed06 (patch)
tree081bc3db65365499fdce8c3ee9d3d7d3b51dcf11 /templates/show_edit_catalog.inc.php
parentd17138068ae8dd7b87cdff11bdd0735028c2409d (diff)
downloadampache-fb36d75acedcb959aaae7cd51dc93ed67109ed06.tar.gz
ampache-fb36d75acedcb959aaae7cd51dc93ed67109ed06.tar.bz2
ampache-fb36d75acedcb959aaae7cd51dc93ed67109ed06.zip
remove the genre references from the catalog creation screens
Diffstat (limited to 'templates/show_edit_catalog.inc.php')
-rw-r--r--templates/show_edit_catalog.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php
index a8d029ba..89621dc7 100644
--- a/templates/show_edit_catalog.inc.php
+++ b/templates/show_edit_catalog.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2007 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -30,7 +30,6 @@
%A = <?php echo _('album name'); ?><br />
%a = <?php echo _('artist name'); ?><br />
%c = <?php echo _('id3 comment'); ?><br />
- %g = <?php echo _('genre'); ?><br />
%T = <?php echo _('track number (padded with leading 0)'); ?><br />
%t = <?php echo _('song title'); ?><br />
%y = <?php echo _('year'); ?><br />