Correction register_global
This commit is contained in:
parent
9e64087f8e
commit
61b31bf309
@ -27,7 +27,7 @@ require("../commande/commande.class.php");
|
|||||||
llxHeader("","../");
|
llxHeader("","../");
|
||||||
|
|
||||||
$projet = new Project($db);
|
$projet = new Project($db);
|
||||||
$projet->fetch($id);
|
$projet->fetch($_GET["id"]);
|
||||||
|
|
||||||
$h=0;
|
$h=0;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/projet/fiche.php?id='.$projet->id;
|
$head[$h][0] = DOL_URL_ROOT.'/projet/fiche.php?id='.$projet->id;
|
||||||
|
|||||||
@ -28,7 +28,7 @@ require("../commande/commande.class.php");
|
|||||||
llxHeader("","../");
|
llxHeader("","../");
|
||||||
|
|
||||||
$projet = new Project($db);
|
$projet = new Project($db);
|
||||||
$projet->fetch($id);
|
$projet->fetch($_GET["id"]);
|
||||||
|
|
||||||
$h=0;
|
$h=0;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/projet/fiche.php?id='.$projet->id;
|
$head[$h][0] = DOL_URL_ROOT.'/projet/fiche.php?id='.$projet->id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user