phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup default_records.inc.php, 1.32, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php, 1.32, 1.33 setup.inc.php, 1.57, 1.58 tables_current.inc.php, 1.117, 1.118
Date: Tue, 22 Jul 2003 16:02:02 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv9778/setup

Modified Files:
        default_records.inc.php setup.inc.php tables_current.inc.php 
Log Message:
no message

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** default_records.inc.php     17 Jul 2003 10:46:23 -0000      1.32
--- default_records.inc.php     22 Jul 2003 20:01:59 -0000      1.33
***************
*** 137,152 ****
  
  #
! #  fm_submodule
  #
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.', 'Top')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.location', 'Location')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.project', 'Demand -> Workorder')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.equipment', 'equipment')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.ticket', 'Helpdesk')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.pricebook', 'Pricebook')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.invoice', 'Invoice')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.report', 'Report')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.document', 'Documents')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_submodule (id, descr) 
VALUES ('.drawing', 'Drawing')");
  
  #
--- 137,152 ----
  
  #
! #  fm_acl_location
  #
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.', 'Top')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.location', 'Location')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.project', 'Demand -> Workorder')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.equipment', 'equipment')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.ticket', 'Helpdesk')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.pricebook', 'Pricebook')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.invoice', 'Invoice')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.report', 'Report')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.document', 'Documents')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr) VALUES ('.drawing', 'Drawing')");
  
  #

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** setup.inc.php       1 Jul 2003 11:19:24 -0000       1.57
--- setup.inc.php       22 Jul 2003 20:02:00 -0000      1.58
***************
*** 154,158 ****
                'fm_document_history',
                'fm_document_status',
!               'fm_submodule',
                'fm_standard_unit',
                'fm_report',
--- 154,158 ----
                'fm_document_history',
                'fm_document_status',
!               'fm_acl_location',
                'fm_standard_unit',
                'fm_report',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -r1.117 -r1.118
*** tables_current.inc.php      17 Jul 2003 18:15:50 -0000      1.117
--- tables_current.inc.php      22 Jul 2003 20:02:00 -0000      1.118
***************
*** 1264,1268 ****
                        'uc' => array()
                ),
!               'fm_submodule' => array(
                        'fd' => array(
                                'id' => array('type' => 'varchar','precision' 
=> '12','nullable' => False),
--- 1264,1268 ----
                        'uc' => array()
                ),
!               'fm_acl_location' => array(
                        'fd' => array(
                                'id' => array('type' => 'varchar','precision' 
=> '12','nullable' => False),





reply via email to

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