diff --git a/htdocs/fichinter/fichinter.class.php3 b/htdocs/fichinter/fichinter.class.php3 index 7ac81af7a71..92bc586ea33 100644 --- a/htdocs/fichinter/fichinter.class.php3 +++ b/htdocs/fichinter/fichinter.class.php3 @@ -161,11 +161,13 @@ class Fichinter { $this->statut = $obj->fk_statut; $this->db->free(); + return 1; } } else { print $this->db->error(); + return 0; } } /*