From e49941bbff3f9d7e87e26265b9971c788b861628 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 7 Feb 2007 17:53:00 +0000 Subject: Reverted as it causes tel detail links to be empty, needs tel debugging --- xml.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml.class b/xml.class index ad4470c..8defa75 100644 --- a/xml.class +++ b/xml.class @@ -152,7 +152,7 @@ function end_element($parser, $name) { if (is_array($this->_stack[1]->$name)) array_push($this->_stack[1]->$name, &$this->_stack[0]); - else if (isset($this->_stack[1]->$name)) + else if (/*isset XXX NEEDS DEBUGGING for tel detail links */($this->_stack[1]->$name)) $this->_stack[1]->$name = array($this->_stack[1]->$name, &$this->_stack[0]); else if (isset($this->_arrayforce[$name])) $this->_stack[1]->$name = array(&$this->_stack[0]); -- cgit v1.2.3