[freeside-commits] freeside/FS/FS/TicketSystem RT_Internal.pm, 1.15, 1.16
Ivan,,,
ivan at wavetail.420.am
Mon Jun 21 18:20:19 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/TicketSystem
In directory wavetail.420.am:/tmp/cvs-serv31334/TicketSystem
Modified Files:
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.15
retrieving revision 1.16
diff -u -w -d -r1.15 -r1.16
--- RT_Internal.pm 7 Apr 2010 06:20:53 -0000 1.15
+++ RT_Internal.pm 22 Jun 2010 01:20:17 -0000 1.16
@@ -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