From 5efcad7ab3f2e147f6f5000eda58fd48ae573700 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Fri, 24 Mar 2006 20:57:01 +0000 Subject: [PATCH] fixed typo --- addressbook/inc/class.sifaddressbook.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.sifaddressbook.inc.php b/addressbook/inc/class.sifaddressbook.inc.php index 5afc4546ed..405eabfbdc 100644 --- a/addressbook/inc/class.sifaddressbook.inc.php +++ b/addressbook/inc/class.sifaddressbook.inc.php @@ -126,7 +126,7 @@ xml_parser_set_option($this->xml_parser, XML_OPTION_CASE_FOLDING, false); xml_set_element_handler($this->xml_parser, "startElement", "endElement"); xml_set_character_data_handler($this->xml_parser, "characterData"); - $this->strXmlData = xml_parse($this->xml_parser, $sifdata); + $this->strXmlData = xml_parse($this->xml_parser, $sifData); if(!$this->strXmlData) { error_log(sprintf("XML error: %s at line %d", xml_error_string(xml_get_error_code($this->xml_parser)),