|
|
@ -28,6 +28,7 @@ $a_user_prefs = array(
|
|
|
|
'htmleditor' => isset($_POST['_htmleditor']) ? TRUE : FALSE,
|
|
|
|
'htmleditor' => isset($_POST['_htmleditor']) ? TRUE : FALSE,
|
|
|
|
'preview_pane' => isset($_POST['_preview_pane']) ? TRUE : FALSE,
|
|
|
|
'preview_pane' => isset($_POST['_preview_pane']) ? TRUE : FALSE,
|
|
|
|
'read_when_deleted' => isset($_POST['_read_when_deleted']) ? TRUE : FALSE,
|
|
|
|
'read_when_deleted' => isset($_POST['_read_when_deleted']) ? TRUE : FALSE,
|
|
|
|
|
|
|
|
'flag_for_deletion' => isset($_POST['_flag_for_deletion']) ? TRUE : FALSE,
|
|
|
|
'logout_purge' => isset($_POST['_logout_purge']) ? TRUE : FALSE,
|
|
|
|
'logout_purge' => isset($_POST['_logout_purge']) ? TRUE : FALSE,
|
|
|
|
'logout_expunge' => isset($_POST['_logout_expunge']) ? TRUE : FALSE,
|
|
|
|
'logout_expunge' => isset($_POST['_logout_expunge']) ? TRUE : FALSE,
|
|
|
|
'draft_autosave' => isset($_POST['_draft_autosave']) ? intval($_POST['_draft_autosave']) : 0,
|
|
|
|
'draft_autosave' => isset($_POST['_draft_autosave']) ? intval($_POST['_draft_autosave']) : 0,
|
|
|
|