From 1e76272ce558ed88c5924606cc58507e14272960 Mon Sep 17 00:00:00 2001 From: andi Date: Tue, 26 Apr 2005 09:55:43 +0200 Subject: fixed #275 darcs-hash:20050426075543-9977f-fabae0206ae90574af37bf48b56c8d962f283049.gz --- inc/parserutils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/parserutils.php') diff --git a/inc/parserutils.php b/inc/parserutils.php index 717fa64e7..a9b425e60 100644 --- a/inc/parserutils.php +++ b/inc/parserutils.php @@ -25,8 +25,8 @@ function p_wiki_xhtml($id, $rev='', $excuse=true){ $ret = ''; //ensure $id is in global $ID (needed for parsing) -// global $ID; -// $ID = $id; + global $ID; + $ID = $id; if($rev){ if(@file_exists($file)){ -- cgit v1.2.3