phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.208,1.209


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.208,1.209
Date: Sun, 04 May 2003 11:13:09 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv21293

Modified Files:
        class.common.inc.php 
Log Message:
added an other display-type for accounts: Firstname Lastname [lid]
changed < > into [ ]


Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.208
retrieving revision 1.209
diff -C2 -r1.208 -r1.209
*** class.common.inc.php        3 May 2003 22:22:02 -0000       1.208
--- class.common.inc.php        4 May 2003 15:13:07 -0000       1.209
***************
*** 430,437 ****
                        {
                                case 'all':
!                                       $name = "&lt;$lid&gt; ";
                                        // fall-through
                                case 'lastname':
                                        $name .= implode(', ',$a);
                                        break;
                                case 'firstname':
--- 430,440 ----
                        {
                                case 'all':
!                                       $name = '['.$lid.'] ';
                                        // fall-through
                                case 'lastname':
                                        $name .= implode(', ',$a);
+                                       break;
+                               case 'firstall':
+                                       $name = $firstname . ' ' . $lastname . 
' ['.$lid.']';
                                        break;
                                case 'firstname':





reply via email to

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