fixed no signature problem
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 5 Dec 2000 21:13:51 +0000 (21:13 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 5 Dec 2000 21:13:51 +0000 (21:13 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@863 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_personal.php

index 05a0923dff45afb14c30d37905f9127d59828af9..df5adea18f417164f3d1cec07010cefac75e13ac 100644 (file)
@@ -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?");