diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-06-19 06:32:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-06-19 06:32:23 +0000 |
commit | cef43c3602c38fe4b49e74bdfa429c66929ada0e (patch) | |
tree | 0eaf81ca59c5c52ff023254105afb9f43b67cfc5 /lib/ui.lib.php | |
parent | cabbf907970a6d514a4b9288abcfec3c0c6b2d55 (diff) | |
download | ampache-cef43c3602c38fe4b49e74bdfa429c66929ada0e.tar.gz ampache-cef43c3602c38fe4b49e74bdfa429c66929ada0e.tar.bz2 ampache-cef43c3602c38fe4b49e74bdfa429c66929ada0e.zip |
reorganize the menu a whole bunch and add a confirmation page to the catalog deletion
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r-- | lib/ui.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 68f92a50..1c2c480e 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -35,7 +35,7 @@ * $text The details of the message * $cancel T/F show a cancel button that uses return_referrer() */ -function show_confirmation($title,$text,$next_url,$cancel=0) { +function show_confirmation($title,$text,$next_url,$cancel=0,$form_name='confirmation') { if (substr_count($next_url,Config::get('web_path'))) { $path = $next_url; |