remplacement de $socid par $_GET["socid"]
This commit is contained in:
parent
9fc22b95d8
commit
3ccd7e1d8d
@ -207,7 +207,7 @@ if ($_GET["action"] == 'create' or $_GET["action"] == 'copy')
|
|||||||
$obj = $db->fetch_object($i);
|
$obj = $db->fetch_object($i);
|
||||||
print '<option value="'.$obj->idp;
|
print '<option value="'.$obj->idp;
|
||||||
|
|
||||||
if ($socid == $obj->idp)
|
if ($_GET["socid"] == $obj->idp)
|
||||||
{
|
{
|
||||||
print '" SELECTED>'.$obj->nom.'</option>';
|
print '" SELECTED>'.$obj->nom.'</option>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user