* * - Jonas Goes * * - Nilton Emilio Buhrer Neto * * sponsored by Thyamad - http://www.thyamad.com * * ------------------------------------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \***************************************************************************/ /* Default Preference */ $oProc->query("insert into phpgw_preferences(preference_owner, preference_app, preference_value) ". "values('-1', 'contactcenter', 'a:7:{s:6:\"empNum\";s:1:\"0\";s:4:\"cell\";s:1:\"0\";s:10:\"department\";s:1:\"0\";". "s:15:\"personCardEmail\";s:1:\"1\";s:15:\"personCardPhone\";s:1:\"2\";s:23:\"displayConnectorDefault\";". "s:1:\"1\";s:16:\"displayConnector\";s:1:\"1\";}');"); /* Default Contact Center Data */ $oProc->query("insert into phpgw_cc_typeof_ct_conns (id_typeof_contact_connection,contact_connection_type_name) values(1,'Email')"); $oProc->query("insert into phpgw_cc_typeof_ct_conns (id_typeof_contact_connection,contact_connection_type_name) values(2,'Telefone')"); $oProc->query("insert into phpgw_cc_typeof_ct_addrs (id_typeof_contact_address,contact_address_type_name) values(1,'Comercial')"); $oProc->query("insert into phpgw_cc_typeof_ct_addrs (id_typeof_contact_address,contact_address_type_name) values(2,'Residencial')"); // Populate brazilian database. include("states_pt-br.inc.php"); include("cities_pt-br.inc.php");