[rt-commit] CVS commit: rt
tobiasb at fsck.com
tobiasb at fsck.com
Thu Mar 16 01:32:57 EST 2000
Module Name: rt
Committed By: tobiasb
Date: Thu Mar 16 06:32:57 UTC 2000
Modified Files:
rt/lib/RT/Interface: Email.pm
Log Message:
Bugfixes
was
if ($CurrentUser->Id == 0) {
#If it fails, create a user
now
unless ($CurrentUser->Id) {
#If it fails, create a user
as Id returned undef.
Changed 'Queue' to 'QueueTag'.
Added some few comments
To generate a diff of this commit:
cvs rdiff -r1.1.2.3 -r1.1.2.4 rt/lib/RT/Interface/Email.pm
More information about the Rt-commit
mailing list