Find
Code: Select all
else
{
redirect(append_sid("{$phpbb_root_path}ucp.$phpEx", "i=alerts&mode=alerts"));
}Code: Select all
else if( !$_POST )
{
redirect(append_sid("{$phpbb_root_path}ucp.$phpEx", "i=alerts&mode=alerts"));
}Code: Select all
confirm_box(false, 'UCP_ALERTS_DELETE');Code: Select all
else
{
confirm_box(false, 'UCP_ALERTS_DELETE');
}


