[otrs-cvs] ITSMCore/Kernel/System Service.pm,1.38,1.38.2.1
"CVS commits notifications of OTRS.org" <[email protected]> Wed, 3 Jul 2013 14:15:34 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMCore/Kernel/System
In directory lancelot:/tmp/cvs-serv10377/Kernel/System
Modified Files:
Tag: rel-3_2
Service.pm
Log Message:
Updated files to latest framework version.
Author: ub
Index: Service.pm
===================================================================
RCS file: /home/cvs/ITSMCore/Kernel/System/Service.pm,v
retrieving revision 1.38
retrieving revision 1.38.2.1
diff -2 -u -d -r1.38 -r1.38.2.1
--- Service.pm 13 Jun 2013 08:47:57 -0000 1.38
+++ Service.pm 3 Jul 2013 14:15:29 -0000 1.38.2.1
@@ -197,12 +197,14 @@
# delete invalid services and childs
- for my $ServiceID ( sort keys %ServiceList ) {
+ if ( !defined $Param{KeepChildren} || !$Param{KeepChildren} ) {
+ for my $ServiceID ( sort keys %ServiceList ) {
- INVALIDNAME:
- for my $InvalidName ( sort keys %ServiceInvalidList ) {
+ INVALIDNAME:
+ for my $InvalidName ( sort keys %ServiceInvalidList ) {
- if ( $ServiceList{$ServiceID} =~ m{ \A \Q$InvalidName\E :: }xms ) {
- delete $ServiceList{$ServiceID};
- last INVALIDNAME;
+ if ( $ServiceList{$ServiceID} =~ m{ \A \Q$InvalidName\E :: }xms ) {
+ delete $ServiceList{$ServiceID};
+ last INVALIDNAME;
+ }
}
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log