diff options
| author | ivan <ivan> | 2004-12-09 12:03:03 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-12-09 12:03:03 +0000 | 
| commit | c5c95d5ea9e8de64da701cf679a7a4fc2db6ccd3 (patch) | |
| tree | 4ebdcf932801100bad21d4885e2d28bef590c815 /FS | |
| parent | c441966936cb2196f71cef1ce12e7ff03ef13f9e (diff) | |
use new var
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/TicketSystem/RT_External.pm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/FS/FS/TicketSystem/RT_External.pm b/FS/FS/TicketSystem/RT_External.pm index 986ad21dd..5424a7122 100644 --- a/FS/FS/TicketSystem/RT_External.pm +++ b/FS/FS/TicketSystem/RT_External.pm @@ -1,7 +1,8 @@  package FS::TicketSystem::RT_External;  use strict; -use vars qw( $conf $priority_field $priority_field_queue $field ); +use vars qw( $conf $default_queueid +             $priority_field $priority_field_queue $field );  use FS::UID;  install_callback FS::UID sub {  | 
