|
@@ -321,7 +321,7 @@ if (api_is_allowed_to_edit())
|
|
|
$msgDestroy.='<a href="'.api_get_self().'">'.get_lang('No').'</a> | ';
|
|
|
$msgDestroy.='<a href="'.api_get_self().'?destroy=yes&id='.$_GET["id"].'">'.get_lang('Yes').'</a>';
|
|
|
|
|
|
- Display :: display_confirmation_message($msgDestroy);
|
|
|
+ Display :: display_confirmation_message($msgDestroy,false);
|
|
|
}
|
|
|
|
|
|
/*
|