phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.select_widget.inc.php,1.7,1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.select_widget.inc.php,1.7,1.8
Date: Sun, 04 May 2003 05:18:43 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv6061

Modified Files:
        class.select_widget.inc.php 
Log Message:
implemented new phpgw-pref account_display as default for select-account


Index: class.select_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.select_widget.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.select_widget.inc.php 13 Apr 2003 21:47:35 -0000      1.7
--- class.select_widget.inc.php 4 May 2003 09:18:40 -0000       1.8
***************
*** 566,570 ****
                                        $info .= 
'&lt;'.$acc['account_lid'].'&gt; ';
                                        // fall-through
-                               default:
                                case 1:
                                        $info .= $acc['account_type'] == 'g' ? 
lang('group').' '.$acc['account_lid'] :
--- 566,569 ----
***************
*** 573,576 ****
--- 572,579 ----
                                case '0':
                                        $info .= $acc['account_lid'];
+                                       break;
+                               default:                        // use the 
phpgw default
+                                       $info = 
$GLOBALS['phpgw']->common->display_fullname($acc['account_lid'],
+                                               
$acc['account_firstname'],$acc['account_lastname']);
                                        break;
                        }





reply via email to

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