From 79d54b08aa3af7d92d0b6c18c9aa13ce45385113 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 14 Apr 2005 12:12:21 +0000 Subject: [PATCH] Suppression de la description --- htdocs/product/photos.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/product/photos.php b/htdocs/product/photos.php index 7bb7e7e8736..a66fb93c568 100644 --- a/htdocs/product/photos.php +++ b/htdocs/product/photos.php @@ -137,14 +137,11 @@ if ($_GET["id"]) print ''.$langs->trans("Label").''.$product->libelle.''; print ''; - print ''.$langs->trans("Description").''.nl2br($product->description).''; - print "
\n"; // Affiche photos $nbphoto=$product->show_photos($conf->produit->dir_output,1); if ($nbphoto < 1) print $langs->trans("NoPhotoYet")."

"; - print "\n"; } }