[Rt-commit] r19523 - in rt/3.999/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 7 03:20:04 EDT 2009
Author: sunnavy
Date: Thu May 7 03:20:04 2009
New Revision: 19523
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/lib/RT/Bootstrap.pm
Log:
r20780 at sunnavys-mb (orig r19227): sunnavy | 2009-04-16 20:37:57 +0800
not force convert unef to empty string
Modified: rt/3.999/trunk/lib/RT/Bootstrap.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Bootstrap.pm (original)
+++ rt/3.999/trunk/lib/RT/Bootstrap.pm Thu May 7 03:20:04 2009
@@ -203,7 +203,6 @@
*RT::Config::set = sub {
my $key = shift;
my $value = shift;
- $value = '' unless defined $value;
my $old_value = RT->config->_get($key);
if ( cmpStr( $value, $old_value ) != 0 ) {
RT->config->set( $key, $value );
More information about the Rt-commit
mailing list