git-svn-id: http://xe-core.googlecode.com/svn/trunk@1542 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-04 06:14:44 +00:00
parent 2de087f399
commit 2f4ccb98fc
3 changed files with 26 additions and 23 deletions

View file

@ -79,6 +79,7 @@
$module = $xml_obj->filter->attrs->module;
$act = $xml_obj->filter->attrs->act;
$extend_filter = $xml_obj->filter->attrs->extend_filter;
debugPrint($extend_filter);
$field_node = $xml_obj->filter->form->node;
if($field_node && !is_array($field_node)) $field_node = array($field_node);