From f6121006313be194bc760e27e4af60828c69b38f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 29 Jul 2007 18:49:29 +0000 Subject: fixed album per row update and some warnings on song updates --- templates/show_edit_album_row.inc.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'templates/show_edit_album_row.inc.php') diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index b5fd8d6d..340fb685 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -26,7 +26,14 @@ - artist_id,'artist_id'); ?> + artist_count == '1') { + show_artist_select('artist',$album->artist_id); + } + else { + echo _('Various'); + } + ?> -- cgit