Suppressed a doublon.

This commit is contained in:
gugux 2003-05-25 21:01:58 +00:00
parent 29a09a889d
commit 745dc7df33

View File

@ -4352,7 +4352,7 @@
$var = Array(
'action_url_button' => $this->page('delete','&cal_id='.$event['id']),
'action_text_button' => lang('Delete'),
'action_confirm_button' => "onClick=\"return confirm('".lang("Are you sure\\nyou want to \\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users.")."')\"",
'action_confirm_button' => "onClick=\"return confirm('".lang("Are you sure\\nyou want to\\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users.")."')\"",
'action_extra_field' => ''
);
$p->set_var($var);