diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-21 08:22:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-21 08:22:31 +0000 |
commit | 2493e8eb48c48eeda11095406fdc22004053271a (patch) | |
tree | 8cb5106acd98e83009ac23544593bcff8d442959 /admin | |
parent | aac50100d3e0d88d06f225cf7a1bff1131099e70 (diff) | |
download | ampache-2493e8eb48c48eeda11095406fdc22004053271a.tar.gz ampache-2493e8eb48c48eeda11095406fdc22004053271a.tar.bz2 ampache-2493e8eb48c48eeda11095406fdc22004053271a.zip |
switched the enable/disable icons and filled out the show_edit_album page, still doesnt work
Diffstat (limited to 'admin')
-rw-r--r-- | admin/flag.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/flag.php b/admin/flag.php index 87c83405..2108b878 100644 --- a/admin/flag.php +++ b/admin/flag.php @@ -99,6 +99,9 @@ switch ($action) { // Show the page for editing a full album case 'show_edit_album': + $album = new Album($_REQUEST['album_id']); + + require_once(conf('prefix') . '/templates/show_edit_album.inc.php'); beak; // Show the page for editing a full artist |