for textyle

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6347 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-05-20 09:59:17 +00:00
parent 563389144d
commit 2ae51eca34
4 changed files with 27 additions and 3 deletions

View file

@ -75,7 +75,9 @@
$output = $this->getDocumentSrlByTag($args);
$document_srl = array();
foreach($output->data as $k => $v) $document_srl[] = $v->document_srl;
if($output->data){
foreach($output->data as $k => $v) $document_srl[] = $v->document_srl;
}
unset($args);
$args->document_srl = $document_srl;
$output = $this->getDocumentsTagList($args);