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.33, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup default_records.inc.php, 1.33, 1.34 tables_current.inc.php, 1.118, 1.119
Date: Sun, 27 Jul 2003 11:53:27 -0400

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

Modified Files:
        default_records.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.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** default_records.inc.php     22 Jul 2003 20:01:59 -0000      1.33
--- default_records.inc.php     27 Jul 2003 15:53:25 -0000      1.34
***************
*** 139,150 ****
  #  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')");
--- 139,150 ----
  #  fm_acl_location
  #
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_acl_location (id, 
descr, allow_grant) VALUES ('.', 'Top', 1)");
  $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, allow_grant) VALUES ('.project', 'Demand -> Workorder', 1)");
  $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, allow_grant) VALUES ('.ticket', 'Helpdesk', 1)");
  $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, allow_grant) VALUES ('.report', 'Report', 1)");
  $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: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -r1.118 -r1.119
*** tables_current.inc.php      22 Jul 2003 20:02:00 -0000      1.118
--- tables_current.inc.php      27 Jul 2003 15:53:25 -0000      1.119
***************
*** 1267,1271 ****
                        'fd' => array(
                                'id' => array('type' => 'varchar','precision' 
=> '12','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => False)
                        ),
                        'pk' => array('id'),
--- 1267,1272 ----
                        'fd' => array(
                                'id' => array('type' => 'varchar','precision' 
=> '12','nullable' => False),
!                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => False),
!                               'allow_grant' => array('type' => 
'int','precision' => '4','nullable' => False)
                        ),
                        'pk' => array('id'),





reply via email to

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