1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/11816] !$DOESNT_EXIST test

PHPBB3-11816
This commit is contained in:
Nathan Guse
2013-09-06 09:04:40 -05:00
parent 0c5a39a3ed
commit 11317ef261
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ $VALUE == 'abc'
<!-- IF ($VALUE == 'abc') -->
($VALUE == 'abc')
<!-- ENDIF -->
<!-- IF !$DOESNT_EXIST -->
!$DOESNT_EXIST
<!-- ENDIF -->
<!-- IF (!$DOESNT_EXIST) -->
(!$DOESNT_EXIST)
<!-- ENDIF -->