RE: [rt-users] RE: custom field condition

2006-06-12 Thread Bill Chever
Todd, Cool!, and gotcha. Thanks for the quick reply, Dude. (you know, I'm working in California.) -Bill -Original Message- From: Todd Chapman [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 8:01 PM To: Bill Chever Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-user

Re: [rt-users] RE: custom field condition

2006-06-12 Thread Todd Chapman
Bill, You should also use "return;" instead of "return (undef);" because the later will evaluate to true if the scrip condition were to be called in a list context. See Perl Best Practices for more info. -Todd On Mon, Jun 12, 2006 at 03:57:45PM -0700, Bill Chever wrote: > Found it! I was using O