mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 02:42:23 +09:00
added a column for administrators.
This commit is contained in:
parent
3272c5a021
commit
9c653d210b
10 changed files with 59 additions and 7 deletions
|
|
@ -1567,6 +1567,19 @@ class documentModel extends document
|
|||
|
||||
return $updage_log;
|
||||
}
|
||||
|
||||
function getUpdateLogAdminisExists($document_srl = null)
|
||||
{
|
||||
if($document_srl == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
$args = new stdClass();
|
||||
$args->document_srl = $document_srl;
|
||||
$output = executeQueryArray('document.getUpdateLogAdminisExists', $args);
|
||||
|
||||
return $output->data;
|
||||
}
|
||||
}
|
||||
/* End of file document.model.php */
|
||||
/* Location: ./modules/document/document.model.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue