Added the ability to email groups and to create groups of groups.
This commit is contained in:
parent
8966e401c3
commit
e828ff8663
4 changed files with 130 additions and 5 deletions
|
|
@ -296,6 +296,7 @@ sub refreshSessionVars {
|
|||
#-------------------------------------------------------------------
|
||||
sub refreshUserInfo {
|
||||
$session{user} = _getUserInfo($_[0],$session{dbh});
|
||||
$session{isInGroup} = ();
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue