Modif Register Global

This commit is contained in:
Rodolphe Quiedeville 2004-07-13 15:41:15 +00:00
parent 86bc13cee9
commit 1573becd85

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -319,12 +319,12 @@ if ($action == 'edit')
* *
*/ */
if ($id) if ($_GET["id"])
{ {
print_fiche_titre("Fiche d'intervention",$mesg); print_fiche_titre("Fiche d'intervention",$mesg);
$fichinter = new Fichinter($db); $fichinter = new Fichinter($db);
if ( $fichinter->fetch($id) ) if ($fichinter->fetch($_GET["id"]))
{ {
$fichinter->fetch_client(); $fichinter->fetch_client();