alecpl
2010-05-06 bec31a4e86ac0d6b569e7b9601b0bde4a0e26a16
program/include/rcmail.php
@@ -107,7 +107,7 @@
    $this->action = asciiwords(get_input_value('_action', RCUBE_INPUT_GPC));
    // reset some session parameters when changing task
    if ($_SESSION['task'] != $this->task)
    if ($this->session && $_SESSION['task'] != $this->task)
      $this->session->remove('page');
    // set current task to session
@@ -640,7 +640,7 @@
      else {
        raise_error(array(
          'code' => 600, 'type' => 'php',
     'file' => __FILE__, 'line' => __LINE__,
         'file' => __FILE__, 'line' => __LINE__,
          'message' => "Failed to create a user record. Maybe aborted by a plugin?"
          ), true, false);
      }