Fix: register_globals = off

This commit is contained in:
Laurent Destailleur 2004-08-15 15:38:02 +00:00
parent d0c4b05474
commit 9bfee1b85d

View File

@ -50,9 +50,9 @@ if ($sortfield == "") {
}
if ($action == 'attribute_prefix') {
$societe = new Societe($db, $socid);
$societe->attribute_prefix($db, $socid);
if ($_GET["action"] == 'attribute_prefix') {
$societe = new Societe($db, $_GET["socid"]);
$societe->attribute_prefix($db, $_GET["socid"]);
}
if ($action == 'recontact') {