mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add comment in removeProcessWithoutUserGroup()
This commit is contained in:
parent
c5a67c2aeb
commit
e53beb45f4
|
@ -2228,6 +2228,9 @@ class SeedDMS_Core_DMS {
|
|||
* If the optional parameter $id is set, only this user/group id is removed.
|
||||
*/
|
||||
function removeProcessWithoutUserGroup($process, $usergroup, $id=0) { /* {{{ */
|
||||
/* Entries of tblDocumentReviewLog or tblDocumentApproveLog are deleted
|
||||
* because of CASCADE ON
|
||||
*/
|
||||
switch($process) {
|
||||
case 'review':
|
||||
$queryStr = "DELETE FROM tblDocumentReviewers";
|
||||
|
|
Loading…
Reference in New Issue
Block a user