phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup setup.inc.php, 1.37.2.6.2.14, 1.37.2.6


From: Alejandro Borges (lex) <address@hidden>
Subject: [Phpgroupware-cvs] phpgwapi/setup setup.inc.php, 1.37.2.6.2.14, 1.37.2.6.2.15
Date: Fri, 24 Oct 2003 01:06:13 +0000

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv29658

Modified Files:
      Tag: Version-0_9_16-branch
        setup.inc.php 
Log Message:
Another bugfix to setup from eald


Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.37.2.6.2.14
retrieving revision 1.37.2.6.2.15
diff -C2 -d -r1.37.2.6.2.14 -r1.37.2.6.2.15
*** setup.inc.php       20 Oct 2003 14:35:18 -0000      1.37.2.6.2.14
--- setup.inc.php       24 Oct 2003 01:06:11 -0000      1.37.2.6.2.15
***************
*** 42,45 ****
--- 42,58 ----
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_history_log';
        $setup_info['phpgwapi']['tables'][]  = 'phpgw_async';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_org';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_person';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_org_person';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_addr';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_addr_type';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_comm';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_comm_descr';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_comm_type';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_note';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_note_type';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_others';
+       $setup_info['phpgwapi']['tables'][]  = 'phpgw_contact_types';
  
        /* Basic information about this app */





reply via email to

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