phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: cdb/setup default_records.inc.php,1.1,1.2


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb/setup default_records.inc.php,1.1,1.2
Date: Mon, 04 Mar 2002 00:18:26 -0500

Update of /cvsroot/phpgroupware/cdb/setup
In directory subversions:/tmp/cvs-serv31694

Modified Files:
        default_records.inc.php 
Log Message:
use correct oProc object

Index: default_records.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/setup/default_records.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** default_records.inc.php     20 Feb 2002 22:43:06 -0000      1.1
--- default_records.inc.php     4 Mar 2002 05:18:22 -0000       1.2
***************
*** 1,40 ****
  <?php
  
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (1,'Business Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (2,'Business Phone2')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (3,'Business Pager')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (4,'Business Fax')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (5,'Home Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (6,'Home Phone2')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (7,'Home Pager')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (8,'Home Fax')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (9,'Other Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (10,'Other Pager')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (11,'Other Fax')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (12,'Call Back')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (13,'Car Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (14,'ISDN')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (15,'Mobile Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (16,'Primary Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (17,'Radio Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (18,'Telex')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (19,'TTY/TDD Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (20,'Family Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (21,'Vacation Home Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (22,'School Phone')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_phone_cat 
(phone_category_id, phone_category_name) VALUES (23,'Answering Service')");
  
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_followup (followup_id, 
followup_name, followup_color) VALUES (1,'Follow Up', 'FF2222')"); //red
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_followup (followup_id, 
followup_name, followup_color) VALUES (2,'For Your Information', '6699cc')"); 
//blue
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_followup (followup_id, 
followup_name, followup_color) VALUES (3,'Review', '83d8a4')"); //green
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_followup (followup_id, 
followup_name, followup_color) VALUES (4,'Call', 'cccc99')"); //gold
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_followup (followup_id, 
followup_name, followup_color) VALUES (5,'Arrange Meeting', 'CC99CC')"); 
//purple
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_followup (followup_id, 
followup_name, followup_color) VALUES (6,'Send E-mail', 'FF9966')"); //orange
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_followup (followup_id, 
followup_name, followup_color) VALUES (7,'Send Letter', 'FFFF33')"); //yellow
  
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (1,'Business Address')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (2,'Home Address')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (3,'Other Address')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (4,'Family Address')");
! $this->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (5,'Vacation Home 
Address')");
  
--- 1,40 ----
  <?php
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(1,'Business Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(2,'Business Phone2')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(3,'Business Pager')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(4,'Business Fax')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(5,'Home Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(6,'Home Phone2')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(7,'Home Pager')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(8,'Home Fax')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(9,'Other Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(10,'Other Pager')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(11,'Other Fax')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(12,'Call Back')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(13,'Car Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(14,'ISDN')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(15,'Mobile Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(16,'Primary Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(17,'Radio Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(18,'Telex')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(19,'TTY/TDD Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(20,'Family Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(21,'Vacation Home Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(22,'School Phone')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO 
phpgw_cdb_contact_phone_cat (phone_category_id, phone_category_name) VALUES 
(23,'Answering Service')");
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_followup 
(followup_id, followup_name, followup_color) VALUES (1,'Follow Up', 
'FF2222')"); //red
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_followup 
(followup_id, followup_name, followup_color) VALUES (2,'For Your Information', 
'6699cc')"); //blue
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_followup 
(followup_id, followup_name, followup_color) VALUES (3,'Review', '83d8a4')"); 
//green
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_followup 
(followup_id, followup_name, followup_color) VALUES (4,'Call', 'cccc99')"); 
//gold
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_followup 
(followup_id, followup_name, followup_color) VALUES (5,'Arrange Meeting', 
'CC99CC')"); //purple
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_followup 
(followup_id, followup_name, followup_color) VALUES (6,'Send E-mail', 
'FF9966')"); //orange
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_followup 
(followup_id, followup_name, followup_color) VALUES (7,'Send Letter', 
'FFFF33')"); //yellow
  
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (1,'Business Address')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (2,'Home Address')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (3,'Other Address')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (4,'Family Address')");
! $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_cdb_contact_addr_cat 
(address_category_id, address_category_name) VALUES (5,'Vacation Home 
Address')");
  




reply via email to

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