From ab4c268a1f3569ca71f1efa3b0b04d93a601dffb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 22 Apr 2014 21:08:59 -0700 Subject: [PATCH] Add developer docs and api explorer to menu --- .../Incremental/sql/4.5.alpha1.mysql.tpl | 16 +++++ sql/civicrm_generated.mysql | 67 ++++++++++--------- xml/templates/civicrm_navigation.tpl | 12 ++++ 3 files changed, 62 insertions(+), 33 deletions(-) diff --git a/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl index 8cd5e57e5f..0b142e91f0 100644 --- a/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.5.alpha1.mysql.tpl @@ -249,3 +249,19 @@ UPDATE civicrm_custom_field cf WHERE cg.is_multiple = 1 AND cf.html_type != 'TextArea'; ALTER TABLE `civicrm_custom_group` CHANGE COLUMN `style` `style` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Visual relationship between this form and its parent.'; + +-- Add "developer" help menu +SELECT @parent_id := `id` FROM `civicrm_navigation` WHERE `name` = 'Help' AND `domain_id` = {$domainID}; + +INSERT INTO civicrm_navigation +( domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight ) +VALUES +( {$domainID}, NULL, '{ts escape="sql" skip="true"}Developer{/ts}', 'Developer', 'administer CiviCRM', '', @parent_id, '1', NULL, 5 ); + +SET @devellastID:=LAST_INSERT_ID(); +INSERT INTO civicrm_navigation +( domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight ) +VALUES +( {$domainID}, 'civicrm/api/explorer', '{ts escape="sql" skip="true"}API Explorer{/ts}','API Explorer', 'administer CiviCRM', '', @devellastID, '1', NULL, 1 ), +( {$domainID}, 'http://wiki.civicrm.org/confluence/display/CRMDOC/Develop', '{ts escape="sql" skip="true"}Developer Docs{/ts}', 'Developer Docs', 'administer CiviCRM', '', @devellastID, '1', NULL, 3 ); + diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index 2009d36c85..71e9ff01be 100644 --- a/sql/civicrm_generated.mysql +++ b/sql/civicrm_generated.mysql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 5.5.32, for debian-linux-gnu (i686) +-- MySQL dump 10.13 Distrib 5.5.35, for debian-linux-gnu (x86_64) -- --- Host: localhost Database: git_civicrm +-- Host: localhost Database: d7_civi45_crm -- ------------------------------------------------------ --- Server version 5.5.32-0ubuntu0.12.04.1 +-- Server version 5.5.35-0ubuntu0.13.10.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -87,7 +87,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_activity` WRITE; /*!40000 ALTER TABLE `civicrm_activity` DISABLE KEYS */; -INSERT INTO `civicrm_activity` (`id`, `source_record_id`, `activity_type_id`, `subject`, `activity_date_time`, `duration`, `location`, `phone_id`, `phone_number`, `details`, `status_id`, `priority_id`, `parent_id`, `is_test`, `medium_id`, `is_auto`, `relationship_id`, `is_current_revision`, `original_id`, `result`, `is_deleted`, `campaign_id`, `engagement_level`, `weight`) VALUES (1,NULL,7,'Subject for Membership Signup','2014-03-13 01:44:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(2,NULL,9,'Subject for Tell a Friend','2013-10-15 10:35:03',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(3,NULL,10,'Subject for Pledge Acknowledgment','2013-11-19 09:28:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(4,NULL,9,'Subject for Tell a Friend','2014-01-16 12:52:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(5,NULL,9,'Subject for Tell a Friend','2013-08-05 02:20:18',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(6,NULL,10,'Subject for Pledge Acknowledgment','2013-08-05 04:18:31',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(7,NULL,7,'Subject for Membership Signup','2013-05-21 04:32:23',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(8,NULL,8,'Subject for Membership Renewal','2014-02-02 02:02:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(9,NULL,9,'Subject for Tell a Friend','2013-05-01 04:10:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(10,NULL,7,'Subject for Membership Signup','2013-10-14 01:33:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(11,NULL,7,'Subject for Membership Signup','2014-03-07 04:45:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(12,NULL,10,'Subject for Pledge Acknowledgment','2014-03-29 09:26:26',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(13,NULL,9,'Subject for Tell a Friend','2014-01-18 01:06:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(14,NULL,8,'Subject for Membership Renewal','2013-09-23 10:30:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(15,NULL,10,'Subject for Pledge Acknowledgment','2014-03-17 03:41:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(16,NULL,7,'Subject for Membership Signup','2013-11-01 03:45:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(17,NULL,10,'Subject for Pledge Acknowledgment','2013-05-23 04:55:42',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(18,NULL,7,'Subject for Membership Signup','2013-12-29 12:21:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(19,NULL,8,'Subject for Membership Renewal','2013-12-08 06:14:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(20,NULL,9,'Subject for Tell a Friend','2013-05-12 08:41:14',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(21,NULL,8,'Subject for Membership Renewal','2014-01-20 11:35:33',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(22,NULL,10,'Subject for Pledge Acknowledgment','2013-10-27 05:52:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(23,NULL,10,'Subject for Pledge Acknowledgment','2013-04-06 03:26:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(24,NULL,10,'Subject for Pledge Acknowledgment','2013-10-04 01:24:58',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(25,NULL,10,'Subject for Pledge Acknowledgment','2014-02-10 01:41:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(26,NULL,9,'Subject for Tell a Friend','2013-08-26 07:43:43',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(27,NULL,10,'Subject for Pledge Acknowledgment','2013-08-03 01:04:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(28,NULL,8,'Subject for Membership Renewal','2014-02-27 10:44:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(29,NULL,10,'Subject for Pledge Acknowledgment','2013-09-21 05:10:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(30,NULL,8,'Subject for Membership Renewal','2013-07-01 05:40:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(31,NULL,10,'Subject for Pledge Acknowledgment','2013-05-15 12:40:21',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(32,NULL,10,'Subject for Pledge Acknowledgment','2013-05-03 07:04:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(33,NULL,7,'Subject for Membership Signup','2014-01-24 05:59:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(34,NULL,9,'Subject for Tell a Friend','2014-01-25 01:58:49',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(35,NULL,8,'Subject for Membership Renewal','2013-12-27 04:26:58',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(36,NULL,8,'Subject for Membership Renewal','2013-12-29 12:36:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(37,NULL,8,'Subject for Membership Renewal','2013-12-03 05:11:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(38,NULL,8,'Subject for Membership Renewal','2013-04-11 09:09:37',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(39,NULL,10,'Subject for Pledge Acknowledgment','2014-02-10 02:23:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(40,NULL,7,'Subject for Membership Signup','2013-07-11 01:55:13',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(41,NULL,9,'Subject for Tell a Friend','2013-06-04 05:27:40',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(42,NULL,7,'Subject for Membership Signup','2013-07-08 12:29:16',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(43,NULL,8,'Subject for Membership Renewal','2013-04-18 08:33:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(44,NULL,10,'Subject for Pledge Acknowledgment','2014-01-27 08:14:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(45,NULL,7,'Subject for Membership Signup','2014-01-13 04:15:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(46,NULL,7,'Subject for Membership Signup','2013-04-12 08:07:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(47,NULL,10,'Subject for Pledge Acknowledgment','2013-11-17 10:03:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(48,NULL,10,'Subject for Pledge Acknowledgment','2013-12-21 05:10:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(49,NULL,7,'Subject for Membership Signup','2013-09-22 11:37:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(50,NULL,8,'Subject for Membership Renewal','2013-09-07 01:24:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(51,NULL,8,'Subject for Membership Renewal','2013-04-27 06:56:00',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(52,NULL,9,'Subject for Tell a Friend','2013-11-21 06:31:08',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(53,NULL,9,'Subject for Tell a Friend','2013-08-11 08:25:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(54,NULL,8,'Subject for Membership Renewal','2013-07-09 03:09:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(55,NULL,8,'Subject for Membership Renewal','2013-08-14 06:42:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(56,NULL,8,'Subject for Membership Renewal','2013-04-23 04:50:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(57,NULL,8,'Subject for Membership Renewal','2013-07-31 07:36:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(58,NULL,9,'Subject for Tell a Friend','2013-09-19 09:41:33',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(59,NULL,10,'Subject for Pledge Acknowledgment','2014-01-25 02:38:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(60,NULL,7,'Subject for Membership Signup','2014-03-04 05:24:10',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(61,NULL,8,'Subject for Membership Renewal','2013-12-20 09:06:53',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(62,NULL,10,'Subject for Pledge Acknowledgment','2014-02-26 04:13:54',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(63,NULL,7,'Subject for Membership Signup','2013-12-06 02:44:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(64,NULL,10,'Subject for Pledge Acknowledgment','2013-08-22 12:33:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(65,NULL,10,'Subject for Pledge Acknowledgment','2014-03-22 06:49:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(66,NULL,8,'Subject for Membership Renewal','2013-09-07 09:27:23',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(67,NULL,10,'Subject for Pledge Acknowledgment','2013-09-06 05:17:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(68,NULL,9,'Subject for Tell a Friend','2013-08-13 10:41:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(69,NULL,7,'Subject for Membership Signup','2014-02-01 02:11:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(70,NULL,7,'Subject for Membership Signup','2014-01-14 05:51:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(71,NULL,8,'Subject for Membership Renewal','2013-08-22 03:06:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(72,NULL,9,'Subject for Tell a Friend','2013-06-10 08:46:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(73,NULL,9,'Subject for Tell a Friend','2013-05-18 07:33:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(74,NULL,9,'Subject for Tell a Friend','2013-05-26 05:09:09',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(75,NULL,7,'Subject for Membership Signup','2014-02-03 04:29:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(76,NULL,9,'Subject for Tell a Friend','2013-04-28 05:51:14',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(77,NULL,8,'Subject for Membership Renewal','2013-06-17 03:00:14',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(78,NULL,7,'Subject for Membership Signup','2014-03-01 03:28:47',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(79,NULL,10,'Subject for Pledge Acknowledgment','2014-02-04 01:40:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(80,NULL,7,'Subject for Membership Signup','2014-03-10 06:21:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(81,NULL,9,'Subject for Tell a Friend','2013-09-30 05:00:15',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(82,NULL,8,'Subject for Membership Renewal','2013-04-18 12:05:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(83,NULL,9,'Subject for Tell a Friend','2013-05-13 12:21:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(84,NULL,8,'Subject for Membership Renewal','2013-04-11 01:13:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(85,NULL,8,'Subject for Membership Renewal','2014-02-03 11:52:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(86,NULL,7,'Subject for Membership Signup','2014-02-18 06:40:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(87,NULL,8,'Subject for Membership Renewal','2013-10-13 09:44:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(88,NULL,7,'Subject for Membership Signup','2013-06-30 02:39:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(89,NULL,10,'Subject for Pledge Acknowledgment','2013-06-14 03:18:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(90,NULL,9,'Subject for Tell a Friend','2013-12-21 05:46:40',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(91,NULL,9,'Subject for Tell a Friend','2013-05-17 10:07:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(92,NULL,8,'Subject for Membership Renewal','2013-06-19 08:58:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(93,NULL,7,'Subject for Membership Signup','2014-01-26 02:52:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(94,NULL,7,'Subject for Membership Signup','2013-05-13 07:15:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(95,NULL,10,'Subject for Pledge Acknowledgment','2013-12-31 04:49:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(96,NULL,7,'Subject for Membership Signup','2013-10-17 11:04:43',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(97,NULL,8,'Subject for Membership Renewal','2014-03-29 06:24:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(98,NULL,10,'Subject for Pledge Acknowledgment','2014-01-25 08:18:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(99,NULL,7,'Subject for Membership Signup','2013-05-24 11:39:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(100,NULL,8,'Subject for Membership Renewal','2014-01-10 01:12:34',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(101,NULL,7,'Subject for Membership Signup','2013-04-27 02:47:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(102,NULL,7,'Subject for Membership Signup','2013-08-01 07:58:28',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(103,NULL,7,'Subject for Membership Signup','2013-12-11 02:56:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(104,NULL,10,'Subject for Pledge Acknowledgment','2013-12-24 12:19:13',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(105,NULL,8,'Subject for Membership Renewal','2013-12-15 11:20:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(106,NULL,9,'Subject for Tell a Friend','2014-01-02 04:35:37',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(107,NULL,7,'Subject for Membership Signup','2013-07-12 08:15:10',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(108,NULL,7,'Subject for Membership Signup','2013-06-13 12:29:45',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(109,NULL,7,'Subject for Membership Signup','2013-12-10 03:27:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(110,NULL,7,'Subject for Membership Signup','2013-12-29 07:09:05',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(111,NULL,9,'Subject for Tell a Friend','2013-06-08 07:10:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(112,NULL,7,'Subject for Membership Signup','2013-07-12 04:41:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(113,NULL,8,'Subject for Membership Renewal','2013-10-17 02:01:44',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(114,NULL,8,'Subject for Membership Renewal','2013-07-24 07:00:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(115,NULL,10,'Subject for Pledge Acknowledgment','2013-06-18 02:27:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(116,NULL,7,'Subject for Membership Signup','2013-11-20 06:28:57',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(117,NULL,10,'Subject for Pledge Acknowledgment','2013-07-11 08:47:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(118,NULL,8,'Subject for Membership Renewal','2014-02-16 07:18:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(119,NULL,8,'Subject for Membership Renewal','2013-07-23 10:50:07',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(120,NULL,10,'Subject for Pledge Acknowledgment','2013-11-13 08:43:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(121,NULL,9,'Subject for Tell a Friend','2014-02-12 07:54:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(122,NULL,9,'Subject for Tell a Friend','2013-05-10 06:23:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(123,NULL,9,'Subject for Tell a Friend','2013-12-12 08:17:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(124,NULL,7,'Subject for Membership Signup','2013-11-10 12:10:40',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(125,NULL,7,'Subject for Membership Signup','2013-06-05 05:15:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(126,NULL,10,'Subject for Pledge Acknowledgment','2013-05-28 08:13:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(127,NULL,7,'Subject for Membership Signup','2013-07-15 05:38:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(128,NULL,9,'Subject for Tell a Friend','2013-05-31 08:09:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(129,NULL,8,'Subject for Membership Renewal','2013-08-24 01:28:34',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(130,NULL,8,'Subject for Membership Renewal','2013-06-03 09:59:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(131,NULL,9,'Subject for Tell a Friend','2013-08-21 11:21:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(132,NULL,10,'Subject for Pledge Acknowledgment','2013-10-04 11:00:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(133,NULL,8,'Subject for Membership Renewal','2013-08-27 11:51:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(134,NULL,9,'Subject for Tell a Friend','2013-10-14 02:53:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(135,NULL,9,'Subject for Tell a Friend','2013-06-09 01:32:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(136,NULL,9,'Subject for Tell a Friend','2014-03-23 09:09:11',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(137,NULL,8,'Subject for Membership Renewal','2013-08-14 03:08:07',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(138,NULL,10,'Subject for Pledge Acknowledgment','2014-01-30 08:43:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(139,NULL,8,'Subject for Membership Renewal','2013-04-26 07:09:50',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(140,NULL,9,'Subject for Tell a Friend','2013-07-28 04:47:08',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(141,NULL,8,'Subject for Membership Renewal','2013-05-03 12:13:29',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(142,NULL,7,'Subject for Membership Signup','2013-10-11 12:32:14',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(143,NULL,7,'Subject for Membership Signup','2013-08-31 02:08:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(144,NULL,9,'Subject for Tell a Friend','2013-11-03 05:45:15',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(145,NULL,7,'Subject for Membership Signup','2013-08-31 08:52:17',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(146,NULL,7,'Subject for Membership Signup','2013-07-14 06:07:14',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(147,NULL,10,'Subject for Pledge Acknowledgment','2013-06-26 04:58:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(148,NULL,8,'Subject for Membership Renewal','2013-06-05 05:38:16',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(149,NULL,9,'Subject for Tell a Friend','2013-11-19 10:21:10',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(150,NULL,8,'Subject for Membership Renewal','2013-08-27 02:42:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(151,NULL,7,'Subject for Membership Signup','2013-08-31 09:09:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(152,NULL,9,'Subject for Tell a Friend','2013-09-26 12:00:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(153,NULL,7,'Subject for Membership Signup','2014-03-16 07:35:25',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(154,NULL,8,'Subject for Membership Renewal','2013-08-23 10:06:49',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(155,NULL,10,'Subject for Pledge Acknowledgment','2013-10-07 10:32:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(156,NULL,8,'Subject for Membership Renewal','2013-07-23 07:30:05',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(157,NULL,8,'Subject for Membership Renewal','2013-07-18 10:07:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(158,NULL,8,'Subject for Membership Renewal','2014-01-14 02:59:49',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(159,NULL,7,'Subject for Membership Signup','2014-03-02 02:42:40',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(160,NULL,9,'Subject for Tell a Friend','2013-12-18 12:48:40',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(161,NULL,10,'Subject for Pledge Acknowledgment','2013-07-29 10:21:14',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(162,NULL,9,'Subject for Tell a Friend','2013-05-31 01:28:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(163,NULL,8,'Subject for Membership Renewal','2014-02-02 06:27:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(164,NULL,9,'Subject for Tell a Friend','2013-05-23 07:59:47',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(165,NULL,7,'Subject for Membership Signup','2013-10-10 06:40:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(166,NULL,10,'Subject for Pledge Acknowledgment','2013-07-25 01:56:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(167,NULL,9,'Subject for Tell a Friend','2014-03-26 10:15:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(168,NULL,8,'Subject for Membership Renewal','2013-09-30 04:26:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(169,NULL,8,'Subject for Membership Renewal','2013-12-30 04:52:42',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(170,NULL,7,'Subject for Membership Signup','2013-10-06 06:58:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(171,NULL,9,'Subject for Tell a Friend','2013-12-28 07:38:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(172,NULL,9,'Subject for Tell a Friend','2013-06-28 08:17:59',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(173,NULL,7,'Subject for Membership Signup','2013-12-20 05:43:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(174,NULL,8,'Subject for Membership Renewal','2013-12-08 03:16:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(175,NULL,10,'Subject for Pledge Acknowledgment','2014-02-04 11:58:32',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(176,NULL,10,'Subject for Pledge Acknowledgment','2013-11-03 06:03:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(177,NULL,8,'Subject for Membership Renewal','2014-02-22 05:36:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(178,NULL,8,'Subject for Membership Renewal','2013-12-24 09:23:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(179,NULL,10,'Subject for Pledge Acknowledgment','2013-09-21 06:59:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(180,NULL,9,'Subject for Tell a Friend','2013-08-15 10:48:07',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(181,NULL,9,'Subject for Tell a Friend','2013-05-10 09:33:29',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(182,NULL,10,'Subject for Pledge Acknowledgment','2013-09-25 08:43:29',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(183,NULL,9,'Subject for Tell a Friend','2013-10-19 08:20:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(184,NULL,9,'Subject for Tell a Friend','2013-11-26 06:48:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(185,NULL,8,'Subject for Membership Renewal','2014-01-30 01:38:24',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(186,NULL,8,'Subject for Membership Renewal','2013-10-12 03:37:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(187,NULL,10,'Subject for Pledge Acknowledgment','2014-01-16 07:10:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(188,NULL,7,'Subject for Membership Signup','2014-02-21 08:04:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(189,NULL,8,'Subject for Membership Renewal','2014-01-09 10:32:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(190,NULL,8,'Subject for Membership Renewal','2013-12-07 04:25:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(191,NULL,9,'Subject for Tell a Friend','2013-12-14 04:49:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(192,NULL,10,'Subject for Pledge Acknowledgment','2014-01-25 03:38:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(193,NULL,10,'Subject for Pledge Acknowledgment','2013-12-07 05:16:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(194,NULL,10,'Subject for Pledge Acknowledgment','2014-01-25 03:34:55',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(195,NULL,9,'Subject for Tell a Friend','2013-08-14 10:36:02',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(196,NULL,9,'Subject for Tell a Friend','2013-05-08 09:11:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(197,NULL,8,'Subject for Membership Renewal','2014-03-21 01:30:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(198,NULL,10,'Subject for Pledge Acknowledgment','2013-05-27 10:21:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(199,NULL,9,'Subject for Tell a Friend','2013-08-27 04:46:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(200,NULL,8,'Subject for Membership Renewal','2014-03-16 01:31:39',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(201,NULL,9,'Subject for Tell a Friend','2013-11-03 10:08:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(202,NULL,10,'Subject for Pledge Acknowledgment','2014-02-20 06:46:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(203,NULL,8,'Subject for Membership Renewal','2014-02-22 05:40:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(204,NULL,7,'Subject for Membership Signup','2013-12-26 11:40:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(205,NULL,10,'Subject for Pledge Acknowledgment','2013-06-10 08:31:27',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(206,NULL,7,'Subject for Membership Signup','2013-09-03 02:11:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(207,NULL,8,'Subject for Membership Renewal','2014-03-24 05:57:49',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(208,NULL,9,'Subject for Tell a Friend','2013-09-19 05:12:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(209,NULL,8,'Subject for Membership Renewal','2014-01-20 01:55:06',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(210,NULL,10,'Subject for Pledge Acknowledgment','2013-07-13 10:24:47',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(211,NULL,10,'Subject for Pledge Acknowledgment','2013-08-31 09:47:57',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(212,NULL,9,'Subject for Tell a Friend','2013-11-17 06:14:27',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(213,NULL,7,'Subject for Membership Signup','2013-10-27 03:30:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(214,NULL,7,'Subject for Membership Signup','2013-05-13 07:31:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(215,NULL,7,'Subject for Membership Signup','2013-06-08 10:21:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(216,NULL,10,'Subject for Pledge Acknowledgment','2013-10-01 08:19:25',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(217,NULL,10,'Subject for Pledge Acknowledgment','2014-01-20 06:57:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(218,NULL,10,'Subject for Pledge Acknowledgment','2013-06-30 12:23:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(219,NULL,9,'Subject for Tell a Friend','2013-12-07 07:40:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(220,NULL,9,'Subject for Tell a Friend','2013-11-21 05:25:59',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(221,NULL,10,'Subject for Pledge Acknowledgment','2013-09-15 01:39:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(222,NULL,8,'Subject for Membership Renewal','2013-07-04 02:37:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(223,NULL,8,'Subject for Membership Renewal','2014-03-05 10:01:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(224,NULL,7,'Subject for Membership Signup','2013-05-26 05:26:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(225,NULL,8,'Subject for Membership Renewal','2013-07-10 04:40:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(226,NULL,7,'Subject for Membership Signup','2013-05-31 03:35:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(227,NULL,9,'Subject for Tell a Friend','2014-01-12 08:22:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(228,NULL,9,'Subject for Tell a Friend','2014-02-06 05:09:46',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(229,NULL,8,'Subject for Membership Renewal','2013-04-27 02:18:17',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(230,NULL,10,'Subject for Pledge Acknowledgment','2013-09-11 06:00:15',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(231,NULL,8,'Subject for Membership Renewal','2013-06-11 06:29:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(232,NULL,7,'Subject for Membership Signup','2013-05-12 12:54:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(233,NULL,9,'Subject for Tell a Friend','2014-01-26 12:09:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(234,NULL,8,'Subject for Membership Renewal','2014-02-02 10:24:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(235,NULL,7,'Subject for Membership Signup','2013-12-30 11:56:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(236,NULL,7,'Subject for Membership Signup','2013-06-14 11:54:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(237,NULL,10,'Subject for Pledge Acknowledgment','2013-09-18 09:47:34',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(238,NULL,7,'Subject for Membership Signup','2013-12-25 10:39:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(239,NULL,9,'Subject for Tell a Friend','2014-03-17 11:22:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(240,NULL,9,'Subject for Tell a Friend','2013-06-15 06:20:16',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(241,NULL,10,'Subject for Pledge Acknowledgment','2013-06-08 09:28:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(242,NULL,9,'Subject for Tell a Friend','2014-02-17 05:37:24',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(243,NULL,8,'Subject for Membership Renewal','2013-12-02 06:59:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(244,NULL,8,'Subject for Membership Renewal','2013-07-24 12:26:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(245,NULL,7,'Subject for Membership Signup','2014-01-19 11:15:37',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(246,NULL,8,'Subject for Membership Renewal','2014-02-25 05:07:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(247,NULL,8,'Subject for Membership Renewal','2014-02-21 01:12:16',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(248,NULL,8,'Subject for Membership Renewal','2013-08-01 04:22:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(249,NULL,7,'Subject for Membership Signup','2013-06-22 04:21:25',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(250,NULL,8,'Subject for Membership Renewal','2013-12-13 05:10:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(251,NULL,9,'Subject for Tell a Friend','2014-03-23 09:13:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(252,NULL,8,'Subject for Membership Renewal','2013-06-11 02:16:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(253,NULL,9,'Subject for Tell a Friend','2014-01-25 08:45:25',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(254,NULL,8,'Subject for Membership Renewal','2013-10-09 11:35:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(255,NULL,8,'Subject for Membership Renewal','2013-12-22 03:10:42',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(256,NULL,9,'Subject for Tell a Friend','2014-02-23 08:58:50',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(257,NULL,9,'Subject for Tell a Friend','2013-06-27 06:32:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(258,NULL,10,'Subject for Pledge Acknowledgment','2013-05-22 04:50:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(259,NULL,10,'Subject for Pledge Acknowledgment','2013-09-22 01:30:18',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(260,NULL,8,'Subject for Membership Renewal','2013-12-14 08:05:25',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(261,NULL,8,'Subject for Membership Renewal','2013-10-16 05:15:46',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(262,NULL,7,'Subject for Membership Signup','2013-05-03 06:57:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(263,NULL,8,'Subject for Membership Renewal','2014-01-22 10:13:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(264,NULL,9,'Subject for Tell a Friend','2013-04-12 09:54:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(265,NULL,9,'Subject for Tell a Friend','2013-04-19 05:42:54',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(266,NULL,9,'Subject for Tell a Friend','2013-07-05 04:38:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(267,NULL,10,'Subject for Pledge Acknowledgment','2013-10-19 10:59:47',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(268,NULL,8,'Subject for Membership Renewal','2013-12-22 02:36:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(269,NULL,9,'Subject for Tell a Friend','2013-05-19 05:08:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(270,NULL,9,'Subject for Tell a Friend','2013-11-02 03:22:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(271,NULL,10,'Subject for Pledge Acknowledgment','2013-05-28 01:53:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(272,NULL,8,'Subject for Membership Renewal','2014-03-27 02:40:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(273,NULL,9,'Subject for Tell a Friend','2013-08-03 09:44:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(274,NULL,7,'Subject for Membership Signup','2014-02-15 08:28:58',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(275,NULL,8,'Subject for Membership Renewal','2013-07-24 03:35:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(276,NULL,7,'Subject for Membership Signup','2013-08-20 07:37:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(277,NULL,8,'Subject for Membership Renewal','2014-01-01 08:05:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(278,NULL,10,'Subject for Pledge Acknowledgment','2013-05-10 04:20:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(279,NULL,7,'Subject for Membership Signup','2013-11-15 02:44:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(280,NULL,10,'Subject for Pledge Acknowledgment','2013-11-20 04:56:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(281,NULL,9,'Subject for Tell a Friend','2013-07-27 05:13:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(282,NULL,10,'Subject for Pledge Acknowledgment','2013-05-27 06:32:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(283,NULL,8,'Subject for Membership Renewal','2013-06-12 08:32:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(284,NULL,8,'Subject for Membership Renewal','2014-03-14 11:34:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(285,NULL,8,'Subject for Membership Renewal','2013-07-05 12:05:03',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(286,NULL,10,'Subject for Pledge Acknowledgment','2014-02-05 05:02:52',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(287,NULL,9,'Subject for Tell a Friend','2013-11-27 08:03:49',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(288,NULL,9,'Subject for Tell a Friend','2014-03-27 08:54:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(289,NULL,10,'Subject for Pledge Acknowledgment','2013-09-07 02:49:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(290,NULL,7,'Subject for Membership Signup','2013-04-06 09:44:22',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(291,NULL,7,'Subject for Membership Signup','2014-02-25 04:59:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(292,NULL,7,'Subject for Membership Signup','2013-11-03 06:18:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(293,NULL,8,'Subject for Membership Renewal','2013-12-14 05:37:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(294,NULL,8,'Subject for Membership Renewal','2013-08-21 01:52:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(295,NULL,9,'Subject for Tell a Friend','2013-06-17 01:20:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(296,NULL,9,'Subject for Tell a Friend','2013-06-13 10:59:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(297,NULL,7,'Subject for Membership Signup','2013-12-14 06:52:58',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(298,NULL,10,'Subject for Pledge Acknowledgment','2013-12-08 11:38:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(299,NULL,9,'Subject for Tell a Friend','2014-03-07 12:53:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(300,NULL,10,'Subject for Pledge Acknowledgment','2013-08-29 02:09:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(301,NULL,7,'Subject for Membership Signup','2013-04-09 02:09:10',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(302,NULL,9,'Subject for Tell a Friend','2014-01-04 06:09:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(303,NULL,7,'Subject for Membership Signup','2014-03-10 09:36:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(304,NULL,7,'Subject for Membership Signup','2013-04-28 10:49:25',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(305,NULL,9,'Subject for Tell a Friend','2013-11-15 08:53:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(306,NULL,7,'Subject for Membership Signup','2013-10-07 09:53:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(307,NULL,8,'Subject for Membership Renewal','2014-02-05 07:44:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(308,NULL,7,'Subject for Membership Signup','2013-12-08 11:59:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(309,NULL,10,'Subject for Pledge Acknowledgment','2014-02-28 10:49:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(310,NULL,7,'Subject for Membership Signup','2013-05-04 12:29:39',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(311,NULL,7,'Subject for Membership Signup','2013-12-05 08:54:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(312,NULL,10,'Subject for Pledge Acknowledgment','2013-06-01 05:48:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(313,NULL,9,'Subject for Tell a Friend','2013-05-27 02:49:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(314,NULL,10,'Subject for Pledge Acknowledgment','2014-03-25 01:40:21',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(315,NULL,7,'Subject for Membership Signup','2013-12-30 11:03:00',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(316,NULL,8,'Subject for Membership Renewal','2014-02-03 04:25:43',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(317,NULL,7,'Subject for Membership Signup','2014-01-02 03:54:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(318,NULL,10,'Subject for Pledge Acknowledgment','2014-02-24 06:46:39',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(319,NULL,9,'Subject for Tell a Friend','2013-05-11 09:26:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(320,NULL,8,'Subject for Membership Renewal','2013-11-09 03:59:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(321,NULL,8,'Subject for Membership Renewal','2014-02-26 03:39:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(322,NULL,7,'Subject for Membership Signup','2013-11-11 01:42:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(323,NULL,9,'Subject for Tell a Friend','2014-02-24 09:50:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(324,NULL,10,'Subject for Pledge Acknowledgment','2014-01-30 10:48:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(325,NULL,10,'Subject for Pledge Acknowledgment','2013-06-30 02:34:52',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(326,NULL,9,'Subject for Tell a Friend','2014-02-06 02:23:13',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(327,NULL,9,'Subject for Tell a Friend','2013-11-07 12:31:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(328,NULL,7,'Subject for Membership Signup','2013-06-21 10:00:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(329,NULL,10,'Subject for Pledge Acknowledgment','2013-10-28 01:55:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(330,NULL,7,'Subject for Membership Signup','2014-01-28 07:29:57',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(331,NULL,10,'Subject for Pledge Acknowledgment','2014-01-29 04:51:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(332,NULL,10,'Subject for Pledge Acknowledgment','2013-07-09 09:40:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(333,NULL,7,'Subject for Membership Signup','2013-04-17 08:10:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(334,NULL,7,'Subject for Membership Signup','2013-04-19 02:32:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(335,NULL,8,'Subject for Membership Renewal','2013-09-05 03:26:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(336,NULL,10,'Subject for Pledge Acknowledgment','2013-12-16 01:47:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(337,NULL,9,'Subject for Tell a Friend','2013-07-15 02:59:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(338,NULL,10,'Subject for Pledge Acknowledgment','2013-07-04 04:59:09',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(339,NULL,8,'Subject for Membership Renewal','2014-03-09 03:01:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(340,NULL,9,'Subject for Tell a Friend','2013-07-23 03:41:22',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(341,NULL,10,'Subject for Pledge Acknowledgment','2013-11-17 12:48:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(342,NULL,10,'Subject for Pledge Acknowledgment','2013-08-02 07:08:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(343,NULL,9,'Subject for Tell a Friend','2013-04-12 02:02:15',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(344,NULL,10,'Subject for Pledge Acknowledgment','2014-01-12 07:31:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(345,NULL,7,'Subject for Membership Signup','2013-07-05 12:10:55',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(346,NULL,10,'Subject for Pledge Acknowledgment','2013-09-09 10:23:31',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(347,NULL,7,'Subject for Membership Signup','2014-04-05 08:42:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(348,NULL,7,'Subject for Membership Signup','2013-09-10 02:41:06',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(349,NULL,10,'Subject for Pledge Acknowledgment','2014-02-07 06:26:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(350,NULL,9,'Subject for Tell a Friend','2013-11-13 09:49:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(351,NULL,8,'Subject for Membership Renewal','2013-09-07 09:14:39',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(352,NULL,8,'Subject for Membership Renewal','2013-09-19 06:04:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(353,NULL,8,'Subject for Membership Renewal','2013-11-01 03:29:57',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(354,NULL,7,'Subject for Membership Signup','2013-07-14 01:40:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(355,NULL,10,'Subject for Pledge Acknowledgment','2013-09-27 03:31:33',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(356,NULL,9,'Subject for Tell a Friend','2013-06-02 12:05:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(357,NULL,8,'Subject for Membership Renewal','2013-12-30 01:20:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(358,NULL,7,'Subject for Membership Signup','2013-05-06 05:56:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(359,NULL,10,'Subject for Pledge Acknowledgment','2013-12-01 10:42:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(360,NULL,7,'Subject for Membership Signup','2013-04-14 05:47:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(361,NULL,8,'Subject for Membership Renewal','2013-09-16 09:17:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(362,NULL,10,'Subject for Pledge Acknowledgment','2014-02-06 08:54:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(363,NULL,10,'Subject for Pledge Acknowledgment','2013-06-27 01:14:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(364,NULL,8,'Subject for Membership Renewal','2013-09-06 10:10:45',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(365,NULL,9,'Subject for Tell a Friend','2014-03-12 03:31:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(366,NULL,10,'Subject for Pledge Acknowledgment','2013-07-29 02:36:00',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(367,NULL,8,'Subject for Membership Renewal','2013-12-26 04:40:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(368,NULL,7,'Subject for Membership Signup','2013-04-06 08:52:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(369,NULL,10,'Subject for Pledge Acknowledgment','2014-01-29 06:18:02',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(370,NULL,9,'Subject for Tell a Friend','2014-02-23 10:47:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(371,NULL,10,'Subject for Pledge Acknowledgment','2013-06-23 07:21:14',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(372,NULL,10,'Subject for Pledge Acknowledgment','2013-07-12 07:27:52',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(373,NULL,7,'Subject for Membership Signup','2013-07-13 03:24:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(374,NULL,9,'Subject for Tell a Friend','2013-12-29 12:37:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(375,NULL,10,'Subject for Pledge Acknowledgment','2013-05-23 02:30:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(376,NULL,10,'Subject for Pledge Acknowledgment','2013-05-01 06:56:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(377,NULL,10,'Subject for Pledge Acknowledgment','2013-09-25 02:57:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(378,NULL,8,'Subject for Membership Renewal','2013-10-24 03:40:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(379,NULL,7,'Subject for Membership Signup','2013-10-30 05:19:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(380,NULL,10,'Subject for Pledge Acknowledgment','2013-05-23 05:20:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(381,NULL,7,'Subject for Membership Signup','2013-07-06 08:57:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(382,NULL,9,'Subject for Tell a Friend','2013-11-12 08:57:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(383,NULL,10,'Subject for Pledge Acknowledgment','2014-02-23 06:22:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(384,NULL,8,'Subject for Membership Renewal','2013-05-03 07:49:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(385,NULL,10,'Subject for Pledge Acknowledgment','2013-04-09 08:01:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(386,NULL,7,'Subject for Membership Signup','2014-02-10 07:01:30',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(387,NULL,10,'Subject for Pledge Acknowledgment','2013-06-30 06:24:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(388,NULL,9,'Subject for Tell a Friend','2013-09-20 03:31:02',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(389,NULL,7,'Subject for Membership Signup','2013-06-06 01:52:58',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(390,NULL,8,'Subject for Membership Renewal','2014-02-15 05:14:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(391,NULL,7,'Subject for Membership Signup','2013-12-07 09:36:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(392,NULL,8,'Subject for Membership Renewal','2013-07-29 07:21:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(393,NULL,8,'Subject for Membership Renewal','2013-12-12 01:59:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(394,NULL,10,'Subject for Pledge Acknowledgment','2013-10-12 09:51:52',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(395,NULL,9,'Subject for Tell a Friend','2014-01-08 07:23:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(396,NULL,7,'Subject for Membership Signup','2013-09-17 09:18:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(397,NULL,10,'Subject for Pledge Acknowledgment','2014-04-02 12:58:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(398,NULL,9,'Subject for Tell a Friend','2013-07-01 07:02:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(399,NULL,8,'Subject for Membership Renewal','2013-06-07 06:20:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(400,NULL,7,'Subject for Membership Signup','2013-07-03 05:47:15',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(401,NULL,7,'Subject for Membership Signup','2013-05-05 01:52:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(402,NULL,9,'Subject for Tell a Friend','2013-04-24 06:42:08',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(403,NULL,9,'Subject for Tell a Friend','2014-01-26 04:43:38',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(404,NULL,10,'Subject for Pledge Acknowledgment','2014-04-03 02:01:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(405,NULL,7,'Subject for Membership Signup','2013-08-09 10:32:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(406,NULL,7,'Subject for Membership Signup','2013-12-06 11:42:47',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(407,NULL,8,'Subject for Membership Renewal','2014-01-04 11:11:16',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(408,NULL,10,'Subject for Pledge Acknowledgment','2013-10-03 04:16:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(409,NULL,9,'Subject for Tell a Friend','2013-05-06 08:12:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(410,NULL,8,'Subject for Membership Renewal','2013-11-07 02:05:38',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(411,NULL,8,'Subject for Membership Renewal','2013-05-05 08:05:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(412,NULL,9,'Subject for Tell a Friend','2014-01-12 10:28:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(413,NULL,9,'Subject for Tell a Friend','2014-01-26 05:16:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(414,NULL,9,'Subject for Tell a Friend','2013-11-08 04:23:47',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(415,NULL,10,'Subject for Pledge Acknowledgment','2013-05-22 01:50:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(416,NULL,7,'Subject for Membership Signup','2013-04-07 01:07:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(417,NULL,9,'Subject for Tell a Friend','2013-06-23 06:49:46',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(418,NULL,7,'Subject for Membership Signup','2014-02-03 11:52:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(419,NULL,9,'Subject for Tell a Friend','2013-06-25 08:46:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(420,NULL,8,'Subject for Membership Renewal','2013-12-05 11:56:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(421,NULL,9,'Subject for Tell a Friend','2014-01-23 09:34:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(422,NULL,8,'Subject for Membership Renewal','2013-09-09 03:00:07',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(423,NULL,10,'Subject for Pledge Acknowledgment','2013-07-07 10:08:20',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(424,NULL,7,'Subject for Membership Signup','2013-04-15 10:56:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(425,NULL,7,'Subject for Membership Signup','2013-10-16 08:27:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(426,NULL,10,'Subject for Pledge Acknowledgment','2013-10-21 08:30:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(427,NULL,10,'Subject for Pledge Acknowledgment','2013-11-27 08:03:55',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(428,NULL,7,'Subject for Membership Signup','2013-11-25 01:13:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(429,NULL,8,'Subject for Membership Renewal','2013-07-17 02:28:21',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(430,NULL,7,'Subject for Membership Signup','2013-06-05 06:07:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(431,NULL,9,'Subject for Tell a Friend','2014-03-17 08:58:34',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(432,NULL,9,'Subject for Tell a Friend','2013-10-10 07:31:34',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(433,NULL,10,'Subject for Pledge Acknowledgment','2013-04-23 03:18:47',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(434,NULL,7,'Subject for Membership Signup','2013-06-13 07:54:28',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(435,NULL,8,'Subject for Membership Renewal','2013-09-14 02:06:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(436,NULL,8,'Subject for Membership Renewal','2014-01-07 02:55:05',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(437,NULL,10,'Subject for Pledge Acknowledgment','2014-03-04 03:15:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(438,NULL,10,'Subject for Pledge Acknowledgment','2013-08-13 10:00:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(439,NULL,10,'Subject for Pledge Acknowledgment','2013-05-31 08:35:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(440,NULL,10,'Subject for Pledge Acknowledgment','2013-10-01 10:13:13',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(441,NULL,7,'Subject for Membership Signup','2013-07-24 05:48:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(442,NULL,7,'Subject for Membership Signup','2013-06-06 11:12:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(443,NULL,10,'Subject for Pledge Acknowledgment','2014-02-17 08:36:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(444,NULL,9,'Subject for Tell a Friend','2013-05-04 10:21:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(445,NULL,8,'Subject for Membership Renewal','2013-10-21 04:00:15',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(446,NULL,9,'Subject for Tell a Friend','2014-01-17 04:57:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(447,NULL,7,'Subject for Membership Signup','2014-03-19 09:50:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(448,NULL,9,'Subject for Tell a Friend','2014-01-28 03:52:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(449,NULL,9,'Subject for Tell a Friend','2014-02-03 12:14:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(450,NULL,9,'Subject for Tell a Friend','2013-07-14 09:07:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(451,1,6,'$ 125.00-Apr 2007 Mailer 1','2010-04-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(452,2,6,'$ 50.00-Online: Save the Penguins','2010-03-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(453,3,6,'$ 25.00-Apr 2007 Mailer 1','2010-04-29 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(454,4,6,'$ 50.00-Apr 2007 Mailer 1','2010-04-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(455,5,6,'$ 500.00-Apr 2007 Mailer 1','2010-04-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(456,6,6,'$ 175.00-Apr 2007 Mailer 1','2010-04-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(457,7,6,'$ 50.00-Online: Save the Penguins','2010-03-27 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(458,8,6,'$ 10.00-Online: Save the Penguins','2010-03-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(459,9,6,'$ 250.00-Online: Save the Penguins','2010-04-22 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(460,10,6,NULL,'2009-07-01 11:53:50',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(461,11,6,NULL,'2009-07-01 12:55:41',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(462,12,6,NULL,'2009-10-01 11:53:50',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(463,13,6,NULL,'2009-12-01 12:55:41',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(464,1,7,'General','2014-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(465,2,7,'Student','2014-04-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(466,3,7,'General','2014-04-03 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(467,4,7,'Student','2014-04-02 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(468,5,7,'General','2012-03-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(469,6,7,'Student','2014-03-31 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(470,7,7,'General','2014-03-30 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(471,8,7,'Student','2014-03-29 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(472,9,7,'General','2014-03-28 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(473,10,7,'Student','2013-03-27 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(474,11,7,'Lifetime','2014-03-26 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(475,12,7,'Student','2014-03-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(476,13,7,'General','2014-03-24 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(477,14,7,'Student','2014-03-23 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(478,15,7,'General','2011-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(479,16,7,'Student','2014-03-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(480,17,7,'General','2014-03-20 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(481,18,7,'Student','2014-03-19 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(482,19,7,'General','2014-03-18 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(483,20,7,'Student','2013-03-17 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(484,21,7,'General','2014-03-16 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(485,22,7,'Lifetime','2014-03-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(486,23,7,'General','2014-03-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(487,24,7,'Student','2014-03-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(488,25,7,'Student','2013-03-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(489,26,7,'Student','2014-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(490,27,7,'General','2014-03-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(491,28,7,'Student','2014-03-09 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(492,29,7,'General','2014-03-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(493,30,7,'Student','2013-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(494,14,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(495,15,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(496,16,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(497,17,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(498,18,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(499,19,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(500,20,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(501,21,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(502,22,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(503,23,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(504,24,6,'$ 1200.00 - Lifetime Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(505,25,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(506,26,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(507,27,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(508,28,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(509,29,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(510,30,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(511,31,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(512,32,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(513,33,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(514,34,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(515,35,6,'$ 1200.00 - Lifetime Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(516,36,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(517,37,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(518,38,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(519,39,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(520,40,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(521,41,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(522,42,6,'$ 100.00 - General Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(523,43,6,'$ 50.00 - Student Membership: Offline signup','2014-04-05 21:32:05',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(525,1,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(526,2,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(527,3,5,'NULL','2008-05-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(528,4,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(529,5,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(530,6,5,'NULL','2008-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(531,7,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(532,8,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(533,9,5,'NULL','2008-02-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(534,10,5,'NULL','2008-02-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(535,11,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(536,12,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(537,13,5,'NULL','2008-06-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(538,14,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(539,15,5,'NULL','2008-07-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(540,16,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(541,17,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(542,18,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(543,19,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(544,20,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(545,21,5,'NULL','2008-03-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(546,22,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(547,23,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(548,24,5,'NULL','2008-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(549,25,5,'NULL','2008-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(550,26,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(551,27,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(552,28,5,'NULL','2009-12-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(553,29,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(554,30,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(555,31,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(556,32,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(557,33,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(558,34,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(559,35,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(560,36,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(561,37,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(562,38,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(563,39,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(564,40,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(565,41,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(566,42,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(567,43,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(568,44,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(569,45,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(570,46,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(571,47,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(572,48,5,'NULL','2009-12-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(573,49,5,'NULL','2009-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(574,50,5,'NULL','2009-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(575,45,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(576,46,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(577,47,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(578,48,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(579,49,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(580,50,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(581,51,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(582,52,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(583,53,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(584,54,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(585,55,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(586,56,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(587,57,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(588,58,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(589,59,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(590,60,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(591,61,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(592,62,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(593,63,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(594,64,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(595,65,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(596,66,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(597,67,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(598,68,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(599,69,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(600,70,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(601,71,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(602,72,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(603,73,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(604,74,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(605,75,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(606,76,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(607,77,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(608,78,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(609,79,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(610,80,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(611,81,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(612,82,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(613,83,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(614,84,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(615,85,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(616,86,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(617,87,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(618,88,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(619,89,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(620,90,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(621,91,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(622,92,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(623,93,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(624,94,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-05 21:32:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL); +INSERT INTO `civicrm_activity` (`id`, `source_record_id`, `activity_type_id`, `subject`, `activity_date_time`, `duration`, `location`, `phone_id`, `phone_number`, `details`, `status_id`, `priority_id`, `parent_id`, `is_test`, `medium_id`, `is_auto`, `relationship_id`, `is_current_revision`, `original_id`, `result`, `is_deleted`, `campaign_id`, `engagement_level`, `weight`) VALUES (1,NULL,7,'Subject for Membership Signup','2013-07-11 01:45:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(2,NULL,8,'Subject for Membership Renewal','2013-08-11 09:40:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(3,NULL,7,'Subject for Membership Signup','2013-05-01 04:00:12',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(4,NULL,10,'Subject for Pledge Acknowledgment','2013-07-25 06:14:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(5,NULL,9,'Subject for Tell a Friend','2013-12-27 05:05:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(6,NULL,9,'Subject for Tell a Friend','2013-11-09 03:56:00',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(7,NULL,9,'Subject for Tell a Friend','2013-11-26 09:48:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(8,NULL,9,'Subject for Tell a Friend','2013-06-29 04:38:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(9,NULL,9,'Subject for Tell a Friend','2013-06-20 03:13:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(10,NULL,8,'Subject for Membership Renewal','2014-03-23 07:27:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(11,NULL,9,'Subject for Tell a Friend','2013-07-06 09:28:30',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(12,NULL,8,'Subject for Membership Renewal','2013-05-27 11:20:08',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(13,NULL,7,'Subject for Membership Signup','2014-02-25 12:49:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(14,NULL,7,'Subject for Membership Signup','2013-09-23 08:42:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(15,NULL,10,'Subject for Pledge Acknowledgment','2013-09-10 05:09:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(16,NULL,9,'Subject for Tell a Friend','2013-06-29 05:47:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(17,NULL,7,'Subject for Membership Signup','2013-05-13 11:03:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(18,NULL,9,'Subject for Tell a Friend','2013-04-26 01:11:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(19,NULL,7,'Subject for Membership Signup','2013-07-12 12:32:21',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(20,NULL,10,'Subject for Pledge Acknowledgment','2013-05-28 02:49:03',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(21,NULL,10,'Subject for Pledge Acknowledgment','2013-10-23 12:42:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(22,NULL,7,'Subject for Membership Signup','2013-06-04 10:41:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(23,NULL,9,'Subject for Tell a Friend','2013-08-22 03:47:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(24,NULL,10,'Subject for Pledge Acknowledgment','2013-12-30 11:25:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(25,NULL,7,'Subject for Membership Signup','2013-12-29 10:09:48',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(26,NULL,7,'Subject for Membership Signup','2014-04-09 01:35:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(27,NULL,10,'Subject for Pledge Acknowledgment','2013-05-24 12:36:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(28,NULL,8,'Subject for Membership Renewal','2013-05-22 09:36:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(29,NULL,7,'Subject for Membership Signup','2013-11-05 04:51:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(30,NULL,7,'Subject for Membership Signup','2013-08-04 12:17:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(31,NULL,8,'Subject for Membership Renewal','2013-10-12 08:06:24',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(32,NULL,9,'Subject for Tell a Friend','2014-03-05 12:25:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(33,NULL,7,'Subject for Membership Signup','2013-05-20 06:48:00',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(34,NULL,10,'Subject for Pledge Acknowledgment','2013-12-11 01:42:35',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(35,NULL,8,'Subject for Membership Renewal','2013-04-27 05:20:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(36,NULL,9,'Subject for Tell a Friend','2013-05-09 09:24:25',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(37,NULL,7,'Subject for Membership Signup','2014-03-23 05:04:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(38,NULL,8,'Subject for Membership Renewal','2013-08-19 07:35:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(39,NULL,10,'Subject for Pledge Acknowledgment','2014-02-24 06:45:15',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(40,NULL,10,'Subject for Pledge Acknowledgment','2014-01-21 08:38:10',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(41,NULL,7,'Subject for Membership Signup','2014-01-05 12:23:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(42,NULL,10,'Subject for Pledge Acknowledgment','2013-08-16 02:43:07',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(43,NULL,7,'Subject for Membership Signup','2013-11-16 06:10:31',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(44,NULL,7,'Subject for Membership Signup','2013-09-12 05:00:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(45,NULL,10,'Subject for Pledge Acknowledgment','2014-01-31 04:00:16',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(46,NULL,9,'Subject for Tell a Friend','2013-06-24 10:15:29',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(47,NULL,10,'Subject for Pledge Acknowledgment','2014-01-05 04:39:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(48,NULL,10,'Subject for Pledge Acknowledgment','2013-08-01 05:27:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(49,NULL,7,'Subject for Membership Signup','2013-08-17 09:58:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(50,NULL,9,'Subject for Tell a Friend','2013-05-03 11:41:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(51,NULL,9,'Subject for Tell a Friend','2014-02-16 03:24:34',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(52,NULL,8,'Subject for Membership Renewal','2013-05-16 04:02:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(53,NULL,7,'Subject for Membership Signup','2013-12-18 02:00:39',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(54,NULL,10,'Subject for Pledge Acknowledgment','2014-03-31 02:30:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(55,NULL,9,'Subject for Tell a Friend','2013-10-27 05:33:47',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(56,NULL,8,'Subject for Membership Renewal','2013-07-23 06:23:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(57,NULL,7,'Subject for Membership Signup','2013-09-24 03:36:16',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(58,NULL,7,'Subject for Membership Signup','2014-01-16 05:58:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(59,NULL,8,'Subject for Membership Renewal','2013-06-20 01:11:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(60,NULL,10,'Subject for Pledge Acknowledgment','2013-05-05 06:31:30',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(61,NULL,9,'Subject for Tell a Friend','2014-01-31 09:19:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(62,NULL,7,'Subject for Membership Signup','2014-03-04 06:30:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(63,NULL,8,'Subject for Membership Renewal','2013-08-01 11:36:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(64,NULL,10,'Subject for Pledge Acknowledgment','2014-01-31 08:50:37',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(65,NULL,7,'Subject for Membership Signup','2014-01-31 03:23:31',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(66,NULL,10,'Subject for Pledge Acknowledgment','2013-12-15 12:29:04',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(67,NULL,9,'Subject for Tell a Friend','2013-06-06 06:06:14',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(68,NULL,10,'Subject for Pledge Acknowledgment','2014-02-17 05:24:31',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(69,NULL,8,'Subject for Membership Renewal','2013-05-18 10:14:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(70,NULL,8,'Subject for Membership Renewal','2014-02-07 04:42:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(71,NULL,9,'Subject for Tell a Friend','2013-12-14 08:11:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(72,NULL,8,'Subject for Membership Renewal','2013-08-17 10:51:27',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(73,NULL,10,'Subject for Pledge Acknowledgment','2014-03-19 10:42:22',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(74,NULL,9,'Subject for Tell a Friend','2013-08-06 04:14:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(75,NULL,10,'Subject for Pledge Acknowledgment','2013-04-24 11:00:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(76,NULL,9,'Subject for Tell a Friend','2013-08-25 10:45:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(77,NULL,9,'Subject for Tell a Friend','2014-03-06 02:38:32',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(78,NULL,10,'Subject for Pledge Acknowledgment','2013-09-01 09:27:15',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(79,NULL,7,'Subject for Membership Signup','2013-12-28 10:04:57',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(80,NULL,8,'Subject for Membership Renewal','2013-11-22 01:50:00',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(81,NULL,10,'Subject for Pledge Acknowledgment','2013-09-25 06:57:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(82,NULL,7,'Subject for Membership Signup','2014-04-03 08:32:10',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(83,NULL,10,'Subject for Pledge Acknowledgment','2014-03-29 01:22:45',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(84,NULL,7,'Subject for Membership Signup','2013-08-30 07:44:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(85,NULL,7,'Subject for Membership Signup','2014-01-22 10:52:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(86,NULL,8,'Subject for Membership Renewal','2013-05-12 07:00:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(87,NULL,9,'Subject for Tell a Friend','2013-09-09 09:55:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(88,NULL,7,'Subject for Membership Signup','2013-09-03 08:59:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(89,NULL,8,'Subject for Membership Renewal','2014-01-14 12:23:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(90,NULL,7,'Subject for Membership Signup','2013-07-03 05:25:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(91,NULL,8,'Subject for Membership Renewal','2013-08-18 01:39:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(92,NULL,8,'Subject for Membership Renewal','2014-03-31 01:39:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(93,NULL,10,'Subject for Pledge Acknowledgment','2013-11-25 10:56:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(94,NULL,8,'Subject for Membership Renewal','2014-01-10 06:48:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(95,NULL,10,'Subject for Pledge Acknowledgment','2014-04-09 07:11:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(96,NULL,9,'Subject for Tell a Friend','2014-01-24 12:11:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(97,NULL,7,'Subject for Membership Signup','2013-08-24 07:28:19',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(98,NULL,7,'Subject for Membership Signup','2013-08-06 03:10:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(99,NULL,7,'Subject for Membership Signup','2014-01-30 07:45:27',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(100,NULL,10,'Subject for Pledge Acknowledgment','2014-03-29 06:33:00',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(101,NULL,9,'Subject for Tell a Friend','2013-09-07 05:33:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(102,NULL,10,'Subject for Pledge Acknowledgment','2013-08-27 01:36:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(103,NULL,9,'Subject for Tell a Friend','2013-09-19 03:58:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(104,NULL,10,'Subject for Pledge Acknowledgment','2014-02-14 02:50:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(105,NULL,9,'Subject for Tell a Friend','2013-11-09 03:35:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(106,NULL,8,'Subject for Membership Renewal','2013-12-03 08:43:27',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(107,NULL,10,'Subject for Pledge Acknowledgment','2013-08-02 09:57:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(108,NULL,9,'Subject for Tell a Friend','2014-01-07 01:50:57',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(109,NULL,7,'Subject for Membership Signup','2013-07-10 11:38:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(110,NULL,9,'Subject for Tell a Friend','2013-05-12 08:54:05',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(111,NULL,10,'Subject for Pledge Acknowledgment','2014-01-19 07:11:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(112,NULL,9,'Subject for Tell a Friend','2013-05-05 09:57:34',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(113,NULL,7,'Subject for Membership Signup','2014-04-12 10:01:49',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(114,NULL,10,'Subject for Pledge Acknowledgment','2013-07-26 08:07:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(115,NULL,9,'Subject for Tell a Friend','2013-09-10 06:02:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(116,NULL,10,'Subject for Pledge Acknowledgment','2013-11-25 11:44:14',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(117,NULL,7,'Subject for Membership Signup','2014-01-09 08:45:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(118,NULL,7,'Subject for Membership Signup','2014-01-14 04:00:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(119,NULL,9,'Subject for Tell a Friend','2014-01-25 11:49:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(120,NULL,10,'Subject for Pledge Acknowledgment','2013-10-13 06:23:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(121,NULL,8,'Subject for Membership Renewal','2013-08-11 09:41:00',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(122,NULL,10,'Subject for Pledge Acknowledgment','2013-07-21 05:06:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(123,NULL,10,'Subject for Pledge Acknowledgment','2014-01-06 08:04:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(124,NULL,10,'Subject for Pledge Acknowledgment','2014-03-16 04:34:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(125,NULL,8,'Subject for Membership Renewal','2013-07-12 04:51:09',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(126,NULL,9,'Subject for Tell a Friend','2013-10-17 05:25:22',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(127,NULL,8,'Subject for Membership Renewal','2013-11-21 03:28:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(128,NULL,10,'Subject for Pledge Acknowledgment','2013-06-23 09:20:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(129,NULL,7,'Subject for Membership Signup','2013-05-25 03:28:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(130,NULL,8,'Subject for Membership Renewal','2013-08-19 08:25:37',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(131,NULL,9,'Subject for Tell a Friend','2013-08-13 12:39:39',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(132,NULL,9,'Subject for Tell a Friend','2013-09-18 03:55:03',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(133,NULL,10,'Subject for Pledge Acknowledgment','2013-09-10 06:39:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(134,NULL,7,'Subject for Membership Signup','2013-12-11 05:22:18',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(135,NULL,8,'Subject for Membership Renewal','2014-04-02 08:43:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(136,NULL,8,'Subject for Membership Renewal','2013-07-06 06:49:21',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(137,NULL,9,'Subject for Tell a Friend','2014-02-18 10:23:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(138,NULL,9,'Subject for Tell a Friend','2013-05-23 12:00:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(139,NULL,7,'Subject for Membership Signup','2014-01-05 10:48:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(140,NULL,9,'Subject for Tell a Friend','2014-01-11 09:17:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(141,NULL,9,'Subject for Tell a Friend','2013-09-10 11:28:46',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(142,NULL,10,'Subject for Pledge Acknowledgment','2013-09-24 10:55:00',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(143,NULL,8,'Subject for Membership Renewal','2013-10-04 08:46:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(144,NULL,10,'Subject for Pledge Acknowledgment','2014-03-20 01:55:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(145,NULL,10,'Subject for Pledge Acknowledgment','2014-01-24 05:29:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(146,NULL,9,'Subject for Tell a Friend','2013-12-02 06:54:40',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(147,NULL,9,'Subject for Tell a Friend','2013-09-05 08:38:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(148,NULL,7,'Subject for Membership Signup','2013-10-29 06:15:09',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(149,NULL,10,'Subject for Pledge Acknowledgment','2013-10-10 09:50:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(150,NULL,9,'Subject for Tell a Friend','2013-05-03 09:46:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(151,NULL,10,'Subject for Pledge Acknowledgment','2014-02-26 12:13:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(152,NULL,7,'Subject for Membership Signup','2014-04-18 03:35:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(153,NULL,7,'Subject for Membership Signup','2014-04-19 09:38:56',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(154,NULL,9,'Subject for Tell a Friend','2013-08-25 11:18:18',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(155,NULL,8,'Subject for Membership Renewal','2013-09-05 07:40:58',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(156,NULL,7,'Subject for Membership Signup','2013-12-20 05:34:45',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(157,NULL,8,'Subject for Membership Renewal','2013-10-29 10:25:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(158,NULL,9,'Subject for Tell a Friend','2014-03-21 02:56:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(159,NULL,10,'Subject for Pledge Acknowledgment','2014-02-08 09:07:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(160,NULL,8,'Subject for Membership Renewal','2013-06-01 02:32:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(161,NULL,10,'Subject for Pledge Acknowledgment','2013-12-14 09:27:14',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(162,NULL,9,'Subject for Tell a Friend','2014-02-05 07:27:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(163,NULL,9,'Subject for Tell a Friend','2013-07-07 05:39:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(164,NULL,10,'Subject for Pledge Acknowledgment','2013-12-24 08:11:22',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(165,NULL,7,'Subject for Membership Signup','2013-08-24 01:44:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(166,NULL,7,'Subject for Membership Signup','2013-07-18 10:43:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(167,NULL,10,'Subject for Pledge Acknowledgment','2014-03-26 06:52:42',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(168,NULL,7,'Subject for Membership Signup','2013-11-22 12:09:34',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(169,NULL,7,'Subject for Membership Signup','2013-05-07 06:37:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(170,NULL,7,'Subject for Membership Signup','2013-07-06 03:08:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(171,NULL,10,'Subject for Pledge Acknowledgment','2014-01-12 07:28:58',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(172,NULL,7,'Subject for Membership Signup','2013-06-17 08:56:24',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(173,NULL,10,'Subject for Pledge Acknowledgment','2013-09-25 04:39:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(174,NULL,8,'Subject for Membership Renewal','2013-11-16 05:40:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(175,NULL,8,'Subject for Membership Renewal','2013-09-07 09:49:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(176,NULL,10,'Subject for Pledge Acknowledgment','2013-09-11 12:07:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(177,NULL,10,'Subject for Pledge Acknowledgment','2013-11-17 12:03:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(178,NULL,10,'Subject for Pledge Acknowledgment','2013-08-30 08:00:07',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(179,NULL,7,'Subject for Membership Signup','2014-03-03 03:29:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(180,NULL,10,'Subject for Pledge Acknowledgment','2014-04-01 03:56:15',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(181,NULL,7,'Subject for Membership Signup','2013-09-18 07:19:16',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(182,NULL,9,'Subject for Tell a Friend','2014-01-03 10:23:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(183,NULL,7,'Subject for Membership Signup','2013-10-27 07:24:31',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(184,NULL,8,'Subject for Membership Renewal','2013-10-02 07:41:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(185,NULL,7,'Subject for Membership Signup','2013-10-28 10:34:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(186,NULL,9,'Subject for Tell a Friend','2013-10-09 07:50:31',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(187,NULL,7,'Subject for Membership Signup','2013-07-24 05:04:46',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(188,NULL,9,'Subject for Tell a Friend','2013-07-25 04:59:59',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(189,NULL,10,'Subject for Pledge Acknowledgment','2014-04-09 06:03:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(190,NULL,10,'Subject for Pledge Acknowledgment','2014-02-23 12:40:56',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(191,NULL,7,'Subject for Membership Signup','2014-03-01 12:47:46',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(192,NULL,10,'Subject for Pledge Acknowledgment','2013-10-12 03:22:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(193,NULL,9,'Subject for Tell a Friend','2014-02-26 12:33:51',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(194,NULL,10,'Subject for Pledge Acknowledgment','2014-03-02 11:36:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(195,NULL,7,'Subject for Membership Signup','2013-06-04 02:41:29',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(196,NULL,7,'Subject for Membership Signup','2014-01-30 06:48:08',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(197,NULL,7,'Subject for Membership Signup','2013-08-21 01:57:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(198,NULL,8,'Subject for Membership Renewal','2014-01-10 01:32:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(199,NULL,10,'Subject for Pledge Acknowledgment','2013-08-15 02:53:03',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(200,NULL,7,'Subject for Membership Signup','2013-10-15 04:22:24',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(201,NULL,10,'Subject for Pledge Acknowledgment','2013-04-23 11:09:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(202,NULL,9,'Subject for Tell a Friend','2013-05-13 02:42:06',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(203,NULL,7,'Subject for Membership Signup','2013-12-01 01:24:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(204,NULL,10,'Subject for Pledge Acknowledgment','2013-05-03 12:40:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(205,NULL,9,'Subject for Tell a Friend','2013-05-23 05:25:35',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(206,NULL,10,'Subject for Pledge Acknowledgment','2013-09-01 09:34:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(207,NULL,8,'Subject for Membership Renewal','2013-05-08 04:42:34',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(208,NULL,8,'Subject for Membership Renewal','2013-05-05 10:49:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(209,NULL,8,'Subject for Membership Renewal','2013-06-21 07:50:43',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(210,NULL,7,'Subject for Membership Signup','2013-09-16 02:35:22',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(211,NULL,9,'Subject for Tell a Friend','2013-06-23 06:44:45',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(212,NULL,8,'Subject for Membership Renewal','2014-01-31 02:44:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(213,NULL,9,'Subject for Tell a Friend','2013-12-10 04:55:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(214,NULL,9,'Subject for Tell a Friend','2014-02-02 03:08:00',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(215,NULL,10,'Subject for Pledge Acknowledgment','2013-10-06 04:55:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(216,NULL,9,'Subject for Tell a Friend','2014-03-25 05:49:03',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(217,NULL,7,'Subject for Membership Signup','2014-01-27 02:09:22',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(218,NULL,10,'Subject for Pledge Acknowledgment','2013-09-04 04:09:23',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(219,NULL,8,'Subject for Membership Renewal','2013-10-03 02:25:59',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(220,NULL,8,'Subject for Membership Renewal','2014-04-19 03:47:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(221,NULL,9,'Subject for Tell a Friend','2014-04-21 12:37:14',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(222,NULL,10,'Subject for Pledge Acknowledgment','2014-03-09 12:31:21',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(223,NULL,7,'Subject for Membership Signup','2014-02-24 07:13:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(224,NULL,10,'Subject for Pledge Acknowledgment','2014-04-04 01:15:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(225,NULL,8,'Subject for Membership Renewal','2013-08-25 11:44:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(226,NULL,9,'Subject for Tell a Friend','2013-05-23 04:25:41',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(227,NULL,7,'Subject for Membership Signup','2014-04-11 07:13:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(228,NULL,10,'Subject for Pledge Acknowledgment','2014-03-17 08:59:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(229,NULL,10,'Subject for Pledge Acknowledgment','2014-02-18 05:32:34',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(230,NULL,7,'Subject for Membership Signup','2013-11-14 12:08:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(231,NULL,8,'Subject for Membership Renewal','2013-11-22 02:37:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(232,NULL,8,'Subject for Membership Renewal','2013-06-25 05:55:37',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(233,NULL,9,'Subject for Tell a Friend','2014-03-15 05:47:43',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(234,NULL,8,'Subject for Membership Renewal','2013-07-18 10:08:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(235,NULL,8,'Subject for Membership Renewal','2013-12-22 05:42:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(236,NULL,10,'Subject for Pledge Acknowledgment','2014-01-18 04:50:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(237,NULL,8,'Subject for Membership Renewal','2013-06-28 02:36:55',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(238,NULL,7,'Subject for Membership Signup','2014-03-12 03:13:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(239,NULL,7,'Subject for Membership Signup','2013-11-17 12:12:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(240,NULL,8,'Subject for Membership Renewal','2013-11-25 09:48:10',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(241,NULL,9,'Subject for Tell a Friend','2013-07-24 01:03:17',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(242,NULL,8,'Subject for Membership Renewal','2014-01-10 11:53:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(243,NULL,10,'Subject for Pledge Acknowledgment','2013-05-02 11:38:24',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(244,NULL,7,'Subject for Membership Signup','2013-08-01 06:19:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(245,NULL,9,'Subject for Tell a Friend','2013-06-03 09:19:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(246,NULL,7,'Subject for Membership Signup','2013-12-31 09:59:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(247,NULL,10,'Subject for Pledge Acknowledgment','2014-03-26 03:44:10',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(248,NULL,9,'Subject for Tell a Friend','2013-07-16 02:14:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(249,NULL,8,'Subject for Membership Renewal','2013-10-24 01:27:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(250,NULL,8,'Subject for Membership Renewal','2014-03-25 12:06:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(251,NULL,7,'Subject for Membership Signup','2014-01-03 07:14:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(252,NULL,8,'Subject for Membership Renewal','2013-07-23 11:38:22',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(253,NULL,7,'Subject for Membership Signup','2014-01-04 04:27:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(254,NULL,8,'Subject for Membership Renewal','2013-11-26 03:31:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(255,NULL,8,'Subject for Membership Renewal','2013-12-05 03:58:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(256,NULL,10,'Subject for Pledge Acknowledgment','2013-12-05 07:16:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(257,NULL,8,'Subject for Membership Renewal','2013-07-20 10:13:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(258,NULL,7,'Subject for Membership Signup','2013-12-11 03:20:15',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(259,NULL,9,'Subject for Tell a Friend','2014-01-07 12:17:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(260,NULL,10,'Subject for Pledge Acknowledgment','2014-03-17 06:08:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(261,NULL,9,'Subject for Tell a Friend','2013-11-12 08:05:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(262,NULL,7,'Subject for Membership Signup','2014-03-27 07:48:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(263,NULL,8,'Subject for Membership Renewal','2013-07-15 12:50:32',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(264,NULL,10,'Subject for Pledge Acknowledgment','2013-08-18 03:22:43',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(265,NULL,10,'Subject for Pledge Acknowledgment','2013-06-25 12:33:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(266,NULL,8,'Subject for Membership Renewal','2014-01-20 05:21:31',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(267,NULL,9,'Subject for Tell a Friend','2013-07-06 06:38:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(268,NULL,10,'Subject for Pledge Acknowledgment','2013-12-19 08:11:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(269,NULL,8,'Subject for Membership Renewal','2014-02-01 08:21:03',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(270,NULL,9,'Subject for Tell a Friend','2013-09-20 03:02:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(271,NULL,7,'Subject for Membership Signup','2013-12-03 01:15:47',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(272,NULL,10,'Subject for Pledge Acknowledgment','2014-01-25 01:51:52',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(273,NULL,9,'Subject for Tell a Friend','2013-11-18 12:31:43',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(274,NULL,7,'Subject for Membership Signup','2013-08-22 01:28:09',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(275,NULL,10,'Subject for Pledge Acknowledgment','2013-10-21 11:44:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(276,NULL,7,'Subject for Membership Signup','2013-04-23 06:22:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(277,NULL,8,'Subject for Membership Renewal','2014-01-13 01:40:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(278,NULL,10,'Subject for Pledge Acknowledgment','2013-07-25 05:30:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(279,NULL,8,'Subject for Membership Renewal','2013-04-26 09:16:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(280,NULL,9,'Subject for Tell a Friend','2013-10-19 03:48:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(281,NULL,10,'Subject for Pledge Acknowledgment','2013-10-27 01:16:00',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(282,NULL,7,'Subject for Membership Signup','2014-01-10 02:31:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(283,NULL,8,'Subject for Membership Renewal','2013-12-20 05:52:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(284,NULL,10,'Subject for Pledge Acknowledgment','2013-07-06 09:27:58',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(285,NULL,8,'Subject for Membership Renewal','2014-04-21 09:52:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(286,NULL,10,'Subject for Pledge Acknowledgment','2013-08-31 05:24:54',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(287,NULL,9,'Subject for Tell a Friend','2013-10-01 08:31:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(288,NULL,7,'Subject for Membership Signup','2014-01-04 07:14:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(289,NULL,7,'Subject for Membership Signup','2014-01-01 03:12:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(290,NULL,10,'Subject for Pledge Acknowledgment','2013-06-24 05:05:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(291,NULL,10,'Subject for Pledge Acknowledgment','2014-03-27 12:12:37',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(292,NULL,7,'Subject for Membership Signup','2013-08-24 03:26:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(293,NULL,8,'Subject for Membership Renewal','2013-12-26 05:03:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(294,NULL,10,'Subject for Pledge Acknowledgment','2014-02-19 05:26:15',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(295,NULL,9,'Subject for Tell a Friend','2014-04-03 09:42:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(296,NULL,8,'Subject for Membership Renewal','2014-03-31 11:52:43',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(297,NULL,8,'Subject for Membership Renewal','2013-07-25 02:38:16',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(298,NULL,8,'Subject for Membership Renewal','2013-05-10 09:42:05',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(299,NULL,7,'Subject for Membership Signup','2014-02-18 01:54:25',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(300,NULL,8,'Subject for Membership Renewal','2013-12-30 07:08:55',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(301,NULL,8,'Subject for Membership Renewal','2014-02-24 12:33:18',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(302,NULL,8,'Subject for Membership Renewal','2013-05-21 10:29:26',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(303,NULL,7,'Subject for Membership Signup','2013-10-27 04:44:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(304,NULL,7,'Subject for Membership Signup','2013-12-04 04:32:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(305,NULL,9,'Subject for Tell a Friend','2013-07-17 03:45:20',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(306,NULL,7,'Subject for Membership Signup','2013-07-31 04:47:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(307,NULL,7,'Subject for Membership Signup','2013-09-12 10:31:29',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(308,NULL,8,'Subject for Membership Renewal','2013-12-24 01:00:09',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(309,NULL,9,'Subject for Tell a Friend','2013-04-24 07:49:25',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(310,NULL,9,'Subject for Tell a Friend','2013-07-24 01:30:39',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(311,NULL,8,'Subject for Membership Renewal','2013-10-04 12:00:48',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(312,NULL,9,'Subject for Tell a Friend','2013-06-23 07:27:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(313,NULL,9,'Subject for Tell a Friend','2013-06-08 12:40:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(314,NULL,9,'Subject for Tell a Friend','2013-09-08 04:43:59',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(315,NULL,8,'Subject for Membership Renewal','2013-12-20 03:59:08',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(316,NULL,10,'Subject for Pledge Acknowledgment','2013-05-25 04:31:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(317,NULL,9,'Subject for Tell a Friend','2013-06-23 09:10:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(318,NULL,7,'Subject for Membership Signup','2013-06-18 11:26:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(319,NULL,10,'Subject for Pledge Acknowledgment','2013-12-09 02:18:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(320,NULL,8,'Subject for Membership Renewal','2013-09-04 05:40:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(321,NULL,7,'Subject for Membership Signup','2013-09-15 08:13:20',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(322,NULL,9,'Subject for Tell a Friend','2013-08-27 03:52:05',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(323,NULL,10,'Subject for Pledge Acknowledgment','2013-08-06 02:47:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(324,NULL,10,'Subject for Pledge Acknowledgment','2013-12-06 05:56:01',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(325,NULL,7,'Subject for Membership Signup','2013-10-07 11:25:09',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(326,NULL,9,'Subject for Tell a Friend','2013-08-15 10:33:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(327,NULL,7,'Subject for Membership Signup','2013-08-28 05:35:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(328,NULL,8,'Subject for Membership Renewal','2013-11-23 08:59:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(329,NULL,9,'Subject for Tell a Friend','2014-04-15 03:49:50',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(330,NULL,9,'Subject for Tell a Friend','2013-11-12 12:13:40',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(331,NULL,7,'Subject for Membership Signup','2013-09-15 05:08:34',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(332,NULL,10,'Subject for Pledge Acknowledgment','2013-07-27 08:53:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(333,NULL,9,'Subject for Tell a Friend','2013-11-13 05:54:40',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(334,NULL,10,'Subject for Pledge Acknowledgment','2014-04-22 08:20:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(335,NULL,7,'Subject for Membership Signup','2013-05-12 06:45:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(336,NULL,8,'Subject for Membership Renewal','2013-08-18 10:25:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(337,NULL,8,'Subject for Membership Renewal','2013-09-04 10:53:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(338,NULL,10,'Subject for Pledge Acknowledgment','2014-03-03 03:13:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(339,NULL,8,'Subject for Membership Renewal','2013-08-20 05:57:14',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(340,NULL,10,'Subject for Pledge Acknowledgment','2013-08-07 07:10:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(341,NULL,7,'Subject for Membership Signup','2013-06-23 07:45:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(342,NULL,7,'Subject for Membership Signup','2013-08-23 09:20:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(343,NULL,8,'Subject for Membership Renewal','2013-08-05 07:20:20',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(344,NULL,10,'Subject for Pledge Acknowledgment','2013-08-29 04:40:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(345,NULL,8,'Subject for Membership Renewal','2013-07-23 03:29:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(346,NULL,8,'Subject for Membership Renewal','2013-08-04 05:11:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(347,NULL,7,'Subject for Membership Signup','2014-04-11 12:26:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(348,NULL,8,'Subject for Membership Renewal','2013-07-23 03:24:59',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(349,NULL,8,'Subject for Membership Renewal','2013-09-30 04:39:08',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(350,NULL,8,'Subject for Membership Renewal','2014-02-21 04:47:50',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(351,NULL,8,'Subject for Membership Renewal','2013-05-16 07:42:16',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(352,NULL,10,'Subject for Pledge Acknowledgment','2013-10-14 08:49:38',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(353,NULL,8,'Subject for Membership Renewal','2014-03-13 07:54:50',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(354,NULL,9,'Subject for Tell a Friend','2013-04-26 03:27:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(355,NULL,8,'Subject for Membership Renewal','2013-09-23 08:09:22',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(356,NULL,7,'Subject for Membership Signup','2014-01-20 07:16:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(357,NULL,7,'Subject for Membership Signup','2013-10-03 03:44:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(358,NULL,10,'Subject for Pledge Acknowledgment','2013-07-24 10:41:02',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(359,NULL,8,'Subject for Membership Renewal','2013-11-30 05:56:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(360,NULL,9,'Subject for Tell a Friend','2014-01-25 09:35:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(361,NULL,8,'Subject for Membership Renewal','2013-06-09 12:11:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(362,NULL,8,'Subject for Membership Renewal','2014-01-21 04:00:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(363,NULL,8,'Subject for Membership Renewal','2013-06-29 02:37:33',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(364,NULL,10,'Subject for Pledge Acknowledgment','2013-11-01 10:13:03',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(365,NULL,9,'Subject for Tell a Friend','2013-07-03 01:00:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(366,NULL,10,'Subject for Pledge Acknowledgment','2014-02-09 09:58:01',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(367,NULL,8,'Subject for Membership Renewal','2014-01-31 11:04:33',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(368,NULL,8,'Subject for Membership Renewal','2013-09-18 12:10:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(369,NULL,7,'Subject for Membership Signup','2013-11-12 07:49:45',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(370,NULL,10,'Subject for Pledge Acknowledgment','2013-09-24 02:57:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(371,NULL,9,'Subject for Tell a Friend','2013-08-15 09:24:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(372,NULL,9,'Subject for Tell a Friend','2014-04-10 06:42:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(373,NULL,9,'Subject for Tell a Friend','2014-01-20 10:07:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(374,NULL,8,'Subject for Membership Renewal','2013-09-13 06:37:19',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(375,NULL,10,'Subject for Pledge Acknowledgment','2013-09-28 01:08:27',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(376,NULL,8,'Subject for Membership Renewal','2014-02-08 06:28:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(377,NULL,10,'Subject for Pledge Acknowledgment','2013-08-20 10:09:48',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(378,NULL,9,'Subject for Tell a Friend','2013-05-08 01:15:01',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(379,NULL,7,'Subject for Membership Signup','2014-04-08 08:14:45',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(380,NULL,10,'Subject for Pledge Acknowledgment','2013-08-13 02:10:11',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(381,NULL,10,'Subject for Pledge Acknowledgment','2013-12-06 02:08:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(382,NULL,10,'Subject for Pledge Acknowledgment','2013-05-24 07:16:47',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(383,NULL,10,'Subject for Pledge Acknowledgment','2013-08-18 11:05:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(384,NULL,8,'Subject for Membership Renewal','2013-06-11 02:57:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(385,NULL,7,'Subject for Membership Signup','2013-05-02 08:33:38',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(386,NULL,7,'Subject for Membership Signup','2014-02-05 04:54:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(387,NULL,7,'Subject for Membership Signup','2013-12-16 01:12:54',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(388,NULL,7,'Subject for Membership Signup','2013-10-02 05:50:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(389,NULL,7,'Subject for Membership Signup','2013-05-30 12:13:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(390,NULL,9,'Subject for Tell a Friend','2013-10-12 02:33:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(391,NULL,8,'Subject for Membership Renewal','2013-08-31 02:04:29',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(392,NULL,8,'Subject for Membership Renewal','2013-08-10 01:40:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(393,NULL,9,'Subject for Tell a Friend','2013-12-17 01:42:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(394,NULL,9,'Subject for Tell a Friend','2013-08-24 01:15:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(395,NULL,10,'Subject for Pledge Acknowledgment','2014-03-29 05:28:05',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(396,NULL,7,'Subject for Membership Signup','2013-04-24 04:33:05',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(397,NULL,9,'Subject for Tell a Friend','2014-04-04 03:57:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(398,NULL,7,'Subject for Membership Signup','2013-06-14 08:30:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(399,NULL,8,'Subject for Membership Renewal','2013-05-21 01:08:31',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(400,NULL,10,'Subject for Pledge Acknowledgment','2014-01-09 05:38:29',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(401,NULL,9,'Subject for Tell a Friend','2013-09-07 08:57:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(402,NULL,10,'Subject for Pledge Acknowledgment','2014-02-06 11:55:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(403,NULL,9,'Subject for Tell a Friend','2013-10-28 12:45:56',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(404,NULL,9,'Subject for Tell a Friend','2013-06-01 07:29:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(405,NULL,9,'Subject for Tell a Friend','2014-04-12 02:49:31',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(406,NULL,9,'Subject for Tell a Friend','2013-11-29 08:19:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(407,NULL,10,'Subject for Pledge Acknowledgment','2014-02-07 02:53:09',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(408,NULL,10,'Subject for Pledge Acknowledgment','2013-11-04 02:16:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(409,NULL,10,'Subject for Pledge Acknowledgment','2013-07-08 11:19:05',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(410,NULL,9,'Subject for Tell a Friend','2013-12-15 10:15:24',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(411,NULL,10,'Subject for Pledge Acknowledgment','2013-05-01 04:11:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(412,NULL,10,'Subject for Pledge Acknowledgment','2013-07-14 10:36:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(413,NULL,10,'Subject for Pledge Acknowledgment','2013-10-01 09:34:14',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(414,NULL,7,'Subject for Membership Signup','2013-09-01 10:47:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(415,NULL,9,'Subject for Tell a Friend','2013-10-24 08:18:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(416,NULL,8,'Subject for Membership Renewal','2013-08-23 10:35:41',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(417,NULL,10,'Subject for Pledge Acknowledgment','2013-06-26 09:37:13',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(418,NULL,9,'Subject for Tell a Friend','2013-10-31 03:46:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(419,NULL,8,'Subject for Membership Renewal','2013-05-12 07:25:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(420,NULL,10,'Subject for Pledge Acknowledgment','2014-04-12 05:08:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(421,NULL,7,'Subject for Membership Signup','2014-02-15 08:42:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(422,NULL,8,'Subject for Membership Renewal','2013-05-21 09:22:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(423,NULL,10,'Subject for Pledge Acknowledgment','2014-01-23 01:32:29',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(424,NULL,8,'Subject for Membership Renewal','2013-09-03 04:17:27',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(425,NULL,9,'Subject for Tell a Friend','2013-12-25 01:18:38',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(426,NULL,10,'Subject for Pledge Acknowledgment','2014-02-20 12:40:08',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(427,NULL,10,'Subject for Pledge Acknowledgment','2013-12-10 06:47:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(428,NULL,8,'Subject for Membership Renewal','2013-05-17 04:59:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(429,NULL,8,'Subject for Membership Renewal','2013-11-10 09:51:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(430,NULL,9,'Subject for Tell a Friend','2013-12-14 09:39:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(431,NULL,9,'Subject for Tell a Friend','2013-12-16 04:00:32',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(432,NULL,8,'Subject for Membership Renewal','2013-12-24 09:54:43',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(433,NULL,9,'Subject for Tell a Friend','2013-11-16 01:51:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(434,NULL,7,'Subject for Membership Signup','2013-09-23 06:49:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(435,NULL,9,'Subject for Tell a Friend','2014-04-14 07:17:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(436,NULL,7,'Subject for Membership Signup','2013-12-03 06:38:37',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(437,NULL,8,'Subject for Membership Renewal','2013-05-18 02:45:31',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(438,NULL,10,'Subject for Pledge Acknowledgment','2013-11-10 07:28:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(439,NULL,9,'Subject for Tell a Friend','2013-11-01 04:32:00',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(440,NULL,7,'Subject for Membership Signup','2013-08-01 03:37:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(441,NULL,7,'Subject for Membership Signup','2014-04-03 02:14:47',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(442,NULL,7,'Subject for Membership Signup','2013-10-17 01:03:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(443,NULL,9,'Subject for Tell a Friend','2013-04-26 08:51:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(444,NULL,10,'Subject for Pledge Acknowledgment','2013-11-05 01:28:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(445,NULL,8,'Subject for Membership Renewal','2014-04-16 11:22:44',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(446,NULL,9,'Subject for Tell a Friend','2014-03-16 08:13:23',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(447,NULL,7,'Subject for Membership Signup','2013-10-10 04:04:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(448,NULL,7,'Subject for Membership Signup','2013-12-09 11:14:14',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(449,NULL,10,'Subject for Pledge Acknowledgment','2013-12-04 09:19:24',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(450,NULL,9,'Subject for Tell a Friend','2013-04-26 07:57:43',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(451,1,6,'$ 125.00-Apr 2007 Mailer 1','2010-04-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(452,2,6,'$ 50.00-Online: Save the Penguins','2010-03-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(453,3,6,'$ 25.00-Apr 2007 Mailer 1','2010-04-29 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(454,4,6,'$ 50.00-Apr 2007 Mailer 1','2010-04-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(455,5,6,'$ 500.00-Apr 2007 Mailer 1','2010-04-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(456,6,6,'$ 175.00-Apr 2007 Mailer 1','2010-04-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(457,7,6,'$ 50.00-Online: Save the Penguins','2010-03-27 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(458,8,6,'$ 10.00-Online: Save the Penguins','2010-03-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(459,9,6,'$ 250.00-Online: Save the Penguins','2010-04-22 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(460,10,6,NULL,'2009-07-01 11:53:50',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(461,11,6,NULL,'2009-07-01 12:55:41',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(462,12,6,NULL,'2009-10-01 11:53:50',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(463,13,6,NULL,'2009-12-01 12:55:41',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(464,1,7,'General','2014-04-23 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(465,2,7,'Student','2014-04-22 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(466,3,7,'General','2014-04-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(467,4,7,'Student','2014-04-20 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(468,5,7,'General','2012-03-22 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(469,6,7,'Student','2014-04-18 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(470,7,7,'General','2014-04-17 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(471,8,7,'Student','2014-04-16 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(472,9,7,'General','2014-04-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(473,10,7,'General','2012-02-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(474,11,7,'Lifetime','2014-04-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(475,12,7,'Student','2014-04-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(476,13,7,'General','2014-04-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(477,14,7,'Student','2014-04-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(478,15,7,'Student','2013-04-09 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(479,16,7,'Student','2014-04-08 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(480,17,7,'General','2014-04-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(481,18,7,'Student','2014-04-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(482,19,7,'General','2014-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(483,20,7,'General','2011-11-23 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(484,21,7,'General','2014-04-03 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(485,22,7,'Lifetime','2014-04-02 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(486,23,7,'General','2014-04-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(487,24,7,'Student','2014-03-31 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(488,25,7,'General','2011-10-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(489,26,7,'Student','2014-03-29 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(490,27,7,'General','2014-03-28 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(491,28,7,'Student','2014-03-27 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(492,29,7,'General','2014-03-26 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(493,30,7,'Student','2013-03-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(494,14,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(495,15,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(496,16,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(497,17,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(498,18,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(499,19,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(500,20,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(501,21,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(502,22,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(503,23,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(504,24,6,'$ 1200.00 - Lifetime Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(505,25,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(506,26,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(507,27,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(508,28,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(509,29,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(510,30,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(511,31,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(512,32,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(513,33,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(514,34,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(515,35,6,'$ 1200.00 - Lifetime Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(516,36,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(517,37,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(518,38,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(519,39,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(520,40,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(521,41,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(522,42,6,'$ 100.00 - General Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(523,43,6,'$ 50.00 - Student Membership: Offline signup','2014-04-23 00:03:43',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(525,1,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(526,2,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(527,3,5,'NULL','2008-05-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(528,4,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(529,5,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(530,6,5,'NULL','2008-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(531,7,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(532,8,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(533,9,5,'NULL','2008-02-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(534,10,5,'NULL','2008-02-01 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(535,11,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(536,12,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(537,13,5,'NULL','2008-06-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(538,14,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(539,15,5,'NULL','2008-07-04 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(540,16,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(541,17,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(542,18,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(543,19,5,'NULL','2008-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(544,20,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(545,21,5,'NULL','2008-03-25 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(546,22,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(547,23,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(548,24,5,'NULL','2008-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(549,25,5,'NULL','2008-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(550,26,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(551,27,5,'NULL','2008-05-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(552,28,5,'NULL','2009-12-12 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(553,29,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(554,30,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(555,31,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(556,32,5,'NULL','2009-07-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(557,33,5,'NULL','2009-03-07 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(558,34,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(559,35,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(560,36,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(561,37,5,'NULL','2009-03-06 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(562,38,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(563,39,5,'NULL','2008-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(564,40,5,'NULL','2009-12-14 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(565,41,5,'NULL','2009-01-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(566,42,5,'NULL','2009-12-15 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(567,43,5,'NULL','2009-03-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(568,44,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(569,45,5,'NULL','2009-01-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(570,46,5,'NULL','2009-12-13 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(571,47,5,'NULL','2009-10-21 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(572,48,5,'NULL','2009-12-10 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(573,49,5,'NULL','2009-03-11 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(574,50,5,'NULL','2009-04-05 00:00:00',NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(575,45,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(576,46,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(577,47,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(578,48,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(579,49,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(580,50,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(581,51,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(582,52,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(583,53,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(584,54,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(585,55,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(586,56,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(587,57,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(588,58,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(589,59,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(590,60,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(591,61,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(592,62,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(593,63,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(594,64,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(595,65,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(596,66,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(597,67,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(598,68,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(599,69,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(600,70,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(601,71,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(602,72,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(603,73,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(604,74,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(605,75,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(606,76,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(607,77,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(608,78,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(609,79,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(610,80,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(611,81,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(612,82,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(613,83,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(614,84,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(615,85,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(616,86,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(617,87,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(618,88,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(619,89,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(620,90,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(621,91,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(622,92,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(623,93,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(624,94,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-23 00:03:44',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_activity` ENABLE KEYS */; UNLOCK TABLES; @@ -97,7 +97,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_activity_contact` WRITE; /*!40000 ALTER TABLE `civicrm_activity_contact` DISABLE KEYS */; -INSERT INTO `civicrm_activity_contact` (`id`, `activity_id`, `contact_id`, `record_type_id`) VALUES (220,146,1,1),(498,333,1,1),(645,432,1,3),(145,99,2,1),(269,180,2,3),(309,208,2,3),(673,451,2,2),(694,472,2,2),(724,502,2,2),(477,319,3,3),(692,470,3,2),(722,500,3,2),(104,73,4,3),(214,143,4,1),(356,239,4,3),(382,257,4,3),(407,274,4,1),(674,452,4,2),(775,553,4,2),(121,83,5,3),(465,311,5,1),(595,401,5,1),(670,449,5,3),(74,52,6,3),(82,58,6,3),(196,131,6,3),(439,296,6,3),(512,343,6,3),(675,453,6,2),(246,164,7,3),(399,269,7,3),(410,276,7,1),(424,287,7,3),(765,543,7,2),(676,454,8,2),(787,565,8,2),(116,80,9,1),(95,68,10,3),(209,140,11,3),(373,251,11,3),(395,266,11,3),(604,406,11,1),(789,567,11,2),(593,400,12,1),(786,564,12,2),(162,109,13,1),(339,228,13,3),(179,121,15,3),(158,107,16,1),(187,125,16,1),(370,249,16,1),(547,368,16,1),(677,455,16,2),(715,493,16,2),(745,523,16,2),(108,75,17,1),(216,144,17,3),(417,281,17,3),(585,395,17,3),(248,165,18,1),(290,195,18,3),(32,20,19,3),(39,26,19,3),(678,456,19,2),(688,466,19,2),(718,496,19,2),(299,201,21,3),(431,291,21,1),(9,5,22,3),(255,170,22,1),(580,391,22,1),(614,413,22,3),(699,477,22,2),(729,507,22,2),(777,555,22,2),(708,486,23,2),(738,516,23,2),(113,78,24,1),(173,116,24,1),(401,270,24,3),(474,317,24,1),(251,167,26,3),(531,356,26,3),(575,388,26,3),(712,490,26,2),(742,520,26,2),(388,262,27,1),(619,416,27,1),(621,417,27,3),(76,53,29,3),(166,111,29,3),(599,403,29,3),(774,552,29,2),(770,548,31,2),(47,33,32,1),(66,46,32,1),(185,124,32,1),(361,242,32,3),(365,245,32,1),(616,414,32,3),(684,462,32,2),(685,463,32,2),(769,547,32,2),(641,430,33,1),(518,347,34,1),(681,459,34,2),(164,110,35,1),(190,127,35,1),(543,365,35,3),(597,402,35,3),(229,152,37,3),(755,533,40,2),(318,214,41,1),(463,310,41,1),(481,322,41,1),(380,256,42,3),(664,446,42,3),(99,70,43,1),(500,334,43,1),(658,442,43,1),(683,461,43,2),(64,45,44,1),(200,134,44,3),(306,206,44,1),(56,40,45,1),(587,396,45,1),(707,485,45,2),(737,515,45,2),(26,16,46,1),(528,354,47,1),(689,467,47,2),(719,497,47,2),(7,4,48,3),(292,196,48,3),(138,94,49,1),(351,236,49,1),(625,419,49,3),(212,142,50,1),(303,204,50,1),(661,444,50,3),(778,556,50,2),(556,374,51,3),(590,398,51,3),(608,409,51,3),(628,421,51,3),(150,102,52,1),(346,233,52,3),(562,379,52,1),(784,562,52,2),(638,428,53,1),(218,145,54,1),(243,162,54,3),(281,188,54,1),(349,235,54,1),(565,381,54,1),(183,123,55,3),(354,238,55,1),(776,554,55,2),(49,34,56,3),(320,215,56,1),(332,224,56,1),(414,279,58,1),(460,308,58,1),(22,13,59,3),(192,128,59,3),(224,149,59,3),(261,173,59,1),(271,181,59,3),(274,183,59,3),(577,389,59,1),(656,441,60,1),(131,90,61,3),(2,1,62,1),(429,290,62,1),(487,326,62,3),(623,418,62,1),(766,544,62,2),(17,10,63,1),(70,49,63,1),(102,72,63,3),(133,91,64,3),(441,297,64,1),(602,405,64,1),(12,7,65,1),(327,220,65,3),(515,345,65,1),(285,191,66,3),(437,295,66,3),(259,172,67,3),(314,212,67,3),(4,2,68,3),(455,305,68,3),(19,11,69,1),(60,42,69,1),(110,76,69,3),(106,74,70,3),(257,171,70,3),(508,340,70,3),(682,460,71,2),(128,88,72,1),(276,184,72,3),(358,240,72,3),(393,265,72,3),(449,302,72,3),(141,96,73,1),(520,348,73,1),(648,434,73,1),(757,535,73,2),(316,213,74,1),(444,299,74,3),(204,136,75,3),(344,232,75,1),(391,264,75,3),(447,301,75,1),(491,328,75,1),(643,431,75,3),(58,41,76,3),(85,60,76,1),(468,313,76,3),(471,315,76,1),(125,86,77,1),(156,106,77,3),(453,304,77,1),(494,330,77,1),(296,199,78,3),(668,448,78,3),(781,559,78,2),(794,572,79,2),(666,447,80,1),(756,534,80,2),(227,151,81,1),(550,370,81,3),(701,479,81,2),(731,509,81,2),(29,18,82,1),(426,288,82,3),(554,373,82,1),(679,457,82,2),(89,63,83,1),(168,112,83,1),(231,153,84,1),(337,227,84,3),(457,306,84,1),(405,273,85,3),(790,568,85,2),(97,69,86,1),(240,160,86,3),(483,323,86,3),(534,358,86,1),(695,473,86,2),(725,503,86,2),(238,159,87,1),(634,425,87,1),(451,303,88,1),(489,327,88,3),(504,337,88,3),(160,108,91,1),(537,360,91,1),(202,135,92,3),(433,292,92,1),(523,350,92,3),(680,458,92,2),(760,538,92,2),(15,9,93,3),(567,382,93,3),(793,571,93,2),(572,386,94,1),(335,226,95,1),(325,219,96,3),(376,253,96,3),(672,450,96,3),(118,81,97,3),(148,101,97,1),(152,103,98,1),(181,122,98,3),(710,488,98,2),(740,518,98,2),(632,424,99,1),(796,574,99,2),(612,412,100,3),(136,93,101,1),(764,542,103,2),(791,569,105,2),(783,561,107,2),(754,532,109,2),(704,482,110,2),(734,512,110,2),(788,566,112,2),(703,481,114,2),(733,511,114,2),(1,1,115,2),(3,2,115,2),(5,3,115,2),(6,4,115,2),(8,5,115,2),(10,6,115,2),(11,7,115,2),(13,8,115,2),(14,9,115,2),(16,10,115,2),(18,11,115,2),(20,12,115,2),(21,13,115,2),(23,14,115,2),(24,15,115,2),(25,16,115,2),(27,17,115,2),(28,18,115,2),(30,19,115,2),(31,20,115,2),(33,21,115,2),(34,22,115,2),(35,23,115,2),(36,24,115,2),(37,25,115,2),(38,26,115,2),(40,27,115,2),(41,28,115,2),(42,29,115,2),(43,30,115,2),(44,31,115,2),(45,32,115,2),(46,33,115,2),(48,34,115,2),(50,35,115,2),(51,36,115,2),(52,37,115,2),(53,38,115,2),(54,39,115,2),(55,40,115,2),(57,41,115,2),(59,42,115,2),(61,43,115,2),(62,44,115,2),(63,45,115,2),(65,46,115,2),(67,47,115,2),(68,48,115,2),(69,49,115,2),(71,50,115,2),(72,51,115,2),(73,52,115,2),(75,53,115,2),(77,54,115,2),(78,55,115,2),(79,56,115,2),(80,57,115,2),(81,58,115,2),(83,59,115,2),(84,60,115,2),(86,61,115,2),(87,62,115,2),(88,63,115,2),(90,64,115,2),(91,65,115,2),(92,66,115,2),(93,67,115,2),(94,68,115,2),(96,69,115,2),(98,70,115,2),(100,71,115,2),(101,72,115,2),(103,73,115,2),(105,74,115,2),(107,75,115,2),(109,76,115,2),(111,77,115,2),(112,78,115,2),(114,79,115,2),(115,80,115,2),(117,81,115,2),(119,82,115,2),(120,83,115,2),(122,84,115,2),(123,85,115,2),(124,86,115,2),(126,87,115,2),(127,88,115,2),(129,89,115,2),(130,90,115,2),(132,91,115,2),(134,92,115,2),(135,93,115,2),(137,94,115,2),(139,95,115,2),(140,96,115,2),(142,97,115,2),(143,98,115,2),(144,99,115,2),(146,100,115,2),(147,101,115,2),(149,102,115,2),(151,103,115,2),(153,104,115,2),(154,105,115,2),(155,106,115,2),(157,107,115,2),(159,108,115,2),(161,109,115,2),(163,110,115,2),(165,111,115,2),(167,112,115,2),(169,113,115,2),(170,114,115,2),(171,115,115,2),(172,116,115,2),(174,117,115,2),(175,118,115,2),(176,119,115,2),(177,120,115,2),(178,121,115,2),(180,122,115,2),(182,123,115,2),(184,124,115,2),(186,125,115,2),(188,126,115,2),(189,127,115,2),(191,128,115,2),(193,129,115,2),(194,130,115,2),(195,131,115,2),(197,132,115,2),(198,133,115,2),(199,134,115,2),(201,135,115,2),(203,136,115,2),(205,137,115,2),(206,138,115,2),(207,139,115,2),(208,140,115,2),(210,141,115,2),(211,142,115,2),(213,143,115,2),(215,144,115,2),(217,145,115,2),(219,146,115,2),(221,147,115,2),(222,148,115,2),(223,149,115,2),(225,150,115,2),(780,558,115,2),(767,545,116,2),(706,484,119,2),(736,514,119,2),(686,464,124,2),(716,494,124,2),(700,478,125,2),(730,508,125,2),(763,541,125,2),(698,476,126,2),(728,506,126,2),(749,527,129,2),(768,546,130,2),(709,487,132,2),(739,517,132,2),(782,560,137,2),(761,539,139,2),(705,483,140,2),(735,513,140,2),(759,537,145,2),(747,525,146,2),(758,536,147,2),(693,471,149,2),(723,501,149,2),(792,570,153,2),(691,469,154,2),(721,499,154,2),(226,151,155,2),(228,152,155,2),(230,153,155,2),(232,154,155,2),(233,155,155,2),(234,156,155,2),(235,157,155,2),(236,158,155,2),(237,159,155,2),(239,160,155,2),(241,161,155,2),(242,162,155,2),(244,163,155,2),(245,164,155,2),(247,165,155,2),(249,166,155,2),(250,167,155,2),(252,168,155,2),(253,169,155,2),(254,170,155,2),(256,171,155,2),(258,172,155,2),(260,173,155,2),(262,174,155,2),(263,175,155,2),(264,176,155,2),(265,177,155,2),(266,178,155,2),(267,179,155,2),(268,180,155,2),(270,181,155,2),(272,182,155,2),(273,183,155,2),(275,184,155,2),(277,185,155,2),(278,186,155,2),(279,187,155,2),(280,188,155,2),(282,189,155,2),(283,190,155,2),(284,191,155,2),(286,192,155,2),(287,193,155,2),(288,194,155,2),(289,195,155,2),(291,196,155,2),(293,197,155,2),(294,198,155,2),(295,199,155,2),(297,200,155,2),(298,201,155,2),(300,202,155,2),(301,203,155,2),(302,204,155,2),(304,205,155,2),(305,206,155,2),(307,207,155,2),(308,208,155,2),(310,209,155,2),(311,210,155,2),(312,211,155,2),(313,212,155,2),(315,213,155,2),(317,214,155,2),(319,215,155,2),(321,216,155,2),(322,217,155,2),(323,218,155,2),(324,219,155,2),(326,220,155,2),(328,221,155,2),(329,222,155,2),(330,223,155,2),(331,224,155,2),(333,225,155,2),(334,226,155,2),(336,227,155,2),(338,228,155,2),(340,229,155,2),(341,230,155,2),(342,231,155,2),(343,232,155,2),(345,233,155,2),(347,234,155,2),(348,235,155,2),(350,236,155,2),(352,237,155,2),(353,238,155,2),(355,239,155,2),(357,240,155,2),(359,241,155,2),(360,242,155,2),(362,243,155,2),(363,244,155,2),(364,245,155,2),(366,246,155,2),(367,247,155,2),(368,248,155,2),(369,249,155,2),(371,250,155,2),(372,251,155,2),(374,252,155,2),(375,253,155,2),(377,254,155,2),(378,255,155,2),(379,256,155,2),(381,257,155,2),(383,258,155,2),(384,259,155,2),(385,260,155,2),(386,261,155,2),(387,262,155,2),(389,263,155,2),(390,264,155,2),(392,265,155,2),(394,266,155,2),(396,267,155,2),(397,268,155,2),(398,269,155,2),(400,270,155,2),(402,271,155,2),(403,272,155,2),(404,273,155,2),(406,274,155,2),(408,275,155,2),(409,276,155,2),(411,277,155,2),(412,278,155,2),(413,279,155,2),(415,280,155,2),(416,281,155,2),(418,282,155,2),(419,283,155,2),(420,284,155,2),(421,285,155,2),(422,286,155,2),(423,287,155,2),(425,288,155,2),(427,289,155,2),(428,290,155,2),(430,291,155,2),(432,292,155,2),(434,293,155,2),(435,294,155,2),(436,295,155,2),(438,296,155,2),(440,297,155,2),(442,298,155,2),(443,299,155,2),(445,300,155,2),(753,531,155,2),(687,465,158,2),(717,495,158,2),(779,557,158,2),(714,492,160,2),(744,522,160,2),(711,489,163,2),(741,519,163,2),(773,551,165,2),(446,301,166,2),(448,302,166,2),(450,303,166,2),(452,304,166,2),(454,305,166,2),(456,306,166,2),(458,307,166,2),(459,308,166,2),(461,309,166,2),(462,310,166,2),(464,311,166,2),(466,312,166,2),(467,313,166,2),(469,314,166,2),(470,315,166,2),(472,316,166,2),(473,317,166,2),(475,318,166,2),(476,319,166,2),(478,320,166,2),(479,321,166,2),(480,322,166,2),(482,323,166,2),(484,324,166,2),(485,325,166,2),(486,326,166,2),(488,327,166,2),(490,328,166,2),(492,329,166,2),(493,330,166,2),(495,331,166,2),(496,332,166,2),(497,333,166,2),(499,334,166,2),(501,335,166,2),(502,336,166,2),(503,337,166,2),(505,338,166,2),(506,339,166,2),(507,340,166,2),(509,341,166,2),(510,342,166,2),(511,343,166,2),(513,344,166,2),(514,345,166,2),(516,346,166,2),(517,347,166,2),(519,348,166,2),(521,349,166,2),(522,350,166,2),(524,351,166,2),(525,352,166,2),(526,353,166,2),(527,354,166,2),(529,355,166,2),(530,356,166,2),(532,357,166,2),(533,358,166,2),(535,359,166,2),(536,360,166,2),(538,361,166,2),(539,362,166,2),(540,363,166,2),(541,364,166,2),(542,365,166,2),(544,366,166,2),(545,367,166,2),(546,368,166,2),(548,369,166,2),(549,370,166,2),(551,371,166,2),(552,372,166,2),(553,373,166,2),(555,374,166,2),(557,375,166,2),(558,376,166,2),(559,377,166,2),(560,378,166,2),(561,379,166,2),(563,380,166,2),(564,381,166,2),(566,382,166,2),(568,383,166,2),(569,384,166,2),(570,385,166,2),(571,386,166,2),(573,387,166,2),(574,388,166,2),(576,389,166,2),(578,390,166,2),(579,391,166,2),(581,392,166,2),(582,393,166,2),(583,394,166,2),(584,395,166,2),(586,396,166,2),(588,397,166,2),(589,398,166,2),(591,399,166,2),(592,400,166,2),(594,401,166,2),(596,402,166,2),(598,403,166,2),(600,404,166,2),(601,405,166,2),(603,406,166,2),(605,407,166,2),(606,408,166,2),(607,409,166,2),(609,410,166,2),(610,411,166,2),(611,412,166,2),(613,413,166,2),(615,414,166,2),(617,415,166,2),(618,416,166,2),(620,417,166,2),(622,418,166,2),(624,419,166,2),(626,420,166,2),(627,421,166,2),(629,422,166,2),(630,423,166,2),(631,424,166,2),(633,425,166,2),(635,426,166,2),(636,427,166,2),(637,428,166,2),(639,429,166,2),(640,430,166,2),(642,431,166,2),(644,432,166,2),(646,433,166,2),(647,434,166,2),(649,435,166,2),(650,436,166,2),(651,437,166,2),(652,438,166,2),(653,439,166,2),(654,440,166,2),(655,441,166,2),(657,442,166,2),(659,443,166,2),(660,444,166,2),(662,445,166,2),(663,446,166,2),(665,447,166,2),(667,448,166,2),(669,449,166,2),(671,450,166,2),(696,474,166,2),(726,504,166,2),(750,528,170,2),(795,573,181,2),(751,529,185,2),(697,475,189,2),(727,505,189,2),(772,550,192,2),(713,491,194,2),(743,521,194,2),(752,530,194,2),(748,526,196,2),(690,468,198,2),(720,498,198,2),(785,563,198,2),(771,549,199,2),(762,540,200,2),(702,480,201,2),(732,510,201,2); +INSERT INTO `civicrm_activity_contact` (`id`, `activity_id`, `contact_id`, `record_type_id`) VALUES (250,163,1,3),(293,191,1,1),(493,327,1,1),(554,372,1,3),(37,22,2,1),(673,451,2,2),(33,19,3,1),(183,118,3,1),(53,32,4,3),(538,360,4,3),(674,452,4,2),(784,562,4,2),(66,41,5,1),(173,112,5,3),(285,186,5,3),(667,447,5,1),(749,527,5,2),(10,6,6,3),(278,182,6,3),(469,312,6,3),(496,329,6,3),(675,453,6,2),(676,454,8,2),(59,36,9,3),(361,238,9,1),(363,239,9,1),(585,393,9,3),(594,398,9,1),(771,549,9,2),(240,156,10,1),(459,306,11,1),(705,483,11,2),(735,513,11,2),(12,7,12,3),(69,43,12,1),(237,154,12,3),(312,203,12,1),(592,397,12,3),(643,433,12,3),(453,303,13,1),(39,23,14,3),(632,425,15,3),(657,441,15,1),(706,484,15,2),(736,514,15,2),(16,9,16,3),(280,183,16,1),(374,246,16,1),(479,318,16,1),(677,455,16,2),(515,342,17,1),(534,357,17,1),(197,129,18,1),(178,115,19,3),(202,132,19,3),(265,172,19,1),(372,245,19,3),(439,292,19,1),(678,456,19,2),(796,574,19,2),(74,46,20,3),(162,105,20,3),(489,325,20,1),(233,152,21,1),(262,170,21,1),(753,531,21,2),(217,141,22,3),(573,386,22,1),(759,537,22,2),(579,389,23,1),(605,405,23,3),(243,158,24,3),(19,11,25,3),(276,181,25,1),(661,443,25,3),(127,82,27,1),(205,134,27,1),(181,117,28,1),(227,148,28,1),(287,187,28,1),(80,50,29,3),(607,406,29,3),(132,85,30,1),(223,146,30,3),(407,270,30,3),(601,403,30,3),(471,313,32,3),(684,462,32,2),(685,463,32,2),(762,540,33,2),(669,448,34,1),(681,459,34,2),(5,3,35,1),(307,200,35,1),(333,217,35,1),(483,321,35,1),(14,8,36,3),(211,138,36,3),(323,211,36,3),(448,299,36,1),(464,309,36,3),(665,446,36,3),(301,196,37,1),(521,347,37,1),(137,88,38,1),(258,168,38,1),(299,195,38,1),(61,37,40,1),(209,137,40,3),(455,304,40,1),(552,371,40,3),(78,49,41,1),(111,71,41,3),(598,401,41,3),(778,556,41,2),(115,74,42,3),(255,166,42,1),(549,369,42,1),(571,385,42,1),(91,57,43,1),(235,153,43,1),(640,431,43,3),(683,461,43,2),(151,98,44,1),(503,333,44,3),(707,485,45,2),(737,515,45,2),(289,188,46,3),(590,396,46,1),(751,529,46,2),(24,14,47,1),(103,65,47,1),(355,233,48,3),(461,307,48,1),(498,330,48,3),(22,13,49,1),(248,162,49,3),(253,165,49,1),(754,532,49,2),(587,394,50,3),(562,378,51,3),(581,390,51,3),(793,571,51,2),(159,103,52,3),(341,223,52,1),(564,379,52,1),(697,475,52,2),(727,505,52,2),(769,547,52,2),(71,44,53,1),(166,108,53,3),(752,530,53,2),(130,84,54,1),(168,109,54,1),(225,147,55,3),(328,214,55,3),(417,276,55,1),(767,545,55,2),(29,17,56,1),(200,131,56,3),(612,410,56,3),(750,528,56,2),(627,421,57,1),(2,1,59,1),(50,30,59,1),(366,241,59,3),(491,326,60,3),(691,469,60,2),(721,499,60,2),(93,58,61,1),(345,226,61,3),(377,248,61,3),(700,478,61,2),(730,508,61,2),(283,185,62,1),(577,388,62,1),(619,415,62,3),(185,119,63,3),(672,450,63,3),(106,67,65,3),(193,126,65,3),(704,482,65,2),(734,512,65,2),(123,79,66,1),(347,227,67,1),(689,467,67,2),(719,497,67,2),(623,418,68,3),(709,487,68,2),(739,517,68,2),(97,61,69,3),(120,77,69,3),(331,216,69,3),(384,253,69,1),(457,305,69,3),(170,110,70,3),(422,280,70,3),(477,317,70,3),(603,404,70,3),(645,434,70,1),(710,488,70,2),(740,518,70,2),(273,179,71,1),(485,322,71,3),(638,430,71,3),(682,460,71,2),(88,55,72,3),(44,26,73,1),(321,210,73,1),(443,295,73,3),(766,544,73,2),(8,5,75,3),(42,25,76,1),(82,51,76,3),(140,90,76,1),(395,261,76,3),(500,331,76,1),(425,282,77,1),(118,76,78,3),(381,251,78,1),(409,271,78,1),(431,287,78,3),(260,169,79,1),(390,258,79,1),(787,565,79,2),(296,193,80,3),(774,552,80,2),(213,139,81,1),(326,213,81,3),(435,289,81,1),(473,314,81,3),(693,471,81,2),(723,501,81,2),(85,53,82,1),(338,221,82,3),(575,387,82,1),(679,457,82,2),(310,202,83,3),(433,288,84,1),(27,16,85,3),(55,33,85,1),(99,62,86,1),(135,87,86,3),(466,310,87,3),(506,335,87,1),(532,356,87,1),(156,101,88,3),(513,341,88,1),(230,150,89,3),(392,259,89,3),(529,354,89,3),(694,472,89,2),(724,502,89,2),(149,97,90,1),(215,140,90,3),(412,273,90,3),(647,435,92,3),(680,458,92,2),(713,491,92,2),(743,521,92,2),(31,18,93,3),(48,29,93,1),(370,244,93,1),(315,205,94,3),(351,230,94,1),(655,440,94,1),(659,442,94,1),(414,274,95,1),(544,365,95,3),(653,439,95,3),(649,436,97,1),(712,490,97,2),(742,520,97,2),(758,536,97,2),(147,96,98,3),(695,473,98,2),(725,503,98,2),(748,526,98,2),(153,99,99,1),(303,197,99,1),(715,493,99,2),(745,523,99,2),(794,572,99,2),(175,113,100,1),(397,262,100,1),(760,538,100,2),(403,267,101,3),(556,373,101,3),(617,414,101,1),(790,568,105,2),(756,534,107,2),(701,479,110,2),(731,509,110,2),(777,555,116,2),(708,486,118,2),(738,516,118,2),(1,1,121,2),(3,2,121,2),(4,3,121,2),(6,4,121,2),(7,5,121,2),(9,6,121,2),(11,7,121,2),(13,8,121,2),(15,9,121,2),(17,10,121,2),(18,11,121,2),(20,12,121,2),(21,13,121,2),(23,14,121,2),(25,15,121,2),(26,16,121,2),(28,17,121,2),(30,18,121,2),(32,19,121,2),(34,20,121,2),(35,21,121,2),(36,22,121,2),(38,23,121,2),(40,24,121,2),(41,25,121,2),(43,26,121,2),(45,27,121,2),(46,28,121,2),(47,29,121,2),(49,30,121,2),(51,31,121,2),(52,32,121,2),(54,33,121,2),(56,34,121,2),(57,35,121,2),(58,36,121,2),(60,37,121,2),(62,38,121,2),(63,39,121,2),(64,40,121,2),(65,41,121,2),(67,42,121,2),(68,43,121,2),(70,44,121,2),(72,45,121,2),(73,46,121,2),(75,47,121,2),(76,48,121,2),(77,49,121,2),(79,50,121,2),(81,51,121,2),(83,52,121,2),(84,53,121,2),(86,54,121,2),(87,55,121,2),(89,56,121,2),(90,57,121,2),(92,58,121,2),(94,59,121,2),(95,60,121,2),(96,61,121,2),(98,62,121,2),(100,63,121,2),(101,64,121,2),(102,65,121,2),(104,66,121,2),(105,67,121,2),(107,68,121,2),(108,69,121,2),(109,70,121,2),(110,71,121,2),(112,72,121,2),(113,73,121,2),(114,74,121,2),(116,75,121,2),(117,76,121,2),(119,77,121,2),(121,78,121,2),(122,79,121,2),(124,80,121,2),(125,81,121,2),(126,82,121,2),(128,83,121,2),(129,84,121,2),(131,85,121,2),(133,86,121,2),(134,87,121,2),(136,88,121,2),(138,89,121,2),(139,90,121,2),(141,91,121,2),(142,92,121,2),(143,93,121,2),(144,94,121,2),(145,95,121,2),(146,96,121,2),(148,97,121,2),(150,98,121,2),(152,99,121,2),(154,100,121,2),(155,101,121,2),(157,102,121,2),(158,103,121,2),(160,104,121,2),(161,105,121,2),(163,106,121,2),(164,107,121,2),(165,108,121,2),(167,109,121,2),(169,110,121,2),(171,111,121,2),(172,112,121,2),(174,113,121,2),(176,114,121,2),(177,115,121,2),(179,116,121,2),(180,117,121,2),(182,118,121,2),(184,119,121,2),(186,120,121,2),(187,121,121,2),(188,122,121,2),(189,123,121,2),(190,124,121,2),(191,125,121,2),(192,126,121,2),(194,127,121,2),(195,128,121,2),(196,129,121,2),(198,130,121,2),(199,131,121,2),(201,132,121,2),(203,133,121,2),(204,134,121,2),(206,135,121,2),(207,136,121,2),(208,137,121,2),(210,138,121,2),(212,139,121,2),(214,140,121,2),(216,141,121,2),(218,142,121,2),(219,143,121,2),(220,144,121,2),(221,145,121,2),(222,146,121,2),(224,147,121,2),(226,148,121,2),(228,149,121,2),(229,150,121,2),(764,542,124,2),(782,560,125,2),(699,477,128,2),(729,507,128,2),(779,557,128,2),(772,550,130,2),(781,559,134,2),(795,573,135,2),(770,548,136,2),(763,541,137,2),(703,481,142,2),(733,511,142,2),(755,533,142,2),(761,539,144,2),(757,535,146,2),(775,553,148,2),(773,551,151,2),(686,464,157,2),(716,494,157,2),(765,543,157,2),(231,151,158,2),(232,152,158,2),(234,153,158,2),(236,154,158,2),(238,155,158,2),(239,156,158,2),(241,157,158,2),(242,158,158,2),(244,159,158,2),(245,160,158,2),(246,161,158,2),(247,162,158,2),(249,163,158,2),(251,164,158,2),(252,165,158,2),(254,166,158,2),(256,167,158,2),(257,168,158,2),(259,169,158,2),(261,170,158,2),(263,171,158,2),(264,172,158,2),(266,173,158,2),(267,174,158,2),(268,175,158,2),(269,176,158,2),(270,177,158,2),(271,178,158,2),(272,179,158,2),(274,180,158,2),(275,181,158,2),(277,182,158,2),(279,183,158,2),(281,184,158,2),(282,185,158,2),(284,186,158,2),(286,187,158,2),(288,188,158,2),(290,189,158,2),(291,190,158,2),(292,191,158,2),(294,192,158,2),(295,193,158,2),(297,194,158,2),(298,195,158,2),(300,196,158,2),(302,197,158,2),(304,198,158,2),(305,199,158,2),(306,200,158,2),(308,201,158,2),(309,202,158,2),(311,203,158,2),(313,204,158,2),(314,205,158,2),(316,206,158,2),(317,207,158,2),(318,208,158,2),(319,209,158,2),(320,210,158,2),(322,211,158,2),(324,212,158,2),(325,213,158,2),(327,214,158,2),(329,215,158,2),(330,216,158,2),(332,217,158,2),(334,218,158,2),(335,219,158,2),(336,220,158,2),(337,221,158,2),(339,222,158,2),(340,223,158,2),(342,224,158,2),(343,225,158,2),(344,226,158,2),(346,227,158,2),(348,228,158,2),(349,229,158,2),(350,230,158,2),(352,231,158,2),(353,232,158,2),(354,233,158,2),(356,234,158,2),(357,235,158,2),(358,236,158,2),(359,237,158,2),(360,238,158,2),(362,239,158,2),(364,240,158,2),(365,241,158,2),(367,242,158,2),(368,243,158,2),(369,244,158,2),(371,245,158,2),(373,246,158,2),(375,247,158,2),(376,248,158,2),(378,249,158,2),(379,250,158,2),(380,251,158,2),(382,252,158,2),(383,253,158,2),(385,254,158,2),(386,255,158,2),(387,256,158,2),(388,257,158,2),(389,258,158,2),(391,259,158,2),(393,260,158,2),(394,261,158,2),(396,262,158,2),(398,263,158,2),(399,264,158,2),(400,265,158,2),(401,266,158,2),(402,267,158,2),(404,268,158,2),(405,269,158,2),(406,270,158,2),(408,271,158,2),(410,272,158,2),(411,273,158,2),(413,274,158,2),(415,275,158,2),(416,276,158,2),(418,277,158,2),(419,278,158,2),(420,279,158,2),(421,280,158,2),(423,281,158,2),(424,282,158,2),(426,283,158,2),(427,284,158,2),(428,285,158,2),(429,286,158,2),(430,287,158,2),(432,288,158,2),(434,289,158,2),(436,290,158,2),(437,291,158,2),(438,292,158,2),(440,293,158,2),(441,294,158,2),(442,295,158,2),(444,296,158,2),(445,297,158,2),(446,298,158,2),(447,299,158,2),(449,300,158,2),(714,492,158,2),(744,522,158,2),(702,480,162,2),(732,510,162,2),(785,563,163,2),(792,570,164,2),(711,489,165,2),(741,519,165,2),(776,554,165,2),(687,465,169,2),(717,495,169,2),(698,476,170,2),(728,506,170,2),(747,525,172,2),(786,564,173,2),(688,466,174,2),(718,496,174,2),(780,558,178,2),(692,470,182,2),(722,500,182,2),(788,566,182,2),(789,567,183,2),(696,474,184,2),(726,504,184,2),(768,546,185,2),(690,468,189,2),(720,498,189,2),(791,569,193,2),(783,561,198,2),(450,301,199,2),(451,302,199,2),(452,303,199,2),(454,304,199,2),(456,305,199,2),(458,306,199,2),(460,307,199,2),(462,308,199,2),(463,309,199,2),(465,310,199,2),(467,311,199,2),(468,312,199,2),(470,313,199,2),(472,314,199,2),(474,315,199,2),(475,316,199,2),(476,317,199,2),(478,318,199,2),(480,319,199,2),(481,320,199,2),(482,321,199,2),(484,322,199,2),(486,323,199,2),(487,324,199,2),(488,325,199,2),(490,326,199,2),(492,327,199,2),(494,328,199,2),(495,329,199,2),(497,330,199,2),(499,331,199,2),(501,332,199,2),(502,333,199,2),(504,334,199,2),(505,335,199,2),(507,336,199,2),(508,337,199,2),(509,338,199,2),(510,339,199,2),(511,340,199,2),(512,341,199,2),(514,342,199,2),(516,343,199,2),(517,344,199,2),(518,345,199,2),(519,346,199,2),(520,347,199,2),(522,348,199,2),(523,349,199,2),(524,350,199,2),(525,351,199,2),(526,352,199,2),(527,353,199,2),(528,354,199,2),(530,355,199,2),(531,356,199,2),(533,357,199,2),(535,358,199,2),(536,359,199,2),(537,360,199,2),(539,361,199,2),(540,362,199,2),(541,363,199,2),(542,364,199,2),(543,365,199,2),(545,366,199,2),(546,367,199,2),(547,368,199,2),(548,369,199,2),(550,370,199,2),(551,371,199,2),(553,372,199,2),(555,373,199,2),(557,374,199,2),(558,375,199,2),(559,376,199,2),(560,377,199,2),(561,378,199,2),(563,379,199,2),(565,380,199,2),(566,381,199,2),(567,382,199,2),(568,383,199,2),(569,384,199,2),(570,385,199,2),(572,386,199,2),(574,387,199,2),(576,388,199,2),(578,389,199,2),(580,390,199,2),(582,391,199,2),(583,392,199,2),(584,393,199,2),(586,394,199,2),(588,395,199,2),(589,396,199,2),(591,397,199,2),(593,398,199,2),(595,399,199,2),(596,400,199,2),(597,401,199,2),(599,402,199,2),(600,403,199,2),(602,404,199,2),(604,405,199,2),(606,406,199,2),(608,407,199,2),(609,408,199,2),(610,409,199,2),(611,410,199,2),(613,411,199,2),(614,412,199,2),(615,413,199,2),(616,414,199,2),(618,415,199,2),(620,416,199,2),(621,417,199,2),(622,418,199,2),(624,419,199,2),(625,420,199,2),(626,421,199,2),(628,422,199,2),(629,423,199,2),(630,424,199,2),(631,425,199,2),(633,426,199,2),(634,427,199,2),(635,428,199,2),(636,429,199,2),(637,430,199,2),(639,431,199,2),(641,432,199,2),(642,433,199,2),(644,434,199,2),(646,435,199,2),(648,436,199,2),(650,437,199,2),(651,438,199,2),(652,439,199,2),(654,440,199,2),(656,441,199,2),(658,442,199,2),(660,443,199,2),(662,444,199,2),(663,445,199,2),(664,446,199,2),(666,447,199,2),(668,448,199,2),(670,449,199,2),(671,450,199,2); /*!40000 ALTER TABLE `civicrm_activity_contact` ENABLE KEYS */; UNLOCK TABLES; @@ -107,7 +107,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_address` WRITE; /*!40000 ALTER TABLE `civicrm_address` DISABLE KEYS */; -INSERT INTO `civicrm_address` (`id`, `contact_id`, `location_type_id`, `is_primary`, `is_billing`, `street_address`, `street_number`, `street_number_suffix`, `street_number_predirectional`, `street_name`, `street_type`, `street_number_postdirectional`, `street_unit`, `supplemental_address_1`, `supplemental_address_2`, `supplemental_address_3`, `city`, `county_id`, `state_province_id`, `postal_code_suffix`, `postal_code`, `usps_adc`, `country_id`, `geo_code_1`, `geo_code_2`, `manual_geo_code`, `timezone`, `name`, `master_id`) VALUES (1,77,1,1,0,'284T States Ave N',284,'T',NULL,'States','Ave','N',NULL,NULL,NULL,NULL,'Winter Haven',1,1008,NULL,'33882',NULL,1228,28.029402,-81.732139,0,NULL,NULL,NULL),(2,11,1,1,0,'858V El Camino Dr NW',858,'V',NULL,'El Camino','Dr','NW',NULL,NULL,NULL,NULL,'Paauhau',1,1010,NULL,'96775',NULL,1228,19.593456,-155.438015,0,NULL,NULL,NULL),(3,159,1,1,0,'991V States Dr W',991,'V',NULL,'States','Dr','W',NULL,NULL,NULL,NULL,'Mission',1,1042,NULL,'78572',NULL,1228,26.234417,-98.34205,0,NULL,NULL,NULL),(4,5,1,1,0,'914C El Camino Rd SW',914,'C',NULL,'El Camino','Rd','SW',NULL,NULL,NULL,NULL,'Wilmington',1,1020,NULL,'01887',NULL,1228,42.558576,-71.17031,0,NULL,NULL,NULL),(5,72,1,1,0,'2V Dowlen Blvd NW',2,'V',NULL,'Dowlen','Blvd','NW',NULL,NULL,NULL,NULL,'Tulsa',1,1035,NULL,'74150',NULL,1228,36.139826,-96.029725,0,NULL,NULL,NULL),(6,15,1,1,0,'829E Woodbridge Ave W',829,'E',NULL,'Woodbridge','Ave','W',NULL,NULL,NULL,NULL,'Oakdale',1,1017,NULL,'71463',NULL,1228,30.806617,-92.65224,0,NULL,NULL,NULL),(7,134,1,1,0,'652W Green Ave S',652,'W',NULL,'Green','Ave','S',NULL,NULL,NULL,NULL,'Baskin',1,1017,NULL,'71219',NULL,1228,32.308243,-91.71527,0,NULL,NULL,NULL),(8,126,1,1,0,'406P Cadell Pl W',406,'P',NULL,'Cadell','Pl','W',NULL,NULL,NULL,NULL,'Boise',1,1011,NULL,'83730',NULL,1228,43.459855,-116.243984,0,NULL,NULL,NULL),(9,28,1,1,0,'840U Green Rd E',840,'U',NULL,'Green','Rd','E',NULL,NULL,NULL,NULL,'Pleasant Grove',1,1003,NULL,'72567',NULL,1228,35.819261,-91.88291,0,NULL,NULL,NULL),(10,103,1,1,0,'170P Martin Luther King Ln SW',170,'P',NULL,'Martin Luther King','Ln','SW',NULL,NULL,NULL,NULL,'Trenton',1,1029,NULL,'08650',NULL,1228,40.280531,-74.712018,0,NULL,NULL,NULL),(11,29,1,1,0,'171K Green Path S',171,'K',NULL,'Green','Path','S',NULL,NULL,NULL,NULL,'Millville',1,1037,NULL,'17846',NULL,1228,41.142069,-76.51679,0,NULL,NULL,NULL),(12,98,1,1,0,'380H Pine Way SE',380,'H',NULL,'Pine','Way','SE',NULL,NULL,NULL,NULL,'Wana',1,1047,NULL,'26590',NULL,1228,39.704464,-80.27178,0,NULL,NULL,NULL),(13,18,1,1,0,'937A Main Way S',937,'A',NULL,'Main','Way','S',NULL,NULL,NULL,NULL,'Schuylkill',1,1037,NULL,'19853',NULL,1228,40.088156,-75.480887,0,NULL,NULL,NULL),(14,170,1,1,0,'610F Cadell St NW',610,'F',NULL,'Cadell','St','NW',NULL,NULL,NULL,NULL,'Orangeburg',1,1039,NULL,'29117',NULL,1228,33.442019,-80.797486,0,NULL,NULL,NULL),(15,139,1,1,0,'102G Beech Way N',102,'G',NULL,'Beech','Way','N',NULL,NULL,NULL,NULL,'Sioux Falls',1,1040,NULL,'57103',NULL,1228,43.537075,-96.69527,0,NULL,NULL,NULL),(16,110,1,1,0,'508L Jackson Way S',508,'L',NULL,'Jackson','Way','S',NULL,NULL,NULL,NULL,'Brinnon',1,1046,NULL,'98320',NULL,1228,47.705616,-122.92868,0,NULL,NULL,NULL),(17,108,1,1,0,'624B Van Ness Ave N',624,'B',NULL,'Van Ness','Ave','N',NULL,NULL,NULL,NULL,'Galesburg',1,1015,NULL,'66740',NULL,1228,37.464733,-95.37039,0,NULL,NULL,NULL),(18,49,1,1,0,'754V Van Ness Ave E',754,'V',NULL,'Van Ness','Ave','E',NULL,NULL,NULL,NULL,'Morley',1,1014,NULL,'52312',NULL,1228,42.006556,-91.24671,0,NULL,NULL,NULL),(19,180,1,1,0,'256Y Bay St E',256,'Y',NULL,'Bay','St','E',NULL,NULL,NULL,NULL,'Harper',1,1042,NULL,'78631',NULL,1228,30.334152,-99.2956,0,NULL,NULL,NULL),(20,161,1,1,0,'414S States Ave SW',414,'S',NULL,'States','Ave','SW',NULL,NULL,NULL,NULL,'Turlock',1,1004,NULL,'95380',NULL,1228,37.48858,-120.85196,0,NULL,NULL,NULL),(21,62,1,1,0,'410O Maple Path N',410,'O',NULL,'Maple','Path','N',NULL,NULL,NULL,NULL,'Millersburg',1,1021,NULL,'49759',NULL,1228,45.433394,-84.09811,0,NULL,NULL,NULL),(22,160,1,1,0,'831V Maple Ave W',831,'V',NULL,'Maple','Ave','W',NULL,NULL,NULL,NULL,'Elgin',1,1012,NULL,'60121',NULL,1228,42.04133,-88.3126,0,NULL,NULL,NULL),(23,48,1,1,0,'891M Pine Ave NE',891,'M',NULL,'Pine','Ave','NE',NULL,NULL,NULL,NULL,'Laotto',1,1013,NULL,'46763',NULL,1228,41.28867,-85.22236,0,NULL,NULL,NULL),(24,192,1,1,0,'833D Bay Rd SE',833,'D',NULL,'Bay','Rd','SE',NULL,NULL,NULL,NULL,'Gary',1,1013,NULL,'46404',NULL,1228,41.588636,-87.37271,0,NULL,NULL,NULL),(25,58,1,1,0,'247K Bay Dr NW',247,'K',NULL,'Bay','Dr','NW',NULL,NULL,NULL,NULL,'Seattle',1,1046,NULL,'98131',NULL,1228,47.432251,-121.803388,0,NULL,NULL,NULL),(26,76,1,1,0,'750P Martin Luther King Ln SW',750,'P',NULL,'Martin Luther King','Ln','SW',NULL,NULL,NULL,NULL,'Fresno',1,1004,NULL,'93741',NULL,1228,36.746375,-119.639658,0,NULL,NULL,NULL),(27,94,1,1,0,'717M Bay Ave W',717,'M',NULL,'Bay','Ave','W',NULL,NULL,NULL,NULL,'Plankinton',1,1040,NULL,'57368',NULL,1228,43.733471,-98.47215,0,NULL,NULL,NULL),(28,68,1,1,0,'382C Jackson Ln E',382,'C',NULL,'Jackson','Ln','E',NULL,NULL,NULL,NULL,'Godley',1,1042,NULL,'76044',NULL,1228,32.442679,-97.52595,0,NULL,NULL,NULL),(29,63,1,1,0,'288T Pine Dr NW',288,'T',NULL,'Pine','Dr','NW',NULL,NULL,NULL,NULL,'Perrysville',1,1013,NULL,'47974',NULL,1228,40.043359,-87.4655,0,NULL,NULL,NULL),(30,190,1,1,0,'900P States Rd N',900,'P',NULL,'States','Rd','N',NULL,NULL,NULL,NULL,'Moraga',1,1004,NULL,'94575',NULL,1228,37.777208,-121.955399,0,NULL,NULL,NULL),(31,188,1,1,0,'660B Dowlen Way NW',660,'B',NULL,'Dowlen','Way','NW',NULL,NULL,NULL,NULL,'Baxley',1,1009,NULL,'31515',NULL,1228,31.717717,-82.299677,0,NULL,NULL,NULL),(32,125,1,1,0,'998J Woodbridge Dr NW',998,'J',NULL,'Woodbridge','Dr','NW',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80218',NULL,1228,39.731237,-104.97133,0,NULL,NULL,NULL),(33,194,1,1,0,'143L Bay Pl E',143,'L',NULL,'Bay','Pl','E',NULL,NULL,NULL,NULL,'Garden Grove',1,1004,NULL,'92680',NULL,1228,33.792124,-117.993561,0,NULL,NULL,NULL),(34,65,1,1,0,'849S Beech Path E',849,'S',NULL,'Beech','Path','E',NULL,NULL,NULL,NULL,'Wilmington',1,1007,NULL,'19891',NULL,1228,39.564499,-75.597047,0,NULL,NULL,NULL),(35,19,1,1,0,'813I States Pl SW',813,'I',NULL,'States','Pl','SW',NULL,NULL,NULL,NULL,'Manitou Beach',1,1021,NULL,'49253',NULL,1228,41.974999,-84.27972,0,NULL,NULL,NULL),(36,184,1,1,0,'950S Maple Ln N',950,'S',NULL,'Maple','Ln','N',NULL,NULL,NULL,NULL,'Alma',1,1031,NULL,'14708',NULL,1228,42.016108,-78.05768,0,NULL,NULL,NULL),(37,35,1,1,0,'24C Pine Blvd N',24,'C',NULL,'Pine','Blvd','N',NULL,NULL,NULL,NULL,'Marshall',1,1003,NULL,'72650',NULL,1228,35.896883,-92.66479,0,NULL,NULL,NULL),(38,83,1,1,0,'451I Caulder St N',451,'I',NULL,'Caulder','St','N',NULL,NULL,NULL,NULL,'Oxbow',1,1018,NULL,'04764',NULL,1228,46.416656,-68.47646,0,NULL,NULL,NULL),(39,38,1,1,0,'882A States Rd W',882,'A',NULL,'States','Rd','W',NULL,NULL,NULL,NULL,'Chesterfield',1,1024,NULL,'63005',NULL,1228,38.646981,-90.63155,0,NULL,NULL,NULL),(40,144,1,1,0,'921I Green Way E',921,'I',NULL,'Green','Way','E',NULL,NULL,NULL,NULL,'Orlando',1,1008,NULL,'32810',NULL,1228,28.619445,-81.42695,0,NULL,NULL,NULL),(41,71,1,1,0,'723T Northpoint Rd NE',723,'T',NULL,'Northpoint','Rd','NE',NULL,NULL,NULL,NULL,'Wing',1,1000,NULL,'36483',NULL,1228,31.03183,-86.70207,0,NULL,NULL,NULL),(42,84,1,1,0,'534M Pine Path NW',534,'M',NULL,'Pine','Path','NW',NULL,NULL,NULL,NULL,'Dothan',1,1000,NULL,'36302',NULL,1228,31.156018,-85.355931,0,NULL,NULL,NULL),(43,150,1,1,0,'627Q El Camino Ave SE',627,'Q',NULL,'El Camino','Ave','SE',NULL,NULL,NULL,NULL,'Raleigh',1,1032,NULL,'27668',NULL,1228,35.797692,-78.625265,0,NULL,NULL,NULL),(44,201,1,1,0,'709G Jackson Ave N',709,'G',NULL,'Jackson','Ave','N',NULL,NULL,NULL,NULL,'Bakersfield',1,1004,NULL,'93301',NULL,1228,35.381408,-119.01935,0,NULL,NULL,NULL),(45,60,1,1,0,'133O Woodbridge St NW',133,'O',NULL,'Woodbridge','St','NW',NULL,NULL,NULL,NULL,'Stoneboro',1,1037,NULL,'16153',NULL,1228,41.335391,-80.08895,0,NULL,NULL,NULL),(46,47,1,1,0,'717I Green Dr S',717,'I',NULL,'Green','Dr','S',NULL,NULL,NULL,NULL,'Websterville',1,1044,NULL,'05678',NULL,1228,44.158979,-72.46942,0,NULL,NULL,NULL),(47,182,1,1,0,'244P Van Ness Way NE',244,'P',NULL,'Van Ness','Way','NE',NULL,NULL,NULL,NULL,'Tucson',1,1002,NULL,'85754',NULL,1228,31.970131,-111.890713,0,NULL,NULL,NULL),(48,79,1,1,0,'774N Green Dr SE',774,'N',NULL,'Green','Dr','SE',NULL,NULL,NULL,NULL,'New Orleans',1,1017,NULL,'70130',NULL,1228,29.938005,-90.07195,0,NULL,NULL,NULL),(49,66,1,1,0,'571Q Maple Pl N',571,'Q',NULL,'Maple','Pl','N',NULL,NULL,NULL,NULL,'Oley',1,1037,NULL,'19547',NULL,1228,40.385143,-75.76372,0,NULL,NULL,NULL),(50,39,1,1,0,'764X Maple Rd SW',764,'X',NULL,'Maple','Rd','SW',NULL,NULL,NULL,NULL,'Northridge',1,1004,NULL,'91328',NULL,1228,33.786594,-118.298662,0,NULL,NULL,NULL),(51,200,1,1,0,'707A Northpoint Rd N',707,'A',NULL,'Northpoint','Rd','N',NULL,NULL,NULL,NULL,'Codorus',1,1037,NULL,'17311',NULL,1228,39.81667,-76.84165,0,NULL,NULL,NULL),(52,121,1,1,0,'568Q States Ln SW',568,'Q',NULL,'States','Ln','SW',NULL,NULL,NULL,NULL,'Amorita',1,1035,NULL,'73719',NULL,1228,36.949448,-98.28297,0,NULL,NULL,NULL),(53,147,1,1,0,'668W Caulder Ave E',668,'W',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Brothers',1,1036,NULL,'97712',NULL,1228,43.785416,-120.51518,0,NULL,NULL,NULL),(54,30,1,1,0,'413W States Dr N',413,'W',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Norma',1,1029,NULL,'08347',NULL,1228,39.499765,-75.082022,0,NULL,NULL,NULL),(55,164,1,1,0,'844V Martin Luther King Pl S',844,'V',NULL,'Martin Luther King','Pl','S',NULL,NULL,NULL,NULL,'Hanley Falls',1,1022,NULL,'56245',NULL,1228,44.690608,-95.65028,0,NULL,NULL,NULL),(56,64,1,1,0,'867K Second Ln NE',867,'K',NULL,'Second','Ln','NE',NULL,NULL,NULL,NULL,'Queens Village',1,1031,NULL,'11428',NULL,1228,40.719981,-73.74127,0,NULL,NULL,NULL),(57,73,1,1,0,'294M Northpoint Ln S',294,'M',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Switchback',1,1047,NULL,'24887',NULL,1228,37.371122,-81.384,0,NULL,NULL,NULL),(58,75,1,1,0,'487Z Lincoln Path SE',487,'Z',NULL,'Lincoln','Path','SE',NULL,NULL,NULL,NULL,'Portland',1,1036,NULL,'97227',NULL,1228,45.543831,-122.67497,0,NULL,NULL,NULL),(59,20,1,1,0,'278E Dowlen Ln W',278,'E',NULL,'Dowlen','Ln','W',NULL,NULL,NULL,NULL,'Strum',1,1048,NULL,'54770',NULL,1228,44.545046,-91.38753,0,NULL,NULL,NULL),(60,7,1,1,0,'157V Lincoln Ave W',157,'V',NULL,'Lincoln','Ave','W',NULL,NULL,NULL,NULL,'San Jose',1,1004,NULL,'95127',NULL,1228,37.369473,-121.82077,0,NULL,NULL,NULL),(61,176,1,1,0,'619X Caulder Ln E',619,'X',NULL,'Caulder','Ln','E',NULL,NULL,NULL,NULL,'Hortonville',1,1048,NULL,'54944',NULL,1228,44.333183,-88.6167,0,NULL,NULL,NULL),(62,183,1,1,0,'664H Pine Blvd S',664,'H',NULL,'Pine','Blvd','S',NULL,NULL,NULL,NULL,'Harrisville',1,1021,NULL,'48740',NULL,1228,44.663477,-83.3516,0,NULL,NULL,NULL),(63,21,1,1,0,'399R States Path SW',399,'R',NULL,'States','Path','SW',NULL,NULL,NULL,NULL,'Raleigh',1,1032,NULL,'27613',NULL,1228,35.899208,-78.71161,0,NULL,NULL,NULL),(64,96,1,1,0,'462W Bay Ave E',462,'W',NULL,'Bay','Ave','E',NULL,NULL,NULL,NULL,'Walnut Grove',1,1004,NULL,'95690',NULL,1228,38.240477,-121.56507,0,NULL,NULL,NULL),(65,111,1,1,0,'986Y Bay Pl SW',986,'Y',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Holualoa',1,1010,NULL,'96725',NULL,1228,19.410727,-155.7478,0,NULL,NULL,NULL),(66,56,1,1,0,'443X Dowlen Ln S',443,'X',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Jacksonville',1,1044,NULL,'05342',NULL,1228,42.781648,-72.80609,0,NULL,NULL,NULL),(67,186,1,1,0,'121T Van Ness St NW',121,'T',NULL,'Van Ness','St','NW',NULL,NULL,NULL,NULL,'Harvard',1,1026,NULL,'68944',NULL,1228,40.635514,-98.09442,0,NULL,NULL,NULL),(68,112,1,1,0,'281D Maple Path S',281,'D',NULL,'Maple','Path','S',NULL,NULL,NULL,NULL,'Clio',1,1014,NULL,'50052',NULL,1228,40.639737,-93.45615,0,NULL,NULL,NULL),(69,174,1,1,0,'528Z Van Ness Ave SW',528,'Z',NULL,'Van Ness','Ave','SW',NULL,NULL,NULL,NULL,'Marcus',1,1014,NULL,'51035',NULL,1228,42.793354,-95.7903,0,NULL,NULL,NULL),(70,113,1,1,0,'50Q El Camino Blvd W',50,'Q',NULL,'El Camino','Blvd','W',NULL,NULL,NULL,NULL,'Prescott Valley',1,1002,NULL,'86314',NULL,1228,34.621743,-112.32176,0,NULL,NULL,NULL),(71,151,1,1,0,'296G Pine Ave E',296,'G',NULL,'Pine','Ave','E',NULL,NULL,NULL,NULL,'Elmira',1,1047,NULL,'26618',NULL,1228,38.706017,-80.736884,0,NULL,NULL,NULL),(72,69,3,1,0,'875U Lincoln Ln N',875,'U',NULL,'Lincoln','Ln','N',NULL,'Donor Relations',NULL,NULL,'Rowlett',1,1042,NULL,'75030',NULL,1228,32.91747,-96.534737,0,NULL,NULL,NULL),(73,178,2,1,0,'875U Lincoln Ln N',875,'U',NULL,'Lincoln','Ln','N',NULL,'Donor Relations',NULL,NULL,'Rowlett',1,1042,NULL,'75030',NULL,1228,32.91747,-96.534737,0,NULL,NULL,72),(74,135,3,1,0,'128N Second Ave S',128,'N',NULL,'Second','Ave','S',NULL,'Urgent',NULL,NULL,'Schaumburg',1,1012,NULL,'60196',NULL,1228,42.056376,-88.072522,0,NULL,NULL,NULL),(75,138,3,1,0,'737P Northpoint Dr N',737,'P',NULL,'Northpoint','Dr','N',NULL,'Mailstop 101',NULL,NULL,'Seville',1,1008,NULL,'32190',NULL,1228,29.332109,-81.50008,0,NULL,NULL,NULL),(76,97,3,1,0,'812C Jackson St NW',812,'C',NULL,'Jackson','St','NW',NULL,'Attn: Accounting',NULL,NULL,'Wilmington',1,1032,NULL,'28401',NULL,1228,34.235219,-77.94134,0,NULL,NULL,NULL),(77,179,2,1,0,'812C Jackson St NW',812,'C',NULL,'Jackson','St','NW',NULL,'Attn: Accounting',NULL,NULL,'Wilmington',1,1032,NULL,'28401',NULL,1228,34.235219,-77.94134,0,NULL,NULL,76),(78,148,3,1,0,'776M Caulder Pl SW',776,'M',NULL,'Caulder','Pl','SW',NULL,'Receiving',NULL,NULL,'Evans',1,1046,NULL,'99126',NULL,1228,48.733324,-117.97348,0,NULL,NULL,NULL),(79,189,2,1,0,'776M Caulder Pl SW',776,'M',NULL,'Caulder','Pl','SW',NULL,'Receiving',NULL,NULL,'Evans',1,1046,NULL,'99126',NULL,1228,48.733324,-117.97348,0,NULL,NULL,78),(80,17,3,1,0,'902Y Martin Luther King Ave SE',902,'Y',NULL,'Martin Luther King','Ave','SE',NULL,'Community Relations',NULL,NULL,'Ivor',1,1045,NULL,'23866',NULL,1228,36.907991,-76.89025,0,NULL,NULL,NULL),(81,199,3,1,0,'742B El Camino St NW',742,'B',NULL,'El Camino','St','NW',NULL,'Mailstop 101',NULL,NULL,'Zillah',1,1046,NULL,'98953',NULL,1228,46.418933,-120.26699,0,NULL,NULL,NULL),(82,18,2,0,0,'742B El Camino St NW',742,'B',NULL,'El Camino','St','NW',NULL,'Mailstop 101',NULL,NULL,'Zillah',1,1046,NULL,'98953',NULL,1228,46.418933,-120.26699,0,NULL,NULL,81),(83,101,3,1,0,'513L Green Dr SE',513,'L',NULL,'Green','Dr','SE',NULL,'Disbursements',NULL,NULL,'Georgetown',1,1048,NULL,'54353',NULL,1228,45.54142,-92.398168,0,NULL,NULL,NULL),(84,38,2,0,0,'513L Green Dr SE',513,'L',NULL,'Green','Dr','SE',NULL,'Disbursements',NULL,NULL,'Georgetown',1,1048,NULL,'54353',NULL,1228,45.54142,-92.398168,0,NULL,NULL,83),(85,74,3,1,0,'108C Van Ness Dr SE',108,'C',NULL,'Van Ness','Dr','SE',NULL,'Subscriptions Dept',NULL,NULL,'Thompson',1,1034,NULL,'44086',NULL,1228,41.674336,-81.05753,0,NULL,NULL,NULL),(86,116,3,1,0,'863O El Camino Ln E',863,'O',NULL,'El Camino','Ln','E',NULL,'Mailstop 101',NULL,NULL,'Manitowoc',1,1048,NULL,'54221',NULL,1228,44.132295,-87.599031,0,NULL,NULL,NULL),(87,13,3,1,0,'579R Pine Dr N',579,'R',NULL,'Pine','Dr','N',NULL,'c/o OPDC',NULL,NULL,'Detroit',1,1021,NULL,'48223',NULL,1228,42.394586,-83.24422,0,NULL,NULL,NULL),(88,145,2,1,0,'579R Pine Dr N',579,'R',NULL,'Pine','Dr','N',NULL,'c/o OPDC',NULL,NULL,'Detroit',1,1021,NULL,'48223',NULL,1228,42.394586,-83.24422,0,NULL,NULL,87),(89,195,3,1,0,'731L Dowlen Way S',731,'L',NULL,'Dowlen','Way','S',NULL,'Donor Relations',NULL,NULL,'Azalea',1,1036,NULL,'97410',NULL,1228,42.790958,-123.14894,0,NULL,NULL,NULL),(90,128,2,1,0,'731L Dowlen Way S',731,'L',NULL,'Dowlen','Way','S',NULL,'Donor Relations',NULL,NULL,'Azalea',1,1036,NULL,'97410',NULL,1228,42.790958,-123.14894,0,NULL,NULL,89),(91,102,3,1,0,'949Q College Path S',949,'Q',NULL,'College','Path','S',NULL,'Mailstop 101',NULL,NULL,'Diller',1,1026,NULL,'68342',NULL,1228,40.105725,-96.93428,0,NULL,NULL,NULL),(92,33,2,1,0,'949Q College Path S',949,'Q',NULL,'College','Path','S',NULL,'Mailstop 101',NULL,NULL,'Diller',1,1026,NULL,'68342',NULL,1228,40.105725,-96.93428,0,NULL,NULL,91),(93,146,3,1,0,'991R Second Dr S',991,'R',NULL,'Second','Dr','S',NULL,'Churchgate',NULL,NULL,'Booneville',1,1016,NULL,'41314',NULL,1228,37.430777,-83.66771,0,NULL,NULL,NULL),(94,142,2,1,0,'991R Second Dr S',991,'R',NULL,'Second','Dr','S',NULL,'Churchgate',NULL,NULL,'Booneville',1,1016,NULL,'41314',NULL,1228,37.430777,-83.66771,0,NULL,NULL,93),(95,109,3,1,0,'939D Green Ave N',939,'D',NULL,'Green','Ave','N',NULL,'Attn: Development',NULL,NULL,'Milford',1,1042,NULL,'76670',NULL,1228,32.111683,-96.97377,0,NULL,NULL,NULL),(96,54,3,1,0,'925Y Maple Pl E',925,'Y',NULL,'Maple','Pl','E',NULL,'c/o OPDC',NULL,NULL,'Mesa',1,1002,NULL,'85275',NULL,1228,33.276539,-112.18717,0,NULL,NULL,NULL),(97,95,2,1,0,'925Y Maple Pl E',925,'Y',NULL,'Maple','Pl','E',NULL,'c/o OPDC',NULL,NULL,'Mesa',1,1002,NULL,'85275',NULL,1228,33.276539,-112.18717,0,NULL,NULL,96),(98,80,3,1,0,'860N Maple St E',860,'N',NULL,'Maple','St','E',NULL,'Attn: Accounting',NULL,NULL,'West Boylston',1,1020,NULL,'01583',NULL,1228,42.359842,-71.787,0,NULL,NULL,NULL),(99,52,2,1,0,'860N Maple St E',860,'N',NULL,'Maple','St','E',NULL,'Attn: Accounting',NULL,NULL,'West Boylston',1,1020,NULL,'01583',NULL,1228,42.359842,-71.787,0,NULL,NULL,98),(100,25,3,1,0,'498N Jackson Pl SW',498,'N',NULL,'Jackson','Pl','SW',NULL,'c/o OPDC',NULL,NULL,'Osceola',1,1014,NULL,'50213',NULL,1228,41.031309,-93.77004,0,NULL,NULL,NULL),(101,67,3,1,0,'74Z Jackson Path NW',74,'Z',NULL,'Jackson','Path','NW',NULL,'Receiving',NULL,NULL,'Arvada',1,1005,NULL,'80002',NULL,1228,39.795006,-105.0981,0,NULL,NULL,NULL),(102,185,3,1,0,'357N Northpoint Dr W',357,'N',NULL,'Northpoint','Dr','W',NULL,'Mailstop 101',NULL,NULL,'Lakeside',1,1021,NULL,'49116',NULL,1228,41.848782,-86.67044,0,NULL,NULL,NULL),(103,166,1,1,0,'568Q States Ln SW',568,'Q',NULL,'States','Ln','SW',NULL,NULL,NULL,NULL,'Amorita',1,1035,NULL,'73719',NULL,1228,36.949448,-98.28297,0,NULL,NULL,52),(104,37,1,1,0,'568Q States Ln SW',568,'Q',NULL,'States','Ln','SW',NULL,NULL,NULL,NULL,'Amorita',1,1035,NULL,'73719',NULL,1228,36.949448,-98.28297,0,NULL,NULL,52),(105,158,1,1,0,'568Q States Ln SW',568,'Q',NULL,'States','Ln','SW',NULL,NULL,NULL,NULL,'Amorita',1,1035,NULL,'73719',NULL,1228,36.949448,-98.28297,0,NULL,NULL,52),(106,32,1,1,0,'568Q States Ln SW',568,'Q',NULL,'States','Ln','SW',NULL,NULL,NULL,NULL,'Amorita',1,1035,NULL,'73719',NULL,1228,36.949448,-98.28297,0,NULL,NULL,52),(107,191,1,1,0,'668W Caulder Ave E',668,'W',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Brothers',1,1036,NULL,'97712',NULL,1228,43.785416,-120.51518,0,NULL,NULL,53),(108,133,1,1,0,'668W Caulder Ave E',668,'W',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Brothers',1,1036,NULL,'97712',NULL,1228,43.785416,-120.51518,0,NULL,NULL,53),(109,129,1,1,0,'668W Caulder Ave E',668,'W',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Brothers',1,1036,NULL,'97712',NULL,1228,43.785416,-120.51518,0,NULL,NULL,53),(110,43,1,1,0,'668W Caulder Ave E',668,'W',NULL,'Caulder','Ave','E',NULL,NULL,NULL,NULL,'Brothers',1,1036,NULL,'97712',NULL,1228,43.785416,-120.51518,0,NULL,NULL,53),(111,100,1,1,0,'413W States Dr N',413,'W',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Norma',1,1029,NULL,'08347',NULL,1228,39.499765,-75.082022,0,NULL,NULL,54),(112,2,1,1,0,'413W States Dr N',413,'W',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Norma',1,1029,NULL,'08347',NULL,1228,39.499765,-75.082022,0,NULL,NULL,54),(113,197,1,1,0,'413W States Dr N',413,'W',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Norma',1,1029,NULL,'08347',NULL,1228,39.499765,-75.082022,0,NULL,NULL,54),(114,90,1,1,0,'568D Martin Luther King Blvd E',568,'D',NULL,'Martin Luther King','Blvd','E',NULL,NULL,NULL,NULL,'Fountainville',1,1037,NULL,'18923',NULL,1228,40.346926,-75.16497,0,NULL,NULL,NULL),(115,162,1,1,0,'844V Martin Luther King Pl S',844,'V',NULL,'Martin Luther King','Pl','S',NULL,NULL,NULL,NULL,'Hanley Falls',1,1022,NULL,'56245',NULL,1228,44.690608,-95.65028,0,NULL,NULL,55),(116,143,1,1,0,'844V Martin Luther King Pl S',844,'V',NULL,'Martin Luther King','Pl','S',NULL,NULL,NULL,NULL,'Hanley Falls',1,1022,NULL,'56245',NULL,1228,44.690608,-95.65028,0,NULL,NULL,55),(117,181,1,1,0,'844V Martin Luther King Pl S',844,'V',NULL,'Martin Luther King','Pl','S',NULL,NULL,NULL,NULL,'Hanley Falls',1,1022,NULL,'56245',NULL,1228,44.690608,-95.65028,0,NULL,NULL,55),(118,140,1,1,0,'135R States Dr E',135,'R',NULL,'States','Dr','E',NULL,NULL,NULL,NULL,'Morristown',1,1040,NULL,'57645',NULL,1228,45.884074,-101.7111,0,NULL,NULL,NULL),(119,87,1,1,0,'867K Second Ln NE',867,'K',NULL,'Second','Ln','NE',NULL,NULL,NULL,NULL,'Queens Village',1,1031,NULL,'11428',NULL,1228,40.719981,-73.74127,0,NULL,NULL,56),(120,92,1,1,0,'867K Second Ln NE',867,'K',NULL,'Second','Ln','NE',NULL,NULL,NULL,NULL,'Queens Village',1,1031,NULL,'11428',NULL,1228,40.719981,-73.74127,0,NULL,NULL,56),(121,136,1,1,0,'867K Second Ln NE',867,'K',NULL,'Second','Ln','NE',NULL,NULL,NULL,NULL,'Queens Village',1,1031,NULL,'11428',NULL,1228,40.719981,-73.74127,0,NULL,NULL,56),(122,22,1,1,0,'713W Cadell Pl NE',713,'W',NULL,'Cadell','Pl','NE',NULL,NULL,NULL,NULL,'Ashville',1,1000,NULL,'35953',NULL,1228,33.825516,-86.24231,0,NULL,NULL,NULL),(123,14,1,1,0,'294M Northpoint Ln S',294,'M',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Switchback',1,1047,NULL,'24887',NULL,1228,37.371122,-81.384,0,NULL,NULL,57),(124,34,1,1,0,'294M Northpoint Ln S',294,'M',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Switchback',1,1047,NULL,'24887',NULL,1228,37.371122,-81.384,0,NULL,NULL,57),(125,171,1,1,0,'294M Northpoint Ln S',294,'M',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Switchback',1,1047,NULL,'24887',NULL,1228,37.371122,-81.384,0,NULL,NULL,57),(126,106,1,1,0,'294M Northpoint Ln S',294,'M',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Switchback',1,1047,NULL,'24887',NULL,1228,37.371122,-81.384,0,NULL,NULL,57),(127,196,1,1,0,'487Z Lincoln Path SE',487,'Z',NULL,'Lincoln','Path','SE',NULL,NULL,NULL,NULL,'Portland',1,1036,NULL,'97227',NULL,1228,45.543831,-122.67497,0,NULL,NULL,58),(128,124,1,1,0,'487Z Lincoln Path SE',487,'Z',NULL,'Lincoln','Path','SE',NULL,NULL,NULL,NULL,'Portland',1,1036,NULL,'97227',NULL,1228,45.543831,-122.67497,0,NULL,NULL,58),(129,3,1,1,0,'487Z Lincoln Path SE',487,'Z',NULL,'Lincoln','Path','SE',NULL,NULL,NULL,NULL,'Portland',1,1036,NULL,'97227',NULL,1228,45.543831,-122.67497,0,NULL,NULL,58),(130,9,1,1,0,'487Z Lincoln Path SE',487,'Z',NULL,'Lincoln','Path','SE',NULL,NULL,NULL,NULL,'Portland',1,1036,NULL,'97227',NULL,1228,45.543831,-122.67497,0,NULL,NULL,58),(131,23,1,1,0,'278E Dowlen Ln W',278,'E',NULL,'Dowlen','Ln','W',NULL,NULL,NULL,NULL,'Strum',1,1048,NULL,'54770',NULL,1228,44.545046,-91.38753,0,NULL,NULL,59),(132,45,1,1,0,'278E Dowlen Ln W',278,'E',NULL,'Dowlen','Ln','W',NULL,NULL,NULL,NULL,'Strum',1,1048,NULL,'54770',NULL,1228,44.545046,-91.38753,0,NULL,NULL,59),(133,114,1,1,0,'278E Dowlen Ln W',278,'E',NULL,'Dowlen','Ln','W',NULL,NULL,NULL,NULL,'Strum',1,1048,NULL,'54770',NULL,1228,44.545046,-91.38753,0,NULL,NULL,59),(134,141,1,1,0,'278E Dowlen Ln W',278,'E',NULL,'Dowlen','Ln','W',NULL,NULL,NULL,NULL,'Strum',1,1048,NULL,'54770',NULL,1228,44.545046,-91.38753,0,NULL,NULL,59),(135,12,1,1,0,'157V Lincoln Ave W',157,'V',NULL,'Lincoln','Ave','W',NULL,NULL,NULL,NULL,'San Jose',1,1004,NULL,'95127',NULL,1228,37.369473,-121.82077,0,NULL,NULL,60),(136,165,1,1,0,'157V Lincoln Ave W',157,'V',NULL,'Lincoln','Ave','W',NULL,NULL,NULL,NULL,'San Jose',1,1004,NULL,'95127',NULL,1228,37.369473,-121.82077,0,NULL,NULL,60),(137,57,1,1,0,'157V Lincoln Ave W',157,'V',NULL,'Lincoln','Ave','W',NULL,NULL,NULL,NULL,'San Jose',1,1004,NULL,'95127',NULL,1228,37.369473,-121.82077,0,NULL,NULL,60),(138,156,1,1,0,'157V Lincoln Ave W',157,'V',NULL,'Lincoln','Ave','W',NULL,NULL,NULL,NULL,'San Jose',1,1004,NULL,'95127',NULL,1228,37.369473,-121.82077,0,NULL,NULL,60),(139,189,1,0,0,'619X Caulder Ln E',619,'X',NULL,'Caulder','Ln','E',NULL,NULL,NULL,NULL,'Hortonville',1,1048,NULL,'54944',NULL,1228,44.333183,-88.6167,0,NULL,NULL,61),(140,120,1,1,0,'619X Caulder Ln E',619,'X',NULL,'Caulder','Ln','E',NULL,NULL,NULL,NULL,'Hortonville',1,1048,NULL,'54944',NULL,1228,44.333183,-88.6167,0,NULL,NULL,61),(141,52,1,0,0,'619X Caulder Ln E',619,'X',NULL,'Caulder','Ln','E',NULL,NULL,NULL,NULL,'Hortonville',1,1048,NULL,'54944',NULL,1228,44.333183,-88.6167,0,NULL,NULL,61),(142,172,1,1,0,'619X Caulder Ln E',619,'X',NULL,'Caulder','Ln','E',NULL,NULL,NULL,NULL,'Hortonville',1,1048,NULL,'54944',NULL,1228,44.333183,-88.6167,0,NULL,NULL,61),(143,59,1,1,0,'664H Pine Blvd S',664,'H',NULL,'Pine','Blvd','S',NULL,NULL,NULL,NULL,'Harrisville',1,1021,NULL,'48740',NULL,1228,44.663477,-83.3516,0,NULL,NULL,62),(144,187,1,1,0,'664H Pine Blvd S',664,'H',NULL,'Pine','Blvd','S',NULL,NULL,NULL,NULL,'Harrisville',1,1021,NULL,'48740',NULL,1228,44.663477,-83.3516,0,NULL,NULL,62),(145,16,1,1,0,'664H Pine Blvd S',664,'H',NULL,'Pine','Blvd','S',NULL,NULL,NULL,NULL,'Harrisville',1,1021,NULL,'48740',NULL,1228,44.663477,-83.3516,0,NULL,NULL,62),(146,149,1,1,0,'664H Pine Blvd S',664,'H',NULL,'Pine','Blvd','S',NULL,NULL,NULL,NULL,'Harrisville',1,1021,NULL,'48740',NULL,1228,44.663477,-83.3516,0,NULL,NULL,62),(147,177,1,1,0,'399R States Path SW',399,'R',NULL,'States','Path','SW',NULL,NULL,NULL,NULL,'Raleigh',1,1032,NULL,'27613',NULL,1228,35.899208,-78.71161,0,NULL,NULL,63),(148,145,1,0,0,'399R States Path SW',399,'R',NULL,'States','Path','SW',NULL,NULL,NULL,NULL,'Raleigh',1,1032,NULL,'27613',NULL,1228,35.899208,-78.71161,0,NULL,NULL,63),(149,91,1,1,0,'399R States Path SW',399,'R',NULL,'States','Path','SW',NULL,NULL,NULL,NULL,'Raleigh',1,1032,NULL,'27613',NULL,1228,35.899208,-78.71161,0,NULL,NULL,63),(150,42,1,1,0,'399R States Path SW',399,'R',NULL,'States','Path','SW',NULL,NULL,NULL,NULL,'Raleigh',1,1032,NULL,'27613',NULL,1228,35.899208,-78.71161,0,NULL,NULL,63),(151,104,1,1,0,'462W Bay Ave E',462,'W',NULL,'Bay','Ave','E',NULL,NULL,NULL,NULL,'Walnut Grove',1,1004,NULL,'95690',NULL,1228,38.240477,-121.56507,0,NULL,NULL,64),(152,27,1,1,0,'462W Bay Ave E',462,'W',NULL,'Bay','Ave','E',NULL,NULL,NULL,NULL,'Walnut Grove',1,1004,NULL,'95690',NULL,1228,38.240477,-121.56507,0,NULL,NULL,64),(153,168,1,1,0,'462W Bay Ave E',462,'W',NULL,'Bay','Ave','E',NULL,NULL,NULL,NULL,'Walnut Grove',1,1004,NULL,'95690',NULL,1228,38.240477,-121.56507,0,NULL,NULL,64),(154,131,1,1,0,'462W Bay Ave E',462,'W',NULL,'Bay','Ave','E',NULL,NULL,NULL,NULL,'Walnut Grove',1,1004,NULL,'95690',NULL,1228,38.240477,-121.56507,0,NULL,NULL,64),(155,41,1,1,0,'986Y Bay Pl SW',986,'Y',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Holualoa',1,1010,NULL,'96725',NULL,1228,19.410727,-155.7478,0,NULL,NULL,65),(156,53,1,1,0,'986Y Bay Pl SW',986,'Y',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Holualoa',1,1010,NULL,'96725',NULL,1228,19.410727,-155.7478,0,NULL,NULL,65),(157,10,1,1,0,'986Y Bay Pl SW',986,'Y',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Holualoa',1,1010,NULL,'96725',NULL,1228,19.410727,-155.7478,0,NULL,NULL,65),(158,8,1,1,0,'986Y Bay Pl SW',986,'Y',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Holualoa',1,1010,NULL,'96725',NULL,1228,19.410727,-155.7478,0,NULL,NULL,65),(159,132,1,1,0,'443X Dowlen Ln S',443,'X',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Jacksonville',1,1044,NULL,'05342',NULL,1228,42.781648,-72.80609,0,NULL,NULL,66),(160,155,1,1,0,'443X Dowlen Ln S',443,'X',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Jacksonville',1,1044,NULL,'05342',NULL,1228,42.781648,-72.80609,0,NULL,NULL,66),(161,115,1,1,0,'443X Dowlen Ln S',443,'X',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Jacksonville',1,1044,NULL,'05342',NULL,1228,42.781648,-72.80609,0,NULL,NULL,66),(162,128,1,0,0,'443X Dowlen Ln S',443,'X',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Jacksonville',1,1044,NULL,'05342',NULL,1228,42.781648,-72.80609,0,NULL,NULL,66),(163,44,1,1,0,'121T Van Ness St NW',121,'T',NULL,'Van Ness','St','NW',NULL,NULL,NULL,NULL,'Harvard',1,1026,NULL,'68944',NULL,1228,40.635514,-98.09442,0,NULL,NULL,67),(164,6,1,1,0,'121T Van Ness St NW',121,'T',NULL,'Van Ness','St','NW',NULL,NULL,NULL,NULL,'Harvard',1,1026,NULL,'68944',NULL,1228,40.635514,-98.09442,0,NULL,NULL,67),(165,117,1,1,0,'121T Van Ness St NW',121,'T',NULL,'Van Ness','St','NW',NULL,NULL,NULL,NULL,'Harvard',1,1026,NULL,'68944',NULL,1228,40.635514,-98.09442,0,NULL,NULL,67),(166,130,1,1,0,'121T Van Ness St NW',121,'T',NULL,'Van Ness','St','NW',NULL,NULL,NULL,NULL,'Harvard',1,1026,NULL,'68944',NULL,1228,40.635514,-98.09442,0,NULL,NULL,67),(167,61,1,1,0,'281D Maple Path S',281,'D',NULL,'Maple','Path','S',NULL,NULL,NULL,NULL,'Clio',1,1014,NULL,'50052',NULL,1228,40.639737,-93.45615,0,NULL,NULL,68),(168,167,1,1,0,'281D Maple Path S',281,'D',NULL,'Maple','Path','S',NULL,NULL,NULL,NULL,'Clio',1,1014,NULL,'50052',NULL,1228,40.639737,-93.45615,0,NULL,NULL,68),(169,137,1,1,0,'281D Maple Path S',281,'D',NULL,'Maple','Path','S',NULL,NULL,NULL,NULL,'Clio',1,1014,NULL,'50052',NULL,1228,40.639737,-93.45615,0,NULL,NULL,68),(170,175,1,1,0,'156H Dowlen Dr S',156,'H',NULL,'Dowlen','Dr','S',NULL,NULL,NULL,NULL,'South Lebanon',1,1034,NULL,'45065',NULL,1228,39.371242,-84.21132,0,NULL,NULL,NULL),(171,198,1,1,0,'528Z Van Ness Ave SW',528,'Z',NULL,'Van Ness','Ave','SW',NULL,NULL,NULL,NULL,'Marcus',1,1014,NULL,'51035',NULL,1228,42.793354,-95.7903,0,NULL,NULL,69),(172,46,1,1,0,'528Z Van Ness Ave SW',528,'Z',NULL,'Van Ness','Ave','SW',NULL,NULL,NULL,NULL,'Marcus',1,1014,NULL,'51035',NULL,1228,42.793354,-95.7903,0,NULL,NULL,69),(173,193,1,1,0,'528Z Van Ness Ave SW',528,'Z',NULL,'Van Ness','Ave','SW',NULL,NULL,NULL,NULL,'Marcus',1,1014,NULL,'51035',NULL,1228,42.793354,-95.7903,0,NULL,NULL,69),(174,118,1,1,0,'528Z Van Ness Ave SW',528,'Z',NULL,'Van Ness','Ave','SW',NULL,NULL,NULL,NULL,'Marcus',1,1014,NULL,'51035',NULL,1228,42.793354,-95.7903,0,NULL,NULL,69),(175,88,1,1,0,'50Q El Camino Blvd W',50,'Q',NULL,'El Camino','Blvd','W',NULL,NULL,NULL,NULL,'Prescott Valley',1,1002,NULL,'86314',NULL,1228,34.621743,-112.32176,0,NULL,NULL,70),(176,33,1,0,0,'50Q El Camino Blvd W',50,'Q',NULL,'El Camino','Blvd','W',NULL,NULL,NULL,NULL,'Prescott Valley',1,1002,NULL,'86314',NULL,1228,34.621743,-112.32176,0,NULL,NULL,70),(177,99,1,1,0,'50Q El Camino Blvd W',50,'Q',NULL,'El Camino','Blvd','W',NULL,NULL,NULL,NULL,'Prescott Valley',1,1002,NULL,'86314',NULL,1228,34.621743,-112.32176,0,NULL,NULL,70),(178,24,1,1,0,'153Q States Path SW',153,'Q',NULL,'States','Path','SW',NULL,NULL,NULL,NULL,'Star City',1,1003,NULL,'71667',NULL,1228,33.945654,-91.83957,0,NULL,NULL,NULL),(179,173,1,1,0,'296G Pine Ave E',296,'G',NULL,'Pine','Ave','E',NULL,NULL,NULL,NULL,'Elmira',1,1047,NULL,'26618',NULL,1228,38.706017,-80.736884,0,NULL,NULL,71),(180,81,1,1,0,'296G Pine Ave E',296,'G',NULL,'Pine','Ave','E',NULL,NULL,NULL,NULL,'Elmira',1,1047,NULL,'26618',NULL,1228,38.706017,-80.736884,0,NULL,NULL,71),(181,40,1,1,0,'296G Pine Ave E',296,'G',NULL,'Pine','Ave','E',NULL,NULL,NULL,NULL,'Elmira',1,1047,NULL,'26618',NULL,1228,38.706017,-80.736884,0,NULL,NULL,71),(182,122,1,1,0,'603X Van Ness Pl S',603,'X',NULL,'Van Ness','Pl','S',NULL,NULL,NULL,NULL,'Greenville',1,1039,NULL,'29698',NULL,1228,34.888237,-81.96902,0,NULL,NULL,NULL),(183,NULL,1,1,1,'14S El Camino Way E',14,'S',NULL,'El Camino','Way',NULL,NULL,NULL,NULL,NULL,'Collinsville',NULL,1006,NULL,'6022',NULL,1228,41.8328,-72.9253,0,NULL,NULL,NULL),(184,NULL,1,1,1,'11B Woodbridge Path SW',11,'B',NULL,'Woodbridge','Path',NULL,NULL,NULL,NULL,NULL,'Dayton',NULL,1034,NULL,'45417',NULL,1228,39.7531,-84.2471,0,NULL,NULL,NULL),(185,NULL,1,1,1,'581O Lincoln Dr SW',581,'O',NULL,'Lincoln','Dr',NULL,NULL,NULL,NULL,NULL,'Santa Fe',NULL,1030,NULL,'87594',NULL,1228,35.5212,-105.982,0,NULL,NULL,NULL); +INSERT INTO `civicrm_address` (`id`, `contact_id`, `location_type_id`, `is_primary`, `is_billing`, `street_address`, `street_number`, `street_number_suffix`, `street_number_predirectional`, `street_name`, `street_type`, `street_number_postdirectional`, `street_unit`, `supplemental_address_1`, `supplemental_address_2`, `supplemental_address_3`, `city`, `county_id`, `state_province_id`, `postal_code_suffix`, `postal_code`, `usps_adc`, `country_id`, `geo_code_1`, `geo_code_2`, `manual_geo_code`, `timezone`, `name`, `master_id`) VALUES (1,52,1,1,0,'654Y Northpoint Pl E',654,'Y',NULL,'Northpoint','Pl','E',NULL,NULL,NULL,NULL,'Micro',1,1032,NULL,'27555',NULL,1228,35.562142,-78.20349,0,NULL,NULL,NULL),(2,77,1,1,0,'875M Caulder Rd SW',875,'M',NULL,'Caulder','Rd','SW',NULL,NULL,NULL,NULL,'Beachwood',1,1029,NULL,'08722',NULL,1228,39.931068,-74.19618,0,NULL,NULL,NULL),(3,150,1,1,0,'410Q Dowlen Ln W',410,'Q',NULL,'Dowlen','Ln','W',NULL,NULL,NULL,NULL,'Lafayette',1,1017,NULL,'70598',NULL,1228,30.20812,-92.095109,0,NULL,NULL,NULL),(4,134,1,1,0,'337S Beech Path W',337,'S',NULL,'Beech','Path','W',NULL,NULL,NULL,NULL,'Fairfax',1,1014,NULL,'52228',NULL,1228,41.912296,-91.78792,0,NULL,NULL,NULL),(5,164,1,1,0,'674P Maple St SW',674,'P',NULL,'Maple','St','SW',NULL,NULL,NULL,NULL,'Calhoun',1,1017,NULL,'71225',NULL,1228,32.507942,-92.34923,0,NULL,NULL,NULL),(6,87,1,1,0,'823O Maple St SW',823,'O',NULL,'Maple','St','SW',NULL,NULL,NULL,NULL,'Vancouver',1,1046,NULL,'98667',NULL,1228,45.801586,-122.520347,0,NULL,NULL,NULL),(7,113,1,1,0,'754O El Camino Ln S',754,'O',NULL,'El Camino','Ln','S',NULL,NULL,NULL,NULL,'Sioux Falls',1,1040,NULL,'57194',NULL,1228,43.674582,-96.79134,0,NULL,NULL,NULL),(8,183,1,1,0,'64C Van Ness Blvd NE',64,'C',NULL,'Van Ness','Blvd','NE',NULL,NULL,NULL,NULL,'Meriden',1,1049,NULL,'82081',NULL,1228,41.552531,-104.39118,0,NULL,NULL,NULL),(9,160,1,1,0,'630O College Way S',630,'O',NULL,'College','Way','S',NULL,NULL,NULL,NULL,'Tulsa',1,1035,NULL,'74159',NULL,1228,36.077221,-96.083477,0,NULL,NULL,NULL),(10,30,1,1,0,'260B Northpoint Dr NW',260,'B',NULL,'Northpoint','Dr','NW',NULL,NULL,NULL,NULL,'Washington',1,1050,NULL,'20394',NULL,1228,38.893311,-77.014647,0,NULL,NULL,NULL),(11,142,1,1,0,'557H Lincoln Ave N',557,'H',NULL,'Lincoln','Ave','N',NULL,NULL,NULL,NULL,'Hitchcock',1,1042,NULL,'77563',NULL,1228,29.339307,-95.00317,0,NULL,NULL,NULL),(12,72,1,1,0,'358E Second Rd SW',358,'E',NULL,'Second','Rd','SW',NULL,NULL,NULL,NULL,'Shortsville',1,1031,NULL,'14548',NULL,1228,42.97342,-77.2434,0,NULL,NULL,NULL),(13,44,1,1,0,'718F Van Ness Blvd N',718,'F',NULL,'Van Ness','Blvd','N',NULL,NULL,NULL,NULL,'Carson',1,1004,NULL,'90749',NULL,1228,33.786594,-118.298662,0,NULL,NULL,NULL),(14,82,1,1,0,'55Y Jackson Path SW',55,'Y',NULL,'Jackson','Path','SW',NULL,NULL,NULL,NULL,'Watonga',1,1035,NULL,'73772',NULL,1228,35.870276,-98.43772,0,NULL,NULL,NULL),(15,127,1,1,0,'419N Second Pl S',419,'N',NULL,'Second','Pl','S',NULL,NULL,NULL,NULL,'Wesley',1,1014,NULL,'50483',NULL,1228,43.104175,-93.99988,0,NULL,NULL,NULL),(16,199,1,1,0,'115H Northpoint Way S',115,'H',NULL,'Northpoint','Way','S',NULL,NULL,NULL,NULL,'Osage',1,1047,NULL,'26543',NULL,1228,39.660624,-80.0072,0,NULL,NULL,NULL),(17,119,1,1,0,'413Z Pine Ln S',413,'Z',NULL,'Pine','Ln','S',NULL,NULL,NULL,NULL,'Bassfield',1,1023,NULL,'39421',NULL,1228,31.490798,-89.72655,0,NULL,NULL,NULL),(18,151,1,1,0,'749Y Beech St N',749,'Y',NULL,'Beech','St','N',NULL,NULL,NULL,NULL,'Springfield',1,1012,NULL,'62777',NULL,1228,39.749457,-89.606017,0,NULL,NULL,NULL),(19,184,1,1,0,'168A Caulder Ln N',168,'A',NULL,'Caulder','Ln','N',NULL,NULL,NULL,NULL,'Monroe',1,1017,NULL,'71211',NULL,1228,32.490777,-92.159354,0,NULL,NULL,NULL),(20,179,1,1,0,'589E Beech Blvd E',589,'E',NULL,'Beech','Blvd','E',NULL,NULL,NULL,NULL,'Perry',1,1031,NULL,'14530',NULL,1228,42.724075,-78.00361,0,NULL,NULL,NULL),(21,22,1,1,0,'490W El Camino Ln SW',490,'W',NULL,'El Camino','Ln','SW',NULL,NULL,NULL,NULL,'Bradenton',1,1008,NULL,'34208',NULL,1228,27.486448,-82.535,0,NULL,NULL,NULL),(22,144,1,1,0,'913G El Camino Blvd SE',913,'G',NULL,'El Camino','Blvd','SE',NULL,NULL,NULL,NULL,'Brecksville',1,1034,NULL,'44141',NULL,1228,41.307688,-81.61835,0,NULL,NULL,NULL),(23,158,1,1,0,'564Q Second Path N',564,'Q',NULL,'Second','Path','N',NULL,NULL,NULL,NULL,'Wood River',1,1026,NULL,'68883',NULL,1228,40.807789,-98.5978,0,NULL,NULL,NULL),(24,135,1,1,0,'942W Jackson Ln N',942,'W',NULL,'Jackson','Ln','N',NULL,NULL,NULL,NULL,'Diggins',1,1024,NULL,'65636',NULL,1228,37.277247,-92.877874,0,NULL,NULL,NULL),(25,67,1,1,0,'84J Caulder Way N',84,'J',NULL,'Caulder','Way','N',NULL,NULL,NULL,NULL,'Sidon',1,1023,NULL,'38954',NULL,1228,33.417028,-90.21318,0,NULL,NULL,NULL),(26,51,1,1,0,'475H Second Rd N',475,'H',NULL,'Second','Rd','N',NULL,NULL,NULL,NULL,'Folsom',1,1004,NULL,'95630',NULL,1228,38.672127,-121.15783,0,NULL,NULL,NULL),(27,98,1,1,0,'581C Pine Dr SE',581,'C',NULL,'Pine','Dr','SE',NULL,NULL,NULL,NULL,'Sandy',1,1036,NULL,'97055',NULL,1228,45.375143,-122.21021,0,NULL,NULL,NULL),(28,46,1,1,0,'308L Jackson Ave S',308,'L',NULL,'Jackson','Ave','S',NULL,NULL,NULL,NULL,'Salisbury',1,1020,NULL,'01952',NULL,1228,42.85048,-70.86153,0,NULL,NULL,NULL),(29,93,1,1,0,'679W Woodbridge Ln W',679,'W',NULL,'Woodbridge','Ln','W',NULL,NULL,NULL,NULL,'Killeen',1,1042,NULL,'76549',NULL,1228,31.084108,-97.79149,0,NULL,NULL,NULL),(30,21,1,1,0,'962C Bay Path W',962,'C',NULL,'Bay','Path','W',NULL,NULL,NULL,NULL,'Sturgis',1,1021,NULL,'49091',NULL,1228,41.822244,-85.43234,0,NULL,NULL,NULL),(31,41,1,1,0,'741M Bay Ave E',741,'M',NULL,'Bay','Ave','E',NULL,NULL,NULL,NULL,'Glenham',1,1031,NULL,'12527',NULL,1228,41.520249,-73.933259,0,NULL,NULL,NULL),(32,174,1,1,0,'823R Martin Luther King Pl NE',823,'R',NULL,'Martin Luther King','Pl','NE',NULL,NULL,NULL,NULL,'Omaha',1,1026,NULL,'68144',NULL,1228,41.235248,-96.11505,0,NULL,NULL,NULL),(33,49,1,1,0,'947V Cadell Rd W',947,'V',NULL,'Cadell','Rd','W',NULL,NULL,NULL,NULL,'Strongsville',1,1034,NULL,'44136',NULL,1228,41.312752,-81.83197,0,NULL,NULL,NULL),(34,58,1,1,0,'968L Dowlen Rd NE',968,'L',NULL,'Dowlen','Rd','NE',NULL,NULL,NULL,NULL,'Falmouth',1,1018,NULL,'04105',NULL,1228,43.736732,-70.26027,0,NULL,NULL,NULL),(35,39,1,1,0,'720P States Path SW',720,'P',NULL,'States','Path','SW',NULL,NULL,NULL,NULL,'Cedar Park',1,1042,NULL,'78613',NULL,1228,30.501272,-97.83087,0,NULL,NULL,NULL),(36,177,1,1,0,'276B Bay Pl NW',276,'B',NULL,'Bay','Pl','NW',NULL,NULL,NULL,NULL,'Florence',1,1039,NULL,'29501',NULL,1228,34.195705,-79.80977,0,NULL,NULL,NULL),(37,89,1,1,0,'87V Martin Luther King Way W',87,'V',NULL,'Martin Luther King','Way','W',NULL,NULL,NULL,NULL,'Tenino',1,1046,NULL,'98589',NULL,1228,46.857968,-122.8326,0,NULL,NULL,NULL),(38,130,1,1,0,'458C States Way S',458,'C',NULL,'States','Way','S',NULL,NULL,NULL,NULL,'Athens',1,1000,NULL,'35611',NULL,1228,34.784028,-87.02767,0,NULL,NULL,NULL),(39,35,1,1,0,'230Q Second Pl N',230,'Q',NULL,'Second','Pl','N',NULL,NULL,NULL,NULL,'Perryville',1,1016,NULL,'40468',NULL,1228,37.65487,-84.98037,0,NULL,NULL,NULL),(40,105,1,1,0,'881T Caulder Rd E',881,'T',NULL,'Caulder','Rd','E',NULL,NULL,NULL,NULL,'Georgetown',1,1019,NULL,'21930',NULL,1228,39.365119,-75.88499,0,NULL,NULL,NULL),(41,66,1,1,0,'459X States Ave NW',459,'X',NULL,'States','Ave','NW',NULL,NULL,NULL,NULL,'Cropwell',1,1000,NULL,'35054',NULL,1228,33.506012,-86.31547,0,NULL,NULL,NULL),(42,196,1,1,0,'243H Main Ave W',243,'H',NULL,'Main','Ave','W',NULL,NULL,NULL,NULL,'Florence',1,1000,NULL,'35634',NULL,1228,34.888897,-87.60731,0,NULL,NULL,NULL),(43,104,1,1,0,'284K Martin Luther King Pl SW',284,'K',NULL,'Martin Luther King','Pl','SW',NULL,NULL,NULL,NULL,'Tolley',1,1033,NULL,'58787',NULL,1228,48.76715,-101.81935,0,NULL,NULL,NULL),(44,91,1,1,0,'69Q Bay Blvd SE',69,'Q',NULL,'Bay','Blvd','SE',NULL,NULL,NULL,NULL,'Powellton',1,1047,NULL,'25161',NULL,1228,38.084773,-81.31241,0,NULL,NULL,NULL),(45,38,1,1,0,'172Z Cadell Blvd SE',172,'Z',NULL,'Cadell','Blvd','SE',NULL,NULL,NULL,NULL,'Doerun',1,1009,NULL,'31744',NULL,1228,31.325004,-83.90937,0,NULL,NULL,NULL),(46,96,1,1,0,'386S El Camino Rd E',386,'S',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Bath',1,1021,NULL,'48808',NULL,1228,42.821233,-84.46099,0,NULL,NULL,NULL),(47,88,1,1,0,'252G College Pl SW',252,'G',NULL,'College','Pl','SW',NULL,NULL,NULL,NULL,'Ada',1,1035,NULL,'74520',NULL,1228,34.772557,-96.661745,0,NULL,NULL,NULL),(48,4,1,1,0,'629H Green Path NE',629,'H',NULL,'Green','Path','NE',NULL,NULL,NULL,NULL,'Pasadena',1,1004,NULL,'91107',NULL,1228,34.151066,-118.08974,0,NULL,NULL,NULL),(49,17,1,1,0,'635Z Dowlen Rd N',635,'Z',NULL,'Dowlen','Rd','N',NULL,NULL,NULL,NULL,'Morris',1,1031,NULL,'13792',NULL,1228,42.509167,-75.208242,0,NULL,NULL,NULL),(50,152,1,1,0,'392S Bay Dr N',392,'S',NULL,'Bay','Dr','N',NULL,NULL,NULL,NULL,'Norfolk',1,1045,NULL,'23510',NULL,1228,36.852547,-76.29028,0,NULL,NULL,NULL),(51,187,1,1,0,'867E Maple St W',867,'E',NULL,'Maple','St','W',NULL,NULL,NULL,NULL,'Vaughn',1,1030,NULL,'88353',NULL,1228,34.585906,-105.14392,0,NULL,NULL,NULL),(52,26,1,1,0,'601A Cadell Rd E',601,'A',NULL,'Cadell','Rd','E',NULL,NULL,NULL,NULL,'Minatare',1,1026,NULL,'69356',NULL,1228,41.863357,-103.47009,0,NULL,NULL,NULL),(53,18,1,1,0,'950S Main Way S',950,'S',NULL,'Main','Way','S',NULL,NULL,NULL,NULL,'Charleston',1,1039,NULL,'29412',NULL,1228,32.73727,-79.95409,0,NULL,NULL,NULL),(54,63,1,1,0,'346F Bay Path SE',346,'F',NULL,'Bay','Path','SE',NULL,NULL,NULL,NULL,'Dime Box',1,1042,NULL,'77853',NULL,1228,30.3555,-96.85437,0,NULL,NULL,NULL),(55,9,1,1,0,'543J Maple Way SE',543,'J',NULL,'Maple','Way','SE',NULL,NULL,NULL,NULL,'Duluth',1,1009,NULL,'30099',NULL,1228,33.959535,-84.105011,0,NULL,NULL,NULL),(56,198,1,1,0,'161V El Camino Way E',161,'V',NULL,'El Camino','Way','E',NULL,NULL,NULL,NULL,'Galesville',1,1048,NULL,'54630',NULL,1228,44.087366,-91.35965,0,NULL,NULL,NULL),(57,178,1,1,0,'817A Maple Blvd NW',817,'A',NULL,'Maple','Blvd','NW',NULL,NULL,NULL,NULL,'Olympia',1,1046,NULL,'98504',NULL,1228,46.978118,-122.702393,0,NULL,NULL,NULL),(58,117,1,1,0,'391L College Rd N',391,'L',NULL,'College','Rd','N',NULL,NULL,NULL,NULL,'North Port',1,1008,NULL,'34286',NULL,1228,27.072445,-82.1606,0,NULL,NULL,NULL),(59,20,1,1,0,'136C Green Ave NE',136,'C',NULL,'Green','Ave','NE',NULL,NULL,NULL,NULL,'Haigler',1,1026,NULL,'69030',NULL,1228,40.032262,-101.96041,0,NULL,NULL,NULL),(60,145,3,1,0,'788L Van Ness Ln E',788,'L',NULL,'Van Ness','Ln','E',NULL,'c/o PO Plus',NULL,NULL,'Bryantown',1,1019,NULL,'20617',NULL,1228,38.55223,-76.84477,0,NULL,NULL,NULL),(61,82,2,0,0,'788L Van Ness Ln E',788,'L',NULL,'Van Ness','Ln','E',NULL,'c/o PO Plus',NULL,NULL,'Bryantown',1,1019,NULL,'20617',NULL,1228,38.55223,-76.84477,0,NULL,NULL,60),(62,192,3,1,0,'952F Cadell Way NE',952,'F',NULL,'Cadell','Way','NE',NULL,'Attn: Accounting',NULL,NULL,'Houlka',1,1023,NULL,'38850',NULL,1228,34.04281,-89.02557,0,NULL,NULL,NULL),(63,72,2,0,0,'952F Cadell Way NE',952,'F',NULL,'Cadell','Way','NE',NULL,'Attn: Accounting',NULL,NULL,'Houlka',1,1023,NULL,'38850',NULL,1228,34.04281,-89.02557,0,NULL,NULL,62),(64,197,3,1,0,'697M Green Way NE',697,'M',NULL,'Green','Way','NE',NULL,'Payables Dept.',NULL,NULL,'New York',1,1031,NULL,'10013',NULL,1228,40.720666,-74.00526,0,NULL,NULL,NULL),(65,194,3,1,0,'740R Martin Luther King Ln SW',740,'R',NULL,'Martin Luther King','Ln','SW',NULL,'Disbursements',NULL,NULL,'San Antonio',1,1042,NULL,'78298',NULL,1228,29.437532,-98.461582,0,NULL,NULL,NULL),(66,116,3,1,0,'456S States Blvd NE',456,'S',NULL,'States','Blvd','NE',NULL,'Community Relations',NULL,NULL,'Russell',1,1031,NULL,'13684',NULL,1228,44.353607,-75.0694,0,NULL,NULL,NULL),(67,181,2,1,0,'456S States Blvd NE',456,'S',NULL,'States','Blvd','NE',NULL,'Community Relations',NULL,NULL,'Russell',1,1031,NULL,'13684',NULL,1228,44.353607,-75.0694,0,NULL,NULL,66),(68,114,3,1,0,'824Q El Camino Ln S',824,'Q',NULL,'El Camino','Ln','S',NULL,'Urgent',NULL,NULL,'Volant',1,1037,NULL,'16156',NULL,1228,41.097672,-80.23,0,NULL,NULL,NULL),(69,22,2,0,0,'824Q El Camino Ln S',824,'Q',NULL,'El Camino','Ln','S',NULL,'Urgent',NULL,NULL,'Volant',1,1037,NULL,'16156',NULL,1228,41.097672,-80.23,0,NULL,NULL,68),(70,71,3,1,0,'453T Main Blvd NE',453,'T',NULL,'Main','Blvd','NE',NULL,'Editorial Dept',NULL,NULL,'Lanham',1,1019,NULL,'20706',NULL,1228,38.964093,-76.85331,0,NULL,NULL,NULL),(71,175,3,1,0,'961R Martin Luther King Blvd SE',961,'R',NULL,'Martin Luther King','Blvd','SE',NULL,'Attn: Accounting',NULL,NULL,'Grand Junction',1,1005,NULL,'81505',NULL,1228,39.112514,-108.60506,0,NULL,NULL,NULL),(72,121,2,1,0,'961R Martin Luther King Blvd SE',961,'R',NULL,'Martin Luther King','Blvd','SE',NULL,'Attn: Accounting',NULL,NULL,'Grand Junction',1,1005,NULL,'81505',NULL,1228,39.112514,-108.60506,0,NULL,NULL,71),(73,149,3,1,0,'994A States Blvd NW',994,'A',NULL,'States','Blvd','NW',NULL,'c/o PO Plus',NULL,NULL,'Rutland',1,1033,NULL,'58067',NULL,1228,46.072821,-97.49872,0,NULL,NULL,NULL),(74,25,2,1,0,'994A States Blvd NW',994,'A',NULL,'States','Blvd','NW',NULL,'c/o PO Plus',NULL,NULL,'Rutland',1,1033,NULL,'58067',NULL,1228,46.072821,-97.49872,0,NULL,NULL,73),(75,161,3,1,0,'416M Jackson Way SE',416,'M',NULL,'Jackson','Way','SE',NULL,'Community Relations',NULL,NULL,'Columbia',1,1039,NULL,'29215',NULL,1228,34.005992,-80.970766,0,NULL,NULL,NULL),(76,120,2,1,0,'416M Jackson Way SE',416,'M',NULL,'Jackson','Way','SE',NULL,'Community Relations',NULL,NULL,'Columbia',1,1039,NULL,'29215',NULL,1228,34.005992,-80.970766,0,NULL,NULL,75),(77,14,3,1,0,'361R College Way S',361,'R',NULL,'College','Way','S',NULL,'Cuffe Parade',NULL,NULL,'Creston',1,1046,NULL,'99117',NULL,1228,47.757764,-118.49343,0,NULL,NULL,NULL),(78,5,3,1,0,'63J Dowlen Way NE',63,'J',NULL,'Dowlen','Way','NE',NULL,'Attn: Development',NULL,NULL,'Washington',1,1050,NULL,'20510',NULL,1228,38.893311,-77.014647,0,NULL,NULL,NULL),(79,193,2,1,0,'63J Dowlen Way NE',63,'J',NULL,'Dowlen','Way','NE',NULL,'Attn: Development',NULL,NULL,'Washington',1,1050,NULL,'20510',NULL,1228,38.893311,-77.014647,0,NULL,NULL,78),(80,167,3,1,0,'741S Bay Ln SE',741,'S',NULL,'Bay','Ln','SE',NULL,'Donor Relations',NULL,NULL,'Freeburn',1,1016,NULL,'41528',NULL,1228,37.561944,-82.13471,0,NULL,NULL,NULL),(81,110,2,1,0,'741S Bay Ln SE',741,'S',NULL,'Bay','Ln','SE',NULL,'Donor Relations',NULL,NULL,'Freeburn',1,1016,NULL,'41528',NULL,1228,37.561944,-82.13471,0,NULL,NULL,80),(82,166,3,1,0,'219W Green Blvd S',219,'W',NULL,'Green','Blvd','S',NULL,'Cuffe Parade',NULL,NULL,'Calabash',1,1032,NULL,'28467',NULL,1228,33.905566,-78.5759,0,NULL,NULL,NULL),(83,86,2,1,0,'219W Green Blvd S',219,'W',NULL,'Green','Blvd','S',NULL,'Cuffe Parade',NULL,NULL,'Calabash',1,1032,NULL,'28467',NULL,1228,33.905566,-78.5759,0,NULL,NULL,82),(84,13,3,1,0,'397R Main Dr NE',397,'R',NULL,'Main','Dr','NE',NULL,'Subscriptions Dept',NULL,NULL,'Winchester',1,1013,NULL,'47394',NULL,1228,40.173141,-84.97922,0,NULL,NULL,NULL),(85,7,3,1,0,'66T College St S',66,'T',NULL,'College','St','S',NULL,'Cuffe Parade',NULL,NULL,'Dietrich',1,1011,NULL,'83324',NULL,1228,42.883302,-114.2441,0,NULL,NULL,NULL),(86,102,2,1,0,'66T College St S',66,'T',NULL,'College','St','S',NULL,'Cuffe Parade',NULL,NULL,'Dietrich',1,1011,NULL,'83324',NULL,1228,42.883302,-114.2441,0,NULL,NULL,85),(87,42,3,1,0,'754Z Bay Dr E',754,'Z',NULL,'Bay','Dr','E',NULL,'Cuffe Parade',NULL,NULL,'Malmo',1,1026,NULL,'68040',NULL,1228,41.285973,-96.73951,0,NULL,NULL,NULL),(88,118,2,1,0,'754Z Bay Dr E',754,'Z',NULL,'Bay','Dr','E',NULL,'Cuffe Parade',NULL,NULL,'Malmo',1,1026,NULL,'68040',NULL,1228,41.285973,-96.73951,0,NULL,NULL,87),(89,95,3,1,0,'297T Lincoln Way SE',297,'T',NULL,'Lincoln','Way','SE',NULL,'Attn: Accounting',NULL,NULL,'New Harmony',1,1043,NULL,'84757',NULL,1228,37.391483,-113.2821,0,NULL,NULL,NULL),(90,131,2,1,0,'297T Lincoln Way SE',297,'T',NULL,'Lincoln','Way','SE',NULL,'Attn: Accounting',NULL,NULL,'New Harmony',1,1043,NULL,'84757',NULL,1228,37.391483,-113.2821,0,NULL,NULL,89),(91,129,3,1,0,'367L Van Ness Path SE',367,'L',NULL,'Van Ness','Path','SE',NULL,'Community Relations',NULL,NULL,'Palm Beach',1,1008,NULL,'33480',NULL,1228,26.715067,-80.03937,0,NULL,NULL,NULL),(92,162,2,1,0,'367L Van Ness Path SE',367,'L',NULL,'Van Ness','Path','SE',NULL,'Community Relations',NULL,NULL,'Palm Beach',1,1008,NULL,'33480',NULL,1228,26.715067,-80.03937,0,NULL,NULL,91),(93,74,3,1,0,'470C Van Ness Rd NW',470,'C',NULL,'Van Ness','Rd','NW',NULL,'Attn: Development',NULL,NULL,'Sublime',1,1042,NULL,'77986',NULL,1228,29.487564,-96.794605,0,NULL,NULL,NULL),(94,201,2,1,0,'470C Van Ness Rd NW',470,'C',NULL,'Van Ness','Rd','NW',NULL,'Attn: Development',NULL,NULL,'Sublime',1,1042,NULL,'77986',NULL,1228,29.487564,-96.794605,0,NULL,NULL,93),(95,16,1,1,0,'881T Caulder Rd E',881,'T',NULL,'Caulder','Rd','E',NULL,NULL,NULL,NULL,'Georgetown',1,1019,NULL,'21930',NULL,1228,39.365119,-75.88499,0,NULL,NULL,40),(96,108,1,1,0,'881T Caulder Rd E',881,'T',NULL,'Caulder','Rd','E',NULL,NULL,NULL,NULL,'Georgetown',1,1019,NULL,'21930',NULL,1228,39.365119,-75.88499,0,NULL,NULL,40),(97,34,1,1,0,'881T Caulder Rd E',881,'T',NULL,'Caulder','Rd','E',NULL,NULL,NULL,NULL,'Georgetown',1,1019,NULL,'21930',NULL,1228,39.365119,-75.88499,0,NULL,NULL,40),(98,35,1,0,0,'663R Jackson Rd N',663,'R',NULL,'Jackson','Rd','N',NULL,NULL,NULL,NULL,'San Sebastian',1,1056,NULL,'00685',NULL,1228,18.332595,-66.98104,0,NULL,NULL,NULL),(99,3,1,1,0,'459X States Ave NW',459,'X',NULL,'States','Ave','NW',NULL,NULL,NULL,NULL,'Cropwell',1,1000,NULL,'35054',NULL,1228,33.506012,-86.31547,0,NULL,NULL,41),(100,201,1,0,0,'459X States Ave NW',459,'X',NULL,'States','Ave','NW',NULL,NULL,NULL,NULL,'Cropwell',1,1000,NULL,'35054',NULL,1228,33.506012,-86.31547,0,NULL,NULL,41),(101,126,1,1,0,'459X States Ave NW',459,'X',NULL,'States','Ave','NW',NULL,NULL,NULL,NULL,'Cropwell',1,1000,NULL,'35054',NULL,1228,33.506012,-86.31547,0,NULL,NULL,41),(102,140,1,1,0,'945V Van Ness Pl SE',945,'V',NULL,'Van Ness','Pl','SE',NULL,NULL,NULL,NULL,'Rodman',1,1031,NULL,'13682',NULL,1228,43.842808,-75.90347,0,NULL,NULL,NULL),(103,176,1,1,0,'243H Main Ave W',243,'H',NULL,'Main','Ave','W',NULL,NULL,NULL,NULL,'Florence',1,1000,NULL,'35634',NULL,1228,34.888897,-87.60731,0,NULL,NULL,42),(104,132,1,1,0,'243H Main Ave W',243,'H',NULL,'Main','Ave','W',NULL,NULL,NULL,NULL,'Florence',1,1000,NULL,'35634',NULL,1228,34.888897,-87.60731,0,NULL,NULL,42),(105,189,1,1,0,'243H Main Ave W',243,'H',NULL,'Main','Ave','W',NULL,NULL,NULL,NULL,'Florence',1,1000,NULL,'35634',NULL,1228,34.888897,-87.60731,0,NULL,NULL,42),(106,103,1,1,0,'243H Main Ave W',243,'H',NULL,'Main','Ave','W',NULL,NULL,NULL,NULL,'Florence',1,1000,NULL,'35634',NULL,1228,34.888897,-87.60731,0,NULL,NULL,42),(107,29,1,1,0,'284K Martin Luther King Pl SW',284,'K',NULL,'Martin Luther King','Pl','SW',NULL,NULL,NULL,NULL,'Tolley',1,1033,NULL,'58787',NULL,1228,48.76715,-101.81935,0,NULL,NULL,43),(108,69,1,1,0,'284K Martin Luther King Pl SW',284,'K',NULL,'Martin Luther King','Pl','SW',NULL,NULL,NULL,NULL,'Tolley',1,1033,NULL,'58787',NULL,1228,48.76715,-101.81935,0,NULL,NULL,43),(109,125,1,1,0,'284K Martin Luther King Pl SW',284,'K',NULL,'Martin Luther King','Pl','SW',NULL,NULL,NULL,NULL,'Tolley',1,1033,NULL,'58787',NULL,1228,48.76715,-101.81935,0,NULL,NULL,43),(110,131,1,0,0,'284K Martin Luther King Pl SW',284,'K',NULL,'Martin Luther King','Pl','SW',NULL,NULL,NULL,NULL,'Tolley',1,1033,NULL,'58787',NULL,1228,48.76715,-101.81935,0,NULL,NULL,43),(111,195,1,1,0,'69Q Bay Blvd SE',69,'Q',NULL,'Bay','Blvd','SE',NULL,NULL,NULL,NULL,'Powellton',1,1047,NULL,'25161',NULL,1228,38.084773,-81.31241,0,NULL,NULL,44),(112,84,1,1,0,'69Q Bay Blvd SE',69,'Q',NULL,'Bay','Blvd','SE',NULL,NULL,NULL,NULL,'Powellton',1,1047,NULL,'25161',NULL,1228,38.084773,-81.31241,0,NULL,NULL,44),(113,56,1,1,0,'69Q Bay Blvd SE',69,'Q',NULL,'Bay','Blvd','SE',NULL,NULL,NULL,NULL,'Powellton',1,1047,NULL,'25161',NULL,1228,38.084773,-81.31241,0,NULL,NULL,44),(114,162,1,0,0,'475N Lincoln Dr N',475,'N',NULL,'Lincoln','Dr','N',NULL,NULL,NULL,NULL,'Coloma',1,1021,NULL,'49038',NULL,1228,42.209307,-86.3337,0,NULL,NULL,NULL),(115,37,1,1,0,'172Z Cadell Blvd SE',172,'Z',NULL,'Cadell','Blvd','SE',NULL,NULL,NULL,NULL,'Doerun',1,1009,NULL,'31744',NULL,1228,31.325004,-83.90937,0,NULL,NULL,45),(116,75,1,1,0,'172Z Cadell Blvd SE',172,'Z',NULL,'Cadell','Blvd','SE',NULL,NULL,NULL,NULL,'Doerun',1,1009,NULL,'31744',NULL,1228,31.325004,-83.90937,0,NULL,NULL,45),(117,61,1,1,0,'172Z Cadell Blvd SE',172,'Z',NULL,'Cadell','Blvd','SE',NULL,NULL,NULL,NULL,'Doerun',1,1009,NULL,'31744',NULL,1228,31.325004,-83.90937,0,NULL,NULL,45),(118,19,1,1,0,'172Z Cadell Blvd SE',172,'Z',NULL,'Cadell','Blvd','SE',NULL,NULL,NULL,NULL,'Doerun',1,1009,NULL,'31744',NULL,1228,31.325004,-83.90937,0,NULL,NULL,45),(119,137,1,1,0,'386S El Camino Rd E',386,'S',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Bath',1,1021,NULL,'48808',NULL,1228,42.821233,-84.46099,0,NULL,NULL,46),(120,115,1,1,0,'386S El Camino Rd E',386,'S',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Bath',1,1021,NULL,'48808',NULL,1228,42.821233,-84.46099,0,NULL,NULL,46),(121,31,1,1,0,'386S El Camino Rd E',386,'S',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Bath',1,1021,NULL,'48808',NULL,1228,42.821233,-84.46099,0,NULL,NULL,46),(122,54,1,1,0,'386S El Camino Rd E',386,'S',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Bath',1,1021,NULL,'48808',NULL,1228,42.821233,-84.46099,0,NULL,NULL,46),(123,133,1,1,0,'252G College Pl SW',252,'G',NULL,'College','Pl','SW',NULL,NULL,NULL,NULL,'Ada',1,1035,NULL,'74520',NULL,1228,34.772557,-96.661745,0,NULL,NULL,47),(124,70,1,1,0,'252G College Pl SW',252,'G',NULL,'College','Pl','SW',NULL,NULL,NULL,NULL,'Ada',1,1035,NULL,'74520',NULL,1228,34.772557,-96.661745,0,NULL,NULL,47),(125,156,1,1,0,'252G College Pl SW',252,'G',NULL,'College','Pl','SW',NULL,NULL,NULL,NULL,'Ada',1,1035,NULL,'74520',NULL,1228,34.772557,-96.661745,0,NULL,NULL,47),(126,139,1,1,0,'252G College Pl SW',252,'G',NULL,'College','Pl','SW',NULL,NULL,NULL,NULL,'Ada',1,1035,NULL,'74520',NULL,1228,34.772557,-96.661745,0,NULL,NULL,47),(127,6,1,1,0,'629H Green Path NE',629,'H',NULL,'Green','Path','NE',NULL,NULL,NULL,NULL,'Pasadena',1,1004,NULL,'91107',NULL,1228,34.151066,-118.08974,0,NULL,NULL,48),(128,146,1,1,0,'629H Green Path NE',629,'H',NULL,'Green','Path','NE',NULL,NULL,NULL,NULL,'Pasadena',1,1004,NULL,'91107',NULL,1228,34.151066,-118.08974,0,NULL,NULL,48),(129,92,1,1,0,'629H Green Path NE',629,'H',NULL,'Green','Path','NE',NULL,NULL,NULL,NULL,'Pasadena',1,1004,NULL,'91107',NULL,1228,34.151066,-118.08974,0,NULL,NULL,48),(130,50,1,1,0,'198B States Dr E',198,'B',NULL,'States','Dr','E',NULL,NULL,NULL,NULL,'Bear Lake',1,1037,NULL,'16402',NULL,1228,41.972884,-79.478,0,NULL,NULL,NULL),(131,181,1,0,0,'635Z Dowlen Rd N',635,'Z',NULL,'Dowlen','Rd','N',NULL,NULL,NULL,NULL,'Morris',1,1031,NULL,'13792',NULL,1228,42.509167,-75.208242,0,NULL,NULL,49),(132,124,1,1,0,'635Z Dowlen Rd N',635,'Z',NULL,'Dowlen','Rd','N',NULL,NULL,NULL,NULL,'Morris',1,1031,NULL,'13792',NULL,1228,42.509167,-75.208242,0,NULL,NULL,49),(133,28,1,1,0,'635Z Dowlen Rd N',635,'Z',NULL,'Dowlen','Rd','N',NULL,NULL,NULL,NULL,'Morris',1,1031,NULL,'13792',NULL,1228,42.509167,-75.208242,0,NULL,NULL,49),(134,136,1,1,0,'479J States Dr W',479,'J',NULL,'States','Dr','W',NULL,NULL,NULL,NULL,'West Glacier',1,1025,NULL,'59936',NULL,1228,48.497774,-113.92599,0,NULL,NULL,NULL),(135,24,1,1,0,'392S Bay Dr N',392,'S',NULL,'Bay','Dr','N',NULL,NULL,NULL,NULL,'Norfolk',1,1045,NULL,'23510',NULL,1228,36.852547,-76.29028,0,NULL,NULL,50),(136,60,1,1,0,'392S Bay Dr N',392,'S',NULL,'Bay','Dr','N',NULL,NULL,NULL,NULL,'Norfolk',1,1045,NULL,'23510',NULL,1228,36.852547,-76.29028,0,NULL,NULL,50),(137,118,1,0,0,'392S Bay Dr N',392,'S',NULL,'Bay','Dr','N',NULL,NULL,NULL,NULL,'Norfolk',1,1045,NULL,'23510',NULL,1228,36.852547,-76.29028,0,NULL,NULL,50),(138,122,1,1,0,'392S Bay Dr N',392,'S',NULL,'Bay','Dr','N',NULL,NULL,NULL,NULL,'Norfolk',1,1045,NULL,'23510',NULL,1228,36.852547,-76.29028,0,NULL,NULL,50),(139,102,1,0,0,'867E Maple St W',867,'E',NULL,'Maple','St','W',NULL,NULL,NULL,NULL,'Vaughn',1,1030,NULL,'88353',NULL,1228,34.585906,-105.14392,0,NULL,NULL,51),(140,180,1,1,0,'867E Maple St W',867,'E',NULL,'Maple','St','W',NULL,NULL,NULL,NULL,'Vaughn',1,1030,NULL,'88353',NULL,1228,34.585906,-105.14392,0,NULL,NULL,51),(141,153,1,1,0,'867E Maple St W',867,'E',NULL,'Maple','St','W',NULL,NULL,NULL,NULL,'Vaughn',1,1030,NULL,'88353',NULL,1228,34.585906,-105.14392,0,NULL,NULL,51),(142,86,1,0,0,'12Q Cadell Ave S',12,'Q',NULL,'Cadell','Ave','S',NULL,NULL,NULL,NULL,'New Orleans',1,1017,NULL,'70190',NULL,1228,30.032997,-89.882564,0,NULL,NULL,NULL),(143,65,1,1,0,'601A Cadell Rd E',601,'A',NULL,'Cadell','Rd','E',NULL,NULL,NULL,NULL,'Minatare',1,1026,NULL,'69356',NULL,1228,41.863357,-103.47009,0,NULL,NULL,52),(144,110,1,0,0,'601A Cadell Rd E',601,'A',NULL,'Cadell','Rd','E',NULL,NULL,NULL,NULL,'Minatare',1,1026,NULL,'69356',NULL,1228,41.863357,-103.47009,0,NULL,NULL,52),(145,81,1,1,0,'601A Cadell Rd E',601,'A',NULL,'Cadell','Rd','E',NULL,NULL,NULL,NULL,'Minatare',1,1026,NULL,'69356',NULL,1228,41.863357,-103.47009,0,NULL,NULL,52),(146,157,1,1,0,'998U Pine Blvd N',998,'U',NULL,'Pine','Blvd','N',NULL,NULL,NULL,NULL,'Winston Salem',1,1032,NULL,'27198',NULL,1228,36.027482,-80.20728,0,NULL,NULL,NULL),(147,147,1,1,0,'950S Main Way S',950,'S',NULL,'Main','Way','S',NULL,NULL,NULL,NULL,'Charleston',1,1039,NULL,'29412',NULL,1228,32.73727,-79.95409,0,NULL,NULL,53),(148,73,1,1,0,'950S Main Way S',950,'S',NULL,'Main','Way','S',NULL,NULL,NULL,NULL,'Charleston',1,1039,NULL,'29412',NULL,1228,32.73727,-79.95409,0,NULL,NULL,53),(149,32,1,1,0,'950S Main Way S',950,'S',NULL,'Main','Way','S',NULL,NULL,NULL,NULL,'Charleston',1,1039,NULL,'29412',NULL,1228,32.73727,-79.95409,0,NULL,NULL,53),(150,172,1,1,0,'947X Beech Blvd W',947,'X',NULL,'Beech','Blvd','W',NULL,NULL,NULL,NULL,'Columbia',1,1039,NULL,'29205',NULL,1228,33.990555,-80.99826,0,NULL,NULL,NULL),(151,148,1,1,0,'346F Bay Path SE',346,'F',NULL,'Bay','Path','SE',NULL,NULL,NULL,NULL,'Dime Box',1,1042,NULL,'77853',NULL,1228,30.3555,-96.85437,0,NULL,NULL,54),(152,182,1,1,0,'346F Bay Path SE',346,'F',NULL,'Bay','Path','SE',NULL,NULL,NULL,NULL,'Dime Box',1,1042,NULL,'77853',NULL,1228,30.3555,-96.85437,0,NULL,NULL,54),(153,53,1,1,0,'346F Bay Path SE',346,'F',NULL,'Bay','Path','SE',NULL,NULL,NULL,NULL,'Dime Box',1,1042,NULL,'77853',NULL,1228,30.3555,-96.85437,0,NULL,NULL,54),(154,123,1,1,0,'346F Bay Path SE',346,'F',NULL,'Bay','Path','SE',NULL,NULL,NULL,NULL,'Dime Box',1,1042,NULL,'77853',NULL,1228,30.3555,-96.85437,0,NULL,NULL,54),(155,83,1,1,0,'543J Maple Way SE',543,'J',NULL,'Maple','Way','SE',NULL,NULL,NULL,NULL,'Duluth',1,1009,NULL,'30099',NULL,1228,33.959535,-84.105011,0,NULL,NULL,55),(156,188,1,1,0,'543J Maple Way SE',543,'J',NULL,'Maple','Way','SE',NULL,NULL,NULL,NULL,'Duluth',1,1009,NULL,'30099',NULL,1228,33.959535,-84.105011,0,NULL,NULL,55),(157,94,1,1,0,'543J Maple Way SE',543,'J',NULL,'Maple','Way','SE',NULL,NULL,NULL,NULL,'Duluth',1,1009,NULL,'30099',NULL,1228,33.959535,-84.105011,0,NULL,NULL,55),(158,43,1,1,0,'315W States Way NW',315,'W',NULL,'States','Way','NW',NULL,NULL,NULL,NULL,'Carrollton',1,1042,NULL,'75008',NULL,1228,33.20743,-97.116282,0,NULL,NULL,NULL),(159,190,1,1,0,'161V El Camino Way E',161,'V',NULL,'El Camino','Way','E',NULL,NULL,NULL,NULL,'Galesville',1,1048,NULL,'54630',NULL,1228,44.087366,-91.35965,0,NULL,NULL,56),(160,45,1,1,0,'161V El Camino Way E',161,'V',NULL,'El Camino','Way','E',NULL,NULL,NULL,NULL,'Galesville',1,1048,NULL,'54630',NULL,1228,44.087366,-91.35965,0,NULL,NULL,56),(161,59,1,1,0,'161V El Camino Way E',161,'V',NULL,'El Camino','Way','E',NULL,NULL,NULL,NULL,'Galesville',1,1048,NULL,'54630',NULL,1228,44.087366,-91.35965,0,NULL,NULL,56),(162,64,1,1,0,'796W Jackson Ln S',796,'W',NULL,'Jackson','Ln','S',NULL,NULL,NULL,NULL,'Tecopa',1,1004,NULL,'92389',NULL,1228,35.848556,-116.22627,0,NULL,NULL,NULL),(163,47,1,1,0,'817A Maple Blvd NW',817,'A',NULL,'Maple','Blvd','NW',NULL,NULL,NULL,NULL,'Olympia',1,1046,NULL,'98504',NULL,1228,46.978118,-122.702393,0,NULL,NULL,57),(164,173,1,1,0,'817A Maple Blvd NW',817,'A',NULL,'Maple','Blvd','NW',NULL,NULL,NULL,NULL,'Olympia',1,1046,NULL,'98504',NULL,1228,46.978118,-122.702393,0,NULL,NULL,57),(165,10,1,1,0,'817A Maple Blvd NW',817,'A',NULL,'Maple','Blvd','NW',NULL,NULL,NULL,NULL,'Olympia',1,1046,NULL,'98504',NULL,1228,46.978118,-122.702393,0,NULL,NULL,57),(166,25,1,0,0,'785L Lincoln Pl N',785,'L',NULL,'Lincoln','Pl','N',NULL,NULL,NULL,NULL,'Olive Branch',1,1023,NULL,'38654',NULL,1228,34.954106,-89.83743,0,NULL,NULL,NULL),(167,106,1,1,0,'391L College Rd N',391,'L',NULL,'College','Rd','N',NULL,NULL,NULL,NULL,'North Port',1,1008,NULL,'34286',NULL,1228,27.072445,-82.1606,0,NULL,NULL,58),(168,193,1,0,0,'391L College Rd N',391,'L',NULL,'College','Rd','N',NULL,NULL,NULL,NULL,'North Port',1,1008,NULL,'34286',NULL,1228,27.072445,-82.1606,0,NULL,NULL,58),(169,97,1,1,0,'391L College Rd N',391,'L',NULL,'College','Rd','N',NULL,NULL,NULL,NULL,'North Port',1,1008,NULL,'34286',NULL,1228,27.072445,-82.1606,0,NULL,NULL,58),(170,79,1,1,0,'843M Lincoln Dr NE',843,'M',NULL,'Lincoln','Dr','NE',NULL,NULL,NULL,NULL,'Ashland',1,1023,NULL,'38603',NULL,1228,34.839417,-89.15818,0,NULL,NULL,NULL),(171,68,1,1,0,'136C Green Ave NE',136,'C',NULL,'Green','Ave','NE',NULL,NULL,NULL,NULL,'Haigler',1,1026,NULL,'69030',NULL,1228,40.032262,-101.96041,0,NULL,NULL,59),(172,40,1,1,0,'136C Green Ave NE',136,'C',NULL,'Green','Ave','NE',NULL,NULL,NULL,NULL,'Haigler',1,1026,NULL,'69030',NULL,1228,40.032262,-101.96041,0,NULL,NULL,59),(173,23,1,1,0,'136C Green Ave NE',136,'C',NULL,'Green','Ave','NE',NULL,NULL,NULL,NULL,'Haigler',1,1026,NULL,'69030',NULL,1228,40.032262,-101.96041,0,NULL,NULL,59),(174,11,1,1,0,'136C Green Ave NE',136,'C',NULL,'Green','Ave','NE',NULL,NULL,NULL,NULL,'Haigler',1,1026,NULL,'69030',NULL,1228,40.032262,-101.96041,0,NULL,NULL,59),(175,NULL,1,1,1,'14S El Camino Way E',14,'S',NULL,'El Camino','Way',NULL,NULL,NULL,NULL,NULL,'Collinsville',NULL,1006,NULL,'6022',NULL,1228,41.8328,-72.9253,0,NULL,NULL,NULL),(176,NULL,1,1,1,'11B Woodbridge Path SW',11,'B',NULL,'Woodbridge','Path',NULL,NULL,NULL,NULL,NULL,'Dayton',NULL,1034,NULL,'45417',NULL,1228,39.7531,-84.2471,0,NULL,NULL,NULL),(177,NULL,1,1,1,'581O Lincoln Dr SW',581,'O',NULL,'Lincoln','Dr',NULL,NULL,NULL,NULL,NULL,'Santa Fe',NULL,1030,NULL,'87594',NULL,1228,35.5212,-105.982,0,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_address` ENABLE KEYS */; UNLOCK TABLES; @@ -135,7 +135,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_cache` WRITE; /*!40000 ALTER TABLE `civicrm_cache` DISABLE KEYS */; -INSERT INTO `civicrm_cache` (`id`, `group_name`, `path`, `data`, `component_id`, `created_date`, `expired_date`) VALUES (1,'ext','mapper/moduleFiles','a:0:{}',NULL,'2014-04-05 21:29:30',NULL),(2,'CiviCRM setting Spec','All','a:85:{s:32:\"address_standardization_provider\";a:12:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:32:\"address_standardization_provider\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:6:\"Select\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:33:\"Address Standardization Provider.\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:486:\"CiviCRM includes an optional plugin for interfacing with the United States Postal Services (USPS) Address Standardization web service. You must register to use the USPS service at https://www.usps.com/business/webtools-address-information.htm. If you are approved, they will provide you with a User ID and the URL for the service. Plugins for other address standardization services may be available from 3rd party developers. If installed, they will be included in the drop-down below. \";}s:30:\"address_standardization_userid\";a:12:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:30:\"address_standardization_userid\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:19:\"Web service user ID\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:27:\"address_standardization_url\";a:13:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:27:\"address_standardization_url\";s:4:\"type\";s:4:\"Text\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:15:\"Web service url\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:16:\"Web service URL.\";s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:15:\"tag_unconfirmed\";a:12:{s:10:\"group_name\";s:20:\"Campaign Preferences\";s:5:\"group\";s:8:\"campaign\";s:4:\"name\";s:15:\"tag_unconfirmed\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:11:\"Unconfirmed\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:36:\"Tag for Unconfirmed Petition Signers\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:17:\"petition_contacts\";a:12:{s:10:\"group_name\";s:20:\"Campaign Preferences\";s:5:\"group\";s:8:\"campaign\";s:4:\"name\";s:17:\"petition_contacts\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:17:\"Petition Contacts\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:22:\"Petition Signers Group\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:23:\"cvv_backoffice_required\";a:12:{s:10:\"group_name\";s:22:\"Contribute Preferences\";s:5:\"group\";s:10:\"contribute\";s:4:\"name\";s:23:\"cvv_backoffice_required\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"1\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:28:\"CVV required for backoffice?\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:65:\"Is the CVV code required for back office credit card transactions\";s:9:\"help_text\";s:137:\"If set it back-office credit card transactions will required a cvv code. Leave as required unless you have a very strong reason to change\";}s:20:\"contact_view_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"contact_view_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:20:\"contact_view_options\";}s:7:\"default\";s:28:\"123456789101113\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:16:\"Viewing Contacts\";s:9:\"is_domain\";s:1:\"1\";s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:20:\"contact_edit_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"contact_edit_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:20:\"contact_edit_options\";}s:7:\"default\";s:25:\"1234567891011\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:16:\"Editing Contacts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:23:\"advanced_search_options\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:4:\"name\";s:23:\"advanced_search_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:23:\"advanced_search_options\";}s:7:\"default\";s:43:\"1234567891012131516171819\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Contact Search\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:22:\"user_dashboard_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:22:\"user_dashboard_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:22:\"user_dashboard_options\";}s:7:\"default\";s:17:\"12345789\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:17:\"Contact Dashboard\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"address_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"address_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:15:\"address_options\";}s:7:\"default\";s:19:\"1245891011\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:18:\"Addressing Options\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:14:\"address_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:14:\"address_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:8:\"TextArea\";s:7:\"default\";s:198:\"{contact.address_name}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Address Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:14:\"mailing_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:14:\"mailing_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:195:\"{contact.addressee}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Mailing Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"display_name_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:19:\"display_name_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:102:\"{contact.individual_prefix}{ }{contact.first_name}{ }{contact.last_name}{ }{contact.individual_suffix}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:19:\"Display Name Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"sort_name_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"sort_name_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:43:\"{contact.last_name}{, }{contact.first_name}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:9:\"editor_id\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:9:\"editor_id\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:26:\"contact_ajax_check_similar\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:26:\"contact_ajax_check_similar\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"ajaxPopupsEnabled\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"ajaxPopupsEnabled\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:30:\"activity_assignee_notification\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:30:\"activity_assignee_notification\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:25:\"Notify Activity Assignees\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:34:\"activity_assignee_notification_ics\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:34:\"activity_assignee_notification_ics\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:41:\"Include ICal Invite to Activity Assignees\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:28:\"contact_autocomplete_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:28:\"contact_autocomplete_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:28:\"contact_autocomplete_options\";}s:7:\"default\";s:15:\"1234567\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:38:\"Contact Reference Autocomplete Options\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:25:\"contact_reference_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:25:\"contact_reference_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:25:\"contact_reference_options\";}s:7:\"default\";s:15:\"1234567\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"max_attachments\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"max_attachments\";s:10:\"legacy_key\";s:14:\"maxAttachments\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Maximum Attachments\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:93:\"Maximum number of files (documents, images, etc.) which can attached to emails or activities.\";s:9:\"help_text\";N;}s:11:\"maxFileSize\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:11:\"maxFileSize\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:25:\"Maximum File Size (in MB)\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:140:\"Maximum Size of file (documents, images, etc.) which can attached to emails or activities.
Note: php.ini should support this file size.\";s:9:\"help_text\";N;}s:16:\"contact_undelete\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"contact_undelete\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:26:\"Contact Trash and Undelete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:200:\"If enabled, deleted contacts will be moved to trash (instead of being destroyed). Users with the proper permission are able to search for the deleted contacts and restore them (or delete permanently).\";s:9:\"help_text\";N;}s:24:\"allowPermDeleteFinancial\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:24:\"allowPermDeleteFinancial\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";b:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:24:\"Contact Permanent Delete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:81:\"Allow Permanent Delete for contacts who are linked to live financial transactions\";s:9:\"help_text\";N;}s:12:\"versionAlert\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionAlert\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:18:\"New Version Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:212:\"Displays an on-screen alert to users with \"Administer CiviCRM\" permissions when a new version of CiviCRM is available. This setting will only work if the \"Version Check & Statistics Reporting\" setting is enabled.\";s:9:\"help_text\";N;}s:12:\"versionCheck\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:36:\"Version Check & Statistics Reporting\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:847:\"If enabled, CiviCRM automatically checks availablity of a newer version of the software. New version alerts will be displayed on the main CiviCRM Administration page.\nWhen enabled, statistics about your CiviCRM installation are reported anonymously to the CiviCRM team to assist in prioritizing ongoing development efforts. The following information is gathered: CiviCRM version, versions of PHP, MySQL and framework (Drupal/Joomla/standalone), and default language. Counts (but no actual data) of the following record types are reported: contacts, activities, cases, relationships, contributions, contribution pages, contribution products, contribution widgets, discounts, price sets, profiles, events, participants, tell-a-friend pages, grants, mailings, memberships, membership blocks, pledges, pledge blocks and active payment processor types.\";s:9:\"help_text\";N;}s:13:\"securityAlert\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Security Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:122:\"If enabled, CiviCRM will automatically run checks for significant mis-configurations such as ineffective file protections.\";s:9:\"help_text\";N;}s:21:\"doNotAttachPDFReceipt\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:21:\"doNotAttachPDFReceipt\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:27:\"Attach PDF copy to receipts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:98:\"If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.\";s:9:\"help_text\";N;}s:15:\"wkhtmltopdfPath\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"wkhtmltopdfPath\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:256;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Path to wkhtmltopdf executable\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:18:\"recaptchaPublicKey\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:18:\"recaptchaPublicKey\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:64;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Recaptcha Public Key\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"recaptchaPrivateKey\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:19:\"recaptchaPrivateKey\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:64;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:21:\"Recaptcha Private Key\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:21:\"dashboardCacheTimeout\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:21:\"dashboardCacheTimeout\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:3;s:9:\"maxlength\";i:5;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Dashboard cache timeout\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"checksumTimeout\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"checksumTimeout\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:7;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Checksum Lifespan\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:7:\"blogUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:7:\"blogUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Blog Feed URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:38:\"Blog feed URL used by the blog dashlet\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}s:20:\"communityMessagesUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"communityMessagesUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:22:\"Community Messages URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:44:\"Service providing CiviCRM community messages\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}s:12:\"resCacheCode\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"resCacheCode\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:16;s:9:\"maxlength\";i:16;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Resource Cache Code\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:62:\"Code appended to resource URLs (JS/CSS) to coerce HTTP caching\";s:9:\"help_text\";N;}s:9:\"verifySSL\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:9:\"verifySSL\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:0:\"\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"If disabled, backend HTTPS services will allow unverified, insecure connections\";s:9:\"help_text\";s:140:\"Unless you are absolutely unable to configure your server to check the SSL certificate of the remote server you should leave this set to Yes\";}s:10:\"wpBasePage\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:10:\"wpBasePage\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"text\";s:15:\"quick_form_type\";s:7:\"Element\";s:8:\"prefetch\";i:1;s:7:\"default\";s:0:\"\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"WordPress Base Page\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:54:\"If set, CiviCRM will use this setting as the base url.\";s:9:\"help_text\";s:177:\"By default, CiviCRM will generate front-facing pages using the home page at http://wp/ as its base. If you want to use a different template for CiviCRM pages, set the path here.\";}s:23:\"secondDegRelPermissions\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:23:\"secondDegRelPermissions\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:44:\"Allow second-degree relationship permissions\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:136:\"If enabled, contacts with the permission to edit a related contact will inherit that contact\'s permission to edit other related contacts\";s:9:\"help_text\";N;}s:17:\"enable_components\";a:15:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"enable_components\";s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";a:6:{i:0;s:9:\"CiviEvent\";i:1;s:14:\"CiviContribute\";i:2;s:10:\"CiviMember\";i:3;s:8:\"CiviMail\";i:4;s:10:\"CiviReport\";i:5;s:10:\"CiviPledge\";}s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:17:\"Enable Components\";s:9:\"is_domain\";s:1:\"1\";s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;s:9:\"on_change\";a:2:{i:0;a:2:{i:0;s:13:\"CRM_Case_Info\";i:1;s:18:\"onToggleComponents\";}i:1;a:2:{i:0;s:18:\"CRM_Core_Component\";i:1;s:22:\"flushEnabledComponents\";}}}s:16:\"disable_core_css\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"disable_core_css\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:19:\"Disable CiviCRM css\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:55:\"Prevent the stylesheet \"civicrm.css\" from being loaded.\";s:9:\"help_text\";N;}s:13:\"debug_enabled\";a:15:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:13:\"debug_enabled\";s:11:\"config_only\";i:1;s:10:\"config_key\";s:5:\"debug\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Enable Debugging\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:130:\"Set this value to Yes if you want to use one of CiviCRM\'s debugging tools. This feature should NOT be enabled for production sites\";s:8:\"prefetch\";i:1;s:9:\"help_text\";s:39:\"Do not turn this on on production sites\";}s:20:\"userFrameworkLogging\";a:14:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:20:\"userFrameworkLogging\";s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Enable Drupal Watchdog Logging\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:102:\"Set this value to Yes if you want CiviCRM error/debugging messages to also appear in Drupal error logs\";s:8:\"prefetch\";i:1;s:9:\"help_text\";s:239:\"Set this value to Yes if you want CiviCRM error/debugging messages the appear in your CMS\' error log.\nIn the case of Drupal, this will cause all CiviCRM error messages to appear in the watchdog (assuming you have Drupal\'s watchdog enabled)\";}s:9:\"backtrace\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:9:\"backtrace\";s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Display Backtrace\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:155:\"Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered. This feature should NOT be enabled for production sites\";s:8:\"prefetch\";i:1;}s:18:\"fatalErrorTemplate\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:18:\"fatalErrorTemplate\";s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:4:\"text\";s:7:\"default\";s:20:\"CRM/common/fatal.tpl\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Fatal Error Template\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:123:\"Enter the path and filename for a custom Smarty template if you want to define your own screen for displaying fatal errors.\";s:8:\"prefetch\";i:1;}s:17:\"fatalErrorHandler\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:17:\"fatalErrorHandler\";s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:4:\"text\";s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Fatal Error Handler\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:136:\"Enter the path and class for a custom PHP error-handling function if you want to override built-in CiviCRM error handling for your site.\";s:8:\"prefetch\";i:1;}s:9:\"uploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:9:\"uploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:14:\"imageUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:14:\"imageUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"customFileUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:19:\"customFileUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"customTemplateDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:17:\"customTemplateDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"customPHPPathDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:16:\"customPHPPathDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:13:\"extensionsDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:13:\"extensionsDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"event_enable_cart\";a:12:{s:4:\"name\";s:11:\"enable_cart\";s:10:\"group_name\";s:17:\"Event Preferences\";s:5:\"group\";s:5:\"event\";s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:7:\"default\";i:0;s:3:\"add\";d:4.0999999999999996;s:5:\"title\";s:17:\"Enable Event Cart\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:1;s:11:\"description\";s:8:\"WRITE ME\";s:9:\"help_text\";s:8:\"WRITE ME\";}s:25:\"monetaryThousandSeparator\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:25:\"monetaryThousandSeparator\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:1:\",\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Thousands Separator\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:20:\"monetaryDecimalPoint\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:20:\"monetaryDecimalPoint\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:1:\".\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Decimal Delimiter\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:11:\"moneyformat\";a:15:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:11:\"moneyformat\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:7:\"default\";s:5:\"%c %a\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Monetary Amount Display\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"moneyvalueformat\";a:15:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:16:\"moneyvalueformat\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:7:\"default\";s:3:\"%!i\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Monetary Amount Display\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"defaultCurrency\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:15:\"defaultCurrency\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:3:\"USD\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Default Currency\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:75:\"Default currency assigned to contributions and other monetary transactions.\";s:9:\"help_text\";N;}s:21:\"defaultContactCountry\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:21:\"defaultContactCountry\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:4;}s:7:\"default\";s:4:\"1228\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Default Country\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:68:\"This value is selected by default when adding a new contact address.\";s:9:\"help_text\";N;}s:12:\"countryLimit\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:12:\"countryLimit\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Available Countries\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:13:\"provinceLimit\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:13:\"provinceLimit\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Available States and Provinces\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:13:\"inheritLocale\";a:14:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:13:\"inheritLocale\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Inherit CMS Language\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:18:\"dateformatDatetime\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:18:\"dateformatDatetime\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:20:\"%B %E%f, %Y %l:%M %P\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:22:\"Complete Date and Time\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:14:\"dateformatFull\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:14:\"dateformatFull\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:11:\"%B %E%f, %Y\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Complete Date\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:17:\"dateformatPartial\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:17:\"dateformatPartial\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:5:\"%B %Y\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:14:\"Month and Year\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:10:\"lcMessages\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:10:\"lcMessages\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:5:\"en_US\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Default Language\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:20:\"profile_double_optin\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:20:\"profile_double_optin\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:22:\"track_civimail_replies\";a:13:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:22:\"track_civimail_replies\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:41:\"CRM_Core_BAO_Setting::validateBoolSetting\";}s:17:\"civimail_workflow\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:17:\"civimail_workflow\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:25:\"civimail_server_wide_lock\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:25:\"civimail_server_wide_lock\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"mailing_backend\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:15:\"mailing_backend\";s:4:\"type\";s:5:\"Array\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:33:\"profile_add_to_group_double_optin\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:33:\"profile_add_to_group_double_optin\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:30:\"disable_mandatory_tokens_check\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:30:\"disable_mandatory_tokens_check\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:34:\"Disable check for mandatory tokens\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:345:\"Don\'t check for presence of mandatory tokens (domain address; unsubscribe/opt-out) before sending mailings. WARNING: Mandatory tokens are a safe-guard which facilitate compliance with the US CAN-SPAM Act. They should only be disabled if your organization adopts other mechanisms for compliance or if your organization is not subject to CAN-SPAM.\";s:9:\"help_text\";N;}s:20:\"dedupe_email_default\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:20:\"dedupe_email_default\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:44:\"CiviMail dedupes e-mail addresses by default\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"Set the \"dedupe e-mail\" option when sending a new mailing to \"true\" by default.\";s:9:\"help_text\";N;}s:33:\"default_renewal_contribution_page\";a:13:{s:10:\"group_name\";s:18:\"Member Preferences\";s:5:\"group\";s:6:\"member\";s:4:\"name\";s:33:\"default_renewal_contribution_page\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:6:\"Select\";s:7:\"default\";N;s:14:\"pseudoconstant\";a:1:{s:4:\"name\";s:16:\"contributionPage\";}s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:38:\"Default online membership renewal page\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:348:\"If you select a default online contribution page for self-service membership renewals, a \"renew\" link pointing to that page will be displayed on the Contact Dashboard for memberships which were entered offline. You will need to ensure that the membership block for the selected online contribution page includes any currently available memberships.\";s:9:\"help_text\";N;}s:10:\"is_enabled\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:10:\"is_enabled\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:20:\"Multisite is enabled\";s:9:\"help_text\";N;}s:15:\"domain_group_id\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:15:\"domain_group_id\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:25:\"event_price_set_domain_id\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:25:\"event_price_set_domain_id\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:19:\"uniq_email_per_site\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:19:\"uniq_email_per_site\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:25:\"search_autocomplete_count\";a:15:{s:10:\"group_name\";s:18:\"Search Preferences\";s:5:\"group\";s:18:\"Search Preferences\";s:4:\"name\";s:25:\"search_autocomplete_count\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:2;}s:7:\"default\";i:10;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Autocomplete Results\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:86:\"The maximum number of contacts to show at a time when typing in an autocomplete field.\";s:9:\"help_text\";N;}s:24:\"userFrameworkResourceURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:24:\"userFrameworkResourceURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:20:\"CiviCRM Resource URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:14:\"imageUploadURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:14:\"imageUploadURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:16:\"Image Upload URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:12:\"customCSSURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:12:\"customCSSURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:22:\"Custom CiviCRM CSS URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-05 21:29:31',NULL),(3,'CiviCRM setting Specs','settingsMetadata___name_uploadDir','a:1:{s:9:\"uploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:9:\"uploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}}',NULL,'2014-04-05 21:29:31',NULL),(4,'CiviCRM setting Specs','settingsMetadata___name_imageUploadDir','a:1:{s:14:\"imageUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:14:\"imageUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-05 21:29:31',NULL),(5,'CiviCRM setting Specs','settingsMetadata___name_customFileUploadDir','a:1:{s:19:\"customFileUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:19:\"customFileUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-05 21:29:31',NULL),(6,'CiviCRM setting Specs','settingsMetadata___name_userFrameworkResourceURL','a:1:{s:24:\"userFrameworkResourceURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:24:\"userFrameworkResourceURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:20:\"CiviCRM Resource URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-05 21:29:31',NULL),(7,'CiviCRM setting Specs','settingsMetadata___name_imageUploadURL','a:1:{s:14:\"imageUploadURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:14:\"imageUploadURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:16:\"Image Upload URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-05 21:29:31',NULL); +INSERT INTO `civicrm_cache` (`id`, `group_name`, `path`, `data`, `component_id`, `created_date`, `expired_date`) VALUES (1,'CiviCRM setting Spec','All','a:85:{s:32:\"address_standardization_provider\";a:12:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:32:\"address_standardization_provider\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:6:\"Select\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:33:\"Address Standardization Provider.\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:486:\"CiviCRM includes an optional plugin for interfacing with the United States Postal Services (USPS) Address Standardization web service. You must register to use the USPS service at https://www.usps.com/business/webtools-address-information.htm. If you are approved, they will provide you with a User ID and the URL for the service. Plugins for other address standardization services may be available from 3rd party developers. If installed, they will be included in the drop-down below. \";}s:30:\"address_standardization_userid\";a:12:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:30:\"address_standardization_userid\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:19:\"Web service user ID\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:27:\"address_standardization_url\";a:13:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:27:\"address_standardization_url\";s:4:\"type\";s:4:\"Text\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:15:\"Web service url\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:16:\"Web service URL.\";s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:15:\"tag_unconfirmed\";a:12:{s:10:\"group_name\";s:20:\"Campaign Preferences\";s:5:\"group\";s:8:\"campaign\";s:4:\"name\";s:15:\"tag_unconfirmed\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:11:\"Unconfirmed\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:36:\"Tag for Unconfirmed Petition Signers\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:17:\"petition_contacts\";a:12:{s:10:\"group_name\";s:20:\"Campaign Preferences\";s:5:\"group\";s:8:\"campaign\";s:4:\"name\";s:17:\"petition_contacts\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:17:\"Petition Contacts\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:22:\"Petition Signers Group\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:23:\"cvv_backoffice_required\";a:12:{s:10:\"group_name\";s:22:\"Contribute Preferences\";s:5:\"group\";s:10:\"contribute\";s:4:\"name\";s:23:\"cvv_backoffice_required\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"1\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:28:\"CVV required for backoffice?\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:65:\"Is the CVV code required for back office credit card transactions\";s:9:\"help_text\";s:137:\"If set it back-office credit card transactions will required a cvv code. Leave as required unless you have a very strong reason to change\";}s:20:\"contact_view_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"contact_view_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:20:\"contact_view_options\";}s:7:\"default\";s:28:\"123456789101113\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:16:\"Viewing Contacts\";s:9:\"is_domain\";s:1:\"1\";s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:20:\"contact_edit_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"contact_edit_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:20:\"contact_edit_options\";}s:7:\"default\";s:25:\"1234567891011\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:16:\"Editing Contacts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:23:\"advanced_search_options\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:4:\"name\";s:23:\"advanced_search_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:23:\"advanced_search_options\";}s:7:\"default\";s:43:\"1234567891012131516171819\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Contact Search\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:22:\"user_dashboard_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:22:\"user_dashboard_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:22:\"user_dashboard_options\";}s:7:\"default\";s:17:\"12345789\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:17:\"Contact Dashboard\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"address_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"address_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:15:\"address_options\";}s:7:\"default\";s:19:\"1245891011\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:18:\"Addressing Options\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:14:\"address_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:14:\"address_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:8:\"TextArea\";s:7:\"default\";s:198:\"{contact.address_name}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Address Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:14:\"mailing_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:14:\"mailing_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:195:\"{contact.addressee}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Mailing Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"display_name_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:19:\"display_name_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:102:\"{contact.individual_prefix}{ }{contact.first_name}{ }{contact.last_name}{ }{contact.individual_suffix}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:19:\"Display Name Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"sort_name_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"sort_name_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:43:\"{contact.last_name}{, }{contact.first_name}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:9:\"editor_id\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:9:\"editor_id\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:26:\"contact_ajax_check_similar\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:26:\"contact_ajax_check_similar\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"ajaxPopupsEnabled\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"ajaxPopupsEnabled\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:30:\"activity_assignee_notification\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:30:\"activity_assignee_notification\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:25:\"Notify Activity Assignees\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:34:\"activity_assignee_notification_ics\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:34:\"activity_assignee_notification_ics\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:41:\"Include ICal Invite to Activity Assignees\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:28:\"contact_autocomplete_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:28:\"contact_autocomplete_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:28:\"contact_autocomplete_options\";}s:7:\"default\";s:15:\"1234567\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:38:\"Contact Reference Autocomplete Options\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:25:\"contact_reference_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:25:\"contact_reference_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:25:\"contact_reference_options\";}s:7:\"default\";s:15:\"1234567\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"max_attachments\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"max_attachments\";s:10:\"legacy_key\";s:14:\"maxAttachments\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Maximum Attachments\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:93:\"Maximum number of files (documents, images, etc.) which can attached to emails or activities.\";s:9:\"help_text\";N;}s:11:\"maxFileSize\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:11:\"maxFileSize\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:25:\"Maximum File Size (in MB)\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:140:\"Maximum Size of file (documents, images, etc.) which can attached to emails or activities.
Note: php.ini should support this file size.\";s:9:\"help_text\";N;}s:16:\"contact_undelete\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"contact_undelete\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:26:\"Contact Trash and Undelete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:200:\"If enabled, deleted contacts will be moved to trash (instead of being destroyed). Users with the proper permission are able to search for the deleted contacts and restore them (or delete permanently).\";s:9:\"help_text\";N;}s:24:\"allowPermDeleteFinancial\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:24:\"allowPermDeleteFinancial\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";b:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:24:\"Contact Permanent Delete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:81:\"Allow Permanent Delete for contacts who are linked to live financial transactions\";s:9:\"help_text\";N;}s:12:\"versionAlert\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionAlert\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:18:\"New Version Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:212:\"Displays an on-screen alert to users with \"Administer CiviCRM\" permissions when a new version of CiviCRM is available. This setting will only work if the \"Version Check & Statistics Reporting\" setting is enabled.\";s:9:\"help_text\";N;}s:12:\"versionCheck\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:36:\"Version Check & Statistics Reporting\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:847:\"If enabled, CiviCRM automatically checks availablity of a newer version of the software. New version alerts will be displayed on the main CiviCRM Administration page.\nWhen enabled, statistics about your CiviCRM installation are reported anonymously to the CiviCRM team to assist in prioritizing ongoing development efforts. The following information is gathered: CiviCRM version, versions of PHP, MySQL and framework (Drupal/Joomla/standalone), and default language. Counts (but no actual data) of the following record types are reported: contacts, activities, cases, relationships, contributions, contribution pages, contribution products, contribution widgets, discounts, price sets, profiles, events, participants, tell-a-friend pages, grants, mailings, memberships, membership blocks, pledges, pledge blocks and active payment processor types.\";s:9:\"help_text\";N;}s:13:\"securityAlert\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Security Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:122:\"If enabled, CiviCRM will automatically run checks for significant mis-configurations such as ineffective file protections.\";s:9:\"help_text\";N;}s:21:\"doNotAttachPDFReceipt\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:21:\"doNotAttachPDFReceipt\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:27:\"Attach PDF copy to receipts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:98:\"If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.\";s:9:\"help_text\";N;}s:15:\"wkhtmltopdfPath\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"wkhtmltopdfPath\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:256;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Path to wkhtmltopdf executable\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:18:\"recaptchaPublicKey\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:18:\"recaptchaPublicKey\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:64;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Recaptcha Public Key\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"recaptchaPrivateKey\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:19:\"recaptchaPrivateKey\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:64;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:21:\"Recaptcha Private Key\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:21:\"dashboardCacheTimeout\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:21:\"dashboardCacheTimeout\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:3;s:9:\"maxlength\";i:5;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Dashboard cache timeout\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"checksumTimeout\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"checksumTimeout\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:7;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Checksum Lifespan\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:7:\"blogUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:7:\"blogUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Blog Feed URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:38:\"Blog feed URL used by the blog dashlet\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}s:20:\"communityMessagesUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"communityMessagesUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:22:\"Community Messages URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:44:\"Service providing CiviCRM community messages\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}s:12:\"resCacheCode\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"resCacheCode\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:16;s:9:\"maxlength\";i:16;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Resource Cache Code\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:62:\"Code appended to resource URLs (JS/CSS) to coerce HTTP caching\";s:9:\"help_text\";N;}s:9:\"verifySSL\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:9:\"verifySSL\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:0:\"\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"If disabled, backend HTTPS services will allow unverified, insecure connections\";s:9:\"help_text\";s:140:\"Unless you are absolutely unable to configure your server to check the SSL certificate of the remote server you should leave this set to Yes\";}s:10:\"wpBasePage\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:10:\"wpBasePage\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"text\";s:15:\"quick_form_type\";s:7:\"Element\";s:8:\"prefetch\";i:1;s:7:\"default\";s:0:\"\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"WordPress Base Page\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:54:\"If set, CiviCRM will use this setting as the base url.\";s:9:\"help_text\";s:177:\"By default, CiviCRM will generate front-facing pages using the home page at http://wp/ as its base. If you want to use a different template for CiviCRM pages, set the path here.\";}s:23:\"secondDegRelPermissions\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:23:\"secondDegRelPermissions\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:44:\"Allow second-degree relationship permissions\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:136:\"If enabled, contacts with the permission to edit a related contact will inherit that contact\'s permission to edit other related contacts\";s:9:\"help_text\";N;}s:17:\"enable_components\";a:15:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"enable_components\";s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";a:6:{i:0;s:9:\"CiviEvent\";i:1;s:14:\"CiviContribute\";i:2;s:10:\"CiviMember\";i:3;s:8:\"CiviMail\";i:4;s:10:\"CiviReport\";i:5;s:10:\"CiviPledge\";}s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:17:\"Enable Components\";s:9:\"is_domain\";s:1:\"1\";s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;s:9:\"on_change\";a:2:{i:0;a:2:{i:0;s:13:\"CRM_Case_Info\";i:1;s:18:\"onToggleComponents\";}i:1;a:2:{i:0;s:18:\"CRM_Core_Component\";i:1;s:22:\"flushEnabledComponents\";}}}s:16:\"disable_core_css\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"disable_core_css\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:19:\"Disable CiviCRM css\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:55:\"Prevent the stylesheet \"civicrm.css\" from being loaded.\";s:9:\"help_text\";N;}s:13:\"debug_enabled\";a:15:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:13:\"debug_enabled\";s:11:\"config_only\";i:1;s:10:\"config_key\";s:5:\"debug\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Enable Debugging\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:130:\"Set this value to Yes if you want to use one of CiviCRM\'s debugging tools. This feature should NOT be enabled for production sites\";s:8:\"prefetch\";i:1;s:9:\"help_text\";s:39:\"Do not turn this on on production sites\";}s:20:\"userFrameworkLogging\";a:14:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:20:\"userFrameworkLogging\";s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Enable Drupal Watchdog Logging\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:102:\"Set this value to Yes if you want CiviCRM error/debugging messages to also appear in Drupal error logs\";s:8:\"prefetch\";i:1;s:9:\"help_text\";s:239:\"Set this value to Yes if you want CiviCRM error/debugging messages the appear in your CMS\' error log.\nIn the case of Drupal, this will cause all CiviCRM error messages to appear in the watchdog (assuming you have Drupal\'s watchdog enabled)\";}s:9:\"backtrace\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:9:\"backtrace\";s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Display Backtrace\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:155:\"Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered. This feature should NOT be enabled for production sites\";s:8:\"prefetch\";i:1;}s:18:\"fatalErrorTemplate\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:18:\"fatalErrorTemplate\";s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:4:\"text\";s:7:\"default\";s:20:\"CRM/common/fatal.tpl\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Fatal Error Template\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:123:\"Enter the path and filename for a custom Smarty template if you want to define your own screen for displaying fatal errors.\";s:8:\"prefetch\";i:1;}s:17:\"fatalErrorHandler\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:17:\"fatalErrorHandler\";s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:4:\"text\";s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Fatal Error Handler\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:136:\"Enter the path and class for a custom PHP error-handling function if you want to override built-in CiviCRM error handling for your site.\";s:8:\"prefetch\";i:1;}s:9:\"uploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:9:\"uploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:14:\"imageUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:14:\"imageUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"customFileUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:19:\"customFileUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"customTemplateDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:17:\"customTemplateDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"customPHPPathDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:16:\"customPHPPathDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:13:\"extensionsDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:13:\"extensionsDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"event_enable_cart\";a:12:{s:4:\"name\";s:11:\"enable_cart\";s:10:\"group_name\";s:17:\"Event Preferences\";s:5:\"group\";s:5:\"event\";s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:7:\"default\";i:0;s:3:\"add\";d:4.0999999999999996;s:5:\"title\";s:17:\"Enable Event Cart\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:1;s:11:\"description\";s:8:\"WRITE ME\";s:9:\"help_text\";s:8:\"WRITE ME\";}s:25:\"monetaryThousandSeparator\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:25:\"monetaryThousandSeparator\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:1:\",\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Thousands Separator\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:20:\"monetaryDecimalPoint\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:20:\"monetaryDecimalPoint\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:1:\".\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Decimal Delimiter\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:11:\"moneyformat\";a:15:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:11:\"moneyformat\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:7:\"default\";s:5:\"%c %a\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Monetary Amount Display\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"moneyvalueformat\";a:15:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:16:\"moneyvalueformat\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:7:\"default\";s:3:\"%!i\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Monetary Amount Display\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"defaultCurrency\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:15:\"defaultCurrency\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:3:\"USD\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Default Currency\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:75:\"Default currency assigned to contributions and other monetary transactions.\";s:9:\"help_text\";N;}s:21:\"defaultContactCountry\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:21:\"defaultContactCountry\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:4;}s:7:\"default\";s:4:\"1228\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Default Country\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:68:\"This value is selected by default when adding a new contact address.\";s:9:\"help_text\";N;}s:12:\"countryLimit\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:12:\"countryLimit\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Available Countries\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:13:\"provinceLimit\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:13:\"provinceLimit\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Available States and Provinces\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:13:\"inheritLocale\";a:14:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:13:\"inheritLocale\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Inherit CMS Language\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:18:\"dateformatDatetime\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:18:\"dateformatDatetime\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:20:\"%B %E%f, %Y %l:%M %P\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:22:\"Complete Date and Time\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:14:\"dateformatFull\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:14:\"dateformatFull\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:11:\"%B %E%f, %Y\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Complete Date\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:17:\"dateformatPartial\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:17:\"dateformatPartial\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:5:\"%B %Y\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:14:\"Month and Year\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:10:\"lcMessages\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:10:\"lcMessages\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:5:\"en_US\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Default Language\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:20:\"profile_double_optin\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:20:\"profile_double_optin\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:22:\"track_civimail_replies\";a:13:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:22:\"track_civimail_replies\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:41:\"CRM_Core_BAO_Setting::validateBoolSetting\";}s:17:\"civimail_workflow\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:17:\"civimail_workflow\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:25:\"civimail_server_wide_lock\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:25:\"civimail_server_wide_lock\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"mailing_backend\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:15:\"mailing_backend\";s:4:\"type\";s:5:\"Array\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:33:\"profile_add_to_group_double_optin\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:33:\"profile_add_to_group_double_optin\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:30:\"disable_mandatory_tokens_check\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:30:\"disable_mandatory_tokens_check\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:34:\"Disable check for mandatory tokens\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:345:\"Don\'t check for presence of mandatory tokens (domain address; unsubscribe/opt-out) before sending mailings. WARNING: Mandatory tokens are a safe-guard which facilitate compliance with the US CAN-SPAM Act. They should only be disabled if your organization adopts other mechanisms for compliance or if your organization is not subject to CAN-SPAM.\";s:9:\"help_text\";N;}s:20:\"dedupe_email_default\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:20:\"dedupe_email_default\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:44:\"CiviMail dedupes e-mail addresses by default\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"Set the \"dedupe e-mail\" option when sending a new mailing to \"true\" by default.\";s:9:\"help_text\";N;}s:33:\"default_renewal_contribution_page\";a:13:{s:10:\"group_name\";s:18:\"Member Preferences\";s:5:\"group\";s:6:\"member\";s:4:\"name\";s:33:\"default_renewal_contribution_page\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:6:\"Select\";s:7:\"default\";N;s:14:\"pseudoconstant\";a:1:{s:4:\"name\";s:16:\"contributionPage\";}s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:38:\"Default online membership renewal page\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:348:\"If you select a default online contribution page for self-service membership renewals, a \"renew\" link pointing to that page will be displayed on the Contact Dashboard for memberships which were entered offline. You will need to ensure that the membership block for the selected online contribution page includes any currently available memberships.\";s:9:\"help_text\";N;}s:10:\"is_enabled\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:10:\"is_enabled\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:20:\"Multisite is enabled\";s:9:\"help_text\";N;}s:15:\"domain_group_id\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:15:\"domain_group_id\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:25:\"event_price_set_domain_id\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:25:\"event_price_set_domain_id\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:19:\"uniq_email_per_site\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:19:\"uniq_email_per_site\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:25:\"search_autocomplete_count\";a:15:{s:10:\"group_name\";s:18:\"Search Preferences\";s:5:\"group\";s:18:\"Search Preferences\";s:4:\"name\";s:25:\"search_autocomplete_count\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:2;}s:7:\"default\";i:10;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Autocomplete Results\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:86:\"The maximum number of contacts to show at a time when typing in an autocomplete field.\";s:9:\"help_text\";N;}s:24:\"userFrameworkResourceURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:24:\"userFrameworkResourceURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:20:\"CiviCRM Resource URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:14:\"imageUploadURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:14:\"imageUploadURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:16:\"Image Upload URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:12:\"customCSSURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:12:\"customCSSURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:22:\"Custom CiviCRM CSS URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-22 21:03:48',NULL),(2,'CiviCRM setting Specs','settingsMetadata___name_resCacheCode','a:1:{s:12:\"resCacheCode\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"resCacheCode\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:16;s:9:\"maxlength\";i:16;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Resource Cache Code\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:62:\"Code appended to resource URLs (JS/CSS) to coerce HTTP caching\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(3,'CiviCRM setting Specs','settingsMetadata__','a:85:{s:32:\"address_standardization_provider\";a:12:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:32:\"address_standardization_provider\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:6:\"Select\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:33:\"Address Standardization Provider.\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:486:\"CiviCRM includes an optional plugin for interfacing with the United States Postal Services (USPS) Address Standardization web service. You must register to use the USPS service at https://www.usps.com/business/webtools-address-information.htm. If you are approved, they will provide you with a User ID and the URL for the service. Plugins for other address standardization services may be available from 3rd party developers. If installed, they will be included in the drop-down below. \";}s:30:\"address_standardization_userid\";a:12:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:30:\"address_standardization_userid\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:19:\"Web service user ID\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:27:\"address_standardization_url\";a:13:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:27:\"address_standardization_url\";s:4:\"type\";s:4:\"Text\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:15:\"Web service url\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:16:\"Web service URL.\";s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:15:\"tag_unconfirmed\";a:12:{s:10:\"group_name\";s:20:\"Campaign Preferences\";s:5:\"group\";s:8:\"campaign\";s:4:\"name\";s:15:\"tag_unconfirmed\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:11:\"Unconfirmed\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:36:\"Tag for Unconfirmed Petition Signers\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:17:\"petition_contacts\";a:12:{s:10:\"group_name\";s:20:\"Campaign Preferences\";s:5:\"group\";s:8:\"campaign\";s:4:\"name\";s:17:\"petition_contacts\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:17:\"Petition Contacts\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:22:\"Petition Signers Group\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:23:\"cvv_backoffice_required\";a:12:{s:10:\"group_name\";s:22:\"Contribute Preferences\";s:5:\"group\";s:10:\"contribute\";s:4:\"name\";s:23:\"cvv_backoffice_required\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"1\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:28:\"CVV required for backoffice?\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:65:\"Is the CVV code required for back office credit card transactions\";s:9:\"help_text\";s:137:\"If set it back-office credit card transactions will required a cvv code. Leave as required unless you have a very strong reason to change\";}s:20:\"contact_view_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"contact_view_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:20:\"contact_view_options\";}s:7:\"default\";s:28:\"123456789101113\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:16:\"Viewing Contacts\";s:9:\"is_domain\";s:1:\"1\";s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:20:\"contact_edit_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"contact_edit_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:20:\"contact_edit_options\";}s:7:\"default\";s:25:\"1234567891011\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:16:\"Editing Contacts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:23:\"advanced_search_options\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:4:\"name\";s:23:\"advanced_search_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:23:\"advanced_search_options\";}s:7:\"default\";s:43:\"1234567891012131516171819\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Contact Search\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:22:\"user_dashboard_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:22:\"user_dashboard_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:22:\"user_dashboard_options\";}s:7:\"default\";s:17:\"12345789\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:17:\"Contact Dashboard\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"address_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"address_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:15:\"address_options\";}s:7:\"default\";s:19:\"1245891011\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:18:\"Addressing Options\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:14:\"address_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:14:\"address_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:8:\"TextArea\";s:7:\"default\";s:198:\"{contact.address_name}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Address Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:14:\"mailing_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:14:\"mailing_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:195:\"{contact.addressee}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:14:\"Mailing Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"display_name_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:19:\"display_name_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:102:\"{contact.individual_prefix}{ }{contact.first_name}{ }{contact.last_name}{ }{contact.individual_suffix}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:19:\"Display Name Format\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"sort_name_format\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"sort_name_format\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";s:43:\"{contact.last_name}{, }{contact.first_name}\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:9:\"editor_id\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:9:\"editor_id\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:26:\"contact_ajax_check_similar\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:26:\"contact_ajax_check_similar\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"ajaxPopupsEnabled\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"ajaxPopupsEnabled\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:30:\"activity_assignee_notification\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:30:\"activity_assignee_notification\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:25:\"Notify Activity Assignees\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:34:\"activity_assignee_notification_ics\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:34:\"activity_assignee_notification_ics\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:41:\"Include ICal Invite to Activity Assignees\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:28:\"contact_autocomplete_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:28:\"contact_autocomplete_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:28:\"contact_autocomplete_options\";}s:7:\"default\";s:15:\"1234567\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:38:\"Contact Reference Autocomplete Options\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:25:\"contact_reference_options\";a:13:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:25:\"contact_reference_options\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:10:\"checkboxes\";s:14:\"pseudoconstant\";a:1:{s:15:\"optionGroupName\";s:25:\"contact_reference_options\";}s:7:\"default\";s:15:\"1234567\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"max_attachments\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"max_attachments\";s:10:\"legacy_key\";s:14:\"maxAttachments\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Maximum Attachments\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:93:\"Maximum number of files (documents, images, etc.) which can attached to emails or activities.\";s:9:\"help_text\";N;}s:11:\"maxFileSize\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:11:\"maxFileSize\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:25:\"Maximum File Size (in MB)\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:140:\"Maximum Size of file (documents, images, etc.) which can attached to emails or activities.
Note: php.ini should support this file size.\";s:9:\"help_text\";N;}s:16:\"contact_undelete\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"contact_undelete\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:26:\"Contact Trash and Undelete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:200:\"If enabled, deleted contacts will be moved to trash (instead of being destroyed). Users with the proper permission are able to search for the deleted contacts and restore them (or delete permanently).\";s:9:\"help_text\";N;}s:24:\"allowPermDeleteFinancial\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:24:\"allowPermDeleteFinancial\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";b:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:24:\"Contact Permanent Delete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:81:\"Allow Permanent Delete for contacts who are linked to live financial transactions\";s:9:\"help_text\";N;}s:12:\"versionAlert\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionAlert\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:18:\"New Version Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:212:\"Displays an on-screen alert to users with \"Administer CiviCRM\" permissions when a new version of CiviCRM is available. This setting will only work if the \"Version Check & Statistics Reporting\" setting is enabled.\";s:9:\"help_text\";N;}s:12:\"versionCheck\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:36:\"Version Check & Statistics Reporting\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:847:\"If enabled, CiviCRM automatically checks availablity of a newer version of the software. New version alerts will be displayed on the main CiviCRM Administration page.\nWhen enabled, statistics about your CiviCRM installation are reported anonymously to the CiviCRM team to assist in prioritizing ongoing development efforts. The following information is gathered: CiviCRM version, versions of PHP, MySQL and framework (Drupal/Joomla/standalone), and default language. Counts (but no actual data) of the following record types are reported: contacts, activities, cases, relationships, contributions, contribution pages, contribution products, contribution widgets, discounts, price sets, profiles, events, participants, tell-a-friend pages, grants, mailings, memberships, membership blocks, pledges, pledge blocks and active payment processor types.\";s:9:\"help_text\";N;}s:13:\"securityAlert\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Security Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:122:\"If enabled, CiviCRM will automatically run checks for significant mis-configurations such as ineffective file protections.\";s:9:\"help_text\";N;}s:21:\"doNotAttachPDFReceipt\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:21:\"doNotAttachPDFReceipt\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:27:\"Attach PDF copy to receipts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:98:\"If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.\";s:9:\"help_text\";N;}s:15:\"wkhtmltopdfPath\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"wkhtmltopdfPath\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:256;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Path to wkhtmltopdf executable\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:18:\"recaptchaPublicKey\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:18:\"recaptchaPublicKey\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:64;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Recaptcha Public Key\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"recaptchaPrivateKey\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:19:\"recaptchaPrivateKey\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:64;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:21:\"Recaptcha Private Key\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:21:\"dashboardCacheTimeout\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:21:\"dashboardCacheTimeout\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:3;s:9:\"maxlength\";i:5;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Dashboard cache timeout\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"checksumTimeout\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"checksumTimeout\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:7;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Checksum Lifespan\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:7:\"blogUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:7:\"blogUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Blog Feed URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:38:\"Blog feed URL used by the blog dashlet\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}s:20:\"communityMessagesUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"communityMessagesUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:22:\"Community Messages URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:44:\"Service providing CiviCRM community messages\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}s:12:\"resCacheCode\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"resCacheCode\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:16;s:9:\"maxlength\";i:16;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Resource Cache Code\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:62:\"Code appended to resource URLs (JS/CSS) to coerce HTTP caching\";s:9:\"help_text\";N;}s:9:\"verifySSL\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:9:\"verifySSL\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:0:\"\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"If disabled, backend HTTPS services will allow unverified, insecure connections\";s:9:\"help_text\";s:140:\"Unless you are absolutely unable to configure your server to check the SSL certificate of the remote server you should leave this set to Yes\";}s:10:\"wpBasePage\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:10:\"wpBasePage\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"text\";s:15:\"quick_form_type\";s:7:\"Element\";s:8:\"prefetch\";i:1;s:7:\"default\";s:0:\"\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"WordPress Base Page\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:54:\"If set, CiviCRM will use this setting as the base url.\";s:9:\"help_text\";s:177:\"By default, CiviCRM will generate front-facing pages using the home page at http://wp/ as its base. If you want to use a different template for CiviCRM pages, set the path here.\";}s:23:\"secondDegRelPermissions\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:23:\"secondDegRelPermissions\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:44:\"Allow second-degree relationship permissions\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:136:\"If enabled, contacts with the permission to edit a related contact will inherit that contact\'s permission to edit other related contacts\";s:9:\"help_text\";N;}s:17:\"enable_components\";a:15:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"enable_components\";s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";a:6:{i:0;s:9:\"CiviEvent\";i:1;s:14:\"CiviContribute\";i:2;s:10:\"CiviMember\";i:3;s:8:\"CiviMail\";i:4;s:10:\"CiviReport\";i:5;s:10:\"CiviPledge\";}s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:17:\"Enable Components\";s:9:\"is_domain\";s:1:\"1\";s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;s:9:\"on_change\";a:2:{i:0;a:2:{i:0;s:13:\"CRM_Case_Info\";i:1;s:18:\"onToggleComponents\";}i:1;a:2:{i:0;s:18:\"CRM_Core_Component\";i:1;s:22:\"flushEnabledComponents\";}}}s:16:\"disable_core_css\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"disable_core_css\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:19:\"Disable CiviCRM css\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:55:\"Prevent the stylesheet \"civicrm.css\" from being loaded.\";s:9:\"help_text\";N;}s:13:\"debug_enabled\";a:15:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:13:\"debug_enabled\";s:11:\"config_only\";i:1;s:10:\"config_key\";s:5:\"debug\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Enable Debugging\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:130:\"Set this value to Yes if you want to use one of CiviCRM\'s debugging tools. This feature should NOT be enabled for production sites\";s:8:\"prefetch\";i:1;s:9:\"help_text\";s:39:\"Do not turn this on on production sites\";}s:20:\"userFrameworkLogging\";a:14:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:20:\"userFrameworkLogging\";s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Enable Drupal Watchdog Logging\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:102:\"Set this value to Yes if you want CiviCRM error/debugging messages to also appear in Drupal error logs\";s:8:\"prefetch\";i:1;s:9:\"help_text\";s:239:\"Set this value to Yes if you want CiviCRM error/debugging messages the appear in your CMS\' error log.\nIn the case of Drupal, this will cause all CiviCRM error messages to appear in the watchdog (assuming you have Drupal\'s watchdog enabled)\";}s:9:\"backtrace\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:9:\"backtrace\";s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Display Backtrace\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:155:\"Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered. This feature should NOT be enabled for production sites\";s:8:\"prefetch\";i:1;}s:18:\"fatalErrorTemplate\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:18:\"fatalErrorTemplate\";s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:4:\"text\";s:7:\"default\";s:20:\"CRM/common/fatal.tpl\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Fatal Error Template\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:123:\"Enter the path and filename for a custom Smarty template if you want to define your own screen for displaying fatal errors.\";s:8:\"prefetch\";i:1;}s:17:\"fatalErrorHandler\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:17:\"fatalErrorHandler\";s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:4:\"text\";s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Fatal Error Handler\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:136:\"Enter the path and class for a custom PHP error-handling function if you want to override built-in CiviCRM error handling for your site.\";s:8:\"prefetch\";i:1;}s:9:\"uploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:9:\"uploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}s:14:\"imageUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:14:\"imageUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:19:\"customFileUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:19:\"customFileUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"customTemplateDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:17:\"customTemplateDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"customPHPPathDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:16:\"customPHPPathDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:13:\"extensionsDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:13:\"extensionsDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:17:\"event_enable_cart\";a:12:{s:4:\"name\";s:11:\"enable_cart\";s:10:\"group_name\";s:17:\"Event Preferences\";s:5:\"group\";s:5:\"event\";s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:7:\"default\";i:0;s:3:\"add\";d:4.0999999999999996;s:5:\"title\";s:17:\"Enable Event Cart\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:1;s:11:\"description\";s:8:\"WRITE ME\";s:9:\"help_text\";s:8:\"WRITE ME\";}s:25:\"monetaryThousandSeparator\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:25:\"monetaryThousandSeparator\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:1:\",\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Thousands Separator\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:20:\"monetaryDecimalPoint\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:20:\"monetaryDecimalPoint\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:1:\".\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Decimal Delimiter\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:11:\"moneyformat\";a:15:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:11:\"moneyformat\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:7:\"default\";s:5:\"%c %a\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Monetary Amount Display\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:16:\"moneyvalueformat\";a:15:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:16:\"moneyvalueformat\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:7:\"default\";s:3:\"%!i\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Monetary Amount Display\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"defaultCurrency\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:15:\"defaultCurrency\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:3:\"USD\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Default Currency\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:75:\"Default currency assigned to contributions and other monetary transactions.\";s:9:\"help_text\";N;}s:21:\"defaultContactCountry\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:21:\"defaultContactCountry\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:4;}s:7:\"default\";s:4:\"1228\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Default Country\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:68:\"This value is selected by default when adding a new contact address.\";s:9:\"help_text\";N;}s:12:\"countryLimit\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:12:\"countryLimit\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Available Countries\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:13:\"provinceLimit\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:13:\"provinceLimit\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Available States and Provinces\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:13:\"inheritLocale\";a:14:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:13:\"inheritLocale\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Inherit CMS Language\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:18:\"dateformatDatetime\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:18:\"dateformatDatetime\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:20:\"%B %E%f, %Y %l:%M %P\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:22:\"Complete Date and Time\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:14:\"dateformatFull\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:14:\"dateformatFull\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:11:\"%B %E%f, %Y\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Complete Date\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:17:\"dateformatPartial\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:17:\"dateformatPartial\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:5:\"%B %Y\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:14:\"Month and Year\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:10:\"lcMessages\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:10:\"lcMessages\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:5:\"en_US\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Default Language\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:20:\"profile_double_optin\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:20:\"profile_double_optin\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:22:\"track_civimail_replies\";a:13:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:22:\"track_civimail_replies\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:41:\"CRM_Core_BAO_Setting::validateBoolSetting\";}s:17:\"civimail_workflow\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:17:\"civimail_workflow\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:25:\"civimail_server_wide_lock\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:25:\"civimail_server_wide_lock\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:15:\"mailing_backend\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:15:\"mailing_backend\";s:4:\"type\";s:5:\"Array\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:33:\"profile_add_to_group_double_optin\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:33:\"profile_add_to_group_double_optin\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:47:\"Enable Double Opt-in for Profile Group(s) field\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:189:\"When CiviMail is enabled, users who \"subscribe\" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.\";s:9:\"help_text\";N;}s:30:\"disable_mandatory_tokens_check\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:30:\"disable_mandatory_tokens_check\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:34:\"Disable check for mandatory tokens\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:345:\"Don\'t check for presence of mandatory tokens (domain address; unsubscribe/opt-out) before sending mailings. WARNING: Mandatory tokens are a safe-guard which facilitate compliance with the US CAN-SPAM Act. They should only be disabled if your organization adopts other mechanisms for compliance or if your organization is not subject to CAN-SPAM.\";s:9:\"help_text\";N;}s:20:\"dedupe_email_default\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:20:\"dedupe_email_default\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:44:\"CiviMail dedupes e-mail addresses by default\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"Set the \"dedupe e-mail\" option when sending a new mailing to \"true\" by default.\";s:9:\"help_text\";N;}s:33:\"default_renewal_contribution_page\";a:13:{s:10:\"group_name\";s:18:\"Member Preferences\";s:5:\"group\";s:6:\"member\";s:4:\"name\";s:33:\"default_renewal_contribution_page\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:6:\"Select\";s:7:\"default\";N;s:14:\"pseudoconstant\";a:1:{s:4:\"name\";s:16:\"contributionPage\";}s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:38:\"Default online membership renewal page\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:348:\"If you select a default online contribution page for self-service membership renewals, a \"renew\" link pointing to that page will be displayed on the Contact Dashboard for memberships which were entered offline. You will need to ensure that the membership block for the selected online contribution page includes any currently available memberships.\";s:9:\"help_text\";N;}s:10:\"is_enabled\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:10:\"is_enabled\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:20:\"Multisite is enabled\";s:9:\"help_text\";N;}s:15:\"domain_group_id\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:15:\"domain_group_id\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}s:25:\"event_price_set_domain_id\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:25:\"event_price_set_domain_id\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:19:\"uniq_email_per_site\";a:10:{s:10:\"group_name\";s:22:\"Multi Site Preferences\";s:5:\"group\";s:9:\"multisite\";s:4:\"name\";s:19:\"uniq_email_per_site\";s:4:\"type\";s:7:\"Integer\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}s:25:\"search_autocomplete_count\";a:15:{s:10:\"group_name\";s:18:\"Search Preferences\";s:5:\"group\";s:18:\"Search Preferences\";s:4:\"name\";s:25:\"search_autocomplete_count\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:2;}s:7:\"default\";i:10;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Autocomplete Results\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:86:\"The maximum number of contacts to show at a time when typing in an autocomplete field.\";s:9:\"help_text\";N;}s:24:\"userFrameworkResourceURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:24:\"userFrameworkResourceURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:20:\"CiviCRM Resource URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:14:\"imageUploadURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:14:\"imageUploadURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:16:\"Image Upload URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}s:12:\"customCSSURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:12:\"customCSSURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:22:\"Custom CiviCRM CSS URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-22 21:03:48',NULL),(4,'CiviCRM setting Specs','settingsMetadata_1__name_address_standardization_provider','a:1:{s:32:\"address_standardization_provider\";a:12:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:32:\"address_standardization_provider\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:6:\"Select\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:33:\"Address Standardization Provider.\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:486:\"CiviCRM includes an optional plugin for interfacing with the United States Postal Services (USPS) Address Standardization web service. You must register to use the USPS service at https://www.usps.com/business/webtools-address-information.htm. If you are approved, they will provide you with a User ID and the URL for the service. Plugins for other address standardization services may be available from 3rd party developers. If installed, they will be included in the drop-down below. \";}}',NULL,'2014-04-22 21:03:48',NULL),(5,'CiviCRM setting Specs','settingsMetadata_1__name_address_standardization_userid','a:1:{s:30:\"address_standardization_userid\";a:12:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:30:\"address_standardization_userid\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:19:\"Web service user ID\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(6,'CiviCRM setting Specs','settingsMetadata_1__name_address_standardization_url','a:1:{s:27:\"address_standardization_url\";a:13:{s:10:\"group_name\";s:19:\"Address Preferences\";s:5:\"group\";s:7:\"address\";s:4:\"name\";s:27:\"address_standardization_url\";s:4:\"type\";s:4:\"Text\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:15:\"Web service url\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:16:\"Web service URL.\";s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-22 21:03:48',NULL),(7,'CiviCRM setting Specs','settingsMetadata_1__name_cvv_backoffice_required','a:1:{s:23:\"cvv_backoffice_required\";a:12:{s:10:\"group_name\";s:22:\"Contribute Preferences\";s:5:\"group\";s:10:\"contribute\";s:4:\"name\";s:23:\"cvv_backoffice_required\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"1\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:28:\"CVV required for backoffice?\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:65:\"Is the CVV code required for back office credit card transactions\";s:9:\"help_text\";s:137:\"If set it back-office credit card transactions will required a cvv code. Leave as required unless you have a very strong reason to change\";}}',NULL,'2014-04-22 21:03:48',NULL),(8,'CiviCRM setting Specs','settingsMetadata___name_cvv_backoffice_required','a:1:{s:23:\"cvv_backoffice_required\";a:12:{s:10:\"group_name\";s:22:\"Contribute Preferences\";s:5:\"group\";s:10:\"contribute\";s:4:\"name\";s:23:\"cvv_backoffice_required\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"1\";s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:28:\"CVV required for backoffice?\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:65:\"Is the CVV code required for back office credit card transactions\";s:9:\"help_text\";s:137:\"If set it back-office credit card transactions will required a cvv code. Leave as required unless you have a very strong reason to change\";}}',NULL,'2014-04-22 21:03:48',NULL),(9,'CiviCRM setting Specs','settingsMetadata_1__name_ajaxPopupsEnabled','a:1:{s:17:\"ajaxPopupsEnabled\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"ajaxPopupsEnabled\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(10,'CiviCRM setting Specs','settingsMetadata___name_ajaxPopupsEnabled','a:1:{s:17:\"ajaxPopupsEnabled\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"ajaxPopupsEnabled\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(11,'CiviCRM setting Specs','settingsMetadata_1__name_max_attachments','a:1:{s:15:\"max_attachments\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"max_attachments\";s:10:\"legacy_key\";s:14:\"maxAttachments\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Maximum Attachments\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:93:\"Maximum number of files (documents, images, etc.) which can attached to emails or activities.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(12,'CiviCRM setting Specs','settingsMetadata___name_max_attachments','a:1:{s:15:\"max_attachments\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"max_attachments\";s:10:\"legacy_key\";s:14:\"maxAttachments\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Maximum Attachments\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:93:\"Maximum number of files (documents, images, etc.) which can attached to emails or activities.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(13,'CiviCRM setting Specs','settingsMetadata_1__name_maxFileSize','a:1:{s:11:\"maxFileSize\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:11:\"maxFileSize\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:3;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:25:\"Maximum File Size (in MB)\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:140:\"Maximum Size of file (documents, images, etc.) which can attached to emails or activities.
Note: php.ini should support this file size.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(14,'CiviCRM setting Specs','settingsMetadata_1__name_contact_undelete','a:1:{s:16:\"contact_undelete\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"contact_undelete\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:26:\"Contact Trash and Undelete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:200:\"If enabled, deleted contacts will be moved to trash (instead of being destroyed). Users with the proper permission are able to search for the deleted contacts and restore them (or delete permanently).\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(15,'CiviCRM setting Specs','settingsMetadata___name_contact_undelete','a:1:{s:16:\"contact_undelete\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"contact_undelete\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:26:\"Contact Trash and Undelete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:200:\"If enabled, deleted contacts will be moved to trash (instead of being destroyed). Users with the proper permission are able to search for the deleted contacts and restore them (or delete permanently).\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(16,'CiviCRM setting Specs','settingsMetadata_1__name_allowPermDeleteFinancial','a:1:{s:24:\"allowPermDeleteFinancial\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:24:\"allowPermDeleteFinancial\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";b:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:24:\"Contact Permanent Delete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:81:\"Allow Permanent Delete for contacts who are linked to live financial transactions\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(17,'CiviCRM setting Specs','settingsMetadata___name_allowPermDeleteFinancial','a:1:{s:24:\"allowPermDeleteFinancial\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:24:\"allowPermDeleteFinancial\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";b:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:24:\"Contact Permanent Delete\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:81:\"Allow Permanent Delete for contacts who are linked to live financial transactions\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(18,'CiviCRM setting Specs','settingsMetadata_1__name_versionAlert','a:1:{s:12:\"versionAlert\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionAlert\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:18:\"New Version Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:212:\"Displays an on-screen alert to users with \"Administer CiviCRM\" permissions when a new version of CiviCRM is available. This setting will only work if the \"Version Check & Statistics Reporting\" setting is enabled.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(19,'CiviCRM setting Specs','settingsMetadata___name_versionAlert','a:1:{s:12:\"versionAlert\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionAlert\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:18:\"New Version Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:212:\"Displays an on-screen alert to users with \"Administer CiviCRM\" permissions when a new version of CiviCRM is available. This setting will only work if the \"Version Check & Statistics Reporting\" setting is enabled.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(20,'CiviCRM setting Specs','settingsMetadata_1__name_versionCheck','a:1:{s:12:\"versionCheck\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:36:\"Version Check & Statistics Reporting\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:847:\"If enabled, CiviCRM automatically checks availablity of a newer version of the software. New version alerts will be displayed on the main CiviCRM Administration page.\nWhen enabled, statistics about your CiviCRM installation are reported anonymously to the CiviCRM team to assist in prioritizing ongoing development efforts. The following information is gathered: CiviCRM version, versions of PHP, MySQL and framework (Drupal/Joomla/standalone), and default language. Counts (but no actual data) of the following record types are reported: contacts, activities, cases, relationships, contributions, contribution pages, contribution products, contribution widgets, discounts, price sets, profiles, events, participants, tell-a-friend pages, grants, mailings, memberships, membership blocks, pledges, pledge blocks and active payment processor types.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(21,'CiviCRM setting Specs','settingsMetadata_1__name_securityAlert','a:1:{s:13:\"securityAlert\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Security Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:122:\"If enabled, CiviCRM will automatically run checks for significant mis-configurations such as ineffective file protections.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(22,'CiviCRM setting Specs','settingsMetadata___name_securityAlert','a:1:{s:13:\"securityAlert\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"versionCheck\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Security Alerts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:122:\"If enabled, CiviCRM will automatically run checks for significant mis-configurations such as ineffective file protections.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(23,'CiviCRM setting Specs','settingsMetadata_1__name_doNotAttachPDFReceipt','a:1:{s:21:\"doNotAttachPDFReceipt\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:21:\"doNotAttachPDFReceipt\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:27:\"Attach PDF copy to receipts\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:98:\"If enabled, CiviCRM sends PDF receipt as an attachment during event signup or online contribution.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(24,'CiviCRM setting Specs','settingsMetadata_1__name_wkhtmltopdfPath','a:1:{s:15:\"wkhtmltopdfPath\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"wkhtmltopdfPath\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:256;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Path to wkhtmltopdf executable\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(25,'CiviCRM setting Specs','settingsMetadata_1__name_recaptchaPublicKey','a:1:{s:18:\"recaptchaPublicKey\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:18:\"recaptchaPublicKey\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:64;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Recaptcha Public Key\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(26,'CiviCRM setting Specs','settingsMetadata_1__name_recaptchaPrivateKey','a:1:{s:19:\"recaptchaPrivateKey\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:19:\"recaptchaPrivateKey\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:64;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:21:\"Recaptcha Private Key\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(27,'CiviCRM setting Specs','settingsMetadata_1__name_dashboardCacheTimeout','a:1:{s:21:\"dashboardCacheTimeout\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:21:\"dashboardCacheTimeout\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:3;s:9:\"maxlength\";i:5;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Dashboard cache timeout\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(28,'CiviCRM setting Specs','settingsMetadata_1__name_checksumTimeout','a:1:{s:15:\"checksumTimeout\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:15:\"checksumTimeout\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:8;}s:7:\"default\";i:7;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Checksum Lifespan\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(29,'CiviCRM setting Specs','settingsMetadata_1__name_blogUrl','a:1:{s:7:\"blogUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:7:\"blogUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Blog Feed URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:38:\"Blog feed URL used by the blog dashlet\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}}',NULL,'2014-04-22 21:03:48',NULL),(30,'CiviCRM setting Specs','settingsMetadata___name_blogUrl','a:1:{s:7:\"blogUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:7:\"blogUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:0;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Blog Feed URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:38:\"Blog feed URL used by the blog dashlet\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}}',NULL,'2014-04-22 21:03:48',NULL),(31,'CiviCRM setting Specs','settingsMetadata_1__name_communityMessagesUrl','a:1:{s:20:\"communityMessagesUrl\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:20:\"communityMessagesUrl\";s:8:\"prefetch\";i:0;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:64;s:9:\"maxlength\";i:128;}s:7:\"default\";s:9:\"*default*\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:22:\"Community Messages URL\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:44:\"Service providing CiviCRM community messages\";s:9:\"help_text\";s:68:\"Use \"*default*\" for the system default or override with a custom URL\";}}',NULL,'2014-04-22 21:03:48',NULL),(32,'CiviCRM setting Specs','settingsMetadata_1__name_resCacheCode','a:1:{s:12:\"resCacheCode\";a:16:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:12:\"resCacheCode\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"Text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:16;s:9:\"maxlength\";i:16;}s:7:\"default\";N;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Resource Cache Code\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:62:\"Code appended to resource URLs (JS/CSS) to coerce HTTP caching\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:48',NULL),(33,'CiviCRM setting Specs','settingsMetadata_1__name_verifySSL','a:1:{s:9:\"verifySSL\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:9:\"verifySSL\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:0:\"\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"If disabled, backend HTTPS services will allow unverified, insecure connections\";s:9:\"help_text\";s:140:\"Unless you are absolutely unable to configure your server to check the SSL certificate of the remote server you should leave this set to Yes\";}}',NULL,'2014-04-22 21:03:48',NULL),(34,'CiviCRM setting Specs','settingsMetadata___name_verifySSL','a:1:{s:9:\"verifySSL\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:9:\"verifySSL\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:0:\"\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"If disabled, backend HTTPS services will allow unverified, insecure connections\";s:9:\"help_text\";s:140:\"Unless you are absolutely unable to configure your server to check the SSL certificate of the remote server you should leave this set to Yes\";}}',NULL,'2014-04-22 21:03:49',NULL),(35,'CiviCRM setting Specs','settingsMetadata_1__name_wpBasePage','a:1:{s:10:\"wpBasePage\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:10:\"wpBasePage\";s:4:\"type\";s:6:\"String\";s:9:\"html_type\";s:4:\"text\";s:15:\"quick_form_type\";s:7:\"Element\";s:8:\"prefetch\";i:1;s:7:\"default\";s:0:\"\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"WordPress Base Page\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:54:\"If set, CiviCRM will use this setting as the base url.\";s:9:\"help_text\";s:177:\"By default, CiviCRM will generate front-facing pages using the home page at http://wp/ as its base. If you want to use a different template for CiviCRM pages, set the path here.\";}}',NULL,'2014-04-22 21:03:49',NULL),(36,'CiviCRM setting Specs','settingsMetadata_1__name_secondDegRelPermissions','a:1:{s:23:\"secondDegRelPermissions\";a:14:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:23:\"secondDegRelPermissions\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:44:\"Allow second-degree relationship permissions\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:136:\"If enabled, contacts with the permission to edit a related contact will inherit that contact\'s permission to edit other related contacts\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(37,'CiviCRM setting Specs','settingsMetadata_1__name_enable_components','a:1:{s:17:\"enable_components\";a:15:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"enable_components\";s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";a:6:{i:0;s:9:\"CiviEvent\";i:1;s:14:\"CiviContribute\";i:2;s:10:\"CiviMember\";i:3;s:8:\"CiviMail\";i:4;s:10:\"CiviReport\";i:5;s:10:\"CiviPledge\";}s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:17:\"Enable Components\";s:9:\"is_domain\";s:1:\"1\";s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;s:9:\"on_change\";a:2:{i:0;a:2:{i:0;s:13:\"CRM_Case_Info\";i:1;s:18:\"onToggleComponents\";}i:1;a:2:{i:0;s:18:\"CRM_Core_Component\";i:1;s:22:\"flushEnabledComponents\";}}}}',NULL,'2014-04-22 21:03:49',NULL),(38,'CiviCRM setting Specs','settingsMetadata___name_enable_components','a:1:{s:17:\"enable_components\";a:15:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:17:\"enable_components\";s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";a:6:{i:0;s:9:\"CiviEvent\";i:1;s:14:\"CiviContribute\";i:2;s:10:\"CiviMember\";i:3;s:8:\"CiviMail\";i:4;s:10:\"CiviReport\";i:5;s:10:\"CiviPledge\";}s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:17:\"Enable Components\";s:9:\"is_domain\";s:1:\"1\";s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;s:9:\"on_change\";a:2:{i:0;a:2:{i:0;s:13:\"CRM_Case_Info\";i:1;s:18:\"onToggleComponents\";}i:1;a:2:{i:0;s:18:\"CRM_Core_Component\";i:1;s:22:\"flushEnabledComponents\";}}}}',NULL,'2014-04-22 21:03:49',NULL),(39,'CiviCRM setting Specs','settingsMetadata_1__name_disable_core_css','a:1:{s:16:\"disable_core_css\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"disable_core_css\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:19:\"Disable CiviCRM css\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:55:\"Prevent the stylesheet \"civicrm.css\" from being loaded.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(40,'CiviCRM setting Specs','settingsMetadata___name_disable_core_css','a:1:{s:16:\"disable_core_css\";a:12:{s:10:\"group_name\";s:19:\"CiviCRM Preferences\";s:5:\"group\";s:4:\"core\";s:4:\"name\";s:16:\"disable_core_css\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:19:\"Disable CiviCRM css\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:55:\"Prevent the stylesheet \"civicrm.css\" from being loaded.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(41,'CiviCRM setting Specs','settingsMetadata_1__name_debug_enabled','a:1:{s:13:\"debug_enabled\";a:15:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:13:\"debug_enabled\";s:11:\"config_only\";i:1;s:10:\"config_key\";s:5:\"debug\";s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Enable Debugging\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:130:\"Set this value to Yes if you want to use one of CiviCRM\'s debugging tools. This feature should NOT be enabled for production sites\";s:8:\"prefetch\";i:1;s:9:\"help_text\";s:39:\"Do not turn this on on production sites\";}}',NULL,'2014-04-22 21:03:49',NULL),(42,'CiviCRM setting Specs','settingsMetadata_1__name_userFrameworkLogging','a:1:{s:20:\"userFrameworkLogging\";a:14:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:20:\"userFrameworkLogging\";s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Enable Drupal Watchdog Logging\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:102:\"Set this value to Yes if you want CiviCRM error/debugging messages to also appear in Drupal error logs\";s:8:\"prefetch\";i:1;s:9:\"help_text\";s:239:\"Set this value to Yes if you want CiviCRM error/debugging messages the appear in your CMS\' error log.\nIn the case of Drupal, this will cause all CiviCRM error messages to appear in the watchdog (assuming you have Drupal\'s watchdog enabled)\";}}',NULL,'2014-04-22 21:03:49',NULL),(43,'CiviCRM setting Specs','settingsMetadata_1__name_backtrace','a:1:{s:9:\"backtrace\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:9:\"backtrace\";s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Display Backtrace\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:155:\"Set this value to Yes if you want to display a backtrace listing when a fatal error is encountered. This feature should NOT be enabled for production sites\";s:8:\"prefetch\";i:1;}}',NULL,'2014-04-22 21:03:49',NULL),(44,'CiviCRM setting Specs','settingsMetadata_1__name_fatalErrorTemplate','a:1:{s:18:\"fatalErrorTemplate\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:18:\"fatalErrorTemplate\";s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:4:\"text\";s:7:\"default\";s:20:\"CRM/common/fatal.tpl\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Fatal Error Template\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:123:\"Enter the path and filename for a custom Smarty template if you want to define your own screen for displaying fatal errors.\";s:8:\"prefetch\";i:1;}}',NULL,'2014-04-22 21:03:49',NULL),(45,'CiviCRM setting Specs','settingsMetadata_1__name_fatalErrorHandler','a:1:{s:17:\"fatalErrorHandler\";a:13:{s:10:\"group_name\";s:21:\"Developer Preferences\";s:5:\"group\";s:9:\"developer\";s:4:\"name\";s:17:\"fatalErrorHandler\";s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:4:\"text\";s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Fatal Error Handler\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:136:\"Enter the path and class for a custom PHP error-handling function if you want to override built-in CiviCRM error handling for your site.\";s:8:\"prefetch\";i:1;}}',NULL,'2014-04-22 21:03:49',NULL),(46,'CiviCRM setting Specs','settingsMetadata_1__name_uploadDir','a:1:{s:9:\"uploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:9:\"uploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";s:94:\"If set, new contacts that are created when signing a petition are assigned a tag of this name.\";}}',NULL,'2014-04-22 21:03:49',NULL),(47,'CiviCRM setting Specs','settingsMetadata_1__name_imageUploadDir','a:1:{s:14:\"imageUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:14:\"imageUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(48,'CiviCRM setting Specs','settingsMetadata_1__name_customFileUploadDir','a:1:{s:19:\"customFileUploadDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:19:\"customFileUploadDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(49,'CiviCRM setting Specs','settingsMetadata_1__name_customTemplateDir','a:1:{s:17:\"customTemplateDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:17:\"customTemplateDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(50,'CiviCRM setting Specs','settingsMetadata_1__name_customPHPPathDir','a:1:{s:16:\"customPHPPathDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:16:\"customPHPPathDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(51,'CiviCRM setting Specs','settingsMetadata_1__name_extensionsDir','a:1:{s:13:\"extensionsDir\";a:13:{s:10:\"group_name\";s:21:\"Directory Preferences\";s:5:\"group\";s:9:\"directory\";s:4:\"name\";s:13:\"extensionsDir\";s:4:\"type\";s:3:\"Url\";s:9:\"html_type\";s:4:\"Text\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:5:\"title\";N;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(52,'CiviCRM setting Specs','settingsMetadata_1__name_event_enable_cart','a:1:{s:17:\"event_enable_cart\";a:12:{s:4:\"name\";s:11:\"enable_cart\";s:10:\"group_name\";s:17:\"Event Preferences\";s:5:\"group\";s:5:\"event\";s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:7:\"default\";i:0;s:3:\"add\";d:4.0999999999999996;s:5:\"title\";s:17:\"Enable Event Cart\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:1;s:11:\"description\";s:8:\"WRITE ME\";s:9:\"help_text\";s:8:\"WRITE ME\";}}',NULL,'2014-04-22 21:03:49',NULL),(53,'CiviCRM setting Specs','settingsMetadata___name_event_enable_cart','a:1:{s:17:\"event_enable_cart\";a:12:{s:4:\"name\";s:11:\"enable_cart\";s:10:\"group_name\";s:17:\"Event Preferences\";s:5:\"group\";s:5:\"event\";s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:7:\"default\";i:0;s:3:\"add\";d:4.0999999999999996;s:5:\"title\";s:17:\"Enable Event Cart\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:1;s:11:\"description\";s:8:\"WRITE ME\";s:9:\"help_text\";s:8:\"WRITE ME\";}}',NULL,'2014-04-22 21:03:49',NULL),(54,'CiviCRM setting Specs','settingsMetadata_1__name_monetaryThousandSeparator','a:1:{s:25:\"monetaryThousandSeparator\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:25:\"monetaryThousandSeparator\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:1:\",\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Thousands Separator\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(55,'CiviCRM setting Specs','settingsMetadata_1__name_monetaryDecimalPoint','a:1:{s:20:\"monetaryDecimalPoint\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:20:\"monetaryDecimalPoint\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:1:\".\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:17:\"Decimal Delimiter\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(56,'CiviCRM setting Specs','settingsMetadata_1__name_moneyformat','a:1:{s:11:\"moneyformat\";a:15:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:11:\"moneyformat\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:7:\"default\";s:5:\"%c %a\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Monetary Amount Display\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(57,'CiviCRM setting Specs','settingsMetadata_1__name_moneyvalueformat','a:1:{s:16:\"moneyvalueformat\";a:15:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:16:\"moneyvalueformat\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:7:\"default\";s:3:\"%!i\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:23:\"Monetary Amount Display\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";N;s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(58,'CiviCRM setting Specs','settingsMetadata_1__name_defaultCurrency','a:1:{s:15:\"defaultCurrency\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:15:\"defaultCurrency\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:2;}s:7:\"default\";s:3:\"USD\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Default Currency\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:75:\"Default currency assigned to contributions and other monetary transactions.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(59,'CiviCRM setting Specs','settingsMetadata_1__name_defaultContactCountry','a:1:{s:21:\"defaultContactCountry\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:21:\"defaultContactCountry\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:1:{s:4:\"size\";i:4;}s:7:\"default\";s:4:\"1228\";s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:15:\"Default Country\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:68:\"This value is selected by default when adding a new contact address.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(60,'CiviCRM setting Specs','settingsMetadata_1__name_countryLimit','a:1:{s:12:\"countryLimit\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:12:\"countryLimit\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:19:\"Available Countries\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(61,'CiviCRM setting Specs','settingsMetadata_1__name_provinceLimit','a:1:{s:13:\"provinceLimit\";a:16:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:13:\"provinceLimit\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:5:\"Array\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:14:\"advmultiselect\";s:15:\"html_attributes\";a:3:{s:4:\"size\";i:5;s:5:\"style\";s:11:\"width:150px\";s:5:\"class\";s:14:\"advmultiselect\";}s:7:\"default\";s:4:\"null\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:30:\"Available States and Provinces\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(62,'CiviCRM setting Specs','settingsMetadata_1__name_inheritLocale','a:1:{s:13:\"inheritLocale\";a:14:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:13:\"inheritLocale\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:7:\"Boolean\";s:15:\"quick_form_type\";s:5:\"YesNo\";s:7:\"default\";s:1:\"0\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Inherit CMS Language\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(63,'CiviCRM setting Specs','settingsMetadata_1__name_dateformatDatetime','a:1:{s:18:\"dateformatDatetime\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:18:\"dateformatDatetime\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:20:\"%B %E%f, %Y %l:%M %P\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:22:\"Complete Date and Time\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(64,'CiviCRM setting Specs','settingsMetadata_1__name_dateformatFull','a:1:{s:14:\"dateformatFull\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:14:\"dateformatFull\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:11:\"%B %E%f, %Y\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:13:\"Complete Date\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(65,'CiviCRM setting Specs','settingsMetadata_1__name_dateformatPartial','a:1:{s:17:\"dateformatPartial\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:17:\"dateformatPartial\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:5:\"%B %Y\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:14:\"Month and Year\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(66,'CiviCRM setting Specs','settingsMetadata_1__name_lcMessages','a:1:{s:10:\"lcMessages\";a:13:{s:10:\"group_name\";s:24:\"Localization Preferences\";s:5:\"group\";s:12:\"localization\";s:4:\"name\";s:10:\"lcMessages\";s:8:\"prefetch\";i:1;s:11:\"config_only\";i:1;s:4:\"type\";s:6:\"String\";s:7:\"default\";s:5:\"en_US\";s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:16:\"Default Language\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:0:\"\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(67,'CiviCRM setting Specs','settingsMetadata_1__name_disable_mandatory_tokens_check','a:1:{s:30:\"disable_mandatory_tokens_check\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:30:\"disable_mandatory_tokens_check\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:34:\"Disable check for mandatory tokens\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:345:\"Don\'t check for presence of mandatory tokens (domain address; unsubscribe/opt-out) before sending mailings. WARNING: Mandatory tokens are a safe-guard which facilitate compliance with the US CAN-SPAM Act. They should only be disabled if your organization adopts other mechanisms for compliance or if your organization is not subject to CAN-SPAM.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(68,'CiviCRM setting Specs','settingsMetadata___name_disable_mandatory_tokens_check','a:1:{s:30:\"disable_mandatory_tokens_check\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:30:\"disable_mandatory_tokens_check\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.4\";s:5:\"title\";s:34:\"Disable check for mandatory tokens\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:345:\"Don\'t check for presence of mandatory tokens (domain address; unsubscribe/opt-out) before sending mailings. WARNING: Mandatory tokens are a safe-guard which facilitate compliance with the US CAN-SPAM Act. They should only be disabled if your organization adopts other mechanisms for compliance or if your organization is not subject to CAN-SPAM.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(69,'CiviCRM setting Specs','settingsMetadata_1__name_dedupe_email_default','a:1:{s:20:\"dedupe_email_default\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:20:\"dedupe_email_default\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:44:\"CiviMail dedupes e-mail addresses by default\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"Set the \"dedupe e-mail\" option when sending a new mailing to \"true\" by default.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(70,'CiviCRM setting Specs','settingsMetadata___name_dedupe_email_default','a:1:{s:20:\"dedupe_email_default\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:20:\"dedupe_email_default\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:1;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:44:\"CiviMail dedupes e-mail addresses by default\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:79:\"Set the \"dedupe e-mail\" option when sending a new mailing to \"true\" by default.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(71,'CiviCRM setting Specs','settingsMetadata_1__name_default_renewal_contribution_page','a:1:{s:33:\"default_renewal_contribution_page\";a:13:{s:10:\"group_name\";s:18:\"Member Preferences\";s:5:\"group\";s:6:\"member\";s:4:\"name\";s:33:\"default_renewal_contribution_page\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:6:\"Select\";s:7:\"default\";N;s:14:\"pseudoconstant\";a:1:{s:4:\"name\";s:16:\"contributionPage\";}s:3:\"add\";s:3:\"4.1\";s:5:\"title\";s:38:\"Default online membership renewal page\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:348:\"If you select a default online contribution page for self-service membership renewals, a \"renew\" link pointing to that page will be displayed on the Contact Dashboard for memberships which were entered offline. You will need to ensure that the membership block for the selected online contribution page includes any currently available memberships.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(72,'CiviCRM setting Specs','settingsMetadata_1__name_search_autocomplete_count','a:1:{s:25:\"search_autocomplete_count\";a:15:{s:10:\"group_name\";s:18:\"Search Preferences\";s:5:\"group\";s:18:\"Search Preferences\";s:4:\"name\";s:25:\"search_autocomplete_count\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:2;}s:7:\"default\";i:10;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Autocomplete Results\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:86:\"The maximum number of contacts to show at a time when typing in an autocomplete field.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(73,'CiviCRM setting Specs','settingsMetadata___name_search_autocomplete_count','a:1:{s:25:\"search_autocomplete_count\";a:15:{s:10:\"group_name\";s:18:\"Search Preferences\";s:5:\"group\";s:18:\"Search Preferences\";s:4:\"name\";s:25:\"search_autocomplete_count\";s:8:\"prefetch\";i:0;s:4:\"type\";s:7:\"Integer\";s:15:\"quick_form_type\";s:7:\"Element\";s:9:\"html_type\";s:4:\"text\";s:15:\"html_attributes\";a:2:{s:4:\"size\";i:2;s:9:\"maxlength\";i:2;}s:7:\"default\";i:10;s:3:\"add\";s:3:\"4.3\";s:5:\"title\";s:20:\"Autocomplete Results\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:86:\"The maximum number of contacts to show at a time when typing in an autocomplete field.\";s:9:\"help_text\";N;}}',NULL,'2014-04-22 21:03:49',NULL),(74,'CiviCRM setting Specs','settingsMetadata_1__name_userFrameworkResourceURL','a:1:{s:24:\"userFrameworkResourceURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:24:\"userFrameworkResourceURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:20:\"CiviCRM Resource URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-22 21:03:49',NULL),(75,'CiviCRM setting Specs','settingsMetadata_1__name_imageUploadURL','a:1:{s:14:\"imageUploadURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:14:\"imageUploadURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:16:\"Image Upload URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-22 21:03:49',NULL),(76,'CiviCRM setting Specs','settingsMetadata_1__name_customCSSURL','a:1:{s:12:\"customCSSURL\";a:12:{s:5:\"group\";s:3:\"url\";s:10:\"group_name\";s:15:\"URL Preferences\";s:4:\"name\";s:12:\"customCSSURL\";s:4:\"type\";s:6:\"String\";s:7:\"default\";N;s:3:\"add\";s:3:\"4.1\";s:8:\"prefetch\";i:1;s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:22:\"Custom CiviCRM CSS URL\";s:9:\"help_text\";N;s:17:\"validate_callback\";s:19:\"CRM_Utils_Rule::url\";}}',NULL,'2014-04-22 21:03:49',NULL); /*!40000 ALTER TABLE `civicrm_cache` ENABLE KEYS */; UNLOCK TABLES; @@ -200,7 +200,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_contact` WRITE; /*!40000 ALTER TABLE `civicrm_contact` DISABLE KEYS */; -INSERT INTO `civicrm_contact` (`id`, `contact_type`, `contact_sub_type`, `do_not_email`, `do_not_phone`, `do_not_mail`, `do_not_sms`, `do_not_trade`, `is_opt_out`, `legal_identifier`, `external_identifier`, `sort_name`, `display_name`, `nick_name`, `legal_name`, `image_URL`, `preferred_communication_method`, `preferred_language`, `preferred_mail_format`, `hash`, `api_key`, `source`, `first_name`, `middle_name`, `last_name`, `prefix_id`, `suffix_id`, `formal_title`, `communication_style_id`, `email_greeting_id`, `email_greeting_custom`, `email_greeting_display`, `postal_greeting_id`, `postal_greeting_custom`, `postal_greeting_display`, `addressee_id`, `addressee_custom`, `addressee_display`, `job_title`, `gender_id`, `birth_date`, `is_deceased`, `deceased_date`, `household_name`, `primary_contact_id`, `organization_name`, `sic_code`, `user_unique_id`, `employer_id`, `is_deleted`, `created_date`, `modified_date`) VALUES (1,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Default Organization','Default Organization',NULL,'Default Organization',NULL,NULL,NULL,'Both',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'Default Organization',NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:09'),(2,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'cruz.iris@infomail.co.nz','cruz.iris@infomail.co.nz',NULL,NULL,NULL,NULL,NULL,'Both','307864666',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear cruz.iris@infomail.co.nz',1,NULL,'Dear cruz.iris@infomail.co.nz',1,NULL,'cruz.iris@infomail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:02'),(3,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav-Robertson, Felisha','Felisha Yadav-Robertson',NULL,NULL,NULL,NULL,NULL,'Both','1896586673',NULL,'Sample Data','Felisha','H','Yadav-Robertson',NULL,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Felisha Yadav-Robertson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:06'),(4,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'wagnerc@mymail.co.pl','wagnerc@mymail.co.pl',NULL,NULL,NULL,NULL,NULL,'Both','257041996',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear wagnerc@mymail.co.pl',1,NULL,'Dear wagnerc@mymail.co.pl',1,NULL,'wagnerc@mymail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:00'),(5,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Bob','Mr. Bob Blackwell Sr.',NULL,NULL,NULL,NULL,NULL,'Both','533638173',NULL,'Sample Data','Bob','D','Blackwell',3,2,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Mr. Bob Blackwell Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:44'),(6,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Bachman, Merrie','Merrie Bachman',NULL,NULL,NULL,NULL,NULL,'Both','-1811162257',NULL,'Sample Data','Merrie','C','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Merrie Bachman',NULL,NULL,'1997-07-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:12'),(7,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Terry family','Terry family',NULL,NULL,NULL,NULL,NULL,'Both','558108751',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Terry family',5,NULL,'Dear Terry family',2,NULL,'Terry family',NULL,NULL,NULL,0,NULL,'Terry family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:16'),(8,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Lee, Ray','Ray Lee',NULL,NULL,NULL,NULL,NULL,'Both','77853179',NULL,'Sample Data','Ray','','Lee',NULL,NULL,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Lee',NULL,2,'1988-07-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:10'),(9,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav, Maxwell','Maxwell Yadav II',NULL,NULL,NULL,'1',NULL,'Both','1292324110',NULL,'Sample Data','Maxwell','','Yadav',NULL,3,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Yadav II',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:05'),(10,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Lee, Kandace','Kandace Lee',NULL,NULL,NULL,'1',NULL,'Both','-390233583',NULL,'Sample Data','Kandace','','Lee',NULL,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Kandace Lee',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:11'),(11,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope, Jina','Dr. Jina Zope',NULL,NULL,NULL,NULL,NULL,'Both','2020833032',NULL,'Sample Data','Jina','','Zope',4,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Dr. Jina Zope',NULL,1,'1972-04-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:43'),(12,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Terry, Carylon','Dr. Carylon Terry',NULL,NULL,NULL,'4',NULL,'Both','803011383',NULL,'Sample Data','Carylon','','Terry',4,NULL,NULL,NULL,1,NULL,'Dear Carylon',1,NULL,'Dear Carylon',1,NULL,'Dr. Carylon Terry',NULL,NULL,'1977-02-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:07'),(13,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Detroit Sports Services','Detroit Sports Services',NULL,NULL,NULL,'2',NULL,'Both','-597349514',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Detroit Sports Services',NULL,NULL,NULL,0,NULL,NULL,145,'Detroit Sports Services',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:21'),(14,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Heidi','Ms. Heidi Smith',NULL,NULL,NULL,'5',NULL,'Both','837834326',NULL,'Sample Data','Heidi','','Smith',2,NULL,NULL,NULL,1,NULL,'Dear Heidi',1,NULL,'Dear Heidi',1,NULL,'Ms. Heidi Smith',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:05'),(15,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Dimitrov, Shad','Shad Dimitrov',NULL,NULL,NULL,NULL,NULL,'Both','583180877',NULL,'Sample Data','Shad','','Dimitrov',NULL,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Shad Dimitrov',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:45'),(16,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'billyivanov-blackwell@fishmail.info','billyivanov-blackwell@fishmail.info',NULL,NULL,NULL,NULL,NULL,'Both','1272383547',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear billyivanov-blackwell@fishmail.info',1,NULL,'Dear billyivanov-blackwell@fishmail.info',1,NULL,'billyivanov-blackwell@fishmail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:08'),(17,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Virginia Technology Trust','Virginia Technology Trust',NULL,NULL,NULL,'3',NULL,'Both','1887696962',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Virginia Technology Trust',NULL,NULL,NULL,0,NULL,NULL,NULL,'Virginia Technology Trust',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:19'),(18,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Parker, Nicole','Dr. Nicole Parker',NULL,NULL,NULL,'2',NULL,'Both','693554904',NULL,'Sample Data','Nicole','H','Parker',4,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Dr. Nicole Parker',NULL,1,NULL,0,NULL,NULL,NULL,'Washington Empowerment Network',NULL,NULL,199,0,NULL,'2014-04-05 16:00:19'),(19,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Allen','Mr. Allen Cruz',NULL,NULL,NULL,'4',NULL,'Both','-1180033536',NULL,'Sample Data','Allen','K','Cruz',3,NULL,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Mr. Allen Cruz',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:55'),(20,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Parker family','Parker family',NULL,NULL,NULL,'2',NULL,'Both','425242179',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Parker family',5,NULL,'Dear Parker family',2,NULL,'Parker family',NULL,NULL,NULL,0,NULL,'Parker family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:15'),(21,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman family','Bachman family',NULL,NULL,NULL,NULL,NULL,'Both','1714131215',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Bachman family',5,NULL,'Dear Bachman family',2,NULL,'Bachman family',NULL,NULL,NULL,0,NULL,'Bachman family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:16'),(22,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Jacobs, Bryon','Dr. Bryon Jacobs Sr.',NULL,NULL,NULL,NULL,NULL,'Both','2100976885',NULL,'Sample Data','Bryon','','Jacobs',4,2,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Dr. Bryon Jacobs Sr.',NULL,2,'1974-02-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:04'),(23,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson-Parker, Merrie','Merrie Jameson-Parker',NULL,NULL,NULL,NULL,NULL,'Both','82882885',NULL,'Sample Data','Merrie','B','Jameson-Parker',NULL,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Merrie Jameson-Parker',NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:06'),(24,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Parker, Teddy','Teddy Parker Sr.',NULL,NULL,NULL,NULL,NULL,'Both','1804413700',NULL,'Sample Data','Teddy','','Parker',NULL,2,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Teddy Parker Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:13'),(25,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Progressive Culture Fund','Progressive Culture Fund',NULL,NULL,NULL,NULL,NULL,'Both','1328137590',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Progressive Culture Fund',NULL,NULL,NULL,0,NULL,NULL,NULL,'Progressive Culture Fund',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:23'),(26,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'rolandchowski75@mymail.biz','rolandchowski75@mymail.biz',NULL,NULL,NULL,'4',NULL,'Both','136756112',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear rolandchowski75@mymail.biz',1,NULL,'Dear rolandchowski75@mymail.biz',1,NULL,'rolandchowski75@mymail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:45'),(27,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wilson, Sherman','Sherman Wilson Sr.',NULL,NULL,NULL,NULL,NULL,'Both','1181830438',NULL,'Sample Data','Sherman','E','Wilson',NULL,2,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Sherman Wilson Sr.',NULL,2,'1999-09-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:10'),(28,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Terrell, Bob','Mr. Bob Terrell',NULL,NULL,NULL,NULL,NULL,'Both','1949116278',NULL,'Sample Data','Bob','J','Terrell',3,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Mr. Bob Terrell',NULL,NULL,'1955-01-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:47'),(29,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Cooper, Allan','Allan Cooper',NULL,NULL,NULL,'1',NULL,'Both','350402207',NULL,'Sample Data','Allan','','Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Allan',1,NULL,'Dear Allan',1,NULL,'Allan Cooper',NULL,NULL,'1947-03-24',1,'2013-08-16',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:47'),(30,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz family','Cruz family',NULL,NULL,NULL,NULL,NULL,'Both','-1968428799',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Cruz family',5,NULL,'Dear Cruz family',2,NULL,'Cruz family',NULL,NULL,NULL,0,NULL,'Cruz family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:15'),(31,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice, Mei','Mei Prentice',NULL,NULL,NULL,'2',NULL,'Both','1342944335',NULL,'Sample Data','Mei','B','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Prentice',NULL,1,'1938-02-12',1,'2014-01-14',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:49'),(32,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samuels, Errol','Mr. Errol Samuels',NULL,NULL,NULL,NULL,NULL,'Both','1627005743',NULL,'Sample Data','Errol','T','Samuels',3,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Mr. Errol Samuels',NULL,2,'1948-11-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(33,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Parker, Toby','Toby Parker',NULL,NULL,NULL,NULL,NULL,'Both','-774123898',NULL,'Sample Data','Toby','','Parker',NULL,NULL,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby Parker',NULL,2,'1991-08-20',0,NULL,NULL,NULL,'Nebraska Development Services',NULL,NULL,102,0,NULL,'2014-04-05 16:00:22'),(34,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Roland','Roland Smith',NULL,NULL,NULL,NULL,NULL,'Both','-1941056743',NULL,'Sample Data','Roland','','Smith',NULL,NULL,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Roland Smith',NULL,2,'2008-03-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:05'),(35,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'robertson.troy76@airmail.co.pl','robertson.troy76@airmail.co.pl',NULL,NULL,NULL,NULL,NULL,'Both','-1805568280',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear robertson.troy76@airmail.co.pl',1,NULL,'Dear robertson.troy76@airmail.co.pl',1,NULL,'robertson.troy76@airmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:56'),(36,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'bc.ivanov10@example.biz','bc.ivanov10@example.biz',NULL,NULL,NULL,NULL,NULL,'Both','884808977',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear bc.ivanov10@example.biz',1,NULL,'Dear bc.ivanov10@example.biz',1,NULL,'bc.ivanov10@example.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:55'),(37,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Iris','Iris Adams',NULL,NULL,NULL,'3',NULL,'Both','80644186',NULL,'Sample Data','Iris','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Iris Adams',NULL,NULL,'2012-01-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(38,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Lincoln','Lincoln Bachman II',NULL,NULL,NULL,NULL,NULL,'Both','-320957811',NULL,'Sample Data','Lincoln','S','Bachman',NULL,3,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Lincoln Bachman II',NULL,2,'1962-11-27',0,NULL,NULL,NULL,'Georgetown Technology Collective',NULL,NULL,101,0,NULL,'2014-04-05 16:00:20'),(39,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Santina','Santina Nielsen',NULL,NULL,NULL,'3',NULL,'Both','-924849',NULL,'Sample Data','Santina','','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Nielsen',NULL,1,'1966-03-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(40,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'nicoler@mymail.info','nicoler@mymail.info',NULL,NULL,NULL,'3',NULL,'Both','-1647441231',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear nicoler@mymail.info',1,NULL,'Dear nicoler@mymail.info',1,NULL,'nicoler@mymail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:14'),(41,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Lee, Beula','Dr. Beula Lee',NULL,NULL,NULL,'2',NULL,'Both','1766744180',NULL,'Sample Data','Beula','','Lee',4,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Dr. Beula Lee',NULL,1,'1975-10-30',0,NULL,NULL,NULL,'Van Ness Environmental Association',NULL,NULL,74,0,NULL,'2014-04-05 16:00:21'),(42,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'craigb86@testing.co.in','craigb86@testing.co.in',NULL,NULL,NULL,NULL,NULL,'Both','-384838153',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear craigb86@testing.co.in',1,NULL,'Dear craigb86@testing.co.in',1,NULL,'craigb86@testing.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:08'),(43,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Nielsen, Clint','Clint Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','2083087169',NULL,'Sample Data','Clint','D','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Clint Nielsen',NULL,2,'1944-04-26',1,'2013-06-29',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:02'),(44,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Bachman, Josefa','Josefa Bachman',NULL,NULL,NULL,'2',NULL,'Both','-492898000',NULL,'Sample Data','Josefa','A','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Bachman',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:12'),(45,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Parker, Teddy','Teddy Parker Jr.',NULL,NULL,NULL,NULL,NULL,'Both','1804413700',NULL,'Sample Data','Teddy','','Parker',NULL,1,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Teddy Parker Jr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:06'),(46,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Olsen-Barkley, Andrew','Andrew Olsen-Barkley Jr.',NULL,NULL,NULL,'4',NULL,'Both','-2036322178',NULL,'Sample Data','Andrew','','Olsen-Barkley',NULL,1,NULL,NULL,1,NULL,'Dear Andrew',1,NULL,'Dear Andrew',1,NULL,'Andrew Olsen-Barkley Jr.',NULL,2,'1979-07-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:13'),(47,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Allan','Allan Cooper Sr.',NULL,NULL,NULL,NULL,NULL,'Both','350402207',NULL,'Sample Data','Allan','','Cooper',NULL,2,NULL,NULL,1,NULL,'Dear Allan',1,NULL,'Dear Allan',1,NULL,'Allan Cooper Sr.',NULL,2,'1974-09-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:00'),(48,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav, Shad','Dr. Shad Yadav',NULL,NULL,NULL,NULL,NULL,'Both','-590510171',NULL,'Sample Data','Shad','','Yadav',4,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Dr. Shad Yadav',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:51'),(49,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Elbert','Mr. Elbert Samson II',NULL,NULL,NULL,NULL,NULL,'Both','-878370943',NULL,'Sample Data','Elbert','N','Samson',3,3,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Mr. Elbert Samson II',NULL,2,'1979-10-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:49'),(50,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Elbert','Elbert Deforest',NULL,NULL,NULL,'5',NULL,'Both','-1804361757',NULL,'Sample Data','Elbert','C','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Elbert Deforest',NULL,2,'1988-03-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:46'),(51,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'González, Ivey','Ivey González',NULL,NULL,NULL,NULL,NULL,'Both','1140929750',NULL,'Sample Data','Ivey','G','González',NULL,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ivey González',NULL,1,NULL,1,'2014-02-03',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:59'),(52,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Samson-Adams, Allen','Allen Samson-Adams III',NULL,NULL,NULL,NULL,NULL,'Both','257453424',NULL,'Sample Data','Allen','X','Samson-Adams',NULL,4,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Allen Samson-Adams III',NULL,NULL,'1993-12-07',0,NULL,NULL,NULL,'Maple Poetry Association',NULL,NULL,80,0,NULL,'2014-04-05 16:00:23'),(53,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Teresa','Teresa Lee',NULL,NULL,NULL,'2',NULL,'Both','-2134124699',NULL,'Sample Data','Teresa','','Lee',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa Lee',NULL,1,'1993-12-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:10'),(54,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Maple Software Center','Maple Software Center',NULL,NULL,NULL,NULL,NULL,'Both','510201058',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Maple Software Center',NULL,NULL,NULL,0,NULL,NULL,95,'Maple Software Center',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:23'),(55,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wilson, Lou','Lou Wilson',NULL,NULL,NULL,NULL,NULL,'Both','-537851056',NULL,'Sample Data','Lou','','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Lou Wilson',NULL,2,'1936-12-21',1,'2013-11-13',NULL,NULL,'Manitowoc Poetry Partners',NULL,NULL,116,0,NULL,'2014-04-05 16:00:21'),(56,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Adams-Samuels family','Adams-Samuels family',NULL,NULL,NULL,'4',NULL,'Both','-212747634',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Adams-Samuels family',5,NULL,'Dear Adams-Samuels family',2,NULL,'Adams-Samuels family',NULL,NULL,NULL,0,NULL,'Adams-Samuels family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:16'),(57,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Ivey','Ivey Terry',NULL,NULL,NULL,'4',NULL,'Both','-345864354',NULL,'Sample Data','Ivey','','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ivey Terry',NULL,1,'1988-04-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:07'),(58,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'González, Valene','Valene González',NULL,NULL,NULL,'1',NULL,'Both','970849646',NULL,'Sample Data','Valene','','González',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene González',NULL,1,'1943-04-21',1,'2014-01-22',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:52'),(59,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Blackwell, Lashawnda','Ms. Lashawnda Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','-383470725',NULL,'Sample Data','Lashawnda','W','Blackwell',2,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Ms. Lashawnda Blackwell',NULL,1,'1948-06-14',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:08'),(60,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wagner, Sherman','Dr. Sherman Wagner',NULL,NULL,NULL,NULL,NULL,'Both','-546621117',NULL,'Sample Data','Sherman','','Wagner',4,NULL,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Dr. Sherman Wagner',NULL,2,'1985-06-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:00'),(61,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts, Craig','Dr. Craig Roberts',NULL,NULL,NULL,NULL,NULL,'Both','1504934188',NULL,'Sample Data','Craig','G','Roberts',4,NULL,NULL,NULL,1,NULL,'Dear Craig',1,NULL,'Dear Craig',1,NULL,'Dr. Craig Roberts',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:12'),(62,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope, Kathlyn','Dr. Kathlyn Zope',NULL,NULL,NULL,NULL,NULL,'Both','1348907697',NULL,'Sample Data','Kathlyn','','Zope',4,NULL,NULL,NULL,1,NULL,'Dear Kathlyn',1,NULL,'Dear Kathlyn',1,NULL,'Dr. Kathlyn Zope',NULL,NULL,'1950-10-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:50'),(63,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Barkley, Allen','Allen Barkley',NULL,NULL,NULL,NULL,NULL,'Both','-1625136228',NULL,'Sample Data','Allen','D','Barkley',NULL,NULL,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Allen Barkley',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:53'),(64,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs-Díaz family','Jacobs-Díaz family',NULL,NULL,NULL,'3',NULL,'Both','119867798',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jacobs-Díaz family',5,NULL,'Dear Jacobs-Díaz family',2,NULL,'Jacobs-Díaz family',NULL,NULL,NULL,0,NULL,'Jacobs-Díaz family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:15'),(65,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Jensen, Iris','Iris Jensen',NULL,NULL,NULL,'5',NULL,'Both','-1200275304',NULL,'Sample Data','Iris','','Jensen',NULL,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Iris Jensen',NULL,1,'1990-11-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:55'),(66,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson, Claudio','Mr. Claudio Wilson',NULL,NULL,NULL,'4',NULL,'Both','1650887830',NULL,'Sample Data','Claudio','','Wilson',3,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Mr. Claudio Wilson',NULL,2,NULL,1,'2014-03-19',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(67,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Friends Sports Solutions','Friends Sports Solutions',NULL,NULL,NULL,'3',NULL,'Both','-476327548',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Friends Sports Solutions',NULL,NULL,NULL,0,NULL,NULL,155,'Friends Sports Solutions',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:23'),(68,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Clint','Clint Díaz Sr.',NULL,NULL,NULL,'3',NULL,'Both','-791173616',NULL,'Sample Data','Clint','','Díaz',NULL,2,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Clint Díaz Sr.',NULL,NULL,'1991-07-02',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:53'),(69,'Organization',NULL,1,1,0,0,0,0,NULL,NULL,'Rowlett Development Services','Rowlett Development Services',NULL,NULL,NULL,'2',NULL,'Both','1831161579',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Rowlett Development Services',NULL,NULL,NULL,0,NULL,NULL,178,'Rowlett Development Services',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:17'),(70,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Terrell, Bob','Mr. Bob Terrell',NULL,NULL,NULL,NULL,NULL,'Both','1949116278',NULL,'Sample Data','Bob','','Terrell',3,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Mr. Bob Terrell',NULL,2,NULL,1,'2014-03-08',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:51'),(71,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Olsen, Jackson','Mr. Jackson Olsen',NULL,NULL,NULL,NULL,NULL,'Both','2108387664',NULL,'Sample Data','Jackson','','Olsen',3,NULL,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Mr. Jackson Olsen',NULL,2,'1944-11-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:58'),(72,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Troy','Dr. Troy Terry III',NULL,NULL,NULL,NULL,NULL,'Both','-1258862518',NULL,'Sample Data','Troy','','Terry',4,4,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Dr. Troy Terry III',NULL,2,'1979-07-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:45'),(73,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Smith family','Smith family',NULL,NULL,NULL,'3',NULL,'Both','-212194651',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Smith family',5,NULL,'Dear Smith family',2,NULL,'Smith family',NULL,NULL,NULL,0,NULL,'Smith family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:15'),(74,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Van Ness Environmental Association','Van Ness Environmental Association',NULL,NULL,NULL,'3',NULL,'Both','-190250311',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Van Ness Environmental Association',NULL,NULL,NULL,0,NULL,NULL,41,'Van Ness Environmental Association',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:21'),(75,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav-Robertson family','Yadav-Robertson family',NULL,NULL,NULL,NULL,NULL,'Both','-1636776515',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Yadav-Robertson family',5,NULL,'Dear Yadav-Robertson family',2,NULL,'Yadav-Robertson family',NULL,NULL,NULL,0,NULL,'Yadav-Robertson family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:15'),(76,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Robertson, Carylon','Carylon Robertson',NULL,NULL,NULL,'5',NULL,'Both','356199954',NULL,'Sample Data','Carylon','','Robertson',NULL,NULL,NULL,NULL,1,NULL,'Dear Carylon',1,NULL,'Dear Carylon',1,NULL,'Carylon Robertson',NULL,1,'1984-03-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:53'),(77,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cooper, Errol','Mr. Errol Cooper',NULL,NULL,NULL,'3',NULL,'Both','932311595',NULL,'Sample Data','Errol','','Cooper',3,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Mr. Errol Cooper',NULL,2,'1992-04-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:43'),(78,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jameson.kathlyn82@example.co.nz','jameson.kathlyn82@example.co.nz',NULL,NULL,NULL,'4',NULL,'Both','495551249',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear jameson.kathlyn82@example.co.nz',1,NULL,'Dear jameson.kathlyn82@example.co.nz',1,NULL,'jameson.kathlyn82@example.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(79,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Grant, Elbert','Dr. Elbert Grant',NULL,NULL,NULL,'5',NULL,'Both','60946172',NULL,'Sample Data','Elbert','','Grant',4,NULL,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Dr. Elbert Grant',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:00'),(80,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Maple Poetry Association','Maple Poetry Association',NULL,NULL,NULL,NULL,NULL,'Both','1860149998',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Maple Poetry Association',NULL,NULL,NULL,0,NULL,NULL,52,'Maple Poetry Association',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:23'),(81,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Roberts, Lashawnda','Lashawnda Roberts',NULL,NULL,NULL,NULL,NULL,'Both','1535794167',NULL,'Sample Data','Lashawnda','','Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Lashawnda Roberts',NULL,1,'2005-08-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:14'),(82,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wilson, Jina','Jina Wilson',NULL,NULL,NULL,NULL,NULL,'Both','198440520',NULL,'Sample Data','Jina','','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Jina Wilson',NULL,1,'1947-03-26',1,'2013-12-14',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:56'),(83,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jonesa@testing.org','jonesa@testing.org',NULL,NULL,NULL,'3',NULL,'Both','1748696409',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear jonesa@testing.org',1,NULL,'Dear jonesa@testing.org',1,NULL,'jonesa@testing.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:57'),(84,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wattson, Elbert','Mr. Elbert Wattson Sr.',NULL,NULL,NULL,'4',NULL,'Both','-1435186124',NULL,'Sample Data','Elbert','S','Wattson',3,2,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Mr. Elbert Wattson Sr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:59'),(85,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Barkley, Kiara','Kiara Barkley',NULL,NULL,NULL,NULL,NULL,'Both','2141749595',NULL,'Sample Data','Kiara','C','Barkley',NULL,NULL,NULL,NULL,1,NULL,'Dear Kiara',1,NULL,'Dear Kiara',1,NULL,'Kiara Barkley',NULL,1,'1992-04-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(86,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Magan','Magan Jensen',NULL,NULL,NULL,'1',NULL,'Both','1126354572',NULL,'Sample Data','Magan','E','Jensen',NULL,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Magan Jensen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:56'),(87,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Kandace','Mrs. Kandace Díaz',NULL,NULL,NULL,NULL,NULL,'Both','262634305',NULL,'Sample Data','Kandace','','Díaz',1,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Mrs. Kandace Díaz',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:04'),(88,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'parker.kathlyn15@testmail.biz','parker.kathlyn15@testmail.biz',NULL,NULL,NULL,NULL,NULL,'Both','-1276923020',NULL,'Sample Data',NULL,NULL,NULL,2,NULL,NULL,NULL,1,NULL,'Dear parker.kathlyn15@testmail.biz',1,NULL,'Dear parker.kathlyn15@testmail.biz',1,NULL,'parker.kathlyn15@testmail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:14'),(89,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Roberts, Alexia','Mrs. Alexia Roberts',NULL,NULL,NULL,NULL,NULL,'Both','1143708335',NULL,'Sample Data','Alexia','','Roberts',1,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Mrs. Alexia Roberts',NULL,1,'1976-10-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:43'),(90,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Landon','Landon Cruz',NULL,NULL,NULL,NULL,NULL,'Both','-1905308322',NULL,'Sample Data','Landon','Z','Cruz',NULL,NULL,NULL,NULL,1,NULL,'Dear Landon',1,NULL,'Dear Landon',1,NULL,'Landon Cruz',NULL,2,'1971-01-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:02'),(91,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Alexia','Alexia Bachman',NULL,NULL,NULL,NULL,NULL,'Both','703420300',NULL,'Sample Data','Alexia','','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Bachman',NULL,NULL,'1980-06-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:09'),(92,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs-Díaz, Allen','Mr. Allen Jacobs-Díaz Sr.',NULL,NULL,NULL,NULL,NULL,'Both','874725015',NULL,'Sample Data','Allen','X','Jacobs-Díaz',3,2,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Mr. Allen Jacobs-Díaz Sr.',NULL,NULL,'1976-11-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:04'),(93,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'juliannw@fishmail.net','juliannw@fishmail.net',NULL,NULL,NULL,NULL,NULL,'Both','-1386276666',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear juliannw@fishmail.net',1,NULL,'Dear juliannw@fishmail.net',1,NULL,'juliannw@fishmail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:50'),(94,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'blackwellc@fakemail.co.nz','blackwellc@fakemail.co.nz',NULL,NULL,NULL,'4',NULL,'Both','-1121913844',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear blackwellc@fakemail.co.nz',1,NULL,'Dear blackwellc@fakemail.co.nz',1,NULL,'blackwellc@fakemail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:53'),(95,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson, Ashlie','Ashlie Wilson',NULL,NULL,NULL,NULL,NULL,'Both','-916161186',NULL,'Sample Data','Ashlie','','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Ashlie Wilson',NULL,1,NULL,0,NULL,NULL,NULL,'Maple Software Center',NULL,NULL,54,0,NULL,'2014-04-05 16:00:22'),(96,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson family','Wilson family',NULL,NULL,NULL,NULL,NULL,'Both','350510798',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Wilson family',5,NULL,'Dear Wilson family',2,NULL,'Wilson family',NULL,NULL,NULL,0,NULL,'Wilson family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:16'),(97,'Organization',NULL,1,0,0,0,1,0,NULL,NULL,'North Carolina Music Academy','North Carolina Music Academy',NULL,NULL,NULL,NULL,NULL,'Both','16408583',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'North Carolina Music Academy',NULL,NULL,NULL,0,NULL,NULL,179,'North Carolina Music Academy',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:18'),(98,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Müller, Daren','Mr. Daren Müller',NULL,NULL,NULL,'5',NULL,'Both','1527306191',NULL,'Sample Data','Daren','','Müller',3,NULL,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Mr. Daren Müller',NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:48'),(99,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Parker, Valene','Valene Parker',NULL,NULL,NULL,NULL,NULL,'Both','-1855851795',NULL,'Sample Data','Valene','','Parker',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene Parker',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:14'),(100,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Alida','Alida Cruz',NULL,NULL,NULL,NULL,NULL,'Both','918941755',NULL,'Sample Data','Alida','','Cruz',NULL,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Alida Cruz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:02'),(101,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Georgetown Technology Collective','Georgetown Technology Collective',NULL,NULL,NULL,NULL,NULL,'Both','1019572891',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Georgetown Technology Collective',NULL,NULL,NULL,0,NULL,NULL,38,'Georgetown Technology Collective',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:20'),(102,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Nebraska Development Services','Nebraska Development Services',NULL,NULL,NULL,NULL,NULL,'Both','-1371192250',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Nebraska Development Services',NULL,NULL,NULL,0,NULL,NULL,33,'Nebraska Development Services',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:22'),(103,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Grant, Damaris','Damaris Grant',NULL,NULL,NULL,'2',NULL,'Both','1202824250',NULL,'Sample Data','Damaris','','Grant',NULL,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Damaris Grant',NULL,1,'1955-01-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:47'),(104,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'princesscruz-wilson@testmail.co.nz','princesscruz-wilson@testmail.co.nz',NULL,NULL,NULL,'4',NULL,'Both','1012649537',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear princesscruz-wilson@testmail.co.nz',1,NULL,'Dear princesscruz-wilson@testmail.co.nz',1,NULL,'princesscruz-wilson@testmail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:09'),(105,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Terrell, Elbert','Elbert Terrell III',NULL,NULL,NULL,'4',NULL,'Both','1862258278',NULL,'Sample Data','Elbert','','Terrell',NULL,4,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Elbert Terrell III',NULL,2,'1992-04-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:47'),(106,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'smith.ivey@fakemail.biz','smith.ivey@fakemail.biz',NULL,NULL,NULL,NULL,NULL,'Both','-1455178745',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear smith.ivey@fakemail.biz',1,NULL,'Dear smith.ivey@fakemail.biz',1,NULL,'smith.ivey@fakemail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:04'),(107,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Bachman, Junko','Dr. Junko Bachman',NULL,NULL,NULL,NULL,NULL,'Both','-437500292',NULL,'Sample Data','Junko','','Bachman',4,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Dr. Junko Bachman',NULL,1,'1942-05-13',1,'2013-05-07',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:58'),(108,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Bachman, Maria','Dr. Maria Bachman Sr.',NULL,NULL,NULL,NULL,NULL,'Both','1208307509',NULL,'Sample Data','Maria','','Bachman',4,2,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Dr. Maria Bachman Sr.',NULL,2,'1927-07-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:49'),(109,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Green Arts Fund','Green Arts Fund',NULL,NULL,NULL,NULL,NULL,'Both','1305650971',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Green Arts Fund',NULL,NULL,NULL,0,NULL,NULL,NULL,'Green Arts Fund',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:22'),(110,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jones, Teresa','Dr. Teresa Jones',NULL,NULL,NULL,'3',NULL,'Both','939927826',NULL,'Sample Data','Teresa','H','Jones',4,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Dr. Teresa Jones',NULL,NULL,'1939-10-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:49'),(111,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Lee family','Lee family',NULL,NULL,NULL,NULL,NULL,'Both','845831176',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Lee family',5,NULL,'Dear Lee family',2,NULL,'Lee family',NULL,NULL,NULL,0,NULL,'Lee family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:16'),(112,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Roberts family','Roberts family',NULL,NULL,NULL,'3',NULL,'Both','2097305882',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Roberts family',5,NULL,'Dear Roberts family',2,NULL,'Roberts family',NULL,NULL,NULL,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:17'),(113,'Household',NULL,0,1,0,0,0,0,NULL,NULL,'Parker family','Parker family',NULL,NULL,NULL,NULL,NULL,'Both','425242179',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Parker family',5,NULL,'Dear Parker family',2,NULL,'Parker family',NULL,NULL,NULL,0,NULL,'Parker family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:17'),(114,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'parker.landon@testing.net','parker.landon@testing.net',NULL,NULL,NULL,'2',NULL,'Both','-2124398661',NULL,'Sample Data',NULL,NULL,NULL,NULL,2,NULL,NULL,1,NULL,'Dear parker.landon@testing.net',1,NULL,'Dear parker.landon@testing.net',1,NULL,'parker.landon@testing.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:06'),(115,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Adams-Samuels, Beula','Beula Adams-Samuels',NULL,NULL,NULL,'3',NULL,'Both','-1468692750',NULL,'Sample Data','Beula','','Adams-Samuels',NULL,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Beula Adams-Samuels',NULL,1,'2002-02-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:11'),(116,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Manitowoc Poetry Partners','Manitowoc Poetry Partners',NULL,NULL,NULL,NULL,NULL,'Both','1067549359',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Manitowoc Poetry Partners',NULL,NULL,NULL,0,NULL,NULL,55,'Manitowoc Poetry Partners',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:21'),(117,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'bachman.iris@notmail.info','bachman.iris@notmail.info',NULL,NULL,NULL,'5',NULL,'Both','1998764873',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear bachman.iris@notmail.info',1,NULL,'Dear bachman.iris@notmail.info',1,NULL,'bachman.iris@notmail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:12'),(118,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Olsen, Ashley','Ashley Olsen III',NULL,NULL,NULL,NULL,NULL,'Both','-379570972',NULL,'Sample Data','Ashley','D','Olsen',NULL,4,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Olsen III',NULL,2,'1965-07-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:13'),(119,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Díaz, Carylon','Carylon Díaz',NULL,NULL,NULL,'3',NULL,'Both','143967536',NULL,'Sample Data','Carylon','C','Díaz',NULL,NULL,NULL,NULL,1,NULL,'Dear Carylon',1,NULL,'Dear Carylon',1,NULL,'Carylon Díaz',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:55'),(120,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Samson-Adams, Lou','Lou Samson-Adams Jr.',NULL,NULL,NULL,'5',NULL,'Both','-562742169',NULL,'Sample Data','Lou','A','Samson-Adams',NULL,1,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Lou Samson-Adams Jr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:07'),(121,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Adams family','Adams family',NULL,NULL,NULL,'5',NULL,'Both','1515323104',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Adams family',5,NULL,'Dear Adams family',2,NULL,'Adams family',NULL,NULL,NULL,0,NULL,'Adams family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:15'),(122,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry-Roberts, Ray','Ray Terry-Roberts',NULL,NULL,NULL,NULL,NULL,'Both','214678162',NULL,'Sample Data','Ray','N','Terry-Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Terry-Roberts',NULL,2,'1973-01-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:14'),(123,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson, Ray','Ray Jameson Sr.',NULL,NULL,NULL,NULL,NULL,'Both','-236102685',NULL,'Sample Data','Ray','','Jameson',NULL,2,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Jameson Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:53'),(124,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav-Robertson, Ivey','Ivey Yadav-Robertson',NULL,NULL,NULL,'4',NULL,'Both','265708397',NULL,'Sample Data','Ivey','','Yadav-Robertson',NULL,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ivey Yadav-Robertson',NULL,NULL,'1994-06-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:05'),(125,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Rebekah','Dr. Rebekah Jensen',NULL,NULL,NULL,NULL,NULL,'Both','-554520996',NULL,'Sample Data','Rebekah','Y','Jensen',4,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Dr. Rebekah Jensen',NULL,1,'1932-08-02',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:55'),(126,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'aprentice74@spamalot.co.uk','aprentice74@spamalot.co.uk',NULL,NULL,NULL,NULL,NULL,'Both','1080029214',NULL,'Sample Data',NULL,NULL,NULL,NULL,2,NULL,NULL,1,NULL,'Dear aprentice74@spamalot.co.uk',1,NULL,'Dear aprentice74@spamalot.co.uk',1,NULL,'aprentice74@spamalot.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:46'),(127,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Nielsen, Jina','Jina Nielsen',NULL,NULL,NULL,'1',NULL,'Both','1591443627',NULL,'Sample Data','Jina','A','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Jina Nielsen',NULL,1,'1950-12-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:50'),(128,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'bm.adams@example.co.uk','bm.adams@example.co.uk',NULL,NULL,NULL,'5',NULL,'Both','-558647060',NULL,'Sample Data',NULL,NULL,NULL,NULL,3,NULL,NULL,1,NULL,'Dear bm.adams@example.co.uk',1,NULL,'Dear bm.adams@example.co.uk',1,NULL,'bm.adams@example.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,'Dowlen Food Collective',NULL,NULL,195,0,NULL,'2014-04-05 16:00:21'),(129,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Nielsen, Erik','Erik Nielsen',NULL,NULL,NULL,'5',NULL,'Both','-1184914507',NULL,'Sample Data','Erik','','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Erik Nielsen',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:02'),(130,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Bachman, Rosario','Rosario Bachman Sr.',NULL,NULL,NULL,'5',NULL,'Both','563214667',NULL,'Sample Data','Rosario','L','Bachman',NULL,2,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Rosario Bachman Sr.',NULL,2,'1970-07-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:12'),(131,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson, Errol','Mr. Errol Wilson',NULL,NULL,NULL,NULL,NULL,'Both','1627252863',NULL,'Sample Data','Errol','R','Wilson',3,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Mr. Errol Wilson',NULL,2,'1978-12-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:09'),(132,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samuels, Angelika','Ms. Angelika Samuels',NULL,NULL,NULL,'1',NULL,'Both','-374025208',NULL,'Sample Data','Angelika','O','Samuels',2,NULL,NULL,NULL,1,NULL,'Dear Angelika',1,NULL,'Dear Angelika',1,NULL,'Ms. Angelika Samuels',NULL,1,'1977-08-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:11'),(133,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Errol','Errol Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','1504400331',NULL,'Sample Data','Errol','V','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Errol Nielsen',NULL,2,'2007-05-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:02'),(134,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Herminia','Herminia McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','-1542447834',NULL,'Sample Data','Herminia','L','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia McReynolds',NULL,NULL,'1933-12-01',1,'2013-04-26',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:45'),(135,'Organization',NULL,1,1,0,0,0,0,NULL,NULL,'Community Music Trust','Community Music Trust',NULL,NULL,NULL,NULL,NULL,'Both','92284101',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Community Music Trust',NULL,NULL,NULL,0,NULL,NULL,NULL,'Community Music Trust',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:18'),(136,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs-Díaz, Mei','Mei Jacobs-Díaz',NULL,NULL,NULL,'2',NULL,'Both','-1738830904',NULL,'Sample Data','Mei','','Jacobs-Díaz',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Jacobs-Díaz',NULL,1,'2006-07-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:04'),(137,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Roberts, Nicole','Ms. Nicole Roberts',NULL,NULL,NULL,NULL,NULL,'Both','998604159',NULL,'Sample Data','Nicole','C','Roberts',2,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Ms. Nicole Roberts',NULL,1,'1977-11-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:13'),(138,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Seville Arts Fund','Seville Arts Fund',NULL,NULL,NULL,NULL,NULL,'Both','1823500376',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Seville Arts Fund',NULL,NULL,NULL,0,NULL,NULL,NULL,'Seville Arts Fund',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:18'),(139,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson, Brittney','Brittney Wilson',NULL,NULL,NULL,NULL,NULL,'Both','1729401768',NULL,'Sample Data','Brittney','','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Brittney Wilson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:48'),(140,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Dimitrov, Teddy','Teddy Dimitrov',NULL,NULL,NULL,'2',NULL,'Both','-1256906820',NULL,'Sample Data','Teddy','H','Dimitrov',NULL,NULL,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Teddy Dimitrov',NULL,2,'1947-05-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:03'),(141,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Parker, Maxwell','Maxwell Parker',NULL,NULL,NULL,NULL,NULL,'Both','-1626206461',NULL,'Sample Data','Maxwell','Q','Parker',NULL,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Parker',NULL,2,'1977-02-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:06'),(142,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov, Maria','Mr. Maria Ivanov',NULL,NULL,NULL,NULL,NULL,'Both','-1136839214',NULL,'Sample Data','Maria','G','Ivanov',3,NULL,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Mr. Maria Ivanov',NULL,2,'1941-02-02',1,NULL,NULL,NULL,'Booneville Family Collective',NULL,NULL,146,0,NULL,'2014-04-05 16:00:22'),(143,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Dimitrov-Jensen, Irvin','Irvin Dimitrov-Jensen III',NULL,NULL,NULL,NULL,NULL,'Both','2126608093',NULL,'Sample Data','Irvin','','Dimitrov-Jensen',NULL,4,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Irvin Dimitrov-Jensen III',NULL,NULL,'1988-09-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:03'),(144,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Omar','Mr. Omar Blackwell Jr.',NULL,NULL,NULL,NULL,NULL,'Both','-707591528',NULL,'Sample Data','Omar','Y','Blackwell',3,1,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Mr. Omar Blackwell Jr.',NULL,2,'1957-04-19',1,'2013-05-04',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:58'),(145,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Erik','Erik Bachman',NULL,NULL,NULL,NULL,NULL,'Both','620728720',NULL,'Sample Data','Erik','P','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Erik Bachman',NULL,2,'1994-02-27',0,NULL,NULL,NULL,'Detroit Sports Services',NULL,NULL,13,0,NULL,'2014-04-05 16:00:21'),(146,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Booneville Family Collective','Booneville Family Collective',NULL,NULL,NULL,'4',NULL,'Both','-75151830',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Booneville Family Collective',NULL,NULL,NULL,0,NULL,NULL,142,'Booneville Family Collective',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:22'),(147,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Nielsen family','Nielsen family',NULL,NULL,NULL,'5',NULL,'Both','766698874',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Nielsen family',5,NULL,'Dear Nielsen family',2,NULL,'Nielsen family',NULL,NULL,NULL,0,NULL,'Nielsen family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:15'),(148,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Global Arts Association','Global Arts Association',NULL,NULL,NULL,'4',NULL,'Both','-680018495',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Global Arts Association',NULL,NULL,NULL,0,NULL,NULL,189,'Global Arts Association',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:19'),(149,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'ivanov.maria@example.co.in','ivanov.maria@example.co.in',NULL,NULL,NULL,NULL,NULL,'Both','-1576861635',NULL,'Sample Data',NULL,NULL,NULL,3,NULL,NULL,NULL,1,NULL,'Dear ivanov.maria@example.co.in',1,NULL,'Dear ivanov.maria@example.co.in',1,NULL,'ivanov.maria@example.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:07'),(150,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samuels, Sharyn','Mrs. Sharyn Samuels',NULL,NULL,NULL,'3',NULL,'Both','1300309067',NULL,'Sample Data','Sharyn','','Samuels',1,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Mrs. Sharyn Samuels',NULL,1,'1945-06-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:59'),(151,'Household',NULL,0,1,0,0,0,0,NULL,NULL,'Roberts family','Roberts family',NULL,NULL,NULL,NULL,NULL,'Both','2097305882',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Roberts family',5,NULL,'Dear Roberts family',2,NULL,'Roberts family',NULL,NULL,NULL,0,NULL,'Roberts family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:17'),(152,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Blackwell, Elina','Mrs. Elina Blackwell',NULL,NULL,NULL,'5',NULL,'Both','215876886',NULL,'Sample Data','Elina','R','Blackwell',1,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Mrs. Elina Blackwell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:45'),(153,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'ivanova@airmail.biz','ivanova@airmail.biz',NULL,NULL,NULL,NULL,NULL,'Both','-621477889',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear ivanova@airmail.biz',1,NULL,'Dear ivanova@airmail.biz',1,NULL,'ivanova@airmail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:48'),(154,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Juliann','Dr. Juliann Smith',NULL,NULL,NULL,'4',NULL,'Both','-560713011',NULL,'Sample Data','Juliann','X','Smith',4,NULL,NULL,NULL,1,NULL,'Dear Juliann',1,NULL,'Dear Juliann',1,NULL,'Dr. Juliann Smith',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:59'),(155,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'adams-samuels.m.daren18@spamalot.co.uk','adams-samuels.m.daren18@spamalot.co.uk',NULL,NULL,NULL,NULL,NULL,'Both','1207961951',NULL,'Sample Data',NULL,NULL,NULL,NULL,3,NULL,NULL,1,NULL,'Dear adams-samuels.m.daren18@spamalot.co.uk',1,NULL,'Dear adams-samuels.m.daren18@spamalot.co.uk',1,NULL,'adams-samuels.m.daren18@spamalot.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,'Friends Sports Solutions',NULL,NULL,67,0,NULL,'2014-04-05 16:00:23'),(156,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Ashley','Ashley Terry III',NULL,NULL,NULL,'4',NULL,'Both','-346391067',NULL,'Sample Data','Ashley','','Terry',NULL,4,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Terry III',NULL,2,'1964-02-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:06'),(157,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Errol','Dr. Errol Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','1504400331',NULL,'Sample Data','Errol','I','Nielsen',4,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Dr. Errol Nielsen',NULL,2,'1992-04-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:52'),(158,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Jina','Jina Adams',NULL,NULL,NULL,'3',NULL,'Both','-1158640470',NULL,'Sample Data','Jina','E','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Jina Adams',NULL,1,'1997-07-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(159,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Roberts, Kathleen','Ms. Kathleen Roberts',NULL,NULL,NULL,'3',NULL,'Both','-1565115313',NULL,'Sample Data','Kathleen','U','Roberts',2,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Ms. Kathleen Roberts',NULL,1,NULL,0,NULL,NULL,NULL,'Progressive Music Fellowship',NULL,NULL,185,0,NULL,'2014-04-05 16:00:24'),(160,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Brent','Brent McReynolds',NULL,NULL,NULL,'2',NULL,'Both','1642363983',NULL,'Sample Data','Brent','D','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Brent McReynolds',NULL,2,'1926-06-03',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:50'),(161,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Adams, Magan','Magan Adams',NULL,NULL,NULL,'2',NULL,'Both','922015448',NULL,'Sample Data','Magan','K','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Magan Adams',NULL,1,'1992-04-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:50'),(162,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Jensen, Sharyn','Sharyn Jensen',NULL,NULL,NULL,'5',NULL,'Both','-1778284050',NULL,'Sample Data','Sharyn','P','Jensen',NULL,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Sharyn Jensen',NULL,1,'1956-08-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:03'),(163,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Truman','Truman Grant',NULL,NULL,NULL,NULL,NULL,'Both','1269532759',NULL,'Sample Data','Truman','L','Grant',NULL,NULL,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Truman Grant',NULL,NULL,'1933-03-05',1,'2013-07-04',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:56'),(164,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Dimitrov-Jensen family','Dimitrov-Jensen family',NULL,NULL,NULL,NULL,NULL,'Both','1886733083',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Dimitrov-Jensen family',5,NULL,'Dear Dimitrov-Jensen family',2,NULL,'Dimitrov-Jensen family',NULL,NULL,NULL,0,NULL,'Dimitrov-Jensen family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:15'),(165,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Herminia','Herminia Terry',NULL,NULL,NULL,NULL,NULL,'Both','356369010',NULL,'Sample Data','Herminia','P','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Terry',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:07'),(166,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Adams, Bernadette','Bernadette Adams',NULL,NULL,NULL,'4',NULL,'Both','-1647138978',NULL,'Sample Data','Bernadette','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Adams',NULL,1,'1965-07-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(167,'Individual',NULL,1,1,0,0,1,0,NULL,NULL,'Roberts, Esta','Dr. Esta Roberts',NULL,NULL,NULL,'4',NULL,'Both','317264112',NULL,'Sample Data','Esta','','Roberts',4,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Dr. Esta Roberts',NULL,NULL,'1985-09-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:13'),(168,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'wilson.kenny37@notmail.org','wilson.kenny37@notmail.org',NULL,NULL,NULL,NULL,NULL,'Both','2046243964',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear wilson.kenny37@notmail.org',1,NULL,'Dear wilson.kenny37@notmail.org',1,NULL,'wilson.kenny37@notmail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:10'),(169,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Sherman','Dr. Sherman Cruz',NULL,NULL,NULL,'2',NULL,'Both','-999097232',NULL,'Sample Data','Sherman','R','Cruz',4,NULL,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Dr. Sherman Cruz',NULL,2,'1942-07-19',1,'2013-11-25',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:54'),(170,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Bachman, Valene','Valene Bachman',NULL,NULL,NULL,NULL,NULL,'Both','-294351767',NULL,'Sample Data','Valene','V','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene Bachman',NULL,1,'1941-02-14',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:48'),(171,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Beula','Beula Smith',NULL,NULL,NULL,'3',NULL,'Both','-1468131623',NULL,'Sample Data','Beula','U','Smith',NULL,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Beula Smith',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:05'),(172,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Samson, Maxwell','Maxwell Samson III',NULL,NULL,NULL,'5',NULL,'Both','-936266635',NULL,'Sample Data','Maxwell','','Samson',NULL,4,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Samson III',NULL,2,'1962-05-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:07'),(173,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts, Rebekah','Rebekah Roberts',NULL,NULL,NULL,NULL,NULL,'Both','-1247231069',NULL,'Sample Data','Rebekah','','Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Roberts',NULL,1,'1949-01-18',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:14'),(174,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Olsen-Barkley family','Olsen-Barkley family',NULL,NULL,NULL,NULL,NULL,'Both','2042964397',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Olsen-Barkley family',5,NULL,'Dear Olsen-Barkley family',2,NULL,'Olsen-Barkley family',NULL,NULL,NULL,0,NULL,'Olsen-Barkley family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:17'),(175,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Roberts, Toby','Toby Roberts Sr.',NULL,NULL,NULL,'1',NULL,'Both','-528197729',NULL,'Sample Data','Toby','P','Roberts',NULL,2,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby Roberts Sr.',NULL,2,'1981-01-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:12'),(176,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Samson-Adams family','Samson-Adams family',NULL,NULL,NULL,'2',NULL,'Both','1012816497',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Samson-Adams family',5,NULL,'Dear Samson-Adams family',2,NULL,'Samson-Adams family',NULL,NULL,NULL,0,NULL,'Samson-Adams family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:16'),(177,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'rterry-bachman@example.co.pl','rterry-bachman@example.co.pl',NULL,NULL,NULL,NULL,NULL,'Both','553000511',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear rterry-bachman@example.co.pl',1,NULL,'Dear rterry-bachman@example.co.pl',1,NULL,'rterry-bachman@example.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:08'),(178,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Arlyne','Ms. Arlyne Samson',NULL,NULL,NULL,NULL,NULL,'Both','-155179780',NULL,'Sample Data','Arlyne','','Samson',2,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Ms. Arlyne Samson',NULL,1,NULL,0,NULL,NULL,NULL,'Rowlett Development Services',NULL,NULL,69,0,NULL,'2014-04-05 16:00:17'),(179,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Ashlie','Dr. Ashlie Jensen',NULL,NULL,NULL,'5',NULL,'Both','2039449284',NULL,'Sample Data','Ashlie','','Jensen',4,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Dr. Ashlie Jensen',NULL,1,NULL,0,NULL,NULL,NULL,'North Carolina Music Academy',NULL,NULL,97,0,NULL,'2014-04-05 16:00:18'),(180,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Olsen, Rebekah','Ms. Rebekah Olsen',NULL,NULL,NULL,NULL,NULL,'Both','174179615',NULL,'Sample Data','Rebekah','H','Olsen',2,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Ms. Rebekah Olsen',NULL,NULL,'1979-04-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:50'),(181,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'dimitrov-jensen.troy74@fishmail.co.nz','dimitrov-jensen.troy74@fishmail.co.nz',NULL,NULL,NULL,NULL,NULL,'Both','863421574',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear dimitrov-jensen.troy74@fishmail.co.nz',1,NULL,'Dear dimitrov-jensen.troy74@fishmail.co.nz',1,NULL,'dimitrov-jensen.troy74@fishmail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:03'),(182,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Winford','Winford Terrell',NULL,NULL,NULL,NULL,NULL,'Both','152025201',NULL,'Sample Data','Winford','','Terrell',NULL,NULL,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Winford Terrell',NULL,NULL,'1950-11-03',1,'2013-09-06',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:00'),(183,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov-Blackwell family','Ivanov-Blackwell family',NULL,NULL,NULL,NULL,NULL,'Both','1057032554',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Ivanov-Blackwell family',5,NULL,'Dear Ivanov-Blackwell family',2,NULL,'Ivanov-Blackwell family',NULL,NULL,NULL,0,NULL,'Ivanov-Blackwell family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:16'),(184,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Lashawnda','Lashawnda Terrell',NULL,NULL,NULL,NULL,NULL,'Both','-848754826',NULL,'Sample Data','Lashawnda','','Terrell',NULL,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Lashawnda Terrell',NULL,1,'1976-05-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:56'),(185,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Progressive Music Fellowship','Progressive Music Fellowship',NULL,NULL,NULL,NULL,NULL,'Both','-404852570',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Progressive Music Fellowship',NULL,NULL,NULL,0,NULL,NULL,159,'Progressive Music Fellowship',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:24'),(186,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman family','Bachman family',NULL,NULL,NULL,NULL,NULL,'Both','1714131215',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Bachman family',5,NULL,'Dear Bachman family',2,NULL,'Bachman family',NULL,NULL,NULL,0,NULL,'Bachman family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:16'),(187,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Ivanov-Blackwell, Brigette','Brigette Ivanov-Blackwell',NULL,NULL,NULL,'4',NULL,'Both','91438858',NULL,'Sample Data','Brigette','','Ivanov-Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Ivanov-Blackwell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:08'),(188,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'cruz.elizabeth20@mymail.co.in','cruz.elizabeth20@mymail.co.in',NULL,NULL,NULL,'2',NULL,'Both','1814071311',NULL,'Sample Data',NULL,NULL,NULL,2,NULL,NULL,NULL,1,NULL,'Dear cruz.elizabeth20@mymail.co.in',1,NULL,'Dear cruz.elizabeth20@mymail.co.in',1,NULL,'cruz.elizabeth20@mymail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:54'),(189,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Adams, Daren','Dr. Daren Adams',NULL,NULL,NULL,'4',NULL,'Both','1164251190',NULL,'Sample Data','Daren','','Adams',4,NULL,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Dr. Daren Adams',NULL,NULL,NULL,0,NULL,NULL,NULL,'Global Arts Association',NULL,NULL,148,0,NULL,'2014-04-05 16:00:18'),(190,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Jay','Jay Cooper',NULL,NULL,NULL,'3',NULL,'Both','941520833',NULL,'Sample Data','Jay','E','Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Cooper',NULL,2,'1992-04-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:54'),(191,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope-Nielsen, Irvin','Dr. Irvin Zope-Nielsen Jr.',NULL,NULL,NULL,'1',NULL,'Both','1228476938',NULL,'Sample Data','Irvin','','Zope-Nielsen',4,1,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Dr. Irvin Zope-Nielsen Jr.',NULL,NULL,'1969-06-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:02'),(192,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Barkley, Tanya','Dr. Tanya Barkley',NULL,NULL,NULL,NULL,NULL,'Both','-1341901039',NULL,'Sample Data','Tanya','K','Barkley',4,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Dr. Tanya Barkley',NULL,1,'1926-08-21',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:51'),(193,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Olsen-Barkley, Jackson','Jackson Olsen-Barkley Jr.',NULL,NULL,NULL,'3',NULL,'Both','971192936',NULL,'Sample Data','Jackson','H','Olsen-Barkley',NULL,1,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Jackson Olsen-Barkley Jr.',NULL,NULL,'2006-10-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:13'),(194,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'wilson.l.craig@airmail.co.pl','wilson.l.craig@airmail.co.pl',NULL,NULL,NULL,'2',NULL,'Both','-1732060198',NULL,'Sample Data',NULL,NULL,NULL,3,NULL,NULL,NULL,1,NULL,'Dear wilson.l.craig@airmail.co.pl',1,NULL,'Dear wilson.l.craig@airmail.co.pl',1,NULL,'wilson.l.craig@airmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:55'),(195,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Dowlen Food Collective','Dowlen Food Collective',NULL,NULL,NULL,'4',NULL,'Both','2025705757',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Dowlen Food Collective',NULL,NULL,NULL,0,NULL,NULL,128,'Dowlen Food Collective',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:21'),(196,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Robertson, Bernadette','Bernadette Robertson',NULL,NULL,NULL,NULL,NULL,'Both','1938070020',NULL,'Sample Data','Bernadette','O','Robertson',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Robertson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:05'),(197,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Cruz, Rebekah','Dr. Rebekah Cruz',NULL,NULL,NULL,'2',NULL,'Both','1285263019',NULL,'Sample Data','Rebekah','D','Cruz',4,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Dr. Rebekah Cruz',NULL,1,'1978-12-02',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:03'),(198,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'barkleyi@airmail.biz','barkleyi@airmail.biz',NULL,NULL,NULL,'2',NULL,'Both','922616248',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear barkleyi@airmail.biz',1,NULL,'Dear barkleyi@airmail.biz',1,NULL,'barkleyi@airmail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:13'),(199,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Washington Empowerment Network','Washington Empowerment Network',NULL,NULL,NULL,'2',NULL,'Both','724834460',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Washington Empowerment Network',NULL,NULL,NULL,0,NULL,NULL,18,'Washington Empowerment Network',NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:20'),(200,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Zope, Merrie','Ms. Merrie Zope',NULL,NULL,NULL,'4',NULL,'Both','316434837',NULL,'Sample Data','Merrie','','Zope',2,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Ms. Merrie Zope',NULL,NULL,'1987-06-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 16:00:01'),(201,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'junkoj@example.com','junkoj@example.com',NULL,NULL,NULL,'3',NULL,'Both','-2067941538',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear junkoj@example.com',1,NULL,'Dear junkoj@example.com',1,NULL,'junkoj@example.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-05 15:59:59'); +INSERT INTO `civicrm_contact` (`id`, `contact_type`, `contact_sub_type`, `do_not_email`, `do_not_phone`, `do_not_mail`, `do_not_sms`, `do_not_trade`, `is_opt_out`, `legal_identifier`, `external_identifier`, `sort_name`, `display_name`, `nick_name`, `legal_name`, `image_URL`, `preferred_communication_method`, `preferred_language`, `preferred_mail_format`, `hash`, `api_key`, `source`, `first_name`, `middle_name`, `last_name`, `prefix_id`, `suffix_id`, `formal_title`, `communication_style_id`, `email_greeting_id`, `email_greeting_custom`, `email_greeting_display`, `postal_greeting_id`, `postal_greeting_custom`, `postal_greeting_display`, `addressee_id`, `addressee_custom`, `addressee_display`, `job_title`, `gender_id`, `birth_date`, `is_deceased`, `deceased_date`, `household_name`, `primary_contact_id`, `organization_name`, `sic_code`, `user_unique_id`, `employer_id`, `is_deleted`, `created_date`, `modified_date`) VALUES (1,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Default Organization','Default Organization',NULL,'Default Organization',NULL,NULL,NULL,'Both',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'Default Organization',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:27'),(2,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Blackwell, Troy','Troy Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','1289798221',NULL,'Sample Data','Troy','I','Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Troy Blackwell',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(3,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Jameson, Rebekah','Mrs. Rebekah Jameson',NULL,NULL,NULL,'5',NULL,'Both','1599720265',NULL,'Sample Data','Rebekah','T','Jameson',1,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Mrs. Rebekah Jameson',NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(4,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Terry family','Terry family',NULL,NULL,NULL,'5',NULL,'Both','558108751',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Terry family',5,NULL,'Dear Terry family',2,NULL,'Terry family',NULL,NULL,NULL,0,NULL,'Terry family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(5,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Dowlen Food Fund','Dowlen Food Fund',NULL,NULL,NULL,NULL,NULL,'Both','811233388',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Dowlen Food Fund',NULL,NULL,NULL,0,NULL,NULL,193,'Dowlen Food Fund',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(6,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Kandace','Dr. Kandace Terry',NULL,NULL,NULL,'5',NULL,'Both','686769478',NULL,'Sample Data','Kandace','','Terry',4,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Dr. Kandace Terry',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(7,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Friends Sustainability Network','Friends Sustainability Network',NULL,NULL,NULL,NULL,NULL,'Both','1730875287',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Friends Sustainability Network',NULL,NULL,NULL,0,NULL,NULL,102,'Friends Sustainability Network',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(8,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Barkley, Rolando','Mr. Rolando Barkley',NULL,NULL,NULL,'5',NULL,'Both','3419064809',NULL,'Sample Data','Rolando','T','Barkley',3,NULL,NULL,NULL,1,NULL,'Dear Rolando',1,NULL,'Dear Rolando',1,NULL,'Mr. Rolando Barkley',NULL,NULL,'1951-08-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(9,'Household',NULL,0,1,0,0,0,0,NULL,NULL,'Samson family','Samson family',NULL,NULL,NULL,NULL,NULL,'Both','333421926',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Samson family',5,NULL,'Dear Samson family',2,NULL,'Samson family',NULL,NULL,NULL,0,NULL,'Samson family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(10,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson, Rodrigo','Rodrigo Wilson',NULL,NULL,NULL,NULL,NULL,'Both','3862388822',NULL,'Sample Data','Rodrigo','','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Rodrigo Wilson',NULL,2,'1980-11-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(11,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Patel, Maria','Maria Patel Jr.',NULL,NULL,NULL,NULL,NULL,'Both','1297212984',NULL,'Sample Data','Maria','E','Patel',NULL,1,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Maria Patel Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(12,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Samson, Alexia','Ms. Alexia Samson',NULL,NULL,NULL,NULL,NULL,'Both','502692476',NULL,'Sample Data','Alexia','B','Samson',2,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Ms. Alexia Samson',NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(13,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Indiana Action Partners','Indiana Action Partners',NULL,NULL,NULL,'3',NULL,'Both','3541663197',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Indiana Action Partners',NULL,NULL,NULL,0,NULL,NULL,184,'Indiana Action Partners',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(14,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'College Sports Academy','College Sports Academy',NULL,NULL,NULL,NULL,NULL,'Both','2176821556',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'College Sports Academy',NULL,NULL,NULL,0,NULL,NULL,NULL,'College Sports Academy',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(15,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'González, Jed','Dr. Jed González III',NULL,NULL,NULL,'3',NULL,'Both','517806702',NULL,'Sample Data','Jed','R','González',4,4,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Dr. Jed González III',NULL,2,'1980-02-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(16,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Blackwell, Rosario','Rosario Blackwell',NULL,NULL,NULL,'3',NULL,'Both','212312556',NULL,'Sample Data','Rosario','W','Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Rosario Blackwell',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(17,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman-Prentice family','Bachman-Prentice family',NULL,NULL,NULL,NULL,NULL,'Both','255194274',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Bachman-Prentice family',5,NULL,'Dear Bachman-Prentice family',2,NULL,'Bachman-Prentice family',NULL,NULL,NULL,0,NULL,'Bachman-Prentice family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(18,'Household',NULL,1,0,0,0,1,0,NULL,NULL,'Díaz-Cruz family','Díaz-Cruz family',NULL,NULL,NULL,NULL,NULL,'Both','1886033493',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Díaz-Cruz family',5,NULL,'Dear Díaz-Cruz family',2,NULL,'Díaz-Cruz family',NULL,NULL,NULL,0,NULL,'Díaz-Cruz family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(19,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Ivanov, Shad','Shad Ivanov Sr.',NULL,NULL,NULL,NULL,NULL,'Both','4103446266',NULL,'Sample Data','Shad','L','Ivanov',NULL,2,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Shad Ivanov Sr.',NULL,2,'1959-10-31',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(20,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Patel family','Patel family',NULL,NULL,NULL,NULL,NULL,'Both','1669281794',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Patel family',5,NULL,'Dear Patel family',2,NULL,'Patel family',NULL,NULL,NULL,0,NULL,'Patel family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(21,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Wilson, Megan','Ms. Megan Wilson',NULL,NULL,NULL,NULL,NULL,'Both','4146323873',NULL,'Sample Data','Megan','T','Wilson',2,NULL,NULL,NULL,1,NULL,'Dear Megan',1,NULL,'Dear Megan',1,NULL,'Ms. Megan Wilson',NULL,1,'1981-03-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(22,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Brigette','Brigette Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','3119956670',NULL,'Sample Data','Brigette','K','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Nielsen',NULL,NULL,NULL,0,NULL,NULL,NULL,'Volant Arts School',NULL,NULL,114,0,NULL,'2014-04-23 04:03:35'),(23,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Patel, Juliann','Juliann Patel',NULL,NULL,NULL,NULL,NULL,'Both','3429628302',NULL,'Sample Data','Juliann','','Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Juliann',1,NULL,'Dear Juliann',1,NULL,'Juliann Patel',NULL,NULL,'1981-03-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(24,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs-Müller, Andrew','Dr. Andrew Jacobs-Müller',NULL,NULL,NULL,NULL,NULL,'Both','4148139305',NULL,'Sample Data','Andrew','','Jacobs-Müller',4,NULL,NULL,NULL,1,NULL,'Dear Andrew',1,NULL,'Dear Andrew',1,NULL,'Dr. Andrew Jacobs-Müller',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(25,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'kf.wilson31@mymail.net','kf.wilson31@mymail.net',NULL,NULL,NULL,'3',NULL,'Both','1400265130',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear kf.wilson31@mymail.net',1,NULL,'Dear kf.wilson31@mymail.net',1,NULL,'kf.wilson31@mymail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,'Rutland Arts Center',NULL,NULL,149,0,NULL,'2014-04-23 04:03:35'),(26,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Cruz family','Cruz family',NULL,NULL,NULL,NULL,NULL,'Both','2326538497',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Cruz family',5,NULL,'Dear Cruz family',2,NULL,'Cruz family',NULL,NULL,NULL,0,NULL,'Cruz family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(27,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Ivanov, Santina','Santina Ivanov',NULL,NULL,NULL,'2',NULL,'Both','1530829169',NULL,'Sample Data','Santina','G','Ivanov',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Ivanov',NULL,1,'1982-10-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(28,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman-Prentice, Sharyn','Sharyn Bachman-Prentice',NULL,NULL,NULL,'2',NULL,'Both','1660260013',NULL,'Sample Data','Sharyn','O','Bachman-Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Sharyn Bachman-Prentice',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(29,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Parker, Laree','Laree Parker',NULL,NULL,NULL,NULL,NULL,'Both','2714686172',NULL,'Sample Data','Laree','D','Parker',NULL,NULL,NULL,NULL,1,NULL,'Dear Laree',1,NULL,'Dear Laree',1,NULL,'Laree Parker',NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(30,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Iris','Dr. Iris Bachman',NULL,NULL,NULL,'2',NULL,'Both','2101720702',NULL,'Sample Data','Iris','','Bachman',4,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Dr. Iris Bachman',NULL,1,'1986-04-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(31,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Shauna','Shauna Cooper',NULL,NULL,NULL,'3',NULL,'Both','3670541313',NULL,'Sample Data','Shauna','C','Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Shauna Cooper',NULL,1,'1986-06-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(32,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Díaz-Cruz, Brzęczysław','Dr. Brzęczysław Díaz-Cruz',NULL,NULL,NULL,NULL,NULL,'Both','182191527',NULL,'Sample Data','Brzęczysław','P','Díaz-Cruz',4,NULL,NULL,NULL,1,NULL,'Dear Brzęczysław',1,NULL,'Dear Brzęczysław',1,NULL,'Dr. Brzęczysław Díaz-Cruz',NULL,NULL,'1988-03-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(33,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Wattson, Eleonor','Eleonor Wattson',NULL,NULL,NULL,'3',NULL,'Both','746639902',NULL,'Sample Data','Eleonor','','Wattson',NULL,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Eleonor Wattson',NULL,NULL,'1978-05-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(34,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Blackwell, Scott','Mr. Scott Blackwell II',NULL,NULL,NULL,NULL,NULL,'Both','1650464224',NULL,'Sample Data','Scott','B','Blackwell',3,3,NULL,NULL,1,NULL,'Dear Scott',1,NULL,'Dear Scott',1,NULL,'Mr. Scott Blackwell II',NULL,NULL,'1980-11-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(35,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Smith, Scarlet','Dr. Scarlet Smith',NULL,NULL,NULL,NULL,NULL,'Both','2426121627',NULL,'Sample Data','Scarlet','','Smith',4,NULL,NULL,NULL,1,NULL,'Dear Scarlet',1,NULL,'Dear Scarlet',1,NULL,'Dr. Scarlet Smith',NULL,1,'1983-06-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(36,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Eleonor','Eleonor Adams',NULL,NULL,NULL,NULL,NULL,'Both','780665455',NULL,'Sample Data','Eleonor','N','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Eleonor Adams',NULL,NULL,'1949-11-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(37,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Wagner, Bernadette','Ms. Bernadette Wagner',NULL,NULL,NULL,'2',NULL,'Both','4211752340',NULL,'Sample Data','Bernadette','','Wagner',2,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Ms. Bernadette Wagner',NULL,NULL,'1973-08-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(38,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Ivanov-Wagner family','Ivanov-Wagner family',NULL,NULL,NULL,NULL,NULL,'Both','2795441239',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Ivanov-Wagner family',5,NULL,'Dear Ivanov-Wagner family',2,NULL,'Ivanov-Wagner family',NULL,NULL,NULL,0,NULL,'Ivanov-Wagner family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(39,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Blackwell, Jacob','Mr. Jacob Blackwell II',NULL,NULL,NULL,NULL,NULL,'Both','4049710903',NULL,'Sample Data','Jacob','','Blackwell',3,3,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Mr. Jacob Blackwell II',NULL,2,'1950-12-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(40,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Patel, Elbert','Elbert Patel Sr.',NULL,NULL,NULL,NULL,NULL,'Both','2164922981',NULL,'Sample Data','Elbert','','Patel',NULL,2,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Elbert Patel Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(41,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Barkley, Elizabeth','Elizabeth Barkley',NULL,NULL,NULL,'4',NULL,'Both','4081845859',NULL,'Sample Data','Elizabeth','H','Barkley',NULL,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Elizabeth Barkley',NULL,1,'1948-07-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(42,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Bay Family Association','Bay Family Association',NULL,NULL,NULL,'3',NULL,'Both','1982665045',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Bay Family Association',NULL,NULL,NULL,0,NULL,NULL,118,'Bay Family Association',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(43,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Samson, Miguel','Miguel Samson Jr.',NULL,NULL,NULL,NULL,NULL,'Both','3523304734',NULL,'Sample Data','Miguel','','Samson',NULL,1,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Miguel Samson Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(44,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Barkley, Beula','Dr. Beula Barkley',NULL,NULL,NULL,'2',NULL,'Both','4143999201',NULL,'Sample Data','Beula','','Barkley',4,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Dr. Beula Barkley',NULL,1,'1926-08-15',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(45,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Terrell, Jay','Jay Terrell',NULL,NULL,NULL,'5',NULL,'Both','1859687084',NULL,'Sample Data','Jay','','Terrell',NULL,NULL,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Terrell',NULL,2,'1980-07-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(46,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'shermani@testmail.org','shermani@testmail.org',NULL,NULL,NULL,NULL,NULL,'Both','2446984920',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear shermani@testmail.org',1,NULL,'Dear shermani@testmail.org',1,NULL,'shermani@testmail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(47,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Smith-Wilson, Valene','Ms. Valene Smith-Wilson',NULL,NULL,NULL,NULL,NULL,'Both','3436607595',NULL,'Sample Data','Valene','F','Smith-Wilson',2,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Ms. Valene Smith-Wilson',NULL,NULL,'1984-06-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(48,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Patel, Miguel','Miguel Patel II',NULL,NULL,NULL,NULL,NULL,'Both','2561562874',NULL,'Sample Data','Miguel','','Patel',NULL,3,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Miguel Patel II',NULL,NULL,'1995-02-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(49,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wattson, Laree','Mrs. Laree Wattson',NULL,NULL,NULL,NULL,NULL,'Both','291866407',NULL,'Sample Data','Laree','X','Wattson',1,NULL,NULL,NULL,1,NULL,'Dear Laree',1,NULL,'Dear Laree',1,NULL,'Mrs. Laree Wattson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(50,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Sonny','Mr. Sonny Terry',NULL,NULL,NULL,NULL,NULL,'Both','2037695520',NULL,'Sample Data','Sonny','L','Terry',3,NULL,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Mr. Sonny Terry',NULL,2,'1953-10-24',1,'2014-04-04',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(51,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Adams, Tanya','Mrs. Tanya Adams',NULL,NULL,NULL,NULL,NULL,'Both','1181850988',NULL,'Sample Data','Tanya','','Adams',1,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Mrs. Tanya Adams',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(52,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wagner, Lincoln','Mr. Lincoln Wagner',NULL,NULL,NULL,'2',NULL,'Both','2902371593',NULL,'Sample Data','Lincoln','Z','Wagner',3,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Mr. Lincoln Wagner',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(53,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'jones.p.arlyne@fishmail.co.pl','jones.p.arlyne@fishmail.co.pl',NULL,NULL,NULL,NULL,NULL,'Both','1101731095',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear jones.p.arlyne@fishmail.co.pl',1,NULL,'Dear jones.p.arlyne@fishmail.co.pl',1,NULL,'jones.p.arlyne@fishmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(54,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Cooper, Kenny','Dr. Kenny Cooper',NULL,NULL,NULL,NULL,NULL,'Both','613788882',NULL,'Sample Data','Kenny','W','Cooper',4,NULL,NULL,NULL,1,NULL,'Dear Kenny',1,NULL,'Dear Kenny',1,NULL,'Dr. Kenny Cooper',NULL,2,'1966-01-10',1,'2014-03-30',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(55,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Juliann','Juliann Terrell',NULL,NULL,NULL,'1',NULL,'Both','1435327968',NULL,'Sample Data','Juliann','','Terrell',NULL,NULL,NULL,NULL,1,NULL,'Dear Juliann',1,NULL,'Dear Juliann',1,NULL,'Juliann Terrell',NULL,1,'1939-02-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(56,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Lashawnda','Lashawnda Cooper',NULL,NULL,NULL,'5',NULL,'Both','2720051333',NULL,'Sample Data','Lashawnda','','Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Lashawnda Cooper',NULL,1,'1997-03-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(57,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Sharyn','Dr. Sharyn McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','1394669244',NULL,'Sample Data','Sharyn','','McReynolds',4,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Dr. Sharyn McReynolds',NULL,1,'1992-01-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(58,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Deforest, Jackson','Dr. Jackson Deforest',NULL,NULL,NULL,'4',NULL,'Both','2114125718',NULL,'Sample Data','Jackson','','Deforest',4,NULL,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Dr. Jackson Deforest',NULL,2,'1937-06-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(59,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Barry','Barry Terrell II',NULL,NULL,NULL,NULL,NULL,'Both','1436486502',NULL,'Sample Data','Barry','Y','Terrell',NULL,3,NULL,NULL,1,NULL,'Dear Barry',1,NULL,'Dear Barry',1,NULL,'Barry Terrell II',NULL,2,'1996-02-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(60,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Müller, Bob','Mr. Bob Müller',NULL,NULL,NULL,NULL,NULL,'Both','1294670578',NULL,'Sample Data','Bob','','Müller',3,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Mr. Bob Müller',NULL,2,'1983-02-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(61,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Ivanov-Wagner, Winford','Dr. Winford Ivanov-Wagner Jr.',NULL,NULL,NULL,NULL,NULL,'Both','1989248091',NULL,'Sample Data','Winford','H','Ivanov-Wagner',4,1,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Dr. Winford Ivanov-Wagner Jr.',NULL,2,'1973-05-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(62,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Jacobs, Beula','Mrs. Beula Jacobs',NULL,NULL,NULL,'4',NULL,'Both','41714917',NULL,'Sample Data','Beula','','Jacobs',1,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Mrs. Beula Jacobs',NULL,1,'1955-05-27',1,'2013-05-15',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(63,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Jones family','Jones family',NULL,NULL,NULL,'1',NULL,'Both','1110516799',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jones family',5,NULL,'Dear Jones family',2,NULL,'Jones family',NULL,NULL,NULL,0,NULL,'Jones family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(64,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Omar','Mr. Omar Terrell',NULL,NULL,NULL,NULL,NULL,'Both','265836995',NULL,'Sample Data','Omar','','Terrell',3,NULL,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Mr. Omar Terrell',NULL,NULL,'1976-09-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(65,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Cruz, Herminia','Herminia Cruz',NULL,NULL,NULL,NULL,NULL,'Both','3479995875',NULL,'Sample Data','Herminia','Y','Cruz',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Cruz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(66,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Jameson family','Jameson family',NULL,NULL,NULL,'3',NULL,'Both','2255649769',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jameson family',5,NULL,'Dear Jameson family',2,NULL,'Jameson family',NULL,NULL,NULL,0,NULL,'Jameson family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(67,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Margaret','Margaret Cruz',NULL,NULL,NULL,NULL,NULL,'Both','680750633',NULL,'Sample Data','Margaret','U','Cruz',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Cruz',NULL,NULL,'1961-10-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(68,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cruz-Patel, Merrie','Merrie Cruz-Patel',NULL,NULL,NULL,NULL,NULL,'Both','3701557300',NULL,'Sample Data','Merrie','V','Cruz-Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Merrie Cruz-Patel',NULL,NULL,'1969-05-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(69,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Grant-Parker, Sonny','Sonny Grant-Parker Jr.',NULL,NULL,NULL,'3',NULL,'Both','1151352132',NULL,'Sample Data','Sonny','','Grant-Parker',NULL,1,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Sonny Grant-Parker Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(70,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav-González, Brzęczysław','Dr. Brzęczysław Yadav-González',NULL,NULL,NULL,NULL,NULL,'Both','3736955681',NULL,'Sample Data','Brzęczysław','F','Yadav-González',4,NULL,NULL,NULL,1,NULL,'Dear Brzęczysław',1,NULL,'Dear Brzęczysław',1,NULL,'Dr. Brzęczysław Yadav-González',NULL,NULL,'1986-12-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(71,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Lanham Music Collective','Lanham Music Collective',NULL,NULL,NULL,NULL,NULL,'Both','779992721',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Lanham Music Collective',NULL,NULL,NULL,0,NULL,NULL,NULL,'Lanham Music Collective',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(72,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Díaz, Damaris','Mrs. Damaris Díaz',NULL,NULL,NULL,NULL,NULL,'Both','2580201912',NULL,'Sample Data','Damaris','Q','Díaz',1,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Mrs. Damaris Díaz',NULL,NULL,'1983-02-17',0,NULL,NULL,NULL,'Houlka Arts Services',NULL,NULL,192,0,NULL,'2014-04-23 04:03:35'),(73,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Díaz-Cruz, Jina','Mrs. Jina Díaz-Cruz',NULL,NULL,NULL,'5',NULL,'Both','4004752721',NULL,'Sample Data','Jina','N','Díaz-Cruz',1,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Mrs. Jina Díaz-Cruz',NULL,1,'1972-12-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(74,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Texas Advocacy Center','Texas Advocacy Center',NULL,NULL,NULL,'3',NULL,'Both','267828384',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Texas Advocacy Center',NULL,NULL,NULL,0,NULL,NULL,201,'Texas Advocacy Center',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(75,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov-Wagner, Maria','Dr. Maria Ivanov-Wagner II',NULL,NULL,NULL,NULL,NULL,'Both','2293355117',NULL,'Sample Data','Maria','R','Ivanov-Wagner',4,3,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Dr. Maria Ivanov-Wagner II',NULL,2,'1975-09-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(76,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'billysamson65@spamalot.co.in','billysamson65@spamalot.co.in',NULL,NULL,NULL,'5',NULL,'Both','3436088906',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear billysamson65@spamalot.co.in',1,NULL,'Dear billysamson65@spamalot.co.in',1,NULL,'billysamson65@spamalot.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(77,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Maria','Mr. Maria Díaz III',NULL,NULL,NULL,NULL,NULL,'Both','2942500369',NULL,'Sample Data','Maria','','Díaz',3,4,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Mr. Maria Díaz III',NULL,2,'1966-10-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(78,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'bryonb@fishmail.co.in','bryonb@fishmail.co.in',NULL,NULL,NULL,NULL,NULL,'Both','916022042',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear bryonb@fishmail.co.in',1,NULL,'Dear bryonb@fishmail.co.in',1,NULL,'bryonb@fishmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(79,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Esta','Mrs. Esta Adams',NULL,NULL,NULL,'1',NULL,'Both','1125073025',NULL,'Sample Data','Esta','','Adams',1,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Mrs. Esta Adams',NULL,1,'1970-09-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(80,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'yadavv@fakemail.co.uk','yadavv@fakemail.co.uk',NULL,NULL,NULL,'1',NULL,'Both','2675158384',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear yadavv@fakemail.co.uk',1,NULL,'Dear yadavv@fakemail.co.uk',1,NULL,'yadavv@fakemail.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(81,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'cruzi@spamalot.net','cruzi@spamalot.net',NULL,NULL,NULL,NULL,NULL,'Both','1470811426',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear cruzi@spamalot.net',1,NULL,'Dear cruzi@spamalot.net',1,NULL,'cruzi@spamalot.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(82,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jprentice@fishmail.co.nz','jprentice@fishmail.co.nz',NULL,NULL,NULL,'1',NULL,'Both','500636703',NULL,'Sample Data',NULL,NULL,NULL,3,3,NULL,NULL,1,NULL,'Dear jprentice@fishmail.co.nz',1,NULL,'Dear jprentice@fishmail.co.nz',1,NULL,'jprentice@fishmail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,'Maryland Culture Services',NULL,NULL,145,0,NULL,'2014-04-23 04:03:35'),(83,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Kathlyn','Kathlyn Samson',NULL,NULL,NULL,NULL,NULL,'Both','2952894256',NULL,'Sample Data','Kathlyn','P','Samson',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathlyn',1,NULL,'Dear Kathlyn',1,NULL,'Kathlyn Samson',NULL,1,'1950-05-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(84,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Bernadette','Bernadette Cooper',NULL,NULL,NULL,NULL,NULL,'Both','1160205929',NULL,'Sample Data','Bernadette','H','Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Cooper',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(85,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Wilson, Nicole','Ms. Nicole Wilson',NULL,NULL,NULL,NULL,NULL,'Both','3125972405',NULL,'Sample Data','Nicole','','Wilson',2,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Ms. Nicole Wilson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(86,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'sonnys33@fishmail.co.in','sonnys33@fishmail.co.in',NULL,NULL,NULL,NULL,NULL,'Both','3824630071',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear sonnys33@fishmail.co.in',1,NULL,'Dear sonnys33@fishmail.co.in',1,NULL,'sonnys33@fishmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,'Creative Peace Fund',NULL,NULL,166,0,NULL,'2014-04-23 04:03:35'),(87,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope, Kenny','Mr. Kenny Zope',NULL,NULL,NULL,'4',NULL,'Both','89544599',NULL,'Sample Data','Kenny','Q','Zope',3,NULL,NULL,NULL,1,NULL,'Dear Kenny',1,NULL,'Dear Kenny',1,NULL,'Mr. Kenny Zope',NULL,2,'1965-09-04',1,'2014-02-07',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(88,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Yadav-González family','Yadav-González family',NULL,NULL,NULL,NULL,NULL,'Both','2444622511',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Yadav-González family',5,NULL,'Dear Yadav-González family',2,NULL,'Yadav-González family',NULL,NULL,NULL,0,NULL,'Yadav-González family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(89,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Rebekah','Rebekah Reynolds',NULL,NULL,NULL,'1',NULL,'Both','1071377932',NULL,'Sample Data','Rebekah','N','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Reynolds',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(90,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Shad','Shad Samson',NULL,NULL,NULL,NULL,NULL,'Both','2264259886',NULL,'Sample Data','Shad','E','Samson',NULL,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Shad Samson',NULL,2,'1960-03-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(91,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Cooper family','Cooper family',NULL,NULL,NULL,'5',NULL,'Both','1133003930',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Cooper family',5,NULL,'Dear Cooper family',2,NULL,'Cooper family',NULL,NULL,NULL,0,NULL,'Cooper family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(92,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Terry, Beula','Beula Terry',NULL,NULL,NULL,'1',NULL,'Both','2053123123',NULL,'Sample Data','Beula','','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Beula Terry',NULL,1,'2003-02-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(93,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson, Bob','Dr. Bob Jameson Jr.',NULL,NULL,NULL,NULL,NULL,'Both','4180483313',NULL,'Sample Data','Bob','S','Jameson',4,1,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Dr. Bob Jameson Jr.',NULL,2,'1956-02-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(94,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Lou','Lou Samson',NULL,NULL,NULL,'3',NULL,'Both','1803824229',NULL,'Sample Data','Lou','','Samson',NULL,NULL,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Lou Samson',NULL,2,'1983-07-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(95,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Lincoln Software Center','Lincoln Software Center',NULL,NULL,NULL,NULL,NULL,'Both','118983941',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Lincoln Software Center',NULL,NULL,NULL,0,NULL,NULL,131,'Lincoln Software Center',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(96,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper family','Cooper family',NULL,NULL,NULL,NULL,NULL,'Both','1133003930',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Cooper family',5,NULL,'Dear Cooper family',2,NULL,'Cooper family',NULL,NULL,NULL,0,NULL,'Cooper family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(97,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jadams@example.co.uk','jadams@example.co.uk',NULL,NULL,NULL,NULL,NULL,'Both','2770552624',NULL,'Sample Data',NULL,NULL,NULL,NULL,2,NULL,NULL,1,NULL,'Dear jadams@example.co.uk',1,NULL,'Dear jadams@example.co.uk',1,NULL,'jadams@example.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(98,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'nielsen.bryon@mymail.co.uk','nielsen.bryon@mymail.co.uk',NULL,NULL,NULL,NULL,NULL,'Both','3665427975',NULL,'Sample Data',NULL,NULL,NULL,3,NULL,NULL,NULL,1,NULL,'Dear nielsen.bryon@mymail.co.uk',1,NULL,'Dear nielsen.bryon@mymail.co.uk',1,NULL,'nielsen.bryon@mymail.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(99,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'kennysmith1@fakemail.biz','kennysmith1@fakemail.biz',NULL,NULL,NULL,'1',NULL,'Both','3233655093',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear kennysmith1@fakemail.biz',1,NULL,'Dear kennysmith1@fakemail.biz',1,NULL,'kennysmith1@fakemail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(100,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Wagner, Alexia','Alexia Wagner',NULL,NULL,NULL,NULL,NULL,'Both','3604591974',NULL,'Sample Data','Alexia','C','Wagner',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Wagner',NULL,1,'1980-06-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(101,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Rebekah','Rebekah Díaz',NULL,NULL,NULL,NULL,NULL,'Both','1512894919',NULL,'Sample Data','Rebekah','W','Díaz',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Díaz',NULL,1,'1938-12-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(102,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Elina','Dr. Elina Smith',NULL,NULL,NULL,NULL,NULL,'Both','1079819733',NULL,'Sample Data','Elina','','Smith',4,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Dr. Elina Smith',NULL,1,'1983-08-07',0,NULL,NULL,NULL,'Friends Sustainability Network',NULL,NULL,7,0,NULL,'2014-04-23 04:03:35'),(103,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Prentice, Bob','Bob Prentice',NULL,NULL,NULL,NULL,NULL,'Both','912966256',NULL,'Sample Data','Bob','','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Bob Prentice',NULL,2,'1978-01-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(104,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Grant-Parker family','Grant-Parker family',NULL,NULL,NULL,'3',NULL,'Both','479258923',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Grant-Parker family',5,NULL,'Dear Grant-Parker family',2,NULL,'Grant-Parker family',NULL,NULL,NULL,0,NULL,'Grant-Parker family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(105,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell family','Blackwell family',NULL,NULL,NULL,'5',NULL,'Both','3218641510',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Blackwell family',5,NULL,'Dear Blackwell family',2,NULL,'Blackwell family',NULL,NULL,NULL,0,NULL,'Blackwell family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(106,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Adams, Magan','Magan Adams',NULL,NULL,NULL,NULL,NULL,'Both','922015448',NULL,'Sample Data','Magan','P','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Magan Adams',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(107,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Sonny','Mr. Sonny Grant Sr.',NULL,NULL,NULL,'4',NULL,'Both','2555884603',NULL,'Sample Data','Sonny','M','Grant',3,2,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Mr. Sonny Grant Sr.',NULL,2,'1985-05-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(108,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Blackwell, Bryon','Dr. Bryon Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','2612688394',NULL,'Sample Data','Bryon','','Blackwell',4,NULL,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Dr. Bryon Blackwell',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(109,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Dimitrov, Elina','Dr. Elina Dimitrov',NULL,NULL,NULL,'2',NULL,'Both','1959136651',NULL,'Sample Data','Elina','D','Dimitrov',4,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Dr. Elina Dimitrov',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(110,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cruz, Ashley','Ashley Cruz',NULL,NULL,NULL,'4',NULL,'Both','2056649035',NULL,'Sample Data','Ashley','J','Cruz',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Cruz',NULL,NULL,'2007-08-08',0,NULL,NULL,NULL,'Freeburn Literacy Partners',NULL,NULL,167,0,NULL,'2014-04-23 04:03:35'),(111,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'terryd60@notmail.biz','terryd60@notmail.biz',NULL,NULL,NULL,NULL,NULL,'Both','2631900415',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear terryd60@notmail.biz',1,NULL,'Dear terryd60@notmail.biz',1,NULL,'terryd60@notmail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(112,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice, Heidi','Mrs. Heidi Prentice',NULL,NULL,NULL,'2',NULL,'Both','120299140',NULL,'Sample Data','Heidi','','Prentice',1,NULL,NULL,NULL,1,NULL,'Dear Heidi',1,NULL,'Dear Heidi',1,NULL,'Mrs. Heidi Prentice',NULL,1,'1926-07-20',1,'2014-01-31',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(113,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Sharyn','Sharyn Grant',NULL,NULL,NULL,'1',NULL,'Both','920947472',NULL,'Sample Data','Sharyn','Q','Grant',NULL,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Sharyn Grant',NULL,1,'1985-04-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(114,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Volant Arts School','Volant Arts School',NULL,NULL,NULL,'3',NULL,'Both','3793042686',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Volant Arts School',NULL,NULL,NULL,0,NULL,NULL,22,'Volant Arts School',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(115,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Cooper, Jerome','Dr. Jerome Cooper',NULL,NULL,NULL,NULL,NULL,'Both','2044517102',NULL,'Sample Data','Jerome','D','Cooper',4,NULL,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Dr. Jerome Cooper',NULL,2,'1975-12-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(116,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Russell Technology Academy','Russell Technology Academy',NULL,NULL,NULL,'2',NULL,'Both','2308212697',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Russell Technology Academy',NULL,NULL,NULL,0,NULL,NULL,181,'Russell Technology Academy',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(117,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Adams family','Adams family',NULL,NULL,NULL,'3',NULL,'Both','1515323104',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Adams family',5,NULL,'Dear Adams family',2,NULL,'Adams family',NULL,NULL,NULL,0,NULL,'Adams family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(118,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Müller, Bob','Bob Müller',NULL,NULL,NULL,'4',NULL,'Both','1294670578',NULL,'Sample Data','Bob','S','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Bob',1,NULL,'Dear Bob',1,NULL,'Bob Müller',NULL,NULL,NULL,0,NULL,NULL,NULL,'Bay Family Association',NULL,NULL,42,0,NULL,'2014-04-23 04:03:35'),(119,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Blackwell, Jerome','Jerome Blackwell',NULL,NULL,NULL,'2',NULL,'Both','3442160655',NULL,'Sample Data','Jerome','','Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Jerome Blackwell',NULL,NULL,'1948-11-10',1,'2013-07-26',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(120,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'samsona@sample.co.uk','samsona@sample.co.uk',NULL,NULL,NULL,NULL,NULL,'Both','911416784',NULL,'Sample Data',NULL,NULL,NULL,4,3,NULL,NULL,1,NULL,'Dear samsona@sample.co.uk',1,NULL,'Dear samsona@sample.co.uk',1,NULL,'samsona@sample.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,'Progressive Advocacy Academy',NULL,NULL,161,0,NULL,'2014-04-23 04:03:35'),(121,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Adams, Alexia','Alexia Adams',NULL,NULL,NULL,NULL,NULL,'Both','426037770',NULL,'Sample Data','Alexia','S','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Adams',NULL,1,NULL,0,NULL,NULL,NULL,'Grand Junction Agriculture Collective',NULL,NULL,175,0,NULL,'2014-04-23 04:03:35'),(122,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Lincoln','Lincoln Müller',NULL,NULL,NULL,'1',NULL,'Both','676015767',NULL,'Sample Data','Lincoln','','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Lincoln Müller',NULL,2,'1964-07-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(123,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jones.scarlet@fishmail.info','jones.scarlet@fishmail.info',NULL,NULL,NULL,'2',NULL,'Both','2745467960',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear jones.scarlet@fishmail.info',1,NULL,'Dear jones.scarlet@fishmail.info',1,NULL,'jones.scarlet@fishmail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(124,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman-Prentice, Irvin','Irvin Bachman-Prentice III',NULL,NULL,NULL,NULL,NULL,'Both','25280868',NULL,'Sample Data','Irvin','','Bachman-Prentice',NULL,4,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Irvin Bachman-Prentice III',NULL,NULL,'1977-11-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(125,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'magangrant-parker86@infomail.co.pl','magangrant-parker86@infomail.co.pl',NULL,NULL,NULL,NULL,NULL,'Both','2218836045',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear magangrant-parker86@infomail.co.pl',1,NULL,'Dear magangrant-parker86@infomail.co.pl',1,NULL,'magangrant-parker86@infomail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(126,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Jameson, Carlos','Mr. Carlos Jameson III',NULL,NULL,NULL,'4',NULL,'Both','2789121749',NULL,'Sample Data','Carlos','A','Jameson',3,4,NULL,NULL,1,NULL,'Dear Carlos',1,NULL,'Dear Carlos',1,NULL,'Mr. Carlos Jameson III',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(127,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Mei','Mei Deforest',NULL,NULL,NULL,NULL,NULL,'Both','2717143162',NULL,'Sample Data','Mei','','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Deforest',NULL,1,'1997-12-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(128,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Sonny','Dr. Sonny Lee III',NULL,NULL,NULL,'1',NULL,'Both','1784318055',NULL,'Sample Data','Sonny','M','Lee',4,4,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Dr. Sonny Lee III',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(129,'Organization',NULL,0,1,0,0,1,0,NULL,NULL,'Urban Music Trust','Urban Music Trust',NULL,NULL,NULL,'1',NULL,'Both','2214582708',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Urban Music Trust',NULL,NULL,NULL,0,NULL,NULL,162,'Urban Music Trust',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(130,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Cruz, Ashley','Mrs. Ashley Cruz',NULL,NULL,NULL,'2',NULL,'Both','2056649035',NULL,'Sample Data','Ashley','','Cruz',1,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Mrs. Ashley Cruz',NULL,NULL,'1938-08-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(131,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Irvin','Dr. Irvin Grant Sr.',NULL,NULL,NULL,'1',NULL,'Both','3469956498',NULL,'Sample Data','Irvin','','Grant',4,2,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Dr. Irvin Grant Sr.',NULL,2,'1952-10-16',1,NULL,NULL,NULL,'Lincoln Software Center',NULL,NULL,95,0,NULL,'2014-04-23 04:03:35'),(132,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice, Ashley','Dr. Ashley Prentice',NULL,NULL,NULL,'2',NULL,'Both','3283878025',NULL,'Sample Data','Ashley','H','Prentice',4,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Dr. Ashley Prentice',NULL,1,'1971-08-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(133,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'González, Teresa','Ms. Teresa González',NULL,NULL,NULL,'4',NULL,'Both','3377623564',NULL,'Sample Data','Teresa','','González',2,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Ms. Teresa González',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(134,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Alida','Alida Grant',NULL,NULL,NULL,NULL,NULL,'Both','2081339758',NULL,'Sample Data','Alida','Q','Grant',NULL,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Alida Grant',NULL,1,'1958-08-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(135,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Díaz, Daren','Daren Díaz III',NULL,NULL,NULL,NULL,NULL,'Both','2658717437',NULL,'Sample Data','Daren','N','Díaz',NULL,4,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Daren Díaz III',NULL,NULL,'1978-02-02',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(136,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Allen','Allen Bachman II',NULL,NULL,NULL,'5',NULL,'Both','1429054990',NULL,'Sample Data','Allen','E','Bachman',NULL,3,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Allen Bachman II',NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(137,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant-Cooper, Elina','Ms. Elina Grant-Cooper',NULL,NULL,NULL,'5',NULL,'Both','4115043458',NULL,'Sample Data','Elina','','Grant-Cooper',2,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Ms. Elina Grant-Cooper',NULL,1,'1974-02-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(138,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'McReynolds, Mei','Mrs. Mei McReynolds',NULL,NULL,NULL,'1',NULL,'Both','2223552605',NULL,'Sample Data','Mei','U','McReynolds',1,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mrs. Mei McReynolds',NULL,1,'1979-09-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(139,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav, Errol','Errol Yadav',NULL,NULL,NULL,'2',NULL,'Both','502679845',NULL,'Sample Data','Errol','','Yadav',NULL,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Errol Yadav',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(140,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Jameson, Omar','Mr. Omar Jameson Sr.',NULL,NULL,NULL,NULL,NULL,'Both','2089373563',NULL,'Sample Data','Omar','S','Jameson',3,2,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Mr. Omar Jameson Sr.',NULL,2,'1984-04-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(141,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jones, Margaret','Mrs. Margaret Jones',NULL,NULL,NULL,'1',NULL,'Both','1031157711',NULL,'Sample Data','Margaret','','Jones',1,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Mrs. Margaret Jones',NULL,1,'1978-03-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(142,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'jonesm@sample.co.nz','jonesm@sample.co.nz',NULL,NULL,NULL,'5',NULL,'Both','2357575210',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear jonesm@sample.co.nz',1,NULL,'Dear jonesm@sample.co.nz',1,NULL,'jonesm@sample.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(143,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Olsen, Bryon','Mr. Bryon Olsen',NULL,NULL,NULL,'2',NULL,'Both','1392312288',NULL,'Sample Data','Bryon','','Olsen',3,NULL,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Mr. Bryon Olsen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(144,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Lee, Norris','Norris Lee Jr.',NULL,NULL,NULL,'3',NULL,'Both','852217951',NULL,'Sample Data','Norris','','Lee',NULL,1,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Norris Lee Jr.',NULL,NULL,'1954-06-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(145,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Maryland Culture Services','Maryland Culture Services',NULL,NULL,NULL,NULL,NULL,'Both','1525705155',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Maryland Culture Services',NULL,NULL,NULL,0,NULL,NULL,82,'Maryland Culture Services',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(146,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Terry, Esta','Esta Terry',NULL,NULL,NULL,NULL,NULL,'Both','3888791883',NULL,'Sample Data','Esta','','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Esta Terry',NULL,NULL,'1999-09-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(147,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Sharyn','Sharyn Cruz',NULL,NULL,NULL,'1',NULL,'Both','766502178',NULL,'Sample Data','Sharyn','E','Cruz',NULL,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Sharyn Cruz',NULL,1,'1972-08-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(148,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Jones, Erik','Erik Jones II',NULL,NULL,NULL,NULL,NULL,'Both','2330527587',NULL,'Sample Data','Erik','','Jones',NULL,3,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Erik Jones II',NULL,2,'1961-07-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(149,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Rutland Arts Center','Rutland Arts Center',NULL,NULL,NULL,NULL,NULL,'Both','1837798527',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Rutland Arts Center',NULL,NULL,NULL,0,NULL,NULL,25,'Rutland Arts Center',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(150,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson, Justina','Justina Wilson',NULL,NULL,NULL,'4',NULL,'Both','3516535042',NULL,'Sample Data','Justina','','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Justina Wilson',NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(151,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Wattson, Brzęczysław','Brzęczysław Wattson',NULL,NULL,NULL,'4',NULL,'Both','1189364369',NULL,'Sample Data','Brzęczysław','','Wattson',NULL,NULL,NULL,NULL,1,NULL,'Dear Brzęczysław',1,NULL,'Dear Brzęczysław',1,NULL,'Brzęczysław Wattson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(152,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Müller family','Müller family',NULL,NULL,NULL,'5',NULL,'Both','1144797465',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Müller family',5,NULL,'Dear Müller family',2,NULL,'Müller family',NULL,NULL,NULL,0,NULL,'Müller family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(153,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Brzęczysław','Mr. Brzęczysław Smith II',NULL,NULL,NULL,NULL,NULL,'Both','3764320726',NULL,'Sample Data','Brzęczysław','','Smith',3,3,NULL,NULL,1,NULL,'Dear Brzęczysław',1,NULL,'Dear Brzęczysław',1,NULL,'Mr. Brzęczysław Smith II',NULL,NULL,'1979-07-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(154,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Dimitrov, Ashley','Ashley Dimitrov II',NULL,NULL,NULL,NULL,NULL,'Both','665882362',NULL,'Sample Data','Ashley','K','Dimitrov',NULL,3,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Dimitrov II',NULL,2,'1932-11-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(155,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Samson, Shauna','Dr. Shauna Samson',NULL,NULL,NULL,NULL,NULL,'Both','1855188463',NULL,'Sample Data','Shauna','K','Samson',4,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Dr. Shauna Samson',NULL,1,'1990-08-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(156,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'yadav-gonzlez.g.craig86@sample.co.pl','yadav-gonzlez.g.craig86@sample.co.pl',NULL,NULL,NULL,NULL,NULL,'Both','3174496320',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,NULL,1,NULL,'Dear yadav-gonzlez.g.craig86@sample.co.pl',1,NULL,'Dear yadav-gonzlez.g.craig86@sample.co.pl',1,NULL,'yadav-gonzlez.g.craig86@sample.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(157,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Allen','Mr. Allen Cruz III',NULL,NULL,NULL,NULL,NULL,'Both','3114933760',NULL,'Sample Data','Allen','F','Cruz',3,4,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Mr. Allen Cruz III',NULL,2,'1972-08-09',1,'2014-03-30',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(158,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Alida','Alida Adams',NULL,NULL,NULL,NULL,NULL,'Both','3862439898',NULL,'Sample Data','Alida','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Alida Adams',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(159,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Terrell, Teresa','Teresa Terrell',NULL,NULL,NULL,'2',NULL,'Both','2411396892',NULL,'Sample Data','Teresa','','Terrell',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa Terrell',NULL,NULL,'1969-12-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(160,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice, Justina','Justina Prentice',NULL,NULL,NULL,'5',NULL,'Both','642394673',NULL,'Sample Data','Justina','','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Justina Prentice',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(161,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Progressive Advocacy Academy','Progressive Advocacy Academy',NULL,NULL,NULL,NULL,NULL,'Both','4260971989',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Progressive Advocacy Academy',NULL,NULL,NULL,0,NULL,NULL,120,'Progressive Advocacy Academy',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(162,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'cooper.s.troy@lol.net','cooper.s.troy@lol.net',NULL,NULL,NULL,'1',NULL,'Both','4265427354',NULL,'Sample Data',NULL,NULL,NULL,NULL,2,NULL,NULL,1,NULL,'Dear cooper.s.troy@lol.net',1,NULL,'Dear cooper.s.troy@lol.net',1,NULL,'cooper.s.troy@lol.net',NULL,NULL,NULL,0,NULL,NULL,NULL,'Urban Music Trust',NULL,NULL,129,0,NULL,'2014-04-23 04:03:35'),(163,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Parker, Kathleen','Mrs. Kathleen Parker',NULL,NULL,NULL,'4',NULL,'Both','295233156',NULL,'Sample Data','Kathleen','','Parker',1,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Mrs. Kathleen Parker',NULL,1,'1987-10-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(164,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Felisha','Dr. Felisha Blackwell',NULL,NULL,NULL,'4',NULL,'Both','3871892634',NULL,'Sample Data','Felisha','K','Blackwell',4,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Dr. Felisha Blackwell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(165,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav, Felisha','Mrs. Felisha Yadav',NULL,NULL,NULL,'2',NULL,'Both','4081134711',NULL,'Sample Data','Felisha','','Yadav',1,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Mrs. Felisha Yadav',NULL,1,'1992-10-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(166,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Creative Peace Fund','Creative Peace Fund',NULL,NULL,NULL,'2',NULL,'Both','2814134432',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Creative Peace Fund',NULL,NULL,NULL,0,NULL,NULL,86,'Creative Peace Fund',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(167,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Freeburn Literacy Partners','Freeburn Literacy Partners',NULL,NULL,NULL,'4',NULL,'Both','2787566824',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Freeburn Literacy Partners',NULL,NULL,NULL,0,NULL,NULL,110,'Freeburn Literacy Partners',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(168,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Yadav, Santina','Santina Yadav',NULL,NULL,NULL,'4',NULL,'Both','3262021642',NULL,'Sample Data','Santina','','Yadav',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Yadav',NULL,1,'1949-01-16',1,'2013-09-18',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(169,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jeromed@fakemail.co.nz','jeromed@fakemail.co.nz',NULL,NULL,NULL,'3',NULL,'Both','3235425819',NULL,'Sample Data',NULL,NULL,NULL,NULL,2,NULL,NULL,1,NULL,'Dear jeromed@fakemail.co.nz',1,NULL,'Dear jeromed@fakemail.co.nz',1,NULL,'jeromed@fakemail.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(170,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Patel, Merrie','Merrie Patel',NULL,NULL,NULL,NULL,NULL,'Both','3938448251',NULL,'Sample Data','Merrie','M','Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Merrie Patel',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(171,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Lawerence','Mr. Lawerence Terrell',NULL,NULL,NULL,'3',NULL,'Both','281284643',NULL,'Sample Data','Lawerence','','Terrell',3,NULL,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Mr. Lawerence Terrell',NULL,NULL,NULL,1,'2014-03-20',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(172,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Ashley','Dr. Ashley Díaz Sr.',NULL,NULL,NULL,'5',NULL,'Both','2703610004',NULL,'Sample Data','Ashley','','Díaz',4,2,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Dr. Ashley Díaz Sr.',NULL,NULL,'1954-10-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(173,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Wilson, Roland','Roland Wilson',NULL,NULL,NULL,NULL,NULL,'Both','1456133565',NULL,'Sample Data','Roland','','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Roland Wilson',NULL,NULL,'1996-08-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(174,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson, Miguel','Mr. Miguel Jameson',NULL,NULL,NULL,'5',NULL,'Both','2945674825',NULL,'Sample Data','Miguel','O','Jameson',3,NULL,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Mr. Miguel Jameson',NULL,2,'1990-11-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(175,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Grand Junction Agriculture Collective','Grand Junction Agriculture Collective',NULL,NULL,NULL,NULL,NULL,'Both','875459015',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Grand Junction Agriculture Collective',NULL,NULL,NULL,0,NULL,NULL,121,'Grand Junction Agriculture Collective',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(176,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Prentice, Alexia','Alexia Prentice',NULL,NULL,NULL,'2',NULL,'Both','2005927153',NULL,'Sample Data','Alexia','','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Prentice',NULL,1,'1968-02-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(177,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Santina','Mrs. Santina Deforest',NULL,NULL,NULL,NULL,NULL,'Both','3837505413',NULL,'Sample Data','Santina','','Deforest',1,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Mrs. Santina Deforest',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(178,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson family','Wilson family',NULL,NULL,NULL,NULL,NULL,'Both','350510798',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Wilson family',5,NULL,'Dear Wilson family',2,NULL,'Wilson family',NULL,NULL,NULL,0,NULL,'Wilson family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(179,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'González, Maria','Dr. Maria González',NULL,NULL,NULL,'1',NULL,'Both','3970344660',NULL,'Sample Data','Maria','','González',4,NULL,NULL,NULL,1,NULL,'Dear Maria',1,NULL,'Dear Maria',1,NULL,'Dr. Maria González',NULL,2,'1939-03-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(180,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'su.smith@notmail.co.in','su.smith@notmail.co.in',NULL,NULL,NULL,'3',NULL,'Both','1717799296',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear su.smith@notmail.co.in',1,NULL,'Dear su.smith@notmail.co.in',1,NULL,'su.smith@notmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(181,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'meganprentice@notmail.org','meganprentice@notmail.org',NULL,NULL,NULL,NULL,NULL,'Both','2108657641',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear meganprentice@notmail.org',1,NULL,'Dear meganprentice@notmail.org',1,NULL,'meganprentice@notmail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,'Russell Technology Academy',NULL,NULL,116,0,NULL,'2014-04-23 04:03:35'),(182,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jones, Brzęczysław','Dr. Brzęczysław Jones II',NULL,NULL,NULL,'3',NULL,'Both','1102443663',NULL,'Sample Data','Brzęczysław','Z','Jones',4,3,NULL,NULL,1,NULL,'Dear Brzęczysław',1,NULL,'Dear Brzęczysław',1,NULL,'Dr. Brzęczysław Jones II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(183,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Robertson, Roland','Roland Robertson III',NULL,NULL,NULL,NULL,NULL,'Both','2663656740',NULL,'Sample Data','Roland','','Robertson',NULL,4,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Roland Robertson III',NULL,NULL,'1987-12-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(184,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Santina','Santina Deforest',NULL,NULL,NULL,'2',NULL,'Both','3837505413',NULL,'Sample Data','Santina','Q','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Deforest',NULL,1,NULL,0,NULL,NULL,NULL,'Indiana Action Partners',NULL,NULL,13,0,NULL,'2014-04-23 04:03:35'),(185,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Ashley','Dr. Ashley Bachman III',NULL,NULL,NULL,NULL,NULL,'Both','2646692852',NULL,'Sample Data','Ashley','','Bachman',4,4,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Dr. Ashley Bachman III',NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(186,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Tanya','Tanya Díaz',NULL,NULL,NULL,'3',NULL,'Both','2641118119',NULL,'Sample Data','Tanya','','Díaz',NULL,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Tanya Díaz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(187,'Household',NULL,0,1,0,0,0,0,NULL,NULL,'Smith family','Smith family',NULL,NULL,NULL,'1',NULL,'Both','4082772645',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Smith family',5,NULL,'Dear Smith family',2,NULL,'Smith family',NULL,NULL,NULL,0,NULL,'Smith family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(188,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Samson, Josefa','Josefa Samson',NULL,NULL,NULL,'1',NULL,'Both','3599094976',NULL,'Sample Data','Josefa','J','Samson',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Samson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(189,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Prentice, Winford','Mr. Winford Prentice',NULL,NULL,NULL,'5',NULL,'Both','2762411160',NULL,'Sample Data','Winford','','Prentice',3,NULL,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Mr. Winford Prentice',NULL,2,'1972-03-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(190,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee-Terrell, Santina','Mrs. Santina Lee-Terrell',NULL,NULL,NULL,'4',NULL,'Both','370751111',NULL,'Sample Data','Santina','','Lee-Terrell',1,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Mrs. Santina Lee-Terrell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(191,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Samuels, Tanya','Mrs. Tanya Samuels',NULL,NULL,NULL,'2',NULL,'Both','147060242',NULL,'Sample Data','Tanya','Y','Samuels',1,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Mrs. Tanya Samuels',NULL,1,'1938-07-18',1,'2013-05-23',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(192,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Houlka Arts Services','Houlka Arts Services',NULL,NULL,NULL,'2',NULL,'Both','2278161816',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Houlka Arts Services',NULL,NULL,NULL,0,NULL,NULL,72,'Houlka Arts Services',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(193,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Adams, Shauna','Dr. Shauna Adams',NULL,NULL,NULL,'4',NULL,'Both','1778468249',NULL,'Sample Data','Shauna','','Adams',4,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Dr. Shauna Adams',NULL,1,'1981-07-25',0,NULL,NULL,NULL,'Dowlen Food Fund',NULL,NULL,5,0,NULL,'2014-04-23 04:03:35'),(194,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'San Antonio Health Initiative','San Antonio Health Initiative',NULL,NULL,NULL,'1',NULL,'Both','4280760814',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'San Antonio Health Initiative',NULL,NULL,NULL,0,NULL,NULL,NULL,'San Antonio Health Initiative',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(195,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Valene','Dr. Valene Cooper',NULL,NULL,NULL,'2',NULL,'Both','1848920183',NULL,'Sample Data','Valene','','Cooper',4,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Dr. Valene Cooper',NULL,1,'1963-06-28',1,'2013-08-01',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:33'),(196,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Prentice family','Prentice family',NULL,NULL,NULL,NULL,NULL,'Both','3313623671',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Prentice family',5,NULL,'Dear Prentice family',2,NULL,'Prentice family',NULL,NULL,NULL,0,NULL,'Prentice family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:34'),(197,'Organization',NULL,1,0,0,0,1,0,NULL,NULL,'United Poetry Services','United Poetry Services',NULL,NULL,NULL,NULL,NULL,'Both','3284651959',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'United Poetry Services',NULL,NULL,NULL,0,NULL,NULL,NULL,'United Poetry Services',NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(198,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Terrell family','Terrell family',NULL,NULL,NULL,NULL,NULL,'Both','1136333121',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Terrell family',5,NULL,'Dear Terrell family',2,NULL,'Terrell family',NULL,NULL,NULL,0,NULL,'Terrell family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:35'),(199,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Bernadette','Bernadette Adams',NULL,NULL,NULL,NULL,NULL,'Both','2647828318',NULL,'Sample Data','Bernadette','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Adams',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(200,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Alexia','Alexia Smith',NULL,NULL,NULL,NULL,NULL,'Both','528182465',NULL,'Sample Data','Alexia','','Smith',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Smith',NULL,NULL,'2003-08-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-23 04:03:32'),(201,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Jameson, Herminia','Herminia Jameson',NULL,NULL,NULL,'4',NULL,'Both','2172372210',NULL,'Sample Data','Herminia','A','Jameson',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Jameson',NULL,1,NULL,0,NULL,NULL,NULL,'Texas Advocacy Center',NULL,NULL,74,0,NULL,'2014-04-23 04:03:35'); /*!40000 ALTER TABLE `civicrm_contact` ENABLE KEYS */; UNLOCK TABLES; @@ -220,7 +220,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_contribution` WRITE; /*!40000 ALTER TABLE `civicrm_contribution` DISABLE KEYS */; -INSERT INTO `civicrm_contribution` (`id`, `contact_id`, `financial_type_id`, `contribution_page_id`, `payment_instrument_id`, `receive_date`, `non_deductible_amount`, `total_amount`, `fee_amount`, `net_amount`, `trxn_id`, `invoice_id`, `currency`, `cancel_date`, `cancel_reason`, `receipt_date`, `thankyou_date`, `source`, `amount_level`, `contribution_recur_id`, `is_test`, `is_pay_later`, `contribution_status_id`, `address_id`, `check_number`, `campaign_id`) VALUES (1,2,1,NULL,4,'2010-04-11 00:00:00',0.00,125.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'1041',NULL),(2,4,1,NULL,1,'2010-03-21 00:00:00',0.00,50.00,NULL,NULL,'P20901X1',NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL),(3,6,1,NULL,4,'2010-04-29 00:00:00',0.00,25.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'2095',NULL),(4,8,1,NULL,4,'2010-04-11 00:00:00',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'10552',NULL),(5,16,1,NULL,4,'2010-04-15 00:00:00',0.00,500.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'509',NULL),(6,19,1,NULL,4,'2010-04-11 00:00:00',0.00,175.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'102',NULL),(7,82,1,NULL,1,'2010-03-27 00:00:00',0.00,50.00,NULL,NULL,'P20193L2',NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL),(8,92,1,NULL,1,'2010-03-08 00:00:00',0.00,10.00,NULL,NULL,'P40232Y3',NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL),(9,34,1,NULL,1,'2010-04-22 00:00:00',0.00,250.00,NULL,NULL,'P20193L6',NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL),(10,71,1,NULL,1,'2009-07-01 11:53:50',0.00,500.00,NULL,NULL,'PL71',NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL),(11,43,1,NULL,1,'2009-07-01 12:55:41',0.00,200.00,NULL,NULL,'PL43II',NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL),(12,32,1,NULL,1,'2009-10-01 11:53:50',0.00,200.00,NULL,NULL,'PL32I',NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL),(13,32,1,NULL,1,'2009-12-01 12:55:41',0.00,200.00,NULL,NULL,'PL32II',NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL),(14,124,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(15,158,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(16,19,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(17,47,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(18,198,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(19,154,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(20,3,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(21,149,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(22,2,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(23,86,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(24,166,2,NULL,1,'2014-04-05 21:32:05',0.00,1200.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(25,189,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(26,126,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(27,22,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(28,125,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(29,81,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(30,201,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(31,114,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(32,110,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(33,140,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(34,119,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(35,45,2,NULL,1,'2014-04-05 21:32:05',0.00,1200.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(36,23,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(37,132,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(38,98,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(39,163,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(40,26,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(41,194,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(42,160,2,NULL,1,'2014-04-05 21:32:05',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(43,16,2,NULL,1,'2014-04-05 21:32:05',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(45,4,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(46,7,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(47,8,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(48,11,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(49,12,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(50,22,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(51,29,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(52,31,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(53,32,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(54,40,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(55,50,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(56,52,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(57,55,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(58,62,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(59,73,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(60,78,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(61,79,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(62,80,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(63,85,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(64,92,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(65,93,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(66,99,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(67,103,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(68,105,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(69,107,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(70,109,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(71,112,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(72,115,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(73,116,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(74,125,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(75,129,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(76,130,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(77,137,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(78,139,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(79,145,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(80,146,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(81,147,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(82,153,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(83,155,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(84,158,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(85,165,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(86,170,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(87,181,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(88,185,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(89,192,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(90,194,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(91,196,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(92,198,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(93,199,4,NULL,1,'2014-04-05 21:32:18',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(94,200,4,NULL,1,'2014-04-05 21:32:18',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-05 21:32:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL); +INSERT INTO `civicrm_contribution` (`id`, `contact_id`, `financial_type_id`, `contribution_page_id`, `payment_instrument_id`, `receive_date`, `non_deductible_amount`, `total_amount`, `fee_amount`, `net_amount`, `trxn_id`, `invoice_id`, `currency`, `cancel_date`, `cancel_reason`, `receipt_date`, `thankyou_date`, `source`, `amount_level`, `contribution_recur_id`, `is_test`, `is_pay_later`, `contribution_status_id`, `address_id`, `check_number`, `campaign_id`) VALUES (1,2,1,NULL,4,'2010-04-11 00:00:00',0.00,125.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'1041',NULL),(2,4,1,NULL,1,'2010-03-21 00:00:00',0.00,50.00,NULL,NULL,'P20901X1',NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL),(3,6,1,NULL,4,'2010-04-29 00:00:00',0.00,25.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'2095',NULL),(4,8,1,NULL,4,'2010-04-11 00:00:00',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'10552',NULL),(5,16,1,NULL,4,'2010-04-15 00:00:00',0.00,500.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'509',NULL),(6,19,1,NULL,4,'2010-04-11 00:00:00',0.00,175.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Apr 2007 Mailer 1',NULL,NULL,0,0,1,NULL,'102',NULL),(7,82,1,NULL,1,'2010-03-27 00:00:00',0.00,50.00,NULL,NULL,'P20193L2',NULL,'USD',NULL,NULL,NULL,NULL,'Online: Save the Penguins',NULL,NULL,0,0,1,NULL,NULL,NULL),(8,92,1,NULL,1,'2010-03-08 00:00:00',0.00,10.00,NULL,NULL,'P40232Y3',NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL),(9,34,1,NULL,1,'2010-04-22 00:00:00',0.00,250.00,NULL,NULL,'P20193L6',NULL,'USD',NULL,NULL,NULL,NULL,'Online: Help CiviCRM',NULL,NULL,0,0,1,NULL,NULL,NULL),(10,71,1,NULL,1,'2009-07-01 11:53:50',0.00,500.00,NULL,NULL,'PL71',NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL),(11,43,1,NULL,1,'2009-07-01 12:55:41',0.00,200.00,NULL,NULL,'PL43II',NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL),(12,32,1,NULL,1,'2009-10-01 11:53:50',0.00,200.00,NULL,NULL,'PL32I',NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL),(13,32,1,NULL,1,'2009-12-01 12:55:41',0.00,200.00,NULL,NULL,'PL32II',NULL,'USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,NULL,NULL,NULL),(14,157,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(15,169,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(16,174,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(17,67,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(18,189,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(19,60,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(20,182,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(21,81,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(22,89,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(23,98,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(24,184,2,NULL,1,'2014-04-23 00:03:43',0.00,1200.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(25,52,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(26,170,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(27,128,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(28,61,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(29,110,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(30,162,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(31,142,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(32,65,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(33,11,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(34,15,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(35,45,2,NULL,1,'2014-04-23 00:03:43',0.00,1200.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Lifetime Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(36,118,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(37,68,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(38,70,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(39,165,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(40,97,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(41,92,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(42,158,2,NULL,1,'2014-04-23 00:03:43',0.00,100.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'General Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(43,99,2,NULL,1,'2014-04-23 00:03:43',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,NULL,NULL,'Student Membership: Offline signup',NULL,NULL,0,0,1,NULL,NULL,NULL),(45,4,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(46,5,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(47,9,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(48,19,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(49,21,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(50,22,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(51,33,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(52,41,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(53,46,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(54,49,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(55,51,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(56,52,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(57,53,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(58,55,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(59,56,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(60,73,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(61,79,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(62,80,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(63,97,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(64,98,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(65,99,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(66,100,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(67,105,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(68,107,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(69,116,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(70,124,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(71,125,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(72,128,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(73,130,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(74,134,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(75,135,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(76,136,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(77,137,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(78,142,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(79,144,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(80,146,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(81,148,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(82,151,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(83,157,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(84,163,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(85,164,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(86,165,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(87,172,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(88,173,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(89,178,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(90,182,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(91,183,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(92,185,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(93,193,4,NULL,1,'2014-04-23 00:03:44',0.00,50.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(94,198,4,NULL,1,'2014-04-23 00:03:44',0.00,800.00,NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-23 00:03:44',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_contribution` ENABLE KEYS */; UNLOCK TABLES; @@ -258,7 +258,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_contribution_soft` WRITE; /*!40000 ALTER TABLE `civicrm_contribution_soft` DISABLE KEYS */; -INSERT INTO `civicrm_contribution_soft` (`id`, `contribution_id`, `contact_id`, `amount`, `currency`, `pcp_id`, `pcp_display_in_roll`, `pcp_roll_nickname`, `pcp_personal_note`, `soft_credit_type_id`) VALUES (1,8,159,10.00,'USD',1,1,'Jones Family','Helping Hands',10),(2,9,159,250.00,'USD',1,1,'Annie and the kids','Annie Helps',10); +INSERT INTO `civicrm_contribution_soft` (`id`, `contribution_id`, `contact_id`, `amount`, `currency`, `pcp_id`, `pcp_display_in_roll`, `pcp_roll_nickname`, `pcp_personal_note`, `soft_credit_type_id`) VALUES (1,8,76,10.00,'USD',1,1,'Jones Family','Helping Hands',10),(2,9,76,250.00,'USD',1,1,'Annie and the kids','Annie Helps',10); /*!40000 ALTER TABLE `civicrm_contribution_soft` ENABLE KEYS */; UNLOCK TABLES; @@ -382,7 +382,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_domain` WRITE; /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */; -INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.5.alpha1',1,NULL,NULL); +INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.5.alpha1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; UNLOCK TABLES; @@ -392,7 +392,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_email` WRITE; /*!40000 ALTER TABLE `civicrm_email` DISABLE KEYS */; -INSERT INTO `civicrm_email` (`id`, `contact_id`, `location_type_id`, `email`, `is_primary`, `is_billing`, `on_hold`, `is_bulkmail`, `hold_date`, `reset_date`, `signature_text`, `signature_html`) VALUES (1,1,1,'fixme.domainemail@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(2,89,1,'aroberts@infomail.info',1,0,0,0,NULL,NULL,NULL,NULL),(3,89,1,'roberts.alexia@testing.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(4,11,1,'zope.jina67@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(5,5,1,'blackwell.d.bob@testmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(6,5,1,'blackwell.bob@testing.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(7,179,1,'ashliejensen67@testing.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(8,179,1,'jensen.ashlie75@sample.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(9,152,1,'blackwelle@example.info',1,0,0,0,NULL,NULL,NULL,NULL),(10,134,1,'herminiam89@testmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(11,26,1,'chowski.roland@sample.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(12,26,1,'rolandchowski75@mymail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(13,126,1,'prenticea@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(14,126,1,'aprentice74@spamalot.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(15,50,1,'ec.deforest@airmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(16,28,1,'bobterrell@notmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(17,28,1,'bobterrell@airmail.net',0,0,0,0,NULL,NULL,NULL,NULL),(18,103,1,'grant.damaris@infomail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(19,105,1,'terrell.elbert@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(20,105,1,'terrelle73@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(21,153,1,'ivanova@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(22,18,1,'nh.parker@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(23,139,1,'wilsonb24@lol.biz',1,0,0,0,NULL,NULL,NULL,NULL),(24,110,1,'th.jones1@testmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(25,108,1,'bachman.maria@sample.com',1,0,0,0,NULL,NULL,NULL,NULL),(26,108,1,'mariab@lol.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(27,31,1,'mb.prentice33@spamalot.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(28,31,1,'mb.prentice@mymail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(29,49,1,'samsone38@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL),(30,127,1,'nielsen.a.jina@sample.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(31,127,1,'jinan@airmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(32,180,1,'rebekaho@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(33,93,1,'juliannwattson69@fishmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(34,93,1,'juliannw@fishmail.net',0,0,0,0,NULL,NULL,NULL,NULL),(35,160,1,'brentm@notmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(36,70,1,'terrell.bob52@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(37,192,1,'barkley.tanya@sample.org',1,0,0,0,NULL,NULL,NULL,NULL),(38,192,1,'barkleyt99@example.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(39,142,1,'ivanov.maria@example.org',1,0,0,0,NULL,NULL,NULL,NULL),(40,142,1,'ivanov.maria55@testing.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(41,58,1,'vgonzlez36@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(42,58,1,'gonzlez.valene1@mymail.info',0,0,0,0,NULL,NULL,NULL,NULL),(43,76,1,'carylonr@testing.com',1,0,0,0,NULL,NULL,NULL,NULL),(44,76,1,'robertsonc@fishmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(45,123,1,'rjameson@infomail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(46,94,1,'ca.blackwell@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(47,94,1,'blackwellc@fakemail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(48,63,1,'allenb94@spamalot.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(49,169,1,'shermancruz@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(50,169,1,'sr.cruz@infomail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(51,190,1,'cooper.jay@example.com',1,0,0,0,NULL,NULL,NULL,NULL),(52,190,1,'jayc27@lol.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(53,188,1,'cruz.elizabeth20@mymail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(54,125,1,'ry.jensen@mymail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(55,125,1,'ry.jensen48@testmail.org',0,0,0,0,NULL,NULL,NULL,NULL),(56,194,1,'wilson.craig@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(57,194,1,'wilson.l.craig@airmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(58,65,1,'irisjensen@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(59,36,1,'bc.ivanov10@example.biz',1,0,0,0,NULL,NULL,NULL,NULL),(60,184,1,'lashawndat@airmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(61,95,1,'wilson.ashlie@example.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(62,163,1,'tl.grant@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(63,35,1,'robertson.troy76@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(64,86,1,'maganjensen@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL),(65,86,1,'maganj58@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(66,83,1,'ashliejones@testmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(67,83,1,'jonesa@testing.org',0,0,0,0,NULL,NULL,NULL,NULL),(68,178,1,'arlynesamson@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(69,178,1,'arlynes@spamalot.org',0,0,0,0,NULL,NULL,NULL,NULL),(70,144,1,'blackwello@infomail.org',1,0,0,0,NULL,NULL,NULL,NULL),(71,144,1,'blackwell.omar@lol.org',0,0,0,0,NULL,NULL,NULL,NULL),(72,107,1,'bachman.junko72@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(73,71,1,'jolsen4@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL),(74,84,1,'wattson.s.elbert73@spamalot.biz',1,0,0,0,NULL,NULL,NULL,NULL),(75,84,1,'wattson.s.elbert80@mymail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(76,201,1,'junkoj@example.com',1,0,0,0,NULL,NULL,NULL,NULL),(77,51,1,'ig.gonzlez82@sample.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(78,51,1,'iveygonzlez@spamalot.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(79,4,1,'wagnerc@mymail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(80,47,1,'allancooper7@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(81,47,1,'cooper.allan36@spamalot.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(82,182,1,'terrell.winford@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(83,182,1,'winfordterrell@spamalot.com',0,0,0,0,NULL,NULL,NULL,NULL),(84,79,1,'elbertg@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(85,85,1,'barkleyk@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(86,66,1,'wilsonc89@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(87,78,1,'kathlynjameson62@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(88,78,1,'jameson.kathlyn82@example.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(89,166,1,'bernadettea96@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(90,43,1,'nielsen.d.clint28@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),(91,43,1,'clintnielsen@testing.net',0,0,0,0,NULL,NULL,NULL,NULL),(92,191,1,'zope-nielsen.irvin@spamalot.org',1,0,0,0,NULL,NULL,NULL,NULL),(93,133,1,'nielsene@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(94,129,1,'erikn85@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(95,90,1,'lz.cruz61@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),(96,2,1,'cruz.iris@infomail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(97,197,1,'rebekahc25@infomail.net',1,0,0,0,NULL,NULL,NULL,NULL),(98,143,1,'dimitrov-jensen.irvin42@spamalot.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(99,181,1,'dimitrov-jensen.troy74@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(100,22,1,'jacobsb@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(101,92,1,'jacobs-daz.x.allen@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(102,106,1,'smith.ivey@spamalot.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(103,106,1,'smith.ivey@fakemail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(104,14,1,'smithh81@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(105,171,1,'smith.u.beula81@example.biz',1,0,0,0,NULL,NULL,NULL,NULL),(106,9,1,'maxwelly7@infomail.net',1,0,0,0,NULL,NULL,NULL,NULL),(107,196,1,'robertson.bernadette63@infomail.org',1,0,0,0,NULL,NULL,NULL,NULL),(108,196,1,'bernadetterobertson42@example.com',0,0,0,0,NULL,NULL,NULL,NULL),(109,124,1,'yadav-robertson.ivey64@fakemail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(110,3,1,'yadav-robertson.felisha@fishmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(111,3,1,'yadav-robertson.felisha@airmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(112,141,1,'parker.maxwell@testing.com',1,0,0,0,NULL,NULL,NULL,NULL),(113,23,1,'merriej@lol.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(114,45,1,'teddyparker@testing.biz',1,0,0,0,NULL,NULL,NULL,NULL),(115,45,1,'teddyp28@notmail.net',0,0,0,0,NULL,NULL,NULL,NULL),(116,114,1,'parker.landon@testing.net',1,0,0,0,NULL,NULL,NULL,NULL),(117,12,1,'terry.carylon17@testing.net',1,0,0,0,NULL,NULL,NULL,NULL),(118,172,1,'samsonm38@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(119,172,1,'maxwells@testmail.info',0,0,0,0,NULL,NULL,NULL,NULL),(120,52,1,'allensamson-adams56@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),(121,149,1,'mariai@fakemail.info',1,0,0,0,NULL,NULL,NULL,NULL),(122,149,1,'ivanov.maria@example.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(123,16,1,'billyivanov-blackwell@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(124,42,1,'craigb86@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(125,177,1,'terry-bachmanr@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(126,177,1,'rterry-bachman@example.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(127,131,1,'errolwilson@fakemail.info',1,0,0,0,NULL,NULL,NULL,NULL),(128,104,1,'princesscruz-wilson@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(129,27,1,'shermanwilson@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(130,27,1,'se.wilson45@lol.org',0,0,0,0,NULL,NULL,NULL,NULL),(131,168,1,'wilsonk@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(132,168,1,'wilson.kenny37@notmail.org',0,0,0,0,NULL,NULL,NULL,NULL),(133,41,1,'leeb@sample.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(134,41,1,'lee.beula@infomail.org',0,0,0,0,NULL,NULL,NULL,NULL),(135,10,1,'klee@fakemail.org',1,0,0,0,NULL,NULL,NULL,NULL),(136,10,1,'kandacelee@fakemail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(137,128,1,'bm.adams@example.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(138,132,1,'samuels.o.angelika@testing.biz',1,0,0,0,NULL,NULL,NULL,NULL),(139,132,1,'samuels.o.angelika7@sample.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(140,155,1,'darena@fishmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(141,155,1,'adams-samuels.m.daren18@spamalot.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(142,130,1,'bachman.rosario94@fishmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(143,130,1,'rosariob@lol.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(144,44,1,'bachman.a.josefa@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(145,44,1,'josefabachman97@lol.net',0,0,0,0,NULL,NULL,NULL,NULL),(146,6,1,'mc.bachman23@example.biz',1,0,0,0,NULL,NULL,NULL,NULL),(147,117,1,'irisbachman57@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(148,117,1,'bachman.iris@notmail.info',0,0,0,0,NULL,NULL,NULL,NULL),(149,175,1,'roberts.toby@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(150,61,1,'cg.roberts85@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(151,61,1,'roberts.craig@example.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(152,167,1,'estar54@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(153,137,1,'nc.roberts@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(154,198,1,'irisb@spamalot.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(155,198,1,'barkleyi@airmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(156,46,1,'aolsen-barkley35@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),(157,193,1,'jh.olsen-barkley1@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(158,88,1,'parker.kathlyn15@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(159,99,1,'parker.valene@airmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(160,99,1,'parkerv@sample.biz',0,0,0,0,NULL,NULL,NULL,NULL),(161,122,1,'terry-roberts.ray@infomail.org',1,0,0,0,NULL,NULL,NULL,NULL),(162,81,1,'lroberts@mymail.net',1,0,0,0,NULL,NULL,NULL,NULL),(163,81,1,'roberts.lashawnda@notmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(164,40,1,'nicoler@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL),(165,69,3,'contact@rowlettdevelopment.org',1,0,0,0,NULL,NULL,NULL,NULL),(166,178,2,'samsona@rowlettdevelopment.org',0,0,0,0,NULL,NULL,NULL,NULL),(167,138,3,'sales@sevilleartsfund.org',1,0,0,0,NULL,NULL,NULL,NULL),(168,97,3,'sales@ncmusicacademy.org',1,0,0,0,NULL,NULL,NULL,NULL),(169,179,2,'jensen.ashlie87@ncmusicacademy.org',0,0,0,0,NULL,NULL,NULL,NULL),(170,148,3,'service@globalartsassociation.org',1,0,0,0,NULL,NULL,NULL,NULL),(171,189,2,'adamsd@globalartsassociation.org',1,0,0,0,NULL,NULL,NULL,NULL),(172,17,3,'feedback@virginiatechnology.org',1,0,0,0,NULL,NULL,NULL,NULL),(173,199,3,'info@washingtonnetwork.org',1,0,0,0,NULL,NULL,NULL,NULL),(174,18,2,'nicolep@washingtonnetwork.org',0,0,0,0,NULL,NULL,NULL,NULL),(175,101,3,'feedback@georgetowncollective.org',1,0,0,0,NULL,NULL,NULL,NULL),(176,38,2,'ls.bachman@georgetowncollective.org',1,0,0,0,NULL,NULL,NULL,NULL),(177,74,3,'info@vnenvironmentalassociation.org',1,0,0,0,NULL,NULL,NULL,NULL),(178,41,2,'leeb@vnenvironmentalassociation.org',0,0,0,0,NULL,NULL,NULL,NULL),(179,195,3,'info@dowlencollective.org',1,0,0,0,NULL,NULL,NULL,NULL),(180,128,2,'@dowlencollective.org',0,0,0,0,NULL,NULL,NULL,NULL),(181,102,3,'sales@nebraskaservices.org',1,0,0,0,NULL,NULL,NULL,NULL),(182,33,2,'parkert@nebraskaservices.org',1,0,0,0,NULL,NULL,NULL,NULL),(183,146,3,'contact@boonevillecollective.org',1,0,0,0,NULL,NULL,NULL,NULL),(184,142,2,'mariai@boonevillecollective.org',0,0,0,0,NULL,NULL,NULL,NULL),(185,109,3,'service@greenfund.org',1,0,0,0,NULL,NULL,NULL,NULL),(186,54,3,'sales@maplecenter.org',1,0,0,0,NULL,NULL,NULL,NULL),(187,95,2,'wilsona29@maplecenter.org',0,0,0,0,NULL,NULL,NULL,NULL),(188,80,3,'feedback@maplepoetryassociation.org',1,0,0,0,NULL,NULL,NULL,NULL),(189,52,2,'samson-adams.allen84@maplepoetryassociation.org',0,0,0,0,NULL,NULL,NULL,NULL),(190,25,3,'feedback@progressiveculture.org',1,0,0,0,NULL,NULL,NULL,NULL),(191,67,3,'info@friendssolutions.org',1,0,0,0,NULL,NULL,NULL,NULL),(192,155,2,'@friendssolutions.org',0,0,0,0,NULL,NULL,NULL,NULL),(193,185,3,'service@progressivefellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),(194,159,2,'kathleenroberts@progressivefellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),(195,NULL,1,'development@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(196,NULL,1,'tournaments@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(197,NULL,1,'celebration@example.org',0,0,0,0,NULL,NULL,NULL,NULL); +INSERT INTO `civicrm_email` (`id`, `contact_id`, `location_type_id`, `email`, `is_primary`, `is_billing`, `on_hold`, `is_bulkmail`, `hold_date`, `reset_date`, `signature_text`, `signature_html`) VALUES (1,1,1,'fixme.domainemail@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(2,48,1,'miguelpatel54@infomail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(3,121,1,'adams.s.alexia@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(4,121,1,'adamsa1@infomail.org',0,0,0,0,NULL,NULL,NULL,NULL),(5,52,1,'lincolnw31@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(6,76,1,'billysamson65@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(7,62,1,'bjacobs74@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(8,77,1,'mariadaz@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(9,77,1,'daz.maria@sample.com',0,0,0,0,NULL,NULL,NULL,NULL),(10,150,1,'wilson.justina65@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),(11,90,1,'samson.e.shad@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(12,78,1,'bachman.r.bryon57@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),(13,78,1,'bryonb@fishmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(14,164,1,'fk.blackwell17@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL),(15,164,1,'blackwell.felisha@testing.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(16,87,1,'kennyzope@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(17,87,1,'zopek74@testmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(18,8,1,'rolandob@mymail.com',1,0,0,0,NULL,NULL,NULL,NULL),(19,12,1,'samsona73@mymail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(20,191,1,'tanyas@infomail.info',1,0,0,0,NULL,NULL,NULL,NULL),(21,171,1,'lawerenceterrell@notmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(22,160,1,'justinap@sample.org',1,0,0,0,NULL,NULL,NULL,NULL),(23,160,1,'justinap21@mymail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(24,30,1,'bachman.iris10@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(25,30,1,'bachmani27@testmail.info',0,0,0,0,NULL,NULL,NULL,NULL),(26,142,1,'jonesm@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(27,99,1,'kennysmith22@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),(28,99,1,'kennysmith1@fakemail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(29,111,1,'terry.damaris@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(30,111,1,'terryd60@notmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(31,72,1,'daz.damaris12@testing.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(32,168,1,'yadav.santina@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(33,168,1,'santinay@sample.info',0,0,0,0,NULL,NULL,NULL,NULL),(34,44,1,'barkleyb@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),(35,82,1,'jacksonp@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(36,82,1,'jprentice@fishmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(37,127,1,'meid66@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(38,199,1,'bernadetteadams45@lol.info',1,0,0,0,NULL,NULL,NULL,NULL),(39,199,1,'adamsb@fakemail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(40,200,1,'asmith51@infomail.org',1,0,0,0,NULL,NULL,NULL,NULL),(41,200,1,'smith.alexia@fakemail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(42,186,1,'daz.tanya60@example.info',1,0,0,0,NULL,NULL,NULL,NULL),(43,186,1,'tanyad50@airmail.info',0,0,0,0,NULL,NULL,NULL,NULL),(44,119,1,'jeromeblackwell@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),(45,151,1,'wattson.brzczysaw55@testing.net',1,0,0,0,NULL,NULL,NULL,NULL),(46,57,1,'mcreynolds.sharyn33@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(47,179,1,'mgonzlez94@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(48,2,1,'ti.blackwell@testing.info',1,0,0,0,NULL,NULL,NULL,NULL),(49,2,1,'blackwell.troy@notmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(50,22,1,'brigettenielsen@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL),(51,22,1,'nielsen.k.brigette@lol.net',0,0,0,0,NULL,NULL,NULL,NULL),(52,144,1,'norrislee@mymail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(53,158,1,'alidaa@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),(54,158,1,'alidaa@example.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(55,27,1,'ivanovs@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),(56,27,1,'ivanov.g.santina94@testing.net',0,0,0,0,NULL,NULL,NULL,NULL),(57,154,1,'ashleydimitrov77@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),(58,101,1,'rw.daz32@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(59,101,1,'daz.rebekah10@testing.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(60,51,1,'tadams@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(61,51,1,'adamst26@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(62,159,1,'terrellt50@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(63,159,1,'teresaterrell1@spamalot.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(64,141,1,'margaretj@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(65,141,1,'jonesm11@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(66,98,1,'bnielsen@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(67,98,1,'nielsen.bryon@mymail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(68,46,1,'shermani@testmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(69,100,1,'wagner.alexia@airmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(70,21,1,'meganw29@lol.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(71,21,1,'mt.wilson@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(72,163,1,'kathleenp@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(73,41,1,'barkley.h.elizabeth78@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(74,128,1,'sonnyl@infomail.info',1,0,0,0,NULL,NULL,NULL,NULL),(75,174,1,'jameson.miguel@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(76,120,1,'andrewsamson@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(77,120,1,'samsona@sample.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(78,85,1,'wilson.nicole95@sample.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(79,85,1,'wilson.nicole@mymail.org',0,0,0,0,NULL,NULL,NULL,NULL),(80,80,1,'yadavv@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(81,169,1,'jeromed@fakemail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(82,130,1,'ashleyc9@airmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(83,55,1,'terrellj1@lol.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(84,55,1,'juliannt@lol.biz',0,0,0,0,NULL,NULL,NULL,NULL),(85,35,1,'ssmith43@testing.com',1,0,0,0,NULL,NULL,NULL,NULL),(86,35,1,'smith.scarlet4@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(87,108,1,'blackwell.bryon@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),(88,108,1,'bryonblackwell@lol.info',0,0,0,0,NULL,NULL,NULL,NULL),(89,34,1,'blackwell.b.scott@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(90,34,1,'blackwells@lol.com',0,0,0,0,NULL,NULL,NULL,NULL),(91,201,1,'herminiajameson84@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(92,126,1,'carlosj58@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),(93,103,1,'bobp@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(94,103,1,'prentice.bob34@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(95,176,1,'aprentice73@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(96,176,1,'alexiap58@spamalot.info',0,0,0,0,NULL,NULL,NULL,NULL),(97,29,1,'parker.d.laree@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),(98,69,1,'sonnygrant-parker82@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(99,69,1,'grant-parker.sonny56@testing.org',0,0,0,0,NULL,NULL,NULL,NULL),(100,125,1,'magang@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(101,125,1,'magangrant-parker86@infomail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(102,162,1,'cooper.s.troy@lol.net',1,0,0,0,NULL,NULL,NULL,NULL),(103,195,1,'cooperv20@testmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(104,195,1,'valenec90@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(105,84,1,'cooper.h.bernadette@example.net',1,0,0,0,NULL,NULL,NULL,NULL),(106,84,1,'cooper.h.bernadette2@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(107,19,1,'shadi@testmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(108,19,1,'shadi@spamalot.net',0,0,0,0,NULL,NULL,NULL,NULL),(109,37,1,'wagner.bernadette@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(110,75,1,'mr.ivanov-wagner@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(111,75,1,'ivanov-wagner.maria@example.com',0,0,0,0,NULL,NULL,NULL,NULL),(112,54,1,'cooper.w.kenny@airmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(113,137,1,'grant-cooper.elina48@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(114,137,1,'grant-coopere@testmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(115,31,1,'sc.cooper41@fishmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(116,31,1,'shaunac@notmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(117,133,1,'tgonzlez@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL),(118,70,1,'yadav-gonzlez.f.brzczysaw13@testing.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(119,156,1,'yadav-gonzlez.craig91@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(120,156,1,'yadav-gonzlez.g.craig86@sample.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(121,50,1,'sonnyt41@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(122,146,1,'eterry@infomail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(123,92,1,'bterry@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(124,181,1,'meganprentice@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(125,28,1,'bachman-prentices97@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),(126,122,1,'mller.lincoln@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(127,60,1,'mller.bob40@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(128,60,1,'mller.bob4@lol.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(129,118,1,'mllerb@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(130,86,1,'sonnys33@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(131,102,1,'smith.elina@sample.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(132,102,1,'elinas21@testing.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(133,180,1,'smith.scarlet@infomail.com',1,0,0,0,NULL,NULL,NULL,NULL),(134,180,1,'su.smith@notmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(135,153,1,'brzczysawsmith@testing.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(136,157,1,'allencruz16@fishmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(137,110,1,'cruza54@notmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(138,81,1,'iveyc@example.net',1,0,0,0,NULL,NULL,NULL,NULL),(139,81,1,'cruzi@spamalot.net',0,0,0,0,NULL,NULL,NULL,NULL),(140,172,1,'ashleyd92@notmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(141,147,1,'cruz.e.sharyn78@sample.net',1,0,0,0,NULL,NULL,NULL,NULL),(142,147,1,'sharync@spamalot.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(143,73,1,'jinad@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(144,73,1,'daz-cruzj4@airmail.net',0,0,0,0,NULL,NULL,NULL,NULL),(145,123,1,'jones.scarlet@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(146,182,1,'bz.jones@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(147,182,1,'brzczysawj44@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(148,53,1,'jones.p.arlyne@fishmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(149,43,1,'msamson@airmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(150,83,1,'samsonk@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(151,83,1,'kp.samson14@fishmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(152,188,1,'samson.j.josefa24@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(153,188,1,'jj.samson@infomail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(154,94,1,'lsamson30@spamalot.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(155,94,1,'samsonl51@testmail.info',0,0,0,0,NULL,NULL,NULL,NULL),(156,190,1,'santinal4@fishmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(157,190,1,'santinal@fishmail.com',0,0,0,0,NULL,NULL,NULL,NULL),(158,25,1,'kf.wilson31@mymail.net',1,0,0,0,NULL,NULL,NULL,NULL),(159,47,1,'valenes@infomail.info',1,0,0,0,NULL,NULL,NULL,NULL),(160,47,1,'valenesmith-wilson@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(161,173,1,'rolandw@spamalot.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(162,10,1,'rwilson@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),(163,10,1,'wilson.rodrigo@infomail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(164,79,1,'estaadams59@fishmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(165,79,1,'eadams@example.biz',0,0,0,0,NULL,NULL,NULL,NULL),(166,106,1,'magana@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(167,106,1,'adams.magan@testing.net',0,0,0,0,NULL,NULL,NULL,NULL),(168,193,1,'adams.shauna49@infomail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(169,97,1,'jadams@example.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(170,11,1,'patel.maria@spamalot.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(171,11,1,'mariap73@notmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(172,68,1,'cruz-patel.v.merrie89@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(173,68,1,'merriec@infomail.com',0,0,0,0,NULL,NULL,NULL,NULL),(174,192,3,'sales@houlkaservices.org',1,0,0,0,NULL,NULL,NULL,NULL),(175,72,2,'dq.daz29@houlkaservices.org',0,0,0,0,NULL,NULL,NULL,NULL),(176,197,3,'contact@unitedpoetryservices.org',1,0,0,0,NULL,NULL,NULL,NULL),(177,194,3,'service@sahealthinitiative.org',1,0,0,0,NULL,NULL,NULL,NULL),(178,116,3,'sales@russelltechnology.org',1,0,0,0,NULL,NULL,NULL,NULL),(179,181,2,'.12@russelltechnology.org',0,0,0,0,NULL,NULL,NULL,NULL),(180,114,3,'info@volantarts.org',1,0,0,0,NULL,NULL,NULL,NULL),(181,22,2,'nielsen.k.brigette@volantarts.org',0,0,0,0,NULL,NULL,NULL,NULL),(182,71,3,'info@lanhammusic.org',1,0,0,0,NULL,NULL,NULL,NULL),(183,175,3,'feedback@gjagriculturecollective.org',1,0,0,0,NULL,NULL,NULL,NULL),(184,121,2,'adams.alexia29@gjagriculturecollective.org',0,0,0,0,NULL,NULL,NULL,NULL),(185,161,3,'service@progressiveacademy.org',1,0,0,0,NULL,NULL,NULL,NULL),(186,120,2,'81@progressiveacademy.org',0,0,0,0,NULL,NULL,NULL,NULL),(187,5,3,'contact@dowlenfood.org',1,0,0,0,NULL,NULL,NULL,NULL),(188,193,2,'shaunaa@dowlenfood.org',0,0,0,0,NULL,NULL,NULL,NULL),(189,167,3,'contact@freeburnliteracypartners.org',1,0,0,0,NULL,NULL,NULL,NULL),(190,110,2,'cruz.ashley70@freeburnliteracypartners.org',0,0,0,0,NULL,NULL,NULL,NULL),(191,166,3,'feedback@creativepeacefund.org',1,0,0,0,NULL,NULL,NULL,NULL),(192,86,2,'76@creativepeacefund.org',0,0,0,0,NULL,NULL,NULL,NULL),(193,13,3,'service@indianaaction.org',1,0,0,0,NULL,NULL,NULL,NULL),(194,184,2,'deforests99@indianaaction.org',1,0,0,0,NULL,NULL,NULL,NULL),(195,7,3,'info@friendssustainability.org',1,0,0,0,NULL,NULL,NULL,NULL),(196,102,2,'elinasmith@friendssustainability.org',0,0,0,0,NULL,NULL,NULL,NULL),(197,42,3,'contact@bayfamilyassociation.org',1,0,0,0,NULL,NULL,NULL,NULL),(198,118,2,'bobmller@bayfamilyassociation.org',0,0,0,0,NULL,NULL,NULL,NULL),(199,95,3,'service@lincolnsoftwarecenter.org',1,0,0,0,NULL,NULL,NULL,NULL),(200,131,2,'granti30@lincolnsoftwarecenter.org',1,0,0,0,NULL,NULL,NULL,NULL),(201,74,3,'contact@texascenter.org',1,0,0,0,NULL,NULL,NULL,NULL),(202,201,2,'jameson.a.herminia39@texascenter.org',0,0,0,0,NULL,NULL,NULL,NULL),(203,NULL,1,'development@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(204,NULL,1,'tournaments@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(205,NULL,1,'celebration@example.org',0,0,0,0,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_email` ENABLE KEYS */; UNLOCK TABLES; @@ -430,7 +430,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_entity_financial_trxn` WRITE; /*!40000 ALTER TABLE `civicrm_entity_financial_trxn` DISABLE KEYS */; -INSERT INTO `civicrm_entity_financial_trxn` (`id`, `entity_table`, `entity_id`, `financial_trxn_id`, `amount`) VALUES (1,'civicrm_contribution',1,1,125.00),(2,'civicrm_financial_item',1,1,125.00),(3,'civicrm_contribution',2,2,50.00),(4,'civicrm_financial_item',2,2,50.00),(5,'civicrm_contribution',3,3,25.00),(6,'civicrm_financial_item',3,3,25.00),(7,'civicrm_contribution',4,4,50.00),(8,'civicrm_financial_item',4,4,50.00),(9,'civicrm_contribution',5,5,500.00),(10,'civicrm_financial_item',5,5,500.00),(11,'civicrm_contribution',6,6,175.00),(12,'civicrm_financial_item',6,6,175.00),(13,'civicrm_contribution',7,7,50.00),(14,'civicrm_financial_item',7,7,50.00),(15,'civicrm_contribution',8,8,10.00),(16,'civicrm_financial_item',8,8,10.00),(17,'civicrm_contribution',9,9,250.00),(18,'civicrm_financial_item',9,9,250.00),(19,'civicrm_contribution',10,10,500.00),(20,'civicrm_financial_item',10,10,500.00),(21,'civicrm_contribution',11,11,200.00),(22,'civicrm_financial_item',11,11,200.00),(23,'civicrm_contribution',12,12,200.00),(24,'civicrm_financial_item',12,12,200.00),(25,'civicrm_contribution',13,13,200.00),(26,'civicrm_financial_item',13,13,200.00),(27,'civicrm_contribution',14,14,100.00),(28,'civicrm_financial_item',14,14,100.00),(29,'civicrm_contribution',16,15,100.00),(30,'civicrm_financial_item',15,15,100.00),(31,'civicrm_contribution',18,16,100.00),(32,'civicrm_financial_item',16,16,100.00),(33,'civicrm_contribution',20,17,100.00),(34,'civicrm_financial_item',17,17,100.00),(35,'civicrm_contribution',22,18,100.00),(36,'civicrm_financial_item',18,18,100.00),(37,'civicrm_contribution',26,19,100.00),(38,'civicrm_financial_item',19,19,100.00),(39,'civicrm_contribution',28,20,100.00),(40,'civicrm_financial_item',20,20,100.00),(41,'civicrm_contribution',30,21,100.00),(42,'civicrm_financial_item',21,21,100.00),(43,'civicrm_contribution',32,22,100.00),(44,'civicrm_financial_item',22,22,100.00),(45,'civicrm_contribution',34,23,100.00),(46,'civicrm_financial_item',23,23,100.00),(47,'civicrm_contribution',36,24,100.00),(48,'civicrm_financial_item',24,24,100.00),(49,'civicrm_contribution',40,25,100.00),(50,'civicrm_financial_item',25,25,100.00),(51,'civicrm_contribution',42,26,100.00),(52,'civicrm_financial_item',26,26,100.00),(53,'civicrm_contribution',15,27,50.00),(54,'civicrm_financial_item',27,27,50.00),(55,'civicrm_contribution',17,28,50.00),(56,'civicrm_financial_item',28,28,50.00),(57,'civicrm_contribution',19,29,50.00),(58,'civicrm_financial_item',29,29,50.00),(59,'civicrm_contribution',21,30,50.00),(60,'civicrm_financial_item',30,30,50.00),(61,'civicrm_contribution',23,31,50.00),(62,'civicrm_financial_item',31,31,50.00),(63,'civicrm_contribution',25,32,50.00),(64,'civicrm_financial_item',32,32,50.00),(65,'civicrm_contribution',27,33,50.00),(66,'civicrm_financial_item',33,33,50.00),(67,'civicrm_contribution',29,34,50.00),(68,'civicrm_financial_item',34,34,50.00),(69,'civicrm_contribution',31,35,50.00),(70,'civicrm_financial_item',35,35,50.00),(71,'civicrm_contribution',33,36,50.00),(72,'civicrm_financial_item',36,36,50.00),(73,'civicrm_contribution',37,37,50.00),(74,'civicrm_financial_item',37,37,50.00),(75,'civicrm_contribution',38,38,50.00),(76,'civicrm_financial_item',38,38,50.00),(77,'civicrm_contribution',39,39,50.00),(78,'civicrm_financial_item',39,39,50.00),(79,'civicrm_contribution',41,40,50.00),(80,'civicrm_financial_item',40,40,50.00),(81,'civicrm_contribution',43,41,50.00),(82,'civicrm_financial_item',41,41,50.00),(83,'civicrm_contribution',24,42,1200.00),(84,'civicrm_financial_item',42,42,1200.00),(85,'civicrm_contribution',35,43,1200.00),(86,'civicrm_financial_item',43,43,1200.00),(87,'civicrm_contribution',91,44,50.00),(88,'civicrm_financial_item',44,44,50.00),(89,'civicrm_contribution',88,45,50.00),(90,'civicrm_financial_item',45,45,50.00),(91,'civicrm_contribution',70,46,50.00),(92,'civicrm_financial_item',46,46,50.00),(93,'civicrm_contribution',59,47,50.00),(94,'civicrm_financial_item',47,47,50.00),(95,'civicrm_contribution',64,48,50.00),(96,'civicrm_financial_item',48,48,50.00),(97,'civicrm_contribution',74,49,50.00),(98,'civicrm_financial_item',49,49,50.00),(99,'civicrm_contribution',58,50,50.00),(100,'civicrm_financial_item',50,50,50.00),(101,'civicrm_contribution',53,51,50.00),(102,'civicrm_financial_item',51,51,50.00),(103,'civicrm_contribution',85,52,50.00),(104,'civicrm_financial_item',52,52,50.00),(105,'civicrm_contribution',57,53,50.00),(106,'civicrm_financial_item',53,53,50.00),(107,'civicrm_contribution',84,54,50.00),(108,'civicrm_financial_item',54,54,50.00),(109,'civicrm_contribution',77,55,50.00),(110,'civicrm_financial_item',55,55,50.00),(111,'civicrm_contribution',92,56,50.00),(112,'civicrm_financial_item',56,56,50.00),(113,'civicrm_contribution',71,57,50.00),(114,'civicrm_financial_item',57,57,50.00),(115,'civicrm_contribution',68,58,50.00),(116,'civicrm_financial_item',58,58,50.00),(117,'civicrm_contribution',61,59,50.00),(118,'civicrm_financial_item',59,59,50.00),(119,'civicrm_contribution',75,60,800.00),(120,'civicrm_financial_item',60,60,800.00),(121,'civicrm_contribution',90,61,800.00),(122,'civicrm_financial_item',61,61,800.00),(123,'civicrm_contribution',54,62,800.00),(124,'civicrm_financial_item',62,62,800.00),(125,'civicrm_contribution',81,63,800.00),(126,'civicrm_financial_item',63,63,800.00),(127,'civicrm_contribution',78,64,800.00),(128,'civicrm_financial_item',64,64,800.00),(129,'civicrm_contribution',67,65,800.00),(130,'civicrm_financial_item',65,65,800.00),(131,'civicrm_contribution',73,66,800.00),(132,'civicrm_financial_item',66,66,800.00),(133,'civicrm_contribution',52,67,800.00),(134,'civicrm_financial_item',67,67,800.00),(135,'civicrm_contribution',93,68,800.00),(136,'civicrm_financial_item',68,68,800.00),(137,'civicrm_contribution',51,69,800.00),(138,'civicrm_financial_item',69,69,800.00),(139,'civicrm_contribution',50,70,800.00),(140,'civicrm_financial_item',70,70,800.00),(141,'civicrm_contribution',72,71,800.00),(142,'civicrm_financial_item',71,71,800.00),(143,'civicrm_contribution',69,72,800.00),(144,'civicrm_financial_item',72,72,800.00),(145,'civicrm_contribution',49,73,800.00),(146,'civicrm_financial_item',73,73,800.00),(147,'civicrm_contribution',48,74,800.00),(148,'civicrm_financial_item',74,74,800.00),(149,'civicrm_contribution',82,75,800.00),(150,'civicrm_financial_item',75,75,800.00),(151,'civicrm_contribution',87,76,800.00),(152,'civicrm_financial_item',76,76,800.00),(153,'civicrm_contribution',66,77,800.00),(154,'civicrm_financial_item',77,77,800.00),(155,'civicrm_contribution',80,78,50.00),(156,'civicrm_financial_item',78,78,50.00),(157,'civicrm_contribution',86,79,50.00),(158,'civicrm_financial_item',79,79,50.00),(159,'civicrm_contribution',83,80,50.00),(160,'civicrm_financial_item',80,80,50.00),(161,'civicrm_contribution',62,81,50.00),(162,'civicrm_financial_item',81,81,50.00),(163,'civicrm_contribution',79,82,50.00),(164,'civicrm_financial_item',82,82,50.00),(165,'civicrm_contribution',94,83,50.00),(166,'civicrm_financial_item',83,83,50.00),(167,'civicrm_contribution',46,84,50.00),(168,'civicrm_financial_item',84,84,50.00),(169,'civicrm_contribution',76,85,50.00),(170,'civicrm_financial_item',85,85,50.00),(171,'civicrm_contribution',89,86,50.00),(172,'civicrm_financial_item',86,86,50.00),(173,'civicrm_contribution',45,87,50.00),(174,'civicrm_financial_item',87,87,50.00),(175,'civicrm_contribution',55,88,50.00),(176,'civicrm_financial_item',88,88,50.00),(177,'civicrm_contribution',60,89,50.00),(178,'civicrm_financial_item',89,89,50.00),(179,'civicrm_contribution',56,90,50.00),(180,'civicrm_financial_item',90,90,50.00),(181,'civicrm_contribution',47,91,50.00),(182,'civicrm_financial_item',91,91,50.00),(183,'civicrm_contribution',63,92,50.00),(184,'civicrm_financial_item',92,92,50.00),(185,'civicrm_contribution',65,93,50.00),(186,'civicrm_financial_item',93,93,50.00); +INSERT INTO `civicrm_entity_financial_trxn` (`id`, `entity_table`, `entity_id`, `financial_trxn_id`, `amount`) VALUES (1,'civicrm_contribution',1,1,125.00),(2,'civicrm_financial_item',1,1,125.00),(3,'civicrm_contribution',2,2,50.00),(4,'civicrm_financial_item',2,2,50.00),(5,'civicrm_contribution',3,3,25.00),(6,'civicrm_financial_item',3,3,25.00),(7,'civicrm_contribution',4,4,50.00),(8,'civicrm_financial_item',4,4,50.00),(9,'civicrm_contribution',5,5,500.00),(10,'civicrm_financial_item',5,5,500.00),(11,'civicrm_contribution',6,6,175.00),(12,'civicrm_financial_item',6,6,175.00),(13,'civicrm_contribution',7,7,50.00),(14,'civicrm_financial_item',7,7,50.00),(15,'civicrm_contribution',8,8,10.00),(16,'civicrm_financial_item',8,8,10.00),(17,'civicrm_contribution',9,9,250.00),(18,'civicrm_financial_item',9,9,250.00),(19,'civicrm_contribution',10,10,500.00),(20,'civicrm_financial_item',10,10,500.00),(21,'civicrm_contribution',11,11,200.00),(22,'civicrm_financial_item',11,11,200.00),(23,'civicrm_contribution',12,12,200.00),(24,'civicrm_financial_item',12,12,200.00),(25,'civicrm_contribution',13,13,200.00),(26,'civicrm_financial_item',13,13,200.00),(27,'civicrm_contribution',14,14,100.00),(28,'civicrm_financial_item',14,14,100.00),(29,'civicrm_contribution',16,15,100.00),(30,'civicrm_financial_item',15,15,100.00),(31,'civicrm_contribution',18,16,100.00),(32,'civicrm_financial_item',16,16,100.00),(33,'civicrm_contribution',20,17,100.00),(34,'civicrm_financial_item',17,17,100.00),(35,'civicrm_contribution',22,18,100.00),(36,'civicrm_financial_item',18,18,100.00),(37,'civicrm_contribution',23,19,100.00),(38,'civicrm_financial_item',19,19,100.00),(39,'civicrm_contribution',26,20,100.00),(40,'civicrm_financial_item',20,20,100.00),(41,'civicrm_contribution',30,21,100.00),(42,'civicrm_financial_item',21,21,100.00),(43,'civicrm_contribution',32,22,100.00),(44,'civicrm_financial_item',22,22,100.00),(45,'civicrm_contribution',33,23,100.00),(46,'civicrm_financial_item',23,23,100.00),(47,'civicrm_contribution',34,24,100.00),(48,'civicrm_financial_item',24,24,100.00),(49,'civicrm_contribution',36,25,100.00),(50,'civicrm_financial_item',25,25,100.00),(51,'civicrm_contribution',38,26,100.00),(52,'civicrm_financial_item',26,26,100.00),(53,'civicrm_contribution',40,27,100.00),(54,'civicrm_financial_item',27,27,100.00),(55,'civicrm_contribution',42,28,100.00),(56,'civicrm_financial_item',28,28,100.00),(57,'civicrm_contribution',15,29,50.00),(58,'civicrm_financial_item',29,29,50.00),(59,'civicrm_contribution',17,30,50.00),(60,'civicrm_financial_item',30,30,50.00),(61,'civicrm_contribution',19,31,50.00),(62,'civicrm_financial_item',31,31,50.00),(63,'civicrm_contribution',21,32,50.00),(64,'civicrm_financial_item',32,32,50.00),(65,'civicrm_contribution',25,33,50.00),(66,'civicrm_financial_item',33,33,50.00),(67,'civicrm_contribution',27,34,50.00),(68,'civicrm_financial_item',34,34,50.00),(69,'civicrm_contribution',28,35,50.00),(70,'civicrm_financial_item',35,35,50.00),(71,'civicrm_contribution',29,36,50.00),(72,'civicrm_financial_item',36,36,50.00),(73,'civicrm_contribution',31,37,50.00),(74,'civicrm_financial_item',37,37,50.00),(75,'civicrm_contribution',37,38,50.00),(76,'civicrm_financial_item',38,38,50.00),(77,'civicrm_contribution',39,39,50.00),(78,'civicrm_financial_item',39,39,50.00),(79,'civicrm_contribution',41,40,50.00),(80,'civicrm_financial_item',40,40,50.00),(81,'civicrm_contribution',43,41,50.00),(82,'civicrm_financial_item',41,41,50.00),(83,'civicrm_contribution',24,42,1200.00),(84,'civicrm_financial_item',42,42,1200.00),(85,'civicrm_contribution',35,43,1200.00),(86,'civicrm_financial_item',43,43,1200.00),(87,'civicrm_contribution',64,44,50.00),(88,'civicrm_financial_item',44,44,50.00),(89,'civicrm_contribution',53,45,50.00),(90,'civicrm_financial_item',45,45,50.00),(91,'civicrm_contribution',54,46,50.00),(92,'civicrm_financial_item',46,46,50.00),(93,'civicrm_contribution',80,47,50.00),(94,'civicrm_financial_item',47,47,50.00),(95,'civicrm_contribution',66,48,50.00),(96,'civicrm_financial_item',48,48,50.00),(97,'civicrm_contribution',77,49,50.00),(98,'civicrm_financial_item',49,49,50.00),(99,'civicrm_contribution',60,50,50.00),(100,'civicrm_financial_item',50,50,50.00),(101,'civicrm_contribution',56,51,50.00),(102,'civicrm_financial_item',51,51,50.00),(103,'civicrm_contribution',82,52,50.00),(104,'civicrm_financial_item',52,52,50.00),(105,'civicrm_contribution',86,53,50.00),(106,'civicrm_financial_item',53,53,50.00),(107,'civicrm_contribution',72,54,50.00),(108,'civicrm_financial_item',54,54,50.00),(109,'civicrm_contribution',71,55,50.00),(110,'civicrm_financial_item',55,55,50.00),(111,'civicrm_contribution',84,56,50.00),(112,'civicrm_financial_item',56,56,50.00),(113,'civicrm_contribution',90,57,50.00),(114,'civicrm_financial_item',57,57,50.00),(115,'civicrm_contribution',93,58,50.00),(116,'civicrm_financial_item',58,58,50.00),(117,'civicrm_contribution',65,59,50.00),(118,'civicrm_financial_item',59,59,50.00),(119,'civicrm_contribution',46,60,800.00),(120,'civicrm_financial_item',60,60,800.00),(121,'civicrm_contribution',57,61,800.00),(122,'civicrm_financial_item',61,61,800.00),(123,'civicrm_contribution',78,62,800.00),(124,'civicrm_financial_item',62,62,800.00),(125,'civicrm_contribution',63,63,800.00),(126,'civicrm_financial_item',63,63,800.00),(127,'civicrm_contribution',79,64,800.00),(128,'civicrm_financial_item',64,64,800.00),(129,'civicrm_contribution',70,65,800.00),(130,'civicrm_financial_item',65,65,800.00),(131,'civicrm_contribution',58,66,800.00),(132,'civicrm_financial_item',66,66,800.00),(133,'civicrm_contribution',76,67,800.00),(134,'civicrm_financial_item',67,67,800.00),(135,'civicrm_contribution',47,68,800.00),(136,'civicrm_financial_item',68,68,800.00),(137,'civicrm_contribution',62,69,800.00),(138,'civicrm_financial_item',69,69,800.00),(139,'civicrm_contribution',69,70,800.00),(140,'civicrm_financial_item',70,70,800.00),(141,'civicrm_contribution',89,71,800.00),(142,'civicrm_financial_item',71,71,800.00),(143,'civicrm_contribution',94,72,800.00),(144,'civicrm_financial_item',72,72,800.00),(145,'civicrm_contribution',88,73,800.00),(146,'civicrm_financial_item',73,73,800.00),(147,'civicrm_contribution',91,74,800.00),(148,'civicrm_financial_item',74,74,800.00),(149,'civicrm_contribution',85,75,800.00),(150,'civicrm_financial_item',75,75,800.00),(151,'civicrm_contribution',75,76,800.00),(152,'civicrm_financial_item',76,76,800.00),(153,'civicrm_contribution',48,77,800.00),(154,'civicrm_financial_item',77,77,800.00),(155,'civicrm_contribution',87,78,50.00),(156,'civicrm_financial_item',78,78,50.00),(157,'civicrm_contribution',59,79,50.00),(158,'civicrm_financial_item',79,79,50.00),(159,'civicrm_contribution',49,80,50.00),(160,'civicrm_financial_item',80,80,50.00),(161,'civicrm_contribution',68,81,50.00),(162,'civicrm_financial_item',81,81,50.00),(163,'civicrm_contribution',50,82,50.00),(164,'civicrm_financial_item',82,82,50.00),(165,'civicrm_contribution',51,83,50.00),(166,'civicrm_financial_item',83,83,50.00),(167,'civicrm_contribution',83,84,50.00),(168,'civicrm_financial_item',84,84,50.00),(169,'civicrm_contribution',92,85,50.00),(170,'civicrm_financial_item',85,85,50.00),(171,'civicrm_contribution',73,86,50.00),(172,'civicrm_financial_item',86,86,50.00),(173,'civicrm_contribution',81,87,50.00),(174,'civicrm_financial_item',87,87,50.00),(175,'civicrm_contribution',52,88,50.00),(176,'civicrm_financial_item',88,88,50.00),(177,'civicrm_contribution',74,89,50.00),(178,'civicrm_financial_item',89,89,50.00),(179,'civicrm_contribution',45,90,50.00),(180,'civicrm_financial_item',90,90,50.00),(181,'civicrm_contribution',61,91,50.00),(182,'civicrm_financial_item',91,91,50.00),(183,'civicrm_contribution',67,92,50.00),(184,'civicrm_financial_item',92,92,50.00),(185,'civicrm_contribution',55,93,50.00),(186,'civicrm_financial_item',93,93,50.00); /*!40000 ALTER TABLE `civicrm_entity_financial_trxn` ENABLE KEYS */; UNLOCK TABLES; @@ -440,7 +440,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_entity_tag` WRITE; /*!40000 ALTER TABLE `civicrm_entity_tag` DISABLE KEYS */; -INSERT INTO `civicrm_entity_tag` (`id`, `entity_table`, `entity_id`, `tag_id`) VALUES (70,'civicrm_contact',2,4),(57,'civicrm_contact',4,4),(13,'civicrm_contact',5,5),(104,'civicrm_contact',6,4),(105,'civicrm_contact',6,5),(99,'civicrm_contact',8,5),(77,'civicrm_contact',9,4),(78,'civicrm_contact',9,5),(12,'civicrm_contact',11,5),(6,'civicrm_contact',13,1),(15,'civicrm_contact',15,4),(16,'civicrm_contact',15,5),(24,'civicrm_contact',18,4),(25,'civicrm_contact',18,5),(73,'civicrm_contact',22,5),(110,'civicrm_contact',24,4),(111,'civicrm_contact',24,5),(97,'civicrm_contact',27,4),(98,'civicrm_contact',27,5),(20,'civicrm_contact',28,5),(21,'civicrm_contact',29,5),(64,'civicrm_contact',32,5),(112,'civicrm_contact',33,4),(113,'civicrm_contact',33,5),(76,'civicrm_contact',34,5),(45,'civicrm_contact',36,4),(46,'civicrm_contact',36,5),(65,'civicrm_contact',37,4),(50,'civicrm_contact',38,4),(93,'civicrm_contact',42,4),(94,'civicrm_contact',42,5),(66,'civicrm_contact',43,5),(82,'civicrm_contact',45,4),(83,'civicrm_contact',45,5),(109,'civicrm_contact',46,4),(58,'civicrm_contact',47,4),(34,'civicrm_contact',48,4),(35,'civicrm_contact',48,5),(29,'civicrm_contact',49,5),(100,'civicrm_contact',53,4),(32,'civicrm_contact',62,4),(60,'civicrm_contact',66,4),(61,'civicrm_contact',66,5),(10,'civicrm_contact',67,1),(40,'civicrm_contact',68,5),(1,'civicrm_contact',69,2),(53,'civicrm_contact',71,5),(5,'civicrm_contact',74,3),(62,'civicrm_contact',78,4),(63,'civicrm_contact',78,5),(59,'civicrm_contact',79,5),(9,'civicrm_contact',80,2),(115,'civicrm_contact',81,4),(116,'civicrm_contact',81,5),(49,'civicrm_contact',86,5),(11,'civicrm_contact',89,5),(68,'civicrm_contact',90,4),(69,'civicrm_contact',90,5),(74,'civicrm_contact',92,4),(47,'civicrm_contact',95,5),(7,'civicrm_contact',102,1),(75,'civicrm_contact',106,4),(27,'civicrm_contact',108,4),(28,'civicrm_contact',108,5),(8,'civicrm_contact',109,1),(108,'civicrm_contact',118,4),(44,'civicrm_contact',119,5),(89,'civicrm_contact',120,4),(90,'civicrm_contact',120,5),(114,'civicrm_contact',122,5),(38,'civicrm_contact',123,4),(39,'civicrm_contact',123,5),(79,'civicrm_contact',124,4),(18,'civicrm_contact',126,4),(19,'civicrm_contact',126,5),(101,'civicrm_contact',128,4),(103,'civicrm_contact',130,5),(96,'civicrm_contact',131,4),(67,'civicrm_contact',133,5),(17,'civicrm_contact',134,5),(2,'civicrm_contact',138,3),(26,'civicrm_contact',139,4),(71,'civicrm_contact',140,4),(80,'civicrm_contact',141,4),(81,'civicrm_contact',141,5),(36,'civicrm_contact',142,4),(72,'civicrm_contact',143,4),(51,'civicrm_contact',144,4),(52,'civicrm_contact',144,5),(95,'civicrm_contact',145,4),(3,'civicrm_contact',148,3),(91,'civicrm_contact',149,5),(54,'civicrm_contact',150,4),(55,'civicrm_contact',150,5),(22,'civicrm_contact',153,4),(23,'civicrm_contact',153,5),(56,'civicrm_contact',154,5),(102,'civicrm_contact',155,4),(84,'civicrm_contact',156,4),(85,'civicrm_contact',156,5),(37,'civicrm_contact',157,4),(33,'civicrm_contact',160,4),(48,'civicrm_contact',163,4),(86,'civicrm_contact',165,4),(87,'civicrm_contact',165,5),(107,'civicrm_contact',167,4),(41,'civicrm_contact',169,4),(88,'civicrm_contact',172,5),(106,'civicrm_contact',175,4),(14,'civicrm_contact',179,5),(30,'civicrm_contact',180,4),(31,'civicrm_contact',180,5),(92,'civicrm_contact',187,5),(42,'civicrm_contact',188,5),(43,'civicrm_contact',194,4),(4,'civicrm_contact',199,1); +INSERT INTO `civicrm_entity_tag` (`id`, `entity_table`, `entity_id`, `tag_id`) VALUES (42,'civicrm_contact',2,5),(119,'civicrm_contact',11,4),(24,'civicrm_contact',12,4),(25,'civicrm_contact',12,5),(8,'civicrm_contact',13,2),(6,'civicrm_contact',14,2),(85,'civicrm_contact',19,5),(43,'civicrm_contact',22,5),(115,'civicrm_contact',25,4),(28,'civicrm_contact',30,4),(29,'civicrm_contact',30,5),(46,'civicrm_contact',33,4),(47,'civicrm_contact',33,5),(69,'civicrm_contact',35,5),(63,'civicrm_contact',39,4),(64,'civicrm_contact',39,5),(120,'civicrm_contact',40,5),(59,'civicrm_contact',41,4),(9,'civicrm_contact',42,3),(110,'civicrm_contact',43,4),(113,'civicrm_contact',45,4),(114,'civicrm_contact',45,5),(11,'civicrm_contact',48,4),(12,'civicrm_contact',48,5),(93,'civicrm_contact',50,4),(50,'civicrm_contact',51,4),(51,'civicrm_contact',51,5),(13,'civicrm_contact',52,5),(88,'civicrm_contact',54,4),(89,'civicrm_contact',54,5),(62,'civicrm_contact',58,5),(98,'civicrm_contact',60,4),(99,'civicrm_contact',60,5),(14,'civicrm_contact',62,5),(112,'civicrm_contact',64,4),(79,'civicrm_contact',69,4),(80,'civicrm_contact',69,5),(92,'civicrm_contact',70,4),(4,'civicrm_contact',71,1),(106,'civicrm_contact',73,5),(86,'civicrm_contact',75,4),(87,'civicrm_contact',75,5),(117,'civicrm_contact',79,5),(35,'civicrm_contact',82,5),(83,'civicrm_contact',84,4),(84,'civicrm_contact',84,5),(100,'civicrm_contact',86,5),(19,'civicrm_contact',87,4),(20,'civicrm_contact',87,5),(56,'civicrm_contact',93,4),(57,'civicrm_contact',93,5),(54,'civicrm_contact',98,4),(75,'civicrm_contact',103,4),(45,'civicrm_contact',107,4),(70,'civicrm_contact',108,4),(71,'civicrm_contact',108,5),(55,'civicrm_contact',109,4),(104,'civicrm_contact',110,4),(31,'civicrm_contact',111,4),(32,'civicrm_contact',111,5),(58,'civicrm_contact',112,4),(90,'civicrm_contact',115,5),(3,'civicrm_contact',116,2),(97,'civicrm_contact',122,4),(107,'civicrm_contact',123,4),(108,'civicrm_contact',123,5),(96,'civicrm_contact',124,5),(36,'civicrm_contact',127,4),(10,'civicrm_contact',129,2),(68,'civicrm_contact',130,4),(78,'civicrm_contact',131,5),(76,'civicrm_contact',132,4),(77,'civicrm_contact',132,5),(17,'civicrm_contact',134,5),(48,'civicrm_contact',135,4),(49,'civicrm_contact',135,5),(95,'civicrm_contact',136,5),(91,'civicrm_contact',139,5),(72,'civicrm_contact',140,5),(30,'civicrm_contact',142,4),(21,'civicrm_contact',143,5),(1,'civicrm_contact',145,1),(94,'civicrm_contact',146,5),(5,'civicrm_contact',149,3),(15,'civicrm_contact',150,4),(16,'civicrm_contact',150,5),(40,'civicrm_contact',151,4),(103,'civicrm_contact',157,5),(44,'civicrm_contact',158,5),(52,'civicrm_contact',159,4),(53,'civicrm_contact',159,5),(81,'civicrm_contact',162,4),(82,'civicrm_contact',162,5),(7,'civicrm_contact',167,3),(33,'civicrm_contact',168,4),(34,'civicrm_contact',168,5),(67,'civicrm_contact',169,4),(18,'civicrm_contact',170,4),(26,'civicrm_contact',171,4),(27,'civicrm_contact',171,5),(105,'civicrm_contact',172,4),(116,'civicrm_contact',173,4),(60,'civicrm_contact',174,4),(61,'civicrm_contact',174,5),(65,'civicrm_contact',177,4),(66,'civicrm_contact',177,5),(101,'civicrm_contact',180,4),(102,'civicrm_contact',180,5),(109,'civicrm_contact',182,4),(22,'civicrm_contact',183,4),(23,'civicrm_contact',183,5),(41,'civicrm_contact',184,4),(37,'civicrm_contact',185,5),(38,'civicrm_contact',186,4),(39,'civicrm_contact',186,5),(111,'civicrm_contact',188,4),(118,'civicrm_contact',193,4),(2,'civicrm_contact',197,1),(73,'civicrm_contact',201,4),(74,'civicrm_contact',201,5); /*!40000 ALTER TABLE `civicrm_entity_tag` ENABLE KEYS */; UNLOCK TABLES; @@ -450,7 +450,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_event` WRITE; /*!40000 ALTER TABLE `civicrm_event` DISABLE KEYS */; -INSERT INTO `civicrm_event` (`id`, `title`, `summary`, `description`, `event_type_id`, `participant_listing_id`, `is_public`, `start_date`, `end_date`, `is_online_registration`, `registration_link_text`, `registration_start_date`, `registration_end_date`, `max_participants`, `event_full_text`, `is_monetary`, `financial_type_id`, `payment_processor`, `is_map`, `is_active`, `fee_label`, `is_show_location`, `loc_block_id`, `default_role_id`, `intro_text`, `footer_text`, `confirm_title`, `confirm_text`, `confirm_footer_text`, `is_email_confirm`, `confirm_email_text`, `confirm_from_name`, `confirm_from_email`, `cc_confirm`, `bcc_confirm`, `default_fee_id`, `default_discount_fee_id`, `thankyou_title`, `thankyou_text`, `thankyou_footer_text`, `is_pay_later`, `pay_later_text`, `pay_later_receipt`, `is_partial_payment`, `initial_amount_label`, `initial_amount_help_text`, `min_initial_amount`, `is_multiple_registrations`, `allow_same_participant_emails`, `has_waitlist`, `requires_approval`, `expiration_time`, `waitlist_text`, `approval_req_text`, `is_template`, `template_title`, `created_id`, `created_date`, `currency`, `campaign_id`, `is_share`, `parent_event_id`, `slot_label_id`) VALUES (1,'Fall Fundraiser Dinner','Kick up your heels at our Fall Fundraiser Dinner/Dance at Glen Echo Park! Come by yourself or bring a partner, friend or the entire family!','This event benefits our teen programs. Admission includes a full 3 course meal and wine or soft drinks. Grab your dancing shoes, bring the kids and come join the party!',3,1,1,'2014-10-05 17:00:00','2014-10-07 17:00:00',1,'Register Now',NULL,NULL,100,'Sorry! The Fall Fundraiser Dinner is full. Please call Jane at 204 222-1000 ext 33 if you want to be added to the waiting list.',1,4,NULL,1,1,'Dinner Contribution',1,1,1,'Fill in the information below to join as at this wonderful dinner event.',NULL,'Confirm Your Registration Information','Review the information below carefully.',NULL,1,'Contact the Development Department if you need to make any changes to your registration.','Fundraising Dept.','development@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!','

Thank you for your support. Your contribution will help us build even better tools.

Please tell your friends and colleagues about this wonderful event.

','

Back to CiviCRM Home Page

',1,'I will send payment by check','Send a check payable to Our Organization within 3 business days to hold your reservation. Checks should be sent to: 100 Main St., Suite 3, San Francisco CA 94110',0,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,NULL,NULL),(2,'Summer Solstice Festival Day Concert','Festival Day is coming! Join us and help support your parks.','We will gather at noon, learn a song all together, and then join in a joyous procession to the pavilion. We will be one of many groups performing at this wonderful concert which benefits our city parks.',5,1,1,'2014-04-04 12:00:00','2014-04-04 17:00:00',1,'Register Now',NULL,NULL,50,'We have all the singers we can handle. Come to the pavilion anyway and join in from the audience.',1,2,NULL,NULL,1,'Festival Fee',1,2,1,'Complete the form below and click Continue to register online for the festival. Or you can register by calling us at 204 222-1000 ext 22.','','Confirm Your Registration Information','','',1,'This email confirms your registration. If you have questions or need to change your registration - please do not hesitate to call us.','Event Dept.','events@example.org','',NULL,NULL,NULL,'Thanks for Your Joining In!','

Thank you for your support. Your participation will help build new parks.

Please tell your friends and colleagues about the concert.

','

Back to CiviCRM Home Page

',0,NULL,NULL,0,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,NULL,NULL),(3,'Rain-forest Cup Youth Soccer Tournament','Sign up your team to participate in this fun tournament which benefits several Rain-forest protection groups in the Amazon basin.','This is a FYSA Sanctioned Tournament, which is open to all USSF/FIFA affiliated organizations for boys and girls in age groups: U9-U10 (6v6), U11-U12 (8v8), and U13-U17 (Full Sided).',3,1,1,'2014-11-05 07:00:00','2014-11-08 17:00:00',1,'Register Now',NULL,NULL,500,'Sorry! All available team slots for this tournament have been filled. Contact Jill Futbol for information about the waiting list and next years event.',1,4,NULL,NULL,1,'Tournament Fees',1,3,1,'Complete the form below to register your team for this year\'s tournament.','A Soccer Youth Event','Review and Confirm Your Registration Information','','A Soccer Youth Event',1,'Contact our Tournament Director for eligibility details.','Tournament Director','tournament@example.org','',NULL,NULL,NULL,'Thanks for Your Support!','

Thank you for your support. Your participation will help save thousands of acres of rainforest.

','

Back to CiviCRM Home Page

',0,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,NULL,NULL),(4,NULL,NULL,NULL,4,1,1,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'Free Meeting without Online Registration',NULL,NULL,'USD',NULL,1,NULL,NULL),(5,NULL,NULL,NULL,4,1,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,NULL,1,NULL,1,NULL,NULL,'Confirm Your Registration Information',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thanks for Registering!',NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,1,NULL,NULL,NULL,NULL,NULL,1,'Free Meeting with Online Registration',NULL,NULL,'USD',NULL,1,NULL,NULL),(6,NULL,NULL,NULL,1,1,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,1,4,NULL,0,1,'Conference Fee',1,NULL,1,NULL,NULL,'Confirm Your Registration Information',NULL,NULL,1,NULL,'Event Template Dept.','event_templates@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!',NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,1,NULL,NULL,NULL,NULL,NULL,1,'Paid Conference with Online Registration',NULL,NULL,'USD',NULL,1,NULL,NULL); +INSERT INTO `civicrm_event` (`id`, `title`, `summary`, `description`, `event_type_id`, `participant_listing_id`, `is_public`, `start_date`, `end_date`, `is_online_registration`, `registration_link_text`, `registration_start_date`, `registration_end_date`, `max_participants`, `event_full_text`, `is_monetary`, `financial_type_id`, `payment_processor`, `is_map`, `is_active`, `fee_label`, `is_show_location`, `loc_block_id`, `default_role_id`, `intro_text`, `footer_text`, `confirm_title`, `confirm_text`, `confirm_footer_text`, `is_email_confirm`, `confirm_email_text`, `confirm_from_name`, `confirm_from_email`, `cc_confirm`, `bcc_confirm`, `default_fee_id`, `default_discount_fee_id`, `thankyou_title`, `thankyou_text`, `thankyou_footer_text`, `is_pay_later`, `pay_later_text`, `pay_later_receipt`, `is_partial_payment`, `initial_amount_label`, `initial_amount_help_text`, `min_initial_amount`, `is_multiple_registrations`, `allow_same_participant_emails`, `has_waitlist`, `requires_approval`, `expiration_time`, `waitlist_text`, `approval_req_text`, `is_template`, `template_title`, `created_id`, `created_date`, `currency`, `campaign_id`, `is_share`, `parent_event_id`, `slot_label_id`) VALUES (1,'Fall Fundraiser Dinner','Kick up your heels at our Fall Fundraiser Dinner/Dance at Glen Echo Park! Come by yourself or bring a partner, friend or the entire family!','This event benefits our teen programs. Admission includes a full 3 course meal and wine or soft drinks. Grab your dancing shoes, bring the kids and come join the party!',3,1,1,'2014-10-23 17:00:00','2014-10-25 17:00:00',1,'Register Now',NULL,NULL,100,'Sorry! The Fall Fundraiser Dinner is full. Please call Jane at 204 222-1000 ext 33 if you want to be added to the waiting list.',1,4,NULL,1,1,'Dinner Contribution',1,1,1,'Fill in the information below to join as at this wonderful dinner event.',NULL,'Confirm Your Registration Information','Review the information below carefully.',NULL,1,'Contact the Development Department if you need to make any changes to your registration.','Fundraising Dept.','development@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!','

Thank you for your support. Your contribution will help us build even better tools.

Please tell your friends and colleagues about this wonderful event.

','

Back to CiviCRM Home Page

',1,'I will send payment by check','Send a check payable to Our Organization within 3 business days to hold your reservation. Checks should be sent to: 100 Main St., Suite 3, San Francisco CA 94110',0,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,NULL,NULL),(2,'Summer Solstice Festival Day Concert','Festival Day is coming! Join us and help support your parks.','We will gather at noon, learn a song all together, and then join in a joyous procession to the pavilion. We will be one of many groups performing at this wonderful concert which benefits our city parks.',5,1,1,'2014-04-22 12:00:00','2014-04-22 17:00:00',1,'Register Now',NULL,NULL,50,'We have all the singers we can handle. Come to the pavilion anyway and join in from the audience.',1,2,NULL,NULL,1,'Festival Fee',1,2,1,'Complete the form below and click Continue to register online for the festival. Or you can register by calling us at 204 222-1000 ext 22.','','Confirm Your Registration Information','','',1,'This email confirms your registration. If you have questions or need to change your registration - please do not hesitate to call us.','Event Dept.','events@example.org','',NULL,NULL,NULL,'Thanks for Your Joining In!','

Thank you for your support. Your participation will help build new parks.

Please tell your friends and colleagues about the concert.

','

Back to CiviCRM Home Page

',0,NULL,NULL,0,NULL,NULL,NULL,1,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,NULL,NULL),(3,'Rain-forest Cup Youth Soccer Tournament','Sign up your team to participate in this fun tournament which benefits several Rain-forest protection groups in the Amazon basin.','This is a FYSA Sanctioned Tournament, which is open to all USSF/FIFA affiliated organizations for boys and girls in age groups: U9-U10 (6v6), U11-U12 (8v8), and U13-U17 (Full Sided).',3,1,1,'2014-11-23 07:00:00','2014-11-26 17:00:00',1,'Register Now',NULL,NULL,500,'Sorry! All available team slots for this tournament have been filled. Contact Jill Futbol for information about the waiting list and next years event.',1,4,NULL,NULL,1,'Tournament Fees',1,3,1,'Complete the form below to register your team for this year\'s tournament.','A Soccer Youth Event','Review and Confirm Your Registration Information','','A Soccer Youth Event',1,'Contact our Tournament Director for eligibility details.','Tournament Director','tournament@example.org','',NULL,NULL,NULL,'Thanks for Your Support!','

Thank you for your support. Your participation will help save thousands of acres of rainforest.

','

Back to CiviCRM Home Page

',0,NULL,NULL,0,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,'USD',NULL,1,NULL,NULL),(4,NULL,NULL,NULL,4,1,1,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'Free Meeting without Online Registration',NULL,NULL,'USD',NULL,1,NULL,NULL),(5,NULL,NULL,NULL,4,1,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,0,1,NULL,1,NULL,1,NULL,NULL,'Confirm Your Registration Information',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Thanks for Registering!',NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,1,NULL,NULL,NULL,NULL,NULL,1,'Free Meeting with Online Registration',NULL,NULL,'USD',NULL,1,NULL,NULL),(6,NULL,NULL,NULL,1,1,1,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,1,4,NULL,0,1,'Conference Fee',1,NULL,1,NULL,NULL,'Confirm Your Registration Information',NULL,NULL,1,NULL,'Event Template Dept.','event_templates@example.org',NULL,NULL,NULL,NULL,'Thanks for Registering!',NULL,NULL,0,NULL,NULL,0,NULL,NULL,NULL,1,1,NULL,NULL,NULL,NULL,NULL,1,'Paid Conference with Online Registration',NULL,NULL,'USD',NULL,1,NULL,NULL); /*!40000 ALTER TABLE `civicrm_event` ENABLE KEYS */; UNLOCK TABLES; @@ -506,7 +506,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_financial_item` WRITE; /*!40000 ALTER TABLE `civicrm_financial_item` DISABLE KEYS */; -INSERT INTO `civicrm_financial_item` (`id`, `created_date`, `transaction_date`, `contact_id`, `description`, `amount`, `currency`, `financial_account_id`, `status_id`, `entity_table`, `entity_id`) VALUES (1,'2014-04-05 16:02:07','2010-04-11 00:00:00',2,'Contribution Amount',125.00,'USD',1,1,'civicrm_line_item',1),(2,'2014-04-05 16:02:08','2010-03-21 00:00:00',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',2),(3,'2014-04-05 16:02:08','2010-04-29 00:00:00',6,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',3),(4,'2014-04-05 16:02:08','2010-04-11 00:00:00',8,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',4),(5,'2014-04-05 16:02:08','2010-04-15 00:00:00',16,'Contribution Amount',500.00,'USD',1,1,'civicrm_line_item',5),(6,'2014-04-05 16:02:08','2010-04-11 00:00:00',19,'Contribution Amount',175.00,'USD',1,1,'civicrm_line_item',6),(7,'2014-04-05 16:02:09','2010-03-27 00:00:00',82,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',7),(8,'2014-04-05 16:02:09','2010-03-08 00:00:00',92,'Contribution Amount',10.00,'USD',1,1,'civicrm_line_item',8),(9,'2014-04-05 16:02:09','2010-04-22 00:00:00',34,'Contribution Amount',250.00,'USD',1,1,'civicrm_line_item',9),(10,'2014-04-05 16:02:09','2009-07-01 11:53:50',71,'Contribution Amount',500.00,'USD',1,1,'civicrm_line_item',10),(11,'2014-04-05 16:02:10','2009-07-01 12:55:41',43,'Contribution Amount',200.00,'USD',1,1,'civicrm_line_item',11),(12,'2014-04-05 16:02:10','2009-10-01 11:53:50',32,'Contribution Amount',200.00,'USD',1,1,'civicrm_line_item',12),(13,'2014-04-05 16:02:10','2009-12-01 12:55:41',32,'Contribution Amount',200.00,'USD',1,1,'civicrm_line_item',13),(14,'2014-04-05 16:02:10','2014-04-05 21:32:05',124,'General',100.00,'USD',2,1,'civicrm_line_item',16),(15,'2014-04-05 16:02:11','2014-04-05 21:32:05',19,'General',100.00,'USD',2,1,'civicrm_line_item',17),(16,'2014-04-05 16:02:11','2014-04-05 21:32:05',198,'General',100.00,'USD',2,1,'civicrm_line_item',18),(17,'2014-04-05 16:02:11','2014-04-05 21:32:05',3,'General',100.00,'USD',2,1,'civicrm_line_item',19),(18,'2014-04-05 16:02:12','2014-04-05 21:32:05',2,'General',100.00,'USD',2,1,'civicrm_line_item',20),(19,'2014-04-05 16:02:12','2014-04-05 21:32:05',126,'General',100.00,'USD',2,1,'civicrm_line_item',21),(20,'2014-04-05 16:02:12','2014-04-05 21:32:05',125,'General',100.00,'USD',2,1,'civicrm_line_item',22),(21,'2014-04-05 16:02:12','2014-04-05 21:32:05',201,'General',100.00,'USD',2,1,'civicrm_line_item',23),(22,'2014-04-05 16:02:13','2014-04-05 21:32:05',110,'General',100.00,'USD',2,1,'civicrm_line_item',24),(23,'2014-04-05 16:02:13','2014-04-05 21:32:05',119,'General',100.00,'USD',2,1,'civicrm_line_item',25),(24,'2014-04-05 16:02:13','2014-04-05 21:32:05',23,'General',100.00,'USD',2,1,'civicrm_line_item',26),(25,'2014-04-05 16:02:13','2014-04-05 21:32:05',26,'General',100.00,'USD',2,1,'civicrm_line_item',27),(26,'2014-04-05 16:02:13','2014-04-05 21:32:05',160,'General',100.00,'USD',2,1,'civicrm_line_item',28),(27,'2014-04-05 16:02:14','2014-04-05 21:32:05',158,'Student',50.00,'USD',2,1,'civicrm_line_item',29),(28,'2014-04-05 16:02:14','2014-04-05 21:32:05',47,'Student',50.00,'USD',2,1,'civicrm_line_item',30),(29,'2014-04-05 16:02:14','2014-04-05 21:32:05',154,'Student',50.00,'USD',2,1,'civicrm_line_item',31),(30,'2014-04-05 16:02:14','2014-04-05 21:32:05',149,'Student',50.00,'USD',2,1,'civicrm_line_item',32),(31,'2014-04-05 16:02:14','2014-04-05 21:32:05',86,'Student',50.00,'USD',2,1,'civicrm_line_item',33),(32,'2014-04-05 16:02:15','2014-04-05 21:32:05',189,'Student',50.00,'USD',2,1,'civicrm_line_item',34),(33,'2014-04-05 16:02:15','2014-04-05 21:32:05',22,'Student',50.00,'USD',2,1,'civicrm_line_item',35),(34,'2014-04-05 16:02:15','2014-04-05 21:32:05',81,'Student',50.00,'USD',2,1,'civicrm_line_item',36),(35,'2014-04-05 16:02:15','2014-04-05 21:32:05',114,'Student',50.00,'USD',2,1,'civicrm_line_item',37),(36,'2014-04-05 16:02:16','2014-04-05 21:32:05',140,'Student',50.00,'USD',2,1,'civicrm_line_item',38),(37,'2014-04-05 16:02:16','2014-04-05 21:32:05',132,'Student',50.00,'USD',2,1,'civicrm_line_item',39),(38,'2014-04-05 16:02:16','2014-04-05 21:32:05',98,'Student',50.00,'USD',2,1,'civicrm_line_item',40),(39,'2014-04-05 16:02:16','2014-04-05 21:32:05',163,'Student',50.00,'USD',2,1,'civicrm_line_item',41),(40,'2014-04-05 16:02:17','2014-04-05 21:32:05',194,'Student',50.00,'USD',2,1,'civicrm_line_item',42),(41,'2014-04-05 16:02:17','2014-04-05 21:32:05',16,'Student',50.00,'USD',2,1,'civicrm_line_item',43),(42,'2014-04-05 16:02:17','2014-04-05 21:32:05',166,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',44),(43,'2014-04-05 16:02:17','2014-04-05 21:32:05',45,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',45),(44,'2014-04-05 16:02:18','2014-04-05 21:32:18',196,'Soprano',50.00,'USD',2,1,'civicrm_line_item',81),(45,'2014-04-05 16:02:18','2014-04-05 21:32:18',185,'Soprano',50.00,'USD',2,1,'civicrm_line_item',82),(46,'2014-04-05 16:02:18','2014-04-05 21:32:18',109,'Soprano',50.00,'USD',2,1,'civicrm_line_item',83),(47,'2014-04-05 16:02:19','2014-04-05 21:32:18',73,'Soprano',50.00,'USD',2,1,'civicrm_line_item',84),(48,'2014-04-05 16:02:19','2014-04-05 21:32:18',92,'Soprano',50.00,'USD',2,1,'civicrm_line_item',85),(49,'2014-04-05 16:02:19','2014-04-05 21:32:18',125,'Soprano',50.00,'USD',2,1,'civicrm_line_item',86),(50,'2014-04-05 16:02:19','2014-04-05 21:32:18',62,'Soprano',50.00,'USD',2,1,'civicrm_line_item',87),(51,'2014-04-05 16:02:20','2014-04-05 21:32:18',32,'Soprano',50.00,'USD',2,1,'civicrm_line_item',88),(52,'2014-04-05 16:02:20','2014-04-05 21:32:18',165,'Soprano',50.00,'USD',2,1,'civicrm_line_item',89),(53,'2014-04-05 16:02:20','2014-04-05 21:32:18',55,'Soprano',50.00,'USD',2,1,'civicrm_line_item',90),(54,'2014-04-05 16:02:20','2014-04-05 21:32:18',158,'Soprano',50.00,'USD',2,1,'civicrm_line_item',91),(55,'2014-04-05 16:02:20','2014-04-05 21:32:18',137,'Soprano',50.00,'USD',2,1,'civicrm_line_item',92),(56,'2014-04-05 16:02:21','2014-04-05 21:32:18',198,'Soprano',50.00,'USD',2,1,'civicrm_line_item',93),(57,'2014-04-05 16:02:21','2014-04-05 21:32:18',112,'Soprano',50.00,'USD',2,1,'civicrm_line_item',94),(58,'2014-04-05 16:02:21','2014-04-05 21:32:18',105,'Soprano',50.00,'USD',2,1,'civicrm_line_item',95),(59,'2014-04-05 16:02:21','2014-04-05 21:32:18',79,'Soprano',50.00,'USD',2,1,'civicrm_line_item',96),(60,'2014-04-05 16:02:21','2014-04-05 21:32:18',129,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',47),(61,'2014-04-05 16:02:22','2014-04-05 21:32:18',194,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',48),(62,'2014-04-05 16:02:23','2014-04-05 21:32:18',40,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',49),(63,'2014-04-05 16:02:23','2014-04-05 21:32:18',147,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',50),(64,'2014-04-05 16:02:23','2014-04-05 21:32:18',139,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',51),(65,'2014-04-05 16:02:24','2014-04-05 21:32:18',103,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',52),(66,'2014-04-05 16:02:24','2014-04-05 21:32:18',116,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',53),(67,'2014-04-05 16:02:24','2014-04-05 21:32:18',31,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',54),(68,'2014-04-05 16:02:24','2014-04-05 21:32:18',199,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',55),(69,'2014-04-05 16:02:25','2014-04-05 21:32:18',29,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',56),(70,'2014-04-05 16:02:25','2014-04-05 21:32:18',22,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',57),(71,'2014-04-05 16:02:25','2014-04-05 21:32:18',115,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',58),(72,'2014-04-05 16:02:25','2014-04-05 21:32:18',107,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',59),(73,'2014-04-05 16:02:25','2014-04-05 21:32:18',12,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',60),(74,'2014-04-05 16:02:26','2014-04-05 21:32:18',11,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',61),(75,'2014-04-05 16:02:26','2014-04-05 21:32:18',153,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',62),(76,'2014-04-05 16:02:26','2014-04-05 21:32:18',181,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',63),(77,'2014-04-05 16:02:26','2014-04-05 21:32:18',99,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',64),(78,'2014-04-05 16:02:27','2014-04-05 21:32:18',146,'Single',50.00,'USD',4,1,'civicrm_line_item',65),(79,'2014-04-05 16:02:27','2014-04-05 21:32:18',170,'Single',50.00,'USD',4,1,'civicrm_line_item',66),(80,'2014-04-05 16:02:27','2014-04-05 21:32:18',155,'Single',50.00,'USD',4,1,'civicrm_line_item',67),(81,'2014-04-05 16:02:27','2014-04-05 21:32:18',80,'Single',50.00,'USD',4,1,'civicrm_line_item',68),(82,'2014-04-05 16:02:27','2014-04-05 21:32:18',145,'Single',50.00,'USD',4,1,'civicrm_line_item',69),(83,'2014-04-05 16:02:28','2014-04-05 21:32:18',200,'Single',50.00,'USD',4,1,'civicrm_line_item',70),(84,'2014-04-05 16:02:28','2014-04-05 21:32:18',7,'Single',50.00,'USD',4,1,'civicrm_line_item',71),(85,'2014-04-05 16:02:28','2014-04-05 21:32:18',130,'Single',50.00,'USD',4,1,'civicrm_line_item',72),(86,'2014-04-05 16:02:28','2014-04-05 21:32:18',192,'Single',50.00,'USD',4,1,'civicrm_line_item',73),(87,'2014-04-05 16:02:28','2014-04-05 21:32:18',4,'Single',50.00,'USD',4,1,'civicrm_line_item',74),(88,'2014-04-05 16:02:29','2014-04-05 21:32:18',50,'Single',50.00,'USD',4,1,'civicrm_line_item',75),(89,'2014-04-05 16:02:29','2014-04-05 21:32:18',78,'Single',50.00,'USD',4,1,'civicrm_line_item',76),(90,'2014-04-05 16:02:29','2014-04-05 21:32:18',52,'Single',50.00,'USD',4,1,'civicrm_line_item',77),(91,'2014-04-05 16:02:29','2014-04-05 21:32:18',8,'Single',50.00,'USD',4,1,'civicrm_line_item',78),(92,'2014-04-05 16:02:30','2014-04-05 21:32:18',85,'Single',50.00,'USD',4,1,'civicrm_line_item',79),(93,'2014-04-05 16:02:30','2014-04-05 21:32:18',93,'Single',50.00,'USD',4,1,'civicrm_line_item',80); +INSERT INTO `civicrm_financial_item` (`id`, `created_date`, `transaction_date`, `contact_id`, `description`, `amount`, `currency`, `financial_account_id`, `status_id`, `entity_table`, `entity_id`) VALUES (1,'2014-04-23 04:03:43','2010-04-11 00:00:00',2,'Contribution Amount',125.00,'USD',1,1,'civicrm_line_item',1),(2,'2014-04-23 04:03:43','2010-03-21 00:00:00',4,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',2),(3,'2014-04-23 04:03:43','2010-04-29 00:00:00',6,'Contribution Amount',25.00,'USD',1,1,'civicrm_line_item',3),(4,'2014-04-23 04:03:43','2010-04-11 00:00:00',8,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',4),(5,'2014-04-23 04:03:43','2010-04-15 00:00:00',16,'Contribution Amount',500.00,'USD',1,1,'civicrm_line_item',5),(6,'2014-04-23 04:03:44','2010-04-11 00:00:00',19,'Contribution Amount',175.00,'USD',1,1,'civicrm_line_item',6),(7,'2014-04-23 04:03:44','2010-03-27 00:00:00',82,'Contribution Amount',50.00,'USD',1,1,'civicrm_line_item',7),(8,'2014-04-23 04:03:44','2010-03-08 00:00:00',92,'Contribution Amount',10.00,'USD',1,1,'civicrm_line_item',8),(9,'2014-04-23 04:03:44','2010-04-22 00:00:00',34,'Contribution Amount',250.00,'USD',1,1,'civicrm_line_item',9),(10,'2014-04-23 04:03:44','2009-07-01 11:53:50',71,'Contribution Amount',500.00,'USD',1,1,'civicrm_line_item',10),(11,'2014-04-23 04:03:44','2009-07-01 12:55:41',43,'Contribution Amount',200.00,'USD',1,1,'civicrm_line_item',11),(12,'2014-04-23 04:03:44','2009-10-01 11:53:50',32,'Contribution Amount',200.00,'USD',1,1,'civicrm_line_item',12),(13,'2014-04-23 04:03:44','2009-12-01 12:55:41',32,'Contribution Amount',200.00,'USD',1,1,'civicrm_line_item',13),(14,'2014-04-23 04:03:44','2014-04-23 00:03:43',157,'General',100.00,'USD',2,1,'civicrm_line_item',16),(15,'2014-04-23 04:03:44','2014-04-23 00:03:43',174,'General',100.00,'USD',2,1,'civicrm_line_item',17),(16,'2014-04-23 04:03:44','2014-04-23 00:03:43',189,'General',100.00,'USD',2,1,'civicrm_line_item',18),(17,'2014-04-23 04:03:44','2014-04-23 00:03:43',182,'General',100.00,'USD',2,1,'civicrm_line_item',19),(18,'2014-04-23 04:03:44','2014-04-23 00:03:43',89,'General',100.00,'USD',2,1,'civicrm_line_item',20),(19,'2014-04-23 04:03:44','2014-04-23 00:03:43',98,'General',100.00,'USD',2,1,'civicrm_line_item',21),(20,'2014-04-23 04:03:44','2014-04-23 00:03:43',170,'General',100.00,'USD',2,1,'civicrm_line_item',22),(21,'2014-04-23 04:03:44','2014-04-23 00:03:43',162,'General',100.00,'USD',2,1,'civicrm_line_item',23),(22,'2014-04-23 04:03:44','2014-04-23 00:03:43',65,'General',100.00,'USD',2,1,'civicrm_line_item',24),(23,'2014-04-23 04:03:44','2014-04-23 00:03:43',11,'General',100.00,'USD',2,1,'civicrm_line_item',25),(24,'2014-04-23 04:03:44','2014-04-23 00:03:43',15,'General',100.00,'USD',2,1,'civicrm_line_item',26),(25,'2014-04-23 04:03:44','2014-04-23 00:03:43',118,'General',100.00,'USD',2,1,'civicrm_line_item',27),(26,'2014-04-23 04:03:44','2014-04-23 00:03:43',70,'General',100.00,'USD',2,1,'civicrm_line_item',28),(27,'2014-04-23 04:03:44','2014-04-23 00:03:43',97,'General',100.00,'USD',2,1,'civicrm_line_item',29),(28,'2014-04-23 04:03:44','2014-04-23 00:03:43',158,'General',100.00,'USD',2,1,'civicrm_line_item',30),(29,'2014-04-23 04:03:44','2014-04-23 00:03:43',169,'Student',50.00,'USD',2,1,'civicrm_line_item',31),(30,'2014-04-23 04:03:44','2014-04-23 00:03:43',67,'Student',50.00,'USD',2,1,'civicrm_line_item',32),(31,'2014-04-23 04:03:44','2014-04-23 00:03:43',60,'Student',50.00,'USD',2,1,'civicrm_line_item',33),(32,'2014-04-23 04:03:44','2014-04-23 00:03:43',81,'Student',50.00,'USD',2,1,'civicrm_line_item',34),(33,'2014-04-23 04:03:44','2014-04-23 00:03:43',52,'Student',50.00,'USD',2,1,'civicrm_line_item',35),(34,'2014-04-23 04:03:44','2014-04-23 00:03:43',128,'Student',50.00,'USD',2,1,'civicrm_line_item',36),(35,'2014-04-23 04:03:44','2014-04-23 00:03:43',61,'Student',50.00,'USD',2,1,'civicrm_line_item',37),(36,'2014-04-23 04:03:44','2014-04-23 00:03:43',110,'Student',50.00,'USD',2,1,'civicrm_line_item',38),(37,'2014-04-23 04:03:44','2014-04-23 00:03:43',142,'Student',50.00,'USD',2,1,'civicrm_line_item',39),(38,'2014-04-23 04:03:44','2014-04-23 00:03:43',68,'Student',50.00,'USD',2,1,'civicrm_line_item',40),(39,'2014-04-23 04:03:44','2014-04-23 00:03:43',165,'Student',50.00,'USD',2,1,'civicrm_line_item',41),(40,'2014-04-23 04:03:44','2014-04-23 00:03:43',92,'Student',50.00,'USD',2,1,'civicrm_line_item',42),(41,'2014-04-23 04:03:44','2014-04-23 00:03:43',99,'Student',50.00,'USD',2,1,'civicrm_line_item',43),(42,'2014-04-23 04:03:44','2014-04-23 00:03:43',184,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',44),(43,'2014-04-23 04:03:44','2014-04-23 00:03:43',45,'Lifetime',1200.00,'USD',2,1,'civicrm_line_item',45),(44,'2014-04-23 04:03:44','2014-04-23 00:03:44',98,'Soprano',50.00,'USD',2,1,'civicrm_line_item',81),(45,'2014-04-23 04:03:44','2014-04-23 00:03:44',46,'Soprano',50.00,'USD',2,1,'civicrm_line_item',82),(46,'2014-04-23 04:03:44','2014-04-23 00:03:44',49,'Soprano',50.00,'USD',2,1,'civicrm_line_item',83),(47,'2014-04-23 04:03:44','2014-04-23 00:03:44',146,'Soprano',50.00,'USD',2,1,'civicrm_line_item',84),(48,'2014-04-23 04:03:44','2014-04-23 00:03:44',100,'Soprano',50.00,'USD',2,1,'civicrm_line_item',85),(49,'2014-04-23 04:03:44','2014-04-23 00:03:44',137,'Soprano',50.00,'USD',2,1,'civicrm_line_item',86),(50,'2014-04-23 04:03:44','2014-04-23 00:03:44',73,'Soprano',50.00,'USD',2,1,'civicrm_line_item',87),(51,'2014-04-23 04:03:44','2014-04-23 00:03:44',52,'Soprano',50.00,'USD',2,1,'civicrm_line_item',88),(52,'2014-04-23 04:03:44','2014-04-23 00:03:44',151,'Soprano',50.00,'USD',2,1,'civicrm_line_item',89),(53,'2014-04-23 04:03:44','2014-04-23 00:03:44',165,'Soprano',50.00,'USD',2,1,'civicrm_line_item',90),(54,'2014-04-23 04:03:44','2014-04-23 00:03:44',128,'Soprano',50.00,'USD',2,1,'civicrm_line_item',91),(55,'2014-04-23 04:03:44','2014-04-23 00:03:44',125,'Soprano',50.00,'USD',2,1,'civicrm_line_item',92),(56,'2014-04-23 04:03:44','2014-04-23 00:03:44',163,'Soprano',50.00,'USD',2,1,'civicrm_line_item',93),(57,'2014-04-23 04:03:44','2014-04-23 00:03:44',182,'Soprano',50.00,'USD',2,1,'civicrm_line_item',94),(58,'2014-04-23 04:03:44','2014-04-23 00:03:44',193,'Soprano',50.00,'USD',2,1,'civicrm_line_item',95),(59,'2014-04-23 04:03:44','2014-04-23 00:03:44',99,'Soprano',50.00,'USD',2,1,'civicrm_line_item',96),(60,'2014-04-23 04:03:44','2014-04-23 00:03:44',5,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',47),(61,'2014-04-23 04:03:45','2014-04-23 00:03:44',53,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',48),(62,'2014-04-23 04:03:45','2014-04-23 00:03:44',142,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',49),(63,'2014-04-23 04:03:45','2014-04-23 00:03:44',97,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',50),(64,'2014-04-23 04:03:45','2014-04-23 00:03:44',144,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',51),(65,'2014-04-23 04:03:45','2014-04-23 00:03:44',124,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',52),(66,'2014-04-23 04:03:45','2014-04-23 00:03:44',55,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',53),(67,'2014-04-23 04:03:45','2014-04-23 00:03:44',136,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',54),(68,'2014-04-23 04:03:45','2014-04-23 00:03:44',9,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',55),(69,'2014-04-23 04:03:45','2014-04-23 00:03:44',80,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',56),(70,'2014-04-23 04:03:45','2014-04-23 00:03:44',116,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',57),(71,'2014-04-23 04:03:45','2014-04-23 00:03:44',178,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',58),(72,'2014-04-23 04:03:45','2014-04-23 00:03:44',198,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',59),(73,'2014-04-23 04:03:45','2014-04-23 00:03:44',173,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',60),(74,'2014-04-23 04:03:45','2014-04-23 00:03:44',183,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',61),(75,'2014-04-23 04:03:45','2014-04-23 00:03:44',164,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',62),(76,'2014-04-23 04:03:45','2014-04-23 00:03:44',135,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',63),(77,'2014-04-23 04:03:45','2014-04-23 00:03:44',19,'Tiny-tots (ages 5-8)',800.00,'USD',4,1,'civicrm_line_item',64),(78,'2014-04-23 04:03:45','2014-04-23 00:03:44',172,'Single',50.00,'USD',4,1,'civicrm_line_item',65),(79,'2014-04-23 04:03:45','2014-04-23 00:03:44',56,'Single',50.00,'USD',4,1,'civicrm_line_item',66),(80,'2014-04-23 04:03:45','2014-04-23 00:03:44',21,'Single',50.00,'USD',4,1,'civicrm_line_item',67),(81,'2014-04-23 04:03:45','2014-04-23 00:03:44',107,'Single',50.00,'USD',4,1,'civicrm_line_item',68),(82,'2014-04-23 04:03:45','2014-04-23 00:03:44',22,'Single',50.00,'USD',4,1,'civicrm_line_item',69),(83,'2014-04-23 04:03:45','2014-04-23 00:03:44',33,'Single',50.00,'USD',4,1,'civicrm_line_item',70),(84,'2014-04-23 04:03:45','2014-04-23 00:03:44',157,'Single',50.00,'USD',4,1,'civicrm_line_item',71),(85,'2014-04-23 04:03:45','2014-04-23 00:03:44',185,'Single',50.00,'USD',4,1,'civicrm_line_item',72),(86,'2014-04-23 04:03:45','2014-04-23 00:03:44',130,'Single',50.00,'USD',4,1,'civicrm_line_item',73),(87,'2014-04-23 04:03:45','2014-04-23 00:03:44',148,'Single',50.00,'USD',4,1,'civicrm_line_item',74),(88,'2014-04-23 04:03:45','2014-04-23 00:03:44',41,'Single',50.00,'USD',4,1,'civicrm_line_item',75),(89,'2014-04-23 04:03:45','2014-04-23 00:03:44',134,'Single',50.00,'USD',4,1,'civicrm_line_item',76),(90,'2014-04-23 04:03:45','2014-04-23 00:03:44',4,'Single',50.00,'USD',4,1,'civicrm_line_item',77),(91,'2014-04-23 04:03:45','2014-04-23 00:03:44',79,'Single',50.00,'USD',4,1,'civicrm_line_item',78),(92,'2014-04-23 04:03:45','2014-04-23 00:03:44',105,'Single',50.00,'USD',4,1,'civicrm_line_item',79),(93,'2014-04-23 04:03:45','2014-04-23 00:03:44',51,'Single',50.00,'USD',4,1,'civicrm_line_item',80); /*!40000 ALTER TABLE `civicrm_financial_item` ENABLE KEYS */; UNLOCK TABLES; @@ -516,7 +516,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_financial_trxn` WRITE; /*!40000 ALTER TABLE `civicrm_financial_trxn` DISABLE KEYS */; -INSERT INTO `civicrm_financial_trxn` (`id`, `from_financial_account_id`, `to_financial_account_id`, `trxn_date`, `total_amount`, `fee_amount`, `net_amount`, `currency`, `trxn_id`, `trxn_result_code`, `status_id`, `payment_processor_id`, `payment_instrument_id`, `check_number`) VALUES (1,NULL,6,'2010-04-11 00:00:00',125.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'1041'),(2,NULL,12,'2010-03-21 00:00:00',50.00,NULL,NULL,'USD','P20901X1',NULL,1,NULL,1,NULL),(3,NULL,6,'2010-04-29 00:00:00',25.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'2095'),(4,NULL,6,'2010-04-11 00:00:00',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'10552'),(5,NULL,6,'2010-04-15 00:00:00',500.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'509'),(6,NULL,6,'2010-04-11 00:00:00',175.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'102'),(7,NULL,12,'2010-03-27 00:00:00',50.00,NULL,NULL,'USD','P20193L2',NULL,1,NULL,1,NULL),(8,NULL,12,'2010-03-08 00:00:00',10.00,NULL,NULL,'USD','P40232Y3',NULL,1,NULL,1,NULL),(9,NULL,12,'2010-04-22 00:00:00',250.00,NULL,NULL,'USD','P20193L6',NULL,1,NULL,1,NULL),(10,NULL,12,'2009-07-01 11:53:50',500.00,NULL,NULL,'USD','PL71',NULL,1,NULL,1,NULL),(11,NULL,12,'2009-07-01 12:55:41',200.00,NULL,NULL,'USD','PL43II',NULL,1,NULL,1,NULL),(12,NULL,12,'2009-10-01 11:53:50',200.00,NULL,NULL,'USD','PL32I',NULL,1,NULL,1,NULL),(13,NULL,12,'2009-12-01 12:55:41',200.00,NULL,NULL,'USD','PL32II',NULL,1,NULL,1,NULL),(14,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(15,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(16,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(17,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(18,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(19,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(20,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(21,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(22,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(23,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(24,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(25,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(26,NULL,12,'2014-04-05 21:32:05',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(27,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(28,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(29,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(30,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(31,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(32,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(33,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(34,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(35,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(36,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(37,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(38,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(39,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(40,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(41,NULL,12,'2014-04-05 21:32:05',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(42,NULL,12,'2014-04-05 21:32:05',1200.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(43,NULL,12,'2014-04-05 21:32:05',1200.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(44,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(45,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(46,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(47,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(48,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(49,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(50,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(51,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(52,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(53,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(54,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(55,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(56,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(57,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(58,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(59,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(60,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(61,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(62,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(63,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(64,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(65,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(66,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(67,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(68,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(69,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(70,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(71,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(72,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(73,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(74,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(75,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(76,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(77,NULL,NULL,'2014-04-05 21:32:18',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(78,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(79,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(80,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(81,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(82,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(83,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(84,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(85,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(86,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(87,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(88,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(89,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(90,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(91,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(92,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(93,NULL,NULL,'2014-04-05 21:32:18',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL); +INSERT INTO `civicrm_financial_trxn` (`id`, `from_financial_account_id`, `to_financial_account_id`, `trxn_date`, `total_amount`, `fee_amount`, `net_amount`, `currency`, `trxn_id`, `trxn_result_code`, `status_id`, `payment_processor_id`, `payment_instrument_id`, `check_number`) VALUES (1,NULL,6,'2010-04-11 00:00:00',125.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'1041'),(2,NULL,12,'2010-03-21 00:00:00',50.00,NULL,NULL,'USD','P20901X1',NULL,1,NULL,1,NULL),(3,NULL,6,'2010-04-29 00:00:00',25.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'2095'),(4,NULL,6,'2010-04-11 00:00:00',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'10552'),(5,NULL,6,'2010-04-15 00:00:00',500.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'509'),(6,NULL,6,'2010-04-11 00:00:00',175.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,'102'),(7,NULL,12,'2010-03-27 00:00:00',50.00,NULL,NULL,'USD','P20193L2',NULL,1,NULL,1,NULL),(8,NULL,12,'2010-03-08 00:00:00',10.00,NULL,NULL,'USD','P40232Y3',NULL,1,NULL,1,NULL),(9,NULL,12,'2010-04-22 00:00:00',250.00,NULL,NULL,'USD','P20193L6',NULL,1,NULL,1,NULL),(10,NULL,12,'2009-07-01 11:53:50',500.00,NULL,NULL,'USD','PL71',NULL,1,NULL,1,NULL),(11,NULL,12,'2009-07-01 12:55:41',200.00,NULL,NULL,'USD','PL43II',NULL,1,NULL,1,NULL),(12,NULL,12,'2009-10-01 11:53:50',200.00,NULL,NULL,'USD','PL32I',NULL,1,NULL,1,NULL),(13,NULL,12,'2009-12-01 12:55:41',200.00,NULL,NULL,'USD','PL32II',NULL,1,NULL,1,NULL),(14,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(15,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(16,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(17,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(18,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(19,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(20,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(21,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(22,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(23,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(24,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(25,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(26,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(27,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(28,NULL,12,'2014-04-23 00:03:43',100.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(29,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(30,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(31,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(32,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(33,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(34,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(35,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(36,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(37,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(38,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(39,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(40,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(41,NULL,12,'2014-04-23 00:03:43',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(42,NULL,12,'2014-04-23 00:03:43',1200.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(43,NULL,12,'2014-04-23 00:03:43',1200.00,NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(44,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(45,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(46,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(47,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(48,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(49,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(50,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(51,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(52,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(53,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(54,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(55,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(56,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(57,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(58,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(59,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(60,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(61,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(62,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(63,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(64,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(65,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(66,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(67,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(68,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(69,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(70,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(71,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(72,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(73,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(74,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(75,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(76,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(77,NULL,NULL,'2014-04-23 00:03:44',800.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(78,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(79,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(80,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(81,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(82,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(83,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(84,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(85,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(86,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(87,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(88,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(89,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(90,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(91,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(92,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(93,NULL,NULL,'2014-04-23 00:03:44',50.00,NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL); /*!40000 ALTER TABLE `civicrm_financial_trxn` ENABLE KEYS */; UNLOCK TABLES; @@ -555,7 +555,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_group_contact` WRITE; /*!40000 ALTER TABLE `civicrm_group_contact` DISABLE KEYS */; -INSERT INTO `civicrm_group_contact` (`id`, `group_id`, `contact_id`, `status`, `location_id`, `email_id`) VALUES (1,2,89,'Added',NULL,NULL),(2,2,77,'Added',NULL,NULL),(3,2,11,'Added',NULL,NULL),(4,2,159,'Added',NULL,NULL),(5,2,5,'Added',NULL,NULL),(6,2,55,'Added',NULL,NULL),(7,2,179,'Added',NULL,NULL),(8,2,72,'Added',NULL,NULL),(9,2,15,'Added',NULL,NULL),(10,2,152,'Added',NULL,NULL),(11,2,134,'Added',NULL,NULL),(12,2,26,'Added',NULL,NULL),(13,2,126,'Added',NULL,NULL),(14,2,50,'Added',NULL,NULL),(15,2,28,'Added',NULL,NULL),(16,2,103,'Added',NULL,NULL),(17,2,29,'Added',NULL,NULL),(18,2,105,'Added',NULL,NULL),(19,2,153,'Added',NULL,NULL),(20,2,98,'Added',NULL,NULL),(21,2,18,'Added',NULL,NULL),(22,2,170,'Added',NULL,NULL),(23,2,139,'Added',NULL,NULL),(24,2,110,'Added',NULL,NULL),(25,2,108,'Added',NULL,NULL),(26,2,31,'Added',NULL,NULL),(27,2,49,'Added',NULL,NULL),(28,2,127,'Added',NULL,NULL),(29,2,180,'Added',NULL,NULL),(30,2,161,'Added',NULL,NULL),(31,2,62,'Added',NULL,NULL),(32,2,93,'Added',NULL,NULL),(33,2,160,'Added',NULL,NULL),(34,2,70,'Added',NULL,NULL),(35,2,48,'Added',NULL,NULL),(36,2,192,'Added',NULL,NULL),(37,2,142,'Added',NULL,NULL),(38,2,58,'Added',NULL,NULL),(39,2,157,'Added',NULL,NULL),(40,2,76,'Added',NULL,NULL),(41,2,123,'Added',NULL,NULL),(42,2,94,'Added',NULL,NULL),(43,2,68,'Added',NULL,NULL),(44,2,63,'Added',NULL,NULL),(45,2,169,'Added',NULL,NULL),(46,2,190,'Added',NULL,NULL),(47,2,188,'Added',NULL,NULL),(48,2,125,'Added',NULL,NULL),(49,2,194,'Added',NULL,NULL),(50,2,65,'Added',NULL,NULL),(51,2,119,'Added',NULL,NULL),(52,2,19,'Added',NULL,NULL),(53,2,36,'Added',NULL,NULL),(54,2,184,'Added',NULL,NULL),(55,2,95,'Added',NULL,NULL),(56,2,82,'Added',NULL,NULL),(57,2,163,'Added',NULL,NULL),(58,2,35,'Added',NULL,NULL),(59,2,86,'Added',NULL,NULL),(60,2,83,'Added',NULL,NULL),(61,3,38,'Added',NULL,NULL),(62,3,178,'Added',NULL,NULL),(63,3,144,'Added',NULL,NULL),(64,3,107,'Added',NULL,NULL),(65,3,71,'Added',NULL,NULL),(66,3,84,'Added',NULL,NULL),(67,3,150,'Added',NULL,NULL),(68,3,201,'Added',NULL,NULL),(69,3,154,'Added',NULL,NULL),(70,3,51,'Added',NULL,NULL),(71,3,4,'Added',NULL,NULL),(72,3,60,'Added',NULL,NULL),(73,3,47,'Added',NULL,NULL),(74,3,182,'Added',NULL,NULL),(75,3,79,'Added',NULL,NULL),(76,4,89,'Added',NULL,NULL),(77,4,72,'Added',NULL,NULL),(78,4,28,'Added',NULL,NULL),(79,4,170,'Added',NULL,NULL),(80,4,180,'Added',NULL,NULL),(81,4,192,'Added',NULL,NULL),(82,4,68,'Added',NULL,NULL),(83,4,65,'Added',NULL,NULL); +INSERT INTO `civicrm_group_contact` (`id`, `group_id`, `contact_id`, `status`, `location_id`, `email_id`) VALUES (1,2,48,'Added',NULL,NULL),(2,2,121,'Added',NULL,NULL),(3,2,52,'Added',NULL,NULL),(4,2,76,'Added',NULL,NULL),(5,2,62,'Added',NULL,NULL),(6,2,77,'Added',NULL,NULL),(7,2,150,'Added',NULL,NULL),(8,2,90,'Added',NULL,NULL),(9,2,134,'Added',NULL,NULL),(10,2,78,'Added',NULL,NULL),(11,2,170,'Added',NULL,NULL),(12,2,164,'Added',NULL,NULL),(13,2,87,'Added',NULL,NULL),(14,2,113,'Added',NULL,NULL),(15,2,143,'Added',NULL,NULL),(16,2,36,'Added',NULL,NULL),(17,2,183,'Added',NULL,NULL),(18,2,8,'Added',NULL,NULL),(19,2,12,'Added',NULL,NULL),(20,2,191,'Added',NULL,NULL),(21,2,171,'Added',NULL,NULL),(22,2,160,'Added',NULL,NULL),(23,2,30,'Added',NULL,NULL),(24,2,155,'Added',NULL,NULL),(25,2,142,'Added',NULL,NULL),(26,2,99,'Added',NULL,NULL),(27,2,111,'Added',NULL,NULL),(28,2,72,'Added',NULL,NULL),(29,2,168,'Added',NULL,NULL),(30,2,44,'Added',NULL,NULL),(31,2,82,'Added',NULL,NULL),(32,2,138,'Added',NULL,NULL),(33,2,127,'Added',NULL,NULL),(34,2,199,'Added',NULL,NULL),(35,2,185,'Added',NULL,NULL),(36,2,200,'Added',NULL,NULL),(37,2,186,'Added',NULL,NULL),(38,2,119,'Added',NULL,NULL),(39,2,151,'Added',NULL,NULL),(40,2,57,'Added',NULL,NULL),(41,2,184,'Added',NULL,NULL),(42,2,179,'Added',NULL,NULL),(43,2,2,'Added',NULL,NULL),(44,2,15,'Added',NULL,NULL),(45,2,22,'Added',NULL,NULL),(46,2,144,'Added',NULL,NULL),(47,2,158,'Added',NULL,NULL),(48,2,27,'Added',NULL,NULL),(49,2,107,'Added',NULL,NULL),(50,2,154,'Added',NULL,NULL),(51,2,33,'Added',NULL,NULL),(52,2,101,'Added',NULL,NULL),(53,2,135,'Added',NULL,NULL),(54,2,67,'Added',NULL,NULL),(55,2,51,'Added',NULL,NULL),(56,2,165,'Added',NULL,NULL),(57,2,159,'Added',NULL,NULL),(58,2,141,'Added',NULL,NULL),(59,2,98,'Added',NULL,NULL),(60,2,46,'Added',NULL,NULL),(61,3,109,'Added',NULL,NULL),(62,3,100,'Added',NULL,NULL),(63,3,93,'Added',NULL,NULL),(64,3,21,'Added',NULL,NULL),(65,3,112,'Added',NULL,NULL),(66,3,163,'Added',NULL,NULL),(67,3,41,'Added',NULL,NULL),(68,3,128,'Added',NULL,NULL),(69,3,174,'Added',NULL,NULL),(70,3,49,'Added',NULL,NULL),(71,3,58,'Added',NULL,NULL),(72,3,120,'Added',NULL,NULL),(73,3,39,'Added',NULL,NULL),(74,3,85,'Added',NULL,NULL),(75,3,177,'Added',NULL,NULL),(76,4,48,'Added',NULL,NULL),(77,4,90,'Added',NULL,NULL),(78,4,143,'Added',NULL,NULL),(79,4,160,'Added',NULL,NULL),(80,4,168,'Added',NULL,NULL),(81,4,200,'Added',NULL,NULL),(82,4,2,'Added',NULL,NULL),(83,4,154,'Added',NULL,NULL); /*!40000 ALTER TABLE `civicrm_group_contact` ENABLE KEYS */; UNLOCK TABLES; @@ -620,7 +620,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_line_item` WRITE; /*!40000 ALTER TABLE `civicrm_line_item` DISABLE KEYS */; -INSERT INTO `civicrm_line_item` (`id`, `entity_table`, `entity_id`, `price_field_id`, `label`, `qty`, `unit_price`, `line_total`, `participant_count`, `price_field_value_id`, `financial_type_id`, `deductible_amount`) VALUES (1,'civicrm_contribution',1,1,'Contribution Amount',1,125.00,125.00,0,1,1,0.00),(2,'civicrm_contribution',2,1,'Contribution Amount',1,50.00,50.00,0,1,1,0.00),(3,'civicrm_contribution',3,1,'Contribution Amount',1,25.00,25.00,0,1,1,0.00),(4,'civicrm_contribution',4,1,'Contribution Amount',1,50.00,50.00,0,1,1,0.00),(5,'civicrm_contribution',5,1,'Contribution Amount',1,500.00,500.00,0,1,1,0.00),(6,'civicrm_contribution',6,1,'Contribution Amount',1,175.00,175.00,0,1,1,0.00),(7,'civicrm_contribution',7,1,'Contribution Amount',1,50.00,50.00,0,1,1,0.00),(8,'civicrm_contribution',8,1,'Contribution Amount',1,10.00,10.00,0,1,1,0.00),(9,'civicrm_contribution',9,1,'Contribution Amount',1,250.00,250.00,0,1,1,0.00),(10,'civicrm_contribution',10,1,'Contribution Amount',1,500.00,500.00,0,1,1,0.00),(11,'civicrm_contribution',11,1,'Contribution Amount',1,200.00,200.00,0,1,1,0.00),(12,'civicrm_contribution',12,1,'Contribution Amount',1,200.00,200.00,0,1,1,0.00),(13,'civicrm_contribution',13,1,'Contribution Amount',1,200.00,200.00,0,1,1,0.00),(16,'civicrm_contribution',14,4,'General',1,100.00,100.00,NULL,7,2,0.00),(17,'civicrm_contribution',16,4,'General',1,100.00,100.00,NULL,7,2,0.00),(18,'civicrm_contribution',18,4,'General',1,100.00,100.00,NULL,7,2,0.00),(19,'civicrm_contribution',20,4,'General',1,100.00,100.00,NULL,7,2,0.00),(20,'civicrm_contribution',22,4,'General',1,100.00,100.00,NULL,7,2,0.00),(21,'civicrm_contribution',26,4,'General',1,100.00,100.00,NULL,7,2,0.00),(22,'civicrm_contribution',28,4,'General',1,100.00,100.00,NULL,7,2,0.00),(23,'civicrm_contribution',30,4,'General',1,100.00,100.00,NULL,7,2,0.00),(24,'civicrm_contribution',32,4,'General',1,100.00,100.00,NULL,7,2,0.00),(25,'civicrm_contribution',34,4,'General',1,100.00,100.00,NULL,7,2,0.00),(26,'civicrm_contribution',36,4,'General',1,100.00,100.00,NULL,7,2,0.00),(27,'civicrm_contribution',40,4,'General',1,100.00,100.00,NULL,7,2,0.00),(28,'civicrm_contribution',42,4,'General',1,100.00,100.00,NULL,7,2,0.00),(29,'civicrm_contribution',15,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(30,'civicrm_contribution',17,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(31,'civicrm_contribution',19,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(32,'civicrm_contribution',21,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(33,'civicrm_contribution',23,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(34,'civicrm_contribution',25,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(35,'civicrm_contribution',27,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(36,'civicrm_contribution',29,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(37,'civicrm_contribution',31,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(38,'civicrm_contribution',33,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(39,'civicrm_contribution',37,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(40,'civicrm_contribution',38,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(41,'civicrm_contribution',39,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(42,'civicrm_contribution',41,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(43,'civicrm_contribution',43,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(44,'civicrm_contribution',24,4,'Lifetime',1,1200.00,1200.00,NULL,9,2,0.00),(45,'civicrm_contribution',35,4,'Lifetime',1,1200.00,1200.00,NULL,9,2,0.00),(47,'civicrm_participant',3,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(48,'civicrm_participant',6,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(49,'civicrm_participant',9,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(50,'civicrm_participant',12,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(51,'civicrm_participant',15,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(52,'civicrm_participant',18,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(53,'civicrm_participant',21,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(54,'civicrm_participant',24,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(55,'civicrm_participant',25,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(56,'civicrm_participant',28,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(57,'civicrm_participant',31,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(58,'civicrm_participant',34,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(59,'civicrm_participant',37,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(60,'civicrm_participant',40,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(61,'civicrm_participant',43,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(62,'civicrm_participant',46,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(63,'civicrm_participant',49,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(64,'civicrm_participant',50,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(65,'civicrm_participant',1,8,'Single',1,50.00,50.00,0,16,4,0.00),(66,'civicrm_participant',4,8,'Single',1,50.00,50.00,0,16,4,0.00),(67,'civicrm_participant',7,8,'Single',1,50.00,50.00,0,16,4,0.00),(68,'civicrm_participant',10,8,'Single',1,50.00,50.00,0,16,4,0.00),(69,'civicrm_participant',13,8,'Single',1,50.00,50.00,0,16,4,0.00),(70,'civicrm_participant',16,8,'Single',1,50.00,50.00,0,16,4,0.00),(71,'civicrm_participant',19,8,'Single',1,50.00,50.00,0,16,4,0.00),(72,'civicrm_participant',22,8,'Single',1,50.00,50.00,0,16,4,0.00),(73,'civicrm_participant',26,8,'Single',1,50.00,50.00,0,16,4,0.00),(74,'civicrm_participant',29,8,'Single',1,50.00,50.00,0,16,4,0.00),(75,'civicrm_participant',32,8,'Single',1,50.00,50.00,0,16,4,0.00),(76,'civicrm_participant',35,8,'Single',1,50.00,50.00,0,16,4,0.00),(77,'civicrm_participant',38,8,'Single',1,50.00,50.00,0,16,4,0.00),(78,'civicrm_participant',41,8,'Single',1,50.00,50.00,0,16,4,0.00),(79,'civicrm_participant',44,8,'Single',1,50.00,50.00,0,16,4,0.00),(80,'civicrm_participant',47,8,'Single',1,50.00,50.00,0,16,4,0.00),(81,'civicrm_participant',2,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(82,'civicrm_participant',5,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(83,'civicrm_participant',8,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(84,'civicrm_participant',11,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(85,'civicrm_participant',14,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(86,'civicrm_participant',17,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(87,'civicrm_participant',20,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(88,'civicrm_participant',23,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(89,'civicrm_participant',27,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(90,'civicrm_participant',30,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(91,'civicrm_participant',33,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(92,'civicrm_participant',36,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(93,'civicrm_participant',39,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(94,'civicrm_participant',42,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(95,'civicrm_participant',45,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(96,'civicrm_participant',48,9,'Soprano',1,50.00,50.00,0,21,2,0.00); +INSERT INTO `civicrm_line_item` (`id`, `entity_table`, `entity_id`, `price_field_id`, `label`, `qty`, `unit_price`, `line_total`, `participant_count`, `price_field_value_id`, `financial_type_id`, `deductible_amount`) VALUES (1,'civicrm_contribution',1,1,'Contribution Amount',1,125.00,125.00,0,1,1,0.00),(2,'civicrm_contribution',2,1,'Contribution Amount',1,50.00,50.00,0,1,1,0.00),(3,'civicrm_contribution',3,1,'Contribution Amount',1,25.00,25.00,0,1,1,0.00),(4,'civicrm_contribution',4,1,'Contribution Amount',1,50.00,50.00,0,1,1,0.00),(5,'civicrm_contribution',5,1,'Contribution Amount',1,500.00,500.00,0,1,1,0.00),(6,'civicrm_contribution',6,1,'Contribution Amount',1,175.00,175.00,0,1,1,0.00),(7,'civicrm_contribution',7,1,'Contribution Amount',1,50.00,50.00,0,1,1,0.00),(8,'civicrm_contribution',8,1,'Contribution Amount',1,10.00,10.00,0,1,1,0.00),(9,'civicrm_contribution',9,1,'Contribution Amount',1,250.00,250.00,0,1,1,0.00),(10,'civicrm_contribution',10,1,'Contribution Amount',1,500.00,500.00,0,1,1,0.00),(11,'civicrm_contribution',11,1,'Contribution Amount',1,200.00,200.00,0,1,1,0.00),(12,'civicrm_contribution',12,1,'Contribution Amount',1,200.00,200.00,0,1,1,0.00),(13,'civicrm_contribution',13,1,'Contribution Amount',1,200.00,200.00,0,1,1,0.00),(16,'civicrm_contribution',14,4,'General',1,100.00,100.00,NULL,7,2,0.00),(17,'civicrm_contribution',16,4,'General',1,100.00,100.00,NULL,7,2,0.00),(18,'civicrm_contribution',18,4,'General',1,100.00,100.00,NULL,7,2,0.00),(19,'civicrm_contribution',20,4,'General',1,100.00,100.00,NULL,7,2,0.00),(20,'civicrm_contribution',22,4,'General',1,100.00,100.00,NULL,7,2,0.00),(21,'civicrm_contribution',23,4,'General',1,100.00,100.00,NULL,7,2,0.00),(22,'civicrm_contribution',26,4,'General',1,100.00,100.00,NULL,7,2,0.00),(23,'civicrm_contribution',30,4,'General',1,100.00,100.00,NULL,7,2,0.00),(24,'civicrm_contribution',32,4,'General',1,100.00,100.00,NULL,7,2,0.00),(25,'civicrm_contribution',33,4,'General',1,100.00,100.00,NULL,7,2,0.00),(26,'civicrm_contribution',34,4,'General',1,100.00,100.00,NULL,7,2,0.00),(27,'civicrm_contribution',36,4,'General',1,100.00,100.00,NULL,7,2,0.00),(28,'civicrm_contribution',38,4,'General',1,100.00,100.00,NULL,7,2,0.00),(29,'civicrm_contribution',40,4,'General',1,100.00,100.00,NULL,7,2,0.00),(30,'civicrm_contribution',42,4,'General',1,100.00,100.00,NULL,7,2,0.00),(31,'civicrm_contribution',15,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(32,'civicrm_contribution',17,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(33,'civicrm_contribution',19,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(34,'civicrm_contribution',21,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(35,'civicrm_contribution',25,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(36,'civicrm_contribution',27,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(37,'civicrm_contribution',28,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(38,'civicrm_contribution',29,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(39,'civicrm_contribution',31,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(40,'civicrm_contribution',37,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(41,'civicrm_contribution',39,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(42,'civicrm_contribution',41,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(43,'civicrm_contribution',43,4,'Student',1,50.00,50.00,NULL,8,2,0.00),(44,'civicrm_contribution',24,4,'Lifetime',1,1200.00,1200.00,NULL,9,2,0.00),(45,'civicrm_contribution',35,4,'Lifetime',1,1200.00,1200.00,NULL,9,2,0.00),(47,'civicrm_participant',3,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(48,'civicrm_participant',6,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(49,'civicrm_participant',9,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(50,'civicrm_participant',12,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(51,'civicrm_participant',15,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(52,'civicrm_participant',18,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(53,'civicrm_participant',21,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(54,'civicrm_participant',24,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(55,'civicrm_participant',25,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(56,'civicrm_participant',28,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(57,'civicrm_participant',31,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(58,'civicrm_participant',34,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(59,'civicrm_participant',37,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(60,'civicrm_participant',40,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(61,'civicrm_participant',43,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(62,'civicrm_participant',46,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(63,'civicrm_participant',49,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(64,'civicrm_participant',50,7,'Tiny-tots (ages 5-8)',1,800.00,800.00,0,13,4,0.00),(65,'civicrm_participant',1,8,'Single',1,50.00,50.00,0,16,4,0.00),(66,'civicrm_participant',4,8,'Single',1,50.00,50.00,0,16,4,0.00),(67,'civicrm_participant',7,8,'Single',1,50.00,50.00,0,16,4,0.00),(68,'civicrm_participant',10,8,'Single',1,50.00,50.00,0,16,4,0.00),(69,'civicrm_participant',13,8,'Single',1,50.00,50.00,0,16,4,0.00),(70,'civicrm_participant',16,8,'Single',1,50.00,50.00,0,16,4,0.00),(71,'civicrm_participant',19,8,'Single',1,50.00,50.00,0,16,4,0.00),(72,'civicrm_participant',22,8,'Single',1,50.00,50.00,0,16,4,0.00),(73,'civicrm_participant',26,8,'Single',1,50.00,50.00,0,16,4,0.00),(74,'civicrm_participant',29,8,'Single',1,50.00,50.00,0,16,4,0.00),(75,'civicrm_participant',32,8,'Single',1,50.00,50.00,0,16,4,0.00),(76,'civicrm_participant',35,8,'Single',1,50.00,50.00,0,16,4,0.00),(77,'civicrm_participant',38,8,'Single',1,50.00,50.00,0,16,4,0.00),(78,'civicrm_participant',41,8,'Single',1,50.00,50.00,0,16,4,0.00),(79,'civicrm_participant',44,8,'Single',1,50.00,50.00,0,16,4,0.00),(80,'civicrm_participant',47,8,'Single',1,50.00,50.00,0,16,4,0.00),(81,'civicrm_participant',2,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(82,'civicrm_participant',5,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(83,'civicrm_participant',8,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(84,'civicrm_participant',11,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(85,'civicrm_participant',14,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(86,'civicrm_participant',17,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(87,'civicrm_participant',20,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(88,'civicrm_participant',23,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(89,'civicrm_participant',27,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(90,'civicrm_participant',30,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(91,'civicrm_participant',33,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(92,'civicrm_participant',36,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(93,'civicrm_participant',39,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(94,'civicrm_participant',42,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(95,'civicrm_participant',45,9,'Soprano',1,50.00,50.00,0,21,2,0.00),(96,'civicrm_participant',48,9,'Soprano',1,50.00,50.00,0,21,2,0.00); /*!40000 ALTER TABLE `civicrm_line_item` ENABLE KEYS */; UNLOCK TABLES; @@ -630,7 +630,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_loc_block` WRITE; /*!40000 ALTER TABLE `civicrm_loc_block` DISABLE KEYS */; -INSERT INTO `civicrm_loc_block` (`id`, `address_id`, `email_id`, `phone_id`, `im_id`, `address_2_id`, `email_2_id`, `phone_2_id`, `im_2_id`) VALUES (1,183,195,161,NULL,NULL,NULL,NULL,NULL),(2,184,196,162,NULL,NULL,NULL,NULL,NULL),(3,185,197,163,NULL,NULL,NULL,NULL,NULL); +INSERT INTO `civicrm_loc_block` (`id`, `address_id`, `email_id`, `phone_id`, `im_id`, `address_2_id`, `email_2_id`, `phone_2_id`, `im_2_id`) VALUES (1,175,203,177,NULL,NULL,NULL,NULL,NULL),(2,176,204,178,NULL,NULL,NULL,NULL,NULL),(3,177,205,179,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_loc_block` ENABLE KEYS */; UNLOCK TABLES; @@ -870,7 +870,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_membership` WRITE; /*!40000 ALTER TABLE `civicrm_membership` DISABLE KEYS */; -INSERT INTO `civicrm_membership` (`id`, `contact_id`, `membership_type_id`, `join_date`, `start_date`, `end_date`, `source`, `status_id`, `is_override`, `owner_membership_id`, `max_related`, `is_test`, `is_pay_later`, `contribution_recur_id`, `campaign_id`) VALUES (1,124,1,'2014-04-05','2014-04-05','2016-04-04','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(2,158,2,'2014-04-04','2014-04-04','2015-04-03','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(3,19,1,'2014-04-03','2014-04-03','2016-04-02','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(4,47,2,'2014-04-02','2014-04-02','2015-04-01','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(5,198,1,'2012-03-04','2012-03-04','2014-03-03','Donation',3,NULL,NULL,NULL,0,0,NULL,NULL),(6,154,2,'2014-03-31','2014-03-31','2015-03-30','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(7,3,1,'2014-03-30','2014-03-30','2016-03-29','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(8,149,2,'2014-03-29','2014-03-29','2015-03-28','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(9,2,1,'2014-03-28','2014-03-28','2016-03-27','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(10,86,2,'2013-03-27','2013-03-27','2014-03-26','Donation',4,NULL,NULL,NULL,0,0,NULL,NULL),(11,166,3,'2014-03-26','2014-03-26',NULL,'Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(12,189,2,'2014-03-25','2014-03-25','2015-03-24','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(13,126,1,'2014-03-24','2014-03-24','2016-03-23','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(14,22,2,'2014-03-23','2014-03-23','2015-03-22','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(15,125,1,'2011-12-15','2011-12-15','2013-12-14','Payment',3,NULL,NULL,NULL,0,0,NULL,NULL),(16,81,2,'2014-03-21','2014-03-21','2015-03-20','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(17,201,1,'2014-03-20','2014-03-20','2016-03-19','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(18,114,2,'2014-03-19','2014-03-19','2015-03-18','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(19,110,1,'2014-03-18','2014-03-18','2016-03-17','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(20,140,2,'2013-03-17','2013-03-17','2014-03-16','Check',4,NULL,NULL,NULL,0,0,NULL,NULL),(21,119,1,'2014-03-16','2014-03-16','2016-03-15','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(22,45,3,'2014-03-15','2014-03-15',NULL,'Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(23,23,1,'2014-03-14','2014-03-14','2016-03-13','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(24,132,2,'2014-03-13','2014-03-13','2015-03-12','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(25,98,2,'2013-03-12','2013-03-12','2014-03-11','Donation',4,NULL,NULL,NULL,0,0,NULL,NULL),(26,163,2,'2014-03-11','2014-03-11','2015-03-10','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(27,26,1,'2014-03-10','2014-03-10','2016-03-09','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(28,194,2,'2014-03-09','2014-03-09','2015-03-08','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(29,160,1,'2014-03-08','2014-03-08','2016-03-07','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(30,16,2,'2013-03-07','2013-03-07','2014-03-06','Payment',4,NULL,NULL,NULL,0,0,NULL,NULL); +INSERT INTO `civicrm_membership` (`id`, `contact_id`, `membership_type_id`, `join_date`, `start_date`, `end_date`, `source`, `status_id`, `is_override`, `owner_membership_id`, `max_related`, `is_test`, `is_pay_later`, `contribution_recur_id`, `campaign_id`) VALUES (1,157,1,'2014-04-23','2014-04-23','2016-04-22','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(2,169,2,'2014-04-22','2014-04-22','2015-04-21','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(3,174,1,'2014-04-21','2014-04-21','2016-04-20','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(4,67,2,'2014-04-20','2014-04-20','2015-04-19','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(5,189,1,'2012-03-22','2012-03-22','2014-03-21','Check',3,NULL,NULL,NULL,0,0,NULL,NULL),(6,60,2,'2014-04-18','2014-04-18','2015-04-17','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(7,182,1,'2014-04-17','2014-04-17','2016-04-16','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(8,81,2,'2014-04-16','2014-04-16','2015-04-15','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(9,89,1,'2014-04-15','2014-04-15','2016-04-14','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(10,98,1,'2012-02-11','2012-02-11','2014-02-10','Donation',3,NULL,NULL,NULL,0,0,NULL,NULL),(11,184,3,'2014-04-13','2014-04-13',NULL,'Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(12,52,2,'2014-04-12','2014-04-12','2015-04-11','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(13,170,1,'2014-04-11','2014-04-11','2016-04-10','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(14,128,2,'2014-04-10','2014-04-10','2015-04-09','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(15,61,2,'2013-04-09','2013-04-09','2014-04-08','Payment',4,NULL,NULL,NULL,0,0,NULL,NULL),(16,110,2,'2014-04-08','2014-04-08','2015-04-07','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(17,162,1,'2014-04-07','2014-04-07','2016-04-06','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(18,142,2,'2014-04-06','2014-04-06','2015-04-05','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(19,65,1,'2014-04-05','2014-04-05','2016-04-04','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(20,11,1,'2011-11-23','2011-11-23','2013-11-22','Check',3,NULL,NULL,NULL,0,0,NULL,NULL),(21,15,1,'2014-04-03','2014-04-03','2016-04-02','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(22,45,3,'2014-04-02','2014-04-02',NULL,'Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(23,118,1,'2014-04-01','2014-04-01','2016-03-31','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(24,68,2,'2014-03-31','2014-03-31','2015-03-30','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(25,70,1,'2011-10-14','2011-10-14','2013-10-13','Donation',3,NULL,NULL,NULL,0,0,NULL,NULL),(26,165,2,'2014-03-29','2014-03-29','2015-03-28','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(27,97,1,'2014-03-28','2014-03-28','2016-03-27','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(28,92,2,'2014-03-27','2014-03-27','2015-03-26','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(29,158,1,'2014-03-26','2014-03-26','2016-03-25','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(30,99,2,'2013-03-25','2013-03-25','2014-03-24','Payment',4,NULL,NULL,NULL,0,0,NULL,NULL); /*!40000 ALTER TABLE `civicrm_membership` ENABLE KEYS */; UNLOCK TABLES; @@ -890,7 +890,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_membership_log` WRITE; /*!40000 ALTER TABLE `civicrm_membership_log` DISABLE KEYS */; -INSERT INTO `civicrm_membership_log` (`id`, `membership_id`, `status_id`, `start_date`, `end_date`, `modified_id`, `modified_date`, `membership_type_id`, `max_related`) VALUES (1,9,1,'2014-03-28','2016-03-27',2,'2014-04-05',1,NULL),(2,7,1,'2014-03-30','2016-03-29',3,'2014-04-05',1,NULL),(3,30,4,'2013-03-07','2014-03-06',16,'2014-04-05',2,NULL),(4,3,1,'2014-04-03','2016-04-02',19,'2014-04-05',1,NULL),(5,14,1,'2014-03-23','2015-03-22',22,'2014-04-05',2,NULL),(6,23,1,'2014-03-14','2016-03-13',23,'2014-04-05',1,NULL),(7,27,1,'2014-03-10','2016-03-09',26,'2014-04-05',1,NULL),(8,22,1,'2014-03-15',NULL,45,'2014-04-05',3,NULL),(9,4,1,'2014-04-02','2015-04-01',47,'2014-04-05',2,NULL),(10,16,1,'2014-03-21','2015-03-20',81,'2014-04-05',2,NULL),(11,10,4,'2013-03-27','2014-03-26',86,'2014-04-05',2,NULL),(12,25,4,'2013-03-12','2014-03-11',98,'2014-04-05',2,NULL),(13,19,1,'2014-03-18','2016-03-17',110,'2014-04-05',1,NULL),(14,18,1,'2014-03-19','2015-03-18',114,'2014-04-05',2,NULL),(15,21,1,'2014-03-16','2016-03-15',119,'2014-04-05',1,NULL),(16,1,1,'2014-04-05','2016-04-04',124,'2014-04-05',1,NULL),(17,15,3,'2011-12-15','2013-12-14',125,'2014-04-05',1,NULL),(18,13,1,'2014-03-24','2016-03-23',126,'2014-04-05',1,NULL),(19,24,1,'2014-03-13','2015-03-12',132,'2014-04-05',2,NULL),(20,20,4,'2013-03-17','2014-03-16',140,'2014-04-05',2,NULL),(21,8,1,'2014-03-29','2015-03-28',149,'2014-04-05',2,NULL),(22,6,1,'2014-03-31','2015-03-30',154,'2014-04-05',2,NULL),(23,2,1,'2014-04-04','2015-04-03',158,'2014-04-05',2,NULL),(24,29,1,'2014-03-08','2016-03-07',160,'2014-04-05',1,NULL),(25,26,1,'2014-03-11','2015-03-10',163,'2014-04-05',2,NULL),(26,11,1,'2014-03-26',NULL,166,'2014-04-05',3,NULL),(27,12,1,'2014-03-25','2015-03-24',189,'2014-04-05',2,NULL),(28,28,1,'2014-03-09','2015-03-08',194,'2014-04-05',2,NULL),(29,5,3,'2012-03-04','2014-03-03',198,'2014-04-05',1,NULL),(30,17,1,'2014-03-20','2016-03-19',201,'2014-04-05',1,NULL); +INSERT INTO `civicrm_membership_log` (`id`, `membership_id`, `status_id`, `start_date`, `end_date`, `modified_id`, `modified_date`, `membership_type_id`, `max_related`) VALUES (1,20,3,'2011-11-23','2013-11-22',11,'2014-04-23',1,NULL),(2,21,1,'2014-04-03','2016-04-02',15,'2014-04-23',1,NULL),(3,22,1,'2014-04-02',NULL,45,'2014-04-23',3,NULL),(4,12,1,'2014-04-12','2015-04-11',52,'2014-04-23',2,NULL),(5,6,1,'2014-04-18','2015-04-17',60,'2014-04-23',2,NULL),(6,15,4,'2013-04-09','2014-04-08',61,'2014-04-23',2,NULL),(7,19,1,'2014-04-05','2016-04-04',65,'2014-04-23',1,NULL),(8,4,1,'2014-04-20','2015-04-19',67,'2014-04-23',2,NULL),(9,24,1,'2014-03-31','2015-03-30',68,'2014-04-23',2,NULL),(10,25,3,'2011-10-14','2013-10-13',70,'2014-04-23',1,NULL),(11,8,1,'2014-04-16','2015-04-15',81,'2014-04-23',2,NULL),(12,9,1,'2014-04-15','2016-04-14',89,'2014-04-23',1,NULL),(13,28,1,'2014-03-27','2015-03-26',92,'2014-04-23',2,NULL),(14,27,1,'2014-03-28','2016-03-27',97,'2014-04-23',1,NULL),(15,10,3,'2012-02-11','2014-02-10',98,'2014-04-23',1,NULL),(16,30,4,'2013-03-25','2014-03-24',99,'2014-04-23',2,NULL),(17,16,1,'2014-04-08','2015-04-07',110,'2014-04-23',2,NULL),(18,23,1,'2014-04-01','2016-03-31',118,'2014-04-23',1,NULL),(19,14,1,'2014-04-10','2015-04-09',128,'2014-04-23',2,NULL),(20,18,1,'2014-04-06','2015-04-05',142,'2014-04-23',2,NULL),(21,1,1,'2014-04-23','2016-04-22',157,'2014-04-23',1,NULL),(22,29,1,'2014-03-26','2016-03-25',158,'2014-04-23',1,NULL),(23,17,1,'2014-04-07','2016-04-06',162,'2014-04-23',1,NULL),(24,26,1,'2014-03-29','2015-03-28',165,'2014-04-23',2,NULL),(25,2,1,'2014-04-22','2015-04-21',169,'2014-04-23',2,NULL),(26,13,1,'2014-04-11','2016-04-10',170,'2014-04-23',1,NULL),(27,3,1,'2014-04-21','2016-04-20',174,'2014-04-23',1,NULL),(28,7,1,'2014-04-17','2016-04-16',182,'2014-04-23',1,NULL),(29,11,1,'2014-04-13',NULL,184,'2014-04-23',3,NULL),(30,5,3,'2012-03-22','2014-03-21',189,'2014-04-23',1,NULL); /*!40000 ALTER TABLE `civicrm_membership_log` ENABLE KEYS */; UNLOCK TABLES; @@ -930,6 +930,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_menu` WRITE; /*!40000 ALTER TABLE `civicrm_menu` DISABLE KEYS */; +INSERT INTO `civicrm_menu` (`id`, `domain_id`, `path`, `path_arguments`, `title`, `access_callback`, `access_arguments`, `page_callback`, `page_arguments`, `breadcrumb`, `return_url`, `return_url_args`, `component_id`, `is_active`, `is_public`, `is_exposed`, `is_ssl`, `weight`, `type`, `page_type`, `skipBreadcrumb`) VALUES (1,1,'civicrm/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(2,1,'civicrm/pcp/campaign',NULL,'Setup a Personal Campaign Page - Account Information','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,0,1,0,NULL),(3,1,'civicrm/pcp/info',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_PCP_Page_PCPInfo\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(4,1,'civicrm/admin/pcp','context=contribute','Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Page_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,362,1,0,NULL),(5,1,'civicrm/custom/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Custom_Form_CustomData\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(6,1,'civicrm/profile',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,0,1,0,NULL),(7,1,'civicrm/profile/create',NULL,'CiviCRM Profile Create','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Profile_Page_Router\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,0,1,0,NULL),(8,1,'civicrm/profile/view',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Profile_Page_View\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(9,1,'civicrm/group',NULL,'Manage Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Page_Group\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,30,1,1,NULL),(10,1,'civicrm/group/search',NULL,'Group Members','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(11,1,'civicrm/group/add',NULL,'New Group','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:11:\"edit groups\";}i:1;s:3:\"and\";}','s:20:\"CRM_Group_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Manage Groups\";s:3:\"url\";s:22:\"/civicrm/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(12,1,'civicrm/ajax/grouplist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Group_Page_AJAX\";i:1;s:12:\"getGroupList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(13,1,'civicrm/upgrade',NULL,'Upgrade CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Upgrade_Page_Upgrade\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(14,1,'civicrm/export',NULL,'Download Errors','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(15,1,'civicrm/export/contact',NULL,'Export Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Export_BAO_Export\";i:1;s:6:\"invoke\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Download Errors\";s:3:\"url\";s:23:\"/civicrm/export?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,NULL),(16,1,'civicrm/admin/options/acl_role',NULL,'ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(17,1,'civicrm/acl',NULL,'Manage ACLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:16:\"CRM_ACL_Page_ACL\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(18,1,'civicrm/acl/entityrole',NULL,'Assign Users to ACL Roles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_ACL_Page_EntityRole\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(19,1,'civicrm/acl/basic',NULL,'ACL','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_ACL_Page_ACLBasic\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"Manage ACLs\";s:3:\"url\";s:20:\"/civicrm/acl?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(20,1,'civicrm/standalone/register',NULL,'Registration Page','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Standalone_Form_Register\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(21,1,'civicrm/file',NULL,'Browse Uploaded files','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_Page_File\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(22,1,'civicrm/file/delete',NULL,'Delete file','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:17:\"CRM_Core_BAO_File\";i:1;s:16:\"deleteAttachment\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:21:\"Browse Uploaded files\";s:3:\"url\";s:21:\"/civicrm/file?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(23,1,'civicrm/friend',NULL,'Tell a Friend','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:15:\"CRM_Friend_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(24,1,'civicrm/logout',NULL,'Log out','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:6:\"logout\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,9999,1,1,NULL),(25,1,'civicrm/i18n',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"translate CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Core_I18n_Form\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(26,1,'civicrm/ajax/doc',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:7:\"ajaxDoc\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(27,1,'civicrm/api/explorer',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_APIExplorer\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(28,1,'civicrm/api/doc',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_APIDoc\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(29,1,'civicrm/ajax/rest',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"access AJAX API\";}i:1;s:2:\"or\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:4:\"ajax\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(30,1,'civicrm/api/json',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:8:\"ajaxJson\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(31,1,'civicrm/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:14:\"CRM_Utils_REST\";i:1;s:12:\"loadTemplate\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(32,1,'civicrm/ajax/chart',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(33,1,'civicrm/contribute/ajax/tableview',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,0,NULL),(34,1,'civicrm/payment/ipn',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Core_Payment\";i:1;s:9:\"handleIPN\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,NULL,1,NULL,0,1,1,0,NULL),(35,1,'civicrm/batch',NULL,'Batch Data Entry','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Page_Batch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(36,1,'civicrm/batch/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Batch\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(37,1,'civicrm/batch/entry',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:20:\"CRM_Batch_Form_Entry\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Batch Data Entry\";s:3:\"url\";s:22:\"/civicrm/batch?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(38,1,'civicrm/ajax/batch',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:9:\"batchSave\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(39,1,'civicrm/ajax/batchlist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Batch_Page_AJAX\";i:1;s:12:\"getBatchList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(40,1,'civicrm/ajax/inline',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Core_Page_AJAX\";i:1;s:3:\"run\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(41,1,'civicrm/dev/qunit',NULL,'QUnit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:19:\"CRM_Core_Page_QUnit\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(42,1,'civicrm/profile-editor/schema',NULL,'ProfileEditor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:25:\"CRM_UF_Page_ProfileEditor\";i:1;s:13:\"getSchemaJSON\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(43,1,'civicrm/admin/custom/group',NULL,'Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,10,1,0,NULL),(44,1,'civicrm/admin/custom/group/field',NULL,'Custom Data Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,11,1,0,0),(45,1,'civicrm/admin/custom/group/field/option',NULL,'Custom Field - Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Custom_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(46,1,'civicrm/admin/custom/group/field/add',NULL,'Custom Field - Add','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(47,1,'civicrm/admin/custom/group/field/update',NULL,'Custom Field - Edit','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Custom_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(48,1,'civicrm/admin/custom/group/field/move',NULL,'Custom Field - Move','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Custom_Form_MoveField\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(49,1,'civicrm/admin/custom/group/field/changetype',NULL,'Custom Field - Change Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Custom_Form_ChangeFieldType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Custom Data\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(50,1,'civicrm/admin/uf/group',NULL,'Profiles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Group\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,20,1,0,NULL),(51,1,'civicrm/admin/uf/group/field',NULL,'CiviCRM Profile Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,21,1,0,0),(52,1,'civicrm/admin/uf/group/field/add',NULL,'Add Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,22,1,0,NULL),(53,1,'civicrm/admin/uf/group/field/update',NULL,'Edit Field','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,23,1,0,NULL),(54,1,'civicrm/admin/uf/group/add',NULL,'New CiviCRM Profile','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,24,1,0,NULL),(55,1,'civicrm/admin/uf/group/update',NULL,'Profile Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:17:\"CRM_UF_Form_Group\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,25,1,0,NULL),(56,1,'civicrm/admin/uf/group/setting',NULL,'AdditionalInfo Form','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_UF_Form_AdvanceSetting\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,0,1,0,NULL),(57,1,'civicrm/admin/tag',NULL,'Tags (Categories)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Tag\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,25,1,0,NULL),(58,1,'civicrm/admin/tag/add','action=add','New Tag','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Tag\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Tags (Categories)\";s:3:\"url\";s:26:\"/civicrm/admin/tag?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(59,1,'civicrm/admin/options/activity_type',NULL,'Activity Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,30,1,0,NULL),(60,1,'civicrm/admin/reltype',NULL,'Relationship Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_RelationshipType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,35,1,0,NULL),(61,1,'civicrm/admin/options/subtype',NULL,'Contact Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Page_ContactType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,40,1,0,NULL),(62,1,'civicrm/admin/options/gender',NULL,'Gender Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,45,1,0,NULL),(63,1,'civicrm/admin/options/individual_prefix',NULL,'Individual Prefixes (Ms, Mr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,50,1,0,NULL),(64,1,'civicrm/admin/options/individual_suffix',NULL,'Individual Suffixes (Jr, Sr...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,55,1,0,NULL),(65,1,'civicrm/admin/locationType',NULL,'Location Types (Home, Work...)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LocationType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,60,1,0,NULL),(66,1,'civicrm/admin/options/website_type',NULL,'Website Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,65,1,0,NULL),(67,1,'civicrm/admin/options/instant_messenger_service',NULL,'Instant Messenger Services','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,70,1,0,NULL),(68,1,'civicrm/admin/options/mobile_provider',NULL,'Mobile Phone Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,75,1,0,NULL),(69,1,'civicrm/admin/options/phone_type',NULL,'Phone Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,80,1,0,NULL),(70,1,'civicrm/admin/setting/preferences/display',NULL,'Display Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Display\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,90,1,0,NULL),(71,1,'civicrm/admin/setting/search',NULL,'Search Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Form_Setting_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,95,1,0,NULL),(72,1,'civicrm/admin/menu',NULL,'Navigation Menu','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Navigation\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,100,1,0,NULL),(73,1,'civicrm/admin/options/wordreplacements',NULL,'Word Replacements','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_WordReplacements\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,105,1,0,NULL),(74,1,'civicrm/admin/options/custom_search',NULL,'Manage Custom Searches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,110,1,0,NULL),(75,1,'civicrm/admin/domain','action=update','Organization Address and Contact Info','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contact_Form_Domain\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,10,1,0,NULL),(76,1,'civicrm/admin/options/from_email_address',NULL,'From Email Addresses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,20,1,0,NULL),(77,1,'civicrm/admin/messageTemplates',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_MessageTemplates\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,30,1,0,NULL),(78,1,'civicrm/admin/messageTemplates/add',NULL,'Message Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Form_MessageTemplates\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Message Templates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,262,1,0,NULL),(79,1,'civicrm/admin/scheduleReminders',NULL,'Schedule Reminders','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ScheduleReminders\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,40,1,0,NULL),(80,1,'civicrm/admin/weight',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_Weight\";i:1;s:8:\"fixOrder\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(81,1,'civicrm/admin/options/preferred_communication_method',NULL,'Preferred Communication Methods','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,50,1,0,NULL),(82,1,'civicrm/admin/labelFormats',NULL,'Label Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_LabelFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,60,1,0,NULL),(83,1,'civicrm/admin/pdfFormats',NULL,'Print Page (PDF) Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_PdfFormats\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,70,1,0,NULL),(84,1,'civicrm/admin/options/communication_style',NULL,'Communication Style Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,75,1,0,NULL),(85,1,'civicrm/admin/options/email_greeting',NULL,'Email Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,80,1,0,NULL),(86,1,'civicrm/admin/options/postal_greeting',NULL,'Postal Greeting Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,90,1,0,NULL),(87,1,'civicrm/admin/options/addressee',NULL,'Addressee Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,100,1,0,NULL),(88,1,'civicrm/admin/setting/localization',NULL,'Languages, Currency, Location','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Form_Setting_Localization\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,10,1,0,NULL),(89,1,'civicrm/admin/setting/preferences/address',NULL,'Address Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Address\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,20,1,0,NULL),(90,1,'civicrm/admin/setting/date',NULL,'Date Formats','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Date\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,30,1,0,NULL),(91,1,'civicrm/admin/options/languages',NULL,'Preferred Languages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,40,1,0,NULL),(92,1,'civicrm/admin/access',NULL,'Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_Access\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,10,1,0,NULL),(93,1,'civicrm/admin/access/wp-permissions',NULL,'WordPress Access Control','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_ACL_Form_WordPress_Permissions\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Access Control\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,10,1,0,NULL),(94,1,'civicrm/admin/synchUser',NULL,'Synchronize Users to Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_CMSUser\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,20,1,0,NULL),(95,1,'civicrm/admin/configtask',NULL,'Configuration Checklist','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Admin_Page_ConfigTaskList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}','civicrm/admin/configtask',NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(96,1,'civicrm/admin/setting/component',NULL,'Enable CiviCRM Components','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,10,1,0,NULL),(97,1,'civicrm/admin/extensions',NULL,'Manage Extensions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Extensions\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,120,1,0,NULL),(98,1,'civicrm/admin/extensions/upgrade',NULL,'Database Upgrades','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ExtensionsUpgrade\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:17:\"Manage Extensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(99,1,'civicrm/admin/setting/smtp',NULL,'Outbound Email Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Smtp\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,20,1,0,NULL),(100,1,'civicrm/admin/paymentProcessor',NULL,'Payment Processor','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:29:\"administer payment processors\";}i:1;s:3:\"and\";}','s:31:\"CRM_Admin_Page_PaymentProcessor\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,30,1,0,NULL),(101,1,'civicrm/admin/setting/mapping',NULL,'Mapping and Geocoding','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Form_Setting_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,40,1,0,NULL),(102,1,'civicrm/admin/setting/misc',NULL,'Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Form_Setting_Miscellaneous\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,50,1,0,NULL),(103,1,'civicrm/admin/setting/path',NULL,'Directories','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Path\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,60,1,0,NULL),(104,1,'civicrm/admin/setting/url',NULL,'Resource URLs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Admin_Form_Setting_Url\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,70,1,0,NULL),(105,1,'civicrm/admin/setting/updateConfigBackend',NULL,'Cleanup Caches and Update Paths','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Admin_Form_Setting_UpdateConfigBackend\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,80,1,0,NULL),(106,1,'civicrm/admin/setting/uf',NULL,'CMS Database Integration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Form_Setting_UF\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,90,1,0,NULL),(107,1,'civicrm/admin/options/safe_file_extension',NULL,'Safe File Extension Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,100,1,0,NULL),(108,1,'civicrm/admin/options',NULL,'Option Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,105,1,0,NULL),(109,1,'civicrm/admin/mapping',NULL,'Import/Export Mappings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Mapping\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,110,1,0,NULL),(110,1,'civicrm/admin/setting/debug',NULL,'Debugging','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Setting_Debugging\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,120,1,0,NULL),(111,1,'civicrm/admin/setting/preferences/multisite',NULL,'Multi Site Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Admin_Form_Preferences_Multisite\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,130,1,0,NULL),(112,1,'civicrm/admin/setting/preferences/campaign',NULL,'CiviCampaign Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Form_Preferences_Campaign\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,10,1,0,NULL),(113,1,'civicrm/admin/setting/preferences/event',NULL,'CiviEvent Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Form_Preferences_Event\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,420,1,0,NULL),(114,1,'civicrm/admin/setting/preferences/mailing',NULL,'CiviMail Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Admin_Form_Preferences_Mailing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,430,1,0,NULL),(115,1,'civicrm/admin/setting/preferences/member',NULL,'CiviMember Component Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:33:\"CRM_Admin_Form_Preferences_Member\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,390,1,0,NULL),(116,1,'civicrm/admin/setting/preferences/date',NULL,'View Date Preferences','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Admin_Page_PreferencesDate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(117,1,'civicrm/admin/runjobs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:16:\"CRM_Utils_System\";i:1;s:20:\"executeScheduledJobs\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(118,1,'civicrm/admin/job',NULL,'Scheduled Jobs','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Admin_Page_Job\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1370,1,0,NULL),(119,1,'civicrm/admin/joblog',NULL,'Scheduled Jobs Log','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Admin_Page_JobLog\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1380,1,0,NULL),(120,1,'civicrm/admin/options/grant_type',NULL,'Grant Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,385,1,0,NULL),(121,1,'civicrm/admin/paymentProcessorType',NULL,'Payment Processor Type','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Admin_Page_PaymentProcessorType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,390,1,0,NULL),(122,1,'civicrm/admin',NULL,'Administer CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:20:\"CRM_Admin_Page_Admin\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,9000,1,1,NULL),(123,1,'civicrm/ajax/menujs',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:17:\"getNavigationMenu\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(124,1,'civicrm/ajax/menu',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:17:\"getNavigationList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,3,NULL),(125,1,'civicrm/ajax/menutree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:8:\"menuTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,3,NULL),(126,1,'civicrm/ajax/statusmsg',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:12:\"getStatusMsg\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(127,1,'civicrm/ajax/mergeTags',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:9:\"mergeTags\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(128,1,'civicrm/admin/price',NULL,'Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:2:\"or\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,380,1,0,NULL),(129,1,'civicrm/admin/price/add','action=add','New Price Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:2:\"or\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(130,1,'civicrm/admin/price/field',NULL,'Price Fields','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:2:\"or\";}','s:20:\"CRM_Price_Page_Field\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,0),(131,1,'civicrm/admin/price/field/option',NULL,'Price Field Options','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:2:\"or\";}','s:21:\"CRM_Price_Page_Option\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:10:\"Price Sets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(132,1,'civicrm/ajax/taglist',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:10:\"getTagList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(133,1,'civicrm/ajax/mergeTagList',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:12:\"mergeTagList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(134,1,'civicrm/ajax/processTags',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:11:\"processTags\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,3,NULL),(135,1,'civicrm/admin/tplstrings/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Form_Persistent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(136,1,'civicrm/admin/tplstrings',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Admin_Page_Persistent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(137,1,'civicrm/ajax/mapping',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:11:\"mappingList\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(138,1,'civicrm/ajax/mapping1',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:12:\"mappingList1\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(139,1,'civicrm/ajax/populateRecipient',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Admin_Page_AJAX\";i:1;s:9:\"recipient\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(140,1,'civicrm/admin/sms/provider',NULL,'Sms Providers','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Provider\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,500,1,0,NULL),(141,1,'civicrm/sms/send',NULL,'New Mass SMS','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_SMS_Controller_Send\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,610,1,1,NULL),(142,1,'civicrm/sms/callback',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_SMS_Page_Callback\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(143,1,'civicrm/admin/badgelayout','action=browse','Event Name Badge Layouts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Page_Layout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,399,1,0,NULL),(144,1,'civicrm/admin/badgelayout/add',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Badge_Form_Layout\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?reset=1&action=browse\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(145,1,'civicrm/ajax/jqState',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:7:\"jqState\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(146,1,'civicrm/ajax/jqCounty',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:8:\"jqCounty\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(147,1,'civicrm/activity','action=add&context=standalone','New Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(148,1,'civicrm/activity/view',NULL,'View Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Form_ActivityView\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(149,1,'civicrm/ajax/activity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:15:\"getCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(150,1,'civicrm/ajax/globalrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseGlobalRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(151,1,'civicrm/ajax/clientrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:26:\"getCaseClientRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(152,1,'civicrm/ajax/caseroles',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:12:\"getCaseRoles\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(153,1,'civicrm/ajax/contactactivity',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:18:\"getContactActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(154,1,'civicrm/ajax/activity/convert',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:22:\"CRM_Activity_Page_AJAX\";i:1;s:21:\"convertToCaseActivity\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,3,NULL),(155,1,'civicrm/activity/search',NULL,'Find Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Controller_Search\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(156,1,'civicrm/import',NULL,'Import','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,400,1,1,NULL),(157,1,'civicrm/import/contact',NULL,'Import Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,410,1,1,NULL),(158,1,'civicrm/import/activity',NULL,'Import Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Activity_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,420,1,1,NULL),(159,1,'civicrm/import/custom','id=%%id%%','Import Multi-value Custom Data','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Custom_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:6:\"Import\";s:3:\"url\";s:23:\"/civicrm/import?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,420,1,1,NULL),(160,1,'civicrm/ajax/status',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"import contacts\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:28:\"CRM_Contact_Import_Page_AJAX\";i:1;s:6:\"status\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(161,1,'civicrm',NULL,'CiviCRM','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:0:{}',NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,NULL),(162,1,'civicrm/dashboard',NULL,'CiviCRM Home','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Contact_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,NULL),(163,1,'civicrm/dashlet',NULL,'CiviCRM Dashlets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Page_Dashlet\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,1,NULL),(164,1,'civicrm/contact/search',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,10,1,1,NULL),(165,1,'civicrm/contact/image',NULL,'Process Uploaded Images','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access uploaded files\";}i:1;s:3:\"and\";}','a:2:{i:0;s:23:\"CRM_Contact_BAO_Contact\";i:1;s:12:\"processImage\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(166,1,'civicrm/contact/search/basic',NULL,'Find Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=256\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(167,1,'civicrm/contact/search/advanced',NULL,'Advanced Search','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:8:\"mode=512\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,12,1,1,NULL),(168,1,'civicrm/contact/search/builder',NULL,'Search Builder','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:9:\"mode=8192\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,14,1,1,NULL),(169,1,'civicrm/contact/search/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Controller_Search\";','s:10:\"mode=16384\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(170,1,'civicrm/contact/search/custom/list',NULL,'Custom Searches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contact_Page_CustomSearch\";','s:10:\"mode=16384\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:13:\"Find Contacts\";s:3:\"url\";s:31:\"/civicrm/contact/search?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,16,1,1,NULL),(171,1,'civicrm/contact/add',NULL,'New Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(172,1,'civicrm/contact/add/individual','ct=Individual','New Individual','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(173,1,'civicrm/contact/add/household','ct=Household','New Household','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(174,1,'civicrm/contact/add/organization','ct=Organization','New Organization','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:12:\"add contacts\";}i:1;s:3:\"and\";}','s:24:\"CRM_Contact_Form_Contact\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Contact\";s:3:\"url\";s:28:\"/civicrm/contact/add?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(175,1,'civicrm/contact/relatedcontact',NULL,'Edit Related Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_RelatedContact\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(176,1,'civicrm/contact/merge',NULL,'Merge Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Contact_Form_Merge\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(177,1,'civicrm/contact/email',NULL,'Email a Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(178,1,'civicrm/contact/map',NULL,'Map Location(s)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_Map\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(179,1,'civicrm/contact/map/event',NULL,'Map Event Location','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contact_Form_Task_Map_Event\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Map Location(s)\";s:3:\"url\";s:28:\"/civicrm/contact/map?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(180,1,'civicrm/contact/view','cid=%%cid%%','Contact Summary','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Summary\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(181,1,'civicrm/contact/view/delete',NULL,'Delete Contact','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Form_Task_Delete\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(182,1,'civicrm/contact/view/activity','show=1,cid=%%cid%%','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:21:\"CRM_Activity_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(183,1,'civicrm/activity/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Activity_Form_Activity\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(184,1,'civicrm/activity/email/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Form_Task_Email\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(185,1,'civicrm/activity/pdf/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_PDF\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(186,1,'civicrm/contact/view/rel','cid=%%cid%%','Relationships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_Relationship\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(187,1,'civicrm/contact/view/group','cid=%%cid%%','Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contact_Page_View_GroupContact\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(188,1,'civicrm/contact/view/smartgroup','cid=%%cid%%','Smart Groups','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:39:\"CRM_Contact_Page_View_ContactSmartGroup\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(189,1,'civicrm/contact/view/sunlight',NULL,'Sunlight','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:30:\"CRM_Contact_Page_View_Sunlight\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(190,1,'civicrm/contact/view/note','cid=%%cid%%','Notes','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:26:\"CRM_Contact_Page_View_Note\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(191,1,'civicrm/contact/view/tag','cid=%%cid%%','Tags','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Tag\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(192,1,'civicrm/contact/view/cd',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:32:\"CRM_Contact_Page_View_CustomData\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(193,1,'civicrm/contact/view/cd/edit',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Form_CustomData\";','s:13:\"addSequence=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(194,1,'civicrm/contact/view/vcard',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Vcard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(195,1,'civicrm/contact/view/print',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:27:\"CRM_Contact_Page_View_Print\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(196,1,'civicrm/contact/view/log',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:25:\"CRM_Contact_Page_View_Log\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(197,1,'civicrm/user',NULL,'Contact Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"access Contact Dashboard\";}i:1;s:3:\"and\";}','s:35:\"CRM_Contact_Page_View_UserDashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,0,1,0,NULL),(198,1,'civicrm/dashlet/activity',NULL,'Activity Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_Activity\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"CiviCRM Dashlets\";s:3:\"url\";s:24:\"/civicrm/dashlet?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(199,1,'civicrm/dashlet/blog',NULL,'CiviCRM Blog','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:21:\"CRM_Dashlet_Page_Blog\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"CiviCRM Dashlets\";s:3:\"url\";s:24:\"/civicrm/dashlet?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(200,1,'civicrm/ajax/search',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:6:\"search\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(201,1,'civicrm/ajax/relation',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"relationship\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,3,NULL),(202,1,'civicrm/ajax/groupTree',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"groupTree\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(203,1,'civicrm/ajax/custom',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:11:\"customField\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(204,1,'civicrm/ajax/customvalue',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:17:\"deleteCustomValue\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,3,NULL),(205,1,'civicrm/ajax/ed',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"enableDisable\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,3,NULL),(206,1,'civicrm/ajax/cmsuser',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"checkUserName\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(207,1,'civicrm/ajax/checkemail',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactEmail\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(208,1,'civicrm/ajax/checkphone',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:15:\"getContactPhone\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(209,1,'civicrm/ajax/subtype',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:13:\"buildSubTypes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(210,1,'civicrm/ajax/dashboard',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"dashboard\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,3,NULL),(211,1,'civicrm/ajax/signature',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:12:\"getSignature\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(212,1,'civicrm/ajax/pdfFormat',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"pdfFormat\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(213,1,'civicrm/ajax/paperSize',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:9:\"paperSize\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(214,1,'civicrm/ajax/contactref',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:31:\"access contact reference fields\";i:1;s:15:\" access CiviCRM\";}i:1;s:2:\"or\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"contactReference\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(215,1,'civicrm/dashlet/myCases',NULL,'Case Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Dashlet_Page_MyCases\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"CiviCRM Dashlets\";s:3:\"url\";s:24:\"/civicrm/dashlet?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(216,1,'civicrm/dashlet/allCases',NULL,'All Cases Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','s:25:\"CRM_Dashlet_Page_AllCases\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"CiviCRM Dashlets\";s:3:\"url\";s:24:\"/civicrm/dashlet?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(217,1,'civicrm/dashlet/casedashboard',NULL,'Case Dashboard Dashlet','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Dashlet_Page_CaseDashboard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"CiviCRM Dashlets\";s:3:\"url\";s:24:\"/civicrm/dashlet?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(218,1,'civicrm/contact/deduperules',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer dedupe rules\";i:1;s:24:\"merge duplicate contacts\";}i:1;s:2:\"or\";}','s:28:\"CRM_Contact_Page_DedupeRules\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,105,1,0,NULL),(219,1,'civicrm/contact/dedupefind',NULL,'Find and Merge Duplicate Contacts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','s:27:\"CRM_Contact_Page_DedupeFind\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(220,1,'civicrm/ajax/dedupefind',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:24:\"merge duplicate contacts\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:10:\"getDedupes\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(221,1,'civicrm/dedupe/exception',NULL,'Dedupe Exceptions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contact_Page_DedupeException\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,110,1,0,NULL),(222,1,'civicrm/ajax/dedupeRules',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:16:\"buildDedupeRules\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(223,1,'civicrm/contact/view/useradd','cid=%%cid%%','Add User','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:29:\"CRM_Contact_Page_View_Useradd\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(224,1,'civicrm/ajax/markSelection',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:22:\"selectUnselectContacts\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(225,1,'civicrm/activity/sms/add','action=add','Activities','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Contact_Form_Task_SMS\";','s:14:\"attachUpload=1\";','a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:12:\"New Activity\";s:3:\"url\";s:63:\"/civicrm/activity?reset=1&action=add&context=standalone\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(226,1,'civicrm/ajax/contactrelationships',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:23:\"getContactRelationships\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(227,1,'civicrm/event/manage/pcp',NULL,'Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_PCP_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,540,1,1,NULL),(228,1,'civicrm/event/pcp',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:16:\"CRM_PCP_Form_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,0,1,1,0,NULL),(229,1,'civicrm/event/campaign',NULL,'Setup a Personal Campaign Page - Account Information','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,0,0,1,0,NULL),(230,1,'civicrm/event',NULL,'CiviEvent Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,0,800,1,1,NULL),(231,1,'civicrm/participant/add','action=add','Register New Participant','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(232,1,'civicrm/event/info',NULL,'Event Information','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,0,1,1,0,NULL),(233,1,'civicrm/event/register',NULL,'Event Registration','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Controller_Registration\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,1,1,1,0,NULL),(234,1,'civicrm/event/confirm',NULL,'Confirm Event Registration','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:46:\"CRM_Event_Form_Registration_ParticipantConfirm\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,1,1,1,0,NULL),(235,1,'civicrm/event/ical',NULL,'Current and Upcoming Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"view event info\";}i:1;s:3:\"and\";}','s:24:\"CRM_Event_Page_ICalendar\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,0,0,1,0,NULL),(236,1,'civicrm/event/participant',NULL,'Event Participants List','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"view event participants\";}i:1;s:3:\"and\";}','s:33:\"CRM_Event_Page_ParticipantListing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,0,0,1,0,NULL),(237,1,'civicrm/admin/event',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,370,1,0,NULL),(238,1,'civicrm/admin/eventTemplate',NULL,'Event Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Admin_Page_EventTemplate\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,375,1,0,NULL),(239,1,'civicrm/admin/options/event_type',NULL,'Event Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,385,1,0,NULL),(240,1,'civicrm/admin/participant_status',NULL,'Participant Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:32:\"CRM_Admin_Page_ParticipantStatus\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,390,1,0,NULL),(241,1,'civicrm/admin/options/participant_role',NULL,'Participant Role','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,395,1,0,NULL),(242,1,'civicrm/admin/options/participant_listing',NULL,'Participant Listing Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,398,1,0,NULL),(243,1,'civicrm/admin/conference_slots','group=conference_slot','Conference Slot Labels','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,415,1,0,NULL),(244,1,'civicrm/event/search',NULL,'Find Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,0,810,1,1,NULL),(245,1,'civicrm/event/manage',NULL,'Manage Events','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:26:\"CRM_Event_Page_ManageEvent\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,820,1,1,NULL),(246,1,'civicrm/event/badge',NULL,'Print Event Name Badge','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:25:\"CRM_Event_Form_Task_Badge\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,0,1,1,0,NULL),(247,1,'civicrm/event/manage/settings',NULL,'Event Info and Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,910,1,0,NULL),(248,1,'civicrm/event/manage/location',NULL,'Event Location','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:35:\"CRM_Event_Form_ManageEvent_Location\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,930,1,0,NULL),(249,1,'civicrm/event/manage/fee',NULL,'Event Fees','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:30:\"CRM_Event_Form_ManageEvent_Fee\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,920,1,0,NULL),(250,1,'civicrm/event/manage/registration',NULL,'Event Online Registration','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:39:\"CRM_Event_Form_ManageEvent_Registration\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,930,1,0,NULL),(251,1,'civicrm/event/manage/friend',NULL,'Tell a Friend','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:21:\"CRM_Friend_Form_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,940,1,0,NULL),(252,1,'civicrm/event/manage/reminder',NULL,'Schedule Reminders','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:44:\"CRM_Event_Form_ManageEvent_ScheduleReminders\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,950,1,0,NULL),(253,1,'civicrm/event/manage/conference',NULL,'Conference Slots','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:37:\"CRM_Event_Form_ManageEvent_Conference\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Manage Events\";s:3:\"url\";s:29:\"/civicrm/event/manage?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,1,950,1,0,NULL),(254,1,'civicrm/event/add','action=add','New Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:36:\"CRM_Event_Form_ManageEvent_EventInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,0,830,1,0,NULL),(255,1,'civicrm/event/import',NULL,'Import Participants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:16:\"access CiviEvent\";i:1;s:23:\"edit event participants\";}i:1;s:3:\"and\";}','s:27:\"CRM_Event_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,0,840,1,1,NULL),(256,1,'civicrm/event/price',NULL,'Manage Price Sets','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:18:\"CRM_Price_Page_Set\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,0,850,1,1,NULL),(257,1,'civicrm/contact/view/participant',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:18:\"CRM_Event_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,4,1,0,NULL),(258,1,'civicrm/ajax/eventFee',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:19:\"CRM_Event_Page_AJAX\";i:1;s:8:\"eventFee\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(259,1,'civicrm/ajax/locBlock',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:11:\"getLocBlock\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(260,1,'civicrm/ajax/event/add_participant_to_cart',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:32:\"CRM_Event_Cart_Page_CheckoutAJAX\";i:1;s:23:\"add_participant_to_cart\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(261,1,'civicrm/ajax/event/remove_participant_from_cart',NULL,NULL,'s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:32:\"CRM_Event_Cart_Page_CheckoutAJAX\";i:1;s:28:\"remove_participant_from_cart\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(262,1,'civicrm/event/add_to_cart',NULL,'Add Event To Cart','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:29:\"CRM_Event_Cart_Page_AddToCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,0,1,1,0,NULL),(263,1,'civicrm/event/cart_checkout',NULL,'Cart Checkout','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:34:\"CRM_Event_Cart_Controller_Checkout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,1,1,1,0,NULL),(264,1,'civicrm/event/remove_from_cart',NULL,'Remove From Cart','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:34:\"CRM_Event_Cart_Page_RemoveFromCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,0,1,1,0,NULL),(265,1,'civicrm/event/view_cart',NULL,'View Cart','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:28:\"CRM_Event_Cart_Page_ViewCart\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}}',NULL,NULL,1,NULL,1,NULL,0,1,1,0,NULL),(266,1,'civicrm/event/participant/feeselection',NULL,'Change Registration Selections','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviEvent\";}i:1;s:3:\"and\";}','s:38:\"CRM_Event_Form_ParticipantFeeSelection\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviEvent Dashboard\";s:3:\"url\";s:22:\"/civicrm/event?reset=1\";}i:2;a:2:{s:5:\"title\";s:23:\"Event Participants List\";s:3:\"url\";s:34:\"/civicrm/event/participant?reset=1\";}}',NULL,NULL,1,NULL,NULL,NULL,0,1,1,0,NULL),(267,1,'civicrm/admin/contribute/pcp',NULL,'Personal Campaign Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_PCP_Form_Contribute\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,450,1,0,NULL),(268,1,'civicrm/contribute/campaign',NULL,'Setup a Personal Campaign Page - Account Information','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:22:\"CRM_PCP_Controller_PCP\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,1,NULL,0,0,1,0,NULL),(269,1,'civicrm/contribute',NULL,'CiviContribute Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:29:\"CRM_Contribute_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,500,1,1,NULL),(270,1,'civicrm/contribute/add','action=add','New Contribution','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:23:\"CRM_Contribute_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,1,NULL),(271,1,'civicrm/contribute/chart',NULL,'Contribution Summary - Chart View','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_ContributionCharts\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,0,NULL),(272,1,'civicrm/contribute/transact',NULL,'CiviContribute','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Controller_Contribution\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,1,NULL,1,0,1,0,NULL),(273,1,'civicrm/admin/contribute',NULL,'Manage Contribution Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:36:\"CRM_Contribute_Page_ContributionPage\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,360,1,0,NULL),(274,1,'civicrm/admin/contribute/settings',NULL,'Title and Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:45:\"CRM_Contribute_Form_ContributionPage_Settings\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,400,1,0,NULL),(275,1,'civicrm/admin/contribute/amount',NULL,'Contribution Amounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Amount\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,410,1,0,NULL),(276,1,'civicrm/admin/contribute/membership',NULL,'Membership Section','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:31:\"CRM_Member_Form_MembershipBlock\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,420,1,0,NULL),(277,1,'civicrm/admin/contribute/custom',NULL,'Include Profiles','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Custom\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,430,1,0,NULL),(278,1,'civicrm/admin/contribute/thankyou',NULL,'Thank-you and Receipting','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:45:\"CRM_Contribute_Form_ContributionPage_ThankYou\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,430,1,0,NULL),(279,1,'civicrm/admin/contribute/friend',NULL,'Tell a Friend','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Friend_Form_Contribute\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,440,1,0,NULL),(280,1,'civicrm/admin/contribute/widget',NULL,'Configure Widget','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_ContributionPage_Widget\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,460,1,0,NULL),(281,1,'civicrm/admin/contribute/premium',NULL,'Premiums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:44:\"CRM_Contribute_Form_ContributionPage_Premium\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,470,1,0,NULL),(282,1,'civicrm/admin/contribute/addProductToPage',NULL,'Add Products to This Page','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:47:\"CRM_Contribute_Form_ContributionPage_AddProduct\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,480,1,0,NULL),(283,1,'civicrm/admin/contribute/add','action=add','New Contribution Page','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:42:\"CRM_Contribute_Controller_ContributionPage\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(284,1,'civicrm/admin/contribute/managePremiums',NULL,'Manage Premiums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Contribute_Page_ManagePremiums\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,365,1,0,NULL),(285,1,'civicrm/admin/financial/financialType',NULL,'Financial Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Financial_Page_FinancialType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,580,1,0,NULL),(286,1,'civicrm/payment','action=add','New Payment','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contribute_Form_AdditionalPayment\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,1,NULL),(287,1,'civicrm/admin/financial/financialAccount',NULL,'Financial Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Financial_Page_FinancialAccount\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,370,1,0,NULL),(288,1,'civicrm/admin/options/payment_instrument',NULL,'Payment Instruments','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,380,1,0,NULL),(289,1,'civicrm/admin/options/accept_creditcard',NULL,'Accepted Credit Cards','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,395,1,0,NULL),(290,1,'civicrm/admin/options/soft_credit_type',NULL,'Soft Credit Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(291,1,'civicrm/contact/view/contribution',NULL,'Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:23:\"CRM_Contribute_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(292,1,'civicrm/contact/view/contributionrecur',NULL,'Recurring Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:37:\"CRM_Contribute_Page_ContributionRecur\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(293,1,'civicrm/contact/view/contribution/additionalinfo',NULL,'Additional Info','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:34:\"CRM_Contribute_Form_AdditionalInfo\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}i:2;a:2:{s:5:\"title\";s:13:\"Contributions\";s:3:\"url\";s:42:\"/civicrm/contact/view/contribution?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(294,1,'civicrm/contribute/search',NULL,'Find Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,510,1,1,NULL),(295,1,'civicrm/contribute/searchBatch',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:37:\"CRM_Contribute_Controller_SearchBatch\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,588,1,1,NULL),(296,1,'civicrm/contribute/import',NULL,'Import Contributions','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:21:\"access CiviContribute\";i:1;s:18:\"edit contributions\";}i:1;s:3:\"and\";}','s:32:\"CRM_Contribute_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,520,1,1,NULL),(297,1,'civicrm/contribute/manage',NULL,'Manage Contribution Pages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:36:\"CRM_Contribute_Page_ContributionPage\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,530,1,1,NULL),(298,1,'civicrm/contribute/additionalinfo',NULL,'AdditionalInfo Form','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:34:\"CRM_Contribute_Form_AdditionalInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,0,1,0,NULL),(299,1,'civicrm/ajax/permlocation',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','a:2:{i:0;s:27:\"CRM_Core_Page_AJAX_Location\";i:1;s:23:\"getPermissionedLocation\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(300,1,'civicrm/ajax/employer',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Contact_Page_AJAX\";i:1;s:23:\"getPermissionedEmployer\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(301,1,'civicrm/contribute/unsubscribe',NULL,'Cancel Subscription','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_CancelSubscription\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,0,NULL),(302,1,'civicrm/contribute/onbehalf',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:43:\"CRM_Contribute_Form_Contribution_OnBehalfOf\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,0,NULL),(303,1,'civicrm/contribute/updatebilling',NULL,'Update Billing Details','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:33:\"CRM_Contribute_Form_UpdateBilling\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,0,NULL),(304,1,'civicrm/contribute/updaterecur',NULL,'Update Subscription','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Form_UpdateSubscription\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,0,NULL),(305,1,'civicrm/contribute/subscriptionstatus',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:25:\"make online contributions\";}i:1;s:3:\"and\";}','s:38:\"CRM_Contribute_Page_SubscriptionStatus\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:24:\"CiviContribute Dashboard\";s:3:\"url\";s:27:\"/civicrm/contribute?reset=1\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,0,NULL),(306,1,'civicrm/admin/financial/financialType/accounts',NULL,'Financial Type Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:39:\"CRM_Financial_Page_FinancialTypeAccount\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:15:\"Financial Types\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,581,1,0,NULL),(307,1,'civicrm/financial/batch',NULL,'Accounting Batch','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"create manual batch\";}i:1;s:3:\"and\";}','s:33:\"CRM_Financial_Page_FinancialBatch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,585,1,0,NULL),(308,1,'civicrm/financial/financialbatches',NULL,'Accounting Batches','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Financial_Page_Batch\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,586,1,0,NULL),(309,1,'civicrm/batchtransaction',NULL,'Accounting Batch','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:35:\"CRM_Financial_Page_BatchTransaction\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,600,1,0,NULL),(310,1,'civicrm/financial/batch/export',NULL,'Accounting Batch Export','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"create manual batch\";}i:1;s:3:\"and\";}','s:25:\"CRM_Financial_Form_Export\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:16:\"Accounting Batch\";s:3:\"url\";s:32:\"/civicrm/financial/batch?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,610,1,0,NULL),(311,1,'civicrm/payment/view','action=view','View Payment','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"access CiviContribute\";}i:1;s:3:\"and\";}','s:31:\"CRM_Contribute_Page_PaymentInfo\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:11:\"New Payment\";s:3:\"url\";s:39:\"/civicrm/payment?reset=1&action=add\";}}',NULL,NULL,2,NULL,NULL,NULL,0,1,1,1,NULL),(312,1,'civicrm/member',NULL,'CiviMember Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:25:\"CRM_Member_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,3,NULL,NULL,NULL,0,700,1,1,NULL),(313,1,'civicrm/member/add','action=add','New Membership','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:19:\"CRM_Member_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,NULL,NULL,NULL,0,1,1,0,NULL),(314,1,'civicrm/admin/member/membershipType',NULL,'Membership Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Page_MembershipType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,370,1,0,NULL),(315,1,'civicrm/admin/member/membershipStatus',NULL,'Membership Status Rules','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:32:\"CRM_Member_Page_MembershipStatus\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,380,1,0,NULL),(316,1,'civicrm/contact/view/membership','force=1,cid=%%cid%%','Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:19:\"CRM_Member_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,2,1,0,NULL),(317,1,'civicrm/membership/view',NULL,'Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Form_MembershipView\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,390,1,0,NULL),(318,1,'civicrm/member/search',NULL,'Find Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','s:28:\"CRM_Member_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,NULL,NULL,NULL,0,710,1,1,NULL),(319,1,'civicrm/member/import',NULL,'Import Memberships','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:16:\"edit memberships\";}i:1;s:3:\"and\";}','s:28:\"CRM_Member_Import_Controller\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviMember Dashboard\";s:3:\"url\";s:23:\"/civicrm/member?reset=1\";}}',NULL,NULL,3,NULL,NULL,NULL,0,720,1,1,NULL),(320,1,'civicrm/ajax/memType',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:17:\"access CiviMember\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Member_Page_AJAX\";i:1;s:21:\"getMemberTypeDefaults\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(321,1,'civicrm/admin/member/membershipType/add',NULL,'Membership Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:17:\"access CiviMember\";i:1;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:30:\"CRM_Member_Form_MembershipType\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:16:\"Membership Types\";s:3:\"url\";s:44:\"/civicrm/admin/member/membershipType?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(322,1,'civicrm/mailing',NULL,'CiviMail','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,600,1,1,NULL),(323,1,'civicrm/admin/mail',NULL,'Mailer Settings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Form_Setting_Mail\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,400,1,0,NULL),(324,1,'civicrm/admin/component',NULL,'Headers, Footers, and Automated Messages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Page_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,410,1,0,NULL),(325,1,'civicrm/admin/options/from_email_address/civimail',NULL,'From Email Addresses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:4:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}i:3;a:2:{s:5:\"title\";s:20:\"From Email Addresses\";s:3:\"url\";s:49:\"/civicrm/admin/options/from_email_address?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,415,1,0,NULL),(326,1,'civicrm/admin/mailSettings',NULL,'Mail Accounts','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:27:\"CRM_Admin_Page_MailSettings\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,420,1,0,NULL),(327,1,'civicrm/mailing/send',NULL,'New Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";i:2;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:27:\"CRM_Mailing_Controller_Send\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,610,1,1,NULL),(328,1,'civicrm/mailing/browse/scheduled','scheduled=true','Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:15:\"access CiviMail\";i:1;s:16:\"approve mailings\";i:2;s:15:\"create mailings\";i:3;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,620,1,1,NULL),(329,1,'civicrm/mailing/browse/unscheduled','scheduled=false','Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";i:2;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,620,1,1,NULL),(330,1,'civicrm/mailing/browse/archived',NULL,'Find Mailings','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,625,1,1,NULL),(331,1,'civicrm/mailing/component',NULL,'Headers, Footers, and Automated Messages','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Page_Component\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,630,1,1,NULL),(332,1,'civicrm/mailing/unsubscribe',NULL,'Unsubscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:28:\"CRM_Mailing_Page_Unsubscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,1,NULL,0,640,1,0,NULL),(333,1,'civicrm/mailing/resubscribe',NULL,'Resubscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:28:\"CRM_Mailing_Page_Resubscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,1,NULL,0,645,1,0,NULL),(334,1,'civicrm/mailing/optout',NULL,'Optout','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:23:\"CRM_Mailing_Page_Optout\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,1,NULL,0,650,1,0,NULL),(335,1,'civicrm/mailing/confirm',NULL,'Confirm','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:24:\"CRM_Mailing_Page_Confirm\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,1,NULL,0,660,1,0,NULL),(336,1,'civicrm/mailing/subscribe',NULL,'Subscribe','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:26:\"CRM_Mailing_Form_Subscribe\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,1,NULL,0,660,1,0,NULL),(337,1,'civicrm/mailing/preview',NULL,'Preview Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:15:\"access CiviMail\";i:1;s:16:\"approve mailings\";i:2;s:15:\"create mailings\";i:3;s:17:\"schedule mailings\";}i:1;s:2:\"or\";}','s:24:\"CRM_Mailing_Page_Preview\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,670,1,0,NULL),(338,1,'civicrm/mailing/report','mid=%%mid%%','Mailing Report','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:15:\"access CiviMail\";i:1;s:15:\"create mailings\";}i:1;s:2:\"or\";}','s:23:\"CRM_Mailing_Page_Report\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,680,1,0,NULL),(339,1,'civicrm/mailing/forward',NULL,'Forward Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:43:\"access CiviMail subscribe/unsubscribe pages\";}i:1;s:3:\"and\";}','s:31:\"CRM_Mailing_Form_ForwardMailing\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,1,NULL,0,685,1,0,NULL),(340,1,'civicrm/mailing/queue',NULL,'Sending Mail','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:23:\"CRM_Mailing_Page_Browse\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,690,1,0,NULL),(341,1,'civicrm/mailing/report/event',NULL,'Mailing Event','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:15:\"access CiviMail\";}i:1;s:3:\"and\";}','s:22:\"CRM_Mailing_Page_Event\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}i:2;a:2:{s:5:\"title\";s:14:\"Mailing Report\";s:3:\"url\";s:47:\"/civicrm/mailing/report?reset=1&mid=%%mid%%\";}}',NULL,NULL,4,NULL,NULL,NULL,0,695,1,0,NULL),(342,1,'civicrm/ajax/template',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Mailing_Page_AJAX\";i:1;s:8:\"template\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(343,1,'civicrm/mailing/schedule',NULL,'Schedule Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"schedule mailings\";}i:1;s:3:\"and\";}','s:25:\"CRM_Mailing_Form_Schedule\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,700,1,0,NULL),(344,1,'civicrm/mailing/view',NULL,'View Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:28:\"view public CiviMail content\";i:1;s:15:\"access CiviMail\";i:2;s:16:\"approve mailings\";}i:1;s:2:\"or\";}','s:21:\"CRM_Mailing_Page_View\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,1,NULL,0,800,1,0,NULL),(345,1,'civicrm/mailing/approve',NULL,'Approve Mailing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"approve mailings\";}i:1;s:3:\"and\";}','s:24:\"CRM_Mailing_Form_Approve\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:8:\"CiviMail\";s:3:\"url\";s:24:\"/civicrm/mailing?reset=1\";}}',NULL,NULL,4,NULL,NULL,NULL,0,850,1,0,NULL),(346,1,'civicrm/contact/view/mailing',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:20:\"CRM_Mailing_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(347,1,'civicrm/ajax/contactmailing',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:21:\"CRM_Mailing_Page_AJAX\";i:1;s:18:\"getContactMailings\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(348,1,'civicrm/grant',NULL,'CiviGrant Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviGrant\";}i:1;s:3:\"and\";}','s:24:\"CRM_Grant_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,5,NULL,NULL,NULL,0,1000,1,1,NULL),(349,1,'civicrm/grant/info',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviGrant\";}i:1;s:3:\"and\";}','s:24:\"CRM_Grant_Page_DashBoard\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviGrant Dashboard\";s:3:\"url\";s:22:\"/civicrm/grant?reset=1\";}}',NULL,NULL,5,NULL,NULL,NULL,0,0,1,0,NULL),(350,1,'civicrm/grant/search',NULL,'Find Grants','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviGrant\";}i:1;s:3:\"and\";}','s:27:\"CRM_Grant_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviGrant Dashboard\";s:3:\"url\";s:22:\"/civicrm/grant?reset=1\";}}',NULL,NULL,5,NULL,NULL,NULL,0,1010,1,1,NULL),(351,1,'civicrm/grant/add','action=add','New Grant','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviGrant\";}i:1;s:3:\"and\";}','s:18:\"CRM_Grant_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:19:\"CiviGrant Dashboard\";s:3:\"url\";s:22:\"/civicrm/grant?reset=1\";}}',NULL,NULL,5,NULL,NULL,NULL,0,1,1,1,NULL),(352,1,'civicrm/contact/view/grant',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:16:\"access CiviGrant\";}i:1;s:3:\"and\";}','s:18:\"CRM_Grant_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(353,1,'civicrm/pledge',NULL,'CiviPledge Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:25:\"CRM_Pledge_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,6,NULL,NULL,NULL,0,550,1,1,NULL),(354,1,'civicrm/pledge/search',NULL,'Find Pledges','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:28:\"CRM_Pledge_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,NULL,NULL,NULL,0,560,1,1,NULL),(355,1,'civicrm/contact/view/pledge','force=1,cid=%%cid%%','Pledges','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:19:\"CRM_Pledge_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,570,1,0,NULL),(356,1,'civicrm/pledge/add','action=add','New Pledge','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:19:\"CRM_Pledge_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,NULL,NULL,NULL,0,1,1,1,NULL),(357,1,'civicrm/pledge/payment',NULL,'Pledge Payments','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','s:23:\"CRM_Pledge_Page_Payment\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:20:\"CiviPledge Dashboard\";s:3:\"url\";s:23:\"/civicrm/pledge?reset=1\";}}',NULL,NULL,6,NULL,NULL,NULL,0,580,1,0,NULL),(358,1,'civicrm/ajax/pledgeName',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:14:\"access CiviCRM\";i:1;s:17:\"access CiviPledge\";}i:1;s:3:\"and\";}','a:2:{i:0;s:20:\"CRM_Pledge_Page_AJAX\";i:1;s:10:\"pledgeName\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(359,1,'civicrm/case',NULL,'CiviCase Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:23:\"CRM_Case_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,900,1,1,NULL),(360,1,'civicrm/case/add',NULL,'Open Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:18:\"CRM_Case_Form_Case\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,1,NULL),(361,1,'civicrm/case/search',NULL,'Find Cases','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Case_Controller_Search\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,910,1,1,NULL),(362,1,'civicrm/case/activity',NULL,'Case Activity','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Case_Form_Activity\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(363,1,'civicrm/case/report',NULL,'Case Report','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','s:20:\"CRM_Case_Form_Report\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(364,1,'civicrm/case/cd/edit',NULL,'Case Custom Set','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:24:\"CRM_Case_Form_CustomData\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(365,1,'civicrm/contact/view/case',NULL,'Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:17:\"CRM_Case_Page_Tab\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(366,1,'civicrm/case/activity/view',NULL,'Activity View','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Case_Form_ActivityView\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Case Activity\";s:3:\"url\";s:30:\"/civicrm/case/activity?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(367,1,'civicrm/contact/view/case/editClient',NULL,'Assign to Another Client','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:14:\"access CiviCRM\";i:1;s:15:\"edit my contact\";i:2;s:15:\"view my contact\";}i:1;s:2:\"or\";}','s:24:\"CRM_Case_Form_EditClient\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:15:\"Contact Summary\";s:3:\"url\";s:45:\"/civicrm/contact/view?reset=1&cid=%%cid%%\";}i:2;a:2:{s:5:\"title\";s:4:\"Case\";s:3:\"url\";s:34:\"/civicrm/contact/view/case?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(368,1,'civicrm/case/addToCase',NULL,'Build Activity To Case','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Case_Form_ActivityToCase\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(369,1,'civicrm/case/details',NULL,'Case Details','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:25:\"CRM_Case_Page_CaseDetails\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(370,1,'civicrm/admin/options/case_type',NULL,'Case Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,390,1,0,NULL),(371,1,'civicrm/admin/options/redaction_rule',NULL,'Redaction Rules','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,400,1,0,NULL),(372,1,'civicrm/admin/options/case_status',NULL,'Case Statuses','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,400,1,0,NULL),(373,1,'civicrm/admin/options/encounter_medium',NULL,'Encounter Mediums','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:19:\"administer CiviCase\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,400,1,0,NULL),(374,1,'civicrm/case/report/print',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:31:\"access all cases and activities\";}i:1;s:3:\"and\";}','a:2:{i:0;s:28:\"CRM_Case_XMLProcessor_Report\";i:1;s:15:\"printCaseReport\";}',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}i:2;a:2:{s:5:\"title\";s:11:\"Case Report\";s:3:\"url\";s:28:\"/civicrm/case/report?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(375,1,'civicrm/case/ajax/unclosed',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:13:\"unclosedCases\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(376,1,'civicrm/case/ajax/addclient',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:9:\"addClient\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(377,1,'civicrm/case/ajax/processtags',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:15:\"processCaseTags\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,3,NULL),(378,1,'civicrm/case/ajax/details',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:11:\"CaseDetails\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(379,1,'civicrm/ajax/delcaserole',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','a:2:{i:0;s:18:\"CRM_Case_Page_AJAX\";i:1;s:15:\"deleteCaseRoles\";}',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(380,1,'civicrm/case/changeactivitystatus',NULL,'Change Activity Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:34:\"CRM_Case_Form_ActivityChangeStatus\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"CiviCase Dashboard\";s:3:\"url\";s:21:\"/civicrm/case?reset=1\";}}',NULL,NULL,7,NULL,NULL,NULL,0,1,1,0,NULL),(381,1,'civicrm/report',NULL,'CiviReport','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:22:\"CRM_Report_Page_Report\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,8,NULL,NULL,NULL,0,1200,1,1,NULL),(382,1,'civicrm/report/list',NULL,'CiviCRM Reports','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_InstanceList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,NULL,NULL,NULL,0,1,1,0,NULL),(383,1,'civicrm/report/template/list',NULL,'Create New Report from Template','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_TemplateList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,NULL,NULL,NULL,0,1220,1,1,NULL),(384,1,'civicrm/report/options/report_template',NULL,'Manage Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:23:\"CRM_Report_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,NULL,NULL,NULL,0,1241,1,1,NULL),(385,1,'civicrm/admin/report/register',NULL,'Register Report','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:18:\"administer Reports\";}i:1;s:3:\"and\";}','s:24:\"CRM_Report_Form_Register\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(386,1,'civicrm/report/instance',NULL,'Report','s:1:\"1\";','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:24:\"CRM_Report_Page_Instance\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,NULL,NULL,NULL,0,1,1,0,NULL),(387,1,'civicrm/admin/report/template/list',NULL,'Create New Report from Template','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_TemplateList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(388,1,'civicrm/admin/report/options/report_template',NULL,'Manage Templates','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','s:23:\"CRM_Report_Page_Options\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(389,1,'civicrm/admin/report/list',NULL,'Reports Listing','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:28:\"CRM_Report_Page_InstanceList\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(390,1,'civicrm/report/chart',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:17:\"access CiviReport\";}i:1;s:3:\"and\";}','a:2:{i:0;s:15:\"CRM_Report_Form\";i:1;s:16:\"uploadChartImage\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:10:\"CiviReport\";s:3:\"url\";s:23:\"/civicrm/report?reset=1\";}}',NULL,NULL,8,NULL,NULL,NULL,0,1,1,0,NULL),(391,1,'civicrm/campaign',NULL,'Campaign Dashboard','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:27:\"CRM_Campaign_Page_DashBoard\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,9,NULL,NULL,NULL,0,1,1,0,NULL),(392,1,'civicrm/campaign/add',NULL,'New Campaign','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:26:\"CRM_Campaign_Form_Campaign\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,NULL,NULL,NULL,0,1,1,0,NULL),(393,1,'civicrm/survey/add',NULL,'New Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:29:\"CRM_Campaign_Form_Survey_Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(394,1,'civicrm/campaign/vote',NULL,'Conduct Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:25:\"reserve campaign contacts\";i:3;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','s:22:\"CRM_Campaign_Page_Vote\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,NULL,NULL,NULL,0,1,1,0,NULL),(395,1,'civicrm/admin/campaign/surveyType',NULL,'Survey Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:23:\"administer CiviCampaign\";}i:1;s:3:\"and\";}','s:28:\"CRM_Campaign_Page_SurveyType\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,0,NULL),(396,1,'civicrm/admin/options/campaign_type',NULL,'Campaign Types','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,2,1,0,NULL),(397,1,'civicrm/admin/options/campaign_status',NULL,'Campaign Status','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,3,1,0,NULL),(398,1,'civicrm/admin/options/engagement_index',NULL,'Engagement Index','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:18:\"administer CiviCRM\";i:1;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:22:\"CRM_Admin_Page_Options\";',NULL,'a:3:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Administer CiviCRM\";s:3:\"url\";s:22:\"/civicrm/admin?reset=1\";}i:2;a:2:{s:5:\"title\";s:13:\"Option Groups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,1,4,1,0,NULL),(399,1,'civicrm/survey/search','op=interview','Record Respondents Interview','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','s:30:\"CRM_Campaign_Controller_Search\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(400,1,'civicrm/campaign/gotv',NULL,'GOTV (Track Voters)','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:4:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:25:\"release campaign contacts\";i:3;s:22:\"gotv campaign contacts\";}i:1;s:2:\"or\";}','s:22:\"CRM_Campaign_Form_Gotv\";',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,NULL,NULL,NULL,0,1,1,0,NULL),(401,1,'civicrm/petition/add',NULL,'New Petition','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:26:\"CRM_Campaign_Form_Petition\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(402,1,'civicrm/petition/sign',NULL,'Sign Petition','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:36:\"CRM_Campaign_Form_Petition_Signature\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(403,1,'civicrm/petition/browse',NULL,'View Petition Signatures','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:14:\"access CiviCRM\";}i:1;s:3:\"and\";}','s:26:\"CRM_Campaign_Page_Petition\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(404,1,'civicrm/petition/confirm',NULL,'Email address verified','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:34:\"CRM_Campaign_Page_Petition_Confirm\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(405,1,'civicrm/petition/thankyou',NULL,'Thank You','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:1:{i:0;s:21:\"sign CiviCRM Petition\";}i:1;s:3:\"and\";}','s:35:\"CRM_Campaign_Page_Petition_ThankYou\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,1,NULL,0,1,1,0,NULL),(406,1,'civicrm/campaign/registerInterview',NULL,NULL,'a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:3:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";i:2;s:27:\"interview campaign contacts\";}i:1;s:2:\"or\";}','a:2:{i:0;s:22:\"CRM_Campaign_Page_AJAX\";i:1;s:17:\"registerInterview\";}',NULL,'a:2:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}i:1;a:2:{s:5:\"title\";s:18:\"Campaign Dashboard\";s:3:\"url\";s:25:\"/civicrm/campaign?reset=1\";}}',NULL,NULL,9,NULL,NULL,NULL,0,1,1,0,NULL),(407,1,'civicrm/survey/configure/main',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:29:\"CRM_Campaign_Form_Survey_Main\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(408,1,'civicrm/survey/configure/questions',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:34:\"CRM_Campaign_Form_Survey_Questions\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(409,1,'civicrm/survey/configure/results',NULL,'Configure Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:32:\"CRM_Campaign_Form_Survey_Results\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(410,1,'civicrm/survey/delete',NULL,'Delete Survey','a:2:{i:0;s:19:\"CRM_Core_Permission\";i:1;s:9:\"checkMenu\";}','a:2:{i:0;a:2:{i:0;s:23:\"administer CiviCampaign\";i:1;s:15:\"manage campaign\";}i:1;s:2:\"or\";}','s:31:\"CRM_Campaign_Form_Survey_Delete\";',NULL,'a:1:{i:0;a:2:{s:5:\"title\";s:7:\"CiviCRM\";s:3:\"url\";s:16:\"/civicrm?reset=1\";}}',NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,NULL),(411,1,'admin',NULL,NULL,NULL,NULL,NULL,NULL,'a:16:{s:14:\"CiviContribute\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:8:{s:32:\"{weight}.Personal Campaign Pages\";a:6:{s:5:\"title\";s:23:\"Personal Campaign Pages\";s:4:\"desc\";s:49:\"View and manage existing personal campaign pages.\";s:2:\"id\";s:21:\"PersonalCampaignPages\";s:3:\"url\";s:49:\"/civicrm/admin/pcp?context=contribute&reset=1\";s:4:\"icon\";s:34:\"admin/small/contribution_types.png\";s:5:\"extra\";N;}s:34:\"{weight}.Manage Contribution Pages\";a:6:{s:5:\"title\";s:25:\"Manage Contribution Pages\";s:4:\"desc\";s:242:\"CiviContribute allows you to create and maintain any number of Online Contribution Pages. You can create different pages for different programs or campaigns - and customize text, amounts, types of information collected from contributors, etc.\";s:2:\"id\";s:23:\"ManageContributionPages\";s:3:\"url\";s:33:\"/civicrm/admin/contribute?reset=1\";s:4:\"icon\";s:41:\"admin/small/online_contribution_pages.png\";s:5:\"extra\";N;}s:24:\"{weight}.Manage Premiums\";a:6:{s:5:\"title\";s:15:\"Manage Premiums\";s:4:\"desc\";s:175:\"CiviContribute allows you to configure any number of Premiums which can be offered to contributors as incentives / thank-you gifts. Define the premiums you want to offer here.\";s:2:\"id\";s:14:\"ManagePremiums\";s:3:\"url\";s:48:\"/civicrm/admin/contribute/managePremiums?reset=1\";s:4:\"icon\";s:24:\"admin/small/Premiums.png\";s:5:\"extra\";N;}s:24:\"{weight}.Financial Types\";a:6:{s:5:\"title\";s:15:\"Financial Types\";s:4:\"desc\";s:64:\"Formerly civicrm_contribution_type merged into this table in 4.1\";s:2:\"id\";s:14:\"FinancialTypes\";s:3:\"url\";s:46:\"/civicrm/admin/financial/financialType?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:27:\"{weight}.Financial Accounts\";a:6:{s:5:\"title\";s:18:\"Financial Accounts\";s:4:\"desc\";s:128:\"Financial types are used to categorize contributions for reporting and accounting purposes. These are also referred to as Funds.\";s:2:\"id\";s:17:\"FinancialAccounts\";s:3:\"url\";s:49:\"/civicrm/admin/financial/financialAccount?reset=1\";s:4:\"icon\";s:34:\"admin/small/contribution_types.png\";s:5:\"extra\";N;}s:28:\"{weight}.Payment Instruments\";a:6:{s:5:\"title\";s:19:\"Payment Instruments\";s:4:\"desc\";s:224:\"You may choose to record the payment instrument used for each contribution. Common payment methods are installed by default (e.g. Check, Cash, Credit Card...). If your site requires additional payment methods, add them here.\";s:2:\"id\";s:18:\"PaymentInstruments\";s:3:\"url\";s:49:\"/civicrm/admin/options/payment_instrument?reset=1\";s:4:\"icon\";s:35:\"admin/small/payment_instruments.png\";s:5:\"extra\";N;}s:30:\"{weight}.Accepted Credit Cards\";a:6:{s:5:\"title\";s:21:\"Accepted Credit Cards\";s:4:\"desc\";s:94:\"Credit card options that will be offered to contributors using your Online Contribution pages.\";s:2:\"id\";s:19:\"AcceptedCreditCards\";s:3:\"url\";s:48:\"/civicrm/admin/options/accept_creditcard?reset=1\";s:4:\"icon\";s:36:\"admin/small/accepted_creditcards.png\";s:5:\"extra\";N;}s:26:\"{weight}.Soft Credit Types\";a:6:{s:5:\"title\";s:17:\"Soft Credit Types\";s:4:\"desc\";s:86:\"Soft Credit Types that will be offered to contributors during soft credit contribution\";s:2:\"id\";s:15:\"SoftCreditTypes\";s:3:\"url\";s:47:\"/civicrm/admin/options/soft_credit_type?reset=1\";s:4:\"icon\";s:32:\"admin/small/soft_credit_type.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:4;}s:26:\"Customize Data and Screens\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:19:{s:20:\"{weight}.Custom Data\";a:6:{s:5:\"title\";s:11:\"Custom Data\";s:4:\"desc\";s:109:\"Configure custom fields to collect and store custom data which is not included in the standard CiviCRM forms.\";s:2:\"id\";s:10:\"CustomData\";s:3:\"url\";s:35:\"/civicrm/admin/custom/group?reset=1\";s:4:\"icon\";s:26:\"admin/small/custm_data.png\";s:5:\"extra\";N;}s:17:\"{weight}.Profiles\";a:6:{s:5:\"title\";s:8:\"Profiles\";s:4:\"desc\";s:151:\"Profiles allow you to aggregate groups of fields and include them in your site as input forms, contact display pages, and search and listings features.\";s:2:\"id\";s:8:\"Profiles\";s:3:\"url\";s:31:\"/civicrm/admin/uf/group?reset=1\";s:4:\"icon\";s:23:\"admin/small/Profile.png\";s:5:\"extra\";N;}s:26:\"{weight}.Tags (Categories)\";a:6:{s:5:\"title\";s:17:\"Tags (Categories)\";s:4:\"desc\";s:158:\"Tags are useful for segmenting the contacts in your database into categories (e.g. Staff Member, Donor, Volunteer, etc.). Create and edit available tags here.\";s:2:\"id\";s:15:\"Tags_Categories\";s:3:\"url\";s:26:\"/civicrm/admin/tag?reset=1\";s:4:\"icon\";s:18:\"admin/small/11.png\";s:5:\"extra\";N;}s:23:\"{weight}.Activity Types\";a:6:{s:5:\"title\";s:14:\"Activity Types\";s:4:\"desc\";s:155:\"CiviCRM has several built-in activity types (meetings, phone calls, emails sent). Track other types of interactions by creating custom activity types here.\";s:2:\"id\";s:13:\"ActivityTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/activity_type?reset=1\";s:4:\"icon\";s:18:\"admin/small/05.png\";s:5:\"extra\";N;}s:27:\"{weight}.Relationship Types\";a:6:{s:5:\"title\";s:18:\"Relationship Types\";s:4:\"desc\";s:148:\"Contacts can be linked to each other through Relationships (e.g. Spouse, Employer, etc.). Define the types of relationships you want to record here.\";s:2:\"id\";s:17:\"RelationshipTypes\";s:3:\"url\";s:30:\"/civicrm/admin/reltype?reset=1\";s:4:\"icon\";s:25:\"admin/small/rela_type.png\";s:5:\"extra\";N;}s:22:\"{weight}.Contact Types\";a:6:{s:5:\"title\";s:13:\"Contact Types\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ContactTypes\";s:3:\"url\";s:38:\"/civicrm/admin/options/subtype?reset=1\";s:4:\"icon\";s:18:\"admin/small/09.png\";s:5:\"extra\";N;}s:23:\"{weight}.Gender Options\";a:6:{s:5:\"title\";s:14:\"Gender Options\";s:4:\"desc\";s:85:\"Options for assigning gender to individual contacts (e.g. Male, Female, Transgender).\";s:2:\"id\";s:13:\"GenderOptions\";s:3:\"url\";s:37:\"/civicrm/admin/options/gender?reset=1\";s:4:\"icon\";s:18:\"admin/small/01.png\";s:5:\"extra\";N;}s:40:\"{weight}.Individual Prefixes (Ms, Mr...)\";a:6:{s:5:\"title\";s:31:\"Individual Prefixes (Ms, Mr...)\";s:4:\"desc\";s:66:\"Options for individual contact prefixes (e.g. Ms., Mr., Dr. etc.).\";s:2:\"id\";s:27:\"IndividualPrefixes_Ms_Mr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_prefix?reset=1\";s:4:\"icon\";s:21:\"admin/small/title.png\";s:5:\"extra\";N;}s:40:\"{weight}.Individual Suffixes (Jr, Sr...)\";a:6:{s:5:\"title\";s:31:\"Individual Suffixes (Jr, Sr...)\";s:4:\"desc\";s:61:\"Options for individual contact suffixes (e.g. Jr., Sr. etc.).\";s:2:\"id\";s:27:\"IndividualSuffixes_Jr_Sr...\";s:3:\"url\";s:48:\"/civicrm/admin/options/individual_suffix?reset=1\";s:4:\"icon\";s:18:\"admin/small/10.png\";s:5:\"extra\";N;}s:39:\"{weight}.Location Types (Home, Work...)\";a:6:{s:5:\"title\";s:30:\"Location Types (Home, Work...)\";s:4:\"desc\";s:94:\"Options for categorizing contact addresses and phone numbers (e.g. Home, Work, Billing, etc.).\";s:2:\"id\";s:26:\"LocationTypes_Home_Work...\";s:3:\"url\";s:35:\"/civicrm/admin/locationType?reset=1\";s:4:\"icon\";s:18:\"admin/small/13.png\";s:5:\"extra\";N;}s:22:\"{weight}.Website Types\";a:6:{s:5:\"title\";s:13:\"Website Types\";s:4:\"desc\";s:48:\"Options for assigning website types to contacts.\";s:2:\"id\";s:12:\"WebsiteTypes\";s:3:\"url\";s:43:\"/civicrm/admin/options/website_type?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:35:\"{weight}.Instant Messenger Services\";a:6:{s:5:\"title\";s:26:\"Instant Messenger Services\";s:4:\"desc\";s:79:\"List of IM services which can be used when recording screen-names for contacts.\";s:2:\"id\";s:24:\"InstantMessengerServices\";s:3:\"url\";s:56:\"/civicrm/admin/options/instant_messenger_service?reset=1\";s:4:\"icon\";s:18:\"admin/small/07.png\";s:5:\"extra\";N;}s:31:\"{weight}.Mobile Phone Providers\";a:6:{s:5:\"title\";s:22:\"Mobile Phone Providers\";s:4:\"desc\";s:90:\"List of mobile phone providers which can be assigned when recording contact phone numbers.\";s:2:\"id\";s:20:\"MobilePhoneProviders\";s:3:\"url\";s:46:\"/civicrm/admin/options/mobile_provider?reset=1\";s:4:\"icon\";s:18:\"admin/small/08.png\";s:5:\"extra\";N;}s:19:\"{weight}.Phone Type\";a:6:{s:5:\"title\";s:10:\"Phone Type\";s:4:\"desc\";s:80:\"Options for assigning phone type to contacts (e.g Phone,\n Mobile, Fax, Pager)\";s:2:\"id\";s:9:\"PhoneType\";s:3:\"url\";s:41:\"/civicrm/admin/options/phone_type?reset=1\";s:4:\"icon\";s:7:\"tel.gif\";s:5:\"extra\";N;}s:28:\"{weight}.Display Preferences\";a:6:{s:5:\"title\";s:19:\"Display Preferences\";s:4:\"desc\";N;s:2:\"id\";s:18:\"DisplayPreferences\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/display?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:27:\"{weight}.Search Preferences\";a:6:{s:5:\"title\";s:18:\"Search Preferences\";s:4:\"desc\";N;s:2:\"id\";s:17:\"SearchPreferences\";s:3:\"url\";s:37:\"/civicrm/admin/setting/search?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:24:\"{weight}.Navigation Menu\";a:6:{s:5:\"title\";s:15:\"Navigation Menu\";s:4:\"desc\";s:79:\"Add or remove menu items, and modify the order of items on the navigation menu.\";s:2:\"id\";s:14:\"NavigationMenu\";s:3:\"url\";s:27:\"/civicrm/admin/menu?reset=1\";s:4:\"icon\";s:24:\"admin/small/template.png\";s:5:\"extra\";N;}s:26:\"{weight}.Word Replacements\";a:6:{s:5:\"title\";s:17:\"Word Replacements\";s:4:\"desc\";s:18:\"Word Replacements.\";s:2:\"id\";s:16:\"WordReplacements\";s:3:\"url\";s:47:\"/civicrm/admin/options/wordreplacements?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:31:\"{weight}.Manage Custom Searches\";a:6:{s:5:\"title\";s:22:\"Manage Custom Searches\";s:4:\"desc\";s:225:\"Developers and accidental techies with a bit of PHP and SQL knowledge can create new search forms to handle specific search and reporting needs which aren\'t covered by the built-in Advanced Search and Search Builder features.\";s:2:\"id\";s:20:\"ManageCustomSearches\";s:3:\"url\";s:44:\"/civicrm/admin/options/custom_search?reset=1\";s:4:\"icon\";s:24:\"admin/small/template.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:10;}s:14:\"Communications\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:11:{s:46:\"{weight}.Organization Address and Contact Info\";a:6:{s:5:\"title\";s:37:\"Organization Address and Contact Info\";s:4:\"desc\";s:150:\"Configure primary contact name, email, return-path and address information. This information is used by CiviMail to identify the sending organization.\";s:2:\"id\";s:33:\"OrganizationAddressandContactInfo\";s:3:\"url\";s:47:\"/civicrm/admin/domain?action=update&reset=1\";s:4:\"icon\";s:22:\"admin/small/domain.png\";s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:49:\"/civicrm/admin/options/from_email_address?reset=1\";s:4:\"icon\";s:21:\"admin/small/title.png\";s:5:\"extra\";N;}s:26:\"{weight}.Message Templates\";a:6:{s:5:\"title\";s:17:\"Message Templates\";s:4:\"desc\";s:130:\"Message templates allow you to save and re-use messages with layouts which you can use when sending email to one or more contacts.\";s:2:\"id\";s:16:\"MessageTemplates\";s:3:\"url\";s:39:\"/civicrm/admin/messageTemplates?reset=1\";s:4:\"icon\";s:24:\"admin/small/template.png\";s:5:\"extra\";N;}s:27:\"{weight}.Schedule Reminders\";a:6:{s:5:\"title\";s:18:\"Schedule Reminders\";s:4:\"desc\";s:19:\"Schedule Reminders.\";s:2:\"id\";s:17:\"ScheduleReminders\";s:3:\"url\";s:40:\"/civicrm/admin/scheduleReminders?reset=1\";s:4:\"icon\";s:24:\"admin/small/template.png\";s:5:\"extra\";N;}s:40:\"{weight}.Preferred Communication Methods\";a:6:{s:5:\"title\";s:31:\"Preferred Communication Methods\";s:4:\"desc\";s:117:\"One or more preferred methods of communication can be assigned to each contact. Customize the available options here.\";s:2:\"id\";s:29:\"PreferredCommunicationMethods\";s:3:\"url\";s:61:\"/civicrm/admin/options/preferred_communication_method?reset=1\";s:4:\"icon\";s:29:\"admin/small/communication.png\";s:5:\"extra\";N;}s:22:\"{weight}.Label Formats\";a:6:{s:5:\"title\";s:13:\"Label Formats\";s:4:\"desc\";s:67:\"Configure Label Formats that are used when creating mailing labels.\";s:2:\"id\";s:12:\"LabelFormats\";s:3:\"url\";s:35:\"/civicrm/admin/labelFormats?reset=1\";s:4:\"icon\";s:24:\"admin/small/template.png\";s:5:\"extra\";N;}s:33:\"{weight}.Print Page (PDF) Formats\";a:6:{s:5:\"title\";s:24:\"Print Page (PDF) Formats\";s:4:\"desc\";s:95:\"Configure PDF Page Formats that can be assigned to Message Templates when creating PDF letters.\";s:2:\"id\";s:20:\"PrintPage_PDFFormats\";s:3:\"url\";s:33:\"/civicrm/admin/pdfFormats?reset=1\";s:4:\"icon\";s:24:\"admin/small/template.png\";s:5:\"extra\";N;}s:36:\"{weight}.Communication Style Options\";a:6:{s:5:\"title\";s:27:\"Communication Style Options\";s:4:\"desc\";s:42:\"Options for Communication Style selection.\";s:2:\"id\";s:25:\"CommunicationStyleOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/communication_style?reset=1\";s:4:\"icon\";s:18:\"admin/small/01.png\";s:5:\"extra\";N;}s:31:\"{weight}.Email Greeting Formats\";a:6:{s:5:\"title\";s:22:\"Email Greeting Formats\";s:4:\"desc\";s:75:\"Options for assigning email greetings to individual and household contacts.\";s:2:\"id\";s:20:\"EmailGreetingFormats\";s:3:\"url\";s:45:\"/civicrm/admin/options/email_greeting?reset=1\";s:4:\"icon\";s:18:\"admin/small/01.png\";s:5:\"extra\";N;}s:32:\"{weight}.Postal Greeting Formats\";a:6:{s:5:\"title\";s:23:\"Postal Greeting Formats\";s:4:\"desc\";s:76:\"Options for assigning postal greetings to individual and household contacts.\";s:2:\"id\";s:21:\"PostalGreetingFormats\";s:3:\"url\";s:46:\"/civicrm/admin/options/postal_greeting?reset=1\";s:4:\"icon\";s:18:\"admin/small/01.png\";s:5:\"extra\";N;}s:26:\"{weight}.Addressee Formats\";a:6:{s:5:\"title\";s:17:\"Addressee Formats\";s:4:\"desc\";s:83:\"Options for assigning addressee to individual, household and organization contacts.\";s:2:\"id\";s:16:\"AddresseeFormats\";s:3:\"url\";s:40:\"/civicrm/admin/options/addressee?reset=1\";s:4:\"icon\";s:18:\"admin/small/01.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:6;}s:12:\"Localization\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:4:{s:38:\"{weight}.Languages, Currency, Location\";a:6:{s:5:\"title\";s:29:\"Languages, Currency, Location\";s:4:\"desc\";N;s:2:\"id\";s:27:\"Languages_Currency_Location\";s:3:\"url\";s:43:\"/civicrm/admin/setting/localization?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:25:\"{weight}.Address Settings\";a:6:{s:5:\"title\";s:16:\"Address Settings\";s:4:\"desc\";N;s:2:\"id\";s:15:\"AddressSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/address?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:21:\"{weight}.Date Formats\";a:6:{s:5:\"title\";s:12:\"Date Formats\";s:4:\"desc\";N;s:2:\"id\";s:11:\"DateFormats\";s:3:\"url\";s:35:\"/civicrm/admin/setting/date?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:28:\"{weight}.Preferred Languages\";a:6:{s:5:\"title\";s:19:\"Preferred Languages\";s:4:\"desc\";s:30:\"Options for contact languages.\";s:2:\"id\";s:18:\"PreferredLanguages\";s:3:\"url\";s:40:\"/civicrm/admin/options/languages?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:2;}s:21:\"Users and Permissions\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:2:{s:23:\"{weight}.Access Control\";a:6:{s:5:\"title\";s:14:\"Access Control\";s:4:\"desc\";s:73:\"Grant or deny access to actions (view, edit...), features and components.\";s:2:\"id\";s:13:\"AccessControl\";s:3:\"url\";s:29:\"/civicrm/admin/access?reset=1\";s:4:\"icon\";s:18:\"admin/small/03.png\";s:5:\"extra\";N;}s:38:\"{weight}.Synchronize Users to Contacts\";a:6:{s:5:\"title\";s:29:\"Synchronize Users to Contacts\";s:4:\"desc\";s:71:\"Automatically create a CiviCRM contact record for each CMS user record.\";s:2:\"id\";s:26:\"SynchronizeUserstoContacts\";s:3:\"url\";s:32:\"/civicrm/admin/synchUser?reset=1\";s:4:\"icon\";s:26:\"admin/small/Synch_user.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:1;}s:15:\"System Settings\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:17:{s:32:\"{weight}.Configuration Checklist\";a:6:{s:5:\"title\";s:23:\"Configuration Checklist\";s:4:\"desc\";s:55:\"List of configuration tasks with links to each setting.\";s:2:\"id\";s:22:\"ConfigurationChecklist\";s:3:\"url\";s:33:\"/civicrm/admin/configtask?reset=1\";s:4:\"icon\";s:9:\"check.gif\";s:5:\"extra\";N;}s:34:\"{weight}.Enable CiviCRM Components\";a:6:{s:5:\"title\";s:25:\"Enable CiviCRM Components\";s:4:\"desc\";s:269:\"Enable or disable components (e.g. CiviEvent, CiviMember, etc.) for your site based on the features you need. We recommend disabling any components not being used in order to simplify the user interface. You can easily re-enable components at any time from this screen.\";s:2:\"id\";s:23:\"EnableCiviCRMComponents\";s:3:\"url\";s:40:\"/civicrm/admin/setting/component?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:26:\"{weight}.Manage Extensions\";a:6:{s:5:\"title\";s:17:\"Manage Extensions\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:16:\"ManageExtensions\";s:3:\"url\";s:33:\"/civicrm/admin/extensions?reset=1\";s:4:\"icon\";s:26:\"admin/small/price_sets.png\";s:5:\"extra\";N;}s:32:\"{weight}.Outbound Email Settings\";a:6:{s:5:\"title\";s:23:\"Outbound Email Settings\";s:4:\"desc\";N;s:2:\"id\";s:21:\"OutboundEmailSettings\";s:3:\"url\";s:35:\"/civicrm/admin/setting/smtp?reset=1\";s:4:\"icon\";s:18:\"admin/small/07.png\";s:5:\"extra\";N;}s:26:\"{weight}.Payment Processor\";a:6:{s:5:\"title\";s:17:\"Payment Processor\";s:4:\"desc\";s:48:\"Payment Processor setup for CiviCRM transactions\";s:2:\"id\";s:16:\"PaymentProcessor\";s:3:\"url\";s:39:\"/civicrm/admin/paymentProcessor?reset=1\";s:4:\"icon\";s:41:\"admin/small/online_contribution_pages.png\";s:5:\"extra\";N;}s:30:\"{weight}.Mapping and Geocoding\";a:6:{s:5:\"title\";s:21:\"Mapping and Geocoding\";s:4:\"desc\";N;s:2:\"id\";s:19:\"MappingandGeocoding\";s:3:\"url\";s:38:\"/civicrm/admin/setting/mapping?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:62:\"{weight}.Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)\";a:6:{s:5:\"title\";s:53:\"Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)\";s:4:\"desc\";s:91:\"Enable undelete/move to trash feature, detailed change logging, ReCAPTCHA to protect forms.\";s:2:\"id\";s:46:\"Misc_Undelete_PDFs_Limits_Logging_Captcha_etc.\";s:3:\"url\";s:35:\"/civicrm/admin/setting/misc?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:20:\"{weight}.Directories\";a:6:{s:5:\"title\";s:11:\"Directories\";s:4:\"desc\";N;s:2:\"id\";s:11:\"Directories\";s:3:\"url\";s:35:\"/civicrm/admin/setting/path?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:22:\"{weight}.Resource URLs\";a:6:{s:5:\"title\";s:13:\"Resource URLs\";s:4:\"desc\";N;s:2:\"id\";s:12:\"ResourceURLs\";s:3:\"url\";s:34:\"/civicrm/admin/setting/url?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:33:\"{weight}.CMS Database Integration\";a:6:{s:5:\"title\";s:24:\"CMS Database Integration\";s:4:\"desc\";N;s:2:\"id\";s:22:\"CMSDatabaseIntegration\";s:3:\"url\";s:33:\"/civicrm/admin/setting/uf?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:36:\"{weight}.Safe File Extension Options\";a:6:{s:5:\"title\";s:27:\"Safe File Extension Options\";s:4:\"desc\";s:44:\"File Extensions that can be considered safe.\";s:2:\"id\";s:24:\"SafeFileExtensionOptions\";s:3:\"url\";s:50:\"/civicrm/admin/options/safe_file_extension?reset=1\";s:4:\"icon\";s:18:\"admin/small/01.png\";s:5:\"extra\";N;}s:22:\"{weight}.Option Groups\";a:6:{s:5:\"title\";s:13:\"Option Groups\";s:4:\"desc\";s:35:\"Access all meta-data option groups.\";s:2:\"id\";s:12:\"OptionGroups\";s:3:\"url\";s:30:\"/civicrm/admin/options?reset=1\";s:4:\"icon\";s:18:\"admin/small/01.png\";s:5:\"extra\";N;}s:31:\"{weight}.Import/Export Mappings\";a:6:{s:5:\"title\";s:22:\"Import/Export Mappings\";s:4:\"desc\";s:141:\"Import and Export mappings allow you to easily run the same job multiple times. This option allows you to rename or delete existing mappings.\";s:2:\"id\";s:21:\"Import_ExportMappings\";s:3:\"url\";s:30:\"/civicrm/admin/mapping?reset=1\";s:4:\"icon\";s:33:\"admin/small/import_export_map.png\";s:5:\"extra\";N;}s:18:\"{weight}.Debugging\";a:6:{s:5:\"title\";s:9:\"Debugging\";s:4:\"desc\";N;s:2:\"id\";s:9:\"Debugging\";s:3:\"url\";s:36:\"/civicrm/admin/setting/debug?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:28:\"{weight}.Multi Site Settings\";a:6:{s:5:\"title\";s:19:\"Multi Site Settings\";s:4:\"desc\";N;s:2:\"id\";s:17:\"MultiSiteSettings\";s:3:\"url\";s:52:\"/civicrm/admin/setting/preferences/multisite?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}s:23:\"{weight}.Scheduled Jobs\";a:6:{s:5:\"title\";s:14:\"Scheduled Jobs\";s:4:\"desc\";s:35:\"Managing periodially running tasks.\";s:2:\"id\";s:13:\"ScheduledJobs\";s:3:\"url\";s:26:\"/civicrm/admin/job?reset=1\";s:4:\"icon\";s:18:\"admin/small/13.png\";s:5:\"extra\";N;}s:22:\"{weight}.Sms Providers\";a:6:{s:5:\"title\";s:13:\"Sms Providers\";s:4:\"desc\";s:27:\"To configure a sms provider\";s:2:\"id\";s:12:\"SmsProviders\";s:3:\"url\";s:35:\"/civicrm/admin/sms/provider?reset=1\";s:4:\"icon\";s:18:\"admin/small/36.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:9;}s:9:\"Configure\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:40:\"{weight}.Cleanup Caches and Update Paths\";a:6:{s:5:\"title\";s:31:\"Cleanup Caches and Update Paths\";s:4:\"desc\";s:157:\"Reset the Base Directory Path and Base URL settings - generally when a CiviCRM site is moved to another location in the file system and/or to another domain.\";s:2:\"id\";s:27:\"CleanupCachesandUpdatePaths\";s:3:\"url\";s:50:\"/civicrm/admin/setting/updateConfigBackend?reset=1\";s:4:\"icon\";s:26:\"admin/small/updatepath.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:1;}s:12:\"CiviCampaign\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:40:\"{weight}.CiviCampaign Component Settings\";a:6:{s:5:\"title\";s:31:\"CiviCampaign Component Settings\";s:4:\"desc\";s:40:\"Configure global CiviCampaign behaviors.\";s:2:\"id\";s:29:\"CiviCampaignComponentSettings\";s:3:\"url\";s:51:\"/civicrm/admin/setting/preferences/campaign?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:21:\"{weight}.Survey Types\";a:6:{s:5:\"title\";s:12:\"Survey Types\";s:4:\"desc\";N;s:2:\"id\";s:11:\"SurveyTypes\";s:3:\"url\";s:42:\"/civicrm/admin/campaign/surveyType?reset=1\";s:4:\"icon\";s:18:\"admin/small/05.png\";s:5:\"extra\";N;}s:23:\"{weight}.Campaign Types\";a:6:{s:5:\"title\";s:14:\"Campaign Types\";s:4:\"desc\";s:47:\"categorize your campaigns using campaign types.\";s:2:\"id\";s:13:\"CampaignTypes\";s:3:\"url\";s:44:\"/civicrm/admin/options/campaign_type?reset=1\";s:4:\"icon\";s:18:\"admin/small/05.png\";s:5:\"extra\";N;}s:24:\"{weight}.Campaign Status\";a:6:{s:5:\"title\";s:15:\"Campaign Status\";s:4:\"desc\";s:34:\"Define statuses for campaign here.\";s:2:\"id\";s:14:\"CampaignStatus\";s:3:\"url\";s:46:\"/civicrm/admin/options/campaign_status?reset=1\";s:4:\"icon\";s:18:\"admin/small/05.png\";s:5:\"extra\";N;}s:25:\"{weight}.Engagement Index\";a:6:{s:5:\"title\";s:16:\"Engagement Index\";s:4:\"desc\";s:18:\"Engagement levels.\";s:2:\"id\";s:15:\"EngagementIndex\";s:3:\"url\";s:47:\"/civicrm/admin/options/engagement_index?reset=1\";s:4:\"icon\";s:18:\"admin/small/05.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:3;}s:9:\"CiviEvent\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:9:{s:37:\"{weight}.CiviEvent Component Settings\";a:6:{s:5:\"title\";s:28:\"CiviEvent Component Settings\";s:4:\"desc\";s:37:\"Configure global CiviEvent behaviors.\";s:2:\"id\";s:26:\"CiviEventComponentSettings\";s:3:\"url\";s:48:\"/civicrm/admin/setting/preferences/event?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:33:\"{weight}.Event Name Badge Layouts\";a:6:{s:5:\"title\";s:24:\"Event Name Badge Layouts\";s:4:\"desc\";s:107:\"Configure name badge layouts for event participants, including logos and what data to include on the badge.\";s:2:\"id\";s:21:\"EventNameBadgeLayouts\";s:3:\"url\";s:52:\"/civicrm/admin/badgelayout?action=browse&reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:22:\"{weight}.Manage Events\";a:6:{s:5:\"title\";s:13:\"Manage Events\";s:4:\"desc\";s:136:\"Create and edit event configuration including times, locations, online registration forms, and fees. Links for iCal and RSS syndication.\";s:2:\"id\";s:12:\"ManageEvents\";s:3:\"url\";s:28:\"/civicrm/admin/event?reset=1\";s:4:\"icon\";s:28:\"admin/small/event_manage.png\";s:5:\"extra\";N;}s:24:\"{weight}.Event Templates\";a:6:{s:5:\"title\";s:15:\"Event Templates\";s:4:\"desc\";s:115:\"Administrators can create Event Templates - which are basically master event records pre-filled with default values\";s:2:\"id\";s:14:\"EventTemplates\";s:3:\"url\";s:36:\"/civicrm/admin/eventTemplate?reset=1\";s:4:\"icon\";s:24:\"admin/small/template.png\";s:5:\"extra\";N;}s:20:\"{weight}.Event Types\";a:6:{s:5:\"title\";s:11:\"Event Types\";s:4:\"desc\";s:143:\"Use Event Types to categorize your events. Event feeds can be filtered by Event Type and participant searches can use Event Type as a criteria.\";s:2:\"id\";s:10:\"EventTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/event_type?reset=1\";s:4:\"icon\";s:26:\"admin/small/event_type.png\";s:5:\"extra\";N;}s:27:\"{weight}.Participant Status\";a:6:{s:5:\"title\";s:18:\"Participant Status\";s:4:\"desc\";s:154:\"Define statuses for event participants here (e.g. Registered, Attended, Cancelled...). You can then assign statuses and search for participants by status.\";s:2:\"id\";s:17:\"ParticipantStatus\";s:3:\"url\";s:41:\"/civicrm/admin/participant_status?reset=1\";s:4:\"icon\";s:28:\"admin/small/parti_status.png\";s:5:\"extra\";N;}s:25:\"{weight}.Participant Role\";a:6:{s:5:\"title\";s:16:\"Participant Role\";s:4:\"desc\";s:138:\"Define participant roles for events here (e.g. Attendee, Host, Speaker...). You can then assign roles and search for participants by role.\";s:2:\"id\";s:15:\"ParticipantRole\";s:3:\"url\";s:47:\"/civicrm/admin/options/participant_role?reset=1\";s:4:\"icon\";s:26:\"admin/small/parti_role.png\";s:5:\"extra\";N;}s:38:\"{weight}.Participant Listing Templates\";a:6:{s:5:\"title\";s:29:\"Participant Listing Templates\";s:4:\"desc\";s:48:\"Template to control participant listing display.\";s:2:\"id\";s:27:\"ParticipantListingTemplates\";s:3:\"url\";s:50:\"/civicrm/admin/options/participant_listing?reset=1\";s:4:\"icon\";s:18:\"admin/small/01.png\";s:5:\"extra\";N;}s:31:\"{weight}.Conference Slot Labels\";a:6:{s:5:\"title\";s:22:\"Conference Slot Labels\";s:4:\"desc\";s:35:\"Define conference slots and labels.\";s:2:\"id\";s:20:\"ConferenceSlotLabels\";s:3:\"url\";s:65:\"/civicrm/admin/conference_slots?group=conference_slot&reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}s:9:\"perColumn\";d:5;}s:8:\"CiviMail\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:5:{s:36:\"{weight}.CiviMail Component Settings\";a:6:{s:5:\"title\";s:27:\"CiviMail Component Settings\";s:4:\"desc\";s:36:\"Configure global CiviMail behaviors.\";s:2:\"id\";s:25:\"CiviMailComponentSettings\";s:3:\"url\";s:50:\"/civicrm/admin/setting/preferences/mailing?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:24:\"{weight}.Mailer Settings\";a:6:{s:5:\"title\";s:15:\"Mailer Settings\";s:4:\"desc\";s:61:\"Configure spool period, throttling and other mailer settings.\";s:2:\"id\";s:14:\"MailerSettings\";s:3:\"url\";s:27:\"/civicrm/admin/mail?reset=1\";s:4:\"icon\";s:18:\"admin/small/07.png\";s:5:\"extra\";N;}s:49:\"{weight}.Headers, Footers, and Automated Messages\";a:6:{s:5:\"title\";s:40:\"Headers, Footers, and Automated Messages\";s:4:\"desc\";s:143:\"Configure the header and footer used for mailings. Customize the content of automated Subscribe, Unsubscribe, Resubscribe and Opt-out messages.\";s:2:\"id\";s:36:\"Headers_Footers_andAutomatedMessages\";s:3:\"url\";s:32:\"/civicrm/admin/component?reset=1\";s:4:\"icon\";s:23:\"admin/small/Profile.png\";s:5:\"extra\";N;}s:29:\"{weight}.From Email Addresses\";a:6:{s:5:\"title\";s:20:\"From Email Addresses\";s:4:\"desc\";s:74:\"List of Email Addresses which can be used when sending emails to contacts.\";s:2:\"id\";s:18:\"FromEmailAddresses\";s:3:\"url\";s:58:\"/civicrm/admin/options/from_email_address/civimail?reset=1\";s:4:\"icon\";s:21:\"admin/small/title.png\";s:5:\"extra\";N;}s:22:\"{weight}.Mail Accounts\";a:6:{s:5:\"title\";s:13:\"Mail Accounts\";s:4:\"desc\";s:32:\"Configure email account setting.\";s:2:\"id\";s:12:\"MailAccounts\";s:3:\"url\";s:35:\"/civicrm/admin/mailSettings?reset=1\";s:4:\"icon\";s:18:\"admin/small/07.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:3;}s:10:\"CiviMember\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:38:\"{weight}.CiviMember Component Settings\";a:6:{s:5:\"title\";s:29:\"CiviMember Component Settings\";s:4:\"desc\";s:38:\"Configure global CiviMember behaviors.\";s:2:\"id\";s:27:\"CiviMemberComponentSettings\";s:3:\"url\";s:49:\"/civicrm/admin/setting/preferences/member?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}s:25:\"{weight}.Membership Types\";a:6:{s:5:\"title\";s:16:\"Membership Types\";s:4:\"desc\";s:174:\"Define the types of memberships you want to offer. For each type, you can specify a \'name\' (Gold Member, Honor Society Member...), a description, duration, and a minimum fee.\";s:2:\"id\";s:15:\"MembershipTypes\";s:3:\"url\";s:44:\"/civicrm/admin/member/membershipType?reset=1\";s:4:\"icon\";s:31:\"admin/small/membership_type.png\";s:5:\"extra\";N;}s:32:\"{weight}.Membership Status Rules\";a:6:{s:5:\"title\";s:23:\"Membership Status Rules\";s:4:\"desc\";s:187:\"Status \'rules\' define the current status for a membership based on that membership\'s start and end dates. You can adjust the default status options and rules as needed to meet your needs.\";s:2:\"id\";s:21:\"MembershipStatusRules\";s:3:\"url\";s:46:\"/civicrm/admin/member/membershipStatus?reset=1\";s:4:\"icon\";s:33:\"admin/small/membership_status.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:2;}s:6:\"Manage\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:27:\"{weight}.Scheduled Jobs Log\";a:6:{s:5:\"title\";s:18:\"Scheduled Jobs Log\";s:4:\"desc\";s:46:\"Browsing the log of periodially running tasks.\";s:2:\"id\";s:16:\"ScheduledJobsLog\";s:3:\"url\";s:29:\"/civicrm/admin/joblog?reset=1\";s:4:\"icon\";s:18:\"admin/small/13.png\";s:5:\"extra\";N;}s:42:\"{weight}.Find and Merge Duplicate Contacts\";a:6:{s:5:\"title\";s:33:\"Find and Merge Duplicate Contacts\";s:4:\"desc\";s:158:\"Manage the rules used to identify potentially duplicate contact records. Scan for duplicates using a selected rule and merge duplicate contact data as needed.\";s:2:\"id\";s:29:\"FindandMergeDuplicateContacts\";s:3:\"url\";s:36:\"/civicrm/contact/deduperules?reset=1\";s:4:\"icon\";s:34:\"admin/small/duplicate_matching.png\";s:5:\"extra\";N;}s:26:\"{weight}.Dedupe Exceptions\";a:6:{s:5:\"title\";s:17:\"Dedupe Exceptions\";s:4:\"desc\";N;s:2:\"id\";s:16:\"DedupeExceptions\";s:3:\"url\";s:33:\"/civicrm/dedupe/exception?reset=1\";s:4:\"icon\";N;s:5:\"extra\";N;}}s:9:\"perColumn\";d:2;}s:12:\"Option Lists\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:20:\"{weight}.Grant Types\";a:6:{s:5:\"title\";s:11:\"Grant Types\";s:4:\"desc\";s:148:\"List of types which can be assigned to Grants. (Enable CiviGrant from Administer > Systme Settings > Enable Components if you want to track grants.)\";s:2:\"id\";s:10:\"GrantTypes\";s:3:\"url\";s:41:\"/civicrm/admin/options/grant_type?reset=1\";s:4:\"icon\";s:26:\"admin/small/grant_type.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:1;}s:9:\"Customize\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:1:{s:19:\"{weight}.Price Sets\";a:6:{s:5:\"title\";s:10:\"Price Sets\";s:4:\"desc\";s:205:\"Price sets allow you to offer multiple options with associated fees (e.g. pre-conference workshops, additional meals, etc.). Configure Price Sets for events which need more than a single set of fee levels.\";s:2:\"id\";s:9:\"PriceSets\";s:3:\"url\";s:28:\"/civicrm/admin/price?reset=1\";s:4:\"icon\";s:26:\"admin/small/price_sets.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:1;}s:8:\"CiviCase\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:4:{s:19:\"{weight}.Case Types\";a:6:{s:5:\"title\";s:10:\"Case Types\";s:4:\"desc\";s:137:\"List of types which can be assigned to Cases. (Enable the Cases tab from System Settings - Enable Components if you want to track cases.)\";s:2:\"id\";s:9:\"CaseTypes\";s:3:\"url\";s:40:\"/civicrm/admin/options/case_type?reset=1\";s:4:\"icon\";s:25:\"admin/small/case_type.png\";s:5:\"extra\";N;}s:24:\"{weight}.Redaction Rules\";a:6:{s:5:\"title\";s:15:\"Redaction Rules\";s:4:\"desc\";s:223:\"List of rules which can be applied to user input strings so that the redacted output can be recognized as repeated instances of the same string or can be identified as a \"semantic type of the data element\" within case data.\";s:2:\"id\";s:14:\"RedactionRules\";s:3:\"url\";s:45:\"/civicrm/admin/options/redaction_rule?reset=1\";s:4:\"icon\";s:30:\"admin/small/redaction_type.png\";s:5:\"extra\";N;}s:22:\"{weight}.Case Statuses\";a:6:{s:5:\"title\";s:13:\"Case Statuses\";s:4:\"desc\";s:48:\"List of statuses that can be assigned to a case.\";s:2:\"id\";s:12:\"CaseStatuses\";s:3:\"url\";s:42:\"/civicrm/admin/options/case_status?reset=1\";s:4:\"icon\";s:25:\"admin/small/case_type.png\";s:5:\"extra\";N;}s:26:\"{weight}.Encounter Mediums\";a:6:{s:5:\"title\";s:17:\"Encounter Mediums\";s:4:\"desc\";s:26:\"List of encounter mediums.\";s:2:\"id\";s:16:\"EncounterMediums\";s:3:\"url\";s:47:\"/civicrm/admin/options/encounter_medium?reset=1\";s:4:\"icon\";s:25:\"admin/small/case_type.png\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:2;}s:10:\"CiviReport\";a:3:{s:12:\"component_id\";N;s:6:\"fields\";a:3:{s:40:\"{weight}.Create New Report from Template\";a:6:{s:5:\"title\";s:31:\"Create New Report from Template\";s:4:\"desc\";s:49:\"Component wise listing of all available templates\";s:2:\"id\";s:27:\"CreateNewReportfromTemplate\";s:3:\"url\";s:43:\"/civicrm/admin/report/template/list?reset=1\";s:4:\"icon\";s:31:\"admin/small/report_template.gif\";s:5:\"extra\";N;}s:25:\"{weight}.Manage Templates\";a:6:{s:5:\"title\";s:16:\"Manage Templates\";s:4:\"desc\";s:45:\"Browse, Edit and Delete the Report templates.\";s:2:\"id\";s:15:\"ManageTemplates\";s:3:\"url\";s:53:\"/civicrm/admin/report/options/report_template?reset=1\";s:4:\"icon\";s:24:\"admin/small/template.png\";s:5:\"extra\";N;}s:24:\"{weight}.Reports Listing\";a:6:{s:5:\"title\";s:15:\"Reports Listing\";s:4:\"desc\";s:60:\"Browse existing report, change report criteria and settings.\";s:2:\"id\";s:14:\"ReportsListing\";s:3:\"url\";s:34:\"/civicrm/admin/report/list?reset=1\";s:4:\"icon\";s:27:\"admin/small/report_list.gif\";s:5:\"extra\";N;}}s:9:\"perColumn\";d:2;}}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,1,NULL); /*!40000 ALTER TABLE `civicrm_menu` ENABLE KEYS */; UNLOCK TABLES; @@ -949,7 +950,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_navigation` WRITE; /*!40000 ALTER TABLE `civicrm_navigation` DISABLE KEYS */; -INSERT INTO `civicrm_navigation` (`id`, `domain_id`, `label`, `name`, `url`, `permission`, `permission_operator`, `parent_id`, `is_active`, `has_separator`, `weight`) VALUES (1,1,'Home','Home','civicrm/dashboard&reset=1',NULL,'',NULL,1,NULL,0),(2,1,'Search','Search...',NULL,NULL,'',NULL,1,NULL,10),(3,1,'Find Contacts','Find Contacts','civicrm/contact/search&reset=1',NULL,'',2,1,NULL,1),(4,1,'Advanced Search','Advanced Search','civicrm/contact/search/advanced&reset=1',NULL,'',2,1,NULL,2),(5,1,'Full-text Search','Full-text Search','civicrm/contact/search/custom&csid=15&reset=1',NULL,'',2,1,NULL,3),(6,1,'Search Builder','Search Builder','civicrm/contact/search/builder&reset=1',NULL,'',2,1,1,4),(7,1,'Find Cases','Find Cases','civicrm/case/search&reset=1','access my cases and activities,access all cases and activities','OR',2,1,NULL,5),(8,1,'Find Contributions','Find Contributions','civicrm/contribute/search&reset=1','access CiviContribute','',2,1,NULL,6),(9,1,'Find Mailings','Find Mailings','civicrm/mailing&reset=1','access CiviMail','',2,1,NULL,7),(10,1,'Find Memberships','Find Memberships','civicrm/member/search&reset=1','access CiviMember','',2,1,NULL,8),(11,1,'Find Participants','Find Participants','civicrm/event/search&reset=1','access CiviEvent','',2,1,NULL,9),(12,1,'Find Pledges','Find Pledges','civicrm/pledge/search&reset=1','access CiviPledge','',2,1,NULL,10),(13,1,'Find Activities','Find Activities','civicrm/activity/search&reset=1',NULL,'',2,1,1,11),(14,1,'Custom Searches','Custom Searches','civicrm/contact/search/custom/list&reset=1',NULL,'',2,1,NULL,12),(15,1,'Contacts','Contacts',NULL,NULL,'',NULL,1,NULL,20),(16,1,'New Individual','New Individual','civicrm/contact/add&reset=1&ct=Individual','add contacts','',15,1,NULL,1),(17,1,'New Household','New Household','civicrm/contact/add&reset=1&ct=Household','add contacts','',15,1,NULL,2),(18,1,'New Organization','New Organization','civicrm/contact/add&reset=1&ct=Organization','add contacts','',15,1,1,3),(19,1,'Contact Reports','Contact Reports','civicrm/report/list&compid=99&reset=1','access CiviReport','',15,1,1,4),(20,1,'New Activity','New Activity','civicrm/activity&reset=1&action=add&context=standalone',NULL,'',15,1,NULL,5),(21,1,'New Email','New Email','civicrm/activity/email/add&atype=3&action=add&reset=1&context=standalone',NULL,'',15,1,1,6),(22,1,'Import Contacts','Import Contacts','civicrm/import/contact&reset=1','import contacts','',15,1,NULL,7),(23,1,'Import Activities','Import Activities','civicrm/import/activity&reset=1','import contacts','',15,1,1,8),(24,1,'New Group','New Group','civicrm/group/add&reset=1','edit groups','',15,1,NULL,9),(25,1,'Manage Groups','Manage Groups','civicrm/group&reset=1','access CiviCRM','',15,1,1,10),(26,1,'New Tag','New Tag','civicrm/admin/tag&reset=1&action=add','administer CiviCRM','',15,1,NULL,11),(27,1,'Manage Tags (Categories)','Manage Tags (Categories)','civicrm/admin/tag&reset=1','administer CiviCRM','',15,1,1,12),(28,1,'Find and Merge Duplicate Contacts','Find and Merge Duplicate Contacts','civicrm/contact/deduperules&reset=1','administer dedupe rules,merge duplicate contacts','OR',15,1,NULL,13),(29,1,'Contributions','Contributions',NULL,'access CiviContribute','',NULL,1,NULL,30),(30,1,'Dashboard','Dashboard','civicrm/contribute&reset=1','access CiviContribute','',29,1,NULL,1),(31,1,'New Contribution','New Contribution','civicrm/contribute/add&reset=1&action=add&context=standalone','access CiviContribute,edit contributions','AND',29,1,NULL,2),(32,1,'Find Contributions','Find Contributions','civicrm/contribute/search&reset=1','access CiviContribute','',29,1,NULL,3),(33,1,'Contribution Reports','Contribution Reports','civicrm/report/list&compid=2&reset=1','access CiviContribute','',29,1,1,4),(34,1,'Import Contributions','Import Contributions','civicrm/contribute/import&reset=1','access CiviContribute,edit contributions','AND',29,1,1,5),(35,1,'Batch Data Entry','Batch Data Entry','civicrm/batch&reset=1','access CiviContribute','',29,1,NULL,7),(36,1,'Pledges','Pledges',NULL,'access CiviPledge','',29,1,1,6),(37,1,'Accounting Batches','Accounting Batches',NULL,'view own manual batches,view all manual batches','OR',29,1,1,8),(38,1,'Dashboard','Dashboard','civicrm/pledge&reset=1','access CiviPledge','',36,1,NULL,1),(39,1,'New Pledge','New Pledge','civicrm/pledge/add&reset=1&action=add&context=standalone','access CiviPledge,edit pledges','AND',36,1,NULL,2),(40,1,'Find Pledges','Find Pledges','civicrm/pledge/search&reset=1','access CiviPledge','',36,1,NULL,3),(41,1,'Pledge Reports','Pledge Reports','civicrm/report/list&compid=6&reset=1','access CiviPledge','',36,1,0,4),(42,1,'New Contribution Page','New Contribution Page','civicrm/admin/contribute/add&reset=1&action=add','access CiviContribute,administer CiviCRM','AND',29,1,NULL,9),(43,1,'Manage Contribution Pages','Manage Contribution Pages','civicrm/admin/contribute&reset=1','access CiviContribute,administer CiviCRM','AND',29,1,1,10),(44,1,'Personal Campaign Pages','Personal Campaign Pages','civicrm/admin/pcp?reset=1&page_type=contribute','access CiviContribute,administer CiviCRM','AND',29,1,NULL,11),(45,1,'Premiums (Thank-you Gifts)','Premiums','civicrm/admin/contribute/managePremiums&reset=1','access CiviContribute,administer CiviCRM','AND',29,1,1,12),(46,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviContribute,administer CiviCRM','AND',29,1,NULL,13),(47,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviContribute,administer CiviCRM','AND',29,1,NULL,14),(48,1,'New Batch','New Batch','civicrm/financial/batch&reset=1&action=add','create manual batch','AND',37,1,NULL,1),(49,1,'Open Batches','Open Batches','civicrm/financial/financialbatches?reset=1&batchStatus=1','view own manual batches,view all manual batches','OR',37,1,NULL,2),(50,1,'Closed Batches','Closed Batches','civicrm/financial/financialbatches?reset=1&batchStatus=2','view own manual batches,view all manual batches','OR',37,1,NULL,3),(51,1,'Exported Batches','Exported Batches','civicrm/financial/financialbatches?reset=1&batchStatus=5','view own manual batches,view all manual batches','OR',37,1,NULL,4),(52,1,'Events','Events',NULL,'access CiviEvent','',NULL,1,NULL,40),(53,1,'Dashboard','CiviEvent Dashboard','civicrm/event&reset=1','access CiviEvent','',52,1,NULL,1),(54,1,'Register Event Participant','Register Event Participant','civicrm/participant/add&reset=1&action=add&context=standalone','access CiviEvent,edit event participants','AND',52,1,NULL,2),(55,1,'Find Participants','Find Participants','civicrm/event/search&reset=1','access CiviEvent','',52,1,NULL,3),(56,1,'Event Reports','Event Reports','civicrm/report/list&compid=1&reset=1','access CiviEvent','',52,1,1,4),(57,1,'Import Participants','Import Participants','civicrm/event/import&reset=1','access CiviEvent,edit event participants','AND',52,1,1,5),(58,1,'New Event','New Event','civicrm/event/add&reset=1&action=add','access CiviEvent,edit all events','AND',52,1,NULL,6),(59,1,'Manage Events','Manage Events','civicrm/event/manage&reset=1','access CiviEvent,edit all events','AND',52,1,1,7),(60,1,'Personal Campaign Pages','Personal Campaign Pages','civicrm/admin/pcp?reset=1&page_type=event','access CiviEvent,administer CiviCRM','AND',52,1,1,8),(61,1,'Event Templates','Event Templates','civicrm/admin/eventTemplate&reset=1','access CiviEvent,edit all events','AND',52,1,1,9),(62,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviEvent,edit all events','AND',52,1,NULL,10),(63,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviEvent,edit all events','AND',52,1,NULL,11),(64,1,'Mailings','Mailings',NULL,'access CiviMail,create mailings,approve mailings,schedule mailings','OR',NULL,1,NULL,50),(65,1,'New Mailing','New Mailing','civicrm/mailing/send&reset=1','access CiviMail,create mailings','OR',64,1,NULL,1),(66,1,'Draft and Unscheduled Mailings','Draft and Unscheduled Mailings','civicrm/mailing/browse/unscheduled&reset=1&scheduled=false','access CiviMail,create mailings,schedule mailings','OR',64,1,NULL,2),(67,1,'Scheduled and Sent Mailings','Scheduled and Sent Mailings','civicrm/mailing/browse/scheduled&reset=1&scheduled=true','access CiviMail,approve mailings,create mailings,schedule mailings','OR',64,1,NULL,3),(68,1,'Archived Mailings','Archived Mailings','civicrm/mailing/browse/archived&reset=1','access CiviMail,create mailings','OR',64,1,NULL,4),(69,1,'Mailing Reports','Mailing Reports','civicrm/report/list&compid=4&reset=1','access CiviMail','',64,1,1,5),(70,1,'Headers, Footers, and Automated Messages','Headers, Footers, and Automated Messages','civicrm/admin/component&reset=1','access CiviMail,administer CiviCRM','AND',64,1,NULL,6),(71,1,'Message Templates','Message Templates','civicrm/admin/messageTemplates&reset=1','administer CiviCRM','',64,1,NULL,7),(72,1,'From Email Addresses','From Email Addresses','civicrm/admin/options/from_email_address&reset=1','administer CiviCRM','',64,1,1,8),(73,1,'New SMS','New SMS','civicrm/sms/send?reset=1','administer CiviCRM',NULL,64,1,NULL,9),(74,1,'Find Mass SMS','Find Mass SMS','civicrm/mailing/browse?reset=1&sms=1','administer CiviCRM',NULL,64,1,1,10),(75,1,'Memberships','Memberships',NULL,'access CiviMember','',NULL,1,NULL,60),(76,1,'Dashboard','Dashboard','civicrm/member&reset=1','access CiviMember','',75,1,NULL,1),(77,1,'New Membership','New Membership','civicrm/member/add&reset=1&action=add&context=standalone','access CiviMember,edit memberships','AND',75,1,NULL,2),(78,1,'Find Memberships','Find Memberships','civicrm/member/search&reset=1','access CiviMember','',75,1,NULL,3),(79,1,'Membership Reports','Membership Reports','civicrm/report/list&compid=3&reset=1','access CiviMember','',75,1,1,4),(80,1,'Batch Data Entry','Batch Data Entry','civicrm/batch&reset=1','access CiviContribute','',75,1,NULL,5),(81,1,'Import Memberships','Import Members','civicrm/member/import&reset=1','access CiviMember,edit memberships','AND',75,1,1,6),(82,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviMember,administer CiviCRM','AND',75,1,NULL,7),(83,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviMember,administer CiviCRM','AND',75,1,NULL,8),(84,1,'Campaigns','Campaigns',NULL,'interview campaign contacts,release campaign contacts,reserve campaign contacts,manage campaign,administer CiviCampaign,gotv campaign contacts','OR',NULL,1,NULL,70),(85,1,'Dashboard','Dashboard','civicrm/campaign&reset=1','manage campaign,administer CiviCampaign','OR',84,1,NULL,1),(86,1,'Surveys','Survey Dashboard','civicrm/campaign&reset=1&subPage=survey','manage campaign,administer CiviCampaign','OR',85,1,NULL,1),(87,1,'Petitions','Petition Dashboard','civicrm/campaign&reset=1&subPage=petition','manage campaign,administer CiviCampaign','OR',85,1,NULL,2),(88,1,'Campaigns','Campaign Dashboard','civicrm/campaign&reset=1&subPage=campaign','manage campaign,administer CiviCampaign','OR',85,1,NULL,3),(89,1,'New Campaign','New Campaign','civicrm/campaign/add&reset=1','manage campaign,administer CiviCampaign','OR',84,1,NULL,2),(90,1,'New Survey','New Survey','civicrm/survey/add&reset=1','manage campaign,administer CiviCampaign','OR',84,1,NULL,3),(91,1,'New Petition','New Petition','civicrm/petition/add&reset=1','manage campaign,administer CiviCampaign','OR',84,1,NULL,4),(92,1,'Reserve Respondents','Reserve Respondents','civicrm/survey/search&reset=1&op=reserve','administer CiviCampaign,manage campaign,reserve campaign contacts','OR',84,1,NULL,5),(93,1,'Interview Respondents','Interview Respondents','civicrm/survey/search&reset=1&op=interview','administer CiviCampaign,manage campaign,interview campaign contacts','OR',84,1,NULL,6),(94,1,'Release Respondents','Release Respondents','civicrm/survey/search&reset=1&op=release','administer CiviCampaign,manage campaign,release campaign contacts','OR',84,1,NULL,7),(95,1,'Campaign Reports','Campaign Reports','civicrm/report/list&compid=9&reset=1','interview campaign contacts,release campaign contacts,reserve campaign contacts,manage campaign,administer CiviCampaign,gotv campaign contacts','OR',84,1,1,8),(96,1,'Conduct Survey','Conduct Survey','civicrm/campaign/vote&reset=1','administer CiviCampaign,manage campaign,reserve campaign contacts,interview campaign contacts','OR',84,1,NULL,9),(97,1,'GOTV (Voter Tracking)','Voter Listing','civicrm/campaign/gotv&reset=1','administer CiviCampaign,manage campaign,release campaign contacts,gotv campaign contacts','OR',84,1,NULL,10),(98,1,'Cases','Cases',NULL,'access my cases and activities,access all cases and activities','OR',NULL,1,NULL,80),(99,1,'Dashboard','Dashboard','civicrm/case&reset=1','access my cases and activities,access all cases and activities','OR',98,1,NULL,1),(100,1,'New Case','New Case','civicrm/case/add&reset=1&action=add&atype=13&context=standalone','add cases,access all cases and activities','OR',98,1,NULL,2),(101,1,'Find Cases','Find Cases','civicrm/case/search&reset=1','access my cases and activities,access all cases and activities','OR',98,1,1,3),(102,1,'Case Reports','Case Reports','civicrm/report/list&compid=7&reset=1','access my cases and activities,access all cases and activities,administer CiviCase','OR',98,1,0,4),(103,1,'Grants','Grants',NULL,'access CiviGrant','',NULL,1,NULL,90),(104,1,'Dashboard','Dashboard','civicrm/grant&reset=1','access CiviGrant','',103,1,NULL,1),(105,1,'New Grant','New Grant','civicrm/grant/add&reset=1&action=add&context=standalone','access CiviGrant,edit grants','AND',103,1,NULL,2),(106,1,'Find Grants','Find Grants','civicrm/grant/search&reset=1','access CiviGrant','',103,1,1,3),(107,1,'Grant Reports','Grant Reports','civicrm/report/list&compid=5&reset=1','access CiviGrant','',103,1,0,4),(108,1,'Administer','Administer',NULL,'administer CiviCRM','',NULL,1,NULL,100),(109,1,'Administration Console','Administration Console','civicrm/admin&reset=1','administer CiviCRM','',108,1,NULL,1),(110,1,'Configuration Checklist','Configuration Checklist','civicrm/admin/configtask&reset=1','administer CiviCRM','',109,1,NULL,1),(111,1,'Customize Data and Screens','Customize Data and Screens',NULL,'administer CiviCRM','',108,1,NULL,3),(112,1,'Custom Fields','Custom Fields','civicrm/admin/custom/group&reset=1','administer CiviCRM','',111,1,NULL,1),(113,1,'Profiles','Profiles','civicrm/admin/uf/group&reset=1','administer CiviCRM','',111,1,NULL,2),(114,1,'Tags (Categories)','Tags (Categories)','civicrm/admin/tag&reset=1','administer CiviCRM','',111,1,NULL,3),(115,1,'Activity Types','Activity Types','civicrm/admin/options/activity_type&reset=1','administer CiviCRM','',111,1,NULL,4),(116,1,'Relationship Types','Relationship Types','civicrm/admin/reltype&reset=1','administer CiviCRM','',111,1,NULL,5),(117,1,'Contact Types','Contact Types','civicrm/admin/options/subtype&reset=1','administer CiviCRM','',111,1,NULL,6),(118,1,'Display Preferences','Display Preferences','civicrm/admin/setting/preferences/display&reset=1','administer CiviCRM','',111,1,NULL,9),(119,1,'Search Preferences','Search Preferences','civicrm/admin/setting/search&reset=1','administer CiviCRM','',111,1,NULL,10),(120,1,'Navigation Menu','Navigation Menu','civicrm/admin/menu&reset=1','administer CiviCRM','',111,1,NULL,11),(121,1,'Word Replacements','Word Replacements','civicrm/admin/options/wordreplacements&reset=1','administer CiviCRM','',111,1,NULL,12),(122,1,'Manage Custom Searches','Manage Custom Searches','civicrm/admin/options/custom_search&reset=1','administer CiviCRM','',111,1,NULL,13),(123,1,'Dropdown Options','Dropdown Options',NULL,'administer CiviCRM','',111,1,NULL,8),(124,1,'Gender Options','Gender Options','civicrm/admin/options/gender&reset=1','administer CiviCRM','',123,1,NULL,1),(125,1,'Individual Prefixes (Ms, Mr...)','Individual Prefixes (Ms, Mr...)','civicrm/admin/options/individual_prefix&reset=1','administer CiviCRM','',123,1,NULL,2),(126,1,'Individual Suffixes (Jr, Sr...)','Individual Suffixes (Jr, Sr...)','civicrm/admin/options/individual_suffix&reset=1','administer CiviCRM','',123,1,NULL,3),(127,1,'Instant Messenger Services','Instant Messenger Services','civicrm/admin/options/instant_messenger_service&reset=1','administer CiviCRM','',123,1,NULL,4),(128,1,'Location Types (Home, Work...)','Location Types (Home, Work...)','civicrm/admin/locationType&reset=1','administer CiviCRM','',123,1,NULL,5),(129,1,'Mobile Phone Providers','Mobile Phone Providers','civicrm/admin/options/mobile_provider&reset=1','administer CiviCRM','',123,1,NULL,6),(130,1,'Phone Types','Phone Types','civicrm/admin/options/phone_type&reset=1','administer CiviCRM','',123,1,NULL,7),(131,1,'Website Types','Website Types','civicrm/admin/options/website_type&reset=1','administer CiviCRM','',123,1,NULL,8),(132,1,'Communications','Communications',NULL,'administer CiviCRM','',108,1,NULL,4),(133,1,'Organization Address and Contact Info','Organization Address and Contact Info','civicrm/admin/domain&action=update&reset=1','administer CiviCRM','',132,1,NULL,1),(134,1,'FROM Email Addresses','FROM Email Addresses','civicrm/admin/options/from_email_address&reset=1','administer CiviCRM','',132,1,NULL,2),(135,1,'Message Templates','Message Templates','civicrm/admin/messageTemplates&reset=1','administer CiviCRM','',132,1,NULL,3),(136,1,'Schedule Reminders','Schedule Reminders','civicrm/admin/scheduleReminders&reset=1','administer CiviCRM','',132,1,NULL,4),(137,1,'Preferred Communication Methods','Preferred Communication Methods','civicrm/admin/options/preferred_communication_method&reset=1','administer CiviCRM','',132,1,NULL,5),(138,1,'Label Formats','Label Formats','civicrm/admin/labelFormats&reset=1','administer CiviCRM','',132,1,NULL,6),(139,1,'Print Page (PDF) Formats','Print Page (PDF) Formats','civicrm/admin/pdfFormats&reset=1','administer CiviCRM','',132,1,NULL,7),(140,1,'Communication Style Options','Communication Style Options','civicrm/admin/options/communication_style&reset=1','administer CiviCRM','',132,1,NULL,8),(141,1,'Email Greeting Formats','Email Greeting Formats','civicrm/admin/options/email_greeting&reset=1','administer CiviCRM','',132,1,NULL,9),(142,1,'Postal Greeting Formats','Postal Greeting Formats','civicrm/admin/options/postal_greeting&reset=1','administer CiviCRM','',132,1,NULL,10),(143,1,'Addressee Formats','Addressee Formats','civicrm/admin/options/addressee&reset=1','administer CiviCRM','',132,1,NULL,11),(144,1,'Localization','Localization',NULL,'administer CiviCRM','',108,1,NULL,6),(145,1,'Languages, Currency, Locations','Languages, Currency, Locations','civicrm/admin/setting/localization&reset=1','administer CiviCRM','',144,1,NULL,1),(146,1,'Address Settings','Address Settings','civicrm/admin/setting/preferences/address&reset=1','administer CiviCRM','',144,1,NULL,2),(147,1,'Date Formats','Date Formats','civicrm/admin/setting/date&reset=1','administer CiviCRM','',144,1,NULL,3),(148,1,'Preferred Language Options','Preferred Language Options','civicrm/admin/options/languages&reset=1','administer CiviCRM','',144,1,NULL,4),(149,1,'Users and Permissions','Users and Permissions',NULL,'administer CiviCRM','',108,1,NULL,7),(150,1,'Permissions (Access Control)','Permissions (Access Control)','civicrm/admin/access&reset=1','administer CiviCRM','',149,1,NULL,1),(151,1,'Synchronize Users to Contacts','Synchronize Users to Contacts','civicrm/admin/synchUser&reset=1','administer CiviCRM','',149,1,NULL,2),(152,1,'System Settings','System Settings',NULL,'administer CiviCRM','',108,1,NULL,8),(153,1,'Enable CiviCRM Components','Enable Components','civicrm/admin/setting/component&reset=1','administer CiviCRM','',152,1,NULL,1),(154,1,'Manage Extensions','Manage Extensions','civicrm/admin/extensions&reset=1','administer CiviCRM','',152,1,NULL,2),(155,1,'Outbound Email (SMTP/Sendmail)','Outbound Email','civicrm/admin/setting/smtp&reset=1','administer CiviCRM','',152,1,NULL,3),(156,1,'Payment Processors','Payment Processors','civicrm/admin/paymentProcessor&reset=1','administer CiviCRM','',152,1,NULL,4),(157,1,'Mapping and Geocoding','Mapping and Geocoding','civicrm/admin/setting/mapping&reset=1','administer CiviCRM','',152,1,NULL,5),(158,1,'Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)','Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)','civicrm/admin/setting/misc&reset=1','administer CiviCRM','',152,1,NULL,6),(159,1,'Directories','Directories','civicrm/admin/setting/path&reset=1','administer CiviCRM','',152,1,NULL,7),(160,1,'Resource URLs','Resource URLs','civicrm/admin/setting/url&reset=1','administer CiviCRM','',152,1,NULL,8),(161,1,'Cleanup Caches and Update Paths','Cleanup Caches and Update Paths','civicrm/admin/setting/updateConfigBackend&reset=1','administer CiviCRM','',152,1,NULL,9),(162,1,'CMS Database Integration','CMS Integration','civicrm/admin/setting/uf&reset=1','administer CiviCRM','',152,1,NULL,10),(163,1,'Safe File Extensions','Safe File Extensions','civicrm/admin/options/safe_file_extension&reset=1','administer CiviCRM','',152,1,NULL,11),(164,1,'Option Groups','Option Groups','civicrm/admin/options?reset=1','administer CiviCRM','',152,1,NULL,12),(165,1,'Import/Export Mappings','Import/Export Mappings','civicrm/admin/mapping&reset=1','administer CiviCRM','',152,1,NULL,13),(166,1,'Debugging and Error Handling','Debugging and Error Handling','civicrm/admin/setting/debug&reset=1','administer CiviCRM','',152,1,NULL,14),(167,1,'Multi Site Settings','Multi Site Settings','civicrm/admin/setting/preferences/multisite&reset=1','administer CiviCRM','',152,1,NULL,15),(168,1,'Scheduled Jobs','Scheduled Jobs','civicrm/admin/job&reset=1','administer CiviCRM','',152,1,NULL,16),(169,1,'SMS Providers','SMS Providers','civicrm/admin/sms/provider?reset=1','administer CiviCRM','',152,1,NULL,17),(170,1,'CiviCampaign','CiviCampaign',NULL,'administer CiviCampaign,administer CiviCRM','AND',108,1,NULL,9),(171,1,'Survey Types','Survey Types','civicrm/admin/campaign/surveyType&reset=1','administer CiviCampaign','',170,1,NULL,1),(172,1,'Campaign Types','Campaign Types','civicrm/admin/options/campaign_type&reset=1','administer CiviCampaign','',170,1,NULL,2),(173,1,'Campaign Status','Campaign Status','civicrm/admin/options/campaign_status&reset=1','administer CiviCampaign','',170,1,NULL,3),(174,1,'Engagement Index','Engagement Index','civicrm/admin/options/engagement_index&reset=1','administer CiviCampaign','',170,1,NULL,4),(175,1,'CiviCampaign Component Settings','CiviCampaign Component Settings','civicrm/admin/setting/preferences/campaign&reset=1','administer CiviCampaign','',170,1,NULL,5),(176,1,'CiviCase','CiviCase',NULL,'administer CiviCase',NULL,108,1,NULL,10),(177,1,'Case Types','Case Types','civicrm/admin/options/case_type&reset=1','administer CiviCase',NULL,176,1,NULL,1),(178,1,'Redaction Rules','Redaction Rules','civicrm/admin/options/redaction_rule&reset=1','administer CiviCase',NULL,176,1,NULL,2),(179,1,'Case Statuses','Case Statuses','civicrm/admin/options/case_status&reset=1','administer CiviCase',NULL,176,1,NULL,3),(180,1,'Encounter Medium','Encounter Medium','civicrm/admin/options/encounter_medium&reset=1','administer CiviCase',NULL,176,1,NULL,4),(181,1,'CiviContribute','CiviContribute',NULL,'access CiviContribute,administer CiviCRM','AND',108,1,NULL,11),(182,1,'New Contribution Page','New Contribution Page','civicrm/admin/contribute&reset=1&action=add','access CiviContribute,administer CiviCRM','AND',181,1,NULL,6),(183,1,'Manage Contribution Pages','Manage Contribution Pages','civicrm/admin/contribute&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,1,7),(184,1,'Personal Campaign Pages','Personal Campaign Pages','civicrm/admin/pcp?reset=1&page_type=contribute','access CiviContribute,administer CiviCRM','AND',181,1,NULL,8),(185,1,'Premiums (Thank-you Gifts)','Premiums','civicrm/admin/contribute/managePremiums&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,1,9),(186,1,'Financial Types','Financial Types','civicrm/admin/financial/financialType&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,10),(187,1,'Financial Accounts','Financial Accounts','civicrm/admin/financial/financialAccount&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,11),(188,1,'Payment Instruments','Payment Instruments','civicrm/admin/options/payment_instrument&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,12),(189,1,'Accepted Credit Cards','Accepted Credit Cards','civicrm/admin/options/accept_creditcard&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,13),(190,1,'Soft Credit Types','Soft Credit Types','civicrm/admin/options/soft_credit_type&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,1,14),(191,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviContribute,administer CiviCRM','AND',181,1,NULL,15),(192,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,16),(193,1,'Payment Processors','Payment Processors','civicrm/admin/paymentProcessor&reset=1','administer CiviCRM','',181,1,NULL,17),(194,1,'CiviEvent','CiviEvent',NULL,'access CiviEvent,administer CiviCRM','AND',108,1,NULL,12),(195,1,'New Event','New Event','civicrm/event/add&reset=1&action=add','access CiviEvent,administer CiviCRM','AND',194,1,NULL,1),(196,1,'Manage Events','Manage Events','civicrm/event/manage&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,1,2),(197,1,'Personal Campaign Pages','Personal Campaign Pages','civicrm/admin/pcp?reset=1&page_type=event','access CiviEvent,administer CiviCRM','AND',194,1,1,3),(198,1,'Event Templates','Event Templates','civicrm/admin/eventTemplate&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,1,4),(199,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviEvent,administer CiviCRM','AND',194,1,NULL,5),(200,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,1,6),(201,1,'Event Types','Event Types','civicrm/admin/options/event_type&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,7),(202,1,'Participant Statuses','Participant Statuses','civicrm/admin/participant_status&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,8),(203,1,'Participant Roles','Participant Roles','civicrm/admin/options/participant_role&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,9),(204,1,'Participant Listing Options','Participant Listing Options','civicrm/admin/options/participant_listing&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,10),(205,1,'Event Name Badge Layouts','Event Name Badge Layouts','civicrm/admin/badgelayout&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,11),(206,1,'Payment Processors','Payment Processors','civicrm/admin/paymentProcessor&reset=1','administer CiviCRM','',194,1,NULL,12),(207,1,'CiviEvent Component Settings','CiviEvent Component Settings','civicrm/admin/setting/preferences/event&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,13),(208,1,'CiviGrant','CiviGrant',NULL,'access CiviGrant,administer CiviCRM','AND',108,1,NULL,13),(209,1,'Grant Types','Grant Types','civicrm/admin/options/grant_type&reset=1','access CiviGrant,administer CiviCRM','AND',208,1,NULL,1),(210,1,'CiviMail','CiviMail',NULL,'access CiviMail,administer CiviCRM','AND',108,1,NULL,14),(211,1,'Headers, Footers, and Automated Messages','Headers, Footers, and Automated Messages','civicrm/admin/component&reset=1','access CiviMail,administer CiviCRM','AND',210,1,NULL,1),(212,1,'Message Templates','Message Templates','civicrm/admin/messageTemplates&reset=1','administer CiviCRM','',210,1,NULL,2),(213,1,'From Email Addresses','From Email Addresses','civicrm/admin/options/from_email_address&reset=1','administer CiviCRM','',210,1,NULL,3),(214,1,'Mail Accounts','Mail Accounts','civicrm/admin/mailSettings&reset=1','access CiviMail,administer CiviCRM','AND',210,1,NULL,4),(215,1,'Mailer Settings','Mailer Settings','civicrm/admin/mail&reset=1','access CiviMail,administer CiviCRM','AND',210,1,NULL,5),(216,1,'CiviMail Component Settings','CiviMail Component Settings','civicrm/admin/setting/preferences/mailing&reset=1','access CiviMail,administer CiviCRM','AND',210,1,NULL,6),(217,1,'CiviMember','CiviMember',NULL,'access CiviMember,administer CiviCRM','AND',108,1,NULL,15),(218,1,'Membership Types','Membership Types','civicrm/admin/member/membershipType&reset=1','access CiviMember,administer CiviCRM','AND',217,1,NULL,1),(219,1,'Membership Status Rules','Membership Status Rules','civicrm/admin/member/membershipStatus&reset=1','access CiviMember,administer CiviCRM','AND',217,1,1,2),(220,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviMember,administer CiviCRM','AND',217,1,NULL,3),(221,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviMember,administer CiviCRM','AND',217,1,NULL,4),(222,1,'CiviMember Component Settings','CiviMember Component Settings','civicrm/admin/setting/preferences/member&reset=1','access CiviMember,administer CiviCRM','AND',217,1,NULL,5),(223,1,'CiviReport','CiviReport',NULL,'access CiviReport,administer CiviCRM','AND',108,1,NULL,16),(224,1,'All Reports','All Reports','civicrm/report/list&reset=1','access CiviReport','',223,1,NULL,1),(225,1,'Create New Report from Template','Create New Report from Template','civicrm/admin/report/template/list&reset=1','administer Reports','',223,1,NULL,2),(226,1,'Manage Templates','Manage Templates','civicrm/admin/report/options/report_template&reset=1','administer Reports','',223,1,NULL,3),(227,1,'Register Report','Register Report','civicrm/admin/report/register&reset=1','administer Reports','',223,1,NULL,4),(228,1,'Help','Help',NULL,NULL,'',NULL,1,NULL,110),(229,1,'Documentation','Documentation','http://documentation.civicrm.org',NULL,'AND',228,1,NULL,1),(230,1,'Community Forums','Community Forums','http://forum.civicrm.org',NULL,'AND',228,1,NULL,2),(231,1,'Participate','Participate','http://civicrm.org/participate',NULL,'AND',228,1,NULL,3),(232,1,'About','About','http://civicrm.org/what/whatiscivicrm',NULL,'AND',228,1,NULL,4),(233,1,'Reports','Reports',NULL,'access CiviReport','',NULL,1,NULL,95),(234,1,'Contact Reports','Contact Reports','civicrm/report/list&compid=99&reset=1','administer CiviCRM','',233,1,0,1),(235,1,'Contribution Reports','Contribution Reports','civicrm/report/list&compid=2&reset=1','access CiviContribute','',233,1,0,2),(236,1,'Pledge Reports','Pledge Reports','civicrm/report/list&compid=6&reset=1','access CiviPledge','',233,1,0,3),(237,1,'Event Reports','Event Reports','civicrm/report/list&compid=1&reset=1','access CiviEvent','',233,1,0,4),(238,1,'Mailing Reports','Mailing Reports','civicrm/report/list&compid=4&reset=1','access CiviMail','',233,1,0,5),(239,1,'Membership Reports','Membership Reports','civicrm/report/list&compid=3&reset=1','access CiviMember','',233,1,0,6),(240,1,'Campaign Reports','Campaign Reports','civicrm/report/list&compid=9&reset=1','interview campaign contacts,release campaign contacts,reserve campaign contacts,manage campaign,administer CiviCampaign,gotv campaign contacts','OR',233,1,0,7),(241,1,'Case Reports','Case Reports','civicrm/report/list&compid=7&reset=1','access my cases and activities,access all cases and activities,administer CiviCase','OR',233,1,0,8),(242,1,'Grant Reports','Grant Reports','civicrm/report/list&compid=5&reset=1','access CiviGrant','',233,1,0,9),(243,1,'All Reports','All Reports','civicrm/report/list&reset=1','access CiviReport','',233,1,1,10),(244,1,'New Student','New Student','civicrm/contact/add&ct=Individual&cst=Student&reset=1','add contacts','',16,1,NULL,1),(245,1,'New Parent','New Parent','civicrm/contact/add&ct=Individual&cst=Parent&reset=1','add contacts','',16,1,NULL,2),(246,1,'New Staff','New Staff','civicrm/contact/add&ct=Individual&cst=Staff&reset=1','add contacts','',16,1,NULL,3),(247,1,'New Team','New Team','civicrm/contact/add&ct=Organization&cst=Team&reset=1','add contacts','',18,1,NULL,1),(248,1,'New Sponsor','New Sponsor','civicrm/contact/add&ct=Organization&cst=Sponsor&reset=1','add contacts','',18,1,NULL,2); +INSERT INTO `civicrm_navigation` (`id`, `domain_id`, `label`, `name`, `url`, `permission`, `permission_operator`, `parent_id`, `is_active`, `has_separator`, `weight`) VALUES (1,1,'Home','Home','civicrm/dashboard&reset=1',NULL,'',NULL,1,NULL,0),(2,1,'Search','Search...',NULL,NULL,'',NULL,1,NULL,10),(3,1,'Find Contacts','Find Contacts','civicrm/contact/search&reset=1',NULL,'',2,1,NULL,1),(4,1,'Advanced Search','Advanced Search','civicrm/contact/search/advanced&reset=1',NULL,'',2,1,NULL,2),(5,1,'Full-text Search','Full-text Search','civicrm/contact/search/custom&csid=15&reset=1',NULL,'',2,1,NULL,3),(6,1,'Search Builder','Search Builder','civicrm/contact/search/builder&reset=1',NULL,'',2,1,1,4),(7,1,'Find Cases','Find Cases','civicrm/case/search&reset=1','access my cases and activities,access all cases and activities','OR',2,1,NULL,5),(8,1,'Find Contributions','Find Contributions','civicrm/contribute/search&reset=1','access CiviContribute','',2,1,NULL,6),(9,1,'Find Mailings','Find Mailings','civicrm/mailing&reset=1','access CiviMail','',2,1,NULL,7),(10,1,'Find Memberships','Find Memberships','civicrm/member/search&reset=1','access CiviMember','',2,1,NULL,8),(11,1,'Find Participants','Find Participants','civicrm/event/search&reset=1','access CiviEvent','',2,1,NULL,9),(12,1,'Find Pledges','Find Pledges','civicrm/pledge/search&reset=1','access CiviPledge','',2,1,NULL,10),(13,1,'Find Activities','Find Activities','civicrm/activity/search&reset=1',NULL,'',2,1,1,11),(14,1,'Custom Searches','Custom Searches','civicrm/contact/search/custom/list&reset=1',NULL,'',2,1,NULL,12),(15,1,'Contacts','Contacts',NULL,NULL,'',NULL,1,NULL,20),(16,1,'New Individual','New Individual','civicrm/contact/add&reset=1&ct=Individual','add contacts','',15,1,NULL,1),(17,1,'New Household','New Household','civicrm/contact/add&reset=1&ct=Household','add contacts','',15,1,NULL,2),(18,1,'New Organization','New Organization','civicrm/contact/add&reset=1&ct=Organization','add contacts','',15,1,1,3),(19,1,'Contact Reports','Contact Reports','civicrm/report/list&compid=99&reset=1','access CiviReport','',15,1,1,4),(20,1,'New Activity','New Activity','civicrm/activity&reset=1&action=add&context=standalone',NULL,'',15,1,NULL,5),(21,1,'New Email','New Email','civicrm/activity/email/add&atype=3&action=add&reset=1&context=standalone',NULL,'',15,1,1,6),(22,1,'Import Contacts','Import Contacts','civicrm/import/contact&reset=1','import contacts','',15,1,NULL,7),(23,1,'Import Activities','Import Activities','civicrm/import/activity&reset=1','import contacts','',15,1,1,8),(24,1,'New Group','New Group','civicrm/group/add&reset=1','edit groups','',15,1,NULL,9),(25,1,'Manage Groups','Manage Groups','civicrm/group&reset=1','access CiviCRM','',15,1,1,10),(26,1,'New Tag','New Tag','civicrm/admin/tag&reset=1&action=add','administer CiviCRM','',15,1,NULL,11),(27,1,'Manage Tags (Categories)','Manage Tags (Categories)','civicrm/admin/tag&reset=1','administer CiviCRM','',15,1,1,12),(28,1,'Find and Merge Duplicate Contacts','Find and Merge Duplicate Contacts','civicrm/contact/deduperules&reset=1','administer dedupe rules,merge duplicate contacts','OR',15,1,NULL,13),(29,1,'Contributions','Contributions',NULL,'access CiviContribute','',NULL,1,NULL,30),(30,1,'Dashboard','Dashboard','civicrm/contribute&reset=1','access CiviContribute','',29,1,NULL,1),(31,1,'New Contribution','New Contribution','civicrm/contribute/add&reset=1&action=add&context=standalone','access CiviContribute,edit contributions','AND',29,1,NULL,2),(32,1,'Find Contributions','Find Contributions','civicrm/contribute/search&reset=1','access CiviContribute','',29,1,NULL,3),(33,1,'Contribution Reports','Contribution Reports','civicrm/report/list&compid=2&reset=1','access CiviContribute','',29,1,1,4),(34,1,'Import Contributions','Import Contributions','civicrm/contribute/import&reset=1','access CiviContribute,edit contributions','AND',29,1,1,5),(35,1,'Batch Data Entry','Batch Data Entry','civicrm/batch&reset=1','access CiviContribute','',29,1,NULL,7),(36,1,'Pledges','Pledges',NULL,'access CiviPledge','',29,1,1,6),(37,1,'Accounting Batches','Accounting Batches',NULL,'view own manual batches,view all manual batches','OR',29,1,1,8),(38,1,'Dashboard','Dashboard','civicrm/pledge&reset=1','access CiviPledge','',36,1,NULL,1),(39,1,'New Pledge','New Pledge','civicrm/pledge/add&reset=1&action=add&context=standalone','access CiviPledge,edit pledges','AND',36,1,NULL,2),(40,1,'Find Pledges','Find Pledges','civicrm/pledge/search&reset=1','access CiviPledge','',36,1,NULL,3),(41,1,'Pledge Reports','Pledge Reports','civicrm/report/list&compid=6&reset=1','access CiviPledge','',36,1,0,4),(42,1,'New Contribution Page','New Contribution Page','civicrm/admin/contribute/add&reset=1&action=add','access CiviContribute,administer CiviCRM','AND',29,1,NULL,9),(43,1,'Manage Contribution Pages','Manage Contribution Pages','civicrm/admin/contribute&reset=1','access CiviContribute,administer CiviCRM','AND',29,1,1,10),(44,1,'Personal Campaign Pages','Personal Campaign Pages','civicrm/admin/pcp?reset=1&page_type=contribute','access CiviContribute,administer CiviCRM','AND',29,1,NULL,11),(45,1,'Premiums (Thank-you Gifts)','Premiums','civicrm/admin/contribute/managePremiums&reset=1','access CiviContribute,administer CiviCRM','AND',29,1,1,12),(46,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviContribute,administer CiviCRM','AND',29,1,NULL,13),(47,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviContribute,administer CiviCRM','AND',29,1,NULL,14),(48,1,'New Batch','New Batch','civicrm/financial/batch&reset=1&action=add','create manual batch','AND',37,1,NULL,1),(49,1,'Open Batches','Open Batches','civicrm/financial/financialbatches?reset=1&batchStatus=1','view own manual batches,view all manual batches','OR',37,1,NULL,2),(50,1,'Closed Batches','Closed Batches','civicrm/financial/financialbatches?reset=1&batchStatus=2','view own manual batches,view all manual batches','OR',37,1,NULL,3),(51,1,'Exported Batches','Exported Batches','civicrm/financial/financialbatches?reset=1&batchStatus=5','view own manual batches,view all manual batches','OR',37,1,NULL,4),(52,1,'Events','Events',NULL,'access CiviEvent','',NULL,1,NULL,40),(53,1,'Dashboard','CiviEvent Dashboard','civicrm/event&reset=1','access CiviEvent','',52,1,NULL,1),(54,1,'Register Event Participant','Register Event Participant','civicrm/participant/add&reset=1&action=add&context=standalone','access CiviEvent,edit event participants','AND',52,1,NULL,2),(55,1,'Find Participants','Find Participants','civicrm/event/search&reset=1','access CiviEvent','',52,1,NULL,3),(56,1,'Event Reports','Event Reports','civicrm/report/list&compid=1&reset=1','access CiviEvent','',52,1,1,4),(57,1,'Import Participants','Import Participants','civicrm/event/import&reset=1','access CiviEvent,edit event participants','AND',52,1,1,5),(58,1,'New Event','New Event','civicrm/event/add&reset=1&action=add','access CiviEvent,edit all events','AND',52,1,NULL,6),(59,1,'Manage Events','Manage Events','civicrm/event/manage&reset=1','access CiviEvent,edit all events','AND',52,1,1,7),(60,1,'Personal Campaign Pages','Personal Campaign Pages','civicrm/admin/pcp?reset=1&page_type=event','access CiviEvent,administer CiviCRM','AND',52,1,1,8),(61,1,'Event Templates','Event Templates','civicrm/admin/eventTemplate&reset=1','access CiviEvent,edit all events','AND',52,1,1,9),(62,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviEvent,edit all events','AND',52,1,NULL,10),(63,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviEvent,edit all events','AND',52,1,NULL,11),(64,1,'Mailings','Mailings',NULL,'access CiviMail,create mailings,approve mailings,schedule mailings','OR',NULL,1,NULL,50),(65,1,'New Mailing','New Mailing','civicrm/mailing/send&reset=1','access CiviMail,create mailings','OR',64,1,NULL,1),(66,1,'Draft and Unscheduled Mailings','Draft and Unscheduled Mailings','civicrm/mailing/browse/unscheduled&reset=1&scheduled=false','access CiviMail,create mailings,schedule mailings','OR',64,1,NULL,2),(67,1,'Scheduled and Sent Mailings','Scheduled and Sent Mailings','civicrm/mailing/browse/scheduled&reset=1&scheduled=true','access CiviMail,approve mailings,create mailings,schedule mailings','OR',64,1,NULL,3),(68,1,'Archived Mailings','Archived Mailings','civicrm/mailing/browse/archived&reset=1','access CiviMail,create mailings','OR',64,1,NULL,4),(69,1,'Mailing Reports','Mailing Reports','civicrm/report/list&compid=4&reset=1','access CiviMail','',64,1,1,5),(70,1,'Headers, Footers, and Automated Messages','Headers, Footers, and Automated Messages','civicrm/admin/component&reset=1','access CiviMail,administer CiviCRM','AND',64,1,NULL,6),(71,1,'Message Templates','Message Templates','civicrm/admin/messageTemplates&reset=1','administer CiviCRM','',64,1,NULL,7),(72,1,'From Email Addresses','From Email Addresses','civicrm/admin/options/from_email_address&reset=1','administer CiviCRM','',64,1,1,8),(73,1,'New SMS','New SMS','civicrm/sms/send?reset=1','administer CiviCRM',NULL,64,1,NULL,9),(74,1,'Find Mass SMS','Find Mass SMS','civicrm/mailing/browse?reset=1&sms=1','administer CiviCRM',NULL,64,1,1,10),(75,1,'Memberships','Memberships',NULL,'access CiviMember','',NULL,1,NULL,60),(76,1,'Dashboard','Dashboard','civicrm/member&reset=1','access CiviMember','',75,1,NULL,1),(77,1,'New Membership','New Membership','civicrm/member/add&reset=1&action=add&context=standalone','access CiviMember,edit memberships','AND',75,1,NULL,2),(78,1,'Find Memberships','Find Memberships','civicrm/member/search&reset=1','access CiviMember','',75,1,NULL,3),(79,1,'Membership Reports','Membership Reports','civicrm/report/list&compid=3&reset=1','access CiviMember','',75,1,1,4),(80,1,'Batch Data Entry','Batch Data Entry','civicrm/batch&reset=1','access CiviContribute','',75,1,NULL,5),(81,1,'Import Memberships','Import Members','civicrm/member/import&reset=1','access CiviMember,edit memberships','AND',75,1,1,6),(82,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviMember,administer CiviCRM','AND',75,1,NULL,7),(83,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviMember,administer CiviCRM','AND',75,1,NULL,8),(84,1,'Campaigns','Campaigns',NULL,'interview campaign contacts,release campaign contacts,reserve campaign contacts,manage campaign,administer CiviCampaign,gotv campaign contacts','OR',NULL,1,NULL,70),(85,1,'Dashboard','Dashboard','civicrm/campaign&reset=1','manage campaign,administer CiviCampaign','OR',84,1,NULL,1),(86,1,'Surveys','Survey Dashboard','civicrm/campaign&reset=1&subPage=survey','manage campaign,administer CiviCampaign','OR',85,1,NULL,1),(87,1,'Petitions','Petition Dashboard','civicrm/campaign&reset=1&subPage=petition','manage campaign,administer CiviCampaign','OR',85,1,NULL,2),(88,1,'Campaigns','Campaign Dashboard','civicrm/campaign&reset=1&subPage=campaign','manage campaign,administer CiviCampaign','OR',85,1,NULL,3),(89,1,'New Campaign','New Campaign','civicrm/campaign/add&reset=1','manage campaign,administer CiviCampaign','OR',84,1,NULL,2),(90,1,'New Survey','New Survey','civicrm/survey/add&reset=1','manage campaign,administer CiviCampaign','OR',84,1,NULL,3),(91,1,'New Petition','New Petition','civicrm/petition/add&reset=1','manage campaign,administer CiviCampaign','OR',84,1,NULL,4),(92,1,'Reserve Respondents','Reserve Respondents','civicrm/survey/search&reset=1&op=reserve','administer CiviCampaign,manage campaign,reserve campaign contacts','OR',84,1,NULL,5),(93,1,'Interview Respondents','Interview Respondents','civicrm/survey/search&reset=1&op=interview','administer CiviCampaign,manage campaign,interview campaign contacts','OR',84,1,NULL,6),(94,1,'Release Respondents','Release Respondents','civicrm/survey/search&reset=1&op=release','administer CiviCampaign,manage campaign,release campaign contacts','OR',84,1,NULL,7),(95,1,'Campaign Reports','Campaign Reports','civicrm/report/list&compid=9&reset=1','interview campaign contacts,release campaign contacts,reserve campaign contacts,manage campaign,administer CiviCampaign,gotv campaign contacts','OR',84,1,1,8),(96,1,'Conduct Survey','Conduct Survey','civicrm/campaign/vote&reset=1','administer CiviCampaign,manage campaign,reserve campaign contacts,interview campaign contacts','OR',84,1,NULL,9),(97,1,'GOTV (Voter Tracking)','Voter Listing','civicrm/campaign/gotv&reset=1','administer CiviCampaign,manage campaign,release campaign contacts,gotv campaign contacts','OR',84,1,NULL,10),(98,1,'Cases','Cases',NULL,'access my cases and activities,access all cases and activities','OR',NULL,1,NULL,80),(99,1,'Dashboard','Dashboard','civicrm/case&reset=1','access my cases and activities,access all cases and activities','OR',98,1,NULL,1),(100,1,'New Case','New Case','civicrm/case/add&reset=1&action=add&atype=13&context=standalone','add cases,access all cases and activities','OR',98,1,NULL,2),(101,1,'Find Cases','Find Cases','civicrm/case/search&reset=1','access my cases and activities,access all cases and activities','OR',98,1,1,3),(102,1,'Case Reports','Case Reports','civicrm/report/list&compid=7&reset=1','access my cases and activities,access all cases and activities,administer CiviCase','OR',98,1,0,4),(103,1,'Grants','Grants',NULL,'access CiviGrant','',NULL,1,NULL,90),(104,1,'Dashboard','Dashboard','civicrm/grant&reset=1','access CiviGrant','',103,1,NULL,1),(105,1,'New Grant','New Grant','civicrm/grant/add&reset=1&action=add&context=standalone','access CiviGrant,edit grants','AND',103,1,NULL,2),(106,1,'Find Grants','Find Grants','civicrm/grant/search&reset=1','access CiviGrant','',103,1,1,3),(107,1,'Grant Reports','Grant Reports','civicrm/report/list&compid=5&reset=1','access CiviGrant','',103,1,0,4),(108,1,'Administer','Administer',NULL,'administer CiviCRM','',NULL,1,NULL,100),(109,1,'Administration Console','Administration Console','civicrm/admin&reset=1','administer CiviCRM','',108,1,NULL,1),(110,1,'Configuration Checklist','Configuration Checklist','civicrm/admin/configtask&reset=1','administer CiviCRM','',109,1,NULL,1),(111,1,'Customize Data and Screens','Customize Data and Screens',NULL,'administer CiviCRM','',108,1,NULL,3),(112,1,'Custom Fields','Custom Fields','civicrm/admin/custom/group&reset=1','administer CiviCRM','',111,1,NULL,1),(113,1,'Profiles','Profiles','civicrm/admin/uf/group&reset=1','administer CiviCRM','',111,1,NULL,2),(114,1,'Tags (Categories)','Tags (Categories)','civicrm/admin/tag&reset=1','administer CiviCRM','',111,1,NULL,3),(115,1,'Activity Types','Activity Types','civicrm/admin/options/activity_type&reset=1','administer CiviCRM','',111,1,NULL,4),(116,1,'Relationship Types','Relationship Types','civicrm/admin/reltype&reset=1','administer CiviCRM','',111,1,NULL,5),(117,1,'Contact Types','Contact Types','civicrm/admin/options/subtype&reset=1','administer CiviCRM','',111,1,NULL,6),(118,1,'Display Preferences','Display Preferences','civicrm/admin/setting/preferences/display&reset=1','administer CiviCRM','',111,1,NULL,9),(119,1,'Search Preferences','Search Preferences','civicrm/admin/setting/search&reset=1','administer CiviCRM','',111,1,NULL,10),(120,1,'Navigation Menu','Navigation Menu','civicrm/admin/menu&reset=1','administer CiviCRM','',111,1,NULL,11),(121,1,'Word Replacements','Word Replacements','civicrm/admin/options/wordreplacements&reset=1','administer CiviCRM','',111,1,NULL,12),(122,1,'Manage Custom Searches','Manage Custom Searches','civicrm/admin/options/custom_search&reset=1','administer CiviCRM','',111,1,NULL,13),(123,1,'Dropdown Options','Dropdown Options',NULL,'administer CiviCRM','',111,1,NULL,8),(124,1,'Gender Options','Gender Options','civicrm/admin/options/gender&reset=1','administer CiviCRM','',123,1,NULL,1),(125,1,'Individual Prefixes (Ms, Mr...)','Individual Prefixes (Ms, Mr...)','civicrm/admin/options/individual_prefix&reset=1','administer CiviCRM','',123,1,NULL,2),(126,1,'Individual Suffixes (Jr, Sr...)','Individual Suffixes (Jr, Sr...)','civicrm/admin/options/individual_suffix&reset=1','administer CiviCRM','',123,1,NULL,3),(127,1,'Instant Messenger Services','Instant Messenger Services','civicrm/admin/options/instant_messenger_service&reset=1','administer CiviCRM','',123,1,NULL,4),(128,1,'Location Types (Home, Work...)','Location Types (Home, Work...)','civicrm/admin/locationType&reset=1','administer CiviCRM','',123,1,NULL,5),(129,1,'Mobile Phone Providers','Mobile Phone Providers','civicrm/admin/options/mobile_provider&reset=1','administer CiviCRM','',123,1,NULL,6),(130,1,'Phone Types','Phone Types','civicrm/admin/options/phone_type&reset=1','administer CiviCRM','',123,1,NULL,7),(131,1,'Website Types','Website Types','civicrm/admin/options/website_type&reset=1','administer CiviCRM','',123,1,NULL,8),(132,1,'Communications','Communications',NULL,'administer CiviCRM','',108,1,NULL,4),(133,1,'Organization Address and Contact Info','Organization Address and Contact Info','civicrm/admin/domain&action=update&reset=1','administer CiviCRM','',132,1,NULL,1),(134,1,'FROM Email Addresses','FROM Email Addresses','civicrm/admin/options/from_email_address&reset=1','administer CiviCRM','',132,1,NULL,2),(135,1,'Message Templates','Message Templates','civicrm/admin/messageTemplates&reset=1','administer CiviCRM','',132,1,NULL,3),(136,1,'Schedule Reminders','Schedule Reminders','civicrm/admin/scheduleReminders&reset=1','administer CiviCRM','',132,1,NULL,4),(137,1,'Preferred Communication Methods','Preferred Communication Methods','civicrm/admin/options/preferred_communication_method&reset=1','administer CiviCRM','',132,1,NULL,5),(138,1,'Label Formats','Label Formats','civicrm/admin/labelFormats&reset=1','administer CiviCRM','',132,1,NULL,6),(139,1,'Print Page (PDF) Formats','Print Page (PDF) Formats','civicrm/admin/pdfFormats&reset=1','administer CiviCRM','',132,1,NULL,7),(140,1,'Communication Style Options','Communication Style Options','civicrm/admin/options/communication_style&reset=1','administer CiviCRM','',132,1,NULL,8),(141,1,'Email Greeting Formats','Email Greeting Formats','civicrm/admin/options/email_greeting&reset=1','administer CiviCRM','',132,1,NULL,9),(142,1,'Postal Greeting Formats','Postal Greeting Formats','civicrm/admin/options/postal_greeting&reset=1','administer CiviCRM','',132,1,NULL,10),(143,1,'Addressee Formats','Addressee Formats','civicrm/admin/options/addressee&reset=1','administer CiviCRM','',132,1,NULL,11),(144,1,'Localization','Localization',NULL,'administer CiviCRM','',108,1,NULL,6),(145,1,'Languages, Currency, Locations','Languages, Currency, Locations','civicrm/admin/setting/localization&reset=1','administer CiviCRM','',144,1,NULL,1),(146,1,'Address Settings','Address Settings','civicrm/admin/setting/preferences/address&reset=1','administer CiviCRM','',144,1,NULL,2),(147,1,'Date Formats','Date Formats','civicrm/admin/setting/date&reset=1','administer CiviCRM','',144,1,NULL,3),(148,1,'Preferred Language Options','Preferred Language Options','civicrm/admin/options/languages&reset=1','administer CiviCRM','',144,1,NULL,4),(149,1,'Users and Permissions','Users and Permissions',NULL,'administer CiviCRM','',108,1,NULL,7),(150,1,'Permissions (Access Control)','Permissions (Access Control)','civicrm/admin/access&reset=1','administer CiviCRM','',149,1,NULL,1),(151,1,'Synchronize Users to Contacts','Synchronize Users to Contacts','civicrm/admin/synchUser&reset=1','administer CiviCRM','',149,1,NULL,2),(152,1,'System Settings','System Settings',NULL,'administer CiviCRM','',108,1,NULL,8),(153,1,'Enable CiviCRM Components','Enable Components','civicrm/admin/setting/component&reset=1','administer CiviCRM','',152,1,NULL,1),(154,1,'Manage Extensions','Manage Extensions','civicrm/admin/extensions&reset=1','administer CiviCRM','',152,1,NULL,2),(155,1,'Outbound Email (SMTP/Sendmail)','Outbound Email','civicrm/admin/setting/smtp&reset=1','administer CiviCRM','',152,1,NULL,3),(156,1,'Payment Processors','Payment Processors','civicrm/admin/paymentProcessor&reset=1','administer CiviCRM','',152,1,NULL,4),(157,1,'Mapping and Geocoding','Mapping and Geocoding','civicrm/admin/setting/mapping&reset=1','administer CiviCRM','',152,1,NULL,5),(158,1,'Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)','Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.)','civicrm/admin/setting/misc&reset=1','administer CiviCRM','',152,1,NULL,6),(159,1,'Directories','Directories','civicrm/admin/setting/path&reset=1','administer CiviCRM','',152,1,NULL,7),(160,1,'Resource URLs','Resource URLs','civicrm/admin/setting/url&reset=1','administer CiviCRM','',152,1,NULL,8),(161,1,'Cleanup Caches and Update Paths','Cleanup Caches and Update Paths','civicrm/admin/setting/updateConfigBackend&reset=1','administer CiviCRM','',152,1,NULL,9),(162,1,'CMS Database Integration','CMS Integration','civicrm/admin/setting/uf&reset=1','administer CiviCRM','',152,1,NULL,10),(163,1,'Safe File Extensions','Safe File Extensions','civicrm/admin/options/safe_file_extension&reset=1','administer CiviCRM','',152,1,NULL,11),(164,1,'Option Groups','Option Groups','civicrm/admin/options?reset=1','administer CiviCRM','',152,1,NULL,12),(165,1,'Import/Export Mappings','Import/Export Mappings','civicrm/admin/mapping&reset=1','administer CiviCRM','',152,1,NULL,13),(166,1,'Debugging and Error Handling','Debugging and Error Handling','civicrm/admin/setting/debug&reset=1','administer CiviCRM','',152,1,NULL,14),(167,1,'Multi Site Settings','Multi Site Settings','civicrm/admin/setting/preferences/multisite&reset=1','administer CiviCRM','',152,1,NULL,15),(168,1,'Scheduled Jobs','Scheduled Jobs','civicrm/admin/job&reset=1','administer CiviCRM','',152,1,NULL,16),(169,1,'SMS Providers','SMS Providers','civicrm/admin/sms/provider?reset=1','administer CiviCRM','',152,1,NULL,17),(170,1,'CiviCampaign','CiviCampaign',NULL,'administer CiviCampaign,administer CiviCRM','AND',108,1,NULL,9),(171,1,'Survey Types','Survey Types','civicrm/admin/campaign/surveyType&reset=1','administer CiviCampaign','',170,1,NULL,1),(172,1,'Campaign Types','Campaign Types','civicrm/admin/options/campaign_type&reset=1','administer CiviCampaign','',170,1,NULL,2),(173,1,'Campaign Status','Campaign Status','civicrm/admin/options/campaign_status&reset=1','administer CiviCampaign','',170,1,NULL,3),(174,1,'Engagement Index','Engagement Index','civicrm/admin/options/engagement_index&reset=1','administer CiviCampaign','',170,1,NULL,4),(175,1,'CiviCampaign Component Settings','CiviCampaign Component Settings','civicrm/admin/setting/preferences/campaign&reset=1','administer CiviCampaign','',170,1,NULL,5),(176,1,'CiviCase','CiviCase',NULL,'administer CiviCase',NULL,108,1,NULL,10),(177,1,'Case Types','Case Types','civicrm/admin/options/case_type&reset=1','administer CiviCase',NULL,176,1,NULL,1),(178,1,'Redaction Rules','Redaction Rules','civicrm/admin/options/redaction_rule&reset=1','administer CiviCase',NULL,176,1,NULL,2),(179,1,'Case Statuses','Case Statuses','civicrm/admin/options/case_status&reset=1','administer CiviCase',NULL,176,1,NULL,3),(180,1,'Encounter Medium','Encounter Medium','civicrm/admin/options/encounter_medium&reset=1','administer CiviCase',NULL,176,1,NULL,4),(181,1,'CiviContribute','CiviContribute',NULL,'access CiviContribute,administer CiviCRM','AND',108,1,NULL,11),(182,1,'New Contribution Page','New Contribution Page','civicrm/admin/contribute&reset=1&action=add','access CiviContribute,administer CiviCRM','AND',181,1,NULL,6),(183,1,'Manage Contribution Pages','Manage Contribution Pages','civicrm/admin/contribute&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,1,7),(184,1,'Personal Campaign Pages','Personal Campaign Pages','civicrm/admin/pcp?reset=1&page_type=contribute','access CiviContribute,administer CiviCRM','AND',181,1,NULL,8),(185,1,'Premiums (Thank-you Gifts)','Premiums','civicrm/admin/contribute/managePremiums&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,1,9),(186,1,'Financial Types','Financial Types','civicrm/admin/financial/financialType&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,10),(187,1,'Financial Accounts','Financial Accounts','civicrm/admin/financial/financialAccount&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,11),(188,1,'Payment Instruments','Payment Instruments','civicrm/admin/options/payment_instrument&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,12),(189,1,'Accepted Credit Cards','Accepted Credit Cards','civicrm/admin/options/accept_creditcard&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,13),(190,1,'Soft Credit Types','Soft Credit Types','civicrm/admin/options/soft_credit_type&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,1,14),(191,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviContribute,administer CiviCRM','AND',181,1,NULL,15),(192,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviContribute,administer CiviCRM','AND',181,1,NULL,16),(193,1,'Payment Processors','Payment Processors','civicrm/admin/paymentProcessor&reset=1','administer CiviCRM','',181,1,NULL,17),(194,1,'CiviEvent','CiviEvent',NULL,'access CiviEvent,administer CiviCRM','AND',108,1,NULL,12),(195,1,'New Event','New Event','civicrm/event/add&reset=1&action=add','access CiviEvent,administer CiviCRM','AND',194,1,NULL,1),(196,1,'Manage Events','Manage Events','civicrm/event/manage&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,1,2),(197,1,'Personal Campaign Pages','Personal Campaign Pages','civicrm/admin/pcp?reset=1&page_type=event','access CiviEvent,administer CiviCRM','AND',194,1,1,3),(198,1,'Event Templates','Event Templates','civicrm/admin/eventTemplate&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,1,4),(199,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviEvent,administer CiviCRM','AND',194,1,NULL,5),(200,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,1,6),(201,1,'Event Types','Event Types','civicrm/admin/options/event_type&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,7),(202,1,'Participant Statuses','Participant Statuses','civicrm/admin/participant_status&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,8),(203,1,'Participant Roles','Participant Roles','civicrm/admin/options/participant_role&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,9),(204,1,'Participant Listing Options','Participant Listing Options','civicrm/admin/options/participant_listing&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,10),(205,1,'Event Name Badge Layouts','Event Name Badge Layouts','civicrm/admin/badgelayout&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,11),(206,1,'Payment Processors','Payment Processors','civicrm/admin/paymentProcessor&reset=1','administer CiviCRM','',194,1,NULL,12),(207,1,'CiviEvent Component Settings','CiviEvent Component Settings','civicrm/admin/setting/preferences/event&reset=1','access CiviEvent,administer CiviCRM','AND',194,1,NULL,13),(208,1,'CiviGrant','CiviGrant',NULL,'access CiviGrant,administer CiviCRM','AND',108,1,NULL,13),(209,1,'Grant Types','Grant Types','civicrm/admin/options/grant_type&reset=1','access CiviGrant,administer CiviCRM','AND',208,1,NULL,1),(210,1,'CiviMail','CiviMail',NULL,'access CiviMail,administer CiviCRM','AND',108,1,NULL,14),(211,1,'Headers, Footers, and Automated Messages','Headers, Footers, and Automated Messages','civicrm/admin/component&reset=1','access CiviMail,administer CiviCRM','AND',210,1,NULL,1),(212,1,'Message Templates','Message Templates','civicrm/admin/messageTemplates&reset=1','administer CiviCRM','',210,1,NULL,2),(213,1,'From Email Addresses','From Email Addresses','civicrm/admin/options/from_email_address&reset=1','administer CiviCRM','',210,1,NULL,3),(214,1,'Mail Accounts','Mail Accounts','civicrm/admin/mailSettings&reset=1','access CiviMail,administer CiviCRM','AND',210,1,NULL,4),(215,1,'Mailer Settings','Mailer Settings','civicrm/admin/mail&reset=1','access CiviMail,administer CiviCRM','AND',210,1,NULL,5),(216,1,'CiviMail Component Settings','CiviMail Component Settings','civicrm/admin/setting/preferences/mailing&reset=1','access CiviMail,administer CiviCRM','AND',210,1,NULL,6),(217,1,'CiviMember','CiviMember',NULL,'access CiviMember,administer CiviCRM','AND',108,1,NULL,15),(218,1,'Membership Types','Membership Types','civicrm/admin/member/membershipType&reset=1','access CiviMember,administer CiviCRM','AND',217,1,NULL,1),(219,1,'Membership Status Rules','Membership Status Rules','civicrm/admin/member/membershipStatus&reset=1','access CiviMember,administer CiviCRM','AND',217,1,1,2),(220,1,'New Price Set','New Price Set','civicrm/admin/price&reset=1&action=add','access CiviMember,administer CiviCRM','AND',217,1,NULL,3),(221,1,'Manage Price Sets','Manage Price Sets','civicrm/admin/price&reset=1','access CiviMember,administer CiviCRM','AND',217,1,NULL,4),(222,1,'CiviMember Component Settings','CiviMember Component Settings','civicrm/admin/setting/preferences/member&reset=1','access CiviMember,administer CiviCRM','AND',217,1,NULL,5),(223,1,'CiviReport','CiviReport',NULL,'access CiviReport,administer CiviCRM','AND',108,1,NULL,16),(224,1,'All Reports','All Reports','civicrm/report/list&reset=1','access CiviReport','',223,1,NULL,1),(225,1,'Create New Report from Template','Create New Report from Template','civicrm/admin/report/template/list&reset=1','administer Reports','',223,1,NULL,2),(226,1,'Manage Templates','Manage Templates','civicrm/admin/report/options/report_template&reset=1','administer Reports','',223,1,NULL,3),(227,1,'Register Report','Register Report','civicrm/admin/report/register&reset=1','administer Reports','',223,1,NULL,4),(228,1,'Help','Help',NULL,NULL,'',NULL,1,NULL,110),(229,1,'Documentation','Documentation','http://documentation.civicrm.org',NULL,'AND',228,1,NULL,1),(230,1,'Community Forums','Community Forums','http://forum.civicrm.org',NULL,'AND',228,1,NULL,2),(231,1,'Participate','Participate','http://civicrm.org/participate',NULL,'AND',228,1,NULL,3),(232,1,'About','About','http://civicrm.org/what/whatiscivicrm',NULL,'AND',228,1,NULL,4),(233,1,'Developer','Developer',NULL,'administer CiviCRM','',228,1,NULL,5),(234,1,'API Explorer','API Explorer','civicrm/api/explorer','administer CiviCRM','',233,1,NULL,1),(235,1,'Developer Docs','Developer Docs','http://wiki.civicrm.org/confluence/display/CRMDOC/Develop','administer CiviCRM','',233,1,NULL,3),(236,1,'Reports','Reports',NULL,'access CiviReport','',NULL,1,NULL,95),(237,1,'Contact Reports','Contact Reports','civicrm/report/list&compid=99&reset=1','administer CiviCRM','',236,1,0,1),(238,1,'Contribution Reports','Contribution Reports','civicrm/report/list&compid=2&reset=1','access CiviContribute','',236,1,0,2),(239,1,'Pledge Reports','Pledge Reports','civicrm/report/list&compid=6&reset=1','access CiviPledge','',236,1,0,3),(240,1,'Event Reports','Event Reports','civicrm/report/list&compid=1&reset=1','access CiviEvent','',236,1,0,4),(241,1,'Mailing Reports','Mailing Reports','civicrm/report/list&compid=4&reset=1','access CiviMail','',236,1,0,5),(242,1,'Membership Reports','Membership Reports','civicrm/report/list&compid=3&reset=1','access CiviMember','',236,1,0,6),(243,1,'Campaign Reports','Campaign Reports','civicrm/report/list&compid=9&reset=1','interview campaign contacts,release campaign contacts,reserve campaign contacts,manage campaign,administer CiviCampaign,gotv campaign contacts','OR',236,1,0,7),(244,1,'Case Reports','Case Reports','civicrm/report/list&compid=7&reset=1','access my cases and activities,access all cases and activities,administer CiviCase','OR',236,1,0,8),(245,1,'Grant Reports','Grant Reports','civicrm/report/list&compid=5&reset=1','access CiviGrant','',236,1,0,9),(246,1,'All Reports','All Reports','civicrm/report/list&reset=1','access CiviReport','',236,1,1,10),(247,1,'New Student','New Student','civicrm/contact/add&ct=Individual&cst=Student&reset=1','add contacts','',16,1,NULL,1),(248,1,'New Parent','New Parent','civicrm/contact/add&ct=Individual&cst=Parent&reset=1','add contacts','',16,1,NULL,2),(249,1,'New Staff','New Staff','civicrm/contact/add&ct=Individual&cst=Staff&reset=1','add contacts','',16,1,NULL,3),(250,1,'New Team','New Team','civicrm/contact/add&ct=Organization&cst=Team&reset=1','add contacts','',18,1,NULL,1),(251,1,'New Sponsor','New Sponsor','civicrm/contact/add&ct=Organization&cst=Sponsor&reset=1','add contacts','',18,1,NULL,2); /*!40000 ALTER TABLE `civicrm_navigation` ENABLE KEYS */; UNLOCK TABLES; @@ -959,7 +960,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_note` WRITE; /*!40000 ALTER TABLE `civicrm_note` DISABLE KEYS */; -INSERT INTO `civicrm_note` (`id`, `entity_table`, `entity_id`, `note`, `contact_id`, `modified_date`, `subject`, `privacy`) VALUES (1,'civicrm_contact',74,'Arrange collection of funds from members',1,'2013-04-19',NULL,'0'),(2,'civicrm_contact',34,'Invite members for the Steve Prefontaine 10k dream run',1,'2013-08-17',NULL,'0'),(3,'civicrm_contact',163,'Connect for presentation',1,'2014-02-16',NULL,'0'),(4,'civicrm_contact',176,'Contact the Commisioner of Charities',1,'2013-12-28',NULL,'0'),(5,'civicrm_contact',62,'Chart out route map for next 10k run',1,'2013-08-10',NULL,'0'),(6,'civicrm_contact',59,'Reminder screening of \"Black\" on next Friday',1,'2014-01-13',NULL,'0'),(7,'civicrm_contact',161,'Invite members for the Steve Prefontaine 10k dream run',1,'2014-01-13',NULL,'0'),(8,'civicrm_contact',46,'Organize the Terry Fox run',1,'2014-03-21',NULL,'0'),(9,'civicrm_contact',65,'Chart out route map for next 10k run',1,'2013-09-09',NULL,'0'),(10,'civicrm_contact',67,'Chart out route map for next 10k run',1,'2013-08-26',NULL,'0'),(11,'civicrm_contact',102,'Connect for presentation',1,'2013-10-01',NULL,'0'),(12,'civicrm_contact',37,'Invite members for the Steve Prefontaine 10k dream run',1,'2013-06-28',NULL,'0'),(13,'civicrm_contact',180,'Send reminder for annual dinner',1,'2014-01-10',NULL,'0'),(14,'civicrm_contact',35,'Reminder screening of \"Black\" on next Friday',1,'2013-11-07',NULL,'0'),(15,'civicrm_contact',143,'Arrange for cricket match with Sunil Gavaskar',1,'2013-09-17',NULL,'0'),(16,'civicrm_contact',61,'Contact the Commisioner of Charities',1,'2014-02-13',NULL,'0'),(17,'civicrm_contact',73,'Contact the Commisioner of Charities',1,'2014-03-25',NULL,'0'),(18,'civicrm_contact',53,'Arrange for cricket match with Sunil Gavaskar',1,'2013-04-13',NULL,'0'),(19,'civicrm_contact',55,'Contact the Commisioner of Charities',1,'2014-01-29',NULL,'0'),(20,'civicrm_contact',23,'Send reminder for annual dinner',1,'2013-04-16',NULL,'0'); +INSERT INTO `civicrm_note` (`id`, `entity_table`, `entity_id`, `note`, `contact_id`, `modified_date`, `subject`, `privacy`) VALUES (1,'civicrm_contact',160,'Connect for presentation',1,'2013-12-06',NULL,'0'),(2,'civicrm_contact',53,'Invite members for the Steve Prefontaine 10k dream run',1,'2013-06-19',NULL,'0'),(3,'civicrm_contact',117,'Arrange for cricket match with Sunil Gavaskar',1,'2014-01-09',NULL,'0'),(4,'civicrm_contact',135,'Arrange collection of funds from members',1,'2013-07-16',NULL,'0'),(5,'civicrm_contact',100,'Organize the Terry Fox run',1,'2013-12-15',NULL,'0'),(6,'civicrm_contact',107,'Send reminder for annual dinner',1,'2014-01-21',NULL,'0'),(7,'civicrm_contact',61,'Reminder screening of \"Black\" on next Friday',1,'2014-02-08',NULL,'0'),(8,'civicrm_contact',150,'Arrange collection of funds from members',1,'2013-05-11',NULL,'0'),(9,'civicrm_contact',201,'Arrange collection of funds from members',1,'2014-02-08',NULL,'0'),(10,'civicrm_contact',21,'Reminder screening of \"Black\" on next Friday',1,'2013-12-20',NULL,'0'),(11,'civicrm_contact',184,'Send newsletter for April 2005',1,'2013-08-31',NULL,'0'),(12,'civicrm_contact',138,'Send reminder for annual dinner',1,'2014-03-13',NULL,'0'),(13,'civicrm_contact',95,'Reminder screening of \"Black\" on next Friday',1,'2013-11-05',NULL,'0'),(14,'civicrm_contact',153,'Invite members for the Steve Prefontaine 10k dream run',1,'2014-01-08',NULL,'0'),(15,'civicrm_contact',6,'Organize the Terry Fox run',1,'2013-05-01',NULL,'0'),(16,'civicrm_contact',189,'Connect for presentation',1,'2014-01-15',NULL,'0'),(17,'civicrm_contact',174,'Arrange collection of funds from members',1,'2013-09-13',NULL,'0'),(18,'civicrm_contact',17,'Reminder screening of \"Black\" on next Friday',1,'2013-07-24',NULL,'0'),(19,'civicrm_contact',172,'Connect for presentation',1,'2013-07-30',NULL,'0'),(20,'civicrm_contact',131,'Contact the Commisioner of Charities',1,'2013-12-18',NULL,'0'); /*!40000 ALTER TABLE `civicrm_note` ENABLE KEYS */; UNLOCK TABLES; @@ -998,7 +999,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_participant` WRITE; /*!40000 ALTER TABLE `civicrm_participant` DISABLE KEYS */; -INSERT INTO `civicrm_participant` (`id`, `contact_id`, `event_id`, `status_id`, `role_id`, `register_date`, `source`, `fee_level`, `is_test`, `is_pay_later`, `fee_amount`, `registered_by_id`, `discount_id`, `fee_currency`, `campaign_id`, `discount_amount`, `cart_id`, `must_wait`) VALUES (1,146,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(2,196,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(3,129,3,3,'3','2008-05-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(4,170,1,4,'4','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(5,185,2,1,'1','2008-01-10 00:00:00','Check','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(6,194,3,2,'2','2008-03-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(7,155,1,3,'3','2009-07-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(8,109,2,4,'4','2009-03-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(9,40,3,1,'1','2008-02-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(10,80,1,2,'2','2008-02-01 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(11,73,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(12,147,3,4,'4','2009-03-06 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(13,145,1,1,'2','2008-06-04 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(14,92,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(15,139,3,4,'1','2008-07-04 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(16,200,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(17,125,2,2,'3','2008-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(18,103,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(19,7,1,2,'1','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(20,62,2,4,'1','2009-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(21,116,3,1,'4','2008-03-25 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(22,130,1,2,'3','2009-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(23,32,2,4,'1','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(24,31,3,3,'1','2008-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(25,199,3,2,'2','2008-04-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(26,192,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(27,165,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(28,29,3,3,'3','2009-12-12 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(29,4,1,4,'4','2009-12-13 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(30,55,2,1,'1','2009-12-14 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(31,22,3,2,'2','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(32,50,1,3,'3','2009-07-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(33,158,2,4,'4','2009-03-07 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(34,115,3,1,'1','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(35,78,1,2,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(36,137,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(37,107,3,4,'4','2009-03-06 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(38,52,1,1,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(39,198,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(40,12,3,4,'1','2009-12-14 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(41,8,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(42,112,2,2,'3','2009-12-15 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(43,11,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(44,85,1,2,'1','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(45,105,2,4,'1','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(46,153,3,1,'4','2009-12-13 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(47,93,1,2,'3','2009-10-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(48,79,2,4,'1','2009-12-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(49,181,3,3,'1','2009-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(50,99,3,2,'2','2009-04-05 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL); +INSERT INTO `civicrm_participant` (`id`, `contact_id`, `event_id`, `status_id`, `role_id`, `register_date`, `source`, `fee_level`, `is_test`, `is_pay_later`, `fee_amount`, `registered_by_id`, `discount_id`, `fee_currency`, `campaign_id`, `discount_amount`, `cart_id`, `must_wait`) VALUES (1,172,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(2,98,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(3,5,3,3,'3','2008-05-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(4,56,1,4,'4','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(5,46,2,1,'1','2008-01-10 00:00:00','Check','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(6,53,3,2,'2','2008-03-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(7,21,1,3,'3','2009-07-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(8,49,2,4,'4','2009-03-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(9,142,3,1,'1','2008-02-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(10,107,1,2,'2','2008-02-01 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(11,146,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(12,97,3,4,'4','2009-03-06 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(13,22,1,1,'2','2008-06-04 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(14,100,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(15,144,3,4,'1','2008-07-04 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(16,33,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(17,137,2,2,'3','2008-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(18,124,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(19,157,1,2,'1','2008-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(20,73,2,4,'1','2009-01-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(21,55,3,1,'4','2008-03-25 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(22,185,1,2,'3','2009-10-21 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(23,52,2,4,'1','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(24,136,3,3,'1','2008-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(25,9,3,2,'2','2008-04-05 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(26,130,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(27,151,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(28,80,3,3,'3','2009-12-12 00:00:00','Direct Transfer','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(29,148,1,4,'4','2009-12-13 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(30,165,2,1,'1','2009-12-14 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(31,116,3,2,'2','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(32,41,1,3,'3','2009-07-21 00:00:00','Check','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(33,128,2,4,'4','2009-03-07 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(34,178,3,1,'1','2009-12-15 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(35,134,1,2,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(36,125,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(37,198,3,4,'4','2009-03-06 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(38,4,1,1,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(39,163,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(40,173,3,4,'1','2009-12-14 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(41,79,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(42,182,2,2,'3','2009-12-15 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(43,183,3,3,'1','2009-03-05 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(44,105,1,2,'1','2009-12-13 00:00:00','Direct Transfer','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(45,193,2,4,'1','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(46,164,3,1,'4','2009-12-13 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(47,51,1,2,'3','2009-10-21 00:00:00','Credit Card','Single',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(48,99,2,4,'1','2009-12-10 00:00:00','Credit Card','Soprano',0,0,50.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(49,135,3,3,'1','2009-03-11 00:00:00','Credit Card','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL),(50,19,3,2,'2','2009-04-05 00:00:00','Check','Tiny-tots (ages 5-8)',0,0,800.00,NULL,NULL,'USD',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `civicrm_participant` ENABLE KEYS */; UNLOCK TABLES; @@ -1008,7 +1009,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_participant_payment` WRITE; /*!40000 ALTER TABLE `civicrm_participant_payment` DISABLE KEYS */; -INSERT INTO `civicrm_participant_payment` (`id`, `participant_id`, `contribution_id`) VALUES (1,29,45),(2,19,46),(3,41,47),(4,43,48),(5,40,49),(6,31,50),(7,28,51),(8,24,52),(9,23,53),(10,9,54),(11,32,55),(12,38,56),(13,30,57),(14,20,58),(15,11,59),(16,35,60),(17,48,61),(18,10,62),(19,44,63),(20,14,64),(21,47,65),(22,50,66),(23,18,67),(24,45,68),(25,37,69),(26,8,70),(27,42,71),(28,34,72),(29,21,73),(30,17,74),(31,3,75),(32,22,76),(33,36,77),(34,15,78),(35,13,79),(36,1,80),(37,12,81),(38,46,82),(39,7,83),(40,33,84),(41,27,85),(42,4,86),(43,49,87),(44,5,88),(45,26,89),(46,6,90),(47,2,91),(48,39,92),(49,25,93),(50,16,94); +INSERT INTO `civicrm_participant_payment` (`id`, `participant_id`, `contribution_id`) VALUES (1,38,45),(2,3,46),(3,25,47),(4,50,48),(5,7,49),(6,13,50),(7,16,51),(8,32,52),(9,5,53),(10,8,54),(11,47,55),(12,23,56),(13,6,57),(14,21,58),(15,4,59),(16,20,60),(17,41,61),(18,28,62),(19,12,63),(20,2,64),(21,48,65),(22,14,66),(23,44,67),(24,10,68),(25,31,69),(26,18,70),(27,36,71),(28,33,72),(29,26,73),(30,35,74),(31,49,75),(32,24,76),(33,17,77),(34,9,78),(35,15,79),(36,11,80),(37,29,81),(38,27,82),(39,19,83),(40,39,84),(41,46,85),(42,30,86),(43,1,87),(44,40,88),(45,34,89),(46,42,90),(47,43,91),(48,22,92),(49,45,93),(50,37,94); /*!40000 ALTER TABLE `civicrm_participant_payment` ENABLE KEYS */; UNLOCK TABLES; @@ -1047,7 +1048,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_pcp` WRITE; /*!40000 ALTER TABLE `civicrm_pcp` DISABLE KEYS */; -INSERT INTO `civicrm_pcp` (`id`, `contact_id`, `status_id`, `title`, `intro_text`, `page_text`, `donate_link_text`, `page_id`, `page_type`, `pcp_block_id`, `is_thermometer`, `is_honor_roll`, `goal_amount`, `currency`, `is_active`) VALUES (1,159,2,'My Personal Civi Fundraiser','I\'m on a mission to get all my friends and family to help support my favorite open-source civic sector CRM.','

Friends and family - please help build much needed infrastructure for the civic sector by supporting my personal campaign!

\r\n

You can learn more about CiviCRM here.

\r\n

Then click the Contribute Now button to go to our easy-to-use online contribution form.

','Contribute Now',1,'contribute',1,1,1,5000.00,'USD',1); +INSERT INTO `civicrm_pcp` (`id`, `contact_id`, `status_id`, `title`, `intro_text`, `page_text`, `donate_link_text`, `page_id`, `page_type`, `pcp_block_id`, `is_thermometer`, `is_honor_roll`, `goal_amount`, `currency`, `is_active`) VALUES (1,76,2,'My Personal Civi Fundraiser','I\'m on a mission to get all my friends and family to help support my favorite open-source civic sector CRM.','

Friends and family - please help build much needed infrastructure for the civic sector by supporting my personal campaign!

\r\n

You can learn more about CiviCRM here.

\r\n

Then click the Contribute Now button to go to our easy-to-use online contribution form.

','Contribute Now',1,'contribute',1,1,1,5000.00,'USD',1); /*!40000 ALTER TABLE `civicrm_pcp` ENABLE KEYS */; UNLOCK TABLES; @@ -1076,7 +1077,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_phone` WRITE; /*!40000 ALTER TABLE `civicrm_phone` DISABLE KEYS */; -INSERT INTO `civicrm_phone` (`id`, `contact_id`, `location_type_id`, `is_primary`, `is_billing`, `mobile_provider_id`, `phone`, `phone_ext`, `phone_numeric`, `phone_type_id`) VALUES (1,89,1,1,0,NULL,'360-6767',NULL,'3606767',1),(2,77,1,1,0,NULL,'405-5893',NULL,'4055893',1),(3,77,1,0,0,NULL,'859-6513',NULL,'8596513',2),(4,11,1,1,0,NULL,'(844) 579-3554',NULL,'8445793554',1),(5,11,1,0,0,NULL,'(300) 483-7432',NULL,'3004837432',1),(6,159,1,1,0,NULL,'357-8163',NULL,'3578163',2),(7,159,1,0,0,NULL,'(430) 557-2574',NULL,'4305572574',2),(8,5,1,1,0,NULL,'508-2871',NULL,'5082871',1),(9,55,1,1,0,NULL,'(757) 336-7487',NULL,'7573367487',2),(10,55,1,0,0,NULL,'(482) 731-6018',NULL,'4827316018',2),(11,179,1,1,0,NULL,'809-8179',NULL,'8098179',2),(12,72,1,1,0,NULL,'824-5357',NULL,'8245357',1),(13,134,1,1,0,NULL,'(313) 704-9381',NULL,'3137049381',1),(14,26,1,1,0,NULL,'(401) 240-4670',NULL,'4012404670',1),(15,26,1,0,0,NULL,'272-6565',NULL,'2726565',1),(16,126,1,1,0,NULL,'(617) 341-9948',NULL,'6173419948',1),(17,126,1,0,0,NULL,'588-6171',NULL,'5886171',2),(18,50,1,1,0,NULL,'382-4150',NULL,'3824150',2),(19,103,1,1,0,NULL,'(636) 893-4964',NULL,'6368934964',1),(20,29,1,1,0,NULL,'311-2665',NULL,'3112665',1),(21,105,1,1,0,NULL,'(793) 896-1450',NULL,'7938961450',2),(22,105,1,0,0,NULL,'(766) 605-4239',NULL,'7666054239',2),(23,153,1,1,0,NULL,'762-8254',NULL,'7628254',2),(24,98,1,1,0,NULL,'(838) 765-8949',NULL,'8387658949',2),(25,98,1,0,0,NULL,'(617) 753-3489',NULL,'6177533489',1),(26,18,1,1,0,NULL,'(790) 407-6878',NULL,'7904076878',2),(27,18,1,0,0,NULL,'768-2585',NULL,'7682585',2),(28,170,1,1,0,NULL,'690-5903',NULL,'6905903',1),(29,139,1,1,0,NULL,'572-8884',NULL,'5728884',1),(30,108,1,1,0,NULL,'(421) 852-4113',NULL,'4218524113',2),(31,108,1,0,0,NULL,'833-7743',NULL,'8337743',1),(32,49,1,1,0,NULL,'(424) 457-9244',NULL,'4244579244',2),(33,49,1,0,0,NULL,'859-5801',NULL,'8595801',2),(34,161,1,1,0,NULL,'444-8988',NULL,'4448988',1),(35,62,1,1,0,NULL,'(378) 883-3731',NULL,'3788833731',1),(36,62,1,0,0,NULL,'(874) 853-6426',NULL,'8748536426',1),(37,70,1,1,0,NULL,'(705) 642-8282',NULL,'7056428282',2),(38,70,1,0,0,NULL,'321-5052',NULL,'3215052',1),(39,48,1,1,0,NULL,'361-8789',NULL,'3618789',1),(40,48,1,0,0,NULL,'838-3509',NULL,'8383509',2),(41,192,1,1,0,NULL,'(862) 537-4554',NULL,'8625374554',2),(42,192,1,0,0,NULL,'(862) 268-7111',NULL,'8622687111',2),(43,58,1,1,0,NULL,'(364) 317-6561',NULL,'3643176561',2),(44,157,1,1,0,NULL,'306-1542',NULL,'3061542',2),(45,157,1,0,0,NULL,'(592) 359-5708',NULL,'5923595708',2),(46,76,1,1,0,NULL,'(856) 258-8085',NULL,'8562588085',2),(47,76,1,0,0,NULL,'370-2521',NULL,'3702521',1),(48,94,1,1,0,NULL,'(676) 491-7076',NULL,'6764917076',1),(49,68,1,1,0,NULL,'406-2210',NULL,'4062210',1),(50,190,1,1,0,NULL,'(241) 430-4506',NULL,'2414304506',2),(51,190,1,0,0,NULL,'(712) 850-2205',NULL,'7128502205',1),(52,188,1,1,0,NULL,'692-2007',NULL,'6922007',1),(53,125,1,1,0,NULL,'386-5250',NULL,'3865250',2),(54,125,1,0,0,NULL,'(446) 210-8097',NULL,'4462108097',2),(55,194,1,1,0,NULL,'453-1424',NULL,'4531424',1),(56,19,1,1,0,NULL,'(494) 569-3000',NULL,'4945693000',2),(57,36,1,1,0,NULL,'(482) 845-9836',NULL,'4828459836',2),(58,184,1,1,0,NULL,'(813) 630-4019',NULL,'8136304019',2),(59,95,1,1,0,NULL,'(762) 264-3453',NULL,'7622643453',2),(60,82,1,1,0,NULL,'407-5154',NULL,'4075154',2),(61,82,1,0,0,NULL,'414-2218',NULL,'4142218',1),(62,35,1,1,0,NULL,'(508) 577-6176',NULL,'5085776176',2),(63,38,1,1,0,NULL,'(894) 501-7982',NULL,'8945017982',1),(64,144,1,1,0,NULL,'(356) 207-6932',NULL,'3562076932',2),(65,144,1,0,0,NULL,'(441) 746-3075',NULL,'4417463075',1),(66,107,1,1,0,NULL,'757-1298',NULL,'7571298',2),(67,107,1,0,0,NULL,'312-8671',NULL,'3128671',1),(68,150,1,1,0,NULL,'377-8366',NULL,'3778366',2),(69,51,1,1,0,NULL,'216-6185',NULL,'2166185',2),(70,51,1,0,0,NULL,'(422) 560-7512',NULL,'4225607512',2),(71,4,1,1,0,NULL,'(608) 722-5636',NULL,'6087225636',2),(72,60,1,1,0,NULL,'880-8227',NULL,'8808227',1),(73,47,1,1,0,NULL,'703-1047',NULL,'7031047',2),(74,47,1,0,0,NULL,'758-9773',NULL,'7589773',1),(75,182,1,1,0,NULL,'(217) 246-5549',NULL,'2172465549',1),(76,79,1,1,0,NULL,'(881) 431-4228',NULL,'8814314228',1),(77,39,1,1,0,NULL,'(308) 383-2231',NULL,'3083832231',2),(78,39,1,0,0,NULL,'(501) 346-9831',NULL,'5013469831',1),(79,32,1,1,0,NULL,'(292) 778-5888',NULL,'2927785888',2),(80,32,1,0,0,NULL,'391-8611',NULL,'3918611',1),(81,37,1,1,0,NULL,'(749) 891-2485',NULL,'7498912485',2),(82,43,1,1,0,NULL,'795-5252',NULL,'7955252',2),(83,43,1,0,0,NULL,'563-1984',NULL,'5631984',1),(84,133,1,1,0,NULL,'(371) 590-7233',NULL,'3715907233',2),(85,100,1,1,0,NULL,'(330) 358-2547',NULL,'3303582547',1),(86,100,1,0,0,NULL,'(355) 318-4511',NULL,'3553184511',1),(87,2,1,1,0,NULL,'(731) 568-9146',NULL,'7315689146',1),(88,197,1,1,0,NULL,'267-5548',NULL,'2675548',1),(89,197,1,0,0,NULL,'668-3463',NULL,'6683463',2),(90,140,1,1,0,NULL,'788-3132',NULL,'7883132',1),(91,140,1,0,0,NULL,'(594) 737-7455',NULL,'5947377455',1),(92,162,1,1,0,NULL,'(604) 270-6042',NULL,'6042706042',1),(93,162,1,0,0,NULL,'220-1494',NULL,'2201494',2),(94,143,1,1,0,NULL,'(470) 529-2233',NULL,'4705292233',1),(95,22,1,1,0,NULL,'(674) 259-4482',NULL,'6742594482',2),(96,22,1,0,0,NULL,'(870) 835-9991',NULL,'8708359991',2),(97,92,1,1,0,NULL,'(811) 764-6084',NULL,'8117646084',1),(98,92,1,0,0,NULL,'730-5626',NULL,'7305626',1),(99,136,1,1,0,NULL,'894-2345',NULL,'8942345',1),(100,106,1,1,0,NULL,'268-8742',NULL,'2688742',2),(101,106,1,0,0,NULL,'774-1088',NULL,'7741088',1),(102,14,1,1,0,NULL,'(467) 367-4218',NULL,'4673674218',1),(103,14,1,0,0,NULL,'(279) 790-4404',NULL,'2797904404',1),(104,9,1,1,0,NULL,'889-5185',NULL,'8895185',1),(105,196,1,1,0,NULL,'371-2699',NULL,'3712699',1),(106,3,1,1,0,NULL,'299-4738',NULL,'2994738',1),(107,3,1,0,0,NULL,'(586) 633-1803',NULL,'5866331803',2),(108,141,1,1,0,NULL,'(539) 376-9657',NULL,'5393769657',1),(109,23,1,1,0,NULL,'(547) 283-4051',NULL,'5472834051',2),(110,23,1,0,0,NULL,'720-6941',NULL,'7206941',2),(111,156,1,1,0,NULL,'(894) 550-6752',NULL,'8945506752',2),(112,156,1,0,0,NULL,'316-4052',NULL,'3164052',1),(113,57,1,1,0,NULL,'333-4617',NULL,'3334617',1),(114,172,1,1,0,NULL,'(451) 586-3169',NULL,'4515863169',2),(115,172,1,0,0,NULL,'526-9791',NULL,'5269791',2),(116,189,1,1,0,NULL,'(642) 410-9230',NULL,'6424109230',1),(117,120,1,1,0,NULL,'341-6080',NULL,'3416080',1),(118,149,1,1,0,NULL,'885-4845',NULL,'8854845',2),(119,149,1,0,0,NULL,'(220) 235-6121',NULL,'2202356121',2),(120,59,1,1,0,NULL,'874-3832',NULL,'8743832',1),(121,59,1,0,0,NULL,'862-1752',NULL,'8621752',2),(122,187,1,1,0,NULL,'(586) 205-8621',NULL,'5862058621',1),(123,16,1,1,0,NULL,'571-6422',NULL,'5716422',1),(124,16,1,0,0,NULL,'(271) 632-9143',NULL,'2716329143',1),(125,42,1,1,0,NULL,'(645) 334-3302',NULL,'6453343302',1),(126,42,1,0,0,NULL,'256-6834',NULL,'2566834',1),(127,145,1,1,0,NULL,'(552) 845-8349',NULL,'5528458349',1),(128,145,1,0,0,NULL,'(402) 235-1333',NULL,'4022351333',2),(129,91,1,1,0,NULL,'315-5436',NULL,'3155436',1),(130,131,1,1,0,NULL,'(490) 443-8304',NULL,'4904438304',2),(131,131,1,0,0,NULL,'(797) 295-7664',NULL,'7972957664',2),(132,104,1,1,0,NULL,'412-9008',NULL,'4129008',1),(133,168,1,1,0,NULL,'366-7321',NULL,'3667321',1),(134,168,1,0,0,NULL,'(428) 478-8721',NULL,'4284788721',1),(135,41,1,1,0,NULL,'829-3924',NULL,'8293924',2),(136,41,1,0,0,NULL,'(783) 843-2584',NULL,'7838432584',1),(137,10,1,1,0,NULL,'527-7251',NULL,'5277251',2),(138,10,1,0,0,NULL,'(832) 581-8096',NULL,'8325818096',1),(139,128,1,1,0,NULL,'(892) 855-2928',NULL,'8928552928',1),(140,115,1,1,0,NULL,'(569) 821-6561',NULL,'5698216561',2),(141,130,1,1,0,NULL,'(470) 711-7295',NULL,'4707117295',1),(142,130,1,0,0,NULL,'344-6404',NULL,'3446404',1),(143,44,1,1,0,NULL,'(398) 263-3892',NULL,'3982633892',2),(144,6,1,1,0,NULL,'546-4637',NULL,'5464637',2),(145,117,1,1,0,NULL,'559-7374',NULL,'5597374',1),(146,167,1,1,0,NULL,'(745) 645-9150',NULL,'7456459150',2),(147,167,1,0,0,NULL,'(525) 553-6505',NULL,'5255536505',2),(148,137,1,1,0,NULL,'248-2703',NULL,'2482703',2),(149,118,1,1,0,NULL,'831-6515',NULL,'8316515',2),(150,118,1,0,0,NULL,'(847) 810-2411',NULL,'8478102411',1),(151,24,1,1,0,NULL,'298-9356',NULL,'2989356',1),(152,24,1,0,0,NULL,'(261) 210-7380',NULL,'2612107380',1),(153,33,1,1,0,NULL,'309-5440',NULL,'3095440',1),(154,33,1,0,0,NULL,'(264) 848-5578',NULL,'2648485578',1),(155,99,1,1,0,NULL,'(393) 830-6688',NULL,'3938306688',1),(156,99,1,0,0,NULL,'(377) 237-2856',NULL,'3772372856',2),(157,173,1,1,0,NULL,'650-4497',NULL,'6504497',1),(158,81,1,1,0,NULL,'(212) 579-1023',NULL,'2125791023',1),(159,40,1,1,0,NULL,'(325) 527-6471',NULL,'3255276471',2),(160,40,1,0,0,NULL,'(262) 216-1108',NULL,'2622161108',1),(161,NULL,1,0,0,NULL,'204 222-1000',NULL,'2042221000',1),(162,NULL,1,0,0,NULL,'204 223-1000',NULL,'2042231000',1),(163,NULL,1,0,0,NULL,'303 323-1000',NULL,'3033231000',1); +INSERT INTO `civicrm_phone` (`id`, `contact_id`, `location_type_id`, `is_primary`, `is_billing`, `mobile_provider_id`, `phone`, `phone_ext`, `phone_numeric`, `phone_type_id`) VALUES (1,48,1,1,0,NULL,'483-6569',NULL,'4836569',1),(2,48,1,0,0,NULL,'661-9365',NULL,'6619365',2),(3,121,1,1,0,NULL,'(737) 655-6909',NULL,'7376556909',1),(4,52,1,1,0,NULL,'278-1508',NULL,'2781508',2),(5,62,1,1,0,NULL,'(728) 201-3652',NULL,'7282013652',1),(6,77,1,1,0,NULL,'213-5425',NULL,'2135425',2),(7,77,1,0,0,NULL,'530-2765',NULL,'5302765',2),(8,150,1,1,0,NULL,'733-5906',NULL,'7335906',1),(9,90,1,1,0,NULL,'(528) 557-1902',NULL,'5285571902',2),(10,90,1,0,0,NULL,'(634) 553-5726',NULL,'6345535726',1),(11,78,1,1,0,NULL,'(259) 534-5367',NULL,'2595345367',1),(12,78,1,0,0,NULL,'(525) 590-5343',NULL,'5255905343',2),(13,164,1,1,0,NULL,'(619) 537-6530',NULL,'6195376530',1),(14,87,1,1,0,NULL,'(607) 469-7088',NULL,'6074697088',1),(15,143,1,1,0,NULL,'500-5302',NULL,'5005302',1),(16,183,1,1,0,NULL,'332-6301',NULL,'3326301',2),(17,183,1,0,0,NULL,'213-5492',NULL,'2135492',1),(18,12,1,1,0,NULL,'(301) 445-6386',NULL,'3014456386',2),(19,12,1,0,0,NULL,'(896) 410-3333',NULL,'8964103333',1),(20,191,1,1,0,NULL,'(306) 310-9431',NULL,'3063109431',2),(21,160,1,1,0,NULL,'550-2537',NULL,'5502537',2),(22,155,1,1,0,NULL,'(875) 589-6515',NULL,'8755896515',1),(23,142,1,1,0,NULL,'(523) 308-5507',NULL,'5233085507',2),(24,142,1,0,0,NULL,'245-9291',NULL,'2459291',1),(25,99,1,1,0,NULL,'493-7623',NULL,'4937623',2),(26,99,1,0,0,NULL,'334-5707',NULL,'3345707',2),(27,111,1,1,0,NULL,'262-1649',NULL,'2621649',1),(28,111,1,0,0,NULL,'(717) 309-1365',NULL,'7173091365',2),(29,72,1,1,0,NULL,'(247) 598-6364',NULL,'2475986364',1),(30,72,1,0,0,NULL,'827-9661',NULL,'8279661',1),(31,168,1,1,0,NULL,'(392) 595-3337',NULL,'3925953337',1),(32,44,1,1,0,NULL,'450-9049',NULL,'4509049',2),(33,44,1,0,0,NULL,'(696) 445-1034',NULL,'6964451034',1),(34,82,1,1,0,NULL,'(696) 305-9348',NULL,'6963059348',2),(35,82,1,0,0,NULL,'881-9628',NULL,'8819628',2),(36,127,1,1,0,NULL,'(472) 553-9948',NULL,'4725539948',1),(37,199,1,1,0,NULL,'561-6349',NULL,'5616349',1),(38,185,1,1,0,NULL,'(512) 288-5233',NULL,'5122885233',2),(39,200,1,1,0,NULL,'(487) 405-5799',NULL,'4874055799',1),(40,200,1,0,0,NULL,'(447) 444-2999',NULL,'4474442999',1),(41,186,1,1,0,NULL,'(445) 381-6774',NULL,'4453816774',2),(42,186,1,0,0,NULL,'(840) 333-7344',NULL,'8403337344',1),(43,119,1,1,0,NULL,'(317) 863-8668',NULL,'3178638668',1),(44,119,1,0,0,NULL,'211-7146',NULL,'2117146',1),(45,151,1,1,0,NULL,'(728) 231-1989',NULL,'7282311989',2),(46,57,1,1,0,NULL,'827-1675',NULL,'8271675',1),(47,184,1,1,0,NULL,'(562) 816-1491',NULL,'5628161491',1),(48,184,1,0,0,NULL,'(248) 264-7121',NULL,'2482647121',1),(49,179,1,1,0,NULL,'515-5334',NULL,'5155334',1),(50,179,1,0,0,NULL,'(749) 488-1992',NULL,'7494881992',2),(51,2,1,1,0,NULL,'(474) 360-9290',NULL,'4743609290',2),(52,2,1,0,0,NULL,'(762) 687-1644',NULL,'7626871644',1),(53,22,1,1,0,NULL,'685-4181',NULL,'6854181',2),(54,22,1,0,0,NULL,'846-1037',NULL,'8461037',1),(55,144,1,1,0,NULL,'(816) 480-8638',NULL,'8164808638',1),(56,144,1,0,0,NULL,'757-6883',NULL,'7576883',1),(57,158,1,1,0,NULL,'420-9169',NULL,'4209169',2),(58,27,1,1,0,NULL,'252-6481',NULL,'2526481',2),(59,107,1,1,0,NULL,'285-2009',NULL,'2852009',1),(60,154,1,1,0,NULL,'376-9898',NULL,'3769898',2),(61,154,1,0,0,NULL,'(754) 339-1633',NULL,'7543391633',1),(62,33,1,1,0,NULL,'881-8249',NULL,'8818249',1),(63,101,1,1,0,NULL,'831-8375',NULL,'8318375',2),(64,67,1,1,0,NULL,'(631) 629-2709',NULL,'6316292709',1),(65,159,1,1,0,NULL,'(414) 274-1811',NULL,'4142741811',2),(66,159,1,0,0,NULL,'754-3744',NULL,'7543744',1),(67,46,1,1,0,NULL,'412-7856',NULL,'4127856',1),(68,109,1,1,0,NULL,'801-9000',NULL,'8019000',2),(69,100,1,1,0,NULL,'209-5463',NULL,'2095463',2),(70,100,1,0,0,NULL,'314-8243',NULL,'3148243',1),(71,93,1,1,0,NULL,'(238) 519-1877',NULL,'2385191877',2),(72,93,1,0,0,NULL,'690-6297',NULL,'6906297',1),(73,21,1,1,0,NULL,'816-6487',NULL,'8166487',2),(74,21,1,0,0,NULL,'(439) 534-9163',NULL,'4395349163',1),(75,112,1,1,0,NULL,'423-4558',NULL,'4234558',1),(76,41,1,1,0,NULL,'(576) 218-3060',NULL,'5762183060',2),(77,41,1,0,0,NULL,'673-1358',NULL,'6731358',1),(78,128,1,1,0,NULL,'(445) 419-6323',NULL,'4454196323',1),(79,128,1,0,0,NULL,'(700) 350-7304',NULL,'7003507304',2),(80,174,1,1,0,NULL,'(823) 876-2033',NULL,'8238762033',1),(81,120,1,1,0,NULL,'812-1654',NULL,'8121654',2),(82,120,1,0,0,NULL,'(390) 366-5561',NULL,'3903665561',1),(83,177,1,1,0,NULL,'(666) 211-2226',NULL,'6662112226',1),(84,177,1,0,0,NULL,'(804) 323-1445',NULL,'8043231445',1),(85,80,1,1,0,NULL,'(863) 636-8758',NULL,'8636368758',1),(86,80,1,0,0,NULL,'(441) 315-3480',NULL,'4413153480',1),(87,89,1,1,0,NULL,'(725) 749-2177',NULL,'7257492177',1),(88,130,1,1,0,NULL,'(495) 477-3319',NULL,'4954773319',1),(89,16,1,1,0,NULL,'389-7312',NULL,'3897312',2),(90,34,1,1,0,NULL,'(653) 703-9177',NULL,'6537039177',1),(91,140,1,1,0,NULL,'(321) 701-5000',NULL,'3217015000',1),(92,3,1,1,0,NULL,'223-4024',NULL,'2234024',1),(93,3,1,0,0,NULL,'(415) 394-9699',NULL,'4153949699',2),(94,201,1,1,0,NULL,'386-5637',NULL,'3865637',1),(95,126,1,1,0,NULL,'545-2054',NULL,'5452054',1),(96,126,1,0,0,NULL,'(808) 309-2088',NULL,'8083092088',1),(97,103,1,1,0,NULL,'(791) 639-6030',NULL,'7916396030',2),(98,176,1,1,0,NULL,'(556) 524-2710',NULL,'5565242710',2),(99,176,1,0,0,NULL,'204-6342',NULL,'2046342',1),(100,189,1,1,0,NULL,'(769) 792-4710',NULL,'7697924710',2),(101,189,1,0,0,NULL,'(675) 531-1296',NULL,'6755311296',1),(102,69,1,1,0,NULL,'822-8862',NULL,'8228862',1),(103,125,1,1,0,NULL,'(413) 386-4619',NULL,'4133864619',1),(104,162,1,1,0,NULL,'293-9105',NULL,'2939105',1),(105,195,1,1,0,NULL,'(688) 660-2403',NULL,'6886602403',1),(106,56,1,1,0,NULL,'(712) 799-9418',NULL,'7127999418',1),(107,19,1,1,0,NULL,'348-7628',NULL,'3487628',1),(108,19,1,0,0,NULL,'410-5196',NULL,'4105196',2),(109,37,1,1,0,NULL,'396-9786',NULL,'3969786',1),(110,75,1,1,0,NULL,'(870) 702-4630',NULL,'8707024630',2),(111,75,1,0,0,NULL,'(418) 717-2345',NULL,'4187172345',2),(112,61,1,1,0,NULL,'(609) 721-2236',NULL,'6097212236',1),(113,61,1,0,0,NULL,'781-5042',NULL,'7815042',1),(114,54,1,1,0,NULL,'287-7581',NULL,'2877581',2),(115,137,1,1,0,NULL,'(884) 535-9880',NULL,'8845359880',1),(116,115,1,1,0,NULL,'763-3438',NULL,'7633438',1),(117,115,1,0,0,NULL,'(391) 437-5954',NULL,'3914375954',2),(118,31,1,1,0,NULL,'691-7257',NULL,'6917257',1),(119,139,1,1,0,NULL,'396-9168',NULL,'3969168',1),(120,156,1,1,0,NULL,'(785) 223-5769',NULL,'7852235769',2),(121,6,1,1,0,NULL,'818-2891',NULL,'8182891',1),(122,6,1,0,0,NULL,'(624) 548-8697',NULL,'6245488697',2),(123,146,1,1,0,NULL,'(881) 660-6675',NULL,'8816606675',2),(124,92,1,1,0,NULL,'895-5630',NULL,'8955630',1),(125,92,1,0,0,NULL,'(697) 893-2889',NULL,'6978932889',1),(126,181,1,1,0,NULL,'(471) 743-5056',NULL,'4717435056',1),(127,181,1,0,0,NULL,'452-4950',NULL,'4524950',2),(128,124,1,1,0,NULL,'(263) 212-5687',NULL,'2632125687',2),(129,124,1,0,0,NULL,'(530) 684-5294',NULL,'5306845294',1),(130,28,1,1,0,NULL,'805-8846',NULL,'8058846',1),(131,122,1,1,0,NULL,'791-4091',NULL,'7914091',2),(132,122,1,0,0,NULL,'329-8212',NULL,'3298212',1),(133,118,1,1,0,NULL,'620-5082',NULL,'6205082',2),(134,118,1,0,0,NULL,'(358) 549-3288',NULL,'3585493288',1),(135,86,1,1,0,NULL,'396-7949',NULL,'3967949',2),(136,86,1,0,0,NULL,'(720) 430-8342',NULL,'7204308342',1),(137,102,1,1,0,NULL,'549-8040',NULL,'5498040',1),(138,102,1,0,0,NULL,'753-6213',NULL,'7536213',2),(139,180,1,1,0,NULL,'(286) 556-9285',NULL,'2865569285',2),(140,180,1,0,0,NULL,'229-7321',NULL,'2297321',1),(141,157,1,1,0,NULL,'(750) 203-4798',NULL,'7502034798',2),(142,65,1,1,0,NULL,'(517) 369-9001',NULL,'5173699001',2),(143,110,1,1,0,NULL,'792-4887',NULL,'7924887',1),(144,110,1,0,0,NULL,'(534) 842-4683',NULL,'5348424683',2),(145,172,1,1,0,NULL,'891-1873',NULL,'8911873',2),(146,172,1,0,0,NULL,'(707) 703-5626',NULL,'7077035626',2),(147,147,1,1,0,NULL,'754-8127',NULL,'7548127',1),(148,147,1,0,0,NULL,'(345) 455-4490',NULL,'3454554490',1),(149,73,1,1,0,NULL,'(477) 459-8127',NULL,'4774598127',1),(150,73,1,0,0,NULL,'(628) 488-3190',NULL,'6284883190',2),(151,32,1,1,0,NULL,'733-9752',NULL,'7339752',2),(152,148,1,1,0,NULL,'(669) 750-3295',NULL,'6697503295',2),(153,53,1,1,0,NULL,'400-2444',NULL,'4002444',1),(154,53,1,0,0,NULL,'(882) 436-6516',NULL,'8824366516',2),(155,43,1,1,0,NULL,'(627) 519-8079',NULL,'6275198079',2),(156,43,1,0,0,NULL,'(358) 518-1476',NULL,'3585181476',2),(157,83,1,1,0,NULL,'(325) 513-6150',NULL,'3255136150',1),(158,94,1,1,0,NULL,'(705) 244-9783',NULL,'7052449783',1),(159,64,1,1,0,NULL,'(313) 410-9441',NULL,'3134109441',2),(160,59,1,1,0,NULL,'(417) 385-9707',NULL,'4173859707',2),(161,59,1,0,0,NULL,'511-2640',NULL,'5112640',1),(162,25,1,1,0,NULL,'464-1215',NULL,'4641215',1),(163,47,1,1,0,NULL,'(420) 764-5495',NULL,'4207645495',2),(164,173,1,1,0,NULL,'(814) 467-7090',NULL,'8144677090',1),(165,79,1,1,0,NULL,'538-7471',NULL,'5387471',1),(166,106,1,1,0,NULL,'(436) 763-1127',NULL,'4367631127',2),(167,106,1,0,0,NULL,'(824) 591-5957',NULL,'8245915957',1),(168,193,1,1,0,NULL,'(787) 342-7110',NULL,'7873427110',1),(169,193,1,0,0,NULL,'807-2983',NULL,'8072983',1),(170,97,1,1,0,NULL,'(283) 452-3265',NULL,'2834523265',2),(171,97,1,0,0,NULL,'243-4491',NULL,'2434491',2),(172,11,1,1,0,NULL,'682-3366',NULL,'6823366',1),(173,68,1,1,0,NULL,'(629) 313-8961',NULL,'6293138961',2),(174,68,1,0,0,NULL,'454-6422',NULL,'4546422',2),(175,40,1,1,0,NULL,'(533) 842-6494',NULL,'5338426494',1),(176,40,1,0,0,NULL,'(232) 724-7989',NULL,'2327247989',2),(177,NULL,1,0,0,NULL,'204 222-1000',NULL,'2042221000',1),(178,NULL,1,0,0,NULL,'204 223-1000',NULL,'2042231000',1),(179,NULL,1,0,0,NULL,'303 323-1000',NULL,'3033231000',1); /*!40000 ALTER TABLE `civicrm_phone` ENABLE KEYS */; UNLOCK TABLES; @@ -1224,7 +1225,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_relationship` WRITE; /*!40000 ALTER TABLE `civicrm_relationship` DISABLE KEYS */; -INSERT INTO `civicrm_relationship` (`id`, `contact_id_a`, `contact_id_b`, `relationship_type_id`, `start_date`, `end_date`, `is_active`, `description`, `is_permission_a_b`, `is_permission_b_a`, `case_id`) VALUES (1,37,32,1,NULL,NULL,1,NULL,0,0,NULL),(2,158,32,1,NULL,NULL,1,NULL,0,0,NULL),(3,37,166,1,NULL,NULL,1,NULL,0,0,NULL),(4,158,166,1,NULL,NULL,1,NULL,0,0,NULL),(5,158,37,4,NULL,NULL,1,NULL,0,0,NULL),(6,166,121,8,NULL,NULL,1,NULL,0,0,NULL),(7,37,121,8,NULL,NULL,1,NULL,0,0,NULL),(8,158,121,8,NULL,NULL,1,NULL,0,0,NULL),(9,32,121,7,NULL,NULL,1,NULL,0,0,NULL),(10,166,32,2,NULL,NULL,1,NULL,0,0,NULL),(11,133,43,1,NULL,NULL,1,NULL,0,0,NULL),(12,129,43,1,NULL,NULL,1,NULL,0,0,NULL),(13,133,191,1,NULL,NULL,1,NULL,0,0,NULL),(14,129,191,1,NULL,NULL,1,NULL,0,0,NULL),(15,129,133,4,NULL,NULL,1,NULL,0,0,NULL),(16,191,147,8,NULL,NULL,1,NULL,0,0,NULL),(17,133,147,8,NULL,NULL,1,NULL,0,0,NULL),(18,129,147,8,NULL,NULL,1,NULL,0,0,NULL),(19,43,147,7,NULL,NULL,1,NULL,0,0,NULL),(20,191,43,2,NULL,NULL,1,NULL,0,0,NULL),(21,2,90,1,NULL,NULL,1,NULL,0,0,NULL),(22,197,90,1,NULL,NULL,1,NULL,0,0,NULL),(23,2,100,1,NULL,NULL,1,NULL,0,0,NULL),(24,197,100,1,NULL,NULL,1,NULL,0,0,NULL),(25,197,2,4,NULL,NULL,1,NULL,0,0,NULL),(26,100,30,8,NULL,NULL,1,NULL,0,0,NULL),(27,2,30,8,NULL,NULL,1,NULL,0,0,NULL),(28,197,30,8,NULL,NULL,1,NULL,0,0,NULL),(29,90,30,7,NULL,NULL,0,NULL,0,0,NULL),(30,100,90,2,NULL,NULL,0,NULL,0,0,NULL),(31,143,140,1,NULL,NULL,1,NULL,0,0,NULL),(32,181,140,1,NULL,NULL,1,NULL,0,0,NULL),(33,143,162,1,NULL,NULL,1,NULL,0,0,NULL),(34,181,162,1,NULL,NULL,1,NULL,0,0,NULL),(35,181,143,4,NULL,NULL,1,NULL,0,0,NULL),(36,162,164,8,NULL,NULL,1,NULL,0,0,NULL),(37,143,164,8,NULL,NULL,1,NULL,0,0,NULL),(38,181,164,8,NULL,NULL,1,NULL,0,0,NULL),(39,140,164,7,NULL,NULL,0,NULL,0,0,NULL),(40,162,140,2,NULL,NULL,0,NULL,0,0,NULL),(41,92,22,1,NULL,NULL,1,NULL,0,0,NULL),(42,136,22,1,NULL,NULL,1,NULL,0,0,NULL),(43,92,87,1,NULL,NULL,1,NULL,0,0,NULL),(44,136,87,1,NULL,NULL,1,NULL,0,0,NULL),(45,136,92,4,NULL,NULL,1,NULL,0,0,NULL),(46,87,64,8,NULL,NULL,1,NULL,0,0,NULL),(47,92,64,8,NULL,NULL,1,NULL,0,0,NULL),(48,136,64,8,NULL,NULL,1,NULL,0,0,NULL),(49,22,64,7,NULL,NULL,0,NULL,0,0,NULL),(50,87,22,2,NULL,NULL,0,NULL,0,0,NULL),(51,34,106,1,NULL,NULL,1,NULL,0,0,NULL),(52,171,106,1,NULL,NULL,1,NULL,0,0,NULL),(53,34,14,1,NULL,NULL,1,NULL,0,0,NULL),(54,171,14,1,NULL,NULL,1,NULL,0,0,NULL),(55,171,34,4,NULL,NULL,1,NULL,0,0,NULL),(56,14,73,8,NULL,NULL,1,NULL,0,0,NULL),(57,34,73,8,NULL,NULL,1,NULL,0,0,NULL),(58,171,73,8,NULL,NULL,1,NULL,0,0,NULL),(59,106,73,7,NULL,NULL,1,NULL,0,0,NULL),(60,14,106,2,NULL,NULL,1,NULL,0,0,NULL),(61,124,9,1,NULL,NULL,1,NULL,0,0,NULL),(62,3,9,1,NULL,NULL,1,NULL,0,0,NULL),(63,124,196,1,NULL,NULL,1,NULL,0,0,NULL),(64,3,196,1,NULL,NULL,1,NULL,0,0,NULL),(65,3,124,4,NULL,NULL,1,NULL,0,0,NULL),(66,196,75,8,NULL,NULL,1,NULL,0,0,NULL),(67,124,75,8,NULL,NULL,1,NULL,0,0,NULL),(68,3,75,8,NULL,NULL,1,NULL,0,0,NULL),(69,9,75,7,NULL,NULL,1,NULL,0,0,NULL),(70,196,9,2,NULL,NULL,1,NULL,0,0,NULL),(71,45,141,1,NULL,NULL,1,NULL,0,0,NULL),(72,114,141,1,NULL,NULL,1,NULL,0,0,NULL),(73,45,23,1,NULL,NULL,1,NULL,0,0,NULL),(74,114,23,1,NULL,NULL,1,NULL,0,0,NULL),(75,114,45,4,NULL,NULL,1,NULL,0,0,NULL),(76,23,20,8,NULL,NULL,1,NULL,0,0,NULL),(77,45,20,8,NULL,NULL,1,NULL,0,0,NULL),(78,114,20,8,NULL,NULL,1,NULL,0,0,NULL),(79,141,20,7,NULL,NULL,1,NULL,0,0,NULL),(80,23,141,2,NULL,NULL,1,NULL,0,0,NULL),(81,165,156,1,NULL,NULL,1,NULL,0,0,NULL),(82,57,156,1,NULL,NULL,1,NULL,0,0,NULL),(83,165,12,1,NULL,NULL,1,NULL,0,0,NULL),(84,57,12,1,NULL,NULL,1,NULL,0,0,NULL),(85,57,165,4,NULL,NULL,1,NULL,0,0,NULL),(86,12,7,8,NULL,NULL,1,NULL,0,0,NULL),(87,165,7,8,NULL,NULL,1,NULL,0,0,NULL),(88,57,7,8,NULL,NULL,1,NULL,0,0,NULL),(89,156,7,7,NULL,NULL,1,NULL,0,0,NULL),(90,12,156,2,NULL,NULL,1,NULL,0,0,NULL),(91,120,172,1,NULL,NULL,1,NULL,0,0,NULL),(92,52,172,1,NULL,NULL,1,NULL,0,0,NULL),(93,120,189,1,NULL,NULL,1,NULL,0,0,NULL),(94,52,189,1,NULL,NULL,1,NULL,0,0,NULL),(95,52,120,4,NULL,NULL,1,NULL,0,0,NULL),(96,189,176,8,NULL,NULL,1,NULL,0,0,NULL),(97,120,176,8,NULL,NULL,1,NULL,0,0,NULL),(98,52,176,8,NULL,NULL,1,NULL,0,0,NULL),(99,172,176,7,NULL,NULL,1,NULL,0,0,NULL),(100,189,172,2,NULL,NULL,1,NULL,0,0,NULL),(101,187,149,1,NULL,NULL,1,NULL,0,0,NULL),(102,16,149,1,NULL,NULL,1,NULL,0,0,NULL),(103,187,59,1,NULL,NULL,1,NULL,0,0,NULL),(104,16,59,1,NULL,NULL,1,NULL,0,0,NULL),(105,16,187,4,NULL,NULL,1,NULL,0,0,NULL),(106,59,183,8,NULL,NULL,1,NULL,0,0,NULL),(107,187,183,8,NULL,NULL,1,NULL,0,0,NULL),(108,16,183,8,NULL,NULL,1,NULL,0,0,NULL),(109,149,183,7,NULL,NULL,1,NULL,0,0,NULL),(110,59,149,2,NULL,NULL,1,NULL,0,0,NULL),(111,145,42,1,NULL,NULL,1,NULL,0,0,NULL),(112,91,42,1,NULL,NULL,1,NULL,0,0,NULL),(113,145,177,1,NULL,NULL,1,NULL,0,0,NULL),(114,91,177,1,NULL,NULL,1,NULL,0,0,NULL),(115,91,145,4,NULL,NULL,1,NULL,0,0,NULL),(116,177,21,8,NULL,NULL,1,NULL,0,0,NULL),(117,145,21,8,NULL,NULL,1,NULL,0,0,NULL),(118,91,21,8,NULL,NULL,1,NULL,0,0,NULL),(119,42,21,7,NULL,NULL,1,NULL,0,0,NULL),(120,177,42,2,NULL,NULL,1,NULL,0,0,NULL),(121,27,131,1,NULL,NULL,1,NULL,0,0,NULL),(122,168,131,1,NULL,NULL,1,NULL,0,0,NULL),(123,27,104,1,NULL,NULL,1,NULL,0,0,NULL),(124,168,104,1,NULL,NULL,1,NULL,0,0,NULL),(125,168,27,4,NULL,NULL,1,NULL,0,0,NULL),(126,104,96,8,NULL,NULL,1,NULL,0,0,NULL),(127,27,96,8,NULL,NULL,1,NULL,0,0,NULL),(128,168,96,8,NULL,NULL,1,NULL,0,0,NULL),(129,131,96,7,NULL,NULL,1,NULL,0,0,NULL),(130,104,131,2,NULL,NULL,1,NULL,0,0,NULL),(131,53,8,1,NULL,NULL,1,NULL,0,0,NULL),(132,10,8,1,NULL,NULL,1,NULL,0,0,NULL),(133,53,41,1,NULL,NULL,1,NULL,0,0,NULL),(134,10,41,1,NULL,NULL,1,NULL,0,0,NULL),(135,10,53,4,NULL,NULL,1,NULL,0,0,NULL),(136,41,111,8,NULL,NULL,1,NULL,0,0,NULL),(137,53,111,8,NULL,NULL,1,NULL,0,0,NULL),(138,10,111,8,NULL,NULL,1,NULL,0,0,NULL),(139,8,111,7,NULL,NULL,1,NULL,0,0,NULL),(140,41,8,2,NULL,NULL,1,NULL,0,0,NULL),(141,155,128,1,NULL,NULL,1,NULL,0,0,NULL),(142,115,128,1,NULL,NULL,1,NULL,0,0,NULL),(143,155,132,1,NULL,NULL,1,NULL,0,0,NULL),(144,115,132,1,NULL,NULL,1,NULL,0,0,NULL),(145,115,155,4,NULL,NULL,1,NULL,0,0,NULL),(146,132,56,8,NULL,NULL,1,NULL,0,0,NULL),(147,155,56,8,NULL,NULL,1,NULL,0,0,NULL),(148,115,56,8,NULL,NULL,1,NULL,0,0,NULL),(149,128,56,7,NULL,NULL,1,NULL,0,0,NULL),(150,132,128,2,NULL,NULL,1,NULL,0,0,NULL),(151,6,130,1,NULL,NULL,1,NULL,0,0,NULL),(152,117,130,1,NULL,NULL,1,NULL,0,0,NULL),(153,6,44,1,NULL,NULL,1,NULL,0,0,NULL),(154,117,44,1,NULL,NULL,1,NULL,0,0,NULL),(155,117,6,4,NULL,NULL,1,NULL,0,0,NULL),(156,44,186,8,NULL,NULL,1,NULL,0,0,NULL),(157,6,186,8,NULL,NULL,1,NULL,0,0,NULL),(158,117,186,8,NULL,NULL,1,NULL,0,0,NULL),(159,130,186,7,NULL,NULL,1,NULL,0,0,NULL),(160,44,130,2,NULL,NULL,1,NULL,0,0,NULL),(161,167,175,1,NULL,NULL,1,NULL,0,0,NULL),(162,137,175,1,NULL,NULL,1,NULL,0,0,NULL),(163,167,61,1,NULL,NULL,1,NULL,0,0,NULL),(164,137,61,1,NULL,NULL,1,NULL,0,0,NULL),(165,137,167,4,NULL,NULL,1,NULL,0,0,NULL),(166,61,112,8,NULL,NULL,1,NULL,0,0,NULL),(167,167,112,8,NULL,NULL,1,NULL,0,0,NULL),(168,137,112,8,NULL,NULL,1,NULL,0,0,NULL),(169,175,112,7,NULL,NULL,0,NULL,0,0,NULL),(170,61,175,2,NULL,NULL,0,NULL,0,0,NULL),(171,46,118,1,NULL,NULL,1,NULL,0,0,NULL),(172,193,118,1,NULL,NULL,1,NULL,0,0,NULL),(173,46,198,1,NULL,NULL,1,NULL,0,0,NULL),(174,193,198,1,NULL,NULL,1,NULL,0,0,NULL),(175,193,46,4,NULL,NULL,1,NULL,0,0,NULL),(176,198,174,8,NULL,NULL,1,NULL,0,0,NULL),(177,46,174,8,NULL,NULL,1,NULL,0,0,NULL),(178,193,174,8,NULL,NULL,1,NULL,0,0,NULL),(179,118,174,7,NULL,NULL,1,NULL,0,0,NULL),(180,198,118,2,NULL,NULL,1,NULL,0,0,NULL),(181,33,24,1,NULL,NULL,1,NULL,0,0,NULL),(182,99,24,1,NULL,NULL,1,NULL,0,0,NULL),(183,33,88,1,NULL,NULL,1,NULL,0,0,NULL),(184,99,88,1,NULL,NULL,1,NULL,0,0,NULL),(185,99,33,4,NULL,NULL,1,NULL,0,0,NULL),(186,88,113,8,NULL,NULL,1,NULL,0,0,NULL),(187,33,113,8,NULL,NULL,1,NULL,0,0,NULL),(188,99,113,8,NULL,NULL,1,NULL,0,0,NULL),(189,24,113,7,NULL,NULL,0,NULL,0,0,NULL),(190,88,24,2,NULL,NULL,0,NULL,0,0,NULL),(191,81,122,1,NULL,NULL,1,NULL,0,0,NULL),(192,40,122,1,NULL,NULL,1,NULL,0,0,NULL),(193,81,173,1,NULL,NULL,1,NULL,0,0,NULL),(194,40,173,1,NULL,NULL,1,NULL,0,0,NULL),(195,40,81,4,NULL,NULL,1,NULL,0,0,NULL),(196,173,151,8,NULL,NULL,1,NULL,0,0,NULL),(197,81,151,8,NULL,NULL,1,NULL,0,0,NULL),(198,40,151,8,NULL,NULL,1,NULL,0,0,NULL),(199,122,151,7,NULL,NULL,0,NULL,0,0,NULL),(200,173,122,2,NULL,NULL,0,NULL,0,0,NULL),(201,145,13,5,NULL,NULL,1,NULL,0,0,NULL),(202,95,54,5,NULL,NULL,1,NULL,0,0,NULL),(203,155,67,5,NULL,NULL,1,NULL,0,0,NULL),(204,178,69,5,NULL,NULL,1,NULL,0,0,NULL),(205,41,74,5,NULL,NULL,1,NULL,0,0,NULL),(206,52,80,5,NULL,NULL,1,NULL,0,0,NULL),(207,179,97,5,NULL,NULL,1,NULL,0,0,NULL),(208,38,101,5,NULL,NULL,1,NULL,0,0,NULL),(209,33,102,5,NULL,NULL,1,NULL,0,0,NULL),(210,55,116,5,NULL,NULL,1,NULL,0,0,NULL),(211,142,146,5,NULL,NULL,1,NULL,0,0,NULL),(212,189,148,5,NULL,NULL,1,NULL,0,0,NULL),(213,159,185,5,NULL,NULL,1,NULL,0,0,NULL),(214,128,195,5,NULL,NULL,1,NULL,0,0,NULL),(215,18,199,5,NULL,NULL,1,NULL,0,0,NULL); +INSERT INTO `civicrm_relationship` (`id`, `contact_id_a`, `contact_id_b`, `relationship_type_id`, `start_date`, `end_date`, `is_active`, `description`, `is_permission_a_b`, `is_permission_b_a`, `case_id`) VALUES (1,108,35,1,NULL,NULL,1,NULL,0,0,NULL),(2,34,35,1,NULL,NULL,1,NULL,0,0,NULL),(3,108,16,1,NULL,NULL,1,NULL,0,0,NULL),(4,34,16,1,NULL,NULL,1,NULL,0,0,NULL),(5,34,108,4,NULL,NULL,1,NULL,0,0,NULL),(6,16,105,8,NULL,NULL,1,NULL,0,0,NULL),(7,108,105,8,NULL,NULL,1,NULL,0,0,NULL),(8,34,105,8,NULL,NULL,1,NULL,0,0,NULL),(9,35,105,7,NULL,NULL,0,NULL,0,0,NULL),(10,16,35,2,NULL,NULL,0,NULL,0,0,NULL),(11,201,140,1,NULL,NULL,1,NULL,0,0,NULL),(12,126,140,1,NULL,NULL,1,NULL,0,0,NULL),(13,201,3,1,NULL,NULL,1,NULL,0,0,NULL),(14,126,3,1,NULL,NULL,1,NULL,0,0,NULL),(15,126,201,4,NULL,NULL,1,NULL,0,0,NULL),(16,3,66,8,NULL,NULL,1,NULL,0,0,NULL),(17,201,66,8,NULL,NULL,1,NULL,0,0,NULL),(18,126,66,8,NULL,NULL,1,NULL,0,0,NULL),(19,140,66,7,NULL,NULL,0,NULL,0,0,NULL),(20,3,140,2,NULL,NULL,0,NULL,0,0,NULL),(21,132,103,1,NULL,NULL,1,NULL,0,0,NULL),(22,189,103,1,NULL,NULL,1,NULL,0,0,NULL),(23,132,176,1,NULL,NULL,1,NULL,0,0,NULL),(24,189,176,1,NULL,NULL,1,NULL,0,0,NULL),(25,189,132,4,NULL,NULL,1,NULL,0,0,NULL),(26,176,196,8,NULL,NULL,1,NULL,0,0,NULL),(27,132,196,8,NULL,NULL,1,NULL,0,0,NULL),(28,189,196,8,NULL,NULL,1,NULL,0,0,NULL),(29,103,196,7,NULL,NULL,1,NULL,0,0,NULL),(30,176,103,2,NULL,NULL,1,NULL,0,0,NULL),(31,69,131,1,NULL,NULL,1,NULL,0,0,NULL),(32,125,131,1,NULL,NULL,1,NULL,0,0,NULL),(33,69,29,1,NULL,NULL,1,NULL,0,0,NULL),(34,125,29,1,NULL,NULL,1,NULL,0,0,NULL),(35,125,69,4,NULL,NULL,1,NULL,0,0,NULL),(36,29,104,8,NULL,NULL,1,NULL,0,0,NULL),(37,69,104,8,NULL,NULL,1,NULL,0,0,NULL),(38,125,104,8,NULL,NULL,1,NULL,0,0,NULL),(39,131,104,7,NULL,NULL,1,NULL,0,0,NULL),(40,29,131,2,NULL,NULL,1,NULL,0,0,NULL),(41,84,162,1,NULL,NULL,1,NULL,0,0,NULL),(42,56,162,1,NULL,NULL,1,NULL,0,0,NULL),(43,84,195,1,NULL,NULL,1,NULL,0,0,NULL),(44,56,195,1,NULL,NULL,1,NULL,0,0,NULL),(45,56,84,4,NULL,NULL,1,NULL,0,0,NULL),(46,195,91,8,NULL,NULL,1,NULL,0,0,NULL),(47,84,91,8,NULL,NULL,1,NULL,0,0,NULL),(48,56,91,8,NULL,NULL,1,NULL,0,0,NULL),(49,162,91,7,NULL,NULL,0,NULL,0,0,NULL),(50,195,162,2,NULL,NULL,0,NULL,0,0,NULL),(51,75,19,1,NULL,NULL,1,NULL,0,0,NULL),(52,61,19,1,NULL,NULL,1,NULL,0,0,NULL),(53,75,37,1,NULL,NULL,1,NULL,0,0,NULL),(54,61,37,1,NULL,NULL,1,NULL,0,0,NULL),(55,61,75,4,NULL,NULL,1,NULL,0,0,NULL),(56,37,38,8,NULL,NULL,1,NULL,0,0,NULL),(57,75,38,8,NULL,NULL,1,NULL,0,0,NULL),(58,61,38,8,NULL,NULL,1,NULL,0,0,NULL),(59,19,38,7,NULL,NULL,1,NULL,0,0,NULL),(60,37,19,2,NULL,NULL,1,NULL,0,0,NULL),(61,115,54,1,NULL,NULL,1,NULL,0,0,NULL),(62,31,54,1,NULL,NULL,1,NULL,0,0,NULL),(63,115,137,1,NULL,NULL,1,NULL,0,0,NULL),(64,31,137,1,NULL,NULL,1,NULL,0,0,NULL),(65,31,115,4,NULL,NULL,1,NULL,0,0,NULL),(66,137,96,8,NULL,NULL,1,NULL,0,0,NULL),(67,115,96,8,NULL,NULL,1,NULL,0,0,NULL),(68,31,96,8,NULL,NULL,1,NULL,0,0,NULL),(69,54,96,7,NULL,NULL,1,NULL,0,0,NULL),(70,137,54,2,NULL,NULL,1,NULL,0,0,NULL),(71,70,139,1,NULL,NULL,1,NULL,0,0,NULL),(72,156,139,1,NULL,NULL,1,NULL,0,0,NULL),(73,70,133,1,NULL,NULL,1,NULL,0,0,NULL),(74,156,133,1,NULL,NULL,1,NULL,0,0,NULL),(75,156,70,4,NULL,NULL,1,NULL,0,0,NULL),(76,133,88,8,NULL,NULL,1,NULL,0,0,NULL),(77,70,88,8,NULL,NULL,1,NULL,0,0,NULL),(78,156,88,8,NULL,NULL,1,NULL,0,0,NULL),(79,139,88,7,NULL,NULL,1,NULL,0,0,NULL),(80,133,139,2,NULL,NULL,1,NULL,0,0,NULL),(81,146,50,1,NULL,NULL,1,NULL,0,0,NULL),(82,92,50,1,NULL,NULL,1,NULL,0,0,NULL),(83,146,6,1,NULL,NULL,1,NULL,0,0,NULL),(84,92,6,1,NULL,NULL,1,NULL,0,0,NULL),(85,92,146,4,NULL,NULL,1,NULL,0,0,NULL),(86,6,4,8,NULL,NULL,1,NULL,0,0,NULL),(87,146,4,8,NULL,NULL,1,NULL,0,0,NULL),(88,92,4,8,NULL,NULL,1,NULL,0,0,NULL),(89,50,4,7,NULL,NULL,0,NULL,0,0,NULL),(90,6,50,2,NULL,NULL,0,NULL,0,0,NULL),(91,124,136,1,NULL,NULL,1,NULL,0,0,NULL),(92,28,136,1,NULL,NULL,1,NULL,0,0,NULL),(93,124,181,1,NULL,NULL,1,NULL,0,0,NULL),(94,28,181,1,NULL,NULL,1,NULL,0,0,NULL),(95,28,124,4,NULL,NULL,1,NULL,0,0,NULL),(96,181,17,8,NULL,NULL,1,NULL,0,0,NULL),(97,124,17,8,NULL,NULL,1,NULL,0,0,NULL),(98,28,17,8,NULL,NULL,1,NULL,0,0,NULL),(99,136,17,7,NULL,NULL,0,NULL,0,0,NULL),(100,181,136,2,NULL,NULL,0,NULL,0,0,NULL),(101,60,122,1,NULL,NULL,1,NULL,0,0,NULL),(102,118,122,1,NULL,NULL,1,NULL,0,0,NULL),(103,60,24,1,NULL,NULL,1,NULL,0,0,NULL),(104,118,24,1,NULL,NULL,1,NULL,0,0,NULL),(105,118,60,4,NULL,NULL,1,NULL,0,0,NULL),(106,24,152,8,NULL,NULL,1,NULL,0,0,NULL),(107,60,152,8,NULL,NULL,1,NULL,0,0,NULL),(108,118,152,8,NULL,NULL,1,NULL,0,0,NULL),(109,122,152,7,NULL,NULL,1,NULL,0,0,NULL),(110,24,122,2,NULL,NULL,1,NULL,0,0,NULL),(111,180,86,1,NULL,NULL,1,NULL,0,0,NULL),(112,153,86,1,NULL,NULL,1,NULL,0,0,NULL),(113,180,102,1,NULL,NULL,1,NULL,0,0,NULL),(114,153,102,1,NULL,NULL,1,NULL,0,0,NULL),(115,153,180,4,NULL,NULL,1,NULL,0,0,NULL),(116,102,187,8,NULL,NULL,1,NULL,0,0,NULL),(117,180,187,8,NULL,NULL,1,NULL,0,0,NULL),(118,153,187,8,NULL,NULL,1,NULL,0,0,NULL),(119,86,187,7,NULL,NULL,0,NULL,0,0,NULL),(120,102,86,2,NULL,NULL,0,NULL,0,0,NULL),(121,110,157,1,NULL,NULL,1,NULL,0,0,NULL),(122,81,157,1,NULL,NULL,1,NULL,0,0,NULL),(123,110,65,1,NULL,NULL,1,NULL,0,0,NULL),(124,81,65,1,NULL,NULL,1,NULL,0,0,NULL),(125,81,110,4,NULL,NULL,1,NULL,0,0,NULL),(126,65,26,8,NULL,NULL,1,NULL,0,0,NULL),(127,110,26,8,NULL,NULL,1,NULL,0,0,NULL),(128,81,26,8,NULL,NULL,1,NULL,0,0,NULL),(129,157,26,7,NULL,NULL,0,NULL,0,0,NULL),(130,65,157,2,NULL,NULL,0,NULL,0,0,NULL),(131,73,172,1,NULL,NULL,1,NULL,0,0,NULL),(132,32,172,1,NULL,NULL,1,NULL,0,0,NULL),(133,73,147,1,NULL,NULL,1,NULL,0,0,NULL),(134,32,147,1,NULL,NULL,1,NULL,0,0,NULL),(135,32,73,4,NULL,NULL,1,NULL,0,0,NULL),(136,147,18,8,NULL,NULL,1,NULL,0,0,NULL),(137,73,18,8,NULL,NULL,1,NULL,0,0,NULL),(138,32,18,8,NULL,NULL,1,NULL,0,0,NULL),(139,172,18,7,NULL,NULL,0,NULL,0,0,NULL),(140,147,172,2,NULL,NULL,0,NULL,0,0,NULL),(141,182,123,1,NULL,NULL,1,NULL,0,0,NULL),(142,53,123,1,NULL,NULL,1,NULL,0,0,NULL),(143,182,148,1,NULL,NULL,1,NULL,0,0,NULL),(144,53,148,1,NULL,NULL,1,NULL,0,0,NULL),(145,53,182,4,NULL,NULL,1,NULL,0,0,NULL),(146,148,63,8,NULL,NULL,1,NULL,0,0,NULL),(147,182,63,8,NULL,NULL,1,NULL,0,0,NULL),(148,53,63,8,NULL,NULL,1,NULL,0,0,NULL),(149,123,63,7,NULL,NULL,1,NULL,0,0,NULL),(150,148,123,2,NULL,NULL,1,NULL,0,0,NULL),(151,188,43,1,NULL,NULL,1,NULL,0,0,NULL),(152,94,43,1,NULL,NULL,1,NULL,0,0,NULL),(153,188,83,1,NULL,NULL,1,NULL,0,0,NULL),(154,94,83,1,NULL,NULL,1,NULL,0,0,NULL),(155,94,188,4,NULL,NULL,1,NULL,0,0,NULL),(156,83,9,8,NULL,NULL,1,NULL,0,0,NULL),(157,188,9,8,NULL,NULL,1,NULL,0,0,NULL),(158,94,9,8,NULL,NULL,1,NULL,0,0,NULL),(159,43,9,7,NULL,NULL,0,NULL,0,0,NULL),(160,83,43,2,NULL,NULL,0,NULL,0,0,NULL),(161,45,64,1,NULL,NULL,1,NULL,0,0,NULL),(162,59,64,1,NULL,NULL,1,NULL,0,0,NULL),(163,45,190,1,NULL,NULL,1,NULL,0,0,NULL),(164,59,190,1,NULL,NULL,1,NULL,0,0,NULL),(165,59,45,4,NULL,NULL,1,NULL,0,0,NULL),(166,190,198,8,NULL,NULL,1,NULL,0,0,NULL),(167,45,198,8,NULL,NULL,1,NULL,0,0,NULL),(168,59,198,8,NULL,NULL,1,NULL,0,0,NULL),(169,64,198,7,NULL,NULL,0,NULL,0,0,NULL),(170,190,64,2,NULL,NULL,0,NULL,0,0,NULL),(171,173,25,1,NULL,NULL,1,NULL,0,0,NULL),(172,10,25,1,NULL,NULL,1,NULL,0,0,NULL),(173,173,47,1,NULL,NULL,1,NULL,0,0,NULL),(174,10,47,1,NULL,NULL,1,NULL,0,0,NULL),(175,10,173,4,NULL,NULL,1,NULL,0,0,NULL),(176,47,178,8,NULL,NULL,1,NULL,0,0,NULL),(177,173,178,8,NULL,NULL,1,NULL,0,0,NULL),(178,10,178,8,NULL,NULL,1,NULL,0,0,NULL),(179,25,178,7,NULL,NULL,0,NULL,0,0,NULL),(180,47,25,2,NULL,NULL,0,NULL,0,0,NULL),(181,193,79,1,NULL,NULL,1,NULL,0,0,NULL),(182,97,79,1,NULL,NULL,1,NULL,0,0,NULL),(183,193,106,1,NULL,NULL,1,NULL,0,0,NULL),(184,97,106,1,NULL,NULL,1,NULL,0,0,NULL),(185,97,193,4,NULL,NULL,1,NULL,0,0,NULL),(186,106,117,8,NULL,NULL,1,NULL,0,0,NULL),(187,193,117,8,NULL,NULL,1,NULL,0,0,NULL),(188,97,117,8,NULL,NULL,1,NULL,0,0,NULL),(189,79,117,7,NULL,NULL,0,NULL,0,0,NULL),(190,106,79,2,NULL,NULL,0,NULL,0,0,NULL),(191,40,11,1,NULL,NULL,1,NULL,0,0,NULL),(192,23,11,1,NULL,NULL,1,NULL,0,0,NULL),(193,40,68,1,NULL,NULL,1,NULL,0,0,NULL),(194,23,68,1,NULL,NULL,1,NULL,0,0,NULL),(195,23,40,4,NULL,NULL,1,NULL,0,0,NULL),(196,68,20,8,NULL,NULL,1,NULL,0,0,NULL),(197,40,20,8,NULL,NULL,1,NULL,0,0,NULL),(198,23,20,8,NULL,NULL,1,NULL,0,0,NULL),(199,11,20,7,NULL,NULL,1,NULL,0,0,NULL),(200,68,11,2,NULL,NULL,1,NULL,0,0,NULL),(201,193,5,5,NULL,NULL,1,NULL,0,0,NULL),(202,102,7,5,NULL,NULL,1,NULL,0,0,NULL),(203,184,13,5,NULL,NULL,1,NULL,0,0,NULL),(204,118,42,5,NULL,NULL,1,NULL,0,0,NULL),(205,201,74,5,NULL,NULL,1,NULL,0,0,NULL),(206,131,95,5,NULL,NULL,1,NULL,0,0,NULL),(207,22,114,5,NULL,NULL,1,NULL,0,0,NULL),(208,181,116,5,NULL,NULL,1,NULL,0,0,NULL),(209,162,129,5,NULL,NULL,1,NULL,0,0,NULL),(210,82,145,5,NULL,NULL,1,NULL,0,0,NULL),(211,25,149,5,NULL,NULL,1,NULL,0,0,NULL),(212,120,161,5,NULL,NULL,1,NULL,0,0,NULL),(213,86,166,5,NULL,NULL,1,NULL,0,0,NULL),(214,110,167,5,NULL,NULL,1,NULL,0,0,NULL),(215,121,175,5,NULL,NULL,1,NULL,0,0,NULL),(216,72,192,5,NULL,NULL,1,NULL,0,0,NULL); /*!40000 ALTER TABLE `civicrm_relationship` ENABLE KEYS */; UNLOCK TABLES; @@ -1263,7 +1264,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_setting` WRITE; /*!40000 ALTER TABLE `civicrm_setting` DISABLE KEYS */; -INSERT INTO `civicrm_setting` (`id`, `group_name`, `name`, `value`, `domain_id`, `contact_id`, `is_domain`, `component_id`, `created_date`, `created_id`) VALUES (1,'CiviCRM Preferences','contact_view_options','s:28:\"123456789101113\";',1,NULL,1,NULL,NULL,NULL),(2,'CiviCRM Preferences','contact_smart_group_display','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(3,'CiviCRM Preferences','contact_edit_options','s:37:\"123456789111214151617\";',1,NULL,1,NULL,NULL,NULL),(4,'CiviCRM Preferences','advanced_search_options','s:46:\"123456789101112131516171819\";',1,NULL,1,NULL,NULL,NULL),(5,'CiviCRM Preferences','user_dashboard_options','s:15:\"1234578\";',1,NULL,1,NULL,NULL,NULL),(6,'CiviCRM Preferences','address_options','s:23:\"123456891011\";',1,NULL,1,NULL,NULL,NULL),(7,'CiviCRM Preferences','address_format','s:198:\"{contact.address_name}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";',1,NULL,1,NULL,NULL,NULL),(8,'CiviCRM Preferences','mailing_format','s:195:\"{contact.addressee}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";',1,NULL,1,NULL,NULL,NULL),(9,'CiviCRM Preferences','display_name_format','s:102:\"{contact.individual_prefix}{ }{contact.first_name}{ }{contact.last_name}{ }{contact.individual_suffix}\";',1,NULL,1,NULL,NULL,NULL),(10,'CiviCRM Preferences','sort_name_format','s:43:\"{contact.last_name}{, }{contact.first_name}\";',1,NULL,1,NULL,NULL,NULL),(11,'CiviCRM Preferences','editor_id','s:1:\"2\";',1,NULL,1,NULL,NULL,NULL),(12,'CiviCRM Preferences','contact_ajax_check_similar','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(13,'CiviCRM Preferences','activity_assignee_notification','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(14,'CiviCRM Preferences','activity_assignee_notification_ics','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(15,'CiviCRM Preferences','contact_autocomplete_options','s:5:\"12\";',1,NULL,1,NULL,NULL,NULL),(16,'CiviCRM Preferences','contact_reference_options','s:5:\"12\";',1,NULL,1,NULL,NULL,NULL),(17,'Address Standardization Preferences','address_standardization_provider',NULL,1,NULL,1,NULL,NULL,NULL),(18,'Address Standardization Preferences','address_standardization_userid',NULL,1,NULL,1,NULL,NULL,NULL),(19,'Address Standardization Preferences','address_standardization_url',NULL,1,NULL,1,NULL,NULL,NULL),(20,'Campaign Preferences','tag_unconfirmed','s:11:\"Unconfirmed\";',1,NULL,1,NULL,NULL,NULL),(21,'Campaign Preferences','petition_contacts','s:17:\"Petition Contacts\";',1,NULL,1,NULL,NULL,NULL),(22,'Event Preferences','enable_cart','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(23,'Mailing Preferences','profile_double_optin','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(24,'Mailing Preferences','profile_add_to_group_double_optin','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(25,'Mailing Preferences','track_civimail_replies','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(26,'Mailing Preferences','civimail_workflow','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(27,'Mailing Preferences','civimail_server_wide_lock','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(28,'Mailing Preferences','mailing_backend','a:1:{s:15:\"outBound_option\";s:1:\"3\";}',1,NULL,1,NULL,NULL,NULL),(29,'Mailing Preferences','write_activity_record','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(30,'Member Preferences','default_renewal_contribution_page',NULL,1,NULL,1,NULL,NULL,NULL),(31,'Multi Site Preferences','is_enabled','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(32,'Multi Site Preferences','uniq_email_per_site','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(33,'Multi Site Preferences','domain_group_id','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(34,'Multi Site Preferences','event_price_set_domain_id','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(35,'Directory Preferences','uploadDir','s:7:\"upload/\";',1,NULL,1,NULL,'2014-04-05 09:29:31',NULL),(36,'Directory Preferences','imageUploadDir','s:19:\"persist/contribute/\";',1,NULL,1,NULL,'2014-04-05 09:29:31',NULL),(37,'Directory Preferences','customFileUploadDir','s:7:\"custom/\";',1,NULL,1,NULL,'2014-04-05 09:29:31',NULL),(38,'Directory Preferences','customTemplateDir',NULL,1,NULL,1,NULL,NULL,NULL),(39,'Directory Preferences','customPHPPathDir',NULL,1,NULL,1,NULL,NULL,NULL),(40,'Directory Preferences','extensionsDir',NULL,1,NULL,1,NULL,NULL,NULL),(41,'URL Preferences','userFrameworkResourceURL',NULL,1,NULL,1,NULL,'2014-04-05 09:29:31',NULL),(42,'URL Preferences','imageUploadURL',NULL,1,NULL,1,NULL,'2014-04-05 09:29:31',NULL),(43,'URL Preferences','customCSSURL',NULL,1,NULL,1,NULL,NULL,NULL),(44,'URL Preferences','extensionsURL',NULL,1,NULL,1,NULL,NULL,NULL); +INSERT INTO `civicrm_setting` (`id`, `group_name`, `name`, `value`, `domain_id`, `contact_id`, `is_domain`, `component_id`, `created_date`, `created_id`) VALUES (1,'CiviCRM Preferences','contact_view_options','s:28:\"123456789101113\";',1,NULL,1,NULL,NULL,NULL),(2,'CiviCRM Preferences','contact_smart_group_display','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(3,'CiviCRM Preferences','contact_edit_options','s:37:\"123456789111214151617\";',1,NULL,1,NULL,NULL,NULL),(4,'CiviCRM Preferences','advanced_search_options','s:46:\"123456789101112131516171819\";',1,NULL,1,NULL,NULL,NULL),(5,'CiviCRM Preferences','user_dashboard_options','s:15:\"1234578\";',1,NULL,1,NULL,NULL,NULL),(6,'CiviCRM Preferences','address_options','s:23:\"123456891011\";',1,NULL,1,NULL,NULL,NULL),(7,'CiviCRM Preferences','address_format','s:198:\"{contact.address_name}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";',1,NULL,1,NULL,NULL,NULL),(8,'CiviCRM Preferences','mailing_format','s:195:\"{contact.addressee}\n{contact.street_address}\n{contact.supplemental_address_1}\n{contact.supplemental_address_2}\n{contact.city}{, }{contact.state_province}{ }{contact.postal_code}\n{contact.country}\";',1,NULL,1,NULL,NULL,NULL),(9,'CiviCRM Preferences','display_name_format','s:102:\"{contact.individual_prefix}{ }{contact.first_name}{ }{contact.last_name}{ }{contact.individual_suffix}\";',1,NULL,1,NULL,NULL,NULL),(10,'CiviCRM Preferences','sort_name_format','s:43:\"{contact.last_name}{, }{contact.first_name}\";',1,NULL,1,NULL,NULL,NULL),(11,'CiviCRM Preferences','editor_id','s:1:\"2\";',1,NULL,1,NULL,NULL,NULL),(12,'CiviCRM Preferences','contact_ajax_check_similar','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(13,'CiviCRM Preferences','activity_assignee_notification','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(14,'CiviCRM Preferences','activity_assignee_notification_ics','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(15,'CiviCRM Preferences','contact_autocomplete_options','s:5:\"12\";',1,NULL,1,NULL,NULL,NULL),(16,'CiviCRM Preferences','contact_reference_options','s:5:\"12\";',1,NULL,1,NULL,NULL,NULL),(17,'Address Standardization Preferences','address_standardization_provider',NULL,1,NULL,1,NULL,NULL,NULL),(18,'Address Standardization Preferences','address_standardization_userid',NULL,1,NULL,1,NULL,NULL,NULL),(19,'Address Standardization Preferences','address_standardization_url',NULL,1,NULL,1,NULL,NULL,NULL),(20,'Campaign Preferences','tag_unconfirmed','s:11:\"Unconfirmed\";',1,NULL,1,NULL,NULL,NULL),(21,'Campaign Preferences','petition_contacts','s:17:\"Petition Contacts\";',1,NULL,1,NULL,NULL,NULL),(22,'Event Preferences','enable_cart','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(23,'Mailing Preferences','profile_double_optin','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(24,'Mailing Preferences','profile_add_to_group_double_optin','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(25,'Mailing Preferences','track_civimail_replies','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(26,'Mailing Preferences','civimail_workflow','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(27,'Mailing Preferences','civimail_server_wide_lock','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(28,'Mailing Preferences','mailing_backend','a:1:{s:15:\"outBound_option\";s:1:\"3\";}',1,NULL,1,NULL,NULL,NULL),(29,'Mailing Preferences','write_activity_record','s:1:\"1\";',1,NULL,1,NULL,NULL,NULL),(30,'Member Preferences','default_renewal_contribution_page',NULL,1,NULL,1,NULL,NULL,NULL),(31,'Multi Site Preferences','is_enabled','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(32,'Multi Site Preferences','uniq_email_per_site','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(33,'Multi Site Preferences','domain_group_id','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(34,'Multi Site Preferences','event_price_set_domain_id','s:1:\"0\";',1,NULL,1,NULL,NULL,NULL),(35,'Directory Preferences','uploadDir','s:7:\"upload/\";',1,NULL,1,NULL,'2014-04-23 04:03:31',NULL),(36,'Directory Preferences','imageUploadDir','s:19:\"persist/contribute/\";',1,NULL,1,NULL,'2014-04-23 04:03:31',NULL),(37,'Directory Preferences','customFileUploadDir','s:7:\"custom/\";',1,NULL,1,NULL,'2014-04-23 04:03:31',NULL),(38,'Directory Preferences','customTemplateDir',NULL,1,NULL,1,NULL,NULL,NULL),(39,'Directory Preferences','customPHPPathDir',NULL,1,NULL,1,NULL,NULL,NULL),(40,'Directory Preferences','extensionsDir',NULL,1,NULL,1,NULL,NULL,NULL),(41,'URL Preferences','userFrameworkResourceURL',NULL,1,NULL,1,NULL,'2014-04-23 04:03:31',NULL),(42,'URL Preferences','imageUploadURL',NULL,1,NULL,1,NULL,'2014-04-23 04:03:31',NULL),(43,'URL Preferences','customCSSURL',NULL,1,NULL,1,NULL,NULL,NULL),(44,'URL Preferences','extensionsURL',NULL,1,NULL,1,NULL,NULL,NULL),(45,'CiviCRM Preferences','resCacheCode','s:5:\"wvhQM\";',1,NULL,1,NULL,'2014-04-22 09:03:49',NULL),(46,'Contribute Preferences','cvv_backoffice_required','s:1:\"1\";',1,NULL,1,NULL,'2014-04-22 09:03:48',NULL),(47,'CiviCRM Preferences','ajaxPopupsEnabled','i:1;',1,NULL,1,NULL,'2014-04-22 09:03:48',NULL),(48,'CiviCRM Preferences','max_attachments','i:3;',1,NULL,1,NULL,'2014-04-22 09:03:48',NULL),(49,'CiviCRM Preferences','contact_undelete','i:1;',1,NULL,1,NULL,'2014-04-22 09:03:48',NULL),(50,'CiviCRM Preferences','allowPermDeleteFinancial','b:0;',1,NULL,1,NULL,'2014-04-22 09:03:48',NULL),(51,'CiviCRM Preferences','versionAlert','i:1;',1,NULL,1,NULL,'2014-04-22 09:03:48',NULL),(52,'CiviCRM Preferences','securityAlert','i:1;',1,NULL,1,NULL,'2014-04-22 09:03:48',NULL),(53,'CiviCRM Preferences','blogUrl','s:9:\"*default*\";',1,NULL,1,NULL,'2014-04-22 09:03:48',NULL),(54,'CiviCRM Preferences','verifySSL','i:1;',1,NULL,1,NULL,'2014-04-22 09:03:49',NULL),(55,'CiviCRM Preferences','enable_components','a:6:{i:0;s:9:\"CiviEvent\";i:1;s:14:\"CiviContribute\";i:2;s:10:\"CiviMember\";i:3;s:8:\"CiviMail\";i:4;s:10:\"CiviReport\";i:5;s:10:\"CiviPledge\";}',1,NULL,1,NULL,'2014-04-22 09:03:49',NULL),(56,'CiviCRM Preferences','disable_core_css','s:1:\"0\";',1,NULL,1,NULL,'2014-04-22 09:03:49',NULL),(57,'Event Preferences','event_enable_cart','i:0;',1,NULL,1,NULL,'2014-04-22 09:03:49',NULL),(58,'Mailing Preferences','disable_mandatory_tokens_check','i:0;',1,NULL,1,NULL,'2014-04-22 09:03:49',NULL),(59,'Mailing Preferences','dedupe_email_default','i:1;',1,NULL,1,NULL,'2014-04-22 09:03:49',NULL),(60,'Search Preferences','search_autocomplete_count','i:10;',1,NULL,1,NULL,'2014-04-22 09:03:49',NULL); /*!40000 ALTER TABLE `civicrm_setting` ENABLE KEYS */; UNLOCK TABLES; @@ -1292,7 +1293,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_subscription_history` WRITE; /*!40000 ALTER TABLE `civicrm_subscription_history` DISABLE KEYS */; -INSERT INTO `civicrm_subscription_history` (`id`, `contact_id`, `group_id`, `date`, `method`, `status`, `tracking`) VALUES (1,89,2,'2013-08-10 11:11:02','Email','Added',NULL),(2,77,2,'2013-09-23 11:59:25','Admin','Added',NULL),(3,11,2,'2013-10-18 04:47:58','Email','Added',NULL),(4,159,2,'2013-09-08 01:15:41','Email','Added',NULL),(5,5,2,'2013-06-26 05:26:31','Email','Added',NULL),(6,55,2,'2013-04-27 09:49:42','Admin','Added',NULL),(7,179,2,'2014-03-04 06:13:27','Admin','Added',NULL),(8,72,2,'2013-10-01 07:45:30','Email','Added',NULL),(9,15,2,'2013-06-24 10:39:46','Admin','Added',NULL),(10,152,2,'2013-10-12 07:49:39','Admin','Added',NULL),(11,134,2,'2013-05-09 01:41:14','Admin','Added',NULL),(12,26,2,'2013-07-20 07:39:52','Email','Added',NULL),(13,126,2,'2013-08-20 06:55:07','Admin','Added',NULL),(14,50,2,'2014-02-24 11:37:54','Email','Added',NULL),(15,28,2,'2013-04-13 07:40:30','Admin','Added',NULL),(16,103,2,'2013-09-05 04:23:01','Admin','Added',NULL),(17,29,2,'2013-06-28 08:06:07','Admin','Added',NULL),(18,105,2,'2013-12-25 09:05:58','Email','Added',NULL),(19,153,2,'2014-02-11 12:41:53','Email','Added',NULL),(20,98,2,'2013-12-01 08:13:56','Admin','Added',NULL),(21,18,2,'2014-01-20 04:52:38','Admin','Added',NULL),(22,170,2,'2013-04-21 12:34:13','Admin','Added',NULL),(23,139,2,'2013-11-17 01:57:22','Email','Added',NULL),(24,110,2,'2013-08-18 12:22:53','Email','Added',NULL),(25,108,2,'2013-10-02 02:10:48','Email','Added',NULL),(26,31,2,'2013-07-13 12:56:20','Email','Added',NULL),(27,49,2,'2013-07-12 03:10:54','Admin','Added',NULL),(28,127,2,'2014-02-26 07:21:13','Email','Added',NULL),(29,180,2,'2013-11-18 09:21:09','Email','Added',NULL),(30,161,2,'2013-09-24 04:38:07','Admin','Added',NULL),(31,62,2,'2013-05-18 04:29:55','Email','Added',NULL),(32,93,2,'2013-07-23 02:51:16','Email','Added',NULL),(33,160,2,'2013-05-02 10:32:43','Admin','Added',NULL),(34,70,2,'2014-02-21 08:31:15','Email','Added',NULL),(35,48,2,'2013-10-26 02:52:04','Admin','Added',NULL),(36,192,2,'2014-03-02 09:39:14','Email','Added',NULL),(37,142,2,'2013-12-09 06:07:45','Email','Added',NULL),(38,58,2,'2014-02-26 07:26:08','Admin','Added',NULL),(39,157,2,'2014-01-07 06:52:13','Email','Added',NULL),(40,76,2,'2014-02-11 02:56:56','Email','Added',NULL),(41,123,2,'2014-03-09 12:31:19','Admin','Added',NULL),(42,94,2,'2013-11-06 09:56:42','Admin','Added',NULL),(43,68,2,'2013-12-11 09:04:21','Admin','Added',NULL),(44,63,2,'2014-01-29 12:29:40','Admin','Added',NULL),(45,169,2,'2013-10-09 04:16:01','Admin','Added',NULL),(46,190,2,'2013-11-14 05:46:24','Email','Added',NULL),(47,188,2,'2013-11-25 01:25:01','Admin','Added',NULL),(48,125,2,'2013-05-05 06:14:02','Email','Added',NULL),(49,194,2,'2013-06-26 06:28:07','Email','Added',NULL),(50,65,2,'2013-06-01 04:51:08','Admin','Added',NULL),(51,119,2,'2013-10-28 08:13:44','Admin','Added',NULL),(52,19,2,'2014-03-18 08:33:11','Email','Added',NULL),(53,36,2,'2013-04-24 01:59:32','Admin','Added',NULL),(54,184,2,'2014-01-04 01:32:27','Email','Added',NULL),(55,95,2,'2013-07-31 03:18:20','Admin','Added',NULL),(56,82,2,'2013-07-30 10:42:06','Admin','Added',NULL),(57,163,2,'2014-01-14 11:39:56','Email','Added',NULL),(58,35,2,'2014-04-01 10:06:04','Email','Added',NULL),(59,86,2,'2013-09-04 09:16:22','Admin','Added',NULL),(60,83,2,'2014-03-01 11:59:29','Email','Added',NULL),(61,38,3,'2014-03-14 09:28:15','Admin','Added',NULL),(62,178,3,'2013-09-26 03:26:50','Admin','Added',NULL),(63,144,3,'2013-06-22 12:18:34','Email','Added',NULL),(64,107,3,'2013-08-19 09:56:31','Admin','Added',NULL),(65,71,3,'2013-10-04 01:19:55','Email','Added',NULL),(66,84,3,'2013-12-02 07:17:55','Email','Added',NULL),(67,150,3,'2013-11-19 10:13:06','Email','Added',NULL),(68,201,3,'2013-05-14 10:59:12','Email','Added',NULL),(69,154,3,'2014-01-07 09:49:50','Email','Added',NULL),(70,51,3,'2013-07-06 05:56:35','Admin','Added',NULL),(71,4,3,'2014-01-20 08:14:00','Email','Added',NULL),(72,60,3,'2014-03-06 07:46:21','Email','Added',NULL),(73,47,3,'2014-04-03 11:04:16','Email','Added',NULL),(74,182,3,'2013-08-20 03:41:21','Admin','Added',NULL),(75,79,3,'2014-03-01 03:51:31','Admin','Added',NULL),(76,89,4,'2013-09-27 08:05:00','Admin','Added',NULL),(77,72,4,'2014-01-13 09:46:06','Email','Added',NULL),(78,28,4,'2013-04-27 09:32:52','Email','Added',NULL),(79,170,4,'2013-09-03 04:48:31','Email','Added',NULL),(80,180,4,'2013-11-30 11:32:52','Admin','Added',NULL),(81,192,4,'2013-04-28 01:16:27','Admin','Added',NULL),(82,68,4,'2013-05-19 11:19:24','Email','Added',NULL),(83,65,4,'2013-04-12 08:55:23','Email','Added',NULL); +INSERT INTO `civicrm_subscription_history` (`id`, `contact_id`, `group_id`, `date`, `method`, `status`, `tracking`) VALUES (1,48,2,'2014-04-11 10:05:51','Email','Added',NULL),(2,121,2,'2014-03-17 06:29:18','Email','Added',NULL),(3,52,2,'2013-08-19 05:54:50','Email','Added',NULL),(4,76,2,'2013-10-24 12:06:15','Email','Added',NULL),(5,62,2,'2013-12-16 01:30:59','Email','Added',NULL),(6,77,2,'2013-12-14 01:28:37','Email','Added',NULL),(7,150,2,'2013-11-13 08:16:04','Admin','Added',NULL),(8,90,2,'2013-08-07 03:36:10','Email','Added',NULL),(9,134,2,'2013-05-27 09:25:09','Email','Added',NULL),(10,78,2,'2013-12-07 07:04:31','Admin','Added',NULL),(11,170,2,'2014-02-20 04:21:45','Admin','Added',NULL),(12,164,2,'2013-10-05 12:58:51','Email','Added',NULL),(13,87,2,'2013-07-31 02:08:38','Email','Added',NULL),(14,113,2,'2013-06-05 09:23:19','Email','Added',NULL),(15,143,2,'2014-02-19 03:36:40','Admin','Added',NULL),(16,36,2,'2014-01-03 01:58:26','Email','Added',NULL),(17,183,2,'2013-12-31 05:16:48','Admin','Added',NULL),(18,8,2,'2014-02-08 12:29:18','Email','Added',NULL),(19,12,2,'2013-12-08 09:31:18','Admin','Added',NULL),(20,191,2,'2013-12-16 11:56:20','Admin','Added',NULL),(21,171,2,'2013-06-28 05:27:26','Email','Added',NULL),(22,160,2,'2014-02-26 12:19:04','Admin','Added',NULL),(23,30,2,'2014-04-19 04:05:54','Admin','Added',NULL),(24,155,2,'2013-05-14 01:41:31','Email','Added',NULL),(25,142,2,'2013-08-15 09:47:44','Admin','Added',NULL),(26,99,2,'2013-10-26 01:58:10','Email','Added',NULL),(27,111,2,'2013-06-02 10:20:00','Admin','Added',NULL),(28,72,2,'2013-11-23 12:57:21','Email','Added',NULL),(29,168,2,'2013-04-26 11:06:30','Admin','Added',NULL),(30,44,2,'2014-01-24 12:11:31','Admin','Added',NULL),(31,82,2,'2013-10-04 01:26:53','Admin','Added',NULL),(32,138,2,'2013-04-25 09:48:46','Email','Added',NULL),(33,127,2,'2014-04-18 03:01:33','Email','Added',NULL),(34,199,2,'2013-05-28 07:07:48','Admin','Added',NULL),(35,185,2,'2013-11-19 12:56:31','Admin','Added',NULL),(36,200,2,'2013-05-04 05:16:39','Email','Added',NULL),(37,186,2,'2013-05-24 05:56:13','Email','Added',NULL),(38,119,2,'2014-01-08 03:43:26','Email','Added',NULL),(39,151,2,'2014-01-19 08:26:30','Admin','Added',NULL),(40,57,2,'2014-02-23 11:39:36','Admin','Added',NULL),(41,184,2,'2013-11-11 10:46:21','Admin','Added',NULL),(42,179,2,'2014-03-16 02:56:10','Email','Added',NULL),(43,2,2,'2013-11-01 06:46:48','Admin','Added',NULL),(44,15,2,'2013-12-05 02:51:35','Admin','Added',NULL),(45,22,2,'2013-08-27 12:45:10','Admin','Added',NULL),(46,144,2,'2014-03-19 06:46:11','Admin','Added',NULL),(47,158,2,'2013-10-04 04:39:16','Email','Added',NULL),(48,27,2,'2014-03-26 11:22:57','Email','Added',NULL),(49,107,2,'2014-04-14 02:16:00','Admin','Added',NULL),(50,154,2,'2013-06-04 08:17:25','Email','Added',NULL),(51,33,2,'2014-01-29 03:12:37','Email','Added',NULL),(52,101,2,'2014-01-22 06:39:23','Admin','Added',NULL),(53,135,2,'2014-02-24 11:08:43','Email','Added',NULL),(54,67,2,'2013-12-11 09:13:29','Email','Added',NULL),(55,51,2,'2013-08-16 12:02:26','Admin','Added',NULL),(56,165,2,'2013-08-26 08:41:07','Admin','Added',NULL),(57,159,2,'2014-04-05 03:19:38','Email','Added',NULL),(58,141,2,'2013-10-15 02:01:22','Email','Added',NULL),(59,98,2,'2013-10-31 02:39:45','Email','Added',NULL),(60,46,2,'2013-07-28 09:54:22','Admin','Added',NULL),(61,109,3,'2013-07-06 11:02:18','Email','Added',NULL),(62,100,3,'2014-01-05 01:39:43','Email','Added',NULL),(63,93,3,'2014-02-12 04:55:59','Admin','Added',NULL),(64,21,3,'2013-10-17 04:11:54','Email','Added',NULL),(65,112,3,'2014-01-19 02:16:48','Admin','Added',NULL),(66,163,3,'2013-05-13 06:14:19','Admin','Added',NULL),(67,41,3,'2013-07-03 09:54:05','Email','Added',NULL),(68,128,3,'2013-05-19 01:11:06','Admin','Added',NULL),(69,174,3,'2013-08-19 06:25:06','Admin','Added',NULL),(70,49,3,'2013-11-01 07:53:58','Email','Added',NULL),(71,58,3,'2013-07-05 03:18:35','Email','Added',NULL),(72,120,3,'2013-09-15 03:04:38','Admin','Added',NULL),(73,39,3,'2014-01-18 08:58:02','Admin','Added',NULL),(74,85,3,'2013-12-26 02:49:56','Admin','Added',NULL),(75,177,3,'2014-04-09 10:28:55','Admin','Added',NULL),(76,48,4,'2013-12-14 04:20:01','Email','Added',NULL),(77,90,4,'2013-09-11 06:06:00','Admin','Added',NULL),(78,143,4,'2013-12-14 11:33:19','Email','Added',NULL),(79,160,4,'2013-05-18 02:51:42','Admin','Added',NULL),(80,168,4,'2014-01-28 05:07:17','Admin','Added',NULL),(81,200,4,'2013-10-07 03:29:46','Admin','Added',NULL),(82,2,4,'2014-03-13 11:57:49','Admin','Added',NULL),(83,154,4,'2013-08-11 06:45:48','Admin','Added',NULL); /*!40000 ALTER TABLE `civicrm_subscription_history` ENABLE KEYS */; UNLOCK TABLES; @@ -1379,7 +1380,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_website` WRITE; /*!40000 ALTER TABLE `civicrm_website` DISABLE KEYS */; -INSERT INTO `civicrm_website` (`id`, `contact_id`, `url`, `website_type_id`) VALUES (1,69,'http://rowlettdevelopment.org',1),(2,138,'http://sevilleartsfund.org',1),(3,97,'http://ncmusicacademy.org',1),(4,148,'http://globalartsassociation.org',1),(5,17,'http://virginiatechnology.org',1),(6,199,'http://washingtonnetwork.org',1),(7,101,'http://georgetowncollective.org',1),(8,74,'http://vnenvironmentalassociation.org',1),(9,195,'http://dowlencollective.org',1),(10,102,'http://nebraskaservices.org',1),(11,146,'http://boonevillecollective.org',1),(12,109,'http://greenfund.org',1),(13,54,'http://maplecenter.org',1),(14,80,'http://maplepoetryassociation.org',1),(15,25,'http://progressiveculture.org',1),(16,67,'http://friendssolutions.org',1),(17,185,'http://progressivefellowship.org',1); +INSERT INTO `civicrm_website` (`id`, `contact_id`, `url`, `website_type_id`) VALUES (1,192,'http://houlkaservices.org',1),(2,197,'http://unitedpoetryservices.org',1),(3,194,'http://sahealthinitiative.org',1),(4,116,'http://russelltechnology.org',1),(5,114,'http://volantarts.org',1),(6,71,'http://lanhammusic.org',1),(7,175,'http://gjagriculturecollective.org',1),(8,161,'http://progressiveacademy.org',1),(9,5,'http://dowlenfood.org',1),(10,167,'http://freeburnliteracypartners.org',1),(11,166,'http://creativepeacefund.org',1),(12,13,'http://indianaaction.org',1),(13,7,'http://friendssustainability.org',1),(14,42,'http://bayfamilyassociation.org',1),(15,95,'http://lincolnsoftwarecenter.org',1),(16,74,'http://texascenter.org',1); /*!40000 ALTER TABLE `civicrm_website` ENABLE KEYS */; UNLOCK TABLES; @@ -1411,7 +1412,7 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2014-04-05 21:32:30 +-- Dump completed on 2014-04-22 21:03:50 -- +--------------------------------------------------------------------+ -- | CiviCRM version 3.4 | -- +--------------------------------------------------------------------+ diff --git a/xml/templates/civicrm_navigation.tpl b/xml/templates/civicrm_navigation.tpl index f925715336..5942cece32 100644 --- a/xml/templates/civicrm_navigation.tpl +++ b/xml/templates/civicrm_navigation.tpl @@ -610,6 +610,18 @@ VALUES ( @domainID, 'http://civicrm.org/participate', '{ts escape="sql" skip="true"}Participate{/ts}', 'Participate', NULL, 'AND', @adminHelplastID, '1', NULL, 3 ), ( @domainID, 'http://civicrm.org/what/whatiscivicrm', '{ts escape="sql" skip="true"}About{/ts}', 'About', NULL, 'AND', @adminHelplastID, '1', NULL, 4 ); +INSERT INTO civicrm_navigation +( domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight ) +VALUES + ( @domainID, NULL, '{ts escape="sql" skip="true"}Developer{/ts}', 'Developer', 'administer CiviCRM', '', @adminHelplastID, '1', NULL, 5 ); + +SET @devellastID:=LAST_INSERT_ID(); +INSERT INTO civicrm_navigation +( domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight ) +VALUES +( @domainID, 'civicrm/api/explorer', '{ts escape="sql" skip="true"}API Explorer{/ts}','API Explorer', 'administer CiviCRM', '', @devellastID, '1', NULL, 1 ), +( @domainID, 'http://wiki.civicrm.org/confluence/display/CRMDOC/Develop', '{ts escape="sql" skip="true"}Developer Docs{/ts}', 'Developer Docs', 'administer CiviCRM', '', @devellastID, '1', NULL, 3 ); + INSERT INTO civicrm_navigation ( domain_id, url, label, name, permission, permission_operator, parent_id, is_active, has_separator, weight ) VALUES -- 2.25.1