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.99,1.100


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.99,1.100 default_records.inc.php,1.22,1.23
Date: Thu, 26 Jun 2003 08:23:07 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv25864/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.99
retrieving revision 1.100
diff -C2 -r1.99 -r1.100
*** tables_current.inc.php      25 Jun 2003 18:27:47 -0000      1.99
--- tables_current.inc.php      26 Jun 2003 12:23:05 -0000      1.100
***************
*** 1450,1454 ****
                                'branch_id' => array('type' => 
'int','precision' => '4','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)
                        ),
--- 1450,1454 ----
                                'branch_id' => array('type' => 
'int','precision' => '4','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)
                        ),

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/default_records.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** default_records.inc.php     25 Jun 2003 18:27:48 -0000      1.22
--- default_records.inc.php     26 Jun 2003 12:23:05 -0000      1.23
***************
*** 138,141 ****
--- 138,142 ----
  $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')");
  
  #





reply via email to

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