From 627b5b412453d70e6f5182d4526fbf357f353d40 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Aug 2003 13:32:06 +0000 Subject: [PATCH] ajout $types --- htdocs/product/stats/pre.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/product/stats/pre.inc.php b/htdocs/product/stats/pre.inc.php index 17b08b2cc5f..2aae3b159d7 100644 --- a/htdocs/product/stats/pre.inc.php +++ b/htdocs/product/stats/pre.inc.php @@ -21,6 +21,9 @@ */ require("../../main.inc.php3"); +$types[0] = "produit"; +$types[1] = "service"; + function llxHeader($head = "", $urlp = "") { global $user, $conf;