summaryrefslogtreecommitdiffstats
path: root/albums.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-19 06:42:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-19 06:42:07 +0000
commita1961111ef936899351924bdb97e1b5d2e3687ec (patch)
treeb8e02014854b0399703ef6f642d7e31372ea4ca9 /albums.php
parent0bbeb6aa28c6eb0e4dcf7d1b7d566575248b5c1a (diff)
downloadampache-a1961111ef936899351924bdb97e1b5d2e3687ec.tar.gz
ampache-a1961111ef936899351924bdb97e1b5d2e3687ec.tar.bz2
ampache-a1961111ef936899351924bdb97e1b5d2e3687ec.zip
fixed album.disk for ogg files and added it to the display
Diffstat (limited to 'albums.php')
-rw-r--r--albums.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/albums.php b/albums.php
index b3c43ca0..dfd59b30 100644
--- a/albums.php
+++ b/albums.php
@@ -165,12 +165,13 @@ switch ($_REQUEST['action']) {
Catalog::update_single_item('album',$_REQUEST['album_id']);
- echo "<br /><b>" . _('Update From Tags Complete') . "</b> &nbsp;&nbsp;";
+ echo "<br /><strong>" . _('Update From Tags Complete') . "</strong> &nbsp;&nbsp;";
echo "<a href=\"" . Config::get('web_path') . "/albums.php?action=show&amp;album=" . scrub_out($_REQUEST['album_id']) . "\">[" . _('Return') . "]</a>";
show_box_bottom();
break;
// Browse by Album
case 'broken':
+ exit;
switch($match) {
case 'Show_all':
$offset_limit = 99999;