[otrs-cvs] CVS: otrs/bin otrs.getTicketThread,1.4,1.5

cvs-log at otrs.org cvs-log at otrs.org
Mon May 15 11:31:53 CEST 2006


Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv11914/bin

Modified Files:
	otrs.getTicketThread 
Log Message:
fixed order of common objects (Got no LogObject!)

Index: otrs.getTicketThread
===================================================================
RCS file: /home/cvs/otrs/bin/otrs.getTicketThread,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** otrs.getTicketThread	29 Sep 2004 09:38:06 -0000	1.4
--- otrs.getTicketThread	15 May 2006 08:31:50 -0000	1.5
***************
*** 45,53 ****
  my %CommonObject = ();
  $CommonObject{ConfigObject} = Kernel::Config->new();
- $CommonObject{TimeObject} = Kernel::System::Time->new(%CommonObject);
  $CommonObject{LogObject} = Kernel::System::Log->new(
      LogPrefix => 'OTRS-getTicketThread',
      %CommonObject,
  );
  $CommonObject{DBObject} = Kernel::System::DB->new(%CommonObject);
  $CommonObject{TicketObject} = Kernel::System::Ticket->new(%CommonObject);
--- 45,53 ----
  my %CommonObject = ();
  $CommonObject{ConfigObject} = Kernel::Config->new();
  $CommonObject{LogObject} = Kernel::System::Log->new(
      LogPrefix => 'OTRS-getTicketThread',
      %CommonObject,
  );
+ $CommonObject{TimeObject} = Kernel::System::Time->new(%CommonObject);
  $CommonObject{DBObject} = Kernel::System::DB->new(%CommonObject);
  $CommonObject{TicketObject} = Kernel::System::Ticket->new(%CommonObject);



More information about the cvs-log mailing list