[Rt-commit] r14541 - in rt/branches/3.999-DANGEROUS: lib/RT
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Jul 27 07:39:52 EDT 2008
Author: sunnavy
Date: Sun Jul 27 07:39:51 2008
New Revision: 14541
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT/Installer.pm
Log:
r15015 at sunnavys-mb: sunnavy | 2008-07-27 19:13:10 +0800
Set => set
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Installer.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Installer.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Installer.pm Sun Jul 27 07:39:51 2008
@@ -313,9 +313,9 @@
unless defined $RT::Installer->{InstallConfig}{$_};
# remove obsolete settings we'll add later
- $content =~ s/^\s* Set \s* \( \s* \$$_ .*$//xm;
+ $content =~ s/^\s* set \s* \( \s* \$$_ .*$//xm;
- $content .= "Set( \$$_, '$RT::Installer->{InstallConfig}{$_}' );\n";
+ $content .= "set( \$$_, '$RT::Installer->{InstallConfig}{$_}' );\n";
}
$content .= "1;\n";
print $fh $content;
More information about the Rt-commit
mailing list