function _processProfileDelete($oAlert)
 {
     $oPC = new BxDolProfilesController();
     if (getParam('unregisterusernotify') == 'on') {
         $oPC->sendUnregisterUserNotify($oAlert->aExtras['profile_info']);
     }
 }