phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php, 1.122, 1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php, 1.122, 1.123 default_records.inc.php, 1.34, 1.35
Date: Mon, 11 Aug 2003 13:18:47 -0400

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

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

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -r1.122 -r1.123
*** tables_current.inc.php      8 Aug 2003 17:07:58 -0000       1.122
--- tables_current.inc.php      11 Aug 2003 17:18:44 -0000      1.123
***************
*** 1269,1273 ****
                                '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'),
--- 1269,1273 ----
                                'id' => array('type' => 'varchar','precision' 
=> '12','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => False),
!                               'allow_grant' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
                        'pk' => array('id'),

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** default_records.inc.php     27 Jul 2003 15:53:25 -0000      1.34
--- default_records.inc.php     11 Aug 2003 17:18:44 -0000      1.35
***************
*** 61,65 ****
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO `fm_request_priority_key` 
(`id`, `safety`, `aesthetics`, `indoor_climate`, `consequential_damage`, 
`user_gratification`, `residential_environment`, `authorities_demands`) VALUES 
(0, 12, 3, 4, 5, 6, 2, 50)");
  
  
--- 61,65 ----
  #
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO fm_request_priority_key 
(id, safety, aesthetics, indoor_climate, consequential_damage, 
user_gratification, residential_environment, authorities_demands) VALUES (0, 
12, 3, 4, 5, 6, 2, 50)");
  
  





reply via email to

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