diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-05-01 07:22:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-05-01 07:22:07 +0000 |
commit | a02b8ce20746ef5449e661ac8ffdb4e1974e65c2 (patch) | |
tree | db1e0b2a6ef1b9fa7bfaa65e2fdb8eb22286f063 /admin/catalog.php | |
parent | af554e6296eff9ee08ad59597f27378e4b2a8db8 (diff) | |
download | ampache-a02b8ce20746ef5449e661ac8ffdb4e1974e65c2.tar.gz ampache-a02b8ce20746ef5449e661ac8ffdb4e1974e65c2.tar.bz2 ampache-a02b8ce20746ef5449e661ac8ffdb4e1974e65c2.zip |
fixed clean, added lang to installer (thx ros) and cleaned up catalog display a bit and mojoed lang list
Diffstat (limited to 'admin/catalog.php')
-rw-r--r-- | admin/catalog.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/catalog.php b/admin/catalog.php index 20a2b0cb..c3c3799e 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -122,6 +122,10 @@ switch ($_REQUEST['action']) { $catalog->add_to_catalog(); echo "</div>"; } + $url = conf('web_path') . '/admin/index.php'; + $title = _('Catalog Updated'); + $body = ''; + show_confirmation($title,$body,$url); break; case 'delete_catalog': /* Make sure they aren't in demo mode */ |