fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17124] order by firstname


From: sigurdne
Subject: [Fmsystem-commits] [17124] order by firstname
Date: Wed, 27 Sep 2017 10:23:24 -0400 (EDT)

Revision: 17124
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17124
Author:   sigurdne
Date:     2017-09-27 10:23:24 -0400 (Wed, 27 Sep 2017)
Log Message:
-----------
order by firstname

Modified Paths:
--------------
    trunk/property/inc/class.uitts.inc.php

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2017-09-27 14:22:49 UTC (rev 
17123)
+++ trunk/property/inc/class.uitts.inc.php      2017-09-27 14:23:24 UTC (rev 
17124)
@@ -3499,6 +3499,7 @@
                                if($_responsible)
                                {
                                        $prefs                                  
= $this->bocommon->create_preferences('property', $_responsible);
+                                       
$GLOBALS['phpgw_info']['user']['preferences']['common']['account_display'] = 
'firstname';
                                        $_responsible_name              = 
$GLOBALS['phpgw']->accounts->get($_responsible)->__toString();
                                        $_responsible_email             = 
$prefs['email'];
                                        $_responsible_cellphone = 
$prefs['cellphone'];
@@ -3786,6 +3787,7 @@
                                if($_responsible)
                                {
                                        $prefs                                  
= $this->bocommon->create_preferences('property', $_responsible);
+                                       
$GLOBALS['phpgw_info']['user']['preferences']['common']['account_display'] = 
'firstname';
                                        $_responsible_name              = 
$GLOBALS['phpgw']->accounts->get($_responsible)->__toString();
                                        $_responsible_email             = 
$prefs['email'];
                                        $_responsible_cellphone = 
$prefs['cellphone'];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]