From cef43c3602c38fe4b49e74bdfa429c66929ada0e Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 19 Jun 2008 06:32:23 +0000 Subject: reorganize the menu a whole bunch and add a confirmation page to the catalog deletion --- lib/ui.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ui.lib.php') 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; -- cgit