diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 587af5e98..5cb3b44f5 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -2817,6 +2817,15 @@ To programmers conditions are nothing new, but to designers they can often be co Example: <tmpl_if isTrue> It was true!<tmpl_else> It was false! </tmpl_if>
+Truth or falsehood is determined by the following rules: +
Variables not used in this template are false.
Variables which are undefined are false.
Variables which are empty are false.
Variables which are equal to zero are false.
All other variables are true.