Fix: Utilisation d'une variable $result non dfinie.

This commit is contained in:
Laurent Destailleur 2004-05-02 14:05:18 +00:00
parent fe7555d242
commit e0d8cf18b4

View File

@ -60,7 +60,7 @@ class Paiement
{
if ($this->db->num_rows())
{
$obj = $this->db->fetch_object($result , 0);
$obj = $this->db->fetch_object(0);
$this->id = $obj->rowid;
$this->date = $obj->dp;