Added the ability to email groups and to create groups of groups.

This commit is contained in:
JT Smith 2002-11-18 02:17:08 +00:00
parent 8966e401c3
commit e828ff8663
4 changed files with 130 additions and 5 deletions

View file

@ -296,6 +296,7 @@ sub refreshSessionVars {
#-------------------------------------------------------------------
sub refreshUserInfo {
$session{user} = _getUserInfo($_[0],$session{dbh});
$session{isInGroup} = ();
}
#-------------------------------------------------------------------