phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.blocks_bo.inc.ph


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/inc class.blocks_bo.inc.php,1.3,1.4
Date: Sat, 07 Dec 2002 14:02:05 -0500

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site/inc
In directory subversions:/tmp/cvs-serv21090

Modified Files:
        class.blocks_bo.inc.php 
Log Message:
if block title is empty do not call lang on it


Index: class.blocks_bo.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/inc/class.blocks_bo.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.blocks_bo.inc.php     6 Dec 2002 04:56:00 -0000       1.3
--- class.blocks_bo.inc.php     7 Dec 2002 19:02:02 -0000       1.4
***************
*** 8,12 ****
        * Free Software Foundation; either version 2 of the License, or (at 
your   *
        * option) any later version.                                            
   *
!     
\**************************************************************************/
        /* $Id$ */
  
--- 8,12 ----
        * Free Software Foundation; either version 2 of the License, or (at 
your   *
        * option) any later version.                                            
   *
!         
\**************************************************************************/
        /* $Id$ */
  
***************
*** 44,48 ****
                function get_blocktitle($block)
                {
!                       return lang($block['title']);
                }
  
--- 44,48 ----
                function get_blocktitle($block)
                {
!                       return $block['title'] ? lang($block['title']) : "";
                }
  




reply via email to

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