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,1.4


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.applications.inc.php,1.45,1.46
Date: Sun, 27 Jan 2002 20:52:38 -0500

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

Modified Files:
        class.applications.inc.php 
Log Message:
added version to [phpgw_info][apps] array

Index: class.applications.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.applications.inc.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** class.applications.inc.php  13 Dec 2001 06:23:42 -0000      1.45
--- class.applications.inc.php  28 Jan 2002 01:52:36 -0000      1.46
***************
*** 116,124 ****
                                {
                                        $this->data[$app[0]] = array(
!                                               'title'   => 
$GLOBALS['phpgw_info']['apps'][$app[0]]['title'],
!                                               'name'    => $app[0],
!                                               'enabled' => True,
!                                               'status'  => 
$GLOBALS['phpgw_info']['apps'][$app[0]]['status'],
!                                               'id'      => 
$GLOBALS['phpgw_info']['apps'][$app[0]]['id']
                                        );
                                } 
--- 116,125 ----
                                {
                                        $this->data[$app[0]] = array(
!                                               'title'         => 
$GLOBALS['phpgw_info']['apps'][$app[0]]['title'],
!                                               'name'          => $app[0],
!                                               'enabled'       => True,
!                                               'status'        => 
$GLOBALS['phpgw_info']['apps'][$app[0]]['status'],
!                                               'id'            => 
$GLOBALS['phpgw_info']['apps'][$app[0]]['id'],
!                                               'version'       => 
$GLOBALS['phpgw_info']['apps'][$app[0]]['version']
                                        );
                                } 
***************
*** 155,163 ****
                                {
                                        $this->data[$app[1]] = array(
!                                               'title'   => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['title'],
!                                               'name'    => $app[1],
!                                               'enabled' => True,
!                                               'status'  => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['status'],
!                                               'id'      => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['id']
                                        );
                                }
--- 156,165 ----
                                {
                                        $this->data[$app[1]] = array(
!                                               'title'         => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['title'],
!                                               'name'          => $app[1],
!                                               'enabled'       => True,
!                                               'status'        => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['status'],
!                                               'id'            => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['id'],
!                                               'version'       => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['version']
                                        );
                                }
***************
*** 166,174 ****
                        {
                                $this->data[$apps] = array(
!                                       'title'   => 
$GLOBALS['phpgw_info']['apps'][$apps]['title'],
!                                       'name'    => $apps,
!                                       'enabled' => True,
!                                       'status'  => 
$GLOBALS['phpgw_info']['apps'][$apps]['status'],
!                                       'id'      => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['id']
                                );
                        }
--- 168,177 ----
                        {
                                $this->data[$apps] = array(
!                                       'title'         => 
$GLOBALS['phpgw_info']['apps'][$apps]['title'],
!                                       'name'          => $apps,
!                                       'enabled'       => True,
!                                       'status'        => 
$GLOBALS['phpgw_info']['apps'][$apps]['status'],
!                                       'id'            => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['id'],
!                                       'version'       => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['version']
                                );
                        }
***************
*** 262,270 ****
                                {
                                        $this->data[$app[1]] = array(
!                                               'title'   => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['title'],
!                                               'name'    => $app[1],
!                                               'enabled' => True,
!                                               'status'  => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['status'],
!                                               'id'      => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['id']
                                        );
                                }
--- 265,274 ----
                                {
                                        $this->data[$app[1]] = array(
!                                               'title'         => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['title'],
!                                               'name'          => $app[1],
!                                               'enabled'       => True,
!                                               'status'        => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['status'],
!                                               'id'            => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['id'],
!                                               'version'       => 
$GLOBALS['phpgw_info']['apps'][$app[1]]['version']
                                        );
                                }
***************
*** 290,299 ****
                                {
                                        
$GLOBALS['phpgw_info']['apps'][$this->db->f('app_name')] = Array(
!                                               'title'   => 
$this->db->f('app_title'),
!                                               'name'    => 
$this->db->f('app_name'),
!                                               'enabled' => True,
!                                               'status'  => 
$this->db->f('app_enabled'),
!                                               'id'      => 
intval($this->db->f('app_id')),
!                                               'order'   => 
intval($this->db->f('app_order'))
                                        );
                                }
--- 294,304 ----
                                {
                                        
$GLOBALS['phpgw_info']['apps'][$this->db->f('app_name')] = Array(
!                                               'title'         => 
$this->db->f('app_title'),
!                                               'name'          => 
$this->db->f('app_name'),
!                                               'enabled'       => True,
!                                               'status'        => 
$this->db->f('app_enabled'),
!                                               'id'            => 
intval($this->db->f('app_id')),
!                                               'order'         => 
intval($this->db->f('app_order')),
!                                               'version'       => 
$this->db->f('app_version') 
                                        );
                                }




reply via email to

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