From e7d6f8d7ac993d2d008286e6c3368a7aa52a3089 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 9 Mar 2010 00:18:14 +0000 Subject: [PATCH] and this is not 1.7.x --- FS/FS/reason_type.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); } ''; -- 2.11.0