[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: filemanager/setup setup.inc.php, 1.13.4.2, 1.13.
From: |
Dave Hall <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: filemanager/setup setup.inc.php, 1.13.4.2, 1.13.4.3 tables_update.inc.php, 1.4.4.1, 1.4.4.2 |
Date: |
Sun, 07 Sep 2003 21:48:05 -0400 |
Update of /cvsroot/phpgroupware/filemanager/setup
In directory subversions:/tmp/cvs-serv28996/setup
Modified Files:
Tag: Version-0_9_16-branch
setup.inc.php tables_update.inc.php
Log Message:
update version and acls for 16 filemanager
Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/setup/setup.inc.php,v
retrieving revision 1.13.4.2
retrieving revision 1.13.4.3
diff -C2 -r1.13.4.2 -r1.13.4.3
*** setup.inc.php 21 Apr 2003 15:58:10 -0000 1.13.4.2
--- setup.inc.php 8 Sep 2003 01:48:03 -0000 1.13.4.3
***************
*** 14,18 ****
$setup_info['filemanager']['name'] = 'filemanager';
$setup_info['filemanager']['title'] = 'Filemanager';
! $setup_info['filemanager']['version'] = '0.9.13.005';
$setup_info['filemanager']['app_order'] = 10;
$setup_info['filemanager']['enable'] = 1;
--- 14,18 ----
$setup_info['filemanager']['name'] = 'filemanager';
$setup_info['filemanager']['title'] = 'Filemanager';
! $setup_info['filemanager']['version'] = '0.9.14.500';
$setup_info['filemanager']['app_order'] = 10;
$setup_info['filemanager']['enable'] = 1;
Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/filemanager/setup/tables_update.inc.php,v
retrieving revision 1.4.4.1
retrieving revision 1.4.4.2
diff -C2 -r1.4.4.1 -r1.4.4.2
*** tables_update.inc.php 18 Apr 2003 19:41:44 -0000 1.4.4.1
--- tables_update.inc.php 8 Sep 2003 01:48:03 -0000 1.4.4.2
***************
*** 58,60 ****
--- 58,68 ----
}
*/
+ $test[] = '0.9.13.005';
+ function filemanager_update0_9_13_005()
+ {
+ $sql = "UPDATE phpgw_acl SET acl_appname='filemanager' WHERE
acl_appname='phpwebhosting'";
+ $GLOBALS['phpgw_setup']->oProc->query($sql);
+ $GLOBALS['setup_info']['filemanager']['currentver'] =
'0.9.14.500';
+ return $GLOBALS['setup_info']['filemanager']['currentver'];
+ }
?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: filemanager/setup setup.inc.php, 1.13.4.2, 1.13.4.3 tables_update.inc.php, 1.4.4.1, 1.4.4.2,
Dave Hall <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: setup index.php, 1.113.2.3, 1.113.2.4 manageheader.php, 1.45.2.9, 1.45.2.10
- Next by Date:
[Phpgroupware-cvs] CVS: filemanager/setup tables_update.inc.php, 1.4.4.2, 1.4.4.3
- Previous by thread:
[Phpgroupware-cvs] CVS: setup index.php, 1.113.2.3, 1.113.2.4 manageheader.php, 1.45.2.9, 1.45.2.10
- Next by thread:
[Phpgroupware-cvs] CVS: filemanager/setup tables_update.inc.php, 1.4.4.2, 1.4.4.3
- Index(es):