epic-s6ts
[kivitendo-erp.git] / SL / TODO.pm
index c575fa8..ff29abb 100644 (file)
@@ -95,7 +95,8 @@ sub save_user_config {
     push @values, $id;
 
     do_query($form, $dbh, $query, @values);
-  });
+    1;
+  }) or do { die SL::DB->client->error };
 
   $main::lxdebug->leave_sub();
 }