[rt-users] How to specify multiple cc's at ticket creation?
Phil Homewood
pdh at snapgear.com
Sun Jan 19 21:37:49 EST 2003
Jesse Vincent wrote:
> > In ticket/create.html change the relevant lines to
> >
> > my @Requestors = split ( /,/, $ARGS{'Requestors'} );
> > my @Cc = split ( /,/, $ARGS{'Cc'} );
> > my @AdminCc = split ( /,/, $ARGS{'AdminCc'} );
>
> Seph actually meant:
>
> my @Requestors = split ( /\s*,\s*/, $ARGS{'Requestors'} );
> my @Cc = split ( /\s*,\s*/, $ARGS{'Cc'} );
> my @AdminCc = split ( /\s*,\s*/, $ARGS{'AdminCc'} );
And he also meant Ticket/Display.html, not ticket/create.html.
But aside from that, this looks good. :-)
{would /[\s,]+/ be more suitable, I wonder?}
--
Phil Homewood, Systems Janitor, www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances
More information about the rt-users
mailing list