summaryrefslogtreecommitdiff
path: root/FS/FS/TicketSystem
diff options
context:
space:
mode:
authorivan <ivan>2010-06-22 01:20:17 +0000
committerivan <ivan>2010-06-22 01:20:17 +0000
commit240a989ecff9c62e043f95cad0850c4034861b16 (patch)
tree3f3e825ab233aa5ca3615e6a4321e500d4ef2645 /FS/FS/TicketSystem
parent3db7a9e18974266c8181a071b25d7f2b82d6bc8f (diff)
enable debugging for create_ticket call to pinpoint lockup, RT#7780
Diffstat (limited to 'FS/FS/TicketSystem')
-rw-r--r--FS/FS/TicketSystem/RT_Internal.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm
index f47648e..ee963ae 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 {