Ajout code de retour dans fetch

This commit is contained in:
Rodolphe Quiedeville 2003-06-28 19:53:43 +00:00
parent 67a81691e6
commit b4b50d4162

View File

@ -161,11 +161,13 @@ class Fichinter {
$this->statut = $obj->fk_statut;
$this->db->free();
return 1;
}
}
else
{
print $this->db->error();
return 0;
}
}
/*