openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c3f1a9b0f6000fe3a925b34d8756cd3c1c86cc55
parent a50ccea2c0049c083108375d7d1907426a2a3219
Author: dankert <devnull@localhost>
Date:   Sat, 20 Jan 2007 16:16:42 +0100

Entfernen aller Variablen aus dem aktuellen G?ltigkeitsbereich, da das sonst, wenn die IF-Bedingung "false" ergibt, nicht passiert.

Diffstat:
themes/default/include/html/if-end.inc.php | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/themes/default/include/html/if-end.inc.php b/themes/default/include/html/if-end.inc.php @@ -1,3 +1,13 @@ <?php } + + unset($attr_true); + unset($attr_false); + unset($attr_notempty); + unset($attr_empty); + unset($attr_contains); + unset($attr_present); + unset($attr_invert); + unset($attr_value); + unset($attr_var); ?> \ No newline at end of file