Modif register_global
This commit is contained in:
parent
58703bada9
commit
12c5137d6e
@ -61,7 +61,7 @@ if ($_POST["action"] == 'add' or $_POST["action"] == 'update')
|
|||||||
|
|
||||||
if ($_POST["action"] == 'update')
|
if ($_POST["action"] == 'update')
|
||||||
{
|
{
|
||||||
$soc->update($socid);
|
$soc->update($_GET["socid"]);
|
||||||
}
|
}
|
||||||
if ($_POST["action"] == 'add')
|
if ($_POST["action"] == 'add')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user