From af9a65f7a46bb38baa22a50b27ff8f6551048da6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 May 2011 08:47:34 +0000 Subject: [PATCH] Add a TODO --- htdocs/product/class/product.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index afc5588af33..c1348a85acc 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -2507,6 +2507,7 @@ class Product extends CommonObject * @param showaction 1=Show icon with action links (resize, delete) * @param maxheight Max height of image when size=1 * @return string Html code to show photo. Number of photos shown is saved in this->nbphoto + * TODO Move this into html.formproduct.class.php */ function show_photos($sdir,$size=0,$nbmax=0,$nbbyrow=5,$showfilename=0,$showaction=0,$maxheight=120) {