diff options
-rw-r--r-- | xml.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); |