enable debugging for create_ticket call to pinpoint lockup, RT#7780
authorivan <ivan>
Tue, 22 Jun 2010 01:20:18 +0000 (01:20 +0000)
committerivan <ivan>
Tue, 22 Jun 2010 01:20:18 +0000 (01:20 +0000)
FS/FS/TicketSystem/RT_Internal.pm

index a43b53c..cec6a88 100644 (file)
@@ -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 {