From b4b50d416299f0c0500c328384e20d07abcaafd3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 28 Jun 2003 19:53:43 +0000 Subject: [PATCH] Ajout code de retour dans fetch --- htdocs/fichinter/fichinter.class.php3 | 2 ++ 1 file changed, 2 insertions(+) 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; } } /*