source: trunk/contactcenter/setup/default_records.inc.php @ 8216

Revision 8216, 1.8 KB checked in by angelo, 11 years ago (diff)

Ticket #3489 - Impossibilidade de pesquisa por grupos pessoais

  • Property svn:eol-style set to native
  • Property svn:executable set to *
RevLine 
[2]1<?php
2  /***************************************************************************\
3  * eGroupWare - Contacts Center                                              *
4  * http://www.egroupware.org                                                 *
5  * Written by:                                                               *
6  *  - Raphael Derosso Pereira <raphaelpereira@users.sourceforge.net>         *
7  *  - Jonas Goes <jqhcb@users.sourceforge.net>                               *
8  *  - Nilton Emilio Buhrer Neto <nilton.neto@gmail.com>                      *
9  *  sponsored by Thyamad - http://www.thyamad.com                            *
10  * ------------------------------------------------------------------------- *
11  *  This program is free software; you can redistribute it and/or modify it  *
12  *  under the terms of the GNU General Public License as published by the    *
13  *  Free Software Foundation; either version 2 of the License, or (at your   *
14  *  option) any later version.                                               *
15  \***************************************************************************/
16        /* Default Contact Center Data */       
17        $oProc->query("insert into phpgw_cc_typeof_ct_conns (id_typeof_contact_connection,contact_connection_type_name) values(1,'Email')");
18        $oProc->query("insert into phpgw_cc_typeof_ct_conns (id_typeof_contact_connection,contact_connection_type_name) values(2,'Telefone')");
19        $oProc->query("insert into phpgw_cc_typeof_ct_addrs (id_typeof_contact_address,contact_address_type_name) values(1,'Comercial')");     
20        $oProc->query("insert into phpgw_cc_typeof_ct_addrs (id_typeof_contact_address,contact_address_type_name) values(2,'Residencial')");
[8216]21  $oProc->query("ALTER TABLE phpgw_cc_groups SET WITH OIDS;");
[2]22        // Populate brazilian database.
23        include("states_pt-br.inc.php");
24        include("cities_pt-br.inc.php");
Note: See TracBrowser for help on using the repository browser.