zbxe 데이터 이전을 위한 부분 처리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3344 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-14 07:50:32 +00:00
parent e9e8f89d7d
commit 4035264323
2 changed files with 29 additions and 10 deletions

View file

@ -310,6 +310,8 @@
$output->add('file_size', $args->file_size);
$output->add('source_filename', $args->source_filename);
$output->add('upload_target_srl', $upload_target_srl);
$output->add('sid', $args->sid);
$output->add('direct_download', $args->direct_download);
return $output;
}