mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
불 필요한 updateDocumentExtraKey() 함수 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5960 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de459f466e
commit
14267028d8
1 changed files with 0 additions and 16 deletions
|
|
@ -589,22 +589,6 @@
|
|||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* @breif documents 테이블의 확장 변수 등록
|
||||
**/
|
||||
function updateDocumentExtraKey($module_srl, $var_idx, $eid) {
|
||||
if(!$module_srl || !$var_idx || !$eid) return new Object(-1,'msg_invalid_request');
|
||||
|
||||
$obj->module_srl = $module_srl;
|
||||
$obj->var_idx = $var_idx;
|
||||
$obj->eid = $eid;
|
||||
|
||||
$output = executeQuery('document.getDocumentExtraKeys', $obj);
|
||||
if(!$output->data) return executeQuery('document.insertDocumentExtraKey', $obj);
|
||||
$output = executeQuery('document.updateDocumentExtraKey', $obj);
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief documents 확장변수 제거
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue