Use array_flip even for the package parsers

This commit is contained in:
Ermal 2014-03-20 19:28:07 +00:00
parent 1b34f8a73f
commit 1c62178aca

View File

@ -64,7 +64,7 @@ function listtags() {
function listtags_pkg() {
$ret = array('build_port_path', 'depends_on_package', 'onetoone', 'queue', 'rule', 'servernat', 'alias', 'additional_files_needed', 'tab', 'template', 'menu', 'rowhelperfield', 'service', 'step', 'package', 'columnitem', 'option', 'item', 'field', 'package', 'file');
return $ret;
return array_flip($ret);
}
function startElement($parser, $name, $attrs) {