Moved unreachable statement to conditions
This commit is contained in:
parent
1f6cccc3dc
commit
638764f86d
@ -78,14 +78,14 @@ class CActionComm
|
|||||||
$this->libelle = $obj->libelle;
|
$this->libelle = $obj->libelle;
|
||||||
$this->active = $obj->active;
|
$this->active = $obj->active;
|
||||||
|
|
||||||
|
$this->db->free($resql);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
$this->db->free($resql);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->db->free($resql);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user