<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Kevin,<br>
<br>
Thanks.<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 2/1/2010 12:46 PM, Kevin Falcone wrote:
<blockquote cite="mid:20100201204654.GL737@jibsheet.com" type="cite">
  <pre wrap="">On Mon, Feb 01, 2010 at 11:45:31AM -0800, Ken Crocker wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">To list,

In the past (3.6.4) I was able to add a couple values for my @active 
ticket statuses by modifying the RT_SiteCOnfig.pm values thus:

@ActiveStatus = ('new', 'open', 'pending QA', 'QA approvd', 'stalled') 
unless @ActiveStatus;

Now, with the more stringent syntax, I have this:

Set(@ActiveStatus, (qw(''new' 'open' 'pending QA' 'QA approvd' 'stalled')));
    </pre>
  </blockquote>
  <pre wrap=""><!---->
perldoc -f qw will tell you more about what it does (and why it is
huring yout)

Just do

Set(@ActiveStatus, ('new', 'open', 'pending QA', 'QA approvd', 'stalled'));

-kevin

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22 & 23
Dublin, Ireland - Mar 15 & 16
Boston, MA, USA - April 5 & 6
Washington DC, USA - Oct 25 & 26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a></pre>
</blockquote>
</body>
</html>