phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.36,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.uietemplate.inc.php,1.36,1.37
Date: Fri, 04 Oct 2002 19:15:48 -0400

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

Modified Files:
        class.uietemplate.inc.php 
Log Message:
small fix to get $sel_options for the last name

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** class.uietemplate.inc.php   3 Oct 2002 23:47:14 -0000       1.36
--- class.uietemplate.inc.php   4 Oct 2002 23:15:46 -0000       1.37
***************
*** 588,596 ****
                                        elseif (count($name_parts))
                                        {
!                                               $org_name = 
array_shift($name_parts);
!                                               if (count($name_parts))
!                                               {
!                                                        $org_name .= 
'['.implode('][',$name_parts).']';
!                                               }
                                                if 
(isset($sel_options[$org_name]))
                                                {
--- 588,592 ----
                                        elseif (count($name_parts))
                                        {
!                                               $org_name = 
$name_parts[count($name_parts)-1];
                                                if 
(isset($sel_options[$org_name]))
                                                {





reply via email to

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