repo.or.cz
/
capital-apms-progress.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Really, this should be it, for the passing income.
[capital-apms-progress.git]
/
trigger
/
deusrgrp.p
blob
181ce39bcd051089c087ec30bc23952e1f88e825
1
TRIGGER
PROCEDURE
FOR DELETE OF
UsrGroup.
2
3
FOR EACH
UsrGroupMenu
OF
UsrGroup
EXCLUSIVE-LOCK
:
4
DELETE
UsrGroupMenu.
5
END
.
6
7
FOR EACH
UsrGroupMember
OF
UsrGroup
EXCLUSIVE-LOCK
:
8
DELETE
UsrGroupMember.
9
END
.
10
11