return rather than ignore errors inserting into the job queue during _export_insert_o...
authorivan <ivan>
Sat, 19 Jun 2010 19:29:38 +0000 (19:29 +0000)
committerivan <ivan>
Sat, 19 Jun 2010 19:29:38 +0000 (19:29 +0000)
FS/FS/part_export/domreg_opensrs.pm

index 4d6ea8f..3bfdf4d 100644 (file)
@@ -260,7 +260,6 @@ sub _export_insert_on_payment {
   };
   $queue->insert( $self, $svc_domain ); #_export_insert with 'R' action?
 
   };
   $queue->insert( $self, $svc_domain ); #_export_insert with 'R' action?
 
-  return '';
 }
 
 ## Domain registration exports do nothing on replace.  Mainly because we haven't decided what they should do.
 }
 
 ## Domain registration exports do nothing on replace.  Mainly because we haven't decided what they should do.