phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.sbox2.inc.php,1.4,1.5


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.sbox2.inc.php,1.4,1.5
Date: Mon, 02 Sep 2002 17:34:10 -0400

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

Modified Files:
        class.sbox2.inc.php 
Log Message:
fixed problem with new 3-tier projects-class

Index: class.sbox2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.sbox2.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.sbox2.inc.php 7 Jun 2002 21:26:05 -0000       1.4
--- class.sbox2.inc.php 2 Sep 2002 21:34:07 -0000       1.5
***************
*** 374,384 ****
                                        while ($projs && list( $key,$proj ) = 
each( $projs ))
                                        {
!                                               $content[$proj['id']] = 
$proj['title'];
                                        }
                                }
                                else
                                {
!                                       list( $proj ) = 
$projects->read_single_project( $id_name );
!                                       if (count($proj))
                                        {
                                                $content = $proj['title'];
--- 374,383 ----
                                        while ($projs && list( $key,$proj ) = 
each( $projs ))
                                        {
!                                               $content[$proj['project_id']] = 
$proj['title'];
                                        }
                                }
                                else
                                {
!                                       if ($proj = 
$projects->read_single_project( $id_name ))
                                        {
                                                $content = $proj['title'];





reply via email to

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