From: Antoine Musso Date: Wed, 7 Apr 2004 12:38:01 +0000 (+0000) Subject: Fix sourceforge bug 872981 X-Git-Tag: 1.3.0beta1~573 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=90196ec9ca011e8e5c7fa6c24a10ebd949b7d4c0;p=lhc%2Fweb%2Fwiklou.git Fix sourceforge bug 872981 Typo ;) --- diff --git a/includes/Parser.php b/includes/Parser.php index f2ec33308b..585e31447c 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -623,7 +623,6 @@ class Parser # Every call to the tokenizer returns a new token. while ( $token = $tokenizer->nextToken() ) { - $threeopen = false; switch ( $token["type"] ) { case "text":