ソースを参照

fixed no signature problem

Luke Ehresman 24 年 前
コミット
547029d835
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/options_personal.php

+ 1 - 1
src/options_personal.php

@@ -66,7 +66,7 @@
             </td><td>
 <?php
    if ($use_signature == true)
-      echo "<input type=checkbox value=\"0\" name=usesignature checked>&nbsp;&nbsp;" . _("Use a signature") . "?<BR>";
+      echo "<input type=checkbox value=\"1\" name=usesignature checked>&nbsp;&nbsp;" . _("Use a signature") . "?<BR>";
    else {
       echo "<input type=checkbox value=\"1\" name=usesignature>&nbsp;&nbsp;";
       echo _("Use a signature?");