alecpl
2008-08-28 876b15dcceeaf5d3f5b2881c8155fcf247cac316
index.php
@@ -88,7 +88,7 @@
              get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'), $host)) {
    // create new session ID
    unset($_SESSION['temp']);
    sess_regenerate_id();
    rcube_sess_regenerate_id();
    // send auth cookie if necessary
    $RCMAIL->authenticate_session();
@@ -201,6 +201,14 @@
  )
);
// save preference value
if ($RCMAIL->action=='save-pref')
  {
  $USER->save_prefs(array(get_input_value('_name', RCUBE_INPUT_POST) => get_input_value('_value', RCUBE_INPUT_POST)));
  $OUTPUT->reset();
  $OUTPUT->send();
  }
// include task specific functions
include_once 'program/steps/'.$RCMAIL->task.'/func.inc';