mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
remove unused function from xmlparse.inc
This commit is contained in:
parent
7eeea9e550
commit
dc9876990b
@ -297,17 +297,6 @@ function dump_xml_config($arr, $rootobj) {
|
||||
return dump_xml_config_raw($arr, $rootobj);
|
||||
}
|
||||
|
||||
function dump_xml_config_pkg($arr, $rootobj) {
|
||||
global $listtags;
|
||||
$listtags = listtags_pkg();
|
||||
if (isset($GLOBALS['custom_listtags_pkg'])) {
|
||||
foreach($GLOBALS['custom_listtags_pkg'] as $tag) {
|
||||
$listtags[$tag] = $tag;
|
||||
}
|
||||
}
|
||||
return dump_xml_config_raw($arr, $rootobj);
|
||||
}
|
||||
|
||||
function dump_xml_config_raw($arr, $rootobj) {
|
||||
|
||||
$xmlconfig = "<?xml version=\"1.0\"?" . ">\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user