#19705602 getNoticeList method add parameter

required column parameter


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8331 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-04-22 08:52:56 +00:00
parent 50e2e2f0d9
commit baefb4536b

View file

@ -344,10 +344,10 @@
/**
* @brief module_srl value, bringing the document's gongjisa Port
**/
function getNoticeList($obj) {
function getNoticeList($obj, $columnList = array()) {
$args->module_srl = $obj->module_srl;
$args->category_srl= $obj->category_srl;
$output = executeQueryArray('document.getNoticeList', $args);
$output = executeQueryArray('document.getNoticeList', $args, $columnList);
if(!$output->toBool()||!$output->data) return;
foreach($output->data as $key => $val) {