Allow choice of line endings when downloading or decoding strings (bodies)
[squirrelmail.git] / src / options.php
index facbe529f2cfebd483d3a30098e589ce4dbfc63b..ed0fb673f83770e19aabc4a03494bd6938465bd4 100644 (file)
@@ -249,6 +249,7 @@ if ($optmode == SMOPT_MODE_SUBMIT) {
 
 if ($optmode == SMOPT_MODE_SUBMIT) {
     $optpage = SMOPT_PAGE_MAIN;
+    $optpage_title = _("Options");
 }
 
 /***************************************************************/
@@ -424,7 +425,7 @@ if ($optpage == SMOPT_PAGE_MAIN) {
     }
 
     // Begin output form
-    echo addForm('options.php', 'post', 'f')
+    echo addForm('options.php', 'post', 'option_form')
        . create_optpage_element($optpage)
        . create_optmode_element(SMOPT_MODE_SUBMIT);