[freeside-commits] freeside/FS/FS/TicketSystem RT_Internal.pm, 1.11.2.3, 1.11.2.4

Ivan,,, ivan at wavetail.420.am
Mon Jun 21 18:20:20 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/TicketSystem
In directory wavetail.420.am:/tmp/cvs-serv31341/TicketSystem

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	RT_Internal.pm 
Log Message:
enable debugging for create_ticket call to pinpoint lockup, RT#7780

Index: RT_Internal.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/TicketSystem/RT_Internal.pm,v
retrieving revision 1.11.2.3
retrieving revision 1.11.2.4
diff -u -w -d -r1.11.2.3 -r1.11.2.4
--- RT_Internal.pm	7 Apr 2010 06:20:54 -0000	1.11.2.3
+++ RT_Internal.pm	22 Jun 2010 01:20:18 -0000	1.11.2.4
@@ -11,7 +11,7 @@
 
 @ISA = qw( FS::TicketSystem::RT_Libs );
 
-$DEBUG = 0;
+$DEBUG = 1;
 $me = '[FS::TicketSystem::RT_Internal]';
 
 sub sql_num_customer_tickets {



More information about the freeside-commits mailing list