[otrs-cvs] Incident/Kernel/Modules AgentIncident.pm,1.47,1.48

cvs-log at otrs.org cvs-log at otrs.org
Tue Jul 3 09:21:33 GMT 2007


Comments:
Update of /home/cvs/Incident/Kernel/Modules
In directory lancelot:/tmp/cvs-serv6289/Kernel/Modules

Modified Files:
	AgentIncident.pm 
Log Message:
Insert correct translation flags.

Author: tr

Index: AgentIncident.pm
===================================================================
RCS file: /home/cvs/Incident/Kernel/Modules/AgentIncident.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** AgentIncident.pm	20 Jun 2007 13:25:34 -0000	1.47
--- AgentIncident.pm	3 Jul 2007 09:21:28 -0000	1.48
***************
*** 5598,5602 ****
                  Data       => {$Self->{IncidentObject}->OptionListGet(OptionList => 'GMTList')},
                  Name       => $_ . 'GMTID',
!                 SelectedID => $Incident{$_ . 'GMTID'});
  
              if ($Incident{$_ . 'UnknownID'} && $Incident{$_ . 'UnknownID'} == 1 ) {
--- 5598,5604 ----
                  Data       => {$Self->{IncidentObject}->OptionListGet(OptionList => 'GMTList')},
                  Name       => $_ . 'GMTID',
!                 SelectedID => $Incident{$_ . 'GMTID'},
!                 LanguageTranslation => 0,
!             );
  
              if ($Incident{$_ . 'UnknownID'} && $Incident{$_ . 'UnknownID'} == 1 ) {
***************
*** 5910,5914 ****
                              Data       => {$Self->{IncidentObject}->OptionListGet(OptionList => 'GMTList')},
                              Name       => 'EventSystemFile' . $Times . 'GMTID[' . $EventID . '][' . $SystemID . '][' . $FileID . ']',
!                             SelectedID => $Incident{'EventSystemFile' . $Times . 'GMTID'}{$EventID}{$SystemID}{$FileID});
  
                          if ($Incident{'EventSystemFile' . $Times . 'UnknownID'}{$EventID}{$SystemID}{$FileID} && $Incident{'EventSystemFile' . $Times . 'UnknownID'}{$EventID}{$SystemID}{$FileID} == 1 ) {
--- 5912,5918 ----
                              Data       => {$Self->{IncidentObject}->OptionListGet(OptionList => 'GMTList')},
                              Name       => 'EventSystemFile' . $Times . 'GMTID[' . $EventID . '][' . $SystemID . '][' . $FileID . ']',
!                             SelectedID => $Incident{'EventSystemFile' . $Times . 'GMTID'}{$EventID}{$SystemID}{$FileID},
!                             LanguageTranslation => 0,
!                         );
  
                          if ($Incident{'EventSystemFile' . $Times . 'UnknownID'}{$EventID}{$SystemID}{$FileID} && $Incident{'EventSystemFile' . $Times . 'UnknownID'}{$EventID}{$SystemID}{$FileID} == 1 ) {
***************
*** 6000,6004 ****
                          Data       => {$Self->{IncidentObject}->OptionListGet(OptionList => 'GMTList')},
                          Name       => $Times . 'GMTID[' . $EventID . ']',
!                         SelectedID => $Incident{$Times . 'GMTID'}{$EventID});
  
                      if (!$Incident{$Times . 'UnknownID'}{$EventID}) {
--- 6004,6010 ----
                          Data       => {$Self->{IncidentObject}->OptionListGet(OptionList => 'GMTList')},
                          Name       => $Times . 'GMTID[' . $EventID . ']',
!                         SelectedID => $Incident{$Times . 'GMTID'}{$EventID},
!                         LanguageTranslation => 0,
!                     );
  
                      if (!$Incident{$Times . 'UnknownID'}{$EventID}) {


More information about the cvs-log mailing list