[rt-users] RT tool & RecordTransaction => 0
Ruslan Zakirov
ruz at bestpractical.com
Thu Dec 8 09:44:07 EST 2011
On Thu, Dec 8, 2011 at 17:00, Bart <bart at pleh.info> wrote:
> I think I've finished it, only have some issues with the $RT::Logger->error
> thing. The scrip won't launch when I have that part enabled, when disabled
> it runs just fine O_o
$val is inside if {} block and lexically scoped, so it's not available outside.
Use my ($val, $msg); if { ($val, $msg) = ... }
--
Best regards, Ruslan.
More information about the rt-users
mailing list