phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm/inc class.bosite.inc.php,1.10,1.11


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/inc class.bosite.inc.php,1.10,1.11
Date: Sun, 24 Feb 2002 22:28:04 -0500

Update of /cvsroot/phpgroupware/wcm/inc
In directory subversions:/tmp/cvs-serv23834

Modified Files:
        class.bosite.inc.php 
Log Message:
show nothing if no section content

Index: class.bosite.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/inc/class.bosite.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.bosite.inc.php        25 Feb 2002 01:54:59 -0000      1.10
--- class.bosite.inc.php        25 Feb 2002 03:28:01 -0000      1.11
***************
*** 323,327 ****
                                        }
  
!                                       $tpl->set_var($section . '_content', 
$working ? $working : strtoupper($section));
                                        $out .= $tpl->fp('out', $section . 
'_start');
                                        $out .= $tpl->fp('out', $section . 
'_end');
--- 323,327 ----
                                        }
  
!                                       $tpl->set_var($section . '_content', 
$working ? $working : '');
                                        $out .= $tpl->fp('out', $section . 
'_start');
                                        $out .= $tpl->fp('out', $section . 
'_end');




reply via email to

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