From bc7dca21a38c763cc43e9f4abf130b31d77666bd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 23 Jun 2010 19:51:47 +0000 Subject: [PATCH] Add option MAIN_FIRSTNAME_NAME_POSITION --- htdocs/contact/class/contact.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index 77143ea6648..a6db8ba3161 100644 --- a/htdocs/contact/class/contact.class.php +++ b/htdocs/contact/class/contact.class.php @@ -793,6 +793,8 @@ class Contact extends CommonObject */ function getFullName($langs,$option=0,$nameorder=-1) { + global $conf; + $ret=''; if ($option && $this->civilite_id) {