[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: notes/setup setup.inc.php,1.6.2.1,1.6.2.2 tables
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: notes/setup setup.inc.php,1.6.2.1,1.6.2.2 tables_update.inc.php,1.8.2.1,1.8.2.2 |
Date: |
Tue, 14 May 2002 17:48:55 -0400 |
Update of /cvsroot/phpgroupware/notes/setup
In directory subversions:/tmp/cvs-serv2988
Modified Files:
Tag: Version-0_9_14-branch
setup.inc.php tables_update.inc.php
Log Message:
version update
Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/setup/setup.inc.php,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -r1.6.2.1 -r1.6.2.2
*** setup.inc.php 26 Jan 2002 00:34:25 -0000 1.6.2.1
--- setup.inc.php 14 May 2002 21:48:53 -0000 1.6.2.2
***************
*** 14,18 ****
$setup_info['notes']['name'] = 'notes';
$setup_info['notes']['title'] = 'Notes';
! $setup_info['notes']['version'] = '0.9.13.002';
$setup_info['notes']['app_order'] = 8;
$setup_info['notes']['tables'] = array('phpgw_notes');
--- 14,18 ----
$setup_info['notes']['name'] = 'notes';
$setup_info['notes']['title'] = 'Notes';
! $setup_info['notes']['version'] = '0.9.14';
$setup_info['notes']['app_order'] = 8;
$setup_info['notes']['tables'] = array('phpgw_notes');
***************
*** 30,34 ****
$setup_info['notes']['depends'][] = array(
'appname' => 'phpgwapi',
! 'versions' => Array('0.9.11','0.9.12','0.9.13','0.9.14')
);
?>
--- 30,44 ----
$setup_info['notes']['depends'][] = array(
'appname' => 'phpgwapi',
! 'versions' => Array('0.9.13','0.9.14')
! );
!
! $setup_info['notes']['depends'][] = array(
! 'appname' => 'admin',
! 'versions' => Array('0.9.13','0.9.14')
! );
!
! $setup_info['notes']['depends'][] = array(
! 'appname' => 'preferences',
! 'versions' => Array('0.9.13','0.9.14')
);
?>
Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/setup/tables_update.inc.php,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** tables_update.inc.php 19 Jan 2002 18:36:14 -0000 1.8.2.1
--- tables_update.inc.php 14 May 2002 21:48:53 -0000 1.8.2.2
***************
*** 573,575 ****
--- 573,582 ----
return $setup_info['notes']['currentver'];
}
+
+ $test[] = '0.9.13.002';
+ function notes_upgrade0_9_13_002()
+ {
+ $GLOBALS['setup_info']['notes']['currentver'] = '0.9.14';
+ return $GLOBALS['setup_info']['notes']['currentver'];
+ }
?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: notes/setup setup.inc.php,1.6.2.1,1.6.2.2 tables_update.inc.php,1.8.2.1,1.8.2.2,
Bettina Gille <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: todo/setup setup.inc.php,1.13.2.1,1.13.2.2 tables_update.inc.php,1.13.2.2,1.13.2.3
- Next by Date:
[Phpgroupware-cvs] CVS: projects/setup tables_update.inc.php,1.17,1.18
- Previous by thread:
[Phpgroupware-cvs] CVS: todo/setup setup.inc.php,1.13.2.1,1.13.2.2 tables_update.inc.php,1.13.2.2,1.13.2.3
- Next by thread:
[Phpgroupware-cvs] CVS: projects/setup tables_update.inc.php,1.17,1.18
- Index(es):