Browse Source

fixed no signature problem

Luke Ehresman 24 years ago
parent
commit
547029d835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/options_personal.php

+ 1 - 1
src/options_personal.php

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