bugfix pfff
This commit is contained in:
parent
243e62aa39
commit
b3a078c166
@ -59,7 +59,7 @@ if ($_POST["action"] == 'add') {
|
|||||||
$sql = "UPDATE ".MAIN_DB_PREFIX."societe SET note='".addslashes($_POST["note"])."' WHERE idp=".$_POST["socid"];
|
$sql = "UPDATE ".MAIN_DB_PREFIX."societe SET note='".addslashes($_POST["note"])."' WHERE idp=".$_POST["socid"];
|
||||||
$result = $db->query($sql);
|
$result = $db->query($sql);
|
||||||
|
|
||||||
$socidp=$_POST["socid"]; // Pour retour sur fiche
|
$_GET["socid"]=$_POST["socid"]; // Pour retour sur fiche
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user