[rt-commit] CVS Update: rt

tobiasb at fsck.com tobiasb at fsck.com
Tue Feb 29 03:58:45 EST 2000


CVSROOT:	/raid/cvsroot
Module name:	rt
Repository:	rt/lib/RT/
Changes by:	tobiasb at pallas.eruditorum.org.	00/02/29 03:58:45

Modified files:
	rt/lib/RT/: Tag: rt-1-1 Watchers.pm 

Log message:
	Added an Emails method.  It can be used like:
	
	print join(",", @{$Watchers->Emails("Requestors")});
	
	or
	
	$Watchers->LimitToRequestors;
	$Emails=$Watchers->Emails;
	
	...






More information about the Rt-commit mailing list