From 117b4eda847c04ec32a86feabf25d6f3df04fcf7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 15 Jan 2006 10:10:16 +0000 Subject: Add depends_on_package to arrays list --- etc/inc/xmlparse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc index f8875a0..d32256d 100644 --- a/etc/inc/xmlparse.inc +++ b/etc/inc/xmlparse.inc @@ -42,7 +42,7 @@ function listtags() { /* Package XML tags that should be treat as a list not as a traditional array */ function listtags_pkg() { - $ret = array("onetoone", "queue", "rule", "servernat", "alias", "additional_files_needed", "tab", "template", "menu", "rowhelperfield", "service", "step", "package", "columnitem", "option", "item", "field", "package", "file"); + $ret = array("onetoone", "queue", "rule", "servernat", "alias", "depends_on_package", "additional_files_needed", "tab", "template", "menu", "rowhelperfield", "service", "step", "package", "columnitem", "option", "item", "field", "package", "file"); return $ret; } -- cgit v1.1