bugfix
This commit is contained in:
parent
5318e378f2
commit
8d9deb3411
@ -93,7 +93,7 @@ if ($mode == 'search')
|
|||||||
{
|
{
|
||||||
$obj = $db->fetch_object($result);
|
$obj = $db->fetch_object($result);
|
||||||
$socidp = $obj->idp;
|
$socidp = $obj->idp;
|
||||||
header("location: soc.php?socidp=$socidp");
|
header("location: soc.php?socid=$socidp");
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
$db->free($result);
|
$db->free($result);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user