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.5,1.45.2.1.2.6
Date: Wed, 07 May 2003 10:35:09 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.applications.inc.php 
Log Message:
added version to $GLOBALS['phpgw_info']['apps']


Index: class.applications.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.applications.inc.php,v
retrieving revision 1.45.2.1.2.5
retrieving revision 1.45.2.1.2.6
diff -C2 -r1.45.2.1.2.5 -r1.45.2.1.2.6
*** class.applications.inc.php  29 Apr 2003 20:56:05 -0000      1.45.2.1.2.5
--- class.applications.inc.php  7 May 2003 14:35:02 -0000       1.45.2.1.2.6
***************
*** 308,312 ****
                                                'status'  => 
$this->db->f('app_enabled'),
                                                'id'      => 
intval($this->db->f('app_id')),
!                                               'order'   => 
intval($this->db->f('app_order'))
                                        );
                                }
--- 308,313 ----
                                                '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]