alecpl
2010-10-14 8fcc3e1ad67496496c788023daeb01631a39d915
index.php
@@ -118,8 +118,9 @@
    $OUTPUT->redirect($redir);
  }
  else {
    $OUTPUT->show_message($IMAP->error_code < -1 ? 'imaperror' : 'loginfailed', 'warning');
    $RCMAIL->plugins->exec_hook('login_failed', array('code' => $IMAP->error_code, 'host' => $auth['host'], 'user' => $auth['user']));
    $OUTPUT->show_message($IMAP->get_error_code() < -1 ? 'imaperror' : 'loginfailed', 'warning');
    $RCMAIL->plugins->exec_hook('login_failed', array(
      'code' => $IMAP->get_error_code(), 'host' => $auth['host'], 'user' => $auth['user']));
    $RCMAIL->kill_session();
  }
}