From 90196ec9ca011e8e5c7fa6c24a10ebd949b7d4c0 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 7 Apr 2004 12:38:01 +0000 Subject: [PATCH] Fix sourceforge bug 872981 Typo ;) --- includes/Parser.php | 1 - 1 file changed, 1 deletion(-) 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": -- 2.20.1