Correction register_global

This commit is contained in:
Rodolphe Quiedeville 2004-07-13 15:19:11 +00:00
parent 9e64087f8e
commit 61b31bf309
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ require("../commande/commande.class.php");
llxHeader("","../");
$projet = new Project($db);
$projet->fetch($id);
$projet->fetch($_GET["id"]);
$h=0;
$head[$h][0] = DOL_URL_ROOT.'/projet/fiche.php?id='.$projet->id;

View File

@ -28,7 +28,7 @@ require("../commande/commande.class.php");
llxHeader("","../");
$projet = new Project($db);
$projet->fetch($id);
$projet->fetch($_GET["id"]);
$h=0;
$head[$h][0] = DOL_URL_ROOT.'/projet/fiche.php?id='.$projet->id;