add comment in removeProcessWithoutUserGroup()

This commit is contained in:
Uwe Steinmann 2017-08-03 21:48:55 +02:00
parent c5a67c2aeb
commit e53beb45f4

View File

@ -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";