[task/restore-subsilver2] Reapply commit 6221ba4

[ticket/9665] Allow preview of signature when it is the string "0".

Since only the SIGNATURE_PREVIEW parameter is evaluated in the templates
<!-- IF SIGNATURE_PREVIEW --> will not allow the signature to be "0".
<!-- IF SIGNATURE_PREVIEW != '' --> however does allow "0".

PHPBB3-9665
PHPBB3-9783
This commit is contained in:
Andreas Fischer 2010-06-20 13:38:36 +02:00 committed by Nils Adermann
parent e0066ef28e
commit ec002955d5

View file

@ -93,7 +93,7 @@
</td>
</tr>
<!-- IF SIGNATURE_PREVIEW -->
<!-- IF SIGNATURE_PREVIEW != '' -->
<tr>
<th colspan="2" valign="middle">{L_SIGNATURE_PREVIEW}</th>
</tr>