[otrs-cvs] ITSMService/Kernel/Language de_ITSMService.pm,1.8,1.9
cvs-log at otrs.org
cvs-log at otrs.org
Mon Jul 2 14:02:17 GMT 2007
Comments:
Update of /home/cvs/ITSMService/Kernel/Language
In directory lancelot:/tmp/cvs-serv4756/Kernel/Language
Modified Files:
de_ITSMService.pm
Log Message:
Code cleanup.
Author: mh
Index: de_ITSMService.pm
===================================================================
RCS file: /home/cvs/ITSMService/Kernel/Language/de_ITSMService.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** de_ITSMService.pm 16 Jun 2007 12:27:59 -0000 1.8
--- de_ITSMService.pm 2 Jul 2007 14:02:12 -0000 1.9
***************
*** 13,16 ****
--- 13,17 ----
use strict;
+ use warnings;
sub Data {
***************
*** 39,42 ****
--- 40,45 ----
$Self->{Translation}->{'Response Time'} = 'Reaktionszeit';
$Self->{Translation}->{'Transactions'} = 'Transaktionen';
+
+ return 1;
}
More information about the cvs-log
mailing list