mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
Start adding unit tests for bugs you fix! Tests for anything are welcome really. We have to work on these a lot.
11 lines
141 B
HTML
11 lines
141 B
HTML
<!-- IF S_VALUE -->
|
|
1
|
|
<!-- ELSEIF S_OTHER_VALUE -->
|
|
2
|
|
<!-- ELSE -->
|
|
0
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF (S_VALUE > S_OTHER_VALUE) -->
|
|
0
|
|
<!-- ENDIF -->
|