summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2006-04-15 17:38:20 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2006-04-15 17:38:20 +0000
commit4b456a66bd6c015a2aba8561f27a771b3f1b3101 (patch)
tree02154efb8ce2f00f76325273581f95349b4e1689 /webgli/XMLParser.php
parentclean out unneeded functions from IP (diff)
downloadscire-4b456a66bd6c015a2aba8561f27a771b3f1b3101.tar.gz
scire-4b456a66bd6c015a2aba8561f27a771b3f1b3101.tar.bz2
scire-4b456a66bd6c015a2aba8561f27a771b3f1b3101.zip
about 1/2 done converting special types
svn path=/; revision=13
Diffstat (limited to 'webgli/XMLParser.php')
-rw-r--r--webgli/XMLParser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/webgli/XMLParser.php b/webgli/XMLParser.php
index 499d823..842fda1 100644
--- a/webgli/XMLParser.php
+++ b/webgli/XMLParser.php
@@ -17,7 +17,7 @@ class XMLParser {
$this->set($this->xmlpaths[$this->xmlpath], trim($this->chardata));
} else {
# Let's ignore this for now
-# call_user_func(array($this, $this->xmlpaths[$this->xmlpath]), $this->xmlpath, trim($this->chardata), array_pop($this->attrs));
+ call_user_func(array($this, $this->xmlpaths[$this->xmlpath]), trim($this->chardata), array_pop($this->attrs));
}
} else {
# This probably isn't good