summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-06-22 01:20:18 +0000
committerivan <ivan>2010-06-22 01:20:18 +0000
commit60edde0c12af8ecc6fed6fc413b795388979bcaa (patch)
tree71b75d45896d46e78463ebdadc8812b46a82446c
parentf9b35bd1485703c783ed57f2648b880419506e86 (diff)
enable debugging for create_ticket call to pinpoint lockup, RT#7780
-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 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 {