Modif register_global

This commit is contained in:
Rodolphe Quiedeville 2004-07-21 09:08:22 +00:00
parent 58703bada9
commit 12c5137d6e

View File

@ -61,7 +61,7 @@ if ($_POST["action"] == 'add' or $_POST["action"] == 'update')
if ($_POST["action"] == 'update')
{
$soc->update($socid);
$soc->update($_GET["socid"]);
}
if ($_POST["action"] == 'add')
{