diff options
author | andi <andi@splitbrain.org> | 2005-04-26 09:55:43 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-04-26 09:55:43 +0200 |
commit | 1e76272ce558ed88c5924606cc58507e14272960 (patch) | |
tree | 8486a3b903671b83626f61e2bd76f1494d2cc97d /inc/parserutils.php | |
parent | 5400331dc67bbcd5a576915d202a00018f66ff4c (diff) | |
download | rpg-1e76272ce558ed88c5924606cc58507e14272960.tar.gz rpg-1e76272ce558ed88c5924606cc58507e14272960.tar.bz2 |
fixed #275
darcs-hash:20050426075543-9977f-fabae0206ae90574af37bf48b56c8d962f283049.gz
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r-- | inc/parserutils.php | 4 |
1 files changed, 2 insertions, 2 deletions
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)){ |