From: cajus Date: Tue, 19 Feb 2008 16:48:44 +0000 (+0000) Subject: Converted to public function X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e1372daf2ac19a8b2a0323268f730dcf58ae95d6;p=gosa.git Converted to public function git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8968 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 4427592eb..0be94032b 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -435,7 +435,7 @@ class gosaSupportDaemon @param String XML string @return Array Returns an array containing the xml structure. */ - private function xml_to_array($xml) + public function xml_to_array($xml) { $params = array(); $level = array();