From d61a8ee9474eb21f638db0c7b4549e8960d5ca59 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 9 Oct 2012 08:47:11 +0200 Subject: [PATCH] Fix: missing comma --- htdocs/categories/class/categorie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/class/categorie.class.php b/htdocs/categories/class/categorie.class.php index 2e62d273276..89a24ff2f7b 100644 --- a/htdocs/categories/class/categorie.class.php +++ b/htdocs/categories/class/categorie.class.php @@ -140,7 +140,7 @@ class Categorie } $sql.= " visible,"; $sql.= " type,"; - $sql.= " import_key"; + $sql.= " import_key,"; $sql.= " entity"; $sql.= ") VALUES ("; $sql.= $this->fk_parent.",";