bugfix sur le renvoi d'url

This commit is contained in:
Rodolphe Quiedeville 2003-06-29 13:20:40 +00:00
parent fceb771f36
commit 56a54dbaca

View File

@ -115,7 +115,7 @@ if ($action=='add_action')
}
}
Header("Location: /comm/fiche.php3?socid=$socid");
Header("Location: ../comm/fiche.php3?socid=$socid");
}
/******************************************************************************/