|
@@ -68,7 +68,7 @@
|
|
|
echo '<input type=checkbox value="1" name=usesignature checked> ' . _("Use a signature?") . ' ';
|
|
|
else
|
|
|
echo '<input type=checkbox value="1" name=usesignature> ' . _("Use a signature?") . ' ';
|
|
|
- if ( ! isset($prefix_sig) || $prefix_sig == true )
|
|
|
+ if ( ! isset($prefix_sig) && $prefix_sig == true )
|
|
|
echo '<input type="checkbox" value="1" name="prefixsig" checked> '
|
|
|
. _( "Prefix signature with '--' ?" ) . '<BR>';
|
|
|
else
|