[rt-users] Help with scrip

Kenneth Crocker KFCrocker at lbl.gov
Fri Apr 27 15:03:50 EDT 2007


To all,


	I cannot get the following scrip to run:

#
# Check for "Nobody' before continuing - saves spam
#
return 0 unless $self->$TransactionObj->Field eq 'Owner';
return 0 unless $self->$TransactionObj->OldValue ne 'Nobody';
return 1;

	Any ideas?

Kenn
LBNL



More information about the rt-users mailing list