[otrs-cvs] CVS: otrs/Kernel/System Ticket.pm,1.183,1.184

cvs-log at otrs.org cvs-log at otrs.org
Sat Aug 6 22:29:25 CEST 2005


Update of /home/cvs/otrs/Kernel/System
In directory osser:/tmp/cvs-serv6004/Kernel/System

Modified Files:
	Ticket.pm 
Log Message:
comment typo

Index: Ticket.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Ticket.pm,v
retrieving revision 1.183
retrieving revision 1.184
diff -C2 -r1.183 -r1.184
*** Ticket.pm	6 Aug 2005 19:19:10 -0000	1.183
--- Ticket.pm	6 Aug 2005 19:29:23 -0000	1.184
***************
*** 1934,1938 ****
          }
      }
!     # states id
      if ($Param{CreatedStateIDs} && ref($Param{CreatedStateIDs}) eq 'ARRAY') {
          my $ID = $Self->HistoryTypeLookup(Type => 'NewTicket');
--- 1934,1938 ----
          }
      }
!     # create states id
      if ($Param{CreatedStateIDs} && ref($Param{CreatedStateIDs}) eq 'ARRAY') {
          my $ID = $Self->HistoryTypeLookup(Type => 'NewTicket');



More information about the cvs-log mailing list