From ec09f79a2f16e3be3640d2dda67b059c3f305f33 Mon Sep 17 00:00:00 2001 From: fhenry Date: Sat, 8 Dec 2012 19:23:13 +0100 Subject: [PATCH] comment --- htdocs/user/class/user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/class/user.class.php b/htdocs/user/class/user.class.php index 442b6fc206c..35265d42f8d 100644 --- a/htdocs/user/class/user.class.php +++ b/htdocs/user/class/user.class.php @@ -718,7 +718,7 @@ class User extends CommonObject } } - // Removed extrafields + // Remove extrafields if ((! $error) && (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED))) // For avoid conflicts if trigger used { $result=$this->deleteExtraFields($this);