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.98,1.99


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.98,1.99 default_records.inc.php,1.21,1.22
Date: Wed, 25 Jun 2003 14:27:52 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv25983/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.98
retrieving revision 1.99
diff -C2 -r1.98 -r1.99
*** tables_current.inc.php      25 Jun 2003 09:47:28 -0000      1.98
--- tables_current.inc.php      25 Jun 2003 18:27:47 -0000      1.99
***************
*** 1585,1589 ****
                                'abstract' => array('type' => 
'varchar','precision' => '255','nullable' => True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
!                               'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => True),
--- 1585,1589 ----
                                'abstract' => array('type' => 
'varchar','precision' => '255','nullable' => True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
!                               'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'access' => array('type' => 
'varchar','precision' => '7','nullable' => True),
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => True),

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** default_records.inc.php     22 Jun 2003 09:23:03 -0000      1.21
--- default_records.inc.php     25 Jun 2003 18:27:48 -0000      1.22
***************
*** 137,140 ****
--- 137,141 ----
  $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')");
  
  #





reply via email to

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