From: jeff Date: Tue, 9 Mar 2010 00:18:41 +0000 (+0000) Subject: and this is not 1.7.x X-Git-Tag: freeside_1_9_2~30 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8c3ca9b8e7b79b8bf4ba42ed5b28ce947a38da09 and this is not 1.7.x --- diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm index 482ea34e8..4425c64a0 100644 --- a/FS/FS/reason_type.pm +++ b/FS/FS/reason_type.pm @@ -162,9 +162,7 @@ sub _populate_initial_data { # class method # my $error = $object->insert(); # die "error inserting $self into database: $error\n" # if $error; -# # or clause for 1.7.x - $conf->set($_, $object->typenum) - or die "failed setting config"; + $conf->set($_, $object->typenum); } '';