From 2c6d35827fc751edfd2762bc7d0d47321cedd4da Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 17 Mar 2006 19:17:23 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/liste.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index b1cc8379ba6..3a762825117 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2006 Laurent Destailleur * * 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 @@ -252,7 +252,7 @@ if ($resql) print ''.$objp->duration.''; } print ''.price($objp->price).''; - print ''.$product_static->LibStatut($objp->statut,2).''; + print ''.$product_static->LibStatut($objp->statut,2).''; print "\n"; $i++; }