mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 01:42:14 +09:00
Enhanced to create a modified reason.
This commit is contained in:
parent
2a824e150c
commit
d38a4fd987
7 changed files with 66 additions and 1 deletions
|
|
@ -1557,6 +1557,16 @@ class documentModel extends document
|
|||
|
||||
return $output;
|
||||
}
|
||||
|
||||
function getUpdateLog($update_id)
|
||||
{
|
||||
$args = new stdClass();
|
||||
$args->update_id = $update_id;
|
||||
$output = exeCuteQuery('document.getUpdateLog', $args);
|
||||
$updage_log = $output->data;
|
||||
|
||||
return $updage_log;
|
||||
}
|
||||
}
|
||||
/* End of file document.model.php */
|
||||
/* Location: ./modules/document/document.model.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue