<div dir="ltr">Thanks Thomas.  Works now that I added $.  That's what I get for not being a programmer.  And yes...I must never had cleared the Mason cache.<div><br></div><div>Thanks again!</div><div><br></div><div>Max</div>

</div><div class="gmail_extra"><br clear="all"><div>--<br>Max McGrath<br>Network Administrator<br>Carthage College<br>262-552-5512<br><a href="mailto:mmcgrath@carthage.edu" target="_blank">mmcgrath@carthage.edu</a></div>

<br><br><div class="gmail_quote">On Tue, Jul 30, 2013 at 1:32 PM, Thomas Sibley <span dir="ltr"><<a href="mailto:trs@bestpractical.com" target="_blank">trs@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 07/30/2013 07:25 AM, Max McGrath wrote:<br>
> Dug into the code...looks like I put some custom code in Create.html:<br>
><br>
> 119 % if (QueueObj ->Name eq 'Desk Tasks') {<br>
> 120 <& /Elements/EmailInput, Name => 'Requestors', Size => undef,<br>
> Default => $ARGS{Requestors} || $session{CurrentUser}->EmailAddress &><br>
> 121 % } else {<br>
> 122 <& /Elements/EmailInput, Name => 'Requestors', Size => undef,<br>
> Default => $ARGS{Requestors} &><br>
> 123 %}<br>
> 124 % $m->callback( CallbackName => 'AfterRequestors', QueueObj =><br>
> $QueueObj, ARGSRef => \%ARGS );<br>
><br>
><br>
> Is there something wrong in line 119 that won't work in 4.0.16?<br>
<br>
</div>119 won't have compiled on any RT version.  It's a Perl syntax error<br>
(bareword QueueObj instead of the variable $QueueObj that you really want).<br>
<br>
Perhaps you never cleared your Mason cache previously so the<br>
customization never ran until you upgraded.<br>
<br>
</blockquote></div><br></div>