[otrs-cvs] otrs/Kernel/System SysConfig.pm,1.43,1.44
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv7783/Kernel/System
Modified Files:
SysConfig.pm
Log Message:
Fixed depreciation warnings on Perl 5.16.
Author: mb
Index: SysConfig.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/SysConfig.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -2 -u -d -r1.43 -r1.44
--- SysConfig.pm 20 Nov 2012 15:39:07 -0000 1.43
+++ SysConfig.pm 10 Jan 2013 13:11:42 -0000 1.44
@@ -1,5 +1,5 @@
# --
# Kernel/System/SysConfig.pm - all system config tool functions
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -577,5 +577,5 @@
# rh as 8 bug fix
- $Dump =~ s/\${\\\$VAR1->{'.+?'}\[0\]}/\{\}/g;
+ $Dump =~ s/\$\{\\\$VAR1->\{'.+?'}\[0\]}/\{\}/g;
my $ConfigItem;
if ( !eval $Dump ) {
---------------------------------------------------------------------
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