remplacement de $socid par $_GET["socid"]

This commit is contained in:
opensides
2004-09-18 10:47:29 +00:00
parent 9fc22b95d8
commit 3ccd7e1d8d

View File

@@ -207,7 +207,7 @@ if ($_GET["action"] == 'create' or $_GET["action"] == 'copy')
$obj = $db->fetch_object($i);
print '<option value="'.$obj->idp;
if ($socid == $obj->idp)
if ($_GET["socid"] == $obj->idp)
{
print '" SELECTED>'.$obj->nom.'</option>';
}