phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.applications.inc.php,1.45.2.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.applications.inc.php,1.45.2.1.2.4,1.45.2.1.2.5
Date: Tue, 29 Apr 2003 16:56:09 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv5046

Modified Files:
      Tag: Version-0_9_16-branch
        class.applications.inc.php 
Log Message:
fixed app-title after droping title-column for phpgw_applications


Index: class.applications.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.applications.inc.php,v
retrieving revision 1.45.2.1.2.4
retrieving revision 1.45.2.1.2.5
diff -C2 -r1.45.2.1.2.4 -r1.45.2.1.2.5
*** class.applications.inc.php  28 Apr 2003 08:21:11 -0000      1.45.2.1.2.4
--- class.applications.inc.php  29 Apr 2003 20:56:05 -0000      1.45.2.1.2.5
***************
*** 295,299 ****
                                while ($this->db->next_record())
                                {
!                                       $app_name = $this->db->f('app_name');
  
                                        if 
(@is_array($GLOBALS['phpgw_info']['user']['preferences']) && 
--- 295,299 ----
                                while ($this->db->next_record())
                                {
!                                       $title = $app_name = 
$this->db->f('app_name');
  
                                        if 
(@is_array($GLOBALS['phpgw_info']['user']['preferences']) && 
***************
*** 301,308 ****
                                        {
                                                $title = $t;
-                                       }
-                                       if (empty($title))
-                                       {
-                                               $title = 
$this->db->f('app_name');      // HEAD apps dont have a title anymore
                                        }
                                        
$GLOBALS['phpgw_info']['apps'][$this->db->f('app_name')] = Array(
--- 301,304 ----





reply via email to

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