Moved unreachable statement to conditions

This commit is contained in:
Raphaël Doursenaud 2013-11-07 20:38:06 +01:00
parent 1f6cccc3dc
commit 638764f86d

View File

@ -78,14 +78,14 @@ class CActionComm
$this->libelle = $obj->libelle;
$this->active = $obj->active;
$this->db->free($resql);
return 1;
}
else
{
$this->db->free($resql);
return 0;
}
$this->db->free($resql);
}
else
{