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

This commit is contained in:
zero 2007-03-28 06:02:34 +00:00
parent 6848735a30
commit e71e466612
6 changed files with 66 additions and 3 deletions

View file

@ -56,6 +56,7 @@
$args->upload_target_srl = $upload_target_srl;
$args->sort_index = 'file_srl';
$output = $oDB->executeQuery('file.getFiles', $args);
if(!$output->data) return;
$file_list = $output->data;