From 30ec9a17f17dc3a0e6c0f5e6d877cc678fdb5c5d Mon Sep 17 00:00:00 2001 From: activdev Date: Thu, 11 May 2006 17:35:52 +0000 Subject: [PATCH] Fix: erreur dans un log de debug ! --- htdocs/product.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product.class.php b/htdocs/product.class.php index 6f8dc1c3b99..8a4705db7b4 100644 --- a/htdocs/product.class.php +++ b/htdocs/product.class.php @@ -746,7 +746,7 @@ class Product global $langs; global $conf; - dolibarr_syslog("Product::fecth $id=$id ref=$ref"); + dolibarr_syslog("Product::fetch id=$id ref=$ref"); // Verification parametres if (! $id && ! $ref)