From eba0b1d8539824167b18881f86455cb567a8713b Mon Sep 17 00:00:00 2001 From: Colin Smith Date: Tue, 17 May 2005 01:27:20 +0000 Subject: $parsed -> $parsedcfg reported-by: billm --- etc/inc/xmlparse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc index a35a8a4c..c18f754 100644 --- a/etc/inc/xmlparse.inc +++ b/etc/inc/xmlparse.inc @@ -41,7 +41,7 @@ function startElement($parser, $name, $attrs) { array_push($curpath, strtolower($name)); - $ptr =& $parsed; + $ptr =& $parsedcfg; foreach ($curpath as $path) { $ptr =& $ptr[$path]; } -- cgit v1.1