diff options
| author | jeff <jeff> | 2010-03-09 00:18:41 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2010-03-09 00:18:41 +0000 | 
| commit | 8c3ca9b8e7b79b8bf4ba42ed5b28ce947a38da09 (patch) | |
| tree | a7e2c9b6fee023d577ae29db2b556598d7160261 | |
| parent | 06ff7e9531ea00cc23131661e2a95611456e248d (diff) | |
and this is not 1.7.x
| -rw-r--r-- | FS/FS/reason_type.pm | 4 | 
1 files changed, 1 insertions, 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);    }    ''; | 
