till
2008-02-10 e3a0af34d52c41fc2f45522528e484f858f1ce3e
program/steps/settings/delete_identity.inc
@@ -23,8 +23,13 @@
{
  if ($USER->delete_identity($ids))
  {
    $OUTPUT->show_message('deletedsuccessfully', 'confirmation');
  }
  else
  {
    $OUTPUT->show_message('nodeletelastidentity', 'error');
  }
  // send response
  if ($OUTPUT->ajax_call)
    $OUTPUT->send();