[otrs-cvs] otrs/Kernel/Modules Installer.pm,1.100,1.101
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv787/Kernel/Modules
Modified Files:
Installer.pm
Log Message:
Removed unused code since OTRS 3.0.x.
Author: mb
Index: Installer.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/Installer.pm,v
retrieving revision 1.100
retrieving revision 1.101
diff -2 -u -d -r1.100 -r1.101
--- Installer.pm 2 Feb 2013 22:44:28 -0000 1.100
+++ Installer.pm 4 Feb 2013 15:05:26 -0000 1.101
@@ -1010,18 +1010,4 @@
close $In;
- # add new config settings
- for my $Key ( sort keys %Param ) {
- if ( $Config !~ /\$Self->{("|'|)$Key("|'|)} =.+?;/ ) {
- if ( $Param{$Key} =~ /^[0-9]+$/ && $Param{$Key} !~ /^0/ ) {
- $Config =~
- s/\$DIBI\$/\$DIBI\$\n \$Self->{'$Key'} = $Param{$Key};/g;
- }
- else {
- $Config =~
- s/\$DIBI\$/\$DIBI\$\n \$Self->{'$Key'} = '$Param{$Key}';/g;
- }
- }
- }
-
# write new config file
open( my $Out, '>', $ConfigFile )
---------------------------------------------------------------------
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