diff options
Diffstat (limited to 'FS/FS/TicketSystem/RT_Internal.pm')
| -rw-r--r-- | FS/FS/TicketSystem/RT_Internal.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/TicketSystem/RT_Internal.pm b/FS/FS/TicketSystem/RT_Internal.pm index 6ac3fc61f..033c746ba 100644 --- a/FS/FS/TicketSystem/RT_Internal.pm +++ b/FS/FS/TicketSystem/RT_Internal.pm @@ -9,7 +9,7 @@ use RT::CurrentUser;  @ISA = qw( FS::TicketSystem::RT_Libs ); -$DEBUG = 1; +$DEBUG = 0;  sub sql_num_customer_tickets {    "( select count(*) from tickets | 
