From 60edde0c12af8ecc6fed6fc413b795388979bcaa Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 22 Jun 2010 01:20:18 +0000 Subject: [PATCH] enable debugging for create_ticket call to pinpoint lockup, RT#7780 --- FS/FS/TicketSystem/RT_Internal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index a43b53c3f..cec6a88e9 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -11,7 +11,7 @@ use RT::CurrentUser; @ISA = qw( FS::TicketSystem::RT_Libs ); -$DEBUG = 0; +$DEBUG = 1; $me = '[FS::TicketSystem::RT_Internal]'; sub sql_num_customer_tickets { -- 2.20.1