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->active = $obj->active;
|
||||
|
||||
$this->db->free($resql);
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->db->free($resql);
|
||||
return 0;
|
||||
}
|
||||
|
||||
$this->db->free($resql);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user