phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18990] Fix the tables used by phpgwapi, for being ab


From: Caeies
Subject: [Phpgroupware-cvs] [18990] Fix the tables used by phpgwapi, for being able to drop them' all in case I asked so ;)
Date: Wed, 19 Nov 2008 17:51:00 +0000

Revision: 18990
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18990
Author:   Caeies
Date:     2008-11-19 17:51:00 +0000 (Wed, 19 Nov 2008)

Log Message:
-----------
Fix the tables used by phpgwapi, for being able to drop them'all in case I 
asked so ;)

Modified Paths:
--------------
    core/trunk/phpgwapi/setup/setup.inc.php

Modified: core/trunk/phpgwapi/setup/setup.inc.php
===================================================================
--- core/trunk/phpgwapi/setup/setup.inc.php     2008-11-19 17:49:47 UTC (rev 
18989)
+++ core/trunk/phpgwapi/setup/setup.inc.php     2008-11-19 17:51:00 UTC (rev 
18990)
@@ -59,7 +59,9 @@
                'phpgw_cust_choice',
                'phpgw_cust_function',
                'phpgw_mapping',
-               'phpgw_mail_handler'
+               'phpgw_mail_handler',
+               'phpgw_locations',
+               'phpgw_group_map'
        );
 
        $setup_info['phpgwapi']['hooks'] = array






reply via email to

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