From cee32a6b15b9bafd1e1276c5f80c984603c65594 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Mon, 30 Jul 2007 10:55:06 +0000 Subject: [PATCH] fix: variable inutile --- htdocs/product/photos.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/product/photos.php b/htdocs/product/photos.php index 1385bf7dc5e..0776382e5ce 100644 --- a/htdocs/product/photos.php +++ b/htdocs/product/photos.php @@ -188,7 +188,6 @@ if ($_GET["id"] || $_GET["ref"]) if ($obj['photo_vignette']) { $filename=$obj['photo_vignette']; - $thumbfilename=$obj['photo_vignette']; } else { -- GitLab