phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc hook_home.inc.php,1.13.2.2,1.13.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc hook_home.inc.php,1.13.2.2,1.13.2.3
Date: Wed, 30 Oct 2002 20:21:01 -0500

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv10509

Modified Files:
      Tag: Version-0_9_14-branch
        hook_home.inc.php 
Log Message:
removed empty portal_box if there are no birthdays to show

Index: hook_home.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/hook_home.inc.php,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -C2 -r1.13.2.2 -r1.13.2.3
*** hook_home.inc.php   21 Oct 2002 20:25:59 -0000      1.13.2.2
--- hook_home.inc.php   31 Oct 2002 01:20:59 -0000      1.13.2.3
***************
*** 93,100 ****
  //                    echo '<tr><td align="left">' . lang("Tomorrow is x's 
birthday.", $tmp) . '</td></tr>' . "\n";
                }
! //            if(count($portalbox->data))
! //            {
                        echo $portalbox->draw();
! //            }
                unset($portalbox);
                echo "\n<!-- Birthday info -->\n";
--- 93,100 ----
  //                    echo '<tr><td align="left">' . lang("Tomorrow is x's 
birthday.", $tmp) . '</td></tr>' . "\n";
                }
!               if(count($portalbox->data))
!               {
                        echo $portalbox->draw();
!               }
                unset($portalbox);
                echo "\n<!-- Birthday info -->\n";





reply via email to

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