alecpl
2009-11-02 50f56d2046a28e7d8ae48e84ddd32dd022d9cf8d
program/steps/settings/save_prefs.inc
@@ -62,6 +62,8 @@
      'htmleditor'         => isset($_POST['_htmleditor']) ? TRUE : FALSE,
      'draft_autosave'     => isset($_POST['_draft_autosave']) ? intval($_POST['_draft_autosave']) : 0,
      'mime_param_folding' => isset($_POST['_mime_param_folding']) ? intval($_POST['_mime_param_folding']) : 0,
      'show_sig'           => isset($_POST['_show_sig']) ? intval($_POST['_show_sig']) : 0,
      'top_posting'        => isset($_POST['_top_posting']) ? TRUE : FALSE,
    );
  break;