Fix: Syntax error
This commit is contained in:
parent
1a54db99f7
commit
674650d885
@ -121,7 +121,7 @@ if ($resql)
|
|||||||
{
|
{
|
||||||
$obj = $db->fetch_object($resql);
|
$obj = $db->fetch_object($resql);
|
||||||
Header("Location: fiche.php?socid=".$obj->idp);
|
Header("Location: fiche.php?socid=".$obj->idp);
|
||||||
exit:
|
exit;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user