1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-18 10:16:16 +02:00
Files
php-phpbb/phpBB/styles/prosilver
Andreas Fischer 6221ba4dd1 [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
2010-06-20 13:38:36 +02:00
..