From a21aef4f9f06c137bbfb3aa6d29776d949e1603f Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Sun, 8 May 2011 21:35:24 +0000 Subject: [PATCH] fix : forgotten double quote --- htdocs/fourn/facture/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index c37087c9a1b..f638c9190c9 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -51,7 +51,7 @@ $result = restrictedArea($user, 'fournisseur', $facid, 'facture_fourn', 'facture $html = new Form($db); $mesg=''; -$action=GETPOST(action); +$action=GETPOST("action"); /*