Andreas Ittgenshorst wrote:
[snip]
Because I use the interface to set custom fields, I check also against the next one. Sure it will not catch everything, but it works for me.

elsif ( $_ =~ /(^CF.{.*}):(.*)/ ) {
    $_ = ${1}.${2};
}

If someone knows a better way to catch really everything, please let me know.

Friendly,
Andreas
[snip]
Excellent catch, Andreas!!! I haven't been using Custom Fields yet so I haven't hit that yet. But I probably will.

I'll add your line to my script.

--
Robert G. Werner (Network Systems Administrator)
[EMAIL PROTECTED]

559.244.3734
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to