[otrs-cvs] CVS: otrs/Kernel/Modules AgentTicketSearch.pm,1.31,1.32

cvs-log at otrs.org cvs-log at otrs.org
Wed Oct 4 18:43:37 CEST 2006


Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv14934

Modified Files:
	AgentTicketSearch.pm 
Log Message:
code cleanup

Index: AgentTicketSearch.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketSearch.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** AgentTicketSearch.pm	2 Oct 2006 12:31:36 -0000	1.31
--- AgentTicketSearch.pm	4 Oct 2006 15:43:34 -0000	1.32
***************
*** 787,794 ****
      );
      $Param{'ProfilesStrg'} = $Self->{LayoutObject}->OptionStrgHashRef(
!         Data => { '', '-', $Self->{SearchProfileObject}->SearchProfileList(
!             Base => 'TicketSearch',
!             UserLogin => $Self->{UserLogin},
!           ),
          },
          Name => 'Profile',
--- 787,797 ----
      );
      $Param{'ProfilesStrg'} = $Self->{LayoutObject}->OptionStrgHashRef(
!         Data => {
!             '',
!             '-',
!             $Self->{SearchProfileObject}->SearchProfileList(
!                 Base => 'TicketSearch',
!                 UserLogin => $Self->{UserLogin},
!             ),
          },
          Name => 'Profile',
***************
*** 827,833 ****
      );
      $Param{'PriotitiesStrg'} = $Self->{LayoutObject}->OptionStrgHashRef(
!         Data => { $Self->{PriorityObject}->PriorityList(
!             UserID => $Self->{UserID},
!             Action => $Self->{Action},
              ),
          },
--- 830,837 ----
      );
      $Param{'PriotitiesStrg'} = $Self->{LayoutObject}->OptionStrgHashRef(
!         Data => {
!             $Self->{PriorityObject}->PriorityList(
!                 UserID => $Self->{UserID},
!                 Action => $Self->{Action},
              ),
          },



More information about the cvs-log mailing list