mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
modify DB Queries
This commit is contained in:
parent
577ea49b92
commit
e7b8c1d1df
5 changed files with 53 additions and 29 deletions
|
|
@ -1554,9 +1554,8 @@ class documentModel extends document
|
|||
$args = new stdClass();
|
||||
$args->document_srl = $document_srl;
|
||||
$output = executeQueryArray('document.getDocumentUpdateLog', $args);
|
||||
$update_list = $output->data;
|
||||
|
||||
return $update_list;
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
/* End of file document.model.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue