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.123.2.9.2.5


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

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

Modified Files:
      Tag: Version-0_9_16-branch
        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.123.2.9.2.5
retrieving revision 1.123.2.9.2.6
diff -C2 -r1.123.2.9.2.5 -r1.123.2.9.2.6
*** class.common.inc.php        3 May 2003 21:50:25 -0000       1.123.2.9.2.5
--- class.common.inc.php        4 May 2003 15:11:02 -0000       1.123.2.9.2.6
***************
*** 410,417 ****
                        {
                                case 'all':
!                                       $name = "&lt;$lid&gt; ";
                                        // fall-through
                                case 'lastname':
                                        $name .= implode(', ',$a);
                                        break;
                                case 'firstname':
--- 410,420 ----
                        {
                                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]