From ac2c685e7df89be604d46495ce434df53dfa4fd2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 Sep 2016 01:13:55 +0200 Subject: [PATCH] Fix bad commit --- htdocs/adherents/class/cotisation.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/adherents/class/cotisation.class.php b/htdocs/adherents/class/cotisation.class.php index dd8376b311a..b32ea382b98 100644 --- a/htdocs/adherents/class/cotisation.class.php +++ b/htdocs/adherents/class/cotisation.class.php @@ -83,7 +83,6 @@ class Cotisation extends CommonObject if ($resql) { $this->id = $this->db->last_insert_id(MAIN_DB_PREFIX."cotisation"); - $this->db->commit(); return $this->id; } else