diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-06 05:53:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-06 05:53:26 +0000 |
commit | f0addeb4a1700b6ad625726fe8c0793cdafa9fed (patch) | |
tree | ed2e4fef6759867bed8229116ae2e91b3b3da239 /templates/show_edit_album_row.inc.php | |
parent | 69b204fb1dcca77c177d3ac5ec7fb686fb5a5b58 (diff) | |
download | ampache-f0addeb4a1700b6ad625726fe8c0793cdafa9fed.tar.gz ampache-f0addeb4a1700b6ad625726fe8c0793cdafa9fed.tar.bz2 ampache-f0addeb4a1700b6ad625726fe8c0793cdafa9fed.zip |
added ability to view album art on browse ablums and removed redundent code in show_artist, props to the first person who finds the bug with this re-use of code
Diffstat (limited to 'templates/show_edit_album_row.inc.php')
-rw-r--r-- | templates/show_edit_album_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index 19bac5ef..be988776 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -19,7 +19,7 @@ */ ?> -<td colspan="6"> +<td colspan="7"> <form method="post" id="edit_album_<?php echo $album->id; ?>"> <table border="0" cellpadding="3" cellspacing="0"> <tr> |