From 2e57a21bcfee12206e7e6051ae89c5174d16c3f7 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 30 Apr 2014 11:31:39 -0700 Subject: [PATCH] CRM-14488 Reserved profiles no longer need Used for = standalone form. ---------------------------------------- * CRM-14488: https://issues.civicrm.org/jira/browse/CRM-14488 --- CRM/Profile/Form/Edit.php | 25 +++++++---- sql/civicrm_generated.mysql | 65 +++++++++++++++-------------- tests/phpunit/CiviTest/truncate.xml | 60 +++++++++++++------------- xml/templates/civicrm_data.tpl | 11 +---- 4 files changed, 80 insertions(+), 81 deletions(-) diff --git a/CRM/Profile/Form/Edit.php b/CRM/Profile/Form/Edit.php index 4c5289b4f8..2b65792a69 100644 --- a/CRM/Profile/Form/Edit.php +++ b/CRM/Profile/Form/Edit.php @@ -120,16 +120,23 @@ class CRM_Profile_Form_Edit extends CRM_Profile_Form { )); } - // and also the profile is of type 'Profile' - $query = " -SELECT module - FROM civicrm_uf_join - WHERE module = 'Profile' - AND uf_group_id = %1 + // and also the profile is of type 'Profile' + $query = " +SELECT module,is_reserved + FROM civicrm_uf_group + LEFT JOIN civicrm_uf_join ON uf_group_id = civicrm_uf_group.id + WHERE civicrm_uf_group.id = %1 "; - $params = array(1 => array($this->_gid, 'Integer')); - $dao = CRM_Core_DAO::executeQuery($query, $params); - if (!$dao->fetch()) { + $params = array(1 => array($this->_gid, 'Integer')); + $dao = CRM_Core_DAO::executeQuery($query, $params); + $error = $dao->fetch(); + + + //Check that the user has the "add contacts" Permission + $canAdd = CRM_Core_Permission::check("add contacts"); + + //Remove need for Profile module type when using reserved profiles [CRM-14488] + if( !$error || ($dao->module != "Profile" && !($dao->is_reserved && $canAdd))) { CRM_Core_Error::fatal(ts('The requested Profile (gid=%1) is not configured to be used for \'Profile\' edit and view forms in its Settings. Contact the site administrator if you need assistance.', array(1 => $this->_gid) )); diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index 15ac962aea..45c24c9c30 100644 --- a/sql/civicrm_generated.mysql +++ b/sql/civicrm_generated.mysql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 5.1.68, for apple-darwin11.2.0 (i386) +-- MySQL dump 10.13 Distrib 5.1.63, for apple-darwin11.4.0 (i386) -- --- Host: localhost Database: civicrm41 +-- Host: localhost Database: civicrm_45 -- ------------------------------------------------------ --- Server version 5.1.68 +-- Server version 5.1.63-log /*!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','2013-12-06 02:08:34',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','2014-02-21 08:34:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(3,NULL,8,'Subject for Membership Renewal','2014-04-11 06:26:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(4,NULL,7,'Subject for Membership Signup','2013-08-23 10:13:28',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(5,NULL,7,'Subject for Membership Signup','2014-03-28 06:18:58',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(6,NULL,8,'Subject for Membership Renewal','2013-11-13 05:05:50',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-06-18 07:03:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(8,NULL,10,'Subject for Pledge Acknowledgment','2013-07-02 10:01:53',1,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-10-01 05:13:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(10,NULL,10,'Subject for Pledge Acknowledgment','2014-04-26 12:40:58',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','2013-12-02 04:07:57',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(12,NULL,7,'Subject for Membership Signup','2013-08-16 09:16:03',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(13,NULL,10,'Subject for Pledge Acknowledgment','2013-08-29 02:55:30',2,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-07-08 10:52:07',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(15,NULL,9,'Subject for Tell a Friend','2013-06-19 01:10:13',1,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','2014-01-18 01:46:03',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(17,NULL,9,'Subject for Tell a Friend','2014-02-02 04:34:05',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-11-27 10:00:08',6,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-11-11 01:59:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(20,NULL,7,'Subject for Membership Signup','2014-03-09 08:19:38',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(21,NULL,9,'Subject for Tell a Friend','2013-10-14 11:09:30',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(22,NULL,9,'Subject for Tell a Friend','2014-03-04 12:49:07',3,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-06-25 06:58:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(24,NULL,9,'Subject for Tell a Friend','2013-09-28 01:11:05',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-06-21 01:03:27',1,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','2013-11-19 09:10:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(27,NULL,9,'Subject for Tell a Friend','2014-01-11 07:33:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(28,NULL,9,'Subject for Tell a Friend','2013-07-25 04:33:57',6,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 09:31:37',5,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-09-01 02:03:32',5,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-12-09 02:07:34',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','2013-07-30 04:36:10',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(33,NULL,9,'Subject for Tell a Friend','2013-05-11 01:17:09',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','2014-02-24 05:03:21',5,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','2014-04-12 02:56:03',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(36,NULL,10,'Subject for Pledge Acknowledgment','2013-08-12 10:07:50',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','2014-04-16 01:00:31',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(38,NULL,10,'Subject for Pledge Acknowledgment','2013-10-11 07:05:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(39,NULL,9,'Subject for Tell a Friend','2013-08-30 06:45:38',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(40,NULL,8,'Subject for Membership Renewal','2014-01-16 10:36:34',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(41,NULL,8,'Subject for Membership Renewal','2013-06-07 01:05:57',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-07-27 02:42:28',6,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-10-22 07:28:46',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(44,NULL,9,'Subject for Tell a Friend','2014-01-08 02:29:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(45,NULL,8,'Subject for Membership Renewal','2013-07-07 10:31:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(46,NULL,10,'Subject for Pledge Acknowledgment','2014-04-19 03:34:21',5,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-03-31 03:34:14',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(48,NULL,7,'Subject for Membership Signup','2013-09-01 07:57:10',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(49,NULL,9,'Subject for Tell a Friend','2013-08-27 11:54:37',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(50,NULL,10,'Subject for Pledge Acknowledgment','2014-04-19 06:32:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(51,NULL,10,'Subject for Pledge Acknowledgment','2013-10-27 03:57:56',4,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-03 02:33:51',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-06-23 01:54:06',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(54,NULL,7,'Subject for Membership Signup','2014-03-02 10:51:45',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(55,NULL,10,'Subject for Pledge Acknowledgment','2013-09-22 01:51:25',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-10-21 04:15:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(57,NULL,9,'Subject for Tell a Friend','2013-11-27 07:00:59',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(58,NULL,10,'Subject for Pledge Acknowledgment','2013-10-07 02:30:17',5,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-11-13 05:25:50',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(60,NULL,9,'Subject for Tell a Friend','2014-02-28 04:55:17',2,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','2014-03-26 09:45:06',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','2013-11-04 08:49:56',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(63,NULL,9,'Subject for Tell a Friend','2013-07-05 09:33:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(64,NULL,8,'Subject for Membership Renewal','2014-02-11 10:45:24',6,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-01-01 05:37:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(66,NULL,9,'Subject for Tell a Friend','2013-12-23 10:30:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(67,NULL,7,'Subject for Membership Signup','2014-01-03 07:48:29',6,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-05-12 04:57:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(69,NULL,9,'Subject for Tell a Friend','2013-06-28 06:02:21',6,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','2013-10-22 06:01:37',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(71,NULL,10,'Subject for Pledge Acknowledgment','2013-11-13 07:48:34',3,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-12-14 10:01:00',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-15 10:07:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(74,NULL,7,'Subject for Membership Signup','2013-06-09 10:40:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(75,NULL,8,'Subject for Membership Renewal','2013-06-17 03:13:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(76,NULL,10,'Subject for Pledge Acknowledgment','2013-09-12 11:20:13',1,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-12-23 03:34:31',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(78,NULL,9,'Subject for Tell a Friend','2014-01-31 08:13:30',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(79,NULL,9,'Subject for Tell a Friend','2013-11-10 01:56:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(80,NULL,9,'Subject for Tell a Friend','2014-03-18 05:33:35',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-08-16 12:29:33',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(82,NULL,9,'Subject for Tell a Friend','2013-09-16 10:19:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(83,NULL,8,'Subject for Membership Renewal','2013-07-12 11:46:56',1,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','2014-04-26 05:08:16',2,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-12 04:57:36',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','2013-08-01 07:30:14',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(87,NULL,10,'Subject for Pledge Acknowledgment','2013-10-14 08:13:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(88,NULL,10,'Subject for Pledge Acknowledgment','2013-12-21 11:09:49',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(89,NULL,9,'Subject for Tell a Friend','2013-04-30 04:50:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(90,NULL,10,'Subject for Pledge Acknowledgment','2013-11-02 06:34:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(91,NULL,10,'Subject for Pledge Acknowledgment','2014-01-10 06:32:46',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(92,NULL,7,'Subject for Membership Signup','2013-11-02 07:02:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(93,NULL,9,'Subject for Tell a Friend','2013-08-09 04:31:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(94,NULL,10,'Subject for Pledge Acknowledgment','2013-09-27 01:58:52',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(95,NULL,9,'Subject for Tell a Friend','2013-07-12 09:35:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(96,NULL,8,'Subject for Membership Renewal','2014-01-05 02:41:58',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(97,NULL,10,'Subject for Pledge Acknowledgment','2014-02-21 09:27:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(98,NULL,9,'Subject for Tell a Friend','2014-04-11 09:20:21',5,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-08-28 03:53:47',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(100,NULL,7,'Subject for Membership Signup','2013-10-06 08:21:07',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(101,NULL,8,'Subject for Membership Renewal','2013-07-07 09:20:47',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(102,NULL,9,'Subject for Tell a Friend','2013-12-10 04:24:34',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-07-01 02:16:59',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(104,NULL,7,'Subject for Membership Signup','2013-12-24 04:32:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(105,NULL,7,'Subject for Membership Signup','2013-09-14 10:48:06',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','2013-08-13 03:01:00',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(107,NULL,8,'Subject for Membership Renewal','2014-02-24 03:43:44',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(108,NULL,8,'Subject for Membership Renewal','2013-07-23 08:05:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(109,NULL,8,'Subject for Membership Renewal','2013-09-02 06:19:49',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(110,NULL,10,'Subject for Pledge Acknowledgment','2013-12-17 07:13:17',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(111,NULL,8,'Subject for Membership Renewal','2013-06-30 02:45:22',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(112,NULL,8,'Subject for Membership Renewal','2014-03-30 04:42:48',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','2013-12-13 03:13:05',4,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-06-21 10:31:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(115,NULL,7,'Subject for Membership Signup','2013-07-23 07:23:34',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-06-19 03:26:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(117,NULL,8,'Subject for Membership Renewal','2013-06-12 06:35:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(118,NULL,10,'Subject for Pledge Acknowledgment','2013-08-15 08:32:36',2,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','2013-06-07 12:53:08',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(120,NULL,9,'Subject for Tell a Friend','2013-05-11 06:33:04',3,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-12-22 04:14:00',2,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','2014-02-03 04:36:32',2,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','2014-04-19 06:59:36',5,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-02-12 08:55:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(125,NULL,9,'Subject for Tell a Friend','2013-12-24 09:54:14',6,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-09-05 07:46:09',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-27 02:03:47',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(128,NULL,7,'Subject for Membership Signup','2013-06-06 04:09:09',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(129,NULL,9,'Subject for Tell a Friend','2014-04-06 03:24:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(130,NULL,10,'Subject for Pledge Acknowledgment','2013-12-07 12:27:45',4,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-10-26 08:13:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(132,NULL,7,'Subject for Membership Signup','2014-04-28 10:55:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(133,NULL,9,'Subject for Tell a Friend','2014-02-07 02:17:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(134,NULL,8,'Subject for Membership Renewal','2013-08-01 04:24:25',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(135,NULL,7,'Subject for Membership Signup','2014-03-08 09:21:09',6,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','2013-07-20 02:02:04',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(137,NULL,10,'Subject for Pledge Acknowledgment','2013-07-26 03:36:58',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-03-03 06:21:51',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(139,NULL,9,'Subject for Tell a Friend','2013-05-11 09:37:48',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(140,NULL,8,'Subject for Membership Renewal','2013-05-20 03:32:27',4,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-11-20 12:58:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(142,NULL,8,'Subject for Membership Renewal','2013-12-25 09:55:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(143,NULL,10,'Subject for Pledge Acknowledgment','2014-02-04 09:12:04',5,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-06-20 07:12:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(145,NULL,8,'Subject for Membership Renewal','2013-08-28 05:02:38',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(146,NULL,8,'Subject for Membership Renewal','2014-01-09 02:14:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(147,NULL,8,'Subject for Membership Renewal','2014-01-29 07:15:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(148,NULL,10,'Subject for Pledge Acknowledgment','2013-07-07 02:24:34',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(149,NULL,8,'Subject for Membership Renewal','2013-09-08 02:33:39',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(150,NULL,7,'Subject for Membership Signup','2013-06-19 02:18:22',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(151,NULL,9,'Subject for Tell a Friend','2014-01-07 03:05:30',6,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','2014-04-21 02:32:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(153,NULL,9,'Subject for Tell a Friend','2013-11-09 03:40:59',6,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-07-01 01:06:19',3,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-08-12 04:51:47',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(156,NULL,10,'Subject for Pledge Acknowledgment','2013-06-17 08:11:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(157,NULL,9,'Subject for Tell a Friend','2013-11-16 05:58:17',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(158,NULL,10,'Subject for Pledge Acknowledgment','2013-07-02 08:04:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(159,NULL,8,'Subject for Membership Renewal','2014-01-21 04:09:02',5,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-05-29 12:18:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(161,NULL,7,'Subject for Membership Signup','2014-01-10 01:36:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(162,NULL,10,'Subject for Pledge Acknowledgment','2013-05-19 12:59:32',1,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-10-13 09:37:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(164,NULL,7,'Subject for Membership Signup','2013-05-28 05:08:29',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(165,NULL,8,'Subject for Membership Renewal','2013-06-30 04:25:30',4,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-05-20 09:38:06',6,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','2013-07-19 05:29:46',3,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-05-23 07:33:30',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(169,NULL,10,'Subject for Pledge Acknowledgment','2013-05-02 11:50:33',6,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-08-08 07:13:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(171,NULL,8,'Subject for Membership Renewal','2013-10-15 08:32:14',1,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-07-11 02:33:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(173,NULL,8,'Subject for Membership Renewal','2013-09-02 08:17:58',6,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','2014-04-15 11:29:20',1,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-03-06 10:41:07',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(176,NULL,9,'Subject for Tell a Friend','2013-12-19 01:47:48',5,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','2014-04-05 12:51:57',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(178,NULL,7,'Subject for Membership Signup','2014-02-12 04:50:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(179,NULL,8,'Subject for Membership Renewal','2013-08-18 06:05:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(180,NULL,8,'Subject for Membership Renewal','2013-08-27 01:39:56',1,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-12-25 05:18:08',4,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','2014-03-06 03:19:32',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-09-18 10:36:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(184,NULL,10,'Subject for Pledge Acknowledgment','2013-12-12 05:42:10',4,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-02-17 08:04:27',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(186,NULL,10,'Subject for Pledge Acknowledgment','2013-05-12 01:20:24',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(187,NULL,8,'Subject for Membership Renewal','2013-09-09 11:25:12',2,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-03-08 06:20:31',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(189,NULL,9,'Subject for Tell a Friend','2013-08-24 08:45:04',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','2013-10-03 10:43:51',5,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','2013-07-18 06:11:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(192,NULL,7,'Subject for Membership Signup','2013-09-16 04:15:50',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(193,NULL,7,'Subject for Membership Signup','2013-10-15 10:54:50',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(194,NULL,9,'Subject for Tell a Friend','2013-10-21 03:47:12',1,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-10-01 03:27:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(196,NULL,10,'Subject for Pledge Acknowledgment','2014-01-13 12:06:57',5,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-27 04:29:08',5,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-02-13 08:33:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(199,NULL,8,'Subject for Membership Renewal','2014-04-26 03:45:03',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(200,NULL,10,'Subject for Pledge Acknowledgment','2014-01-09 02:27:27',2,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-09-18 10:07:27',1,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-03-25 08:19:20',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','2013-08-29 12:29:54',1,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','2014-01-10 04:39:50',5,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-09-02 08:22:11',1,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-27 06:23:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(207,NULL,7,'Subject for Membership Signup','2014-01-19 10:45:31',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-06-20 12:09:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(209,NULL,9,'Subject for Tell a Friend','2013-05-02 09:09:50',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(210,NULL,8,'Subject for Membership Renewal','2013-08-21 07:17:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(211,NULL,7,'Subject for Membership Signup','2013-11-13 12:39:13',2,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-12-24 12:04:58',4,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-09 04:01:19',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(214,NULL,8,'Subject for Membership Renewal','2014-01-26 09:00:18',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(215,NULL,8,'Subject for Membership Renewal','2013-10-08 01:59:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(216,NULL,7,'Subject for Membership Signup','2013-09-11 07:24:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(217,NULL,9,'Subject for Tell a Friend','2013-05-04 04:08:00',4,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-12 09:14:23',2,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-10-09 08:51:21',4,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','2013-12-27 01:25:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(221,NULL,7,'Subject for Membership Signup','2014-03-01 09:02:30',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-22 06:01:15',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','2013-07-05 04:54:12',2,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-12-18 02:33: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-10-21 06:43:21',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(226,NULL,8,'Subject for Membership Renewal','2013-10-08 09:49:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(227,NULL,8,'Subject for Membership Renewal','2013-08-13 03:58:38',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(228,NULL,7,'Subject for Membership Signup','2013-11-18 04:54:43',6,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','2013-12-20 09:39:58',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(230,NULL,9,'Subject for Tell a Friend','2013-07-25 12:20:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(231,NULL,9,'Subject for Tell a Friend','2013-08-06 04:05:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(232,NULL,9,'Subject for Tell a Friend','2014-01-21 01:21:14',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(233,NULL,8,'Subject for Membership Renewal','2014-01-17 11:24:09',4,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-05-18 12:36:05',3,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-10-26 11:58:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(236,NULL,9,'Subject for Tell a Friend','2014-04-19 10:41:27',2,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-11-14 04:31:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(238,NULL,10,'Subject for Pledge Acknowledgment','2013-12-17 02:22:58',1,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-07-26 06:50:30',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(240,NULL,7,'Subject for Membership Signup','2013-12-21 12:45:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(241,NULL,8,'Subject for Membership Renewal','2013-06-21 07:55:17',5,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','2013-08-22 08:35:48',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(243,NULL,7,'Subject for Membership Signup','2014-02-23 11:13:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(244,NULL,10,'Subject for Pledge Acknowledgment','2013-07-23 09:39:23',2,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-05-20 11:07:32',1,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-05-30 07:01:13',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','2013-08-22 02:42:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(248,NULL,7,'Subject for Membership Signup','2013-05-05 01:28:49',1,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','2014-01-16 09:53:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(250,NULL,9,'Subject for Tell a Friend','2014-02-13 05:10:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(251,NULL,10,'Subject for Pledge Acknowledgment','2013-12-04 07:18:06',2,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-10-02 02:53:42',6,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','2013-06-20 03:51:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(254,NULL,7,'Subject for Membership Signup','2014-03-23 11:24:34',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(255,NULL,9,'Subject for Tell a Friend','2013-08-10 05:01:35',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','2013-05-17 01:30:17',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-10-29 10:44:59',4,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-25 02:19:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(259,NULL,7,'Subject for Membership Signup','2014-01-21 11:45:21',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-09-24 09:19:07',1,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-09-10 06:29:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(262,NULL,10,'Subject for Pledge Acknowledgment','2013-08-18 01:20:51',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','2013-07-01 03:22:38',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(264,NULL,7,'Subject for Membership Signup','2013-12-23 04:38:19',4,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-12-08 03:17:03',4,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-11-08 02:03:06',3,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','2014-03-24 10:54:21',4,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-11-16 10:06:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(269,NULL,10,'Subject for Pledge Acknowledgment','2014-02-06 03:58:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(270,NULL,7,'Subject for Membership Signup','2013-10-22 11:46:36',4,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-09-22 09:16:18',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(272,NULL,9,'Subject for Tell a Friend','2013-05-27 10:58:36',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(273,NULL,8,'Subject for Membership Renewal','2014-01-16 11:33:20',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(274,NULL,10,'Subject for Pledge Acknowledgment','2013-08-17 04:02:42',1,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-09-17 10:12:08',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-10-26 09:31:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(277,NULL,10,'Subject for Pledge Acknowledgment','2014-01-02 06:52:18',3,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','2014-03-11 12:23:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(279,NULL,9,'Subject for Tell a Friend','2014-01-30 12:23:04',1,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','2014-01-19 05:55:28',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','2014-02-06 10:30:32',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','2014-01-08 01:13:24',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(283,NULL,7,'Subject for Membership Signup','2014-02-27 05:10:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(284,NULL,7,'Subject for Membership Signup','2013-07-14 12:22:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(285,NULL,9,'Subject for Tell a Friend','2013-08-09 02:01:42',3,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-09-03 06:54:23',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','2014-02-14 12:44:50',5,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','2013-09-27 03:52:07',3,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','2013-09-12 10:18:59',4,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-07-21 05:12:07',3,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','2013-05-24 06:43:33',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','2014-01-01 08:00:53',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-09-14 04:13:41',5,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-05-29 05:11:20',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(295,NULL,10,'Subject for Pledge Acknowledgment','2013-11-08 04:05:30',2,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','2013-05-24 11:47:58',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-12-13 10:34:02',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(298,NULL,7,'Subject for Membership Signup','2013-12-20 03:39:16',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','2013-08-15 11:16:56',6,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-08-14 05:31:04',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(301,NULL,9,'Subject for Tell a Friend','2014-02-02 05:38:54',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(302,NULL,7,'Subject for Membership Signup','2013-06-21 10:25:51',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(303,NULL,8,'Subject for Membership Renewal','2013-10-07 03:23:17',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(304,NULL,8,'Subject for Membership Renewal','2013-07-25 05:41:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(305,NULL,8,'Subject for Membership Renewal','2013-09-19 06:54:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(306,NULL,8,'Subject for Membership Renewal','2014-02-03 02:52:16',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','2014-04-07 03:13:52',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','2014-02-17 02:22:20',6,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','2013-06-04 10:08:03',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(310,NULL,10,'Subject for Pledge Acknowledgment','2013-05-28 08:39:18',3,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-06-04 04:38:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(312,NULL,8,'Subject for Membership Renewal','2014-04-21 06:56:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(313,NULL,10,'Subject for Pledge Acknowledgment','2013-10-30 01:55:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(314,NULL,7,'Subject for Membership Signup','2014-03-23 10:33:20',3,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','2014-04-20 11:59:54',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(316,NULL,9,'Subject for Tell a Friend','2014-04-11 11:09:16',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(317,NULL,8,'Subject for Membership Renewal','2013-05-05 12:24:40',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','2014-02-04 09:27:52',6,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-12-09 02:11:02',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-08-15 07:30:25',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(321,NULL,10,'Subject for Pledge Acknowledgment','2013-07-01 02:04:55',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','2014-02-03 03:45:38',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(323,NULL,8,'Subject for Membership Renewal','2014-02-16 09:48:37',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','2013-09-23 01:54:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(325,NULL,9,'Subject for Tell a Friend','2013-09-28 12:34:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(326,NULL,7,'Subject for Membership Signup','2013-09-02 02:30:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(327,NULL,8,'Subject for Membership Renewal','2013-09-07 05:52:38',4,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-10-23 02:54:07',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(329,NULL,7,'Subject for Membership Signup','2013-07-31 01:20:42',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(330,NULL,10,'Subject for Pledge Acknowledgment','2013-10-13 04:23:50',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(331,NULL,8,'Subject for Membership Renewal','2014-04-28 06:27:42',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(332,NULL,8,'Subject for Membership Renewal','2014-02-27 07:36:35',4,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-08-11 10:18:15',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(334,NULL,8,'Subject for Membership Renewal','2013-05-17 01:00:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(335,NULL,10,'Subject for Pledge Acknowledgment','2014-01-06 08:21:25',3,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-27 11:22:06',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(337,NULL,10,'Subject for Pledge Acknowledgment','2013-09-27 02:36:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(338,NULL,8,'Subject for Membership Renewal','2013-07-28 10:45:08',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(339,NULL,9,'Subject for Tell a Friend','2013-05-14 06:50:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(340,NULL,7,'Subject for Membership Signup','2013-09-10 11:19:45',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(341,NULL,9,'Subject for Tell a Friend','2013-11-19 01:21:47',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-09-25 12:54:42',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(343,NULL,7,'Subject for Membership Signup','2013-06-11 01:57:43',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(344,NULL,8,'Subject for Membership Renewal','2013-10-26 08:47:28',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(345,NULL,9,'Subject for Tell a Friend','2014-01-09 02:11:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(346,NULL,9,'Subject for Tell a Friend','2014-03-16 11:58:05',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(347,NULL,10,'Subject for Pledge Acknowledgment','2013-11-13 07:25:01',2,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-06-06 10:29:50',4,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-08-04 03:51:00',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(350,NULL,7,'Subject for Membership Signup','2013-06-12 07:07:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(351,NULL,7,'Subject for Membership Signup','2013-09-12 05:30:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(352,NULL,7,'Subject for Membership Signup','2013-07-13 07:01:16',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(353,NULL,9,'Subject for Tell a Friend','2013-05-14 04:27:45',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(354,NULL,8,'Subject for Membership Renewal','2014-04-08 10:58:22',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(355,NULL,7,'Subject for Membership Signup','2014-03-22 12:57:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(356,NULL,8,'Subject for Membership Renewal','2013-06-02 09:22:01',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(357,NULL,9,'Subject for Tell a Friend','2014-04-28 05:28:49',4,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','2014-01-16 11:08:40',4,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','2014-03-21 12:31:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(360,NULL,8,'Subject for Membership Renewal','2013-08-16 09:03:13',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(361,NULL,10,'Subject for Pledge Acknowledgment','2013-07-26 08:40:50',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(362,NULL,7,'Subject for Membership Signup','2013-09-24 09:06:08',6,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','2014-01-20 12:28:45',3,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-07-07 05:01:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(365,NULL,10,'Subject for Pledge Acknowledgment','2014-01-27 05:49:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(366,NULL,9,'Subject for Tell a Friend','2014-04-02 03:53:51',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','2014-03-10 10:07:45',5,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','2014-04-04 02:01:37',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(369,NULL,8,'Subject for Membership Renewal','2013-06-16 07:48:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(370,NULL,7,'Subject for Membership Signup','2013-12-04 12:23:10',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(371,NULL,8,'Subject for Membership Renewal','2013-05-09 05:54:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(372,NULL,8,'Subject for Membership Renewal','2013-05-24 08:54:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(373,NULL,10,'Subject for Pledge Acknowledgment','2013-10-10 09:28:54',1,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','2014-04-05 08:05:21',3,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-19 05:01:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(376,NULL,9,'Subject for Tell a Friend','2014-03-26 10:06:13',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(377,NULL,9,'Subject for Tell a Friend','2013-12-07 01:20:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(378,NULL,10,'Subject for Pledge Acknowledgment','2013-10-17 09:04:21',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(379,NULL,9,'Subject for Tell a Friend','2013-07-12 09:28:56',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(380,NULL,7,'Subject for Membership Signup','2014-04-21 04:01:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(381,NULL,8,'Subject for Membership Renewal','2013-12-12 03:48:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(382,NULL,8,'Subject for Membership Renewal','2014-03-22 01:53:44',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(383,NULL,7,'Subject for Membership Signup','2013-11-28 10:34:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(384,NULL,7,'Subject for Membership Signup','2013-08-12 08:48:40',6,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','2014-02-25 11:41:44',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(386,NULL,9,'Subject for Tell a Friend','2013-12-27 07:02:55',3,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','2014-02-05 03:18:21',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(388,NULL,8,'Subject for Membership Renewal','2013-09-19 12:51:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(389,NULL,9,'Subject for Tell a Friend','2013-09-12 07:35:58',1,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','2013-10-08 02:42:10',2,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-07-16 12:16:29',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(392,NULL,7,'Subject for Membership Signup','2013-07-18 08:27:35',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(393,NULL,10,'Subject for Pledge Acknowledgment','2014-02-25 02:59:34',2,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-06-05 09:45:16',3,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-28 04:17:52',2,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-16 01:51:33',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','2013-05-18 03:30:26',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(398,NULL,8,'Subject for Membership Renewal','2013-10-07 01:47:14',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(399,NULL,7,'Subject for Membership Signup','2013-12-18 10:33:16',6,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','2013-05-14 10:25:27',6,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-11 12:41:25',5,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-04-19 04:06:51',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(403,NULL,8,'Subject for Membership Renewal','2013-07-12 01:35:58',1,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','2013-07-13 05:53:17',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(405,NULL,10,'Subject for Pledge Acknowledgment','2014-03-10 02:52:53',2,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','2014-03-24 04:53:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(407,NULL,9,'Subject for Tell a Friend','2014-02-02 01:42:35',4,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-05-08 04:27:54',1,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','2014-01-29 01:08:15',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-08-01 06:35:49',6,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','2014-01-28 07:35:26',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(412,NULL,7,'Subject for Membership Signup','2013-08-17 06:09:57',1,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-07-05 04:38:54',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(414,NULL,10,'Subject for Pledge Acknowledgment','2013-10-06 02:51:33',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(415,NULL,7,'Subject for Membership Signup','2013-09-23 09:33:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(416,NULL,10,'Subject for Pledge Acknowledgment','2013-12-06 08:51:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(417,NULL,8,'Subject for Membership Renewal','2014-04-28 07:22:13',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(418,NULL,10,'Subject for Pledge Acknowledgment','2013-09-01 08:39:43',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(419,NULL,10,'Subject for Pledge Acknowledgment','2013-10-17 08:26:08',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(420,NULL,7,'Subject for Membership Signup','2014-03-17 05:35:40',6,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','2013-05-06 04:37:43',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(422,NULL,9,'Subject for Tell a Friend','2013-06-13 06:51:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(423,NULL,9,'Subject for Tell a Friend','2014-04-18 11:35:14',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-10-07 07:00:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(425,NULL,10,'Subject for Pledge Acknowledgment','2013-07-27 10:56:55',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(426,NULL,8,'Subject for Membership Renewal','2013-10-21 03:56:54',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(427,NULL,8,'Subject for Membership Renewal','2013-12-08 03:38:18',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(428,NULL,10,'Subject for Pledge Acknowledgment','2013-09-17 12:25:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(429,NULL,9,'Subject for Tell a Friend','2013-10-23 11:46:45',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(430,NULL,10,'Subject for Pledge Acknowledgment','2014-04-02 10:58:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(431,NULL,8,'Subject for Membership Renewal','2013-06-13 05:58:18',4,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','2014-04-01 06:51:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(433,NULL,7,'Subject for Membership Signup','2014-01-28 08:00:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(434,NULL,8,'Subject for Membership Renewal','2013-08-09 05:59:28',4,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-12-04 02:53:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(436,NULL,10,'Subject for Pledge Acknowledgment','2014-02-09 04:10:11',1,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-13 11:25:56',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(438,NULL,8,'Subject for Membership Renewal','2013-10-26 01:02:45',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-08-15 01:18:21',2,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','2014-01-20 12:23:46',4,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-06-10 09:47:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(442,NULL,10,'Subject for Pledge Acknowledgment','2013-06-13 04:37:15',1,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-01-23 03:25:11',1,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','2014-02-10 09:43:58',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(445,NULL,9,'Subject for Tell a Friend','2013-08-09 05:14:39',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(446,NULL,7,'Subject for Membership Signup','2014-04-06 06:04:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(447,NULL,10,'Subject for Pledge Acknowledgment','2014-03-16 05:52:10',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(448,NULL,10,'Subject for Pledge Acknowledgment','2013-09-25 11:18:56',5,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-01-01 09:23:44',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(450,NULL,10,'Subject for Pledge Acknowledgment','2013-10-19 12:35:14',1,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-30 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-29 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-28 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-27 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,'Student','2013-04-26 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-25 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-24 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-23 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-22 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-04-21 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-20 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-19 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-18 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-17 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','2012-01-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-15 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-14 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-13 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-12 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-04-11 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-10 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-09 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-08 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-04-07 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-21 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-04-05 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-04-04 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-04-03 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-04-02 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-04-01 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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',NULL,NULL,NULL,NULL,'Membership Payment',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(498,18,6,'$ 50.00 - Student Membership: Offline signup','2014-04-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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-30 07:36:18',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,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 07:36:18',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-30 07:36: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 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(578,48,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(579,49,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(580,50,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 07:36:18',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-30 07:36:18',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-30 07:36: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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(584,54,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36: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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(586,56,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 07:36:18',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-30 07:36: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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(589,59,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(590,60,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 07:36: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-30 07:36: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 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 07:36: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-30 07:36: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 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(595,65,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 07:36:18',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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(597,67,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 07:36: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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(599,69,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36: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 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(601,71,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 07:36: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-30 07:36: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-30 07:36: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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(605,75,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36:18',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-30 07:36: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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(608,78,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36: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 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 07:36: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-30 07:36: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-30 07:36: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-30 07:36: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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(614,84,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 07:36:18',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-30 07:36:18',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(616,86,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 07:36: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-30 07:36: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 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36: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-30 07:36: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-30 07:36: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 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36: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 - Fall Fundraiser Dinner : Offline registration','2014-04-30 07:36:18',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-30 07:36: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 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 07:36: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,9,'Subject for Tell a Friend','2014-04-27 02:54:36',5,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-09-08 08:17:43',4,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-08-26 11:59:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(4,NULL,7,'Subject for Membership Signup','2014-02-05 06:09:00',6,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-06-19 11:22:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(6,NULL,7,'Subject for Membership Signup','2014-01-11 04:06:33',3,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-10-02 05:30:17',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(8,NULL,10,'Subject for Pledge Acknowledgment','2014-03-04 03:38:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(9,NULL,10,'Subject for Pledge Acknowledgment','2013-10-09 08:04:19',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(10,NULL,10,'Subject for Pledge Acknowledgment','2014-03-23 08:35:00',4,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','2013-05-18 07:27:19',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','2013-11-02 07:00:51',6,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-01-28 04:21:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(14,NULL,9,'Subject for Tell a Friend','2014-04-10 01:45:41',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(15,NULL,9,'Subject for Tell a Friend','2013-06-23 09:29:40',1,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-05-04 04:08:39',1,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','2014-01-24 05:33:00',4,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','2014-02-21 01:17:20',4,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','2014-04-07 02:23:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(20,NULL,8,'Subject for Membership Renewal','2014-01-05 04:35:30',4,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','2013-05-22 07:47:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(22,NULL,9,'Subject for Tell a Friend','2014-04-26 04:19:27',4,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','2014-01-26 03:32:34',1,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-06-20 09:29:55',4,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-09-18 06:40:10',1,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','2014-01-15 12:10:02',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(27,NULL,7,'Subject for Membership Signup','2013-09-06 03:19:00',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(28,NULL,10,'Subject for Pledge Acknowledgment','2013-10-25 09:18:15',6,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','2014-02-06 11:34:28',1,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','2014-04-16 08:24:43',1,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','2014-03-16 12:56:14',1,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','2013-07-28 12:01:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(33,NULL,9,'Subject for Tell a Friend','2013-05-17 04:35:14',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(34,NULL,8,'Subject for Membership Renewal','2014-04-11 03:26:31',4,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-08-17 12:08:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(36,NULL,7,'Subject for Membership Signup','2014-01-07 06:13:58',5,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-01-18 04:38:31',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(38,NULL,9,'Subject for Tell a Friend','2014-02-09 04:08:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(39,NULL,8,'Subject for Membership Renewal','2014-02-02 03:26:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(40,NULL,9,'Subject for Tell a Friend','2014-02-13 02:02:29',5,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-11-09 08:22:48',2,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-08-09 04:47:05',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(43,NULL,10,'Subject for Pledge Acknowledgment','2014-04-06 02:34:29',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-24 07:58:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(45,NULL,8,'Subject for Membership Renewal','2014-01-08 02:37:33',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(46,NULL,10,'Subject for Pledge Acknowledgment','2013-06-01 11:22:06',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(47,NULL,8,'Subject for Membership Renewal','2013-12-02 08:34:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(48,NULL,9,'Subject for Tell a Friend','2013-05-04 12:59:46',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(49,NULL,9,'Subject for Tell a Friend','2013-09-01 10:33:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(50,NULL,10,'Subject for Pledge Acknowledgment','2014-01-29 04:49:56',3,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','2013-08-14 02:00:10',6,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-08-27 03:51:10',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','2014-04-16 11:22:39',3,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','2013-05-02 10:31:36',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(55,NULL,10,'Subject for Pledge Acknowledgment','2014-02-28 10:29:46',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(56,NULL,9,'Subject for Tell a Friend','2013-11-07 08:35:35',6,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-09-12 08:03:22',6,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','2013-10-23 01:00:49',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(59,NULL,9,'Subject for Tell a Friend','2014-03-27 11:01:53',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(60,NULL,9,'Subject for Tell a Friend','2013-11-13 11:01:46',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(61,NULL,7,'Subject for Membership Signup','2014-01-07 03:59:21',4,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','2013-05-17 10:38:48',2,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-06-28 07:48:31',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','2013-11-19 04:38:24',2,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','2013-09-13 09:34:54',1,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-06-07 10:53:38',2,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-07-31 07:50:15',5,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','2013-12-11 10:54:09',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(69,NULL,9,'Subject for Tell a Friend','2013-09-19 08:16:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(70,NULL,10,'Subject for Pledge Acknowledgment','2014-04-16 05:04:19',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(71,NULL,10,'Subject for Pledge Acknowledgment','2013-08-12 08:42:02',5,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-09-20 02:45:25',2,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','2013-06-21 05:26:13',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(74,NULL,10,'Subject for Pledge Acknowledgment','2014-04-25 03:29:09',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(75,NULL,9,'Subject for Tell a Friend','2013-08-17 07:27:49',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(76,NULL,7,'Subject for Membership Signup','2013-11-23 09:57:20',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(77,NULL,10,'Subject for Pledge Acknowledgment','2014-02-11 02:32:20',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-27 09:44:42',2,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-06-15 07:45:55',4,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-12-15 07:22:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(81,NULL,8,'Subject for Membership Renewal','2013-12-05 08:04:28',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(82,NULL,10,'Subject for Pledge Acknowledgment','2013-12-01 10:04:38',2,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-07-31 10:16:27',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(84,NULL,10,'Subject for Pledge Acknowledgment','2013-05-28 10:28:24',2,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-03-03 06:30:56',6,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-08-12 07:55:58',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(87,NULL,10,'Subject for Pledge Acknowledgment','2013-11-10 12:33:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(88,NULL,8,'Subject for Membership Renewal','2014-04-22 09:14:06',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(89,NULL,9,'Subject for Tell a Friend','2013-10-15 10:32:53',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(90,NULL,10,'Subject for Pledge Acknowledgment','2013-07-06 07:39:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(91,NULL,7,'Subject for Membership Signup','2014-02-10 05:54:49',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(92,NULL,9,'Subject for Tell a Friend','2014-02-10 05:48:27',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(93,NULL,8,'Subject for Membership Renewal','2014-02-05 03:58:33',1,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-03 05:42:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(95,NULL,7,'Subject for Membership Signup','2013-12-15 07:24:57',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(96,NULL,8,'Subject for Membership Renewal','2013-06-16 09:41:56',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(97,NULL,10,'Subject for Pledge Acknowledgment','2013-05-18 11:56:04',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(98,NULL,9,'Subject for Tell a Friend','2014-03-26 10:52:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(99,NULL,9,'Subject for Tell a Friend','2013-06-23 03:46:50',2,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','2013-06-11 01:02:52',6,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','2014-01-21 09:03:36',1,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','2014-04-24 06:38:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(103,NULL,10,'Subject for Pledge Acknowledgment','2013-06-10 09:54:32',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(104,NULL,8,'Subject for Membership Renewal','2013-12-18 06:32:19',6,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-08-30 02:35:18',4,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-21 05:12:14',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(107,NULL,8,'Subject for Membership Renewal','2013-10-30 03:41:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(108,NULL,8,'Subject for Membership Renewal','2013-08-28 11:45:29',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(109,NULL,10,'Subject for Pledge Acknowledgment','2014-02-19 04:52:47',1,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-09-07 04:05:03',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','2013-11-16 02:14:34',5,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-09-25 12:55:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(113,NULL,10,'Subject for Pledge Acknowledgment','2013-08-26 05:11:47',2,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','2014-02-16 04:19:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(115,NULL,8,'Subject for Membership Renewal','2013-09-26 12:36:23',4,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-05-06 06:33:44',2,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','2013-06-18 09:07:57',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(118,NULL,10,'Subject for Pledge Acknowledgment','2013-07-14 02:24:17',1,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','2013-07-23 10:51:23',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(120,NULL,8,'Subject for Membership Renewal','2014-03-02 10:06:59',5,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-07-03 05:07:15',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(122,NULL,8,'Subject for Membership Renewal','2014-01-23 08:49:42',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(123,NULL,7,'Subject for Membership Signup','2014-03-30 09:23:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(124,NULL,8,'Subject for Membership Renewal','2014-01-19 11:00:05',2,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-08-05 02:01:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(126,NULL,7,'Subject for Membership Signup','2014-01-29 10:59:30',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-28 12:14:58',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(128,NULL,7,'Subject for Membership Signup','2013-07-12 12:01:40',4,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','2014-01-23 08:29:25',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(130,NULL,9,'Subject for Tell a Friend','2014-01-18 01:02:30',6,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-11-11 12:24:10',5,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-08-22 11:50:28',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-05-16 02:08:09',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','2014-01-06 01:07:10',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(135,NULL,7,'Subject for Membership Signup','2013-11-17 01:51:23',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(136,NULL,7,'Subject for Membership Signup','2013-06-24 08:56:10',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(137,NULL,10,'Subject for Pledge Acknowledgment','2013-12-16 04:34:38',2,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','2013-05-10 11:11:11',4,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-03-16 10:59:40',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(140,NULL,7,'Subject for Membership Signup','2013-09-09 01:34:39',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(141,NULL,7,'Subject for Membership Signup','2014-02-04 04:14:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(142,NULL,8,'Subject for Membership Renewal','2013-06-30 06:51:01',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(143,NULL,10,'Subject for Pledge Acknowledgment','2013-08-05 07:48:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(144,NULL,7,'Subject for Membership Signup','2013-07-25 12:00:12',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(145,NULL,9,'Subject for Tell a Friend','2013-05-15 06:01:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(146,NULL,10,'Subject for Pledge Acknowledgment','2013-08-11 06:58:42',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(147,NULL,7,'Subject for Membership Signup','2013-05-28 12:08:08',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-07-04 07:28:39',1,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','2014-02-24 02:04:51',1,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','2014-04-25 04:28:57',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(151,NULL,8,'Subject for Membership Renewal','2013-11-08 07:24:20',3,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-01-10 01:11:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(153,NULL,9,'Subject for Tell a Friend','2014-04-03 10:50:16',2,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-09-14 07:49:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(155,NULL,7,'Subject for Membership Signup','2013-09-03 08:28:47',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(156,NULL,10,'Subject for Pledge Acknowledgment','2014-01-04 07:46:20',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(157,NULL,10,'Subject for Pledge Acknowledgment','2013-07-28 11:25:09',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(158,NULL,10,'Subject for Pledge Acknowledgment','2013-12-05 02:33:14',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','2013-07-29 01:42:13',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(160,NULL,10,'Subject for Pledge Acknowledgment','2013-10-10 12:47:01',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(161,NULL,8,'Subject for Membership Renewal','2013-08-12 04:37:09',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(162,NULL,7,'Subject for Membership Signup','2013-09-27 05:19:10',5,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-10-14 07:06:22',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(164,NULL,8,'Subject for Membership Renewal','2014-04-05 08:45:49',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(165,NULL,9,'Subject for Tell a Friend','2013-09-01 10:59:49',2,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-12-10 04:18:29',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(167,NULL,7,'Subject for Membership Signup','2014-03-18 03:55:56',3,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-06-27 11:16:26',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(169,NULL,10,'Subject for Pledge Acknowledgment','2013-06-04 08:12:33',1,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-22 12:45:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(171,NULL,7,'Subject for Membership Signup','2014-03-26 11:59:15',1,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-09-05 09:48:04',4,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-06-20 06:46:54',5,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-10-03 12:18:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(175,NULL,7,'Subject for Membership Signup','2013-10-22 02:12:40',5,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','2014-04-12 04:33:55',2,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','2013-06-14 09:23:07',4,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-06-12 10:30:12',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(179,NULL,9,'Subject for Tell a Friend','2013-11-17 10:58:15',2,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','2013-06-14 10:35:15',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-06-25 06:48:11',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(182,NULL,7,'Subject for Membership Signup','2013-10-09 05:57:27',5,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-06-08 01:45:17',1,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','2014-02-23 11:16:08',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(185,NULL,9,'Subject for Tell a Friend','2013-06-23 04:58:36',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(186,NULL,7,'Subject for Membership Signup','2013-07-28 04:26:52',6,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','2013-12-08 08:06:10',1,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','2014-03-25 02:26:39',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','2013-11-17 03:09:06',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-06-27 01:01:52',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(191,NULL,8,'Subject for Membership Renewal','2013-11-24 12:57:39',6,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-23 08:19:23',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(193,NULL,7,'Subject for Membership Signup','2013-12-24 12:06:50',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(194,NULL,9,'Subject for Tell a Friend','2014-04-13 05:54:47',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(195,NULL,10,'Subject for Pledge Acknowledgment','2013-06-15 10:49:36',5,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-02-06 08:04:27',3,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-15 11:12:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(198,NULL,9,'Subject for Tell a Friend','2014-02-21 12:52:10',2,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','2014-03-15 04:00:29',1,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','2013-09-18 01:43:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(201,NULL,8,'Subject for Membership Renewal','2014-04-07 01:04:31',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(202,NULL,7,'Subject for Membership Signup','2014-04-17 06:30:19',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','2014-02-22 02:43:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(204,NULL,9,'Subject for Tell a Friend','2013-10-24 08:32:53',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-12-23 04:28:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(206,NULL,8,'Subject for Membership Renewal','2013-10-02 02:03:37',6,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-11-18 03:19:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(208,NULL,10,'Subject for Pledge Acknowledgment','2013-07-10 10:31:33',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(209,NULL,7,'Subject for Membership Signup','2013-12-12 06:17:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(210,NULL,9,'Subject for Tell a Friend','2013-08-27 04:40:17',6,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','2014-02-04 07:11:32',1,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-18 12:45:00',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(213,NULL,10,'Subject for Pledge Acknowledgment','2013-08-11 05:20:22',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(214,NULL,8,'Subject for Membership Renewal','2013-06-27 10:13:33',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(215,NULL,8,'Subject for Membership Renewal','2013-10-08 05:29:34',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','2014-02-19 04:01:34',1,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-30 02:56:01',5,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-08-26 06:51:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(219,NULL,7,'Subject for Membership Signup','2013-06-10 10:22:35',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(220,NULL,7,'Subject for Membership Signup','2013-09-24 10:40:37',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(221,NULL,7,'Subject for Membership Signup','2014-03-04 11:50:54',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(222,NULL,9,'Subject for Tell a Friend','2013-10-06 04:47:20',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(223,NULL,10,'Subject for Pledge Acknowledgment','2014-01-09 06:15:06',1,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','2013-10-11 11:09:29',3,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-09-06 09:19:30',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(226,NULL,8,'Subject for Membership Renewal','2014-03-11 03:48:55',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(227,NULL,10,'Subject for Pledge Acknowledgment','2014-01-19 01:16:15',2,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-11 09:39:40',1,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-10-23 04:02:26',4,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-12-02 11:02:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(231,NULL,9,'Subject for Tell a Friend','2013-08-31 02:36:13',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(232,NULL,9,'Subject for Tell a Friend','2013-11-05 03:36:56',4,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','2013-07-14 06:47:41',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(234,NULL,9,'Subject for Tell a Friend','2013-12-28 08:32:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(235,NULL,9,'Subject for Tell a Friend','2013-12-03 01:28:11',5,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-12-10 08:12:20',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(237,NULL,9,'Subject for Tell a Friend','2014-01-18 05:24:57',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(238,NULL,10,'Subject for Pledge Acknowledgment','2013-10-18 01:05:36',6,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-08-30 11:13:50',5,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-08-11 04:17:05',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(241,NULL,8,'Subject for Membership Renewal','2013-07-06 08:21:05',4,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-02 10:26:00',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(243,NULL,7,'Subject for Membership Signup','2013-08-26 01:57:20',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(244,NULL,10,'Subject for Pledge Acknowledgment','2013-11-02 11:11:14',3,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-02-09 09:42:18',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(246,NULL,10,'Subject for Pledge Acknowledgment','2014-02-22 05:39:24',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(247,NULL,9,'Subject for Tell a Friend','2014-04-23 08:32:27',2,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','2014-04-02 04:58:19',1,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-16 11:52:09',2,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-09-16 01:31:50',1,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','2013-06-26 05:50:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(252,NULL,10,'Subject for Pledge Acknowledgment','2013-06-08 02:34:01',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(253,NULL,8,'Subject for Membership Renewal','2013-08-26 02:59:46',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(254,NULL,7,'Subject for Membership Signup','2013-06-25 08:48:51',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(255,NULL,9,'Subject for Tell a Friend','2013-05-21 04:28:59',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-03-01 12:51:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(257,NULL,7,'Subject for Membership Signup','2014-02-23 08:21:47',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','2014-04-05 05:35:04',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(259,NULL,8,'Subject for Membership Renewal','2013-09-23 03:07:17',1,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','2014-04-30 12:05:17',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(261,NULL,10,'Subject for Pledge Acknowledgment','2013-09-23 04:20:14',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(262,NULL,8,'Subject for Membership Renewal','2013-11-11 05:08:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(263,NULL,7,'Subject for Membership Signup','2013-08-29 11:12:05',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(264,NULL,8,'Subject for Membership Renewal','2013-08-15 08:43:48',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(265,NULL,8,'Subject for Membership Renewal','2013-09-21 08:54:49',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-09-22 03:32:05',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(267,NULL,8,'Subject for Membership Renewal','2013-07-27 07:53:00',5,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-11-27 12:01:02',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(269,NULL,7,'Subject for Membership Signup','2013-09-29 01:42:15',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(270,NULL,7,'Subject for Membership Signup','2013-10-05 06:36:19',2,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-07-23 10:10:37',4,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','2013-12-10 12:06:30',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(273,NULL,7,'Subject for Membership Signup','2013-08-31 09:52:10',4,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-09-29 04:15:43',2,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 06:46:45',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','2014-04-21 04:45:24',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(277,NULL,7,'Subject for Membership Signup','2014-03-31 12:34:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(278,NULL,9,'Subject for Tell a Friend','2014-04-01 10:31:46',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(279,NULL,9,'Subject for Tell a Friend','2013-07-28 05:50:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(280,NULL,7,'Subject for Membership Signup','2014-03-19 08:04:56',2,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-07-05 05:58:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(282,NULL,8,'Subject for Membership Renewal','2013-11-12 11:34:09',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(283,NULL,10,'Subject for Pledge Acknowledgment','2013-09-11 03:30:32',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(284,NULL,7,'Subject for Membership Signup','2013-09-05 08:27:39',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(285,NULL,10,'Subject for Pledge Acknowledgment','2013-06-03 02:32:52',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(286,NULL,9,'Subject for Tell a Friend','2014-02-05 11:26:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(287,NULL,10,'Subject for Pledge Acknowledgment','2013-08-03 12:35:20',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(288,NULL,10,'Subject for Pledge Acknowledgment','2013-09-17 01:45:39',1,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','2014-03-30 09:29:36',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(290,NULL,9,'Subject for Tell a Friend','2013-10-24 12:19:29',1,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-02-16 07:20:08',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(292,NULL,10,'Subject for Pledge Acknowledgment','2014-03-30 03:11:13',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(293,NULL,10,'Subject for Pledge Acknowledgment','2013-12-22 03:25:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(294,NULL,7,'Subject for Membership Signup','2013-08-07 09:20:13',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(295,NULL,10,'Subject for Pledge Acknowledgment','2013-12-18 05:35:06',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(296,NULL,10,'Subject for Pledge Acknowledgment','2014-01-26 04:43:39',2,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-10-24 11:59:28',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(298,NULL,7,'Subject for Membership Signup','2013-10-02 10:20:07',3,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','2013-11-11 06:11:34',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(300,NULL,7,'Subject for Membership Signup','2013-11-11 06:08:17',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-04-29 07:33:38',2,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','2013-05-19 02:42:18',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(303,NULL,8,'Subject for Membership Renewal','2014-01-08 02:32:31',3,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-10-09 12:12:50',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(305,NULL,8,'Subject for Membership Renewal','2013-11-28 10:15:05',2,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-06-07 01:34:00',2,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','2014-04-18 04:46:16',5,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','2014-02-05 01:57:07',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(309,NULL,7,'Subject for Membership Signup','2013-11-13 02:28:55',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(310,NULL,8,'Subject for Membership Renewal','2014-04-21 03:43:32',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(311,NULL,10,'Subject for Pledge Acknowledgment','2013-08-16 03:36:36',2,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-07-07 10:20:21',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(313,NULL,10,'Subject for Pledge Acknowledgment','2013-10-25 03:28:07',4,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-01-29 08:39:43',2,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','2014-03-25 06:52:03',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(316,NULL,7,'Subject for Membership Signup','2013-09-29 06:09:03',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(317,NULL,8,'Subject for Membership Renewal','2013-07-09 11:42:41',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(318,NULL,8,'Subject for Membership Renewal','2013-09-07 04:09:21',6,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-11-13 08:38:01',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(320,NULL,10,'Subject for Pledge Acknowledgment','2013-12-31 03:00:35',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(321,NULL,9,'Subject for Tell a Friend','2013-10-31 12:46:14',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(322,NULL,10,'Subject for Pledge Acknowledgment','2013-12-16 02:24:49',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(323,NULL,7,'Subject for Membership Signup','2013-11-08 08:29:19',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(324,NULL,9,'Subject for Tell a Friend','2013-08-06 12:51:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(325,NULL,8,'Subject for Membership Renewal','2014-03-07 05:43:04',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(326,NULL,10,'Subject for Pledge Acknowledgment','2014-03-30 08:37:12',2,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-12-22 09:08:00',3,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-07-16 08:38:21',1,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','2014-01-15 04:59:07',4,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','2014-04-25 06:21:06',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(331,NULL,8,'Subject for Membership Renewal','2013-08-16 05:44:44',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-12-10 07:56:52',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(333,NULL,8,'Subject for Membership Renewal','2013-05-18 01:50:36',5,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-03-10 01:44:33',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(335,NULL,9,'Subject for Tell a Friend','2013-11-30 07:37:57',5,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','2014-04-11 02:32:10',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(337,NULL,10,'Subject for Pledge Acknowledgment','2014-03-27 05:51:18',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(338,NULL,9,'Subject for Tell a Friend','2013-07-31 06:42:40',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(339,NULL,9,'Subject for Tell a Friend','2013-08-17 02:01:17',2,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','2014-01-29 02:12:36',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','2014-02-12 02:28:21',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-06-28 07:39:56',2,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-07-24 09:44:22',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(344,NULL,8,'Subject for Membership Renewal','2013-12-01 04:58:06',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(345,NULL,9,'Subject for Tell a Friend','2013-10-25 10:21:52',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(346,NULL,7,'Subject for Membership Signup','2014-03-23 12:23:14',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(347,NULL,10,'Subject for Pledge Acknowledgment','2013-11-15 03:10:07',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(348,NULL,10,'Subject for Pledge Acknowledgment','2013-08-04 12:56:51',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(349,NULL,9,'Subject for Tell a Friend','2013-09-30 09:09:20',5,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','2014-01-03 03:16:03',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(351,NULL,7,'Subject for Membership Signup','2013-12-18 08:28:08',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(352,NULL,9,'Subject for Tell a Friend','2013-11-19 09:28:40',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(353,NULL,9,'Subject for Tell a Friend','2013-11-13 04:23:58',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(354,NULL,10,'Subject for Pledge Acknowledgment','2013-12-07 08:02:35',6,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-07-07 02:30:27',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(356,NULL,10,'Subject for Pledge Acknowledgment','2014-01-16 12:07:11',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(357,NULL,10,'Subject for Pledge Acknowledgment','2013-07-01 07:34:33',5,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','2014-03-24 07:17:15',3,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-06-07 12:16:01',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(360,NULL,8,'Subject for Membership Renewal','2013-10-03 03:21:53',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(361,NULL,10,'Subject for Pledge Acknowledgment','2014-02-23 06:28:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(362,NULL,9,'Subject for Tell a Friend','2013-10-20 07:09:41',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(363,NULL,9,'Subject for Tell a Friend','2014-03-22 05:27:12',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(364,NULL,9,'Subject for Tell a Friend','2013-06-20 01:32:53',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(365,NULL,10,'Subject for Pledge Acknowledgment','2013-05-01 03:47:57',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(366,NULL,8,'Subject for Membership Renewal','2014-04-27 03:22:37',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(367,NULL,7,'Subject for Membership Signup','2013-08-10 12:59:48',1,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-05-04 03:49:41',3,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','2014-04-20 04:39:39',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(370,NULL,8,'Subject for Membership Renewal','2013-09-28 05:38:38',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(371,NULL,8,'Subject for Membership Renewal','2014-01-31 04:03:36',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(372,NULL,7,'Subject for Membership Signup','2013-10-23 02:27:30',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(373,NULL,10,'Subject for Pledge Acknowledgment','2013-06-05 07:40:47',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(374,NULL,10,'Subject for Pledge Acknowledgment','2014-04-25 08:24:47',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-08-06 03:11:28',5,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-11-03 05:38:46',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(377,NULL,8,'Subject for Membership Renewal','2013-12-13 09:25:48',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(378,NULL,10,'Subject for Pledge Acknowledgment','2013-07-16 11:30:16',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(379,NULL,9,'Subject for Tell a Friend','2013-09-26 07:16:18',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(380,NULL,9,'Subject for Tell a Friend','2013-05-19 03:59:58',6,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-10-06 05:44:43',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(382,NULL,7,'Subject for Membership Signup','2013-06-28 12:45:32',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(383,NULL,8,'Subject for Membership Renewal','2013-07-25 04:06:57',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(384,NULL,10,'Subject for Pledge Acknowledgment','2014-03-25 08:17:55',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(385,NULL,9,'Subject for Tell a Friend','2013-12-11 05:46:26',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(386,NULL,8,'Subject for Membership Renewal','2014-01-28 03:51:52',3,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-08-08 11:21:24',4,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-25 10:41:25',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(389,NULL,9,'Subject for Tell a Friend','2013-08-13 10:37:39',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(390,NULL,10,'Subject for Pledge Acknowledgment','2013-12-29 04:34:51',4,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-05-30 08:48:34',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(392,NULL,9,'Subject for Tell a Friend','2013-11-03 05:12:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(393,NULL,7,'Subject for Membership Signup','2013-09-24 08:32:05',1,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-05-11 10:50:45',1,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','2013-09-19 01:39:42',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(396,NULL,10,'Subject for Pledge Acknowledgment','2013-05-25 05:53:12',3,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','2013-12-04 08:09:30',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(398,NULL,10,'Subject for Pledge Acknowledgment','2013-06-27 07:59:04',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-10-19 12:10:53',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(400,NULL,9,'Subject for Tell a Friend','2014-01-03 03:25:10',5,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-08-18 02:44:35',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(402,NULL,7,'Subject for Membership Signup','2013-06-15 12:44:37',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','2013-05-10 05:00:11',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(404,NULL,7,'Subject for Membership Signup','2014-01-22 04:15:36',1,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','2013-06-06 12:19:56',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(406,NULL,8,'Subject for Membership Renewal','2013-08-15 10:27:41',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(407,NULL,7,'Subject for Membership Signup','2013-09-09 11:56:07',4,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-08-08 12:51:27',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-12-07 05:45:18',2,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(410,NULL,7,'Subject for Membership Signup','2014-03-22 07:29:42',6,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-10-30 12:38:06',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(412,NULL,7,'Subject for Membership Signup','2013-08-15 08:32:32',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(413,NULL,8,'Subject for Membership Renewal','2014-03-30 01:09:24',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(414,NULL,10,'Subject for Pledge Acknowledgment','2013-07-11 03:47:34',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(415,NULL,7,'Subject for Membership Signup','2014-02-21 01:50:30',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(416,NULL,10,'Subject for Pledge Acknowledgment','2013-08-09 09:07:26',2,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-07-05 05:27:18',4,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','2013-05-08 10:17:17',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(419,NULL,10,'Subject for Pledge Acknowledgment','2013-10-14 09:31:02',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','2013-11-09 06:35:31',5,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-03-30 10:10:29',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(422,NULL,9,'Subject for Tell a Friend','2014-02-21 04:41:36',3,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-06-25 09:33:12',6,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-10-19 11:09:57',6,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','2014-01-15 05:44:26',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(426,NULL,7,'Subject for Membership Signup','2013-10-12 08:39:11',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(427,NULL,8,'Subject for Membership Renewal','2013-11-12 05:41:53',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','2014-01-11 06:51:30',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(429,NULL,9,'Subject for Tell a Friend','2014-03-26 06:54:34',4,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-11-09 10:02:02',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(431,NULL,10,'Subject for Pledge Acknowledgment','2013-11-12 10:59:50',4,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(432,NULL,7,'Subject for Membership Signup','2013-12-20 01:13:28',5,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-05-04 12:39:39',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(434,NULL,8,'Subject for Membership Renewal','2013-09-25 09:03:34',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(435,NULL,7,'Subject for Membership Signup','2013-05-14 07:43:26',3,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-05-14 11:56:22',1,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','2013-11-06 07:29:39',4,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-06-28 05:46:11',5,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(439,NULL,8,'Subject for Membership Renewal','2013-05-29 05:56:28',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(440,NULL,9,'Subject for Tell a Friend','2013-05-03 02:13:35',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(441,NULL,10,'Subject for Pledge Acknowledgment','2013-11-03 09:39:16',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(442,NULL,8,'Subject for Membership Renewal','2014-04-06 01:21:59',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(443,NULL,7,'Subject for Membership Signup','2013-07-10 01:26:43',1,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(444,NULL,7,'Subject for Membership Signup','2014-01-09 10:39:00',5,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-02-13 11:26:41',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(446,NULL,7,'Subject for Membership Signup','2013-12-18 11:26:18',3,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(447,NULL,8,'Subject for Membership Renewal','2013-10-19 05:36:04',3,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','2013-12-05 07:37:58',4,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-07-27 04:28:01',6,NULL,NULL,NULL,NULL,2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(450,NULL,8,'Subject for Membership Renewal','2014-03-22 05:07:25',5,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-30 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-29 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-28 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-27 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-29 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-25 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-24 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-23 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-22 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-04-21 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-20 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-19 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-18 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-17 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-16 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-15 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-14 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-13 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-12 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-30 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-10 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-09 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-08 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-04-07 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-21 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-04-05 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-04-04 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-04-03 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-04-02 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-04-01 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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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-30 11:17:06',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,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(576,46,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(578,48,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(582,52,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(583,53,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(584,54,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(585,55,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(591,61,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(592,62,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(593,63,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(594,64,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(595,65,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(600,70,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(601,71,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(603,73,6,'$ 50.00 - Summer Solstice Festival Day Concert : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(607,77,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(613,83,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(614,84,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(616,86,6,'$ 800.00 - Rain-forest Cup Youth Soccer Tournament : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',NULL,NULL,NULL,NULL,'Participant',2,NULL,NULL,0,NULL,0,NULL,1,NULL,NULL,0,NULL,NULL,NULL),(621,91,6,'$ 50.00 - Fall Fundraiser Dinner : Offline registration','2014-04-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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-30 11:17:07',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 (57,33,1,3),(190,125,1,3),(519,348,2,1),(662,449,2,3),(664,451,2,2),(680,467,2,2),(710,497,2,2),(33,19,4,1),(76,48,4,1),(123,80,4,3),(545,366,4,3),(622,420,4,1),(665,452,4,2),(524,351,5,1),(761,548,5,2),(666,453,6,2),(46,26,7,1),(452,301,7,3),(514,345,7,3),(274,183,8,1),(388,258,8,1),(428,285,8,3),(594,399,8,1),(667,454,8,2),(774,561,8,2),(7,4,9,1),(119,78,9,3),(23,14,11,1),(111,72,11,3),(630,424,11,1),(287,192,12,1),(597,401,13,3),(696,483,13,2),(726,513,13,2),(105,68,14,3),(172,113,14,1),(371,248,14,1),(569,383,14,1),(29,17,16,3),(322,216,16,1),(668,455,16,2),(318,213,17,1),(516,346,17,3),(603,406,17,3),(27,16,18,1),(327,219,18,3),(669,456,19,2),(342,230,20,3),(574,386,20,3),(760,547,20,2),(140,92,21,1),(164,106,21,3),(433,288,21,1),(474,318,22,1),(489,328,22,1),(779,566,22,2),(9,5,23,1),(162,105,23,1),(697,484,23,2),(727,514,23,2),(424,283,24,1),(145,95,25,3),(571,384,25,1),(438,291,26,1),(449,299,26,1),(93,60,27,3),(156,102,27,3),(291,194,27,3),(551,370,27,1),(158,103,28,1),(183,120,28,3),(31,18,29,3),(202,132,29,1),(688,475,29,2),(718,505,29,2),(418,279,30,3),(136,89,31,3),(242,161,31,1),(350,235,31,1),(451,301,31,2),(453,302,31,2),(455,303,31,2),(456,304,31,2),(457,305,31,2),(458,306,31,2),(459,307,31,2),(461,308,31,2),(462,309,31,2),(463,310,31,2),(464,311,31,2),(465,312,31,2),(466,313,31,2),(467,314,31,2),(469,315,31,2),(470,316,31,2),(472,317,31,2),(473,318,31,2),(475,319,31,2),(477,320,31,2),(478,321,31,2),(479,322,31,2),(481,323,31,2),(482,324,31,2),(483,325,31,2),(485,326,31,2),(487,327,31,2),(488,328,31,2),(490,329,31,2),(492,330,31,2),(493,331,31,2),(494,332,31,2),(495,333,31,2),(497,334,31,2),(498,335,31,2),(499,336,31,2),(500,337,31,2),(501,338,31,2),(502,339,31,2),(504,340,31,2),(506,341,31,2),(508,342,31,2),(510,343,31,2),(512,344,31,2),(513,345,31,2),(515,346,31,2),(517,347,31,2),(518,348,31,2),(520,349,31,2),(521,350,31,2),(523,351,31,2),(525,352,31,2),(527,353,31,2),(529,354,31,2),(530,355,31,2),(532,356,31,2),(533,357,31,2),(535,358,31,2),(536,359,31,2),(537,360,31,2),(538,361,31,2),(539,362,31,2),(541,363,31,2),(542,364,31,2),(543,365,31,2),(544,366,31,2),(546,367,31,2),(547,368,31,2),(549,369,31,2),(550,370,31,2),(552,371,31,2),(553,372,31,2),(554,373,31,2),(555,374,31,2),(556,375,31,2),(557,376,31,2),(559,377,31,2),(561,378,31,2),(562,379,31,2),(564,380,31,2),(566,381,31,2),(567,382,31,2),(568,383,31,2),(570,384,31,2),(572,385,31,2),(573,386,31,2),(575,387,31,2),(577,388,31,2),(578,389,31,2),(580,390,31,2),(581,391,31,2),(582,392,31,2),(584,393,31,2),(585,394,31,2),(586,395,31,2),(588,396,31,2),(590,397,31,2),(592,398,31,2),(593,399,31,2),(595,400,31,2),(596,401,31,2),(598,402,31,2),(599,403,31,2),(600,404,31,2),(601,405,31,2),(602,406,31,2),(604,407,31,2),(606,408,31,2),(607,409,31,2),(609,410,31,2),(610,411,31,2),(611,412,31,2),(613,413,31,2),(614,414,31,2),(615,415,31,2),(617,416,31,2),(618,417,31,2),(619,418,31,2),(620,419,31,2),(621,420,31,2),(624,421,31,1),(623,421,31,2),(625,422,31,2),(627,423,31,2),(629,424,31,2),(631,425,31,2),(632,426,31,2),(633,427,31,2),(634,428,31,2),(635,429,31,2),(637,430,31,2),(638,431,31,2),(639,432,31,2),(640,433,31,2),(642,434,31,2),(643,435,31,2),(644,436,31,2),(645,437,31,2),(646,438,31,2),(647,439,31,2),(648,440,31,2),(650,441,31,2),(652,442,31,2),(653,443,31,2),(654,444,31,2),(655,445,31,2),(657,446,31,2),(659,447,31,2),(660,448,31,2),(661,449,31,2),(663,450,31,2),(675,462,32,2),(676,463,32,2),(267,178,33,1),(748,535,33,2),(2,1,34,1),(300,201,34,3),(440,292,34,1),(672,459,34,2),(641,433,35,1),(20,12,36,1),(177,116,36,1),(207,135,36,1),(293,195,36,1),(324,217,36,3),(563,379,36,3),(259,172,37,1),(534,357,37,3),(591,397,37,3),(48,27,38,3),(71,44,38,3),(757,544,39,2),(435,289,40,1),(454,302,40,1),(531,355,42,1),(589,396,42,1),(753,540,42,2),(674,461,43,2),(175,115,44,1),(339,228,44,1),(375,250,44,3),(522,350,44,1),(226,150,45,1),(421,281,45,3),(200,131,46,3),(540,362,46,1),(605,407,46,3),(15,9,47,3),(486,326,47,1),(366,245,48,3),(460,307,48,1),(505,340,48,1),(576,387,48,1),(126,82,49,3),(132,86,49,1),(507,341,49,3),(78,49,50,3),(187,123,50,3),(385,256,50,3),(766,553,50,2),(289,193,51,1),(636,429,51,3),(330,221,52,1),(742,529,52,2),(85,54,53,1),(311,209,53,3),(612,412,53,1),(703,490,53,2),(733,520,53,2),(69,43,54,1),(101,66,54,3),(142,93,54,3),(400,266,55,3),(626,422,55,3),(658,446,55,1),(744,531,55,2),(368,246,56,1),(480,322,56,1),(526,352,57,1),(756,543,57,2),(121,79,58,3),(511,343,58,1),(681,468,59,2),(711,498,59,2),(197,129,60,3),(334,224,60,1),(361,242,60,3),(693,480,60,2),(723,510,60,2),(471,316,61,3),(228,151,62,3),(264,176,62,3),(352,236,62,3),(393,261,62,3),(558,376,62,3),(616,415,62,1),(55,32,63,3),(685,472,63,2),(715,502,63,2),(777,564,63,2),(37,21,64,3),(496,333,64,3),(565,380,64,1),(783,570,64,2),(12,7,65,3),(560,377,65,3),(383,255,66,3),(50,28,67,3),(304,204,67,1),(583,392,67,1),(773,560,67,2),(308,207,68,1),(356,239,68,1),(468,314,68,1),(484,325,68,3),(749,536,69,2),(195,128,70,1),(405,270,70,1),(656,445,70,3),(97,63,71,3),(247,164,71,1),(673,460,71,2),(431,287,72,3),(628,423,72,3),(743,530,72,2),(282,189,73,3),(381,254,73,1),(407,271,73,1),(409,272,73,3),(153,100,74,1),(35,20,75,1),(209,136,75,3),(219,144,75,3),(285,191,75,1),(160,104,76,1),(245,163,76,3),(548,368,76,1),(608,409,76,3),(237,157,77,3),(129,84,78,1),(491,329,78,1),(706,493,78,2),(736,523,78,2),(114,74,79,1),(151,99,79,1),(250,166,79,1),(280,188,79,1),(684,471,79,2),(714,501,79,2),(358,240,80,1),(373,249,80,1),(363,243,81,1),(739,526,81,2),(670,457,82,2),(447,298,83,1),(509,342,83,1),(149,98,84,3),(39,22,85,3),(193,127,85,1),(314,211,85,1),(704,491,85,2),(734,521,85,2),(745,532,85,2),(42,24,86,3),(89,57,86,3),(414,276,86,1),(579,389,86,3),(204,133,87,3),(344,231,87,3),(649,440,87,1),(784,571,87,2),(775,562,88,2),(64,39,89,3),(426,284,89,1),(213,139,90,3),(230,152,90,3),(397,264,90,1),(346,232,91,3),(476,319,91,3),(503,339,91,3),(4,2,92,3),(379,253,92,3),(390,259,92,1),(671,458,92,2),(103,67,93,1),(44,25,95,1),(181,119,95,3),(253,168,95,1),(107,69,96,3),(271,181,96,1),(528,353,96,3),(768,555,96,2),(651,441,97,1),(232,153,98,3),(316,212,99,3),(25,15,100,3),(83,53,100,3),(256,170,100,1),(587,395,100,3),(18,11,101,1),(782,569,103,2),(785,572,104,2),(767,554,105,2),(702,489,106,2),(732,519,106,2),(738,525,106,2),(701,488,108,2),(731,518,108,2),(781,568,109,2),(780,567,111,2),(692,479,114,2),(722,509,114,2),(758,545,117,2),(740,527,118,2),(695,482,123,2),(725,512,123,2),(686,473,125,2),(716,503,125,2),(687,474,126,2),(717,504,126,2),(689,476,128,2),(719,506,128,2),(677,464,129,2),(707,494,129,2),(776,563,129,2),(698,485,130,2),(728,515,130,2),(778,565,130,2),(699,486,133,2),(729,516,133,2),(771,558,133,2),(764,551,134,2),(694,481,141,2),(724,511,141,2),(700,487,142,2),(730,517,142,2),(763,550,146,2),(770,557,147,2),(759,546,149,2),(762,549,150,2),(755,542,152,2),(750,537,161,2),(787,574,164,2),(683,470,165,2),(713,500,165,2),(765,552,165,2),(682,469,173,2),(712,499,173,2),(1,1,174,2),(3,2,174,2),(5,3,174,2),(6,4,174,2),(8,5,174,2),(10,6,174,2),(11,7,174,2),(13,8,174,2),(14,9,174,2),(16,10,174,2),(17,11,174,2),(19,12,174,2),(21,13,174,2),(22,14,174,2),(24,15,174,2),(26,16,174,2),(28,17,174,2),(30,18,174,2),(32,19,174,2),(34,20,174,2),(36,21,174,2),(38,22,174,2),(40,23,174,2),(41,24,174,2),(43,25,174,2),(45,26,174,2),(47,27,174,2),(49,28,174,2),(51,29,174,2),(52,30,174,2),(53,31,174,2),(54,32,174,2),(56,33,174,2),(58,34,174,2),(59,35,174,2),(60,36,174,2),(61,37,174,2),(62,38,174,2),(63,39,174,2),(65,40,174,2),(66,41,174,2),(67,42,174,2),(68,43,174,2),(70,44,174,2),(72,45,174,2),(73,46,174,2),(74,47,174,2),(75,48,174,2),(77,49,174,2),(79,50,174,2),(80,51,174,2),(81,52,174,2),(82,53,174,2),(84,54,174,2),(86,55,174,2),(87,56,174,2),(88,57,174,2),(90,58,174,2),(91,59,174,2),(92,60,174,2),(94,61,174,2),(95,62,174,2),(96,63,174,2),(98,64,174,2),(99,65,174,2),(100,66,174,2),(102,67,174,2),(104,68,174,2),(106,69,174,2),(108,70,174,2),(109,71,174,2),(110,72,174,2),(112,73,174,2),(113,74,174,2),(115,75,174,2),(116,76,174,2),(117,77,174,2),(118,78,174,2),(120,79,174,2),(122,80,174,2),(124,81,174,2),(125,82,174,2),(127,83,174,2),(128,84,174,2),(130,85,174,2),(131,86,174,2),(133,87,174,2),(134,88,174,2),(135,89,174,2),(137,90,174,2),(138,91,174,2),(139,92,174,2),(141,93,174,2),(143,94,174,2),(144,95,174,2),(146,96,174,2),(147,97,174,2),(148,98,174,2),(150,99,174,2),(152,100,174,2),(154,101,174,2),(155,102,174,2),(157,103,174,2),(159,104,174,2),(161,105,174,2),(163,106,174,2),(165,107,174,2),(166,108,174,2),(167,109,174,2),(168,110,174,2),(169,111,174,2),(170,112,174,2),(171,113,174,2),(173,114,174,2),(174,115,174,2),(176,116,174,2),(178,117,174,2),(179,118,174,2),(180,119,174,2),(182,120,174,2),(184,121,174,2),(185,122,174,2),(186,123,174,2),(188,124,174,2),(189,125,174,2),(191,126,174,2),(192,127,174,2),(194,128,174,2),(196,129,174,2),(198,130,174,2),(199,131,174,2),(201,132,174,2),(203,133,174,2),(205,134,174,2),(206,135,174,2),(208,136,174,2),(210,137,174,2),(211,138,174,2),(212,139,174,2),(214,140,174,2),(215,141,174,2),(216,142,174,2),(217,143,174,2),(218,144,174,2),(220,145,174,2),(221,146,174,2),(222,147,174,2),(223,148,174,2),(224,149,174,2),(225,150,174,2),(690,477,177,2),(720,507,177,2),(752,539,177,2),(227,151,178,2),(229,152,178,2),(231,153,178,2),(233,154,178,2),(234,155,178,2),(235,156,178,2),(236,157,178,2),(238,158,178,2),(239,159,178,2),(240,160,178,2),(241,161,178,2),(243,162,178,2),(244,163,178,2),(246,164,178,2),(248,165,178,2),(249,166,178,2),(251,167,178,2),(252,168,178,2),(254,169,178,2),(255,170,178,2),(257,171,178,2),(258,172,178,2),(260,173,178,2),(261,174,178,2),(262,175,178,2),(263,176,178,2),(265,177,178,2),(266,178,178,2),(268,179,178,2),(269,180,178,2),(270,181,178,2),(272,182,178,2),(273,183,178,2),(275,184,178,2),(276,185,178,2),(277,186,178,2),(278,187,178,2),(279,188,178,2),(281,189,178,2),(283,190,178,2),(284,191,178,2),(286,192,178,2),(288,193,178,2),(290,194,178,2),(292,195,178,2),(294,196,178,2),(295,197,178,2),(296,198,178,2),(297,199,178,2),(298,200,178,2),(299,201,178,2),(301,202,178,2),(302,203,178,2),(303,204,178,2),(305,205,178,2),(306,206,178,2),(307,207,178,2),(309,208,178,2),(310,209,178,2),(312,210,178,2),(313,211,178,2),(315,212,178,2),(317,213,178,2),(319,214,178,2),(320,215,178,2),(321,216,178,2),(323,217,178,2),(325,218,178,2),(326,219,178,2),(328,220,178,2),(329,221,178,2),(331,222,178,2),(332,223,178,2),(333,224,178,2),(335,225,178,2),(336,226,178,2),(337,227,178,2),(338,228,178,2),(340,229,178,2),(341,230,178,2),(343,231,178,2),(345,232,178,2),(347,233,178,2),(348,234,178,2),(349,235,178,2),(351,236,178,2),(353,237,178,2),(354,238,178,2),(355,239,178,2),(357,240,178,2),(359,241,178,2),(360,242,178,2),(362,243,178,2),(364,244,178,2),(365,245,178,2),(367,246,178,2),(369,247,178,2),(370,248,178,2),(372,249,178,2),(374,250,178,2),(376,251,178,2),(377,252,178,2),(378,253,178,2),(380,254,178,2),(382,255,178,2),(384,256,178,2),(386,257,178,2),(387,258,178,2),(389,259,178,2),(391,260,178,2),(392,261,178,2),(394,262,178,2),(395,263,178,2),(396,264,178,2),(398,265,178,2),(399,266,178,2),(401,267,178,2),(402,268,178,2),(403,269,178,2),(404,270,178,2),(406,271,178,2),(408,272,178,2),(410,273,178,2),(411,274,178,2),(412,275,178,2),(413,276,178,2),(415,277,178,2),(416,278,178,2),(417,279,178,2),(419,280,178,2),(420,281,178,2),(422,282,178,2),(423,283,178,2),(425,284,178,2),(427,285,178,2),(429,286,178,2),(430,287,178,2),(432,288,178,2),(434,289,178,2),(436,290,178,2),(437,291,178,2),(439,292,178,2),(441,293,178,2),(442,294,178,2),(443,295,178,2),(444,296,178,2),(445,297,178,2),(446,298,178,2),(448,299,178,2),(450,300,178,2),(786,573,178,2),(705,492,179,2),(735,522,179,2),(769,556,180,2),(747,534,181,2),(678,465,183,2),(708,495,183,2),(746,533,184,2),(741,528,185,2),(772,559,186,2),(751,538,190,2),(679,466,193,2),(709,496,193,2),(754,541,194,2),(691,478,199,2),(721,508,199,2); +INSERT INTO `civicrm_activity_contact` (`id`, `activity_id`, `contact_id`, `record_type_id`) VALUES (34,22,1,3),(404,273,1,1),(499,339,1,3),(255,172,2,3),(382,257,2,1),(556,379,2,3),(667,451,2,2),(749,533,3,2),(483,327,4,1),(536,364,4,3),(652,440,4,3),(668,452,4,2),(121,79,6,1),(378,255,6,3),(669,453,6,2),(760,544,6,2),(471,319,7,3),(706,490,7,2),(736,520,7,2),(753,537,7,2),(435,294,8,1),(670,454,8,2),(788,572,8,2),(75,48,9,3),(309,209,9,1),(349,236,9,1),(542,368,9,1),(585,397,9,3),(701,485,9,2),(731,515,9,2),(300,203,10,1),(376,254,10,1),(572,389,10,3),(576,392,10,3),(633,428,10,1),(248,168,11,1),(267,181,11,3),(339,231,11,3),(354,239,11,1),(510,346,11,1),(771,555,11,2),(351,237,12,3),(110,72,13,3),(474,321,13,3),(647,436,14,1),(215,145,15,3),(322,219,15,1),(356,240,15,3),(60,38,16,3),(80,51,16,3),(578,393,16,1),(671,455,16,2),(26,16,17,1),(149,99,17,3),(237,162,17,1),(246,167,17,1),(398,269,17,1),(457,308,17,1),(558,380,17,3),(197,134,18,1),(259,175,19,1),(672,456,19,2),(687,471,19,2),(717,501,19,2),(47,30,20,1),(77,49,20,3),(242,165,21,3),(658,444,21,1),(764,548,21,2),(444,300,22,1),(10,6,23,1),(188,128,23,1),(430,290,23,3),(597,404,24,1),(335,228,25,3),(347,235,25,3),(544,369,25,1),(199,135,26,1),(617,418,26,1),(645,435,26,1),(229,155,27,1),(304,205,27,3),(467,316,27,1),(271,183,28,1),(417,280,28,1),(193,131,30,3),(781,565,30,2),(516,350,31,3),(767,551,31,2),(116,76,32,1),(384,258,32,1),(678,462,32,2),(679,463,32,2),(274,185,33,3),(518,351,33,1),(302,204,34,3),(656,443,34,1),(675,459,34,2),(83,53,35,1),(285,193,35,1),(694,478,35,2),(724,508,35,2),(52,33,36,3),(183,125,36,1),(390,263,36,1),(565,385,36,3),(170,116,37,1),(514,349,37,3),(87,56,38,3),(630,426,38,1),(409,276,39,1),(24,15,40,3),(40,26,40,3),(90,58,40,1),(319,217,40,1),(695,479,40,2),(725,509,40,2),(372,251,41,1),(447,302,42,3),(522,353,42,3),(602,407,42,1),(175,119,43,3),(209,141,43,1),(606,410,43,1),(677,461,43,2),(747,531,43,2),(185,126,44,1),(504,342,44,1),(595,403,44,3),(689,473,44,2),(719,503,44,2),(769,553,45,2),(147,98,47,3),(508,345,48,3),(50,32,49,3),(129,85,50,1),(253,171,50,1),(493,335,50,3),(770,554,50,2),(8,5,51,3),(411,277,51,1),(628,425,51,1),(400,270,52,1),(459,309,52,1),(591,401,53,3),(744,528,53,2),(6,4,54,1),(413,278,54,3),(561,382,54,1),(251,170,55,1),(298,202,55,1),(326,221,55,1),(29,18,56,3),(222,151,56,2),(223,152,56,2),(225,153,56,2),(227,154,56,2),(228,155,56,2),(230,156,56,2),(231,157,56,2),(232,158,56,2),(233,159,56,2),(234,160,56,2),(235,161,56,2),(236,162,56,2),(238,163,56,2),(240,164,56,2),(241,165,56,2),(243,166,56,2),(245,167,56,2),(247,168,56,2),(249,169,56,2),(250,170,56,2),(252,171,56,2),(254,172,56,2),(256,173,56,2),(257,174,56,2),(258,175,56,2),(260,176,56,2),(261,177,56,2),(262,178,56,2),(263,179,56,2),(265,180,56,2),(266,181,56,2),(268,182,56,2),(270,183,56,2),(272,184,56,2),(273,185,56,2),(275,186,56,2),(277,187,56,2),(278,188,56,2),(280,189,56,2),(281,190,56,2),(282,191,56,2),(283,192,56,2),(284,193,56,2),(286,194,56,2),(288,195,56,2),(289,196,56,2),(291,197,56,2),(292,198,56,2),(294,199,56,2),(295,200,56,2),(296,201,56,2),(297,202,56,2),(299,203,56,2),(301,204,56,2),(303,205,56,2),(305,206,56,2),(306,207,56,2),(307,208,56,2),(308,209,56,2),(310,210,56,2),(312,211,56,2),(313,212,56,2),(314,213,56,2),(315,214,56,2),(316,215,56,2),(317,216,56,2),(318,217,56,2),(320,218,56,2),(321,219,56,2),(323,220,56,2),(325,221,56,2),(327,222,56,2),(329,223,56,2),(330,224,56,2),(331,225,56,2),(332,226,56,2),(333,227,56,2),(334,228,56,2),(336,229,56,2),(337,230,56,2),(338,231,56,2),(340,232,56,2),(342,233,56,2),(344,234,56,2),(346,235,56,2),(348,236,56,2),(350,237,56,2),(352,238,56,2),(353,239,56,2),(355,240,56,2),(357,241,56,2),(358,242,56,2),(359,243,56,2),(361,244,56,2),(362,245,56,2),(364,246,56,2),(365,247,56,2),(367,248,56,2),(368,249,56,2),(370,250,56,2),(371,251,56,2),(373,252,56,2),(374,253,56,2),(375,254,56,2),(377,255,56,2),(379,256,56,2),(381,257,56,2),(383,258,56,2),(385,259,56,2),(386,260,56,2),(387,261,56,2),(388,262,56,2),(389,263,56,2),(391,264,56,2),(392,265,56,2),(393,266,56,2),(395,267,56,2),(396,268,56,2),(397,269,56,2),(399,270,56,2),(401,271,56,2),(402,272,56,2),(403,273,56,2),(405,274,56,2),(407,275,56,2),(408,276,56,2),(410,277,56,2),(412,278,56,2),(414,279,56,2),(416,280,56,2),(418,281,56,2),(419,282,56,2),(420,283,56,2),(421,284,56,2),(423,285,56,2),(424,286,56,2),(426,287,56,2),(427,288,56,2),(428,289,56,2),(429,290,56,2),(431,291,56,2),(432,292,56,2),(433,293,56,2),(434,294,56,2),(436,295,56,2),(437,296,56,2),(438,297,56,2),(439,298,56,2),(441,299,56,2),(443,300,56,2),(226,153,57,3),(239,163,57,3),(780,564,57,2),(12,7,58,1),(534,363,58,3),(613,415,58,1),(705,489,58,2),(735,519,58,2),(63,40,59,3),(324,220,59,1),(453,306,59,1),(782,566,60,2),(380,256,61,3),(756,540,61,2),(224,152,62,1),(343,233,62,3),(422,284,62,1),(754,538,62,2),(487,330,63,3),(777,561,63,2),(626,424,64,1),(776,560,64,2),(17,11,65,1),(244,166,66,1),(690,474,66,2),(720,504,66,2),(42,27,67,1),(345,234,67,3),(366,247,67,3),(568,387,67,1),(56,36,68,1),(143,95,68,1),(440,298,68,1),(757,541,68,2),(680,464,69,2),(710,494,69,2),(119,78,70,1),(548,372,70,1),(497,338,71,3),(676,460,71,2),(762,546,71,2),(92,59,72,3),(96,61,72,1),(599,405,72,3),(698,482,72,2),(728,512,72,2),(635,429,73,3),(126,83,74,3),(191,130,75,3),(134,89,76,3),(442,299,76,1),(642,433,76,3),(692,476,76,2),(722,506,76,2),(94,60,77,3),(218,147,77,1),(264,179,77,3),(582,395,77,3),(703,487,77,2),(733,517,77,2),(758,542,77,2),(38,25,78,1),(180,123,78,1),(589,400,78,3),(450,304,79,1),(455,307,79,1),(477,323,79,1),(70,44,80,1),(101,65,80,1),(287,194,80,3),(664,448,80,3),(45,29,81,1),(213,144,81,1),(363,245,81,1),(752,536,81,2),(20,13,82,1),(293,198,82,3),(360,243,82,1),(532,362,82,3),(540,367,82,1),(673,457,82,2),(709,493,82,2),(739,523,82,2),(290,196,83,1),(406,274,83,1),(743,527,83,2),(65,41,84,3),(269,182,84,1),(502,341,84,1),(593,402,84,1),(700,484,84,2),(730,514,84,2),(759,543,84,2),(139,92,85,3),(328,222,85,3),(341,232,85,3),(114,75,86,3),(165,112,86,1),(201,136,86,1),(279,188,87,3),(311,210,88,3),(609,412,88,1),(699,483,88,2),(729,513,88,2),(2,1,89,3),(106,69,89,3),(276,186,89,1),(746,530,89,2),(415,279,90,3),(621,421,90,3),(58,37,91,1),(205,139,91,1),(570,388,91,3),(661,446,91,1),(674,458,92,2),(67,42,93,1),(580,394,93,3),(685,469,93,2),(715,499,93,2),(750,534,93,2),(162,110,95,1),(394,266,95,3),(684,468,95,2),(714,498,95,2),(137,91,96,1),(172,117,96,1),(520,352,97,3),(768,552,97,2),(425,286,98,3),(152,101,99,3),(207,140,99,1),(479,324,99,3),(637,430,99,1),(640,432,99,1),(22,14,100,3),(369,249,101,1),(623,422,101,3),(681,465,102,2),(711,495,102,2),(748,532,103,2),(686,470,107,2),(716,500,107,2),(751,535,109,2),(741,525,112,2),(790,574,114,2),(761,545,115,2),(772,556,123,2),(702,486,124,2),(732,516,124,2),(704,488,126,2),(734,518,126,2),(783,567,130,2),(683,467,131,2),(713,497,131,2),(784,568,132,2),(778,562,135,2),(774,558,141,2),(763,547,149,2),(786,570,150,2),(789,573,151,2),(745,529,152,2),(765,549,153,2),(766,550,156,2),(445,301,168,2),(446,302,168,2),(448,303,168,2),(449,304,168,2),(451,305,168,2),(452,306,168,2),(454,307,168,2),(456,308,168,2),(458,309,168,2),(460,310,168,2),(461,311,168,2),(462,312,168,2),(463,313,168,2),(464,314,168,2),(465,315,168,2),(466,316,168,2),(468,317,168,2),(469,318,168,2),(470,319,168,2),(472,320,168,2),(473,321,168,2),(475,322,168,2),(476,323,168,2),(478,324,168,2),(480,325,168,2),(481,326,168,2),(482,327,168,2),(484,328,168,2),(485,329,168,2),(486,330,168,2),(488,331,168,2),(489,332,168,2),(490,333,168,2),(491,334,168,2),(492,335,168,2),(494,336,168,2),(495,337,168,2),(496,338,168,2),(498,339,168,2),(500,340,168,2),(501,341,168,2),(503,342,168,2),(505,343,168,2),(506,344,168,2),(507,345,168,2),(509,346,168,2),(511,347,168,2),(512,348,168,2),(513,349,168,2),(515,350,168,2),(517,351,168,2),(519,352,168,2),(521,353,168,2),(523,354,168,2),(524,355,168,2),(525,356,168,2),(526,357,168,2),(527,358,168,2),(528,359,168,2),(529,360,168,2),(530,361,168,2),(531,362,168,2),(533,363,168,2),(535,364,168,2),(537,365,168,2),(538,366,168,2),(539,367,168,2),(541,368,168,2),(543,369,168,2),(545,370,168,2),(546,371,168,2),(547,372,168,2),(549,373,168,2),(550,374,168,2),(551,375,168,2),(552,376,168,2),(553,377,168,2),(554,378,168,2),(555,379,168,2),(557,380,168,2),(559,381,168,2),(560,382,168,2),(562,383,168,2),(563,384,168,2),(564,385,168,2),(566,386,168,2),(567,387,168,2),(569,388,168,2),(571,389,168,2),(573,390,168,2),(574,391,168,2),(575,392,168,2),(577,393,168,2),(579,394,168,2),(581,395,168,2),(583,396,168,2),(584,397,168,2),(586,398,168,2),(587,399,168,2),(588,400,168,2),(590,401,168,2),(592,402,168,2),(594,403,168,2),(596,404,168,2),(598,405,168,2),(600,406,168,2),(601,407,168,2),(603,408,168,2),(604,409,168,2),(605,410,168,2),(607,411,168,2),(608,412,168,2),(610,413,168,2),(611,414,168,2),(612,415,168,2),(614,416,168,2),(615,417,168,2),(616,418,168,2),(618,419,168,2),(619,420,168,2),(620,421,168,2),(622,422,168,2),(624,423,168,2),(625,424,168,2),(627,425,168,2),(629,426,168,2),(631,427,168,2),(632,428,168,2),(634,429,168,2),(636,430,168,2),(638,431,168,2),(639,432,168,2),(641,433,168,2),(643,434,168,2),(644,435,168,2),(646,436,168,2),(648,437,168,2),(649,438,168,2),(650,439,168,2),(651,440,168,2),(653,441,168,2),(654,442,168,2),(655,443,168,2),(657,444,168,2),(659,445,168,2),(660,446,168,2),(662,447,168,2),(663,448,168,2),(665,449,168,2),(666,450,168,2),(785,569,168,2),(755,539,171,2),(691,475,173,2),(721,505,173,2),(779,563,175,2),(693,477,177,2),(723,507,177,2),(1,1,180,2),(3,2,180,2),(4,3,180,2),(5,4,180,2),(7,5,180,2),(9,6,180,2),(11,7,180,2),(13,8,180,2),(14,9,180,2),(15,10,180,2),(16,11,180,2),(18,12,180,2),(19,13,180,2),(21,14,180,2),(23,15,180,2),(25,16,180,2),(27,17,180,2),(28,18,180,2),(30,19,180,2),(31,20,180,2),(32,21,180,2),(33,22,180,2),(35,23,180,2),(36,24,180,2),(37,25,180,2),(39,26,180,2),(41,27,180,2),(43,28,180,2),(44,29,180,2),(46,30,180,2),(48,31,180,2),(49,32,180,2),(51,33,180,2),(53,34,180,2),(54,35,180,2),(55,36,180,2),(57,37,180,2),(59,38,180,2),(61,39,180,2),(62,40,180,2),(64,41,180,2),(66,42,180,2),(68,43,180,2),(69,44,180,2),(71,45,180,2),(72,46,180,2),(73,47,180,2),(74,48,180,2),(76,49,180,2),(78,50,180,2),(79,51,180,2),(81,52,180,2),(82,53,180,2),(84,54,180,2),(85,55,180,2),(86,56,180,2),(88,57,180,2),(89,58,180,2),(91,59,180,2),(93,60,180,2),(95,61,180,2),(97,62,180,2),(98,63,180,2),(99,64,180,2),(100,65,180,2),(102,66,180,2),(103,67,180,2),(104,68,180,2),(105,69,180,2),(107,70,180,2),(108,71,180,2),(109,72,180,2),(111,73,180,2),(112,74,180,2),(113,75,180,2),(115,76,180,2),(117,77,180,2),(118,78,180,2),(120,79,180,2),(122,80,180,2),(123,81,180,2),(124,82,180,2),(125,83,180,2),(127,84,180,2),(128,85,180,2),(130,86,180,2),(131,87,180,2),(132,88,180,2),(133,89,180,2),(135,90,180,2),(136,91,180,2),(138,92,180,2),(140,93,180,2),(141,94,180,2),(142,95,180,2),(144,96,180,2),(145,97,180,2),(146,98,180,2),(148,99,180,2),(150,100,180,2),(151,101,180,2),(153,102,180,2),(154,103,180,2),(155,104,180,2),(156,105,180,2),(157,106,180,2),(158,107,180,2),(159,108,180,2),(160,109,180,2),(161,110,180,2),(163,111,180,2),(164,112,180,2),(166,113,180,2),(167,114,180,2),(168,115,180,2),(169,116,180,2),(171,117,180,2),(173,118,180,2),(174,119,180,2),(176,120,180,2),(177,121,180,2),(178,122,180,2),(179,123,180,2),(181,124,180,2),(182,125,180,2),(184,126,180,2),(186,127,180,2),(187,128,180,2),(189,129,180,2),(190,130,180,2),(192,131,180,2),(194,132,180,2),(195,133,180,2),(196,134,180,2),(198,135,180,2),(200,136,180,2),(202,137,180,2),(203,138,180,2),(204,139,180,2),(206,140,180,2),(208,141,180,2),(210,142,180,2),(211,143,180,2),(212,144,180,2),(214,145,180,2),(216,146,180,2),(217,147,180,2),(219,148,180,2),(220,149,180,2),(221,150,180,2),(707,491,181,2),(737,521,181,2),(775,559,184,2),(742,526,185,2),(688,472,187,2),(718,502,187,2),(708,492,188,2),(738,522,188,2),(773,557,188,2),(696,480,189,2),(726,510,189,2),(697,481,190,2),(727,511,190,2),(682,466,193,2),(712,496,193,2),(787,571,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,195,1,1,0,'474A Jackson Pl E',474,'A',NULL,'Jackson','Pl','E',NULL,NULL,NULL,NULL,'Truro',1,1014,NULL,'50257',NULL,1228,41.204733,-93.84553,0,NULL,NULL,NULL),(2,180,1,1,0,'793J Martin Luther King St SE',793,'J',NULL,'Martin Luther King','St','SE',NULL,NULL,NULL,NULL,'Sudbury',1,1020,NULL,'01776',NULL,1228,42.38532,-71.42989,0,NULL,NULL,NULL),(3,126,1,1,0,'297Q Pine Ln E',297,'Q',NULL,'Pine','Ln','E',NULL,NULL,NULL,NULL,'Pearland',1,1042,NULL,'77581',NULL,1228,29.56218,-95.26982,0,NULL,NULL,NULL),(4,60,1,1,0,'325M Lincoln Blvd SW',325,'M',NULL,'Lincoln','Blvd','SW',NULL,NULL,NULL,NULL,'Columbus',1,1009,NULL,'31903',NULL,1228,32.423311,-84.94879,0,NULL,NULL,NULL),(5,54,1,1,0,'153O Martin Luther King Way E',153,'O',NULL,'Martin Luther King','Way','E',NULL,NULL,NULL,NULL,'Linwood',1,1029,NULL,'08221',NULL,1228,39.348616,-74.57387,0,NULL,NULL,NULL),(6,187,1,1,0,'115E Northpoint Ave SE',115,'E',NULL,'Northpoint','Ave','SE',NULL,NULL,NULL,NULL,'Hoolehua',1,1010,NULL,'96729',NULL,1228,21.168775,-157.08588,0,NULL,NULL,NULL),(7,88,1,1,0,'154U College Dr NE',154,'U',NULL,'College','Dr','NE',NULL,NULL,NULL,NULL,'Mesick',1,1021,NULL,'49668',NULL,1228,44.405334,-85.71981,0,NULL,NULL,NULL),(8,119,1,1,0,'218Z Van Ness Pl W',218,'Z',NULL,'Van Ness','Pl','W',NULL,NULL,NULL,NULL,'Lubbock',1,1042,NULL,'79424',NULL,1228,33.513337,-101.93239,0,NULL,NULL,NULL),(9,153,1,1,0,'768H Second Rd NW',768,'H',NULL,'Second','Rd','NW',NULL,NULL,NULL,NULL,'Rockaway',1,1029,NULL,'07866',NULL,1228,40.926798,-74.50624,0,NULL,NULL,NULL),(10,28,1,1,0,'498D Caulder Ln NE',498,'D',NULL,'Caulder','Ln','NE',NULL,NULL,NULL,NULL,'Albert Lea',1,1022,NULL,'56007',NULL,1228,43.652042,-93.36916,0,NULL,NULL,NULL),(11,27,1,1,0,'627F El Camino Ave NE',627,'F',NULL,'El Camino','Ave','NE',NULL,NULL,NULL,NULL,'Fort Smith',1,1003,NULL,'72919',NULL,1228,35.191046,-94.23816,0,NULL,NULL,NULL),(12,43,1,1,0,'257T Green Blvd NW',257,'T',NULL,'Green','Blvd','NW',NULL,NULL,NULL,NULL,'Wynne',1,1003,NULL,'72396',NULL,1228,35.229779,-90.83237,0,NULL,NULL,NULL),(13,103,1,1,0,'300T Beech Path S',300,'T',NULL,'Beech','Path','S',NULL,NULL,NULL,NULL,'Buffalo',1,1024,NULL,'65622',NULL,1228,37.630577,-93.10129,0,NULL,NULL,NULL),(14,68,1,1,0,'762S Martin Luther King Way W',762,'S',NULL,'Martin Luther King','Way','W',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80251',NULL,1228,39.738752,-104.408349,0,NULL,NULL,NULL),(15,5,1,1,0,'686T El Camino Path SW',686,'T',NULL,'El Camino','Path','SW',NULL,NULL,NULL,NULL,'Centerville',1,1020,NULL,'02632',NULL,1228,41.658718,-70.34658,0,NULL,NULL,NULL),(16,29,1,1,0,'891F Green Path SW',891,'F',NULL,'Green','Path','SW',NULL,NULL,NULL,NULL,'Sanger',1,1004,NULL,'93657',NULL,1228,36.72845,-119.53571,0,NULL,NULL,NULL),(17,48,1,1,0,'964M Woodbridge Rd W',964,'M',NULL,'Woodbridge','Rd','W',NULL,NULL,NULL,NULL,'Stanfield',1,1036,NULL,'97875',NULL,1228,45.786324,-119.21099,0,NULL,NULL,NULL),(18,182,1,1,0,'603M Beech Ave W',603,'M',NULL,'Beech','Ave','W',NULL,NULL,NULL,NULL,'Saint Bonifacius',1,1022,NULL,'55375',NULL,1228,44.906512,-93.7439,0,NULL,NULL,NULL),(19,148,1,1,0,'364M Lincoln St SE',364,'M',NULL,'Lincoln','St','SE',NULL,NULL,NULL,NULL,'Valley City',1,1033,NULL,'58072',NULL,1228,46.934311,-98.02374,0,NULL,NULL,NULL),(20,132,1,1,0,'165O El Camino Pl SW',165,'O',NULL,'El Camino','Pl','SW',NULL,NULL,NULL,NULL,'Staunton',1,1013,NULL,'47881',NULL,1228,39.487119,-87.18939,0,NULL,NULL,NULL),(21,128,1,1,0,'630V Woodbridge Ave E',630,'V',NULL,'Woodbridge','Ave','E',NULL,NULL,NULL,NULL,'Malone',1,1046,NULL,'98559',NULL,1228,46.959091,-123.32595,0,NULL,NULL,NULL),(22,115,1,1,0,'929H Martin Luther King Pl W',929,'H',NULL,'Martin Luther King','Pl','W',NULL,NULL,NULL,NULL,'Blanket',1,1042,NULL,'76432',NULL,1228,31.82741,-98.80286,0,NULL,NULL,NULL),(23,114,1,1,0,'886Q Pine St W',886,'Q',NULL,'Pine','St','W',NULL,NULL,NULL,NULL,'Bryson City',1,1032,NULL,'28713',NULL,1228,35.395491,-83.47397,0,NULL,NULL,NULL),(24,200,1,1,0,'947G Jackson Path SE',947,'G',NULL,'Jackson','Path','SE',NULL,NULL,NULL,NULL,'Brush Creek',1,1037,NULL,'17269',NULL,1228,39.88745,-78.245581,0,NULL,NULL,NULL),(25,64,1,1,0,'316U Green Way N',316,'U',NULL,'Green','Way','N',NULL,NULL,NULL,NULL,'Peoria',1,1012,NULL,'61601',NULL,1228,40.693137,-89.589847,0,NULL,NULL,NULL),(26,3,1,1,0,'91C College Path E',91,'C',NULL,'College','Path','E',NULL,NULL,NULL,NULL,'Charlotte',1,1032,NULL,'28283',NULL,1228,35.26002,-80.804151,0,NULL,NULL,NULL),(27,141,1,1,0,'376Y Northpoint St SW',376,'Y',NULL,'Northpoint','St','SW',NULL,NULL,NULL,NULL,'Unadilla',1,1026,NULL,'68454',NULL,1228,40.698235,-96.28913,0,NULL,NULL,NULL),(28,116,1,1,0,'542O Pine Dr S',542,'O',NULL,'Pine','Dr','S',NULL,NULL,NULL,NULL,'Indianapolis',1,1013,NULL,'46239',NULL,1228,39.732943,-85.99903,0,NULL,NULL,NULL),(29,109,1,1,0,'150G Jackson Rd SE',150,'G',NULL,'Jackson','Rd','SE',NULL,NULL,NULL,NULL,'East Bernard',1,1042,NULL,'77435',NULL,1228,29.520049,-96.08527,0,NULL,NULL,NULL),(30,178,1,1,0,'617A Green Rd NE',617,'A',NULL,'Green','Rd','NE',NULL,NULL,NULL,NULL,'Las Vegas',1,1027,NULL,'89128',NULL,1228,36.193501,-115.265,0,NULL,NULL,NULL),(31,17,1,1,0,'894C Lincoln Pl S',894,'C',NULL,'Lincoln','Pl','S',NULL,NULL,NULL,NULL,'Bloomington',1,1012,NULL,'61799',NULL,1228,40.488468,-88.939637,0,NULL,NULL,NULL),(32,55,1,1,0,'883Y College Rd NE',883,'Y',NULL,'College','Rd','NE',NULL,NULL,NULL,NULL,'Ogallah',1,1015,NULL,'67656',NULL,1228,38.989828,-99.75144,0,NULL,NULL,NULL),(33,159,1,1,0,'562G States Rd SW',562,'G',NULL,'States','Rd','SW',NULL,NULL,NULL,NULL,'Virginia Beach',1,1045,NULL,'23467',NULL,1228,36.795669,-76.012628,0,NULL,NULL,NULL),(34,39,1,1,0,'865S College Blvd N',865,'S',NULL,'College','Blvd','N',NULL,NULL,NULL,NULL,'Fullerton',1,1017,NULL,'70642',NULL,1228,31.111979,-93.200936,0,NULL,NULL,NULL),(35,171,1,1,0,'595B Lincoln St NE',595,'B',NULL,'Lincoln','St','NE',NULL,NULL,NULL,NULL,'Clinton',1,1014,NULL,'52733',NULL,1228,41.880619,-90.519519,0,NULL,NULL,NULL),(36,177,1,1,0,'89L Woodbridge Way SW',89,'L',NULL,'Woodbridge','Way','SW',NULL,NULL,NULL,NULL,'Bowdoinham',1,1018,NULL,'04008',NULL,1228,44.023057,-69.88369,0,NULL,NULL,NULL),(37,160,1,1,0,'473O Jackson Ln NW',473,'O',NULL,'Jackson','Ln','NW',NULL,NULL,NULL,NULL,'Tyro',1,1015,NULL,'67364',NULL,1228,37.035742,-95.82167,0,NULL,NULL,NULL),(38,49,1,1,0,'765M Cadell Pl SE',765,'M',NULL,'Cadell','Pl','SE',NULL,NULL,NULL,NULL,'Magnolia',1,1042,NULL,'77355',NULL,1228,30.158706,-95.74464,0,NULL,NULL,NULL),(39,8,1,1,0,'348L Lincoln Ave NE',348,'L',NULL,'Lincoln','Ave','NE',NULL,NULL,NULL,NULL,'Flora',1,1023,NULL,'39871',NULL,1228,32.540084,-90.307122,0,NULL,NULL,NULL),(40,106,1,1,0,'959F Maple Rd S',959,'F',NULL,'Maple','Rd','S',NULL,NULL,NULL,NULL,'Perris',1,1004,NULL,'92599',NULL,1228,33.752886,-116.055617,0,NULL,NULL,NULL),(41,79,1,1,0,'325D Cadell Dr SE',325,'D',NULL,'Cadell','Dr','SE',NULL,NULL,NULL,NULL,'Rock',1,1021,NULL,'49880',NULL,1228,46.086125,-87.20146,0,NULL,NULL,NULL),(42,13,1,1,0,'793D Maple Path NE',793,'D',NULL,'Maple','Path','NE',NULL,NULL,NULL,NULL,'San Antonio',1,1042,NULL,'78236',NULL,1228,29.389767,-98.61251,0,NULL,NULL,NULL),(43,12,1,1,0,'621M Van Ness Ln SE',621,'M',NULL,'Van Ness','Ln','SE',NULL,NULL,NULL,NULL,'Lake Worth',1,1008,NULL,'33467',NULL,1228,26.601937,-80.17921,0,NULL,NULL,NULL),(44,179,1,1,0,'618Y Green Rd S',618,'Y',NULL,'Green','Rd','S',NULL,NULL,NULL,NULL,'La Porte',1,1013,NULL,'46350',NULL,1228,41.605749,-86.71983,0,NULL,NULL,NULL),(45,198,1,1,0,'878U Beech Pl NE',878,'U',NULL,'Beech','Pl','NE',NULL,NULL,NULL,NULL,'Loving',1,1042,NULL,'76460',NULL,1228,33.332336,-98.48413,0,NULL,NULL,NULL),(46,140,1,1,0,'596B Green Ave NW',596,'B',NULL,'Green','Ave','NW',NULL,NULL,NULL,NULL,'Union Furnace',1,1034,NULL,'43158',NULL,1228,39.460218,-82.3572,0,NULL,NULL,NULL),(47,71,1,1,0,'334W Lincoln Ave SW',334,'W',NULL,'Lincoln','Ave','SW',NULL,NULL,NULL,NULL,'Richmond',1,1018,NULL,'04327',NULL,1228,44.09156,-69.804077,0,NULL,NULL,NULL),(48,14,1,1,0,'205Q Van Ness Rd SW',205,'Q',NULL,'Van Ness','Rd','SW',NULL,NULL,NULL,NULL,'Moreno Valley',1,1004,NULL,'92554',NULL,1228,33.521993,-115.915905,0,NULL,NULL,NULL),(49,139,1,1,0,'271B Northpoint Ln S',271,'B',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Hutto',1,1042,NULL,'78634',NULL,1228,30.540874,-97.54611,0,NULL,NULL,NULL),(50,96,1,1,0,'438L Caulder Path SW',438,'L',NULL,'Caulder','Path','SW',NULL,NULL,NULL,NULL,'Oregonia',1,1034,NULL,'45054',NULL,1228,39.44415,-84.06299,0,NULL,NULL,NULL),(51,7,1,1,0,'873L El Camino Ave N',873,'L',NULL,'El Camino','Ave','N',NULL,NULL,NULL,NULL,'Sparks',1,1027,NULL,'89436',NULL,1228,39.624698,-119.70585,0,NULL,NULL,NULL),(52,146,1,1,0,'133H Cadell Ave SW',133,'H',NULL,'Cadell','Ave','SW',NULL,NULL,NULL,NULL,'Colon',1,1021,NULL,'49040',NULL,1228,41.960856,-85.33059,0,NULL,NULL,NULL),(53,105,1,1,0,'145C States Blvd S',145,'C',NULL,'States','Blvd','S',NULL,NULL,NULL,NULL,'Hamilton',1,1000,NULL,'35570',NULL,1228,34.149717,-88.00384,0,NULL,NULL,NULL),(54,151,1,1,0,'364M Dowlen Ln S',364,'M',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85016',NULL,1228,33.503742,-112.03235,0,NULL,NULL,NULL),(55,86,1,1,0,'196Y Maple Ave SW',196,'Y',NULL,'Maple','Ave','SW',NULL,NULL,NULL,NULL,'Freeport',1,1031,NULL,'11520',NULL,1228,40.653935,-73.587,0,NULL,NULL,NULL),(56,18,1,1,0,'220F Dowlen Path N',220,'F',NULL,'Dowlen','Path','N',NULL,NULL,NULL,NULL,'Fonda',1,1031,NULL,'12068',NULL,1228,42.953913,-74.37883,0,NULL,NULL,NULL),(57,56,1,1,0,'347B College Ave NE',347,'B',NULL,'College','Ave','NE',NULL,NULL,NULL,NULL,'Franklin',1,1031,NULL,'13775',NULL,1228,42.333285,-75.16086,0,NULL,NULL,NULL),(58,150,1,1,0,'470F Bay Pl SW',470,'F',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Flintstone',1,1009,NULL,'30725',NULL,1228,34.932348,-85.35064,0,NULL,NULL,NULL),(59,35,1,1,0,'892Q States Dr N',892,'Q',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Ryder',1,1033,NULL,'58779',NULL,1228,47.811566,-101.86084,0,NULL,NULL,NULL),(60,122,1,1,0,'680Z Caulder Dr SE',680,'Z',NULL,'Caulder','Dr','SE',NULL,NULL,NULL,NULL,'Dayton',1,1036,NULL,'97114',NULL,1228,45.211339,-123.08114,0,NULL,NULL,NULL),(61,152,1,1,0,'991V College Pl S',991,'V',NULL,'College','Pl','S',NULL,NULL,NULL,NULL,'Orlando',1,1008,NULL,'32857',NULL,1228,28.566338,-81.260818,0,NULL,NULL,NULL),(62,41,1,1,0,'342E Van Ness Ln NW',342,'E',NULL,'Van Ness','Ln','NW',NULL,NULL,NULL,NULL,'Waterford',1,1006,NULL,'06385',NULL,1228,41.347948,-72.14762,0,NULL,NULL,NULL),(63,169,1,1,0,'434B Beech Ave SW',434,'B',NULL,'Beech','Ave','SW',NULL,NULL,NULL,NULL,'Morgantown',1,1013,NULL,'46160',NULL,1228,39.351269,-86.26806,0,NULL,NULL,NULL),(64,82,1,1,0,'848K Maple Ln S',848,'K',NULL,'Maple','Ln','S',NULL,NULL,NULL,NULL,'New Hampton',1,1031,NULL,'10958',NULL,1228,41.384738,-74.41571,0,NULL,NULL,NULL),(65,33,3,1,0,'279J Jackson Pl W',279,'J',NULL,'Jackson','Pl','W',NULL,'Mailstop 101',NULL,NULL,'Crested Butte',1,1005,NULL,'81225',NULL,1228,38.901649,-106.96755,0,NULL,NULL,NULL),(66,106,2,0,0,'279J Jackson Pl W',279,'J',NULL,'Jackson','Pl','W',NULL,'Mailstop 101',NULL,NULL,'Crested Butte',1,1005,NULL,'81225',NULL,1228,38.901649,-106.96755,0,NULL,NULL,65),(67,69,3,1,0,'719H Lincoln Rd SE',719,'H',NULL,'Lincoln','Rd','SE',NULL,'Urgent',NULL,NULL,'Petersburg',1,1047,NULL,'26847',NULL,1228,38.959188,-79.13703,0,NULL,NULL,NULL),(68,194,2,1,0,'719H Lincoln Rd SE',719,'H',NULL,'Lincoln','Rd','SE',NULL,'Urgent',NULL,NULL,'Petersburg',1,1047,NULL,'26847',NULL,1228,38.959188,-79.13703,0,NULL,NULL,67),(69,87,3,1,0,'737R Main Path NE',737,'R',NULL,'Main','Path','NE',NULL,'Cuffe Parade',NULL,NULL,'Carolina',1,1038,NULL,'02812',NULL,1228,41.46603,-71.66408,0,NULL,NULL,NULL),(70,179,2,0,0,'737R Main Path NE',737,'R',NULL,'Main','Path','NE',NULL,'Cuffe Parade',NULL,NULL,'Carolina',1,1038,NULL,'02812',NULL,1228,41.46603,-71.66408,0,NULL,NULL,69),(71,161,3,1,0,'685J Caulder Path W',685,'J',NULL,'Caulder','Path','W',NULL,'Disbursements',NULL,NULL,'Scott',1,1034,NULL,'45886',NULL,1228,40.9871,-84.6073,0,NULL,NULL,NULL),(72,166,2,1,0,'685J Caulder Path W',685,'J',NULL,'Caulder','Path','W',NULL,'Disbursements',NULL,NULL,'Scott',1,1034,NULL,'45886',NULL,1228,40.9871,-84.6073,0,NULL,NULL,71),(73,163,3,1,0,'155U Main Dr E',155,'U',NULL,'Main','Dr','E',NULL,'c/o PO Plus',NULL,NULL,'Warrenton',1,1045,NULL,'20186',NULL,1228,38.707135,-77.8145,0,NULL,NULL,NULL),(74,183,2,1,0,'155U Main Dr E',155,'U',NULL,'Main','Dr','E',NULL,'c/o PO Plus',NULL,NULL,'Warrenton',1,1045,NULL,'20186',NULL,1228,38.707135,-77.8145,0,NULL,NULL,73),(75,110,3,1,0,'604G Second St S',604,'G',NULL,'Second','St','S',NULL,'Disbursements',NULL,NULL,'Brethren',1,1021,NULL,'49619',NULL,1228,44.306548,-86.00977,0,NULL,NULL,NULL),(76,80,3,1,0,'300Y Caulder Ln E',300,'Y',NULL,'Caulder','Ln','E',NULL,'Receiving',NULL,NULL,'Waco',1,1024,NULL,'64869',NULL,1228,37.206219,-94.335453,0,NULL,NULL,NULL),(77,90,3,1,0,'423P Woodbridge Way SE',423,'P',NULL,'Woodbridge','Way','SE',NULL,'Community Relations',NULL,NULL,'Perryman',1,1019,NULL,'21002',NULL,1228,39.487519,-76.199871,0,NULL,NULL,NULL),(78,109,2,0,0,'423P Woodbridge Way SE',423,'P',NULL,'Woodbridge','Way','SE',NULL,'Community Relations',NULL,NULL,'Perryman',1,1019,NULL,'21002',NULL,1228,39.487519,-76.199871,0,NULL,NULL,77),(79,51,3,1,0,'436Z Martin Luther King Pl SE',436,'Z',NULL,'Martin Luther King','Pl','SE',NULL,'Mailstop 101',NULL,NULL,'Wichita',1,1015,NULL,'67203',NULL,1228,37.703932,-97.36237,0,NULL,NULL,NULL),(80,38,2,1,0,'436Z Martin Luther King Pl SE',436,'Z',NULL,'Martin Luther King','Pl','SE',NULL,'Mailstop 101',NULL,NULL,'Wichita',1,1015,NULL,'67203',NULL,1228,37.703932,-97.36237,0,NULL,NULL,79),(81,30,3,1,0,'527Z Beech Blvd E',527,'Z',NULL,'Beech','Blvd','E',NULL,'Editorial Dept',NULL,NULL,'Wilton',1,1048,NULL,'54670',NULL,1228,43.833159,-90.49044,0,NULL,NULL,NULL),(82,187,2,0,0,'527Z Beech Blvd E',527,'Z',NULL,'Beech','Blvd','E',NULL,'Editorial Dept',NULL,NULL,'Wilton',1,1048,NULL,'54670',NULL,1228,43.833159,-90.49044,0,NULL,NULL,81),(83,176,3,1,0,'753Q Pine Way SE',753,'Q',NULL,'Pine','Way','SE',NULL,'Donor Relations',NULL,NULL,'Provo',1,1043,NULL,'84605',NULL,1228,40.176975,-111.536036,0,NULL,NULL,NULL),(84,175,2,1,0,'753Q Pine Way SE',753,'Q',NULL,'Pine','Way','SE',NULL,'Donor Relations',NULL,NULL,'Provo',1,1043,NULL,'84605',NULL,1228,40.176975,-111.536036,0,NULL,NULL,83),(85,46,3,1,0,'957S States St E',957,'S',NULL,'States','St','E',NULL,'Editorial Dept',NULL,NULL,'Knox City',1,1042,NULL,'79529',NULL,1228,33.423156,-99.82014,0,NULL,NULL,NULL),(86,16,2,1,0,'957S States St E',957,'S',NULL,'States','St','E',NULL,'Editorial Dept',NULL,NULL,'Knox City',1,1042,NULL,'79529',NULL,1228,33.423156,-99.82014,0,NULL,NULL,85),(87,6,3,1,0,'285Y Bay Rd NE',285,'Y',NULL,'Bay','Rd','NE',NULL,'c/o PO Plus',NULL,NULL,'Sparks',1,1027,NULL,'89436',NULL,1228,39.624698,-119.70585,0,NULL,NULL,NULL),(88,111,2,1,0,'285Y Bay Rd NE',285,'Y',NULL,'Bay','Rd','NE',NULL,'c/o PO Plus',NULL,NULL,'Sparks',1,1027,NULL,'89436',NULL,1228,39.624698,-119.70585,0,NULL,NULL,87),(89,168,3,1,0,'551Y College Path SW',551,'Y',NULL,'College','Path','SW',NULL,'Donor Relations',NULL,NULL,'Mapleton',1,1012,NULL,'61547',NULL,1228,40.619174,-89.72628,0,NULL,NULL,NULL),(90,98,2,1,0,'551Y College Path SW',551,'Y',NULL,'College','Path','SW',NULL,'Donor Relations',NULL,NULL,'Mapleton',1,1012,NULL,'61547',NULL,1228,40.619174,-89.72628,0,NULL,NULL,89),(91,11,3,1,0,'765P Woodbridge Ave N',765,'P',NULL,'Woodbridge','Ave','N',NULL,'c/o OPDC',NULL,NULL,'Bruceton Mills',1,1047,NULL,'26525',NULL,1228,39.646876,-79.59847,0,NULL,NULL,NULL),(92,195,2,0,0,'765P Woodbridge Ave N',765,'P',NULL,'Woodbridge','Ave','N',NULL,'c/o OPDC',NULL,NULL,'Bruceton Mills',1,1047,NULL,'26525',NULL,1228,39.646876,-79.59847,0,NULL,NULL,91),(93,191,3,1,0,'700I Caulder Blvd NW',700,'I',NULL,'Caulder','Blvd','NW',NULL,'Attn: Development',NULL,NULL,'Harbeson',1,1007,NULL,'19951',NULL,1228,38.682345,-75.23286,0,NULL,NULL,NULL),(94,19,2,1,0,'700I Caulder Blvd NW',700,'I',NULL,'Caulder','Blvd','NW',NULL,'Attn: Development',NULL,NULL,'Harbeson',1,1007,NULL,'19951',NULL,1228,38.682345,-75.23286,0,NULL,NULL,93),(95,190,3,1,0,'346D Northpoint St W',346,'D',NULL,'Northpoint','St','W',NULL,'Disbursements',NULL,NULL,'San Antonio',1,1042,NULL,'78201',NULL,1228,29.466781,-98.52519,0,NULL,NULL,NULL),(96,55,2,0,0,'346D Northpoint St W',346,'D',NULL,'Northpoint','St','W',NULL,'Disbursements',NULL,NULL,'San Antonio',1,1042,NULL,'78201',NULL,1228,29.466781,-98.52519,0,NULL,NULL,95),(97,32,3,1,0,'186I Beech Way N',186,'I',NULL,'Beech','Way','N',NULL,'Mailstop 101',NULL,NULL,'Amboy',1,1004,NULL,'92304',NULL,1228,34.548138,-115.65796,0,NULL,NULL,NULL),(98,75,3,1,0,'777W Jackson Ave SE',777,'W',NULL,'Jackson','Ave','SE',NULL,'Donor Relations',NULL,NULL,'Mountain Home',1,1043,NULL,'84051',NULL,1228,40.42204,-110.38597,0,NULL,NULL,NULL),(99,156,2,1,0,'777W Jackson Ave SE',777,'W',NULL,'Jackson','Ave','SE',NULL,'Donor Relations',NULL,NULL,'Mountain Home',1,1043,NULL,'84051',NULL,1228,40.42204,-110.38597,0,NULL,NULL,98),(100,104,3,1,0,'281O Martin Luther King Path E',281,'O',NULL,'Martin Luther King','Path','E',NULL,'Attn: Accounting',NULL,NULL,'Quinton',1,1029,NULL,'08072',NULL,1228,39.546172,-75.41367,0,NULL,NULL,NULL),(101,44,2,1,0,'281O Martin Luther King Path E',281,'O',NULL,'Martin Luther King','Path','E',NULL,'Attn: Accounting',NULL,NULL,'Quinton',1,1029,NULL,'08072',NULL,1228,39.546172,-75.41367,0,NULL,NULL,100),(102,158,1,1,0,'878U Beech Pl NE',878,'U',NULL,'Beech','Pl','NE',NULL,NULL,NULL,NULL,'Loving',1,1042,NULL,'76460',NULL,1228,33.332336,-98.48413,0,NULL,NULL,45),(103,83,1,1,0,'878U Beech Pl NE',878,'U',NULL,'Beech','Pl','NE',NULL,NULL,NULL,NULL,'Loving',1,1042,NULL,'76460',NULL,1228,33.332336,-98.48413,0,NULL,NULL,45),(104,89,1,1,0,'878U Beech Pl NE',878,'U',NULL,'Beech','Pl','NE',NULL,NULL,NULL,NULL,'Loving',1,1042,NULL,'76460',NULL,1228,33.332336,-98.48413,0,NULL,NULL,45),(105,179,1,0,0,'598O College Way E',598,'O',NULL,'College','Way','E',NULL,NULL,NULL,NULL,'Shelton',1,1046,NULL,'98584',NULL,1228,47.224044,-123.10538,0,NULL,NULL,NULL),(106,72,1,1,0,'596B Green Ave NW',596,'B',NULL,'Green','Ave','NW',NULL,NULL,NULL,NULL,'Union Furnace',1,1034,NULL,'43158',NULL,1228,39.460218,-82.3572,0,NULL,NULL,46),(107,42,1,1,0,'596B Green Ave NW',596,'B',NULL,'Green','Ave','NW',NULL,NULL,NULL,NULL,'Union Furnace',1,1034,NULL,'43158',NULL,1228,39.460218,-82.3572,0,NULL,NULL,46),(108,97,1,1,0,'596B Green Ave NW',596,'B',NULL,'Green','Ave','NW',NULL,NULL,NULL,NULL,'Union Furnace',1,1034,NULL,'43158',NULL,1228,39.460218,-82.3572,0,NULL,NULL,46),(109,186,1,1,0,'596B Green Ave NW',596,'B',NULL,'Green','Ave','NW',NULL,NULL,NULL,NULL,'Union Furnace',1,1034,NULL,'43158',NULL,1228,39.460218,-82.3572,0,NULL,NULL,46),(110,183,1,0,0,'334W Lincoln Ave SW',334,'W',NULL,'Lincoln','Ave','SW',NULL,NULL,NULL,NULL,'Richmond',1,1018,NULL,'04327',NULL,1228,44.09156,-69.804077,0,NULL,NULL,47),(111,145,1,1,0,'334W Lincoln Ave SW',334,'W',NULL,'Lincoln','Ave','SW',NULL,NULL,NULL,NULL,'Richmond',1,1018,NULL,'04327',NULL,1228,44.09156,-69.804077,0,NULL,NULL,47),(112,166,1,0,0,'334W Lincoln Ave SW',334,'W',NULL,'Lincoln','Ave','SW',NULL,NULL,NULL,NULL,'Richmond',1,1018,NULL,'04327',NULL,1228,44.09156,-69.804077,0,NULL,NULL,47),(113,199,1,1,0,'872H Jackson Blvd NE',872,'H',NULL,'Jackson','Blvd','NE',NULL,NULL,NULL,NULL,'Whippany',1,1029,NULL,'07981',NULL,1228,40.821482,-74.42648,0,NULL,NULL,NULL),(114,147,1,1,0,'205Q Van Ness Rd SW',205,'Q',NULL,'Van Ness','Rd','SW',NULL,NULL,NULL,NULL,'Moreno Valley',1,1004,NULL,'92554',NULL,1228,33.521993,-115.915905,0,NULL,NULL,48),(115,44,1,0,0,'205Q Van Ness Rd SW',205,'Q',NULL,'Van Ness','Rd','SW',NULL,NULL,NULL,NULL,'Moreno Valley',1,1004,NULL,'92554',NULL,1228,33.521993,-115.915905,0,NULL,NULL,48),(116,155,1,1,0,'205Q Van Ness Rd SW',205,'Q',NULL,'Van Ness','Rd','SW',NULL,NULL,NULL,NULL,'Moreno Valley',1,1004,NULL,'92554',NULL,1228,33.521993,-115.915905,0,NULL,NULL,48),(117,175,1,0,0,'318O Green Ln NW',318,'O',NULL,'Green','Ln','NW',NULL,NULL,NULL,NULL,'Algonac',1,1021,NULL,'48001',NULL,1228,42.631359,-82.554,0,NULL,NULL,NULL),(118,164,1,1,0,'271B Northpoint Ln S',271,'B',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Hutto',1,1042,NULL,'78634',NULL,1228,30.540874,-97.54611,0,NULL,NULL,49),(119,22,1,1,0,'271B Northpoint Ln S',271,'B',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Hutto',1,1042,NULL,'78634',NULL,1228,30.540874,-97.54611,0,NULL,NULL,49),(120,144,1,1,0,'271B Northpoint Ln S',271,'B',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Hutto',1,1042,NULL,'78634',NULL,1228,30.540874,-97.54611,0,NULL,NULL,49),(121,36,1,1,0,'271B Northpoint Ln S',271,'B',NULL,'Northpoint','Ln','S',NULL,NULL,NULL,NULL,'Hutto',1,1042,NULL,'78634',NULL,1228,30.540874,-97.54611,0,NULL,NULL,49),(122,95,1,1,0,'438L Caulder Path SW',438,'L',NULL,'Caulder','Path','SW',NULL,NULL,NULL,NULL,'Oregonia',1,1034,NULL,'45054',NULL,1228,39.44415,-84.06299,0,NULL,NULL,50),(123,117,1,1,0,'438L Caulder Path SW',438,'L',NULL,'Caulder','Path','SW',NULL,NULL,NULL,NULL,'Oregonia',1,1034,NULL,'45054',NULL,1228,39.44415,-84.06299,0,NULL,NULL,50),(124,24,1,1,0,'438L Caulder Path SW',438,'L',NULL,'Caulder','Path','SW',NULL,NULL,NULL,NULL,'Oregonia',1,1034,NULL,'45054',NULL,1228,39.44415,-84.06299,0,NULL,NULL,50),(125,181,1,1,0,'438L Caulder Path SW',438,'L',NULL,'Caulder','Path','SW',NULL,NULL,NULL,NULL,'Oregonia',1,1034,NULL,'45054',NULL,1228,39.44415,-84.06299,0,NULL,NULL,50),(126,84,1,1,0,'873L El Camino Ave N',873,'L',NULL,'El Camino','Ave','N',NULL,NULL,NULL,NULL,'Sparks',1,1027,NULL,'89436',NULL,1228,39.624698,-119.70585,0,NULL,NULL,51),(127,9,1,1,0,'873L El Camino Ave N',873,'L',NULL,'El Camino','Ave','N',NULL,NULL,NULL,NULL,'Sparks',1,1027,NULL,'89436',NULL,1228,39.624698,-119.70585,0,NULL,NULL,51),(128,137,1,1,0,'873L El Camino Ave N',873,'L',NULL,'El Camino','Ave','N',NULL,NULL,NULL,NULL,'Sparks',1,1027,NULL,'89436',NULL,1228,39.624698,-119.70585,0,NULL,NULL,51),(129,99,1,1,0,'873L El Camino Ave N',873,'L',NULL,'El Camino','Ave','N',NULL,NULL,NULL,NULL,'Sparks',1,1027,NULL,'89436',NULL,1228,39.624698,-119.70585,0,NULL,NULL,51),(130,185,1,1,0,'133H Cadell Ave SW',133,'H',NULL,'Cadell','Ave','SW',NULL,NULL,NULL,NULL,'Colon',1,1021,NULL,'49040',NULL,1228,41.960856,-85.33059,0,NULL,NULL,52),(131,173,1,1,0,'133H Cadell Ave SW',133,'H',NULL,'Cadell','Ave','SW',NULL,NULL,NULL,NULL,'Colon',1,1021,NULL,'49040',NULL,1228,41.960856,-85.33059,0,NULL,NULL,52),(132,193,1,1,0,'133H Cadell Ave SW',133,'H',NULL,'Cadell','Ave','SW',NULL,NULL,NULL,NULL,'Colon',1,1021,NULL,'49040',NULL,1228,41.960856,-85.33059,0,NULL,NULL,52),(133,73,1,1,0,'907H Lincoln Ave NW',907,'H',NULL,'Lincoln','Ave','NW',NULL,NULL,NULL,NULL,'Rison',1,1003,NULL,'71665',NULL,1228,33.941582,-92.14575,0,NULL,NULL,NULL),(134,142,1,1,0,'145C States Blvd S',145,'C',NULL,'States','Blvd','S',NULL,NULL,NULL,NULL,'Hamilton',1,1000,NULL,'35570',NULL,1228,34.149717,-88.00384,0,NULL,NULL,53),(135,74,1,1,0,'145C States Blvd S',145,'C',NULL,'States','Blvd','S',NULL,NULL,NULL,NULL,'Hamilton',1,1000,NULL,'35570',NULL,1228,34.149717,-88.00384,0,NULL,NULL,53),(136,78,1,1,0,'145C States Blvd S',145,'C',NULL,'States','Blvd','S',NULL,NULL,NULL,NULL,'Hamilton',1,1000,NULL,'35570',NULL,1228,34.149717,-88.00384,0,NULL,NULL,53),(137,61,1,1,0,'738V Woodbridge St W',738,'V',NULL,'Woodbridge','St','W',NULL,NULL,NULL,NULL,'Henderson',1,1012,NULL,'61439',NULL,1228,41.02572,-90.35566,0,NULL,NULL,NULL),(138,172,1,1,0,'364M Dowlen Ln S',364,'M',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85016',NULL,1228,33.503742,-112.03235,0,NULL,NULL,54),(139,118,1,1,0,'364M Dowlen Ln S',364,'M',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85016',NULL,1228,33.503742,-112.03235,0,NULL,NULL,54),(140,59,1,1,0,'364M Dowlen Ln S',364,'M',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85016',NULL,1228,33.503742,-112.03235,0,NULL,NULL,54),(141,57,1,1,0,'364M Dowlen Ln S',364,'M',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85016',NULL,1228,33.503742,-112.03235,0,NULL,NULL,54),(142,65,1,1,0,'196Y Maple Ave SW',196,'Y',NULL,'Maple','Ave','SW',NULL,NULL,NULL,NULL,'Freeport',1,1031,NULL,'11520',NULL,1228,40.653935,-73.587,0,NULL,NULL,55),(143,53,1,1,0,'196Y Maple Ave SW',196,'Y',NULL,'Maple','Ave','SW',NULL,NULL,NULL,NULL,'Freeport',1,1031,NULL,'11520',NULL,1228,40.653935,-73.587,0,NULL,NULL,55),(144,4,1,1,0,'196Y Maple Ave SW',196,'Y',NULL,'Maple','Ave','SW',NULL,NULL,NULL,NULL,'Freeport',1,1031,NULL,'11520',NULL,1228,40.653935,-73.587,0,NULL,NULL,55),(145,188,1,1,0,'196Y Maple Ave SW',196,'Y',NULL,'Maple','Ave','SW',NULL,NULL,NULL,NULL,'Freeport',1,1031,NULL,'11520',NULL,1228,40.653935,-73.587,0,NULL,NULL,55),(146,94,1,1,0,'220F Dowlen Path N',220,'F',NULL,'Dowlen','Path','N',NULL,NULL,NULL,NULL,'Fonda',1,1031,NULL,'12068',NULL,1228,42.953913,-74.37883,0,NULL,NULL,56),(147,112,1,1,0,'220F Dowlen Path N',220,'F',NULL,'Dowlen','Path','N',NULL,NULL,NULL,NULL,'Fonda',1,1031,NULL,'12068',NULL,1228,42.953913,-74.37883,0,NULL,NULL,56),(148,170,1,1,0,'220F Dowlen Path N',220,'F',NULL,'Dowlen','Path','N',NULL,NULL,NULL,NULL,'Fonda',1,1031,NULL,'12068',NULL,1228,42.953913,-74.37883,0,NULL,NULL,56),(149,197,1,1,0,'704I States Way N',704,'I',NULL,'States','Way','N',NULL,NULL,NULL,NULL,'Hiawassee',1,1009,NULL,'30546',NULL,1228,34.923847,-83.7231,0,NULL,NULL,NULL),(150,40,1,1,0,'347B College Ave NE',347,'B',NULL,'College','Ave','NE',NULL,NULL,NULL,NULL,'Franklin',1,1031,NULL,'13775',NULL,1228,42.333285,-75.16086,0,NULL,NULL,57),(151,107,1,1,0,'347B College Ave NE',347,'B',NULL,'College','Ave','NE',NULL,NULL,NULL,NULL,'Franklin',1,1031,NULL,'13775',NULL,1228,42.333285,-75.16086,0,NULL,NULL,57),(152,77,1,1,0,'347B College Ave NE',347,'B',NULL,'College','Ave','NE',NULL,NULL,NULL,NULL,'Franklin',1,1031,NULL,'13775',NULL,1228,42.333285,-75.16086,0,NULL,NULL,57),(153,120,1,1,0,'347B College Ave NE',347,'B',NULL,'College','Ave','NE',NULL,NULL,NULL,NULL,'Franklin',1,1031,NULL,'13775',NULL,1228,42.333285,-75.16086,0,NULL,NULL,57),(154,130,1,1,0,'470F Bay Pl SW',470,'F',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Flintstone',1,1009,NULL,'30725',NULL,1228,34.932348,-85.35064,0,NULL,NULL,58),(155,21,1,1,0,'470F Bay Pl SW',470,'F',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Flintstone',1,1009,NULL,'30725',NULL,1228,34.932348,-85.35064,0,NULL,NULL,58),(156,125,1,1,0,'470F Bay Pl SW',470,'F',NULL,'Bay','Pl','SW',NULL,NULL,NULL,NULL,'Flintstone',1,1009,NULL,'30725',NULL,1228,34.932348,-85.35064,0,NULL,NULL,58),(157,133,1,1,0,'564O Cadell Dr N',564,'O',NULL,'Cadell','Dr','N',NULL,NULL,NULL,NULL,'Powers',1,1036,NULL,'97466',NULL,1228,42.873137,-124.07835,0,NULL,NULL,NULL),(158,81,1,1,0,'892Q States Dr N',892,'Q',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Ryder',1,1033,NULL,'58779',NULL,1228,47.811566,-101.86084,0,NULL,NULL,59),(159,123,1,1,0,'892Q States Dr N',892,'Q',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Ryder',1,1033,NULL,'58779',NULL,1228,47.811566,-101.86084,0,NULL,NULL,59),(160,38,1,0,0,'892Q States Dr N',892,'Q',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Ryder',1,1033,NULL,'58779',NULL,1228,47.811566,-101.86084,0,NULL,NULL,59),(161,19,1,0,0,'892Q States Dr N',892,'Q',NULL,'States','Dr','N',NULL,NULL,NULL,NULL,'Ryder',1,1033,NULL,'58779',NULL,1228,47.811566,-101.86084,0,NULL,NULL,59),(162,143,1,1,0,'680Z Caulder Dr SE',680,'Z',NULL,'Caulder','Dr','SE',NULL,NULL,NULL,NULL,'Dayton',1,1036,NULL,'97114',NULL,1228,45.211339,-123.08114,0,NULL,NULL,60),(163,111,1,0,0,'680Z Caulder Dr SE',680,'Z',NULL,'Caulder','Dr','SE',NULL,NULL,NULL,NULL,'Dayton',1,1036,NULL,'97114',NULL,1228,45.211339,-123.08114,0,NULL,NULL,60),(164,127,1,1,0,'680Z Caulder Dr SE',680,'Z',NULL,'Caulder','Dr','SE',NULL,NULL,NULL,NULL,'Dayton',1,1036,NULL,'97114',NULL,1228,45.211339,-123.08114,0,NULL,NULL,60),(165,138,1,1,0,'211Q Woodbridge Way NE',211,'Q',NULL,'Woodbridge','Way','NE',NULL,NULL,NULL,NULL,'Spokane',1,1046,NULL,'99228',NULL,1228,47.653568,-117.431742,0,NULL,NULL,NULL),(166,135,1,1,0,'991V College Pl S',991,'V',NULL,'College','Pl','S',NULL,NULL,NULL,NULL,'Orlando',1,1008,NULL,'32857',NULL,1228,28.566338,-81.260818,0,NULL,NULL,61),(167,102,1,1,0,'991V College Pl S',991,'V',NULL,'College','Pl','S',NULL,NULL,NULL,NULL,'Orlando',1,1008,NULL,'32857',NULL,1228,28.566338,-81.260818,0,NULL,NULL,61),(168,149,1,1,0,'991V College Pl S',991,'V',NULL,'College','Pl','S',NULL,NULL,NULL,NULL,'Orlando',1,1008,NULL,'32857',NULL,1228,28.566338,-81.260818,0,NULL,NULL,61),(169,100,1,1,0,'991V College Pl S',991,'V',NULL,'College','Pl','S',NULL,NULL,NULL,NULL,'Orlando',1,1008,NULL,'32857',NULL,1228,28.566338,-81.260818,0,NULL,NULL,61),(170,70,1,1,0,'342E Van Ness Ln NW',342,'E',NULL,'Van Ness','Ln','NW',NULL,NULL,NULL,NULL,'Waterford',1,1006,NULL,'06385',NULL,1228,41.347948,-72.14762,0,NULL,NULL,62),(171,10,1,1,0,'342E Van Ness Ln NW',342,'E',NULL,'Van Ness','Ln','NW',NULL,NULL,NULL,NULL,'Waterford',1,1006,NULL,'06385',NULL,1228,41.347948,-72.14762,0,NULL,NULL,62),(172,167,1,1,0,'342E Van Ness Ln NW',342,'E',NULL,'Van Ness','Ln','NW',NULL,NULL,NULL,NULL,'Waterford',1,1006,NULL,'06385',NULL,1228,41.347948,-72.14762,0,NULL,NULL,62),(173,196,1,1,0,'683B Second Rd NW',683,'B',NULL,'Second','Rd','NW',NULL,NULL,NULL,NULL,'Spring Garden',1,1004,NULL,'95771',NULL,1228,40.036998,-121.831299,0,NULL,NULL,NULL),(174,108,1,1,0,'434B Beech Ave SW',434,'B',NULL,'Beech','Ave','SW',NULL,NULL,NULL,NULL,'Morgantown',1,1013,NULL,'46160',NULL,1228,39.351269,-86.26806,0,NULL,NULL,63),(175,26,1,1,0,'434B Beech Ave SW',434,'B',NULL,'Beech','Ave','SW',NULL,NULL,NULL,NULL,'Morgantown',1,1013,NULL,'46160',NULL,1228,39.351269,-86.26806,0,NULL,NULL,63),(176,67,1,1,0,'434B Beech Ave SW',434,'B',NULL,'Beech','Ave','SW',NULL,NULL,NULL,NULL,'Morgantown',1,1013,NULL,'46160',NULL,1228,39.351269,-86.26806,0,NULL,NULL,63),(177,45,1,1,0,'562V Main Path W',562,'V',NULL,'Main','Path','W',NULL,NULL,NULL,NULL,'Rawlins',1,1049,NULL,'82301',NULL,1228,41.971581,-107.29475,0,NULL,NULL,NULL),(178,92,1,1,0,'848K Maple Ln S',848,'K',NULL,'Maple','Ln','S',NULL,NULL,NULL,NULL,'New Hampton',1,1031,NULL,'10958',NULL,1228,41.384738,-74.41571,0,NULL,NULL,64),(179,2,1,1,0,'848K Maple Ln S',848,'K',NULL,'Maple','Ln','S',NULL,NULL,NULL,NULL,'New Hampton',1,1031,NULL,'10958',NULL,1228,41.384738,-74.41571,0,NULL,NULL,64),(180,174,1,1,0,'848K Maple Ln S',848,'K',NULL,'Maple','Ln','S',NULL,NULL,NULL,NULL,'New Hampton',1,1031,NULL,'10958',NULL,1228,41.384738,-74.41571,0,NULL,NULL,64),(181,129,1,1,0,'220H Dowlen Ln S',220,'H',NULL,'Dowlen','Ln','S',NULL,NULL,NULL,NULL,'Smithfield',1,1037,NULL,'15478',NULL,1228,39.791113,-79.81247,0,NULL,NULL,NULL),(182,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),(183,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),(184,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,96,1,1,0,'602O Northpoint Pl NW',602,'O',NULL,'Northpoint','Pl','NW',NULL,NULL,NULL,NULL,'Hugo',1,1005,NULL,'80821',NULL,1228,39.020889,-103.48045,0,NULL,NULL,NULL),(2,67,1,1,0,'114I Martin Luther King Pl NE',114,'I',NULL,'Martin Luther King','Pl','NE',NULL,NULL,NULL,NULL,'Monson',1,1018,NULL,'04464',NULL,1228,45.303916,-69.51368,0,NULL,NULL,NULL),(3,149,1,1,0,'383Z Second Pl S',383,'Z',NULL,'Second','Pl','S',NULL,NULL,NULL,NULL,'Norcross',1,1009,NULL,'30091',NULL,1228,33.960353,-84.037859,0,NULL,NULL,NULL),(4,37,1,1,0,'343P Lincoln Ave N',343,'P',NULL,'Lincoln','Ave','N',NULL,NULL,NULL,NULL,'Kenneth',1,1022,NULL,'56147',NULL,1228,43.750164,-96.06591,0,NULL,NULL,NULL),(5,90,1,1,0,'304V Bay Dr N',304,'V',NULL,'Bay','Dr','N',NULL,NULL,NULL,NULL,'Lincolnville',1,1015,NULL,'66858',NULL,1228,38.473549,-96.95611,0,NULL,NULL,NULL),(6,100,1,1,0,'544P College St NE',544,'P',NULL,'College','St','NE',NULL,NULL,NULL,NULL,'Evansville',1,1013,NULL,'47724',NULL,1228,37.997128,-87.574963,0,NULL,NULL,NULL),(7,106,1,1,0,'118O Van Ness St SW',118,'O',NULL,'Van Ness','St','SW',NULL,NULL,NULL,NULL,'Whick',1,1016,NULL,'41390',NULL,1228,37.424083,-83.37595,0,NULL,NULL,NULL),(8,72,1,1,0,'90U Pine Blvd W',90,'U',NULL,'Pine','Blvd','W',NULL,NULL,NULL,NULL,'Deal',1,1029,NULL,'07723',NULL,1228,40.250104,-74.00153,0,NULL,NULL,NULL),(9,118,1,1,0,'601R Woodbridge Ave W',601,'R',NULL,'Woodbridge','Ave','W',NULL,NULL,NULL,NULL,'Janesville',1,1012,NULL,'62435',NULL,1228,39.374287,-88.244487,0,NULL,NULL,NULL),(10,188,1,1,0,'939U Bay Rd S',939,'U',NULL,'Bay','Rd','S',NULL,NULL,NULL,NULL,'Washington',1,1050,NULL,'20229',NULL,1228,38.893311,-77.014647,0,NULL,NULL,NULL),(11,19,1,1,0,'252X Maple Rd N',252,'X',NULL,'Maple','Rd','N',NULL,NULL,NULL,NULL,'Ceres',1,1004,NULL,'95307',NULL,1228,37.584282,-120.95064,0,NULL,NULL,NULL),(12,160,1,1,0,'704I Cadell Rd E',704,'I',NULL,'Cadell','Rd','E',NULL,NULL,NULL,NULL,'Minnetonka Beach',1,1022,NULL,'55361',NULL,1228,44.940212,-93.592735,0,NULL,NULL,NULL),(13,71,1,1,0,'822Y El Camino Path S',822,'Y',NULL,'El Camino','Path','S',NULL,NULL,NULL,NULL,'Molina',1,1005,NULL,'81646',NULL,1228,39.139927,-108.00498,0,NULL,NULL,NULL),(14,130,1,1,0,'351B Main St NW',351,'B',NULL,'Main','St','NW',NULL,NULL,NULL,NULL,'Wills Point',1,1042,NULL,'75169',NULL,1228,32.725386,-96.00238,0,NULL,NULL,NULL),(15,113,1,1,0,'830V Beech Ave SE',830,'V',NULL,'Beech','Ave','SE',NULL,NULL,NULL,NULL,'Amherst',1,1040,NULL,'57421',NULL,1228,45.755146,-97.92723,0,NULL,NULL,NULL),(16,114,1,1,0,'50D Bay Rd NE',50,'D',NULL,'Bay','Rd','NE',NULL,NULL,NULL,NULL,'Sacramento',1,1004,NULL,'95818',NULL,1228,38.556576,-121.49285,0,NULL,NULL,NULL),(17,86,1,1,0,'357W Woodbridge Rd N',357,'W',NULL,'Woodbridge','Rd','N',NULL,NULL,NULL,NULL,'Meally',1,1016,NULL,'41234',NULL,1228,37.795418,-82.7337,0,NULL,NULL,NULL),(18,111,1,1,0,'447N Van Ness Blvd SW',447,'N',NULL,'Van Ness','Blvd','SW',NULL,NULL,NULL,NULL,'Owls Head',1,1031,NULL,'12969',NULL,1228,44.711622,-74.09679,0,NULL,NULL,NULL),(19,44,1,1,0,'387N El Camino Ln NE',387,'N',NULL,'El Camino','Ln','NE',NULL,NULL,NULL,NULL,'Picatinny Arsenal',1,1029,NULL,'07806',NULL,1228,40.867331,-74.578269,0,NULL,NULL,NULL),(20,124,1,1,0,'883O Bay Ln N',883,'O',NULL,'Bay','Ln','N',NULL,NULL,NULL,NULL,'Frankfort',1,1021,NULL,'49635',NULL,1228,44.631,-86.21484,0,NULL,NULL,NULL),(21,56,1,1,0,'622M College Ave SE',622,'M',NULL,'College','Ave','SE',NULL,NULL,NULL,NULL,'Walnut',1,1023,NULL,'38683',NULL,1228,34.937606,-88.85572,0,NULL,NULL,NULL),(22,11,1,1,0,'19E Dowlen Blvd E',19,'E',NULL,'Dowlen','Blvd','E',NULL,NULL,NULL,NULL,'Dewar',1,1035,NULL,'74431',NULL,1228,35.458946,-95.94597,0,NULL,NULL,NULL),(23,190,1,1,0,'373X College Dr S',373,'X',NULL,'College','Dr','S',NULL,NULL,NULL,NULL,'East Troy',1,1048,NULL,'53120',NULL,1228,42.797775,-88.40435,0,NULL,NULL,NULL),(24,45,1,1,0,'641Y Dowlen Blvd NW',641,'Y',NULL,'Dowlen','Blvd','NW',NULL,NULL,NULL,NULL,'Given',1,1047,NULL,'25245',NULL,1228,38.698253,-81.75416,0,NULL,NULL,NULL),(25,102,1,1,0,'809H States Ave NE',809,'H',NULL,'States','Ave','NE',NULL,NULL,NULL,NULL,'Miami',1,1008,NULL,'33196',NULL,1228,25.650232,-80.45925,0,NULL,NULL,NULL),(26,147,1,1,0,'341R Second Blvd NE',341,'R',NULL,'Second','Blvd','NE',NULL,NULL,NULL,NULL,'Litchfield',1,1004,NULL,'96117',NULL,1228,40.446122,-120.35776,0,NULL,NULL,NULL),(27,65,1,1,0,'817P Second Ln S',817,'P',NULL,'Second','Ln','S',NULL,NULL,NULL,NULL,'Cleveland',1,1043,NULL,'84518',NULL,1228,39.350034,-110.87184,0,NULL,NULL,NULL),(28,53,1,1,0,'901R Second Path SW',901,'R',NULL,'Second','Path','SW',NULL,NULL,NULL,NULL,'Yeso',1,1030,NULL,'88136',NULL,1228,34.321787,-104.7305,0,NULL,NULL,NULL),(29,16,1,1,0,'330J States Ave NE',330,'J',NULL,'States','Ave','NE',NULL,NULL,NULL,NULL,'Ward',1,1005,NULL,'80481',NULL,1228,40.10613,-105.48044,0,NULL,NULL,NULL),(30,175,1,1,0,'730A Northpoint Pl SW',730,'A',NULL,'Northpoint','Pl','SW',NULL,NULL,NULL,NULL,'Sadsburyville',1,1037,NULL,'19369',NULL,1228,39.985257,-75.88984,0,NULL,NULL,NULL),(31,68,1,1,0,'216H Dowlen Ave NE',216,'H',NULL,'Dowlen','Ave','NE',NULL,NULL,NULL,NULL,'Bremerton',1,1046,NULL,'98311',NULL,1228,47.629717,-122.63493,0,NULL,NULL,NULL),(32,185,1,1,0,'741F Bay Pl S',741,'F',NULL,'Bay','Pl','S',NULL,NULL,NULL,NULL,'Denver',1,1005,NULL,'80221',NULL,1228,39.816536,-105.01123,0,NULL,NULL,NULL),(33,47,1,1,0,'950I El Camino Way SE',950,'I',NULL,'El Camino','Way','SE',NULL,NULL,NULL,NULL,'Westford',1,1031,NULL,'13488',NULL,1228,42.680906,-74.76529,0,NULL,NULL,NULL),(34,142,1,1,0,'305G Beech Path SW',305,'G',NULL,'Beech','Path','SW',NULL,NULL,NULL,NULL,'Plant City',1,1008,NULL,'33565',NULL,1228,28.065552,-82.14506,0,NULL,NULL,NULL),(35,24,1,1,0,'189E Pine St N',189,'E',NULL,'Pine','St','N',NULL,NULL,NULL,NULL,'Braymer',1,1024,NULL,'64624',NULL,1228,39.581772,-93.79569,0,NULL,NULL,NULL),(36,95,1,1,0,'248O Maple Ave W',248,'O',NULL,'Maple','Ave','W',NULL,NULL,NULL,NULL,'Iowa',1,1017,NULL,'70647',NULL,1228,30.243213,-93.00386,0,NULL,NULL,NULL),(37,135,1,1,0,'589C College Way N',589,'C',NULL,'College','Way','N',NULL,NULL,NULL,NULL,'Valley View',1,1037,NULL,'17983',NULL,1228,40.643634,-76.54562,0,NULL,NULL,NULL),(38,158,1,1,0,'91I Martin Luther King Path E',91,'I',NULL,'Martin Luther King','Path','E',NULL,NULL,NULL,NULL,'Stonewall',1,1032,NULL,'28583',NULL,1228,35.156145,-76.632264,0,NULL,NULL,NULL),(39,137,1,1,0,'591G Woodbridge St S',591,'G',NULL,'Woodbridge','St','S',NULL,NULL,NULL,NULL,'New Athens',1,1012,NULL,'62264',NULL,1228,38.318253,-89.88852,0,NULL,NULL,NULL),(40,31,1,1,0,'925Y College Blvd S',925,'Y',NULL,'College','Blvd','S',NULL,NULL,NULL,NULL,'Odessa',1,1042,NULL,'79766',NULL,1228,31.749504,-102.32177,0,NULL,NULL,NULL),(41,187,1,1,0,'282B Woodbridge Dr NW',282,'B',NULL,'Woodbridge','Dr','NW',NULL,NULL,NULL,NULL,'Fort Duchesne',1,1043,NULL,'84026',NULL,1228,40.294693,-109.82903,0,NULL,NULL,NULL),(42,168,1,1,0,'37S College Ave NW',37,'S',NULL,'College','Ave','NW',NULL,NULL,NULL,NULL,'North Pownal',1,1044,NULL,'05260',NULL,1228,42.797636,-73.25716,0,NULL,NULL,NULL),(43,77,1,1,0,'599S Main Blvd SW',599,'S',NULL,'Main','Blvd','SW',NULL,NULL,NULL,NULL,'Luttrell',1,1041,NULL,'37779',NULL,1228,36.20423,-83.75046,0,NULL,NULL,NULL),(44,99,1,1,0,'751Z Martin Luther King St SW',751,'Z',NULL,'Martin Luther King','St','SW',NULL,NULL,NULL,NULL,'Lamar',1,1039,NULL,'29069',NULL,1228,34.183978,-80.07629,0,NULL,NULL,NULL),(45,146,1,1,0,'917W College Ave NE',917,'W',NULL,'College','Ave','NE',NULL,NULL,NULL,NULL,'Saint Louis',1,1024,NULL,'63143',NULL,1228,38.612452,-90.31822,0,NULL,NULL,NULL),(46,131,1,1,0,'402A El Camino Blvd N',402,'A',NULL,'El Camino','Blvd','N',NULL,NULL,NULL,NULL,'Framingham',1,1020,NULL,'01705',NULL,1228,42.446396,-71.459405,0,NULL,NULL,NULL),(47,73,1,1,0,'116Q College Way N',116,'Q',NULL,'College','Way','N',NULL,NULL,NULL,NULL,'Fort Smith',1,1003,NULL,'72914',NULL,1228,35.191046,-94.23816,0,NULL,NULL,NULL),(48,62,1,1,0,'983I Main St SE',983,'I',NULL,'Main','St','SE',NULL,NULL,NULL,NULL,'Fort Edward',1,1031,NULL,'12828',NULL,1228,43.253125,-73.58549,0,NULL,NULL,NULL),(49,29,1,1,0,'314P Dowlen Pl N',314,'P',NULL,'Dowlen','Pl','N',NULL,NULL,NULL,NULL,'Crete',1,1012,NULL,'60417',NULL,1228,41.439034,-87.61173,0,NULL,NULL,NULL),(50,120,1,1,0,'940B Second Path NW',940,'B',NULL,'Second','Path','NW',NULL,NULL,NULL,NULL,'Blanding',1,1043,NULL,'84511',NULL,1228,37.562925,-109.46245,0,NULL,NULL,NULL),(51,103,1,1,0,'241T Second St NE',241,'T',NULL,'Second','St','NE',NULL,NULL,NULL,NULL,'Venice',1,1008,NULL,'34285',NULL,1228,27.091783,-82.44846,0,NULL,NULL,NULL),(52,174,1,1,0,'277L Second Way S',277,'L',NULL,'Second','Way','S',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33872',NULL,1228,27.475288,-81.48535,0,NULL,NULL,NULL),(53,195,1,1,0,'911P Main St NE',911,'P',NULL,'Main','St','NE',NULL,NULL,NULL,NULL,'Saint Maurice',1,1017,NULL,'71471',NULL,1228,31.749699,-92.927989,0,NULL,NULL,NULL),(54,52,1,1,0,'866J Northpoint Path NE',866,'J',NULL,'Northpoint','Path','NE',NULL,NULL,NULL,NULL,'Missoula',1,1025,NULL,'59801',NULL,1228,46.855423,-114.01229,0,NULL,NULL,NULL),(55,27,1,1,0,'391Z States Dr W',391,'Z',NULL,'States','Dr','W',NULL,NULL,NULL,NULL,'Kincheloe',1,1021,NULL,'49788',NULL,1228,46.267303,-84.45633,0,NULL,NULL,NULL),(56,153,1,1,0,'81R Beech St S',81,'R',NULL,'Beech','St','S',NULL,NULL,NULL,NULL,'Sewickley',1,1037,NULL,'15143',NULL,1228,40.561091,-80.15554,0,NULL,NULL,NULL),(57,94,1,1,0,'861Z Northpoint Way NW',861,'Z',NULL,'Northpoint','Way','NW',NULL,NULL,NULL,NULL,'Cuthbert',1,1009,NULL,'31740',NULL,1228,31.781815,-84.76444,0,NULL,NULL,NULL),(58,17,1,1,0,'363D El Camino Blvd N',363,'D',NULL,'El Camino','Blvd','N',NULL,NULL,NULL,NULL,'Mount Calvary',1,1048,NULL,'53057',NULL,1228,43.80576,-88.25436,0,NULL,NULL,NULL),(59,133,1,1,0,'711E Dowlen Ave S',711,'E',NULL,'Dowlen','Ave','S',NULL,NULL,NULL,NULL,'Union',1,1015,NULL,'67419',NULL,1228,38.362379,-97.944818,0,NULL,NULL,NULL),(60,178,1,1,0,'395R Lincoln Dr N',395,'R',NULL,'Lincoln','Dr','N',NULL,NULL,NULL,NULL,'Highland Park',1,1012,NULL,'60035',NULL,1228,42.181875,-87.80956,0,NULL,NULL,NULL),(61,15,1,1,0,'211U Bay Path W',211,'U',NULL,'Bay','Path','W',NULL,NULL,NULL,NULL,'Gordon',1,1016,NULL,'41819',NULL,1228,36.98586,-83.06497,0,NULL,NULL,NULL),(62,171,1,1,0,'83V Cadell Dr E',83,'V',NULL,'Cadell','Dr','E',NULL,NULL,NULL,NULL,'Munger',1,1021,NULL,'48747',NULL,1228,43.519522,-83.76529,0,NULL,NULL,NULL),(63,51,1,1,0,'596X El Camino Rd E',596,'X',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Smyrna Mills',1,1018,NULL,'04780',NULL,1228,46.164163,-68.23232,0,NULL,NULL,NULL),(64,21,1,1,0,'137S Woodbridge Way SW',137,'S',NULL,'Woodbridge','Way','SW',NULL,NULL,NULL,NULL,'Sewanee',1,1041,NULL,'37383',NULL,1228,35.180503,-85.903522,0,NULL,NULL,NULL),(65,34,1,1,0,'359W Caulder Ln SW',359,'W',NULL,'Caulder','Ln','SW',NULL,NULL,NULL,NULL,'Longview',1,1042,NULL,'75602',NULL,1228,32.474499,-94.712,0,NULL,NULL,NULL),(66,136,1,1,0,'390C College Ave SW',390,'C',NULL,'College','Ave','SW',NULL,NULL,NULL,NULL,'Sac City',1,1014,NULL,'50583',NULL,1228,42.43142,-94.99323,0,NULL,NULL,NULL),(67,4,1,1,0,'651T Woodbridge Path NE',651,'T',NULL,'Woodbridge','Path','NE',NULL,NULL,NULL,NULL,'Sherman Mills',1,1018,NULL,'04776',NULL,1228,45.864106,-68.33986,0,NULL,NULL,NULL),(68,25,1,1,0,'808D Cadell Pl N',808,'D',NULL,'Cadell','Pl','N',NULL,NULL,NULL,NULL,'Opelika',1,1000,NULL,'36804',NULL,1228,32.556296,-85.33465,0,NULL,NULL,NULL),(69,166,1,1,0,'609K Second Way N',609,'K',NULL,'Second','Way','N',NULL,NULL,NULL,NULL,'Tennessee Ridge',1,1041,NULL,'37178',NULL,1228,36.323799,-87.77676,0,NULL,NULL,NULL),(70,46,1,1,0,'218W Pine Dr NW',218,'W',NULL,'Pine','Dr','NW',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85054',NULL,1228,33.689558,-111.96463,0,NULL,NULL,NULL),(71,74,1,1,0,'81Q Bay Way N',81,'Q',NULL,'Bay','Way','N',NULL,NULL,NULL,NULL,'Micanopy',1,1008,NULL,'32667',NULL,1228,29.502067,-82.27775,0,NULL,NULL,NULL),(72,33,3,1,0,'996O Bay Rd SW',996,'O',NULL,'Bay','Rd','SW',NULL,'Payables Dept.',NULL,NULL,'Middletown',1,1012,NULL,'62666',NULL,1228,40.088774,-89.56744,0,NULL,NULL,NULL),(73,200,3,1,0,'906J Jackson Ln E',906,'J',NULL,'Jackson','Ln','E',NULL,'c/o PO Plus',NULL,NULL,'Virgilina',1,1045,NULL,'24598',NULL,1228,36.592597,-78.78207,0,NULL,NULL,NULL),(74,169,3,1,0,'931X Caulder Pl SW',931,'X',NULL,'Caulder','Pl','SW',NULL,'Attn: Accounting',NULL,NULL,'Lenox Dale',1,1020,NULL,'01242',NULL,1228,42.336557,-73.24599,0,NULL,NULL,NULL),(75,104,3,1,0,'47H College Ave SE',47,'H',NULL,'College','Ave','SE',NULL,'Subscriptions Dept',NULL,NULL,'Shawanee',1,1041,NULL,'37867',NULL,1228,36.580283,-83.647254,0,NULL,NULL,NULL),(76,66,2,1,0,'47H College Ave SE',47,'H',NULL,'College','Ave','SE',NULL,'Subscriptions Dept',NULL,NULL,'Shawanee',1,1041,NULL,'37867',NULL,1228,36.580283,-83.647254,0,NULL,NULL,75),(77,163,3,1,0,'202M States Ln NE',202,'M',NULL,'States','Ln','NE',NULL,'Receiving',NULL,NULL,'Horsepen',1,1045,NULL,'24619',NULL,1228,37.13549,-81.563406,0,NULL,NULL,NULL),(78,125,2,1,0,'202M States Ln NE',202,'M',NULL,'States','Ln','NE',NULL,'Receiving',NULL,NULL,'Horsepen',1,1045,NULL,'24619',NULL,1228,37.13549,-81.563406,0,NULL,NULL,77),(79,85,3,1,0,'420E Bay Dr SE',420,'E',NULL,'Bay','Dr','SE',NULL,'Donor Relations',NULL,NULL,'Grantham',1,1037,NULL,'17027',NULL,1228,40.153656,-76.9963,0,NULL,NULL,NULL),(80,23,3,1,0,'784X States Path N',784,'X',NULL,'States','Path','N',NULL,'Payables Dept.',NULL,NULL,'Regan',1,1033,NULL,'58477',NULL,1228,47.229815,-100.5398,0,NULL,NULL,NULL),(81,173,2,1,0,'784X States Path N',784,'X',NULL,'States','Path','N',NULL,'Payables Dept.',NULL,NULL,'Regan',1,1033,NULL,'58477',NULL,1228,47.229815,-100.5398,0,NULL,NULL,80),(82,70,3,1,0,'481W Caulder St NE',481,'W',NULL,'Caulder','St','NE',NULL,'Subscriptions Dept',NULL,NULL,'Titusville',1,1008,NULL,'32780',NULL,1228,28.564077,-80.81695,0,NULL,NULL,NULL),(83,176,3,1,0,'921G College Way NE',921,'G',NULL,'College','Way','NE',NULL,'Payables Dept.',NULL,NULL,'Redrock',1,1030,NULL,'88055',NULL,1228,32.802474,-108.90341,0,NULL,NULL,NULL),(84,80,3,1,0,'908B Dowlen Pl NE',908,'B',NULL,'Dowlen','Pl','NE',NULL,'Payables Dept.',NULL,NULL,'Sapulpa',1,1035,NULL,'74066',NULL,1228,35.996582,-96.1194,0,NULL,NULL,NULL),(85,64,2,1,0,'908B Dowlen Pl NE',908,'B',NULL,'Dowlen','Pl','NE',NULL,'Payables Dept.',NULL,NULL,'Sapulpa',1,1035,NULL,'74066',NULL,1228,35.996582,-96.1194,0,NULL,NULL,84),(86,134,3,1,0,'422B Dowlen Path SE',422,'B',NULL,'Dowlen','Path','SE',NULL,'Receiving',NULL,NULL,'Copeland',1,1015,NULL,'67837',NULL,1228,37.554849,-100.67514,0,NULL,NULL,NULL),(87,186,3,1,0,'409I Martin Luther King Pl S',409,'I',NULL,'Martin Luther King','Pl','S',NULL,'Disbursements',NULL,NULL,'Toledo',1,1034,NULL,'43682',NULL,1228,41.686778,-83.43943,0,NULL,NULL,NULL),(88,182,2,1,0,'409I Martin Luther King Pl S',409,'I',NULL,'Martin Luther King','Pl','S',NULL,'Disbursements',NULL,NULL,'Toledo',1,1034,NULL,'43682',NULL,1228,41.686778,-83.43943,0,NULL,NULL,87),(89,191,3,1,0,'282S Bay St NW',282,'S',NULL,'Bay','St','NW',NULL,'Subscriptions Dept',NULL,NULL,'Boiceville',1,1031,NULL,'12412',NULL,1228,42.001351,-74.2619,0,NULL,NULL,NULL),(90,197,2,1,0,'282S Bay St NW',282,'S',NULL,'Bay','St','NW',NULL,'Subscriptions Dept',NULL,NULL,'Boiceville',1,1031,NULL,'12412',NULL,1228,42.001351,-74.2619,0,NULL,NULL,89),(91,148,3,1,0,'510B Jackson Path W',510,'B',NULL,'Jackson','Path','W',NULL,'c/o PO Plus',NULL,NULL,'Ray',1,1034,NULL,'45672',NULL,1228,39.208053,-82.69077,0,NULL,NULL,NULL),(92,44,2,0,0,'510B Jackson Path W',510,'B',NULL,'Jackson','Path','W',NULL,'c/o PO Plus',NULL,NULL,'Ray',1,1034,NULL,'45672',NULL,1228,39.208053,-82.69077,0,NULL,NULL,91),(93,14,3,1,0,'655X Maple Ave N',655,'X',NULL,'Maple','Ave','N',NULL,'Urgent',NULL,NULL,'Austin',1,1042,NULL,'78708',NULL,1228,30.326374,-97.771258,0,NULL,NULL,NULL),(94,121,2,1,0,'655X Maple Ave N',655,'X',NULL,'Maple','Ave','N',NULL,'Urgent',NULL,NULL,'Austin',1,1042,NULL,'78708',NULL,1228,30.326374,-97.771258,0,NULL,NULL,93),(95,28,3,1,0,'779L Cadell Way NW',779,'L',NULL,'Cadell','Way','NW',NULL,'Donor Relations',NULL,NULL,'Drayton',1,1039,NULL,'29333',NULL,1228,34.968472,-81.906376,0,NULL,NULL,NULL),(96,40,2,1,0,'779L Cadell Way NW',779,'L',NULL,'Cadell','Way','NW',NULL,'Donor Relations',NULL,NULL,'Drayton',1,1039,NULL,'29333',NULL,1228,34.968472,-81.906376,0,NULL,NULL,95),(97,83,3,1,0,'245P Caulder Ln NE',245,'P',NULL,'Caulder','Ln','NE',NULL,'c/o PO Plus',NULL,NULL,'Friendsville',1,1041,NULL,'37737',NULL,1228,35.760657,-84.11925,0,NULL,NULL,NULL),(98,175,2,0,0,'245P Caulder Ln NE',245,'P',NULL,'Caulder','Ln','NE',NULL,'c/o PO Plus',NULL,NULL,'Friendsville',1,1041,NULL,'37737',NULL,1228,35.760657,-84.11925,0,NULL,NULL,97),(99,5,3,1,0,'85L Caulder Path SW',85,'L',NULL,'Caulder','Path','SW',NULL,'Attn: Accounting',NULL,NULL,'Seneca',1,1030,NULL,'88437',NULL,1228,36.710694,-103.14925,0,NULL,NULL,NULL),(100,155,2,1,0,'85L Caulder Path SW',85,'L',NULL,'Caulder','Path','SW',NULL,'Attn: Accounting',NULL,NULL,'Seneca',1,1030,NULL,'88437',NULL,1228,36.710694,-103.14925,0,NULL,NULL,99),(101,159,3,1,0,'352S Woodbridge Dr NW',352,'S',NULL,'Woodbridge','Dr','NW',NULL,'Donor Relations',NULL,NULL,'Sarasota',1,1008,NULL,'34239',NULL,1228,27.310924,-82.5213,0,NULL,NULL,NULL),(102,172,3,1,0,'905M Dowlen Ave S',905,'M',NULL,'Dowlen','Ave','S',NULL,'Disbursements',NULL,NULL,'Roanoke',1,1045,NULL,'24010',NULL,1228,37.274175,-79.95786,0,NULL,NULL,NULL),(103,144,1,1,0,'277L Second Way S',277,'L',NULL,'Second','Way','S',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33872',NULL,1228,27.475288,-81.48535,0,NULL,NULL,52),(104,121,1,0,0,'277L Second Way S',277,'L',NULL,'Second','Way','S',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33872',NULL,1228,27.475288,-81.48535,0,NULL,NULL,52),(105,128,1,1,0,'277L Second Way S',277,'L',NULL,'Second','Way','S',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33872',NULL,1228,27.475288,-81.48535,0,NULL,NULL,52),(106,40,1,0,0,'277L Second Way S',277,'L',NULL,'Second','Way','S',NULL,NULL,NULL,NULL,'Sebring',1,1008,NULL,'33872',NULL,1228,27.475288,-81.48535,0,NULL,NULL,52),(107,43,1,1,0,'911P Main St NE',911,'P',NULL,'Main','St','NE',NULL,NULL,NULL,NULL,'Saint Maurice',1,1017,NULL,'71471',NULL,1228,31.749699,-92.927989,0,NULL,NULL,53),(108,8,1,1,0,'911P Main St NE',911,'P',NULL,'Main','St','NE',NULL,NULL,NULL,NULL,'Saint Maurice',1,1017,NULL,'71471',NULL,1228,31.749699,-92.927989,0,NULL,NULL,53),(109,107,1,1,0,'911P Main St NE',911,'P',NULL,'Main','St','NE',NULL,NULL,NULL,NULL,'Saint Maurice',1,1017,NULL,'71471',NULL,1228,31.749699,-92.927989,0,NULL,NULL,53),(110,57,1,1,0,'911P Main St NE',911,'P',NULL,'Main','St','NE',NULL,NULL,NULL,NULL,'Saint Maurice',1,1017,NULL,'71471',NULL,1228,31.749699,-92.927989,0,NULL,NULL,53),(111,36,1,1,0,'866J Northpoint Path NE',866,'J',NULL,'Northpoint','Path','NE',NULL,NULL,NULL,NULL,'Missoula',1,1025,NULL,'59801',NULL,1228,46.855423,-114.01229,0,NULL,NULL,54),(112,30,1,1,0,'866J Northpoint Path NE',866,'J',NULL,'Northpoint','Path','NE',NULL,NULL,NULL,NULL,'Missoula',1,1025,NULL,'59801',NULL,1228,46.855423,-114.01229,0,NULL,NULL,54),(113,39,1,1,0,'866J Northpoint Path NE',866,'J',NULL,'Northpoint','Path','NE',NULL,NULL,NULL,NULL,'Missoula',1,1025,NULL,'59801',NULL,1228,46.855423,-114.01229,0,NULL,NULL,54),(114,170,1,1,0,'866J Northpoint Path NE',866,'J',NULL,'Northpoint','Path','NE',NULL,NULL,NULL,NULL,'Missoula',1,1025,NULL,'59801',NULL,1228,46.855423,-114.01229,0,NULL,NULL,54),(115,81,1,1,0,'391Z States Dr W',391,'Z',NULL,'States','Dr','W',NULL,NULL,NULL,NULL,'Kincheloe',1,1021,NULL,'49788',NULL,1228,46.267303,-84.45633,0,NULL,NULL,55),(116,154,1,1,0,'391Z States Dr W',391,'Z',NULL,'States','Dr','W',NULL,NULL,NULL,NULL,'Kincheloe',1,1021,NULL,'49788',NULL,1228,46.267303,-84.45633,0,NULL,NULL,55),(117,177,1,1,0,'391Z States Dr W',391,'Z',NULL,'States','Dr','W',NULL,NULL,NULL,NULL,'Kincheloe',1,1021,NULL,'49788',NULL,1228,46.267303,-84.45633,0,NULL,NULL,55),(118,48,1,1,0,'391Z States Dr W',391,'Z',NULL,'States','Dr','W',NULL,NULL,NULL,NULL,'Kincheloe',1,1021,NULL,'49788',NULL,1228,46.267303,-84.45633,0,NULL,NULL,55),(119,201,1,1,0,'81R Beech St S',81,'R',NULL,'Beech','St','S',NULL,NULL,NULL,NULL,'Sewickley',1,1037,NULL,'15143',NULL,1228,40.561091,-80.15554,0,NULL,NULL,56),(120,6,1,1,0,'81R Beech St S',81,'R',NULL,'Beech','St','S',NULL,NULL,NULL,NULL,'Sewickley',1,1037,NULL,'15143',NULL,1228,40.561091,-80.15554,0,NULL,NULL,56),(121,35,1,1,0,'81R Beech St S',81,'R',NULL,'Beech','St','S',NULL,NULL,NULL,NULL,'Sewickley',1,1037,NULL,'15143',NULL,1228,40.561091,-80.15554,0,NULL,NULL,56),(122,155,1,0,0,'617P Dowlen Blvd NE',617,'P',NULL,'Dowlen','Blvd','NE',NULL,NULL,NULL,NULL,'Annapolis',1,1019,NULL,'21403',NULL,1228,38.946462,-76.48358,0,NULL,NULL,NULL),(123,13,1,1,0,'861Z Northpoint Way NW',861,'Z',NULL,'Northpoint','Way','NW',NULL,NULL,NULL,NULL,'Cuthbert',1,1009,NULL,'31740',NULL,1228,31.781815,-84.76444,0,NULL,NULL,57),(124,64,1,0,0,'861Z Northpoint Way NW',861,'Z',NULL,'Northpoint','Way','NW',NULL,NULL,NULL,NULL,'Cuthbert',1,1009,NULL,'31740',NULL,1228,31.781815,-84.76444,0,NULL,NULL,57),(125,88,1,1,0,'861Z Northpoint Way NW',861,'Z',NULL,'Northpoint','Way','NW',NULL,NULL,NULL,NULL,'Cuthbert',1,1009,NULL,'31740',NULL,1228,31.781815,-84.76444,0,NULL,NULL,57),(126,101,1,1,0,'796L Dowlen Dr SW',796,'L',NULL,'Dowlen','Dr','SW',NULL,NULL,NULL,NULL,'Harrisburg',1,1037,NULL,'17103',NULL,1228,40.274389,-76.86217,0,NULL,NULL,NULL),(127,117,1,1,0,'363D El Camino Blvd N',363,'D',NULL,'El Camino','Blvd','N',NULL,NULL,NULL,NULL,'Mount Calvary',1,1048,NULL,'53057',NULL,1228,43.80576,-88.25436,0,NULL,NULL,58),(128,150,1,1,0,'363D El Camino Blvd N',363,'D',NULL,'El Camino','Blvd','N',NULL,NULL,NULL,NULL,'Mount Calvary',1,1048,NULL,'53057',NULL,1228,43.80576,-88.25436,0,NULL,NULL,58),(129,143,1,1,0,'363D El Camino Blvd N',363,'D',NULL,'El Camino','Blvd','N',NULL,NULL,NULL,NULL,'Mount Calvary',1,1048,NULL,'53057',NULL,1228,43.80576,-88.25436,0,NULL,NULL,58),(130,32,1,1,0,'313Q Martin Luther King Ln E',313,'Q',NULL,'Martin Luther King','Ln','E',NULL,NULL,NULL,NULL,'New River',1,1002,NULL,'85286',NULL,1228,33.850506,-112.05927,0,NULL,NULL,NULL),(131,140,1,1,0,'711E Dowlen Ave S',711,'E',NULL,'Dowlen','Ave','S',NULL,NULL,NULL,NULL,'Union',1,1015,NULL,'67419',NULL,1228,38.362379,-97.944818,0,NULL,NULL,59),(132,10,1,1,0,'711E Dowlen Ave S',711,'E',NULL,'Dowlen','Ave','S',NULL,NULL,NULL,NULL,'Union',1,1015,NULL,'67419',NULL,1228,38.362379,-97.944818,0,NULL,NULL,59),(133,87,1,1,0,'711E Dowlen Ave S',711,'E',NULL,'Dowlen','Ave','S',NULL,NULL,NULL,NULL,'Union',1,1015,NULL,'67419',NULL,1228,38.362379,-97.944818,0,NULL,NULL,59),(134,98,1,1,0,'711E Dowlen Ave S',711,'E',NULL,'Dowlen','Ave','S',NULL,NULL,NULL,NULL,'Union',1,1015,NULL,'67419',NULL,1228,38.362379,-97.944818,0,NULL,NULL,59),(135,157,1,1,0,'395R Lincoln Dr N',395,'R',NULL,'Lincoln','Dr','N',NULL,NULL,NULL,NULL,'Highland Park',1,1012,NULL,'60035',NULL,1228,42.181875,-87.80956,0,NULL,NULL,60),(136,75,1,1,0,'395R Lincoln Dr N',395,'R',NULL,'Lincoln','Dr','N',NULL,NULL,NULL,NULL,'Highland Park',1,1012,NULL,'60035',NULL,1228,42.181875,-87.80956,0,NULL,NULL,60),(137,84,1,1,0,'395R Lincoln Dr N',395,'R',NULL,'Lincoln','Dr','N',NULL,NULL,NULL,NULL,'Highland Park',1,1012,NULL,'60035',NULL,1228,42.181875,-87.80956,0,NULL,NULL,60),(138,127,1,1,0,'444J Dowlen Pl S',444,'J',NULL,'Dowlen','Pl','S',NULL,NULL,NULL,NULL,'Wilcoe',1,1047,NULL,'24895',NULL,1228,37.381834,-81.56342,0,NULL,NULL,NULL),(139,198,1,1,0,'211U Bay Path W',211,'U',NULL,'Bay','Path','W',NULL,NULL,NULL,NULL,'Gordon',1,1016,NULL,'41819',NULL,1228,36.98586,-83.06497,0,NULL,NULL,61),(140,76,1,1,0,'211U Bay Path W',211,'U',NULL,'Bay','Path','W',NULL,NULL,NULL,NULL,'Gordon',1,1016,NULL,'41819',NULL,1228,36.98586,-83.06497,0,NULL,NULL,61),(141,105,1,1,0,'211U Bay Path W',211,'U',NULL,'Bay','Path','W',NULL,NULL,NULL,NULL,'Gordon',1,1016,NULL,'41819',NULL,1228,36.98586,-83.06497,0,NULL,NULL,61),(142,165,1,1,0,'211U Bay Path W',211,'U',NULL,'Bay','Path','W',NULL,NULL,NULL,NULL,'Gordon',1,1016,NULL,'41819',NULL,1228,36.98586,-83.06497,0,NULL,NULL,61),(143,58,1,1,0,'83V Cadell Dr E',83,'V',NULL,'Cadell','Dr','E',NULL,NULL,NULL,NULL,'Munger',1,1021,NULL,'48747',NULL,1228,43.519522,-83.76529,0,NULL,NULL,62),(144,167,1,1,0,'83V Cadell Dr E',83,'V',NULL,'Cadell','Dr','E',NULL,NULL,NULL,NULL,'Munger',1,1021,NULL,'48747',NULL,1228,43.519522,-83.76529,0,NULL,NULL,62),(145,60,1,1,0,'83V Cadell Dr E',83,'V',NULL,'Cadell','Dr','E',NULL,NULL,NULL,NULL,'Munger',1,1021,NULL,'48747',NULL,1228,43.519522,-83.76529,0,NULL,NULL,62),(146,108,1,1,0,'540X Dowlen Way E',540,'X',NULL,'Dowlen','Way','E',NULL,NULL,NULL,NULL,'Rochester Mills',1,1037,NULL,'15771',NULL,1228,40.827315,-78.98991,0,NULL,NULL,NULL),(147,66,1,0,0,'596X El Camino Rd E',596,'X',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Smyrna Mills',1,1018,NULL,'04780',NULL,1228,46.164163,-68.23232,0,NULL,NULL,63),(148,126,1,1,0,'596X El Camino Rd E',596,'X',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Smyrna Mills',1,1018,NULL,'04780',NULL,1228,46.164163,-68.23232,0,NULL,NULL,63),(149,7,1,1,0,'596X El Camino Rd E',596,'X',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Smyrna Mills',1,1018,NULL,'04780',NULL,1228,46.164163,-68.23232,0,NULL,NULL,63),(150,61,1,1,0,'596X El Camino Rd E',596,'X',NULL,'El Camino','Rd','E',NULL,NULL,NULL,NULL,'Smyrna Mills',1,1018,NULL,'04780',NULL,1228,46.164163,-68.23232,0,NULL,NULL,63),(151,123,1,1,0,'137S Woodbridge Way SW',137,'S',NULL,'Woodbridge','Way','SW',NULL,NULL,NULL,NULL,'Sewanee',1,1041,NULL,'37383',NULL,1228,35.180503,-85.903522,0,NULL,NULL,64),(152,97,1,1,0,'137S Woodbridge Way SW',137,'S',NULL,'Woodbridge','Way','SW',NULL,NULL,NULL,NULL,'Sewanee',1,1041,NULL,'37383',NULL,1228,35.180503,-85.903522,0,NULL,NULL,64),(153,162,1,1,0,'137S Woodbridge Way SW',137,'S',NULL,'Woodbridge','Way','SW',NULL,NULL,NULL,NULL,'Sewanee',1,1041,NULL,'37383',NULL,1228,35.180503,-85.903522,0,NULL,NULL,64),(154,184,1,1,0,'137S Woodbridge Way SW',137,'S',NULL,'Woodbridge','Way','SW',NULL,NULL,NULL,NULL,'Sewanee',1,1041,NULL,'37383',NULL,1228,35.180503,-85.903522,0,NULL,NULL,64),(155,112,1,1,0,'359W Caulder Ln SW',359,'W',NULL,'Caulder','Ln','SW',NULL,NULL,NULL,NULL,'Longview',1,1042,NULL,'75602',NULL,1228,32.474499,-94.712,0,NULL,NULL,65),(156,115,1,1,0,'359W Caulder Ln SW',359,'W',NULL,'Caulder','Ln','SW',NULL,NULL,NULL,NULL,'Longview',1,1042,NULL,'75602',NULL,1228,32.474499,-94.712,0,NULL,NULL,65),(157,91,1,1,0,'359W Caulder Ln SW',359,'W',NULL,'Caulder','Ln','SW',NULL,NULL,NULL,NULL,'Longview',1,1042,NULL,'75602',NULL,1228,32.474499,-94.712,0,NULL,NULL,65),(158,110,1,1,0,'359W Caulder Ln SW',359,'W',NULL,'Caulder','Ln','SW',NULL,NULL,NULL,NULL,'Longview',1,1042,NULL,'75602',NULL,1228,32.474499,-94.712,0,NULL,NULL,65),(159,41,1,1,0,'390C College Ave SW',390,'C',NULL,'College','Ave','SW',NULL,NULL,NULL,NULL,'Sac City',1,1014,NULL,'50583',NULL,1228,42.43142,-94.99323,0,NULL,NULL,66),(160,194,1,1,0,'390C College Ave SW',390,'C',NULL,'College','Ave','SW',NULL,NULL,NULL,NULL,'Sac City',1,1014,NULL,'50583',NULL,1228,42.43142,-94.99323,0,NULL,NULL,66),(161,152,1,1,0,'390C College Ave SW',390,'C',NULL,'College','Ave','SW',NULL,NULL,NULL,NULL,'Sac City',1,1014,NULL,'50583',NULL,1228,42.43142,-94.99323,0,NULL,NULL,66),(162,145,1,1,0,'140R El Camino Ln SE',140,'R',NULL,'El Camino','Ln','SE',NULL,NULL,NULL,NULL,'Davidson',1,1035,NULL,'73530',NULL,1228,34.254376,-99.05182,0,NULL,NULL,NULL),(163,189,1,1,0,'651T Woodbridge Path NE',651,'T',NULL,'Woodbridge','Path','NE',NULL,NULL,NULL,NULL,'Sherman Mills',1,1018,NULL,'04776',NULL,1228,45.864106,-68.33986,0,NULL,NULL,67),(164,20,1,1,0,'651T Woodbridge Path NE',651,'T',NULL,'Woodbridge','Path','NE',NULL,NULL,NULL,NULL,'Sherman Mills',1,1018,NULL,'04776',NULL,1228,45.864106,-68.33986,0,NULL,NULL,67),(165,125,1,0,0,'651T Woodbridge Path NE',651,'T',NULL,'Woodbridge','Path','NE',NULL,NULL,NULL,NULL,'Sherman Mills',1,1018,NULL,'04776',NULL,1228,45.864106,-68.33986,0,NULL,NULL,67),(166,22,1,1,0,'233A Green Rd N',233,'A',NULL,'Green','Rd','N',NULL,NULL,NULL,NULL,'Amelia Court House',1,1045,NULL,'23002',NULL,1228,37.338511,-77.95893,0,NULL,NULL,NULL),(167,139,1,1,0,'808D Cadell Pl N',808,'D',NULL,'Cadell','Pl','N',NULL,NULL,NULL,NULL,'Opelika',1,1000,NULL,'36804',NULL,1228,32.556296,-85.33465,0,NULL,NULL,68),(168,196,1,1,0,'808D Cadell Pl N',808,'D',NULL,'Cadell','Pl','N',NULL,NULL,NULL,NULL,'Opelika',1,1000,NULL,'36804',NULL,1228,32.556296,-85.33465,0,NULL,NULL,68),(169,54,1,1,0,'808D Cadell Pl N',808,'D',NULL,'Cadell','Pl','N',NULL,NULL,NULL,NULL,'Opelika',1,1000,NULL,'36804',NULL,1228,32.556296,-85.33465,0,NULL,NULL,68),(170,55,1,1,0,'162G Lincoln St S',162,'G',NULL,'Lincoln','St','S',NULL,NULL,NULL,NULL,'Rapid City',1,1040,NULL,'57703',NULL,1228,44.05164,-103.13061,0,NULL,NULL,NULL),(171,26,1,1,0,'609K Second Way N',609,'K',NULL,'Second','Way','N',NULL,NULL,NULL,NULL,'Tennessee Ridge',1,1041,NULL,'37178',NULL,1228,36.323799,-87.77676,0,NULL,NULL,69),(172,18,1,1,0,'609K Second Way N',609,'K',NULL,'Second','Way','N',NULL,NULL,NULL,NULL,'Tennessee Ridge',1,1041,NULL,'37178',NULL,1228,36.323799,-87.77676,0,NULL,NULL,69),(173,63,1,1,0,'609K Second Way N',609,'K',NULL,'Second','Way','N',NULL,NULL,NULL,NULL,'Tennessee Ridge',1,1041,NULL,'37178',NULL,1228,36.323799,-87.77676,0,NULL,NULL,69),(174,122,1,1,0,'609K Second Way N',609,'K',NULL,'Second','Way','N',NULL,NULL,NULL,NULL,'Tennessee Ridge',1,1041,NULL,'37178',NULL,1228,36.323799,-87.77676,0,NULL,NULL,69),(175,38,1,1,0,'218W Pine Dr NW',218,'W',NULL,'Pine','Dr','NW',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85054',NULL,1228,33.689558,-111.96463,0,NULL,NULL,70),(176,78,1,1,0,'218W Pine Dr NW',218,'W',NULL,'Pine','Dr','NW',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85054',NULL,1228,33.689558,-111.96463,0,NULL,NULL,70),(177,69,1,1,0,'218W Pine Dr NW',218,'W',NULL,'Pine','Dr','NW',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85054',NULL,1228,33.689558,-111.96463,0,NULL,NULL,70),(178,179,1,1,0,'218W Pine Dr NW',218,'W',NULL,'Pine','Dr','NW',NULL,NULL,NULL,NULL,'Phoenix',1,1002,NULL,'85054',NULL,1228,33.689558,-111.96463,0,NULL,NULL,70),(179,9,1,1,0,'81Q Bay Way N',81,'Q',NULL,'Bay','Way','N',NULL,NULL,NULL,NULL,'Micanopy',1,1008,NULL,'32667',NULL,1228,29.502067,-82.27775,0,NULL,NULL,71),(180,164,1,1,0,'81Q Bay Way N',81,'Q',NULL,'Bay','Way','N',NULL,NULL,NULL,NULL,'Micanopy',1,1008,NULL,'32667',NULL,1228,29.502067,-82.27775,0,NULL,NULL,71),(181,2,1,1,0,'81Q Bay Way N',81,'Q',NULL,'Bay','Way','N',NULL,NULL,NULL,NULL,'Micanopy',1,1008,NULL,'32667',NULL,1228,29.502067,-82.27775,0,NULL,NULL,71),(182,59,1,1,0,'81Q Bay Way N',81,'Q',NULL,'Bay','Way','N',NULL,NULL,NULL,NULL,'Micanopy',1,1008,NULL,'32667',NULL,1228,29.502067,-82.27775,0,NULL,NULL,71),(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); /*!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-30 07:35:19',NULL),(2,'CiviCRM setting Spec','All','a:86:{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:16:\"hash_mailing_url\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:16:\"hash_mailing_url\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:20:\"Hashed Mailing URL\'s\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:131:\"If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID\";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-30 07:35:30',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-30 07:35:30',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-30 07:35:34',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-30 07:35:34',NULL),(6,'CiviCRM setting Specs','settingsMetadata___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-30 07:35:34',NULL),(7,'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-30 07:35:38',NULL),(8,'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-30 07:35:38',NULL); +INSERT INTO `civicrm_cache` (`id`, `group_name`, `path`, `data`, `component_id`, `created_date`, `expired_date`) VALUES (1,'CiviCRM setting Spec','All','a:86:{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.0999999999999996447286321199499070644378662109375;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:16:\"hash_mailing_url\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:16:\"hash_mailing_url\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:20:\"Hashed Mailing URL\'s\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:131:\"If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID\";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-30 11:17:09',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-30 11:17:09',NULL),(3,'CiviCRM setting Specs','settingsMetadata__','a:86:{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.0999999999999996447286321199499070644378662109375;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:16:\"hash_mailing_url\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:16:\"hash_mailing_url\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:20:\"Hashed Mailing URL\'s\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:131:\"If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID\";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-30 11:17:09',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-30 11:17:09',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-30 11:17:09',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-30 11:17:09',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-30 11:17:09',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-30 11:17:09',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-30 11:17:09',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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.0999999999999996447286321199499070644378662109375;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-30 11:17:10',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.0999999999999996447286321199499070644378662109375;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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:10',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-30 11:17:11',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-30 11:17:11',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-30 11:17:11',NULL),(71,'CiviCRM setting Specs','settingsMetadata_1__name_hash_mailing_url','a:1:{s:16:\"hash_mailing_url\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:16:\"hash_mailing_url\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:20:\"Hashed Mailing URL\'s\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:131:\"If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID\";s:9:\"help_text\";N;}}',NULL,'2014-04-30 11:17:11',NULL),(72,'CiviCRM setting Specs','settingsMetadata___name_hash_mailing_url','a:1:{s:16:\"hash_mailing_url\";a:12:{s:10:\"group_name\";s:19:\"Mailing Preferences\";s:5:\"group\";s:7:\"mailing\";s:4:\"name\";s:16:\"hash_mailing_url\";s:4:\"type\";s:7:\"Integer\";s:9:\"html_type\";s:8:\"checkbox\";s:7:\"default\";i:0;s:3:\"add\";s:3:\"4.5\";s:5:\"title\";s:20:\"Hashed Mailing URL\'s\";s:9:\"is_domain\";i:1;s:10:\"is_contact\";i:0;s:11:\"description\";s:131:\"If enabled, a randomized hash key will be used to reference the mailing URL in the mailing.viewUrl token, instead of the mailing ID\";s:9:\"help_text\";N;}}',NULL,'2014-04-30 11:17:11',NULL),(73,'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-30 11:17:11',NULL),(74,'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-30 11:17:11',NULL),(75,'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-30 11:17:11',NULL),(76,'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-30 11:17:11',NULL),(77,'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-30 11:17:11',NULL),(78,'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-30 11:17:11',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-30 02:03:56'),(2,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Lawerence','Mr. Lawerence Adams III',NULL,NULL,NULL,'4',NULL,'Both','2270644856',NULL,'Sample Data','Lawerence','S','Adams',3,4,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Mr. Lawerence Adams III',NULL,2,'1985-10-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(3,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Lawerence','Dr. Lawerence Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','3932633730',NULL,'Sample Data','Lawerence','I','Reynolds',4,NULL,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Dr. Lawerence Reynolds',NULL,2,'1979-11-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(4,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Wilson, Justina','Justina Wilson',NULL,NULL,NULL,NULL,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,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(5,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jameson, Alexia','Ms. Alexia Jameson',NULL,NULL,NULL,'3',NULL,'Both','1617185067',NULL,'Sample Data','Alexia','V','Jameson',2,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Ms. Alexia Jameson',NULL,1,'1968-09-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(6,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Sparks Sports Partnership','Sparks Sports Partnership',NULL,NULL,NULL,'5',NULL,'Both','1054511306',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Sparks Sports Partnership',NULL,NULL,NULL,0,NULL,NULL,111,'Sparks Sports Partnership',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(7,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Smith family','Smith family',NULL,NULL,NULL,'2',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-30 02:05:51'),(8,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope, Truman','Dr. Truman Zope Sr.',NULL,NULL,NULL,'1',NULL,'Both','828636704',NULL,'Sample Data','Truman','','Zope',4,2,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Dr. Truman Zope Sr.',NULL,NULL,'1969-03-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(9,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Daren','Dr. Daren Smith',NULL,NULL,NULL,NULL,NULL,'Both','3966682227',NULL,'Sample Data','Daren','J','Smith',4,NULL,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Dr. Daren Smith',NULL,NULL,'1971-07-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(10,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Jerome','Jerome Díaz',NULL,NULL,NULL,'4',NULL,'Both','3313016208',NULL,'Sample Data','Jerome','P','Díaz',NULL,NULL,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Jerome Díaz',NULL,2,'1995-01-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(11,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Global Health Academy','Global Health Academy',NULL,NULL,NULL,'3',NULL,'Both','2855254106',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Global Health Academy',NULL,NULL,NULL,0,NULL,NULL,195,'Global Health Academy',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(12,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jones, Brigette','Brigette Jones',NULL,NULL,NULL,NULL,NULL,'Both','1777842543',NULL,'Sample Data','Brigette','E','Jones',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Jones',NULL,1,'1938-07-08',1,'2013-08-21',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(13,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Santina','Dr. Santina Müller',NULL,NULL,NULL,NULL,NULL,'Both','1044655194',NULL,'Sample Data','Santina','V','Müller',4,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Dr. Santina Müller',NULL,NULL,'1958-11-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(14,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Wilson-Łąchowski family','Wilson-Łąchowski family',NULL,NULL,NULL,'1',NULL,'Both','2048840290',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Wilson-Łąchowski family',5,NULL,'Dear Wilson-Łąchowski family',2,NULL,'Wilson-Łąchowski family',NULL,NULL,NULL,0,NULL,'Wilson-Łąchowski family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(15,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Samuels, Kathleen','Ms. Kathleen Samuels',NULL,NULL,NULL,'3',NULL,'Both','4106798550',NULL,'Sample Data','Kathleen','','Samuels',2,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Ms. Kathleen Samuels',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(16,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Terry, Roland','Mr. Roland Terry III',NULL,NULL,NULL,NULL,NULL,'Both','3426797125',NULL,'Sample Data','Roland','','Terry',3,4,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Mr. Roland Terry III',NULL,2,'1941-09-12',1,'2013-07-13',NULL,NULL,'Texas Peace Collective',NULL,NULL,46,0,NULL,'2014-04-30 02:05:52'),(17,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Miguel','Mr. Miguel Jensen III',NULL,NULL,NULL,NULL,NULL,'Both','3135288989',NULL,'Sample Data','Miguel','','Jensen',3,4,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Mr. Miguel Jensen III',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(18,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Nielsen family','Nielsen family',NULL,NULL,NULL,'4',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-30 02:05:51'),(19,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Deforest, Jacob','Dr. Jacob Deforest Sr.',NULL,NULL,NULL,'5',NULL,'Both','2389625358',NULL,'Sample Data','Jacob','','Deforest',4,2,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Dr. Jacob Deforest Sr.',NULL,NULL,NULL,1,'2013-11-06',NULL,NULL,'Caulder Food School',NULL,NULL,191,0,NULL,'2014-04-30 02:05:52'),(20,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Müller, Brent','Mr. Brent Müller',NULL,NULL,NULL,NULL,NULL,'Both','2434486106',NULL,'Sample Data','Brent','X','Müller',3,NULL,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Mr. Brent Müller',NULL,2,'1924-10-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(21,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Brent','Mr. Brent Jensen',NULL,NULL,NULL,NULL,NULL,'Both','4204826871',NULL,'Sample Data','Brent','','Jensen',3,NULL,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Mr. Brent Jensen',NULL,NULL,'1974-04-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(22,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Josefa','Josefa Reynolds',NULL,NULL,NULL,'4',NULL,'Both','2579265288',NULL,'Sample Data','Josefa','','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Reynolds',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(23,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Cooper, Ashley','Ashley Cooper',NULL,NULL,NULL,'3',NULL,'Both','495032298',NULL,'Sample Data','Ashley','H','Cooper',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Cooper',NULL,1,'1947-04-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(24,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Errol','Errol Terrell',NULL,NULL,NULL,NULL,NULL,'Both','933406704',NULL,'Sample Data','Errol','W','Terrell',NULL,NULL,NULL,NULL,1,NULL,'Dear Errol',1,NULL,'Dear Errol',1,NULL,'Errol Terrell',NULL,2,'1979-02-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(25,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Barkley, Elina','Elina Barkley',NULL,NULL,NULL,NULL,NULL,'Both','522372077',NULL,'Sample Data','Elina','Z','Barkley',NULL,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Elina Barkley',NULL,1,'2001-11-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(26,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Reynolds, Andrew','Andrew Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','3309670970',NULL,'Sample Data','Andrew','N','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Andrew',1,NULL,'Dear Andrew',1,NULL,'Andrew Reynolds',NULL,2,'1999-07-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(27,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samuels, Toby','Toby Samuels Jr.',NULL,NULL,NULL,NULL,NULL,'Both','126496012',NULL,'Sample Data','Toby','','Samuels',NULL,1,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby Samuels Jr.',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(28,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Ashley','Ashley Blackwell',NULL,NULL,NULL,'4',NULL,'Both','2843113739',NULL,'Sample Data','Ashley','','Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Blackwell',NULL,NULL,NULL,1,'2014-03-18',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(29,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samuels, Jackson','Mr. Jackson Samuels III',NULL,NULL,NULL,'5',NULL,'Both','257936857',NULL,'Sample Data','Jackson','G','Samuels',3,4,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Mr. Jackson Samuels III',NULL,2,NULL,1,'2013-11-13',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(30,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Creative Literacy Collective','Creative Literacy Collective',NULL,NULL,NULL,'3',NULL,'Both','3975274168',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Creative Literacy Collective',NULL,NULL,NULL,0,NULL,NULL,187,'Creative Literacy Collective',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(31,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Adams, Brigette','Brigette Adams',NULL,NULL,NULL,'1',NULL,'Both','3645343671',NULL,'Sample Data','Brigette','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Adams',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:43'),(32,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Amboy Software Center','Amboy Software Center',NULL,NULL,NULL,'3',NULL,'Both','4117572977',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Amboy Software Center',NULL,NULL,NULL,0,NULL,NULL,NULL,'Amboy Software Center',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(33,'Organization',NULL,1,0,0,0,1,0,NULL,NULL,'Colorado Empowerment Fund','Colorado Empowerment Fund',NULL,NULL,NULL,'4',NULL,'Both','3055975801',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Colorado Empowerment Fund',NULL,NULL,NULL,0,NULL,NULL,106,'Colorado Empowerment Fund',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(34,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Adams, Jed','Mr. Jed Adams',NULL,NULL,NULL,NULL,NULL,'Both','1672509857',NULL,'Sample Data','Jed','','Adams',3,NULL,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Mr. Jed Adams',NULL,2,'1993-04-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(35,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest-Blackwell family','Deforest-Blackwell family',NULL,NULL,NULL,'2',NULL,'Both','1400477980',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Deforest-Blackwell family',5,NULL,'Dear Deforest-Blackwell family',2,NULL,'Deforest-Blackwell family',NULL,NULL,NULL,0,NULL,'Deforest-Blackwell family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(36,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Reynolds, Jay','Jay Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','3874659678',NULL,'Sample Data','Jay','','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Reynolds',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(37,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope, Norris','Mr. Norris Zope',NULL,NULL,NULL,'5',NULL,'Both','707573451',NULL,'Sample Data','Norris','','Zope',3,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Mr. Norris Zope',NULL,2,'1959-07-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(38,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest-Blackwell, Teddy','Teddy Deforest-Blackwell III',NULL,NULL,NULL,NULL,NULL,'Both','564927579',NULL,'Sample Data','Teddy','','Deforest-Blackwell',NULL,4,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Teddy Deforest-Blackwell III',NULL,NULL,NULL,0,NULL,NULL,NULL,'Wichita Education Partnership',NULL,NULL,51,0,NULL,'2014-04-30 02:05:52'),(39,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Delana','Mrs. Delana Cooper',NULL,NULL,NULL,NULL,NULL,'Both','3587056098',NULL,'Sample Data','Delana','J','Cooper',1,NULL,NULL,NULL,1,NULL,'Dear Delana',1,NULL,'Dear Delana',1,NULL,'Mrs. Delana Cooper',NULL,1,'1950-09-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(40,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Adams, Tanya','Tanya Adams',NULL,NULL,NULL,NULL,NULL,'Both','1181850988',NULL,'Sample Data','Tanya','H','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Tanya Adams',NULL,1,'1988-05-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(41,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz family','Díaz family',NULL,NULL,NULL,NULL,NULL,'Both','2169249835',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Díaz family',5,NULL,'Dear Díaz family',2,NULL,'Díaz family',NULL,NULL,NULL,0,NULL,'Díaz family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(42,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Nielsen, Eleonor','Eleonor Nielsen',NULL,NULL,NULL,'1',NULL,'Both','792977136',NULL,'Sample Data','Eleonor','Y','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Eleonor Nielsen',NULL,NULL,'1978-07-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(43,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'McReynolds, Bryon','Bryon McReynolds',NULL,NULL,NULL,'2',NULL,'Both','2426531424',NULL,'Sample Data','Bryon','','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Bryon McReynolds',NULL,NULL,'1931-11-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(44,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Wilson-Łąchowski, Ashley','Ashley Wilson-Łąchowski',NULL,NULL,NULL,'3',NULL,'Both','2933816146',NULL,'Sample Data','Ashley','A','Wilson-Łąchowski',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Wilson-Łąchowski',NULL,1,'1968-01-18',0,NULL,NULL,NULL,'New Jersey Poetry Partners',NULL,NULL,104,0,NULL,'2014-04-30 02:05:52'),(45,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Kenny','Mr. Kenny Reynolds Jr.',NULL,NULL,NULL,NULL,NULL,'Both','2459168653',NULL,'Sample Data','Kenny','S','Reynolds',3,1,NULL,NULL,1,NULL,'Dear Kenny',1,NULL,'Dear Kenny',1,NULL,'Mr. Kenny Reynolds Jr.',NULL,2,'1967-06-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(46,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Texas Peace Collective','Texas Peace Collective',NULL,NULL,NULL,NULL,NULL,'Both','3945744732',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Texas Peace Collective',NULL,NULL,NULL,0,NULL,NULL,16,'Texas Peace Collective',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(47,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Cruz, Josefa','Ms. Josefa Cruz',NULL,NULL,NULL,NULL,NULL,'Both','97145743',NULL,'Sample Data','Josefa','','Cruz',2,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Ms. Josefa Cruz',NULL,1,'1961-11-15',1,'2013-11-15',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(48,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Lashawnda','Mrs. Lashawnda Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','935996887',NULL,'Sample Data','Lashawnda','','Reynolds',1,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Mrs. Lashawnda Reynolds',NULL,1,'1955-01-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(49,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Betty','Dr. Betty Cooper',NULL,NULL,NULL,NULL,NULL,'Both','2283344606',NULL,'Sample Data','Betty','T','Cooper',4,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Dr. Betty Cooper',NULL,NULL,'1942-04-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(50,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice, Kathleen','Kathleen Prentice',NULL,NULL,NULL,'1',NULL,'Both','2436481389',NULL,'Sample Data','Kathleen','W','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Kathleen Prentice',NULL,NULL,'1972-02-16',1,'2013-06-20',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:44'),(51,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Wichita Education Partnership','Wichita Education Partnership',NULL,NULL,NULL,'5',NULL,'Both','1885076909',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Wichita Education Partnership',NULL,NULL,NULL,0,NULL,NULL,38,'Wichita Education Partnership',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(52,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Arlyne','Arlyne Deforest',NULL,NULL,NULL,NULL,NULL,'Both','2836833438',NULL,'Sample Data','Arlyne','P','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Arlyne Deforest',NULL,NULL,'1924-11-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(53,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Wilson, Allen','Dr. Allen Wilson II',NULL,NULL,NULL,NULL,NULL,'Both','669149647',NULL,'Sample Data','Allen','F','Wilson',4,3,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Dr. Allen Wilson II',NULL,NULL,'1974-12-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(54,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope, Barry','Barry Zope',NULL,NULL,NULL,NULL,NULL,'Both','1953474040',NULL,'Sample Data','Barry','','Zope',NULL,NULL,NULL,NULL,1,NULL,'Dear Barry',1,NULL,'Dear Barry',1,NULL,'Barry Zope',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(55,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Łąchowski, Shauna','Shauna Łąchowski',NULL,NULL,NULL,'4',NULL,'Both','3103955337',NULL,'Sample Data','Shauna','G','Łąchowski',NULL,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Shauna Łąchowski',NULL,NULL,'1942-04-25',1,NULL,NULL,NULL,'San Antonio Agriculture Alliance',NULL,NULL,190,0,NULL,'2014-04-30 02:05:52'),(56,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz-Adams family','Cruz-Adams family',NULL,NULL,NULL,'4',NULL,'Both','1201686346',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Cruz-Adams family',5,NULL,'Dear Cruz-Adams family',2,NULL,'Cruz-Adams family',NULL,NULL,NULL,0,NULL,'Cruz-Adams family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(57,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wagner, Ray','Ray Wagner',NULL,NULL,NULL,'3',NULL,'Both','4163142642',NULL,'Sample Data','Ray','','Wagner',NULL,NULL,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Wagner',NULL,2,'1951-04-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(58,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Teddy','Dr. Teddy Lee Sr.',NULL,NULL,NULL,NULL,NULL,'Both','1086314831',NULL,'Sample Data','Teddy','','Lee',4,2,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Dr. Teddy Lee Sr.',NULL,2,'1941-01-15',1,'2013-10-14',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(59,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Wagner-Blackwell, Angelika','Angelika Wagner-Blackwell',NULL,NULL,NULL,'3',NULL,'Both','2881257653',NULL,'Sample Data','Angelika','','Wagner-Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Angelika',1,NULL,'Dear Angelika',1,NULL,'Angelika Wagner-Blackwell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(60,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Roberts, Clint','Mr. Clint Roberts',NULL,NULL,NULL,NULL,NULL,'Both','748281633',NULL,'Sample Data','Clint','','Roberts',3,NULL,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Mr. Clint Roberts',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(61,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jameson, Truman','Truman Jameson',NULL,NULL,NULL,'5',NULL,'Both','4265431677',NULL,'Sample Data','Truman','','Jameson',NULL,NULL,NULL,NULL,1,NULL,'Dear Truman',1,NULL,'Dear Truman',1,NULL,'Truman Jameson',NULL,NULL,'1981-06-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(62,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Wagner, Landon','Mr. Landon Wagner',NULL,NULL,NULL,'3',NULL,'Both','2517566731',NULL,'Sample Data','Landon','','Wagner',3,NULL,NULL,NULL,1,NULL,'Dear Landon',1,NULL,'Dear Landon',1,NULL,'Mr. Landon Wagner',NULL,2,'1935-12-27',1,'2014-01-25',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(63,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Müller, Russell','Russell Müller',NULL,NULL,NULL,'4',NULL,'Both','1078913970',NULL,'Sample Data','Russell','','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Russell Müller',NULL,2,'1998-10-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(64,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson, Shad','Dr. Shad Wilson',NULL,NULL,NULL,NULL,NULL,'Both','3505548330',NULL,'Sample Data','Shad','L','Wilson',4,NULL,NULL,NULL,1,NULL,'Dear Shad',1,NULL,'Dear Shad',1,NULL,'Dr. Shad Wilson',NULL,2,'1964-04-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(65,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Wilson, Elizabeth','Elizabeth Wilson',NULL,NULL,NULL,NULL,NULL,'Both','690212617',NULL,'Sample Data','Elizabeth','G','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Elizabeth Wilson',NULL,1,'1959-10-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(66,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Teddy','Mr. Teddy Terrell',NULL,NULL,NULL,'5',NULL,'Both','829330438',NULL,'Sample Data','Teddy','','Terrell',3,NULL,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Mr. Teddy Terrell',NULL,2,'1941-02-26',1,'2014-02-23',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(67,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Reynolds, Landon','Landon Reynolds Sr.',NULL,NULL,NULL,'2',NULL,'Both','303655385',NULL,'Sample Data','Landon','L','Reynolds',NULL,2,NULL,NULL,1,NULL,'Dear Landon',1,NULL,'Dear Landon',1,NULL,'Landon Reynolds Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(68,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Deforest, Mei','Mei Deforest',NULL,NULL,NULL,NULL,NULL,'Both','2717143162',NULL,'Sample Data','Mei','U','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Deforest',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(69,'Organization',NULL,1,0,0,0,1,0,NULL,NULL,'Lincoln Sustainability Alliance','Lincoln Sustainability Alliance',NULL,NULL,NULL,NULL,NULL,'Both','1084211684',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Lincoln Sustainability Alliance',NULL,NULL,NULL,0,NULL,NULL,194,'Lincoln Sustainability Alliance',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(70,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest-Díaz, Kandace','Ms. Kandace Deforest-Díaz',NULL,NULL,NULL,NULL,NULL,'Both','553917949',NULL,'Sample Data','Kandace','W','Deforest-Díaz',2,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Ms. Kandace Deforest-Díaz',NULL,NULL,'1974-11-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(71,'Household',NULL,1,1,0,0,0,0,NULL,NULL,'McReynolds-Patel family','McReynolds-Patel family',NULL,NULL,NULL,'3',NULL,'Both','163702893',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear McReynolds-Patel family',5,NULL,'Dear McReynolds-Patel family',2,NULL,'McReynolds-Patel family',NULL,NULL,NULL,0,NULL,'McReynolds-Patel family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(72,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Bryon','Bryon Nielsen Jr.',NULL,NULL,NULL,NULL,NULL,'Both','164626710',NULL,'Sample Data','Bryon','L','Nielsen',NULL,1,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Bryon Nielsen Jr.',NULL,NULL,'1942-01-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(73,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Winford','Winford McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','3334322093',NULL,'Sample Data','Winford','J','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Winford McReynolds',NULL,2,'1958-07-11',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(74,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Jameson-Patel, Claudio','Claudio Jameson-Patel',NULL,NULL,NULL,NULL,NULL,'Both','1310110604',NULL,'Sample Data','Claudio','G','Jameson-Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Claudio Jameson-Patel',NULL,2,'1990-10-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(75,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Progressive Legal Fellowship','Progressive Legal Fellowship',NULL,NULL,NULL,NULL,NULL,'Both','1516077331',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Progressive Legal Fellowship',NULL,NULL,NULL,0,NULL,NULL,156,'Progressive Legal Fellowship',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(76,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Jacobs, Betty','Mrs. Betty Jacobs',NULL,NULL,NULL,'3',NULL,'Both','2462707421',NULL,'Sample Data','Betty','G','Jacobs',1,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Mrs. Betty Jacobs',NULL,NULL,'1970-09-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(77,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz-Adams, Ashley','Mr. Ashley Cruz-Adams II',NULL,NULL,NULL,'5',NULL,'Both','2606132541',NULL,'Sample Data','Ashley','Z','Cruz-Adams',3,3,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Mr. Ashley Cruz-Adams II',NULL,NULL,'1975-07-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(78,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jameson-Patel, Mei','Mei Jameson-Patel',NULL,NULL,NULL,'4',NULL,'Both','3306103674',NULL,'Sample Data','Mei','','Jameson-Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei Jameson-Patel',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(79,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jensen, Arlyne','Arlyne Jensen',NULL,NULL,NULL,NULL,NULL,'Both','2653015935',NULL,'Sample Data','Arlyne','','Jensen',NULL,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Arlyne Jensen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(80,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Waco Legal Alliance','Waco Legal Alliance',NULL,NULL,NULL,'1',NULL,'Both','3576722349',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Waco Legal Alliance',NULL,NULL,NULL,0,NULL,NULL,NULL,'Waco Legal Alliance',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(81,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Beula','Mrs. Beula Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','3841764890',NULL,'Sample Data','Beula','P','Blackwell',1,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Mrs. Beula Blackwell',NULL,1,'1965-04-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(82,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Adams family','Adams family',NULL,NULL,NULL,NULL,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-30 02:05:51'),(83,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Andrew','Dr. Andrew Grant',NULL,NULL,NULL,'1',NULL,'Both','1115216015',NULL,'Sample Data','Andrew','','Grant',4,NULL,NULL,NULL,1,NULL,'Dear Andrew',1,NULL,'Dear Andrew',1,NULL,'Dr. Andrew Grant',NULL,2,'1974-10-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(84,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Ivanov-Smith, Kacey','Ms. Kacey Ivanov-Smith',NULL,NULL,NULL,'1',NULL,'Both','407042941',NULL,'Sample Data','Kacey','','Ivanov-Smith',2,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Ms. Kacey Ivanov-Smith',NULL,1,'1980-09-02',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(85,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Adams, Eleonor','Dr. Eleonor Adams',NULL,NULL,NULL,NULL,NULL,'Both','780665455',NULL,'Sample Data','Eleonor','','Adams',4,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Dr. Eleonor Adams',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(86,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Wilson family','Wilson family',NULL,NULL,NULL,'5',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-30 02:05:51'),(87,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Community Software Partnership','Community Software Partnership',NULL,NULL,NULL,'3',NULL,'Both','52238097',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Community Software Partnership',NULL,NULL,NULL,0,NULL,NULL,179,'Community Software Partnership',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(88,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Robertson, Sherman','Mr. Sherman Robertson II',NULL,NULL,NULL,NULL,NULL,'Both','3479857214',NULL,'Sample Data','Sherman','A','Robertson',3,3,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Mr. Sherman Robertson II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(89,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Kenny','Kenny Grant III',NULL,NULL,NULL,'5',NULL,'Both','2809825308',NULL,'Sample Data','Kenny','','Grant',NULL,4,NULL,NULL,1,NULL,'Dear Kenny',1,NULL,'Dear Kenny',1,NULL,'Kenny Grant III',NULL,NULL,'2000-06-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(90,'Organization',NULL,0,0,0,0,1,0,NULL,NULL,'Perryman Sports Fund','Perryman Sports Fund',NULL,NULL,NULL,NULL,NULL,'Both','3238839138',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Perryman Sports Fund',NULL,NULL,NULL,0,NULL,NULL,109,'Perryman Sports Fund',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(91,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Jensen, Jackson','Dr. Jackson Jensen',NULL,NULL,NULL,NULL,NULL,'Both','2839026195',NULL,'Sample Data','Jackson','I','Jensen',4,NULL,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Dr. Jackson Jensen',NULL,2,'1934-04-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(92,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'patel-adamsm@lol.info','patel-adamsm@lol.info',NULL,NULL,NULL,'3',NULL,'Both','3462530763',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear patel-adamsm@lol.info',1,NULL,'Dear patel-adamsm@lol.info',1,NULL,'patel-adamsm@lol.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(93,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Roberts, Margaret','Margaret Roberts',NULL,NULL,NULL,NULL,NULL,'Both','649188694',NULL,'Sample Data','Margaret','U','Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Roberts',NULL,1,'1984-06-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(94,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Nielsen, Arlyne','Dr. Arlyne Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','3808368075',NULL,'Sample Data','Arlyne','','Nielsen',4,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Dr. Arlyne Nielsen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(95,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Elina','Ms. Elina Terrell',NULL,NULL,NULL,'5',NULL,'Both','4038952497',NULL,'Sample Data','Elina','','Terrell',2,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Ms. Elina Terrell',NULL,1,'1955-04-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(96,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Terrell family','Terrell family',NULL,NULL,NULL,'2',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-30 02:05:51'),(97,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Nielsen, Jacob','Jacob Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','1661720619',NULL,'Sample Data','Jacob','D','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Jacob Nielsen',NULL,2,'2010-01-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(98,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Elizabeth','Elizabeth Terry',NULL,NULL,NULL,NULL,NULL,'Both','4269196887',NULL,'Sample Data','Elizabeth','','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Elizabeth Terry',NULL,1,NULL,0,NULL,NULL,NULL,'Urban Agriculture Trust',NULL,NULL,168,0,NULL,'2014-04-30 02:05:52'),(99,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Erik','Mr. Erik Smith',NULL,NULL,NULL,'5',NULL,'Both','3926833496',NULL,'Sample Data','Erik','B','Smith',3,NULL,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Mr. Erik Smith',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(100,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts, Erik','Erik Roberts Jr.',NULL,NULL,NULL,NULL,NULL,'Both','210960325',NULL,'Sample Data','Erik','','Roberts',NULL,1,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Erik Roberts Jr.',NULL,2,'1956-06-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(101,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Troy','Troy McReynolds',NULL,NULL,NULL,'3',NULL,'Both','2359789954',NULL,'Sample Data','Troy','','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Troy McReynolds',NULL,2,'1978-03-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(102,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Roberts, Barry','Barry Roberts',NULL,NULL,NULL,'2',NULL,'Both','1797669693',NULL,'Sample Data','Barry','J','Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Barry',1,NULL,'Dear Barry',1,NULL,'Barry Roberts',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(103,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jacobj78@spamalot.biz','jacobj78@spamalot.biz',NULL,NULL,NULL,'1',NULL,'Both','4237324590',NULL,'Sample Data',NULL,NULL,NULL,NULL,2,NULL,NULL,1,NULL,'Dear jacobj78@spamalot.biz',1,NULL,'Dear jacobj78@spamalot.biz',1,NULL,'jacobj78@spamalot.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(104,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'New Jersey Poetry Partners','New Jersey Poetry Partners',NULL,NULL,NULL,'2',NULL,'Both','2176577638',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'New Jersey Poetry Partners',NULL,NULL,NULL,0,NULL,NULL,44,'New Jersey Poetry Partners',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(105,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson-Patel family','Jameson-Patel family',NULL,NULL,NULL,'1',NULL,'Both','165393186',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jameson-Patel family',5,NULL,'Dear Jameson-Patel family',2,NULL,'Jameson-Patel family',NULL,NULL,NULL,0,NULL,'Jameson-Patel family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(106,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Dimitrov, Jacob','Dr. Jacob Dimitrov',NULL,NULL,NULL,'3',NULL,'Both','2306451370',NULL,'Sample Data','Jacob','','Dimitrov',4,NULL,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Dr. Jacob Dimitrov',NULL,2,NULL,1,'2014-02-01',NULL,NULL,'Colorado Empowerment Fund',NULL,NULL,33,0,NULL,'2014-04-30 02:05:51'),(107,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz-Adams, Brent','Mr. Brent Cruz-Adams II',NULL,NULL,NULL,NULL,NULL,'Both','2458333449',NULL,'Sample Data','Brent','U','Cruz-Adams',3,3,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Mr. Brent Cruz-Adams II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(108,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Jina','Dr. Jina Reynolds',NULL,NULL,NULL,'5',NULL,'Both','1863509251',NULL,'Sample Data','Jina','','Reynolds',4,NULL,NULL,NULL,1,NULL,'Dear Jina',1,NULL,'Dear Jina',1,NULL,'Dr. Jina Reynolds',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(109,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Olsen, Teddy','Mr. Teddy Olsen',NULL,NULL,NULL,'5',NULL,'Both','72064715',NULL,'Sample Data','Teddy','','Olsen',3,NULL,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Mr. Teddy Olsen',NULL,2,NULL,0,NULL,NULL,NULL,'Perryman Sports Fund',NULL,NULL,90,0,NULL,'2014-04-30 02:05:52'),(110,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Friends Sustainability Partners','Friends Sustainability Partners',NULL,NULL,NULL,NULL,NULL,'Both','1129318316',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Friends Sustainability Partners',NULL,NULL,NULL,0,NULL,NULL,NULL,'Friends Sustainability Partners',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(111,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Prentice, Brittney','Ms. Brittney Prentice',NULL,NULL,NULL,'1',NULL,'Both','3627229829',NULL,'Sample Data','Brittney','','Prentice',2,NULL,NULL,NULL,1,NULL,'Dear Brittney',1,NULL,'Dear Brittney',1,NULL,'Ms. Brittney Prentice',NULL,NULL,'1968-10-06',1,NULL,NULL,NULL,'Sparks Sports Partnership',NULL,NULL,6,0,NULL,'2014-04-30 02:05:52'),(112,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Nielsen, Daren','Mr. Daren Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','847645612',NULL,'Sample Data','Daren','','Nielsen',3,NULL,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Mr. Daren Nielsen',NULL,2,'1988-08-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(113,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Daren','Mr. Daren McReynolds II',NULL,NULL,NULL,'5',NULL,'Both','2885149914',NULL,'Sample Data','Daren','C','McReynolds',3,3,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Mr. Daren McReynolds II',NULL,2,'1958-12-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:43'),(114,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'ashliebarkley74@mymail.info','ashliebarkley74@mymail.info',NULL,NULL,NULL,NULL,NULL,'Both','1254885177',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear ashliebarkley74@mymail.info',1,NULL,'Dear ashliebarkley74@mymail.info',1,NULL,'ashliebarkley74@mymail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(115,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'González, Irvin','Irvin González III',NULL,NULL,NULL,'4',NULL,'Both','3426503976',NULL,'Sample Data','Irvin','','González',NULL,4,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Irvin González III',NULL,2,'2001-11-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(116,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'lterrell@lol.co.uk','lterrell@lol.co.uk',NULL,NULL,NULL,NULL,NULL,'Both','1386653253',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,NULL,1,NULL,'Dear lterrell@lol.co.uk',1,NULL,'Dear lterrell@lol.co.uk',1,NULL,'lterrell@lol.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(117,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'billyterrell@notmail.co.in','billyterrell@notmail.co.in',NULL,NULL,NULL,NULL,NULL,'Both','1401298619',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear billyterrell@notmail.co.in',1,NULL,'Dear billyterrell@notmail.co.in',1,NULL,'billyterrell@notmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(118,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Wagner-Blackwell, Lawerence','Lawerence Wagner-Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','3123764958',NULL,'Sample Data','Lawerence','','Wagner-Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Lawerence Wagner-Blackwell',NULL,NULL,'2000-08-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(119,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'González, Jerome','Dr. Jerome González II',NULL,NULL,NULL,'1',NULL,'Both','775254007',NULL,'Sample Data','Jerome','','González',4,3,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Dr. Jerome González II',NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(120,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'rolandocruz@mymail.net','rolandocruz@mymail.net',NULL,NULL,NULL,'5',NULL,'Both','2356858049',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear rolandocruz@mymail.net',1,NULL,'Dear rolandocruz@mymail.net',1,NULL,'rolandocruz@mymail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(121,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Esta','Mrs. Esta Lee',NULL,NULL,NULL,NULL,NULL,'Both','2770227283',NULL,'Sample Data','Esta','R','Lee',1,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Mrs. Esta Lee',NULL,NULL,'1957-05-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(122,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Prentice family','Prentice family',NULL,NULL,NULL,'5',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-30 02:05:51'),(123,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest-Blackwell, Clint','Clint Deforest-Blackwell II',NULL,NULL,NULL,NULL,NULL,'Both','48373543',NULL,'Sample Data','Clint','','Deforest-Blackwell',NULL,3,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Clint Deforest-Blackwell II',NULL,2,'2011-06-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(124,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'yadavk@fishmail.net','yadavk@fishmail.net',NULL,NULL,NULL,'5',NULL,'Both','4151677604',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear yadavk@fishmail.net',1,NULL,'Dear yadavk@fishmail.net',1,NULL,'yadavk@fishmail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(125,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Sharyn','Sharyn Jensen',NULL,NULL,NULL,'1',NULL,'Both','2516683246',NULL,'Sample Data','Sharyn','A','Jensen',NULL,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Sharyn Jensen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(126,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Bachman, Margaret','Ms. Margaret Bachman',NULL,NULL,NULL,NULL,NULL,'Both','2110616060',NULL,'Sample Data','Margaret','L','Bachman',2,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Ms. Margaret Bachman',NULL,1,'1960-08-15',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:44'),(127,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice, Josefa','Josefa Prentice',NULL,NULL,NULL,'4',NULL,'Both','3169036877',NULL,'Sample Data','Josefa','','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Josefa',1,NULL,'Dear Josefa',1,NULL,'Josefa Prentice',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(128,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Norris','Norris Müller',NULL,NULL,NULL,'4',NULL,'Both','1477289672',NULL,'Sample Data','Norris','','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Norris Müller',NULL,2,'1933-05-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(129,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Norris','Norris Adams',NULL,NULL,NULL,'5',NULL,'Both','2624750007',NULL,'Sample Data','Norris','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Norris Adams',NULL,2,'1979-07-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(130,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wagner-Jensen, Allan','Dr. Allan Wagner-Jensen II',NULL,NULL,NULL,NULL,NULL,'Both','1394614521',NULL,'Sample Data','Allan','','Wagner-Jensen',4,3,NULL,NULL,1,NULL,'Dear Allan',1,NULL,'Dear Allan',1,NULL,'Dr. Allan Wagner-Jensen II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(131,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'parker.n.eleonor@fishmail.co.in','parker.n.eleonor@fishmail.co.in',NULL,NULL,NULL,'3',NULL,'Both','364527832',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear parker.n.eleonor@fishmail.co.in',1,NULL,'Dear parker.n.eleonor@fishmail.co.in',1,NULL,'parker.n.eleonor@fishmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(132,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Esta','Dr. Esta Terrell',NULL,NULL,NULL,NULL,NULL,'Both','3319173143',NULL,'Sample Data','Esta','','Terrell',4,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Dr. Esta Terrell',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(133,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jensen, Troy','Dr. Troy Jensen',NULL,NULL,NULL,'3',NULL,'Both','2894692674',NULL,'Sample Data','Troy','Z','Jensen',4,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Dr. Troy Jensen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(134,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'McReynolds, Carlos','Carlos McReynolds',NULL,NULL,NULL,'1',NULL,'Both','1986804051',NULL,'Sample Data','Carlos','Q','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Carlos',1,NULL,'Dear Carlos',1,NULL,'Carlos McReynolds',NULL,2,'1981-10-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(135,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Roberts, Heidi','Heidi Roberts',NULL,NULL,NULL,NULL,NULL,'Both','3215468009',NULL,'Sample Data','Heidi','','Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Heidi',1,NULL,'Dear Heidi',1,NULL,'Heidi Roberts',NULL,1,'1957-07-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(136,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jameson, Rodrigo','Rodrigo Jameson',NULL,NULL,NULL,NULL,NULL,'Both','2012648674',NULL,'Sample Data','Rodrigo','R','Jameson',NULL,NULL,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Rodrigo Jameson',NULL,2,'1995-07-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(137,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Smith, Ashley','Ashley Smith',NULL,NULL,NULL,'4',NULL,'Both','2874632377',NULL,'Sample Data','Ashley','','Smith',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Smith',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(138,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Prentice, Scott','Mr. Scott Prentice II',NULL,NULL,NULL,'3',NULL,'Both','406414833',NULL,'Sample Data','Scott','','Prentice',3,3,NULL,NULL,1,NULL,'Dear Scott',1,NULL,'Dear Scott',1,NULL,'Mr. Scott Prentice II',NULL,2,'1988-03-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(139,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds family','Reynolds family',NULL,NULL,NULL,NULL,NULL,'Both','4119726021',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Reynolds family',5,NULL,'Dear Reynolds family',2,NULL,'Reynolds family',NULL,NULL,NULL,0,NULL,'Reynolds family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(140,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Nielsen family','Nielsen family',NULL,NULL,NULL,'2',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-30 02:05:51'),(141,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov, Elina','Mrs. Elina Ivanov',NULL,NULL,NULL,'1',NULL,'Both','555056280',NULL,'Sample Data','Elina','O','Ivanov',1,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Mrs. Elina Ivanov',NULL,NULL,'1964-06-13',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(142,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Patel, Eleonor','Ms. Eleonor Patel',NULL,NULL,NULL,NULL,NULL,'Both','818400682',NULL,'Sample Data','Eleonor','R','Patel',2,NULL,NULL,NULL,1,NULL,'Dear Eleonor',1,NULL,'Dear Eleonor',1,NULL,'Ms. Eleonor Patel',NULL,1,'1986-06-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(143,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Prentice, Damaris','Damaris Prentice',NULL,NULL,NULL,'2',NULL,'Both','4205720753',NULL,'Sample Data','Damaris','U','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Damaris Prentice',NULL,1,'1967-09-04',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(144,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Reynolds, Jackson','Jackson Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','1209096771',NULL,'Sample Data','Jackson','','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Jackson Reynolds',NULL,NULL,'2001-12-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(145,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds-Patel, Mei','Mei McReynolds-Patel',NULL,NULL,NULL,NULL,NULL,'Both','1150574190',NULL,'Sample Data','Mei','R','McReynolds-Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Mei',1,NULL,'Dear Mei',1,NULL,'Mei McReynolds-Patel',NULL,1,'2001-05-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(146,'Household',NULL,1,0,0,0,1,0,NULL,NULL,'McReynolds family','McReynolds family',NULL,NULL,NULL,'1',NULL,'Both','3032680972',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear McReynolds family',5,NULL,'Dear McReynolds family',2,NULL,'McReynolds family',NULL,NULL,NULL,0,NULL,'McReynolds family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(147,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Łąchowski, Megan','Mrs. Megan Łąchowski',NULL,NULL,NULL,'5',NULL,'Both','1824434920',NULL,'Sample Data','Megan','B','Łąchowski',1,NULL,NULL,NULL,1,NULL,'Dear Megan',1,NULL,'Dear Megan',1,NULL,'Mrs. Megan Łąchowski',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(148,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Samson, Ashley','Ashley Samson',NULL,NULL,NULL,NULL,NULL,'Both','2849668612',NULL,'Sample Data','Ashley','Q','Samson',NULL,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Ashley Samson',NULL,1,'1951-03-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(149,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts, Kacey','Dr. Kacey Roberts',NULL,NULL,NULL,'4',NULL,'Both','2119265437',NULL,'Sample Data','Kacey','G','Roberts',4,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Dr. Kacey Roberts',NULL,1,'1985-08-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(150,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Jensen family','Jensen family',NULL,NULL,NULL,'4',NULL,'Both','797435572',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jensen family',5,NULL,'Dear Jensen family',2,NULL,'Jensen family',NULL,NULL,NULL,0,NULL,'Jensen family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(151,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Wagner-Blackwell family','Wagner-Blackwell family',NULL,NULL,NULL,NULL,NULL,'Both','2678981583',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Wagner-Blackwell family',5,NULL,'Dear Wagner-Blackwell family',2,NULL,'Wagner-Blackwell family',NULL,NULL,NULL,0,NULL,'Wagner-Blackwell family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(152,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts family','Roberts family',NULL,NULL,NULL,'2',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-30 02:05:51'),(153,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'samson.ashley@fishmail.org','samson.ashley@fishmail.org',NULL,NULL,NULL,NULL,NULL,'Both','2145183541',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear samson.ashley@fishmail.org',1,NULL,'Dear samson.ashley@fishmail.org',1,NULL,'samson.ashley@fishmail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(154,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wattson, Elina','Mrs. Elina Wattson',NULL,NULL,NULL,'3',NULL,'Both','452291784',NULL,'Sample Data','Elina','W','Wattson',1,NULL,NULL,NULL,1,NULL,'Dear Elina',1,NULL,'Dear Elina',1,NULL,'Mrs. Elina Wattson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(155,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Wilson-Łąchowski, Landon','Landon Wilson-Łąchowski',NULL,NULL,NULL,'3',NULL,'Both','1512361799',NULL,'Sample Data','Landon','J','Wilson-Łąchowski',NULL,NULL,NULL,NULL,1,NULL,'Dear Landon',1,NULL,'Dear Landon',1,NULL,'Landon Wilson-Łąchowski',NULL,NULL,'1974-05-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(156,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Cooper, Juliann','Mrs. Juliann Cooper',NULL,NULL,NULL,NULL,NULL,'Both','742450300',NULL,'Sample Data','Juliann','','Cooper',1,NULL,NULL,NULL,1,NULL,'Dear Juliann',1,NULL,'Dear Juliann',1,NULL,'Mrs. Juliann Cooper',NULL,1,'1928-11-14',0,NULL,NULL,NULL,'Progressive Legal Fellowship',NULL,NULL,75,0,NULL,'2014-04-30 02:05:52'),(157,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Jameson, Ashlie','Ms. Ashlie Jameson',NULL,NULL,NULL,'2',NULL,'Both','1828478480',NULL,'Sample Data','Ashlie','','Jameson',2,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Ms. Ashlie Jameson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(158,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Grant, Scarlet','Scarlet Grant',NULL,NULL,NULL,'3',NULL,'Both','188081876',NULL,'Sample Data','Scarlet','','Grant',NULL,NULL,NULL,NULL,1,NULL,'Dear Scarlet',1,NULL,'Dear Scarlet',1,NULL,'Scarlet Grant',NULL,1,'1964-04-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(159,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Olsen, Teresa','Teresa Olsen',NULL,NULL,NULL,NULL,NULL,'Both','1784308763',NULL,'Sample Data','Teresa','K','Olsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa Olsen',NULL,NULL,NULL,1,'2014-01-30',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(160,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Roberts, Irvin','Irvin Roberts',NULL,NULL,NULL,NULL,NULL,'Both','1941335260',NULL,'Sample Data','Irvin','J','Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Irvin Roberts',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(161,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Scott Development Systems','Scott Development Systems',NULL,NULL,NULL,NULL,NULL,'Both','650528503',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Scott Development Systems',NULL,NULL,NULL,0,NULL,NULL,166,'Scott Development Systems',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(162,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'sanforddaz88@spamalot.co.nz','sanforddaz88@spamalot.co.nz',NULL,NULL,NULL,'5',NULL,'Both','1560858768',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,NULL,1,NULL,'Dear sanforddaz88@spamalot.co.nz',1,NULL,'Dear sanforddaz88@spamalot.co.nz',1,NULL,'sanforddaz88@spamalot.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(163,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Sierra Health Trust','Sierra Health Trust',NULL,NULL,NULL,'1',NULL,'Both','3803406805',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Sierra Health Trust',NULL,NULL,NULL,0,NULL,NULL,183,'Sierra Health Trust',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(164,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Dimitrov-Reynolds, Felisha','Felisha Dimitrov-Reynolds',NULL,NULL,NULL,'4',NULL,'Both','4100128687',NULL,'Sample Data','Felisha','','Dimitrov-Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Felisha Dimitrov-Reynolds',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(165,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Parker, Iris','Iris Parker',NULL,NULL,NULL,'3',NULL,'Both','1685537074',NULL,'Sample Data','Iris','W','Parker',NULL,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Iris Parker',NULL,1,'1954-12-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(166,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'McReynolds-Patel, Lawerence','Lawerence McReynolds-Patel',NULL,NULL,NULL,NULL,NULL,'Both','65827080',NULL,'Sample Data','Lawerence','','McReynolds-Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Lawerence',1,NULL,'Dear Lawerence',1,NULL,'Lawerence McReynolds-Patel',NULL,2,'1994-09-28',0,NULL,NULL,NULL,'Scott Development Systems',NULL,NULL,161,0,NULL,'2014-04-30 02:05:52'),(167,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Kandace','Kandace Díaz',NULL,NULL,NULL,'4',NULL,'Both','262634305',NULL,'Sample Data','Kandace','O','Díaz',NULL,NULL,NULL,NULL,1,NULL,'Dear Kandace',1,NULL,'Dear Kandace',1,NULL,'Kandace Díaz',NULL,NULL,'1990-08-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(168,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Urban Agriculture Trust','Urban Agriculture Trust',NULL,NULL,NULL,NULL,NULL,'Both','4165711843',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Urban Agriculture Trust',NULL,NULL,NULL,0,NULL,NULL,98,'Urban Agriculture Trust',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(169,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds family','Reynolds family',NULL,NULL,NULL,NULL,NULL,'Both','4119726021',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Reynolds family',5,NULL,'Dear Reynolds family',2,NULL,'Reynolds family',NULL,NULL,NULL,0,NULL,'Reynolds family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(170,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Sherman','Sherman Nielsen',NULL,NULL,NULL,NULL,NULL,'Both','2590733768',NULL,'Sample Data','Sherman','','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Sherman Nielsen',NULL,2,'1992-03-23',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(171,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Justina','Ms. Justina Adams',NULL,NULL,NULL,NULL,NULL,'Both','206304627',NULL,'Sample Data','Justina','Y','Adams',2,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Ms. Justina Adams',NULL,1,'1925-07-14',1,'2013-08-30',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(172,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Shauna','Mrs. Shauna Blackwell',NULL,NULL,NULL,'4',NULL,'Both','1849682656',NULL,'Sample Data','Shauna','','Blackwell',1,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Mrs. Shauna Blackwell',NULL,1,'1942-07-08',1,'2013-12-20',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(173,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Brent','Brent McReynolds',NULL,NULL,NULL,'1',NULL,'Both','1642363983',NULL,'Sample Data','Brent','','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Brent McReynolds',NULL,NULL,'2004-05-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(174,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Ashlie','Mrs. Ashlie Adams',NULL,NULL,NULL,NULL,NULL,'Both','368887089',NULL,'Sample Data','Ashlie','V','Adams',1,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Mrs. Ashlie Adams',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(175,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wilson, Princess','Princess Wilson',NULL,NULL,NULL,NULL,NULL,'Both','1309472467',NULL,'Sample Data','Princess','I','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Princess',1,NULL,'Dear Princess',1,NULL,'Princess Wilson',NULL,1,NULL,0,NULL,NULL,NULL,'Urban Agriculture School',NULL,NULL,176,0,NULL,'2014-04-30 02:05:52'),(176,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Urban Agriculture School','Urban Agriculture School',NULL,NULL,NULL,NULL,NULL,'Both','4043418317',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Urban Agriculture School',NULL,NULL,NULL,0,NULL,NULL,175,'Urban Agriculture School',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(177,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'kaceym@mymail.biz','kaceym@mymail.biz',NULL,NULL,NULL,NULL,NULL,'Both','4229832992',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear kaceym@mymail.biz',1,NULL,'Dear kaceym@mymail.biz',1,NULL,'kaceym@mymail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(178,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Bernadette','Dr. Bernadette Adams',NULL,NULL,NULL,'2',NULL,'Both','2647828318',NULL,'Sample Data','Bernadette','E','Adams',4,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Dr. Bernadette Adams',NULL,1,'1971-04-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(179,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wattson, Eleonor','Eleonor Wattson',NULL,NULL,NULL,NULL,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,'1975-11-26',0,NULL,NULL,NULL,'Community Software Partnership',NULL,NULL,87,0,NULL,'2014-04-30 02:05:52'),(180,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Allen','Allen Deforest',NULL,NULL,NULL,'2',NULL,'Both','4090609758',NULL,'Sample Data','Allen','','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Allen Deforest',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:43'),(181,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Erik','Mr. Erik Terrell Sr.',NULL,NULL,NULL,'4',NULL,'Both','3685580578',NULL,'Sample Data','Erik','','Terrell',3,2,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Mr. Erik Terrell Sr.',NULL,2,'1983-11-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(182,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Patel, Junko','Junko Patel',NULL,NULL,NULL,'3',NULL,'Both','3770216305',NULL,'Sample Data','Junko','S','Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Junko Patel',NULL,1,'1999-03-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(183,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Patel, Megan','Megan Patel',NULL,NULL,NULL,NULL,NULL,'Both','2159576941',NULL,'Sample Data','Megan','B','Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Megan',1,NULL,'Dear Megan',1,NULL,'Megan Patel',NULL,1,NULL,0,NULL,NULL,NULL,'Sierra Health Trust',NULL,NULL,163,0,NULL,'2014-04-30 02:05:52'),(184,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Dimitrov, Delana','Delana Dimitrov',NULL,NULL,NULL,'1',NULL,'Both','4026480882',NULL,'Sample Data','Delana','','Dimitrov',NULL,NULL,NULL,NULL,1,NULL,'Dear Delana',1,NULL,'Dear Delana',1,NULL,'Delana Dimitrov',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(185,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Bachman-McReynolds, Teddy','Teddy Bachman-McReynolds Jr.',NULL,NULL,NULL,NULL,NULL,'Both','3465396724',NULL,'Sample Data','Teddy','W','Bachman-McReynolds',NULL,1,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Teddy Bachman-McReynolds Jr.',NULL,2,'1970-10-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(186,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Nielsen, Elizabeth','Elizabeth Nielsen',NULL,NULL,NULL,'1',NULL,'Both','3252450799',NULL,'Sample Data','Elizabeth','S','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Elizabeth Nielsen',NULL,NULL,'1961-07-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(187,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'damariscruz@mymail.co.in','damariscruz@mymail.co.in',NULL,NULL,NULL,NULL,NULL,'Both','3931487745',NULL,'Sample Data',NULL,NULL,NULL,2,NULL,NULL,NULL,1,NULL,'Dear damariscruz@mymail.co.in',1,NULL,'Dear damariscruz@mymail.co.in',1,NULL,'damariscruz@mymail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,'Creative Literacy Collective',NULL,NULL,30,0,NULL,'2014-04-30 02:05:52'),(188,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Wilson, Ashley','Mr. Ashley Wilson',NULL,NULL,NULL,'3',NULL,'Both','1909485085',NULL,'Sample Data','Ashley','A','Wilson',3,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Mr. Ashley Wilson',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(189,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'smith.sharyn@spamalot.co.nz','smith.sharyn@spamalot.co.nz',NULL,NULL,NULL,NULL,NULL,'Both','488335396',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear smith.sharyn@spamalot.co.nz',1,NULL,'Dear smith.sharyn@spamalot.co.nz',1,NULL,'smith.sharyn@spamalot.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:43'),(190,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'San Antonio Agriculture Alliance','San Antonio Agriculture Alliance',NULL,NULL,NULL,'3',NULL,'Both','679670374',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'San Antonio Agriculture Alliance',NULL,NULL,NULL,0,NULL,NULL,55,'San Antonio Agriculture Alliance',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(191,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Caulder Food School','Caulder Food School',NULL,NULL,NULL,NULL,NULL,'Both','2033473995',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Caulder Food School',NULL,NULL,NULL,0,NULL,NULL,19,'Caulder Food School',NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:52'),(192,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Kenny','Kenny Samson',NULL,NULL,NULL,NULL,NULL,'Both','1958901038',NULL,'Sample Data','Kenny','L','Samson',NULL,NULL,NULL,NULL,1,NULL,'Dear Kenny',1,NULL,'Dear Kenny',1,NULL,'Kenny Samson',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(193,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Brigette','Brigette McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','393115724',NULL,'Sample Data','Brigette','','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette McReynolds',NULL,1,'1974-05-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(194,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Maxwell','Maxwell McReynolds',NULL,NULL,NULL,'2',NULL,'Both','961058467',NULL,'Sample Data','Maxwell','X','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell McReynolds',NULL,NULL,'1985-12-31',0,NULL,NULL,NULL,'Lincoln Sustainability Alliance',NULL,NULL,69,0,NULL,'2014-04-30 02:05:52'),(195,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Terry, Kathleen','Dr. Kathleen Terry',NULL,NULL,NULL,'3',NULL,'Both','1992671393',NULL,'Sample Data','Kathleen','U','Terry',4,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Dr. Kathleen Terry',NULL,1,'1940-09-16',0,NULL,NULL,NULL,'Global Health Academy',NULL,NULL,11,0,NULL,'2014-04-30 02:05:52'),(196,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Winford','Mr. Winford Díaz II',NULL,NULL,NULL,NULL,NULL,'Both','3351509393',NULL,'Sample Data','Winford','','Díaz',3,3,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Mr. Winford Díaz II',NULL,2,'1952-07-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(197,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Sherman','Sherman Nielsen',NULL,NULL,NULL,'5',NULL,'Both','2590733768',NULL,'Sample Data','Sherman','H','Nielsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Sherman Nielsen',NULL,2,'1957-04-29',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(198,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Grant family','Grant family',NULL,NULL,NULL,'4',NULL,'Both','3228000340',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Grant family',5,NULL,'Dear Grant family',2,NULL,'Grant family',NULL,NULL,NULL,0,NULL,'Grant family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:51'),(199,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'McReynolds, Justina','Justina McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','1146130692',NULL,'Sample Data','Justina','V','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Justina McReynolds',NULL,1,'1945-07-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:48'),(200,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Miguel','Miguel Reynolds',NULL,NULL,NULL,'5',NULL,'Both','2637758166',NULL,'Sample Data','Miguel','B','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Miguel Reynolds',NULL,2,'1971-06-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'),(201,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Grant, Roland','Mr. Roland Grant III',NULL,NULL,NULL,'4',NULL,'Both','1187261657',NULL,'Sample Data','Roland','','Grant',3,4,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Mr. Roland Grant III',NULL,2,'1929-02-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 02:05:47'); +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-30 18:16:57'),(2,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Zope, Ray','Mr. Ray Zope',NULL,NULL,NULL,'4',NULL,'Both','585836296',NULL,'Sample Data','Ray','H','Zope',3,NULL,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Mr. Ray Zope',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(3,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Barkley, Kathlyn','Kathlyn Barkley',NULL,NULL,NULL,NULL,NULL,'Both','2784062121',NULL,'Sample Data','Kathlyn','','Barkley',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathlyn',1,NULL,'Dear Kathlyn',1,NULL,'Kathlyn Barkley',NULL,NULL,'1941-08-25',1,'2013-12-05',NULL,NULL,'Middletown Culture Systems',NULL,NULL,33,0,NULL,'2014-04-30 18:17:03'),(4,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Terry family','Terry family',NULL,NULL,NULL,'2',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-30 18:17:03'),(5,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Caulder Software Services','Caulder Software Services',NULL,NULL,NULL,'3',NULL,'Both','2504363450',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Caulder Software Services',NULL,NULL,NULL,0,NULL,NULL,155,'Caulder Software Services',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(6,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'billyw@testmail.co.pl','billyw@testmail.co.pl',NULL,NULL,NULL,'2',NULL,'Both','1146806569',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear billyw@testmail.co.pl',1,NULL,'Dear billyw@testmail.co.pl',1,NULL,'billyw@testmail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(7,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Rebekah','Rebekah Lee',NULL,NULL,NULL,'1',NULL,'Both','3174434967',NULL,'Sample Data','Rebekah','','Lee',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Lee',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(8,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Deforest, Junko','Junko Deforest',NULL,NULL,NULL,'5',NULL,'Both','1125130284',NULL,'Sample Data','Junko','E','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Junko Deforest',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(9,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Patel-Zope, Valene','Valene Patel-Zope',NULL,NULL,NULL,NULL,NULL,'Both','1016379133',NULL,'Sample Data','Valene','','Patel-Zope',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene Patel-Zope',NULL,1,'1981-09-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(10,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Dimitrov, Rosario','Rosario Dimitrov',NULL,NULL,NULL,NULL,NULL,'Both','3331564945',NULL,'Sample Data','Rosario','','Dimitrov',NULL,NULL,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Rosario Dimitrov',NULL,2,'1982-10-05',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(11,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Bachman, Toby','Toby Bachman',NULL,NULL,NULL,'5',NULL,'Both','3370727882',NULL,'Sample Data','Toby','R','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Toby Bachman',NULL,2,'1932-03-19',0,NULL,NULL,NULL,'Progressive Culture Alliance',NULL,NULL,200,0,NULL,'2014-04-30 18:17:03'),(12,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Barkley, Herminia','Herminia Barkley',NULL,NULL,NULL,'4',NULL,'Both','1117243640',NULL,'Sample Data','Herminia','G','Barkley',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Barkley',NULL,1,'1980-02-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(13,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jones, Elizabeth','Elizabeth Jones',NULL,NULL,NULL,NULL,NULL,'Both','819500758',NULL,'Sample Data','Elizabeth','','Jones',NULL,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Elizabeth Jones',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(14,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'United Software Solutions','United Software Solutions',NULL,NULL,NULL,NULL,NULL,'Both','3586377486',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'United Software Solutions',NULL,NULL,NULL,0,NULL,NULL,121,'United Software Solutions',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(15,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Bachman family','Bachman family',NULL,NULL,NULL,'4',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-30 18:17:03'),(16,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Prentice, Jed','Jed Prentice',NULL,NULL,NULL,NULL,NULL,'Both','737533559',NULL,'Sample Data','Jed','','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Jed Prentice',NULL,2,'2004-01-17',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(17,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Terry-González family','Terry-González family',NULL,NULL,NULL,'2',NULL,'Both','1393033455',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Terry-González family',5,NULL,'Dear Terry-González family',2,NULL,'Terry-González family',NULL,NULL,NULL,0,NULL,'Terry-González family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(18,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Jacobs-Deforest, Elbert','Elbert Jacobs-Deforest Jr.',NULL,NULL,NULL,'2',NULL,'Both','4229136944',NULL,'Sample Data','Elbert','C','Jacobs-Deforest',NULL,1,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Elbert Jacobs-Deforest Jr.',NULL,2,'2004-08-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(19,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Jameson, Troy','Troy Jameson',NULL,NULL,NULL,'3',NULL,'Both','3854208942',NULL,'Sample Data','Troy','L','Jameson',NULL,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Troy Jameson',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(20,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Ivey','Ivey Terry',NULL,NULL,NULL,NULL,NULL,'Both','3949102942',NULL,'Sample Data','Ivey','','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ivey Terry',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(21,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Lee family','Lee family',NULL,NULL,NULL,'2',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-30 18:17:03'),(22,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Rodrigo','Dr. Rodrigo Terry III',NULL,NULL,NULL,'1',NULL,'Both','1439404139',NULL,'Sample Data','Rodrigo','F','Terry',4,4,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Dr. Rodrigo Terry III',NULL,2,'1950-08-25',1,'2013-10-01',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(23,'Organization',NULL,0,1,0,0,1,0,NULL,NULL,'Urban Action Fund','Urban Action Fund',NULL,NULL,NULL,NULL,NULL,'Both','2751890428',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Urban Action Fund',NULL,NULL,NULL,0,NULL,NULL,173,'Urban Action Fund',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(24,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Yadav, Rosario','Mr. Rosario Yadav Jr.',NULL,NULL,NULL,NULL,NULL,'Both','422504705',NULL,'Sample Data','Rosario','','Yadav',3,1,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Mr. Rosario Yadav Jr.',NULL,2,'1938-10-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(25,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman family','Bachman family',NULL,NULL,NULL,'3',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-30 18:17:03'),(26,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Deforest, Magan','Dr. Magan Deforest',NULL,NULL,NULL,NULL,NULL,'Both','2893209447',NULL,'Sample Data','Magan','E','Deforest',4,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Dr. Magan Deforest',NULL,NULL,'1952-12-26',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(27,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Cruz family','Cruz family',NULL,NULL,NULL,'1',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-30 18:17:03'),(28,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Creative Development Fund','Creative Development Fund',NULL,NULL,NULL,NULL,NULL,'Both','2233633341',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Creative Development Fund',NULL,NULL,NULL,0,NULL,NULL,40,'Creative Development Fund',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(29,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Olsen, Billy','Dr. Billy Olsen Jr.',NULL,NULL,NULL,NULL,NULL,'Both','1744279777',NULL,'Sample Data','Billy','J','Olsen',4,1,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Dr. Billy Olsen Jr.',NULL,2,'1938-08-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(30,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'omarrobertson-blackwell@sample.co.nz','omarrobertson-blackwell@sample.co.nz',NULL,NULL,NULL,'1',NULL,'Both','4146927772',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,NULL,1,NULL,'Dear omarrobertson-blackwell@sample.co.nz',1,NULL,'Dear omarrobertson-blackwell@sample.co.nz',1,NULL,'omarrobertson-blackwell@sample.co.nz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(31,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Zope, Herminia','Herminia Zope',NULL,NULL,NULL,NULL,NULL,'Both','1359923062',NULL,'Sample Data','Herminia','','Zope',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Zope',NULL,1,'1941-05-22',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(32,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Brent','Brent Terry Jr.',NULL,NULL,NULL,NULL,NULL,'Both','4100154892',NULL,'Sample Data','Brent','E','Terry',NULL,1,NULL,NULL,1,NULL,'Dear Brent',1,NULL,'Dear Brent',1,NULL,'Brent Terry Jr.',NULL,2,'1959-03-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(33,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Middletown Culture Systems','Middletown Culture Systems',NULL,NULL,NULL,NULL,NULL,'Both','2377058170',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Middletown Culture Systems',NULL,NULL,NULL,0,NULL,NULL,3,'Middletown Culture Systems',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(34,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds family','Reynolds family',NULL,NULL,NULL,NULL,NULL,'Both','4119726021',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Reynolds family',5,NULL,'Dear Reynolds family',2,NULL,'Reynolds family',NULL,NULL,NULL,0,NULL,'Reynolds family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(35,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wilson, Daren','Daren Wilson',NULL,NULL,NULL,'3',NULL,'Both','198225944',NULL,'Sample Data','Daren','B','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Daren Wilson',NULL,2,'1987-06-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(36,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Iris','Dr. Iris Blackwell',NULL,NULL,NULL,'2',NULL,'Both','1478230935',NULL,'Sample Data','Iris','','Blackwell',4,NULL,NULL,NULL,1,NULL,'Dear Iris',1,NULL,'Dear Iris',1,NULL,'Dr. Iris Blackwell',NULL,1,'1970-03-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(37,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Smith, Alexia','Alexia Smith',NULL,NULL,NULL,'3',NULL,'Both','528182465',NULL,'Sample Data','Alexia','Z','Smith',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Smith',NULL,1,'1995-05-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(38,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Smith, Elizabeth','Dr. Elizabeth Smith',NULL,NULL,NULL,'5',NULL,'Both','3537144682',NULL,'Sample Data','Elizabeth','','Smith',4,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Dr. Elizabeth Smith',NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(39,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Robertson-Blackwell, Laree','Laree Robertson-Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','1047747893',NULL,'Sample Data','Laree','V','Robertson-Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Laree',1,NULL,'Dear Laree',1,NULL,'Laree Robertson-Blackwell',NULL,1,'1987-05-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(40,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Robertson, Kathlyn','Kathlyn Robertson',NULL,NULL,NULL,NULL,NULL,'Both','1571361016',NULL,'Sample Data','Kathlyn','','Robertson',NULL,NULL,NULL,NULL,1,NULL,'Dear Kathlyn',1,NULL,'Dear Kathlyn',1,NULL,'Kathlyn Robertson',NULL,1,'2001-08-13',0,NULL,NULL,NULL,'Creative Development Fund',NULL,NULL,28,0,NULL,'2014-04-30 18:17:04'),(41,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Justina','Justina Müller',NULL,NULL,NULL,'1',NULL,'Both','3426084601',NULL,'Sample Data','Justina','','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Justina',1,NULL,'Dear Justina',1,NULL,'Justina Müller',NULL,NULL,'1970-05-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(42,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cooper, Princess','Ms. Princess Cooper',NULL,NULL,NULL,'3',NULL,'Both','3515918144',NULL,'Sample Data','Princess','A','Cooper',2,NULL,NULL,NULL,1,NULL,'Dear Princess',1,NULL,'Dear Princess',1,NULL,'Ms. Princess Cooper',NULL,1,'1961-02-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(43,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Samuels-Deforest, Elizabeth','Ms. Elizabeth Samuels-Deforest',NULL,NULL,NULL,NULL,NULL,'Both','1588687622',NULL,'Sample Data','Elizabeth','A','Samuels-Deforest',2,NULL,NULL,NULL,1,NULL,'Dear Elizabeth',1,NULL,'Dear Elizabeth',1,NULL,'Ms. Elizabeth Samuels-Deforest',NULL,1,'1973-05-15',0,NULL,NULL,NULL,'Copeland Legal Academy',NULL,NULL,134,0,NULL,'2014-04-30 18:17:03'),(44,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Daren','Daren Blackwell III',NULL,NULL,NULL,'5',NULL,'Both','2699852976',NULL,'Sample Data','Daren','','Blackwell',NULL,4,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Daren Blackwell III',NULL,2,'1974-05-09',0,NULL,NULL,NULL,'Ray Advocacy Solutions',NULL,NULL,148,0,NULL,'2014-04-30 18:17:04'),(45,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Roberts, Nicole','Nicole Roberts',NULL,NULL,NULL,NULL,NULL,'Both','998604159',NULL,'Sample Data','Nicole','I','Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Nicole Roberts',NULL,1,'1966-01-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(46,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Lee-Smith family','Lee-Smith family',NULL,NULL,NULL,'5',NULL,'Both','1627239178',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Lee-Smith family',5,NULL,'Dear Lee-Smith family',2,NULL,'Lee-Smith family',NULL,NULL,NULL,0,NULL,'Lee-Smith family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(47,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Russell','Dr. Russell Grant Jr.',NULL,NULL,NULL,'5',NULL,'Both','388937713',NULL,'Sample Data','Russell','F','Grant',4,1,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Dr. Russell Grant Jr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(48,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cruz, Sherman','Sherman Cruz Jr.',NULL,NULL,NULL,NULL,NULL,'Both','3295870064',NULL,'Sample Data','Sherman','','Cruz',NULL,1,NULL,NULL,1,NULL,'Dear Sherman',1,NULL,'Dear Sherman',1,NULL,'Sherman Cruz Jr.',NULL,2,'1959-11-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(49,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Prentice, Bernadette','Bernadette Prentice',NULL,NULL,NULL,'2',NULL,'Both','2674595740',NULL,'Sample Data','Bernadette','','Prentice',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Prentice',NULL,1,'1929-09-14',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(50,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Zope, Alida','Ms. Alida Zope',NULL,NULL,NULL,NULL,NULL,'Both','3726796517',NULL,'Sample Data','Alida','A','Zope',2,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Ms. Alida Zope',NULL,1,'1978-06-25',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(51,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Lee family','Lee family',NULL,NULL,NULL,'4',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-30 18:17:03'),(52,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Robertson-Blackwell family','Robertson-Blackwell family',NULL,NULL,NULL,'3',NULL,'Both','2263163306',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Robertson-Blackwell family',5,NULL,'Dear Robertson-Blackwell family',2,NULL,'Robertson-Blackwell family',NULL,NULL,NULL,0,NULL,'Robertson-Blackwell family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(53,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Olsen, Bernadette','Bernadette Olsen',NULL,NULL,NULL,NULL,NULL,'Both','2205365963',NULL,'Sample Data','Bernadette','I','Olsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Bernadette',1,NULL,'Dear Bernadette',1,NULL,'Bernadette Olsen',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(54,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Bachman, Kacey','Kacey Bachman',NULL,NULL,NULL,'4',NULL,'Both','1702405256',NULL,'Sample Data','Kacey','','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Kacey Bachman',NULL,1,'2005-06-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(55,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Jackson','Jackson Bachman',NULL,NULL,NULL,'5',NULL,'Both','1617477715',NULL,'Sample Data','Jackson','F','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Jackson Bachman',NULL,2,'1955-12-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(56,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Adams, Kathleen','Ms. Kathleen Adams',NULL,NULL,NULL,'2',NULL,'Both','163700750',NULL,'Sample Data','Kathleen','','Adams',2,NULL,NULL,NULL,1,NULL,'Dear Kathleen',1,NULL,'Dear Kathleen',1,NULL,'Ms. Kathleen Adams',NULL,NULL,'1939-07-28',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(57,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'winforddeforest37@fakemail.com','winforddeforest37@fakemail.com',NULL,NULL,NULL,NULL,NULL,'Both','3860001610',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear winforddeforest37@fakemail.com',1,NULL,'Dear winforddeforest37@fakemail.com',1,NULL,'winforddeforest37@fakemail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(58,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Merrie','Dr. Merrie Nielsen',NULL,NULL,NULL,'1',NULL,'Both','3023030184',NULL,'Sample Data','Merrie','','Nielsen',4,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Dr. Merrie Nielsen',NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(59,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Zope, Billy','Billy Zope III',NULL,NULL,NULL,NULL,NULL,'Both','1931623602',NULL,'Sample Data','Billy','X','Zope',NULL,4,NULL,NULL,1,NULL,'Dear Billy',1,NULL,'Dear Billy',1,NULL,'Billy Zope III',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(60,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'nielsen.iris@mymail.co.pl','nielsen.iris@mymail.co.pl',NULL,NULL,NULL,NULL,NULL,'Both','2854812278',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear nielsen.iris@mymail.co.pl',1,NULL,'Dear nielsen.iris@mymail.co.pl',1,NULL,'nielsen.iris@mymail.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(61,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Lee, Lou','Mr. Lou Lee Jr.',NULL,NULL,NULL,NULL,NULL,'Both','2234392100',NULL,'Sample Data','Lou','E','Lee',3,1,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Mr. Lou Lee Jr.',NULL,NULL,'1948-12-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(62,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Reynolds, Omar','Omar Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','1558438140',NULL,'Sample Data','Omar','I','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Omar',1,NULL,'Dear Omar',1,NULL,'Omar Reynolds',NULL,2,'1935-04-02',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(63,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Jacobs-Deforest, Jackson','Jackson Jacobs-Deforest',NULL,NULL,NULL,'5',NULL,'Both','1638931685',NULL,'Sample Data','Jackson','N','Jacobs-Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Jackson',1,NULL,'Dear Jackson',1,NULL,'Jackson Jacobs-Deforest',NULL,NULL,'1981-07-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(64,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Cruz-Jones, Maxwell','Maxwell Cruz-Jones',NULL,NULL,NULL,'1',NULL,'Both','4154477076',NULL,'Sample Data','Maxwell','','Cruz-Jones',NULL,NULL,NULL,NULL,1,NULL,'Dear Maxwell',1,NULL,'Dear Maxwell',1,NULL,'Maxwell Cruz-Jones',NULL,2,'1972-12-09',0,NULL,NULL,NULL,'Dowlen Software Fund',NULL,NULL,80,0,NULL,'2014-04-30 18:17:03'),(65,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wattson, Brigette','Mrs. Brigette Wattson',NULL,NULL,NULL,NULL,NULL,'Both','4266118861',NULL,'Sample Data','Brigette','','Wattson',1,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Mrs. Brigette Wattson',NULL,1,'1965-10-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(66,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'leej@fakemail.org','leej@fakemail.org',NULL,NULL,NULL,NULL,NULL,'Both','1337825028',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear leej@fakemail.org',1,NULL,'Dear leej@fakemail.org',1,NULL,'leej@fakemail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,'Shawanee Advocacy Academy',NULL,NULL,104,0,NULL,'2014-04-30 18:17:03'),(67,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Wattson, Lou','Lou Wattson',NULL,NULL,NULL,NULL,NULL,'Both','2195170366',NULL,'Sample Data','Lou','','Wattson',NULL,NULL,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Lou Wattson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(68,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Jacobs, Lou','Mr. Lou Jacobs',NULL,NULL,NULL,NULL,NULL,'Both','2205571416',NULL,'Sample Data','Lou','','Jacobs',3,NULL,NULL,NULL,1,NULL,'Dear Lou',1,NULL,'Dear Lou',1,NULL,'Mr. Lou Jacobs',NULL,NULL,'1970-05-25',1,'2013-11-24',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(69,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee-Smith, Laree','Laree Lee-Smith',NULL,NULL,NULL,'3',NULL,'Both','3630944149',NULL,'Sample Data','Laree','X','Lee-Smith',NULL,NULL,NULL,NULL,1,NULL,'Dear Laree',1,NULL,'Dear Laree',1,NULL,'Laree Lee-Smith',NULL,1,'1987-06-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(70,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Titusville Food Collective','Titusville Food Collective',NULL,NULL,NULL,'5',NULL,'Both','3946319275',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Titusville Food Collective',NULL,NULL,NULL,0,NULL,NULL,122,'Titusville Food Collective',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(71,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samuels, Craig','Craig Samuels II',NULL,NULL,NULL,NULL,NULL,'Both','810726824',NULL,'Sample Data','Craig','C','Samuels',NULL,3,NULL,NULL,1,NULL,'Dear Craig',1,NULL,'Dear Craig',1,NULL,'Craig Samuels II',NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(72,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Roberts, Rebekah','Rebekah Roberts',NULL,NULL,NULL,NULL,NULL,'Both','3047736227',NULL,'Sample Data','Rebekah','','Roberts',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Roberts',NULL,NULL,'1956-08-13',0,NULL,NULL,NULL,'Virginia Agriculture Collective',NULL,NULL,172,0,NULL,'2014-04-30 18:17:04'),(73,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Díaz, Ashlie','Dr. Ashlie Díaz',NULL,NULL,NULL,'3',NULL,'Both','428983255',NULL,'Sample Data','Ashlie','V','Díaz',4,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Dr. Ashlie Díaz',NULL,1,'1991-10-20',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(74,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Zope family','Zope family',NULL,NULL,NULL,NULL,NULL,'Both','1649131487',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Zope family',5,NULL,'Dear Zope family',2,NULL,'Zope family',NULL,NULL,NULL,0,NULL,'Zope family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(75,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'mcreynolds-samuelst@testing.co.pl','mcreynolds-samuelst@testing.co.pl',NULL,NULL,NULL,'2',NULL,'Both','3231940875',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear mcreynolds-samuelst@testing.co.pl',1,NULL,'Dear mcreynolds-samuelst@testing.co.pl',1,NULL,'mcreynolds-samuelst@testing.co.pl',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(76,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'bachman.roland@airmail.org','bachman.roland@airmail.org',NULL,NULL,NULL,NULL,NULL,'Both','252594856',NULL,'Sample Data',NULL,NULL,NULL,NULL,1,NULL,NULL,1,NULL,'Dear bachman.roland@airmail.org',1,NULL,'Dear bachman.roland@airmail.org',1,NULL,'bachman.roland@airmail.org',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(77,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Robertson, Ivey','Ivey Robertson',NULL,NULL,NULL,NULL,NULL,'Both','2177307295',NULL,'Sample Data','Ivey','Q','Robertson',NULL,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ivey Robertson',NULL,NULL,'1979-08-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(78,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee-Smith, Herminia','Herminia Lee-Smith',NULL,NULL,NULL,'5',NULL,'Both','1425762586',NULL,'Sample Data','Herminia','G','Lee-Smith',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Lee-Smith',NULL,1,'1969-07-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(79,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Patel, Teresa','Teresa Patel',NULL,NULL,NULL,NULL,NULL,'Both','1615801119',NULL,'Sample Data','Teresa','M','Patel',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa Patel',NULL,1,'1999-03-27',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(80,'Organization',NULL,1,0,0,0,1,0,NULL,NULL,'Dowlen Software Fund','Dowlen Software Fund',NULL,NULL,NULL,NULL,NULL,'Both','762636583',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Dowlen Software Fund',NULL,NULL,NULL,0,NULL,NULL,64,'Dowlen Software Fund',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(81,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Alexia','Alexia Cruz',NULL,NULL,NULL,NULL,NULL,'Both','3468295475',NULL,'Sample Data','Alexia','','Cruz',NULL,NULL,NULL,NULL,1,NULL,'Dear Alexia',1,NULL,'Dear Alexia',1,NULL,'Alexia Cruz',NULL,1,'1978-10-24',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(82,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'lareec93@airmail.co.uk','lareec93@airmail.co.uk',NULL,NULL,NULL,NULL,NULL,'Both','642015081',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear lareec93@airmail.co.uk',1,NULL,'Dear lareec93@airmail.co.uk',1,NULL,'lareec93@airmail.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(83,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Tennessee Technology Alliance','Tennessee Technology Alliance',NULL,NULL,NULL,'1',NULL,'Both','4073584443',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Tennessee Technology Alliance',NULL,NULL,NULL,0,NULL,NULL,175,'Tennessee Technology Alliance',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(84,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'scottm12@fishmail.net','scottm12@fishmail.net',NULL,NULL,NULL,'4',NULL,'Both','2467617880',NULL,'Sample Data',NULL,NULL,NULL,NULL,4,NULL,NULL,1,NULL,'Dear scottm12@fishmail.net',1,NULL,'Dear scottm12@fishmail.net',1,NULL,'scottm12@fishmail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(85,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Grantham Food Systems','Grantham Food Systems',NULL,NULL,NULL,NULL,NULL,'Both','1122996590',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Grantham Food Systems',NULL,NULL,NULL,0,NULL,NULL,NULL,'Grantham Food Systems',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(86,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'tobyj@testmail.info','tobyj@testmail.info',NULL,NULL,NULL,NULL,NULL,'Both','2378293116',NULL,'Sample Data',NULL,NULL,NULL,NULL,4,NULL,NULL,1,NULL,'Dear tobyj@testmail.info',1,NULL,'Dear tobyj@testmail.info',1,NULL,'tobyj@testmail.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(87,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Dimitrov, Damaris','Damaris Dimitrov',NULL,NULL,NULL,NULL,NULL,'Both','860231865',NULL,'Sample Data','Damaris','X','Dimitrov',NULL,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Damaris Dimitrov',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(88,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz-Jones, Margaret','Margaret Cruz-Jones',NULL,NULL,NULL,'4',NULL,'Both','371472415',NULL,'Sample Data','Margaret','','Cruz-Jones',NULL,NULL,NULL,NULL,1,NULL,'Dear Margaret',1,NULL,'Dear Margaret',1,NULL,'Margaret Cruz-Jones',NULL,1,'1991-11-10',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(89,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Erik','Erik Jensen',NULL,NULL,NULL,'4',NULL,'Both','3788466038',NULL,'Sample Data','Erik','','Jensen',NULL,NULL,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Erik Jensen',NULL,2,'1950-02-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(90,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Blackwell, Jed','Mr. Jed Blackwell II',NULL,NULL,NULL,NULL,NULL,'Both','38907930',NULL,'Sample Data','Jed','X','Blackwell',3,3,NULL,NULL,1,NULL,'Dear Jed',1,NULL,'Dear Jed',1,NULL,'Mr. Jed Blackwell II',NULL,NULL,'1930-12-03',1,'2014-03-08',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(91,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Reynolds, Damaris','Damaris Reynolds',NULL,NULL,NULL,'2',NULL,'Both','4231913075',NULL,'Sample Data','Damaris','S','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Damaris',1,NULL,'Dear Damaris',1,NULL,'Damaris Reynolds',NULL,1,'1995-09-30',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(92,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Bryon','Bryon Terry',NULL,NULL,NULL,NULL,NULL,'Both','86438947',NULL,'Sample Data','Bryon','','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Bryon Terry',NULL,2,'1984-01-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(93,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Sharyn','Dr. Sharyn Samson',NULL,NULL,NULL,NULL,NULL,'Both','4276118125',NULL,'Sample Data','Sharyn','L','Samson',4,NULL,NULL,NULL,1,NULL,'Dear Sharyn',1,NULL,'Dear Sharyn',1,NULL,'Dr. Sharyn Samson',NULL,1,'1965-04-28',1,'2013-11-26',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(94,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz-Jones family','Cruz-Jones family',NULL,NULL,NULL,'5',NULL,'Both','1606458773',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Cruz-Jones family',5,NULL,'Dear Cruz-Jones family',2,NULL,'Cruz-Jones family',NULL,NULL,NULL,0,NULL,'Cruz-Jones family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(95,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Prentice, Beula','Mrs. Beula Prentice',NULL,NULL,NULL,NULL,NULL,'Both','2661670411',NULL,'Sample Data','Beula','M','Prentice',1,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Mrs. Beula Prentice',NULL,NULL,'1944-05-13',1,'2013-11-21',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(96,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'merriep@airmail.com','merriep@airmail.com',NULL,NULL,NULL,'5',NULL,'Both','2005182116',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear merriep@airmail.com',1,NULL,'Dear merriep@airmail.com',1,NULL,'merriep@airmail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(97,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Rebekah','Rebekah Lee',NULL,NULL,NULL,'5',NULL,'Both','3174434967',NULL,'Sample Data','Rebekah','D','Lee',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Lee',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(98,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Dimitrov, Russell','Russell Dimitrov II',NULL,NULL,NULL,NULL,NULL,'Both','1675168626',NULL,'Sample Data','Russell','','Dimitrov',NULL,3,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Russell Dimitrov II',NULL,2,'1960-11-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(99,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov, Troy','Dr. Troy Ivanov',NULL,NULL,NULL,'4',NULL,'Both','2239152562',NULL,'Sample Data','Troy','','Ivanov',4,NULL,NULL,NULL,1,NULL,'Dear Troy',1,NULL,'Dear Troy',1,NULL,'Dr. Troy Ivanov',NULL,NULL,'1934-11-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(100,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Zope, Herminia','Herminia Zope',NULL,NULL,NULL,'3',NULL,'Both','1359923062',NULL,'Sample Data','Herminia','E','Zope',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Zope',NULL,1,'1987-10-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(101,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Cruz, Rodrigo','Dr. Rodrigo Cruz',NULL,NULL,NULL,'2',NULL,'Both','1681182976',NULL,'Sample Data','Rodrigo','L','Cruz',4,NULL,NULL,NULL,1,NULL,'Dear Rodrigo',1,NULL,'Dear Rodrigo',1,NULL,'Dr. Rodrigo Cruz',NULL,2,'1989-11-03',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(102,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'McReynolds, Teresa','Teresa McReynolds',NULL,NULL,NULL,NULL,NULL,'Both','2267068970',NULL,'Sample Data','Teresa','','McReynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Teresa',1,NULL,'Dear Teresa',1,NULL,'Teresa McReynolds',NULL,1,'1945-07-06',1,'2013-07-01',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(103,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Russell','Russell Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','2850885391',NULL,'Sample Data','Russell','','Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Russell',1,NULL,'Dear Russell',1,NULL,'Russell Blackwell',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(104,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Shawanee Advocacy Academy','Shawanee Advocacy Academy',NULL,NULL,NULL,NULL,NULL,'Both','2096225716',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Shawanee Advocacy Academy',NULL,NULL,NULL,0,NULL,NULL,66,'Shawanee Advocacy Academy',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(105,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Rosario','Mr. Rosario Bachman',NULL,NULL,NULL,NULL,NULL,'Both','563214667',NULL,'Sample Data','Rosario','H','Bachman',3,NULL,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Mr. Rosario Bachman',NULL,NULL,'1977-10-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(106,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Samson, Claudio','Claudio Samson',NULL,NULL,NULL,'2',NULL,'Both','114634310',NULL,'Sample Data','Claudio','','Samson',NULL,NULL,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Claudio Samson',NULL,2,NULL,1,'2013-05-01',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(107,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Deforest, Betty','Betty Deforest',NULL,NULL,NULL,'4',NULL,'Both','189178139',NULL,'Sample Data','Betty','','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Deforest',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(108,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Nielsen, Elbert','Elbert Nielsen Jr.',NULL,NULL,NULL,NULL,NULL,'Both','3751423670',NULL,'Sample Data','Elbert','','Nielsen',NULL,1,NULL,NULL,1,NULL,'Dear Elbert',1,NULL,'Dear Elbert',1,NULL,'Elbert Nielsen Jr.',NULL,2,'1966-07-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(109,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Irvin','Dr. Irvin Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','2976688032',NULL,'Sample Data','Irvin','','Blackwell',4,NULL,NULL,NULL,1,NULL,'Dear Irvin',1,NULL,'Dear Irvin',1,NULL,'Dr. Irvin Blackwell',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(110,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'jacksonreynolds15@mymail.com','jacksonreynolds15@mymail.com',NULL,NULL,NULL,NULL,NULL,'Both','3667929841',NULL,'Sample Data',NULL,NULL,NULL,NULL,2,NULL,NULL,1,NULL,'Dear jacksonreynolds15@mymail.com',1,NULL,'Dear jacksonreynolds15@mymail.com',1,NULL,'jacksonreynolds15@mymail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(111,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Blackwell, Jerome','Jerome Blackwell II',NULL,NULL,NULL,NULL,NULL,'Both','3442160655',NULL,'Sample Data','Jerome','','Blackwell',NULL,3,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Jerome Blackwell II',NULL,2,'1968-11-21',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(112,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Reynolds, Angelika','Ms. Angelika Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','4180271301',NULL,'Sample Data','Angelika','Z','Reynolds',2,NULL,NULL,NULL,1,NULL,'Dear Angelika',1,NULL,'Dear Angelika',1,NULL,'Ms. Angelika Reynolds',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(113,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Robertson, Andrew','Dr. Andrew Robertson',NULL,NULL,NULL,NULL,NULL,'Both','2591611250',NULL,'Sample Data','Andrew','','Robertson',4,NULL,NULL,NULL,1,NULL,'Dear Andrew',1,NULL,'Dear Andrew',1,NULL,'Dr. Andrew Robertson',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(114,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Blackwell, Jacob','Jacob Blackwell Jr.',NULL,NULL,NULL,'2',NULL,'Both','4049710903',NULL,'Sample Data','Jacob','','Blackwell',NULL,1,NULL,NULL,1,NULL,'Dear Jacob',1,NULL,'Dear Jacob',1,NULL,'Jacob Blackwell Jr.',NULL,2,'1981-10-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(115,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Reynolds, Bryon','Bryon Reynolds',NULL,NULL,NULL,NULL,NULL,'Both','3521962921',NULL,'Sample Data','Bryon','','Reynolds',NULL,NULL,NULL,NULL,1,NULL,'Dear Bryon',1,NULL,'Dear Bryon',1,NULL,'Bryon Reynolds',NULL,2,'1968-11-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(116,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Bachman, Norris','Dr. Norris Bachman II',NULL,NULL,NULL,NULL,NULL,'Both','2902131761',NULL,'Sample Data','Norris','','Bachman',4,3,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Dr. Norris Bachman II',NULL,2,'1925-12-07',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(117,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'González, Ashlie','Mrs. Ashlie González',NULL,NULL,NULL,'2',NULL,'Both','4074516912',NULL,'Sample Data','Ashlie','','González',1,NULL,NULL,NULL,1,NULL,'Dear Ashlie',1,NULL,'Dear Ashlie',1,NULL,'Mrs. Ashlie González',NULL,NULL,'1981-09-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(118,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Blackwell, Allen','Allen Blackwell',NULL,NULL,NULL,NULL,NULL,'Both','2363401575',NULL,'Sample Data','Allen','R','Blackwell',NULL,NULL,NULL,NULL,1,NULL,'Dear Allen',1,NULL,'Dear Allen',1,NULL,'Allen Blackwell',NULL,NULL,'1994-01-04',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(119,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Patel, Norris','Dr. Norris Patel',NULL,NULL,NULL,'4',NULL,'Both','3528404005',NULL,'Sample Data','Norris','I','Patel',4,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Dr. Norris Patel',NULL,2,NULL,1,'2013-08-24',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(120,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Parker, Daren','Dr. Daren Parker',NULL,NULL,NULL,NULL,NULL,'Both','107757717',NULL,'Sample Data','Daren','','Parker',4,NULL,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Dr. Daren Parker',NULL,2,'1966-02-12',1,'2013-06-19',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(121,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Erik','Erik Smith Sr.',NULL,NULL,NULL,NULL,NULL,'Both','3926833496',NULL,'Sample Data','Erik','L','Smith',NULL,2,NULL,NULL,1,NULL,'Dear Erik',1,NULL,'Dear Erik',1,NULL,'Erik Smith Sr.',NULL,2,'1972-09-21',0,NULL,NULL,NULL,'United Software Solutions',NULL,NULL,14,0,NULL,'2014-04-30 18:17:04'),(122,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs, Jerome','Dr. Jerome Jacobs',NULL,NULL,NULL,'5',NULL,'Both','3771685800',NULL,'Sample Data','Jerome','B','Jacobs',4,NULL,NULL,NULL,1,NULL,'Dear Jerome',1,NULL,'Dear Jerome',1,NULL,'Dr. Jerome Jacobs',NULL,NULL,'1979-08-10',0,NULL,NULL,NULL,'Titusville Food Collective',NULL,NULL,70,0,NULL,'2014-04-30 18:17:03'),(123,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Deforest-Lee, Ashley','Mrs. Ashley Deforest-Lee',NULL,NULL,NULL,NULL,NULL,'Both','1455609524',NULL,'Sample Data','Ashley','','Deforest-Lee',1,NULL,NULL,NULL,1,NULL,'Dear Ashley',1,NULL,'Dear Ashley',1,NULL,'Mrs. Ashley Deforest-Lee',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(124,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'zopej44@example.com','zopej44@example.com',NULL,NULL,NULL,'5',NULL,'Both','1415495089',NULL,'Sample Data',NULL,NULL,NULL,4,NULL,NULL,NULL,1,NULL,'Dear zopej44@example.com',1,NULL,'Dear zopej44@example.com',1,NULL,'zopej44@example.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(125,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Terry, Alida','Ms. Alida Terry',NULL,NULL,NULL,NULL,NULL,'Both','2637023605',NULL,'Sample Data','Alida','T','Terry',2,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Ms. Alida Terry',NULL,1,'1970-12-16',0,NULL,NULL,NULL,'Virginia Food Fellowship',NULL,NULL,163,0,NULL,'2014-04-30 18:17:03'),(126,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Rolando','Rolando Lee',NULL,NULL,NULL,'5',NULL,'Both','3374817738',NULL,'Sample Data','Rolando','','Lee',NULL,NULL,NULL,NULL,1,NULL,'Dear Rolando',1,NULL,'Dear Rolando',1,NULL,'Rolando Lee',NULL,2,'2011-05-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(127,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds, Lincoln','Lincoln McReynolds III',NULL,NULL,NULL,'1',NULL,'Both','2687392106',NULL,'Sample Data','Lincoln','','McReynolds',NULL,4,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Lincoln McReynolds III',NULL,2,'1973-01-13',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(128,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Lincoln','Lincoln Smith',NULL,NULL,NULL,'2',NULL,'Both','3833936283',NULL,'Sample Data','Lincoln','R','Smith',NULL,NULL,NULL,NULL,1,NULL,'Dear Lincoln',1,NULL,'Dear Lincoln',1,NULL,'Lincoln Smith',NULL,NULL,'1972-05-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(129,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Felisha','Mrs. Felisha Müller',NULL,NULL,NULL,NULL,NULL,'Both','258703399',NULL,'Sample Data','Felisha','I','Müller',1,NULL,NULL,NULL,1,NULL,'Dear Felisha',1,NULL,'Dear Felisha',1,NULL,'Mrs. Felisha Müller',NULL,1,'1935-01-11',1,'2014-04-24',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(130,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Grant, Beula','Beula Grant',NULL,NULL,NULL,NULL,NULL,'Both','2604882984',NULL,'Sample Data','Beula','M','Grant',NULL,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Beula Grant',NULL,1,'1999-10-01',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(131,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov, Herminia','Herminia Ivanov',NULL,NULL,NULL,NULL,NULL,'Both','3410851077',NULL,'Sample Data','Herminia','','Ivanov',NULL,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Herminia Ivanov',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(132,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jensen, Brigette','Brigette Jensen',NULL,NULL,NULL,'1',NULL,'Both','1599729174',NULL,'Sample Data','Brigette','','Jensen',NULL,NULL,NULL,NULL,1,NULL,'Dear Brigette',1,NULL,'Dear Brigette',1,NULL,'Brigette Jensen',NULL,1,'1964-08-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(133,'Household',NULL,1,0,0,0,1,0,NULL,NULL,'Dimitrov family','Dimitrov family',NULL,NULL,NULL,NULL,NULL,'Both','3351288571',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Dimitrov family',5,NULL,'Dear Dimitrov family',2,NULL,'Dimitrov family',NULL,NULL,NULL,0,NULL,'Dimitrov family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(134,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Copeland Legal Academy','Copeland Legal Academy',NULL,NULL,NULL,NULL,NULL,'Both','2781003215',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Copeland Legal Academy',NULL,NULL,NULL,0,NULL,NULL,43,'Copeland Legal Academy',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(135,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'González, Allan','Allan González II',NULL,NULL,NULL,'5',NULL,'Both','2514651883',NULL,'Sample Data','Allan','','González',NULL,3,NULL,NULL,1,NULL,'Dear Allan',1,NULL,'Dear Allan',1,NULL,'Allan González II',NULL,2,'2002-07-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(136,'Household',NULL,0,0,0,0,1,0,NULL,NULL,'Müller family','Müller family',NULL,NULL,NULL,'3',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-30 18:17:03'),(137,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Díaz, Magan','Ms. Magan Díaz',NULL,NULL,NULL,'5',NULL,'Both','3991472147',NULL,'Sample Data','Magan','G','Díaz',2,NULL,NULL,NULL,1,NULL,'Dear Magan',1,NULL,'Dear Magan',1,NULL,'Ms. Magan Díaz',NULL,NULL,'1953-12-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(138,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Parker, Betty','Dr. Betty Parker',NULL,NULL,NULL,'3',NULL,'Both','3536451591',NULL,'Sample Data','Betty','C','Parker',4,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Dr. Betty Parker',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(139,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'bachman.betty@infomail.com','bachman.betty@infomail.com',NULL,NULL,NULL,'1',NULL,'Both','766470481',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear bachman.betty@infomail.com',1,NULL,'Dear bachman.betty@infomail.com',1,NULL,'bachman.betty@infomail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(140,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Dimitrov, Alida','Alida Dimitrov',NULL,NULL,NULL,'4',NULL,'Both','2074690497',NULL,'Sample Data','Alida','Z','Dimitrov',NULL,NULL,NULL,NULL,1,NULL,'Dear Alida',1,NULL,'Dear Alida',1,NULL,'Alida Dimitrov',NULL,NULL,'1974-05-14',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(141,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Nielsen, Brzęczysław','Dr. Brzęczysław Nielsen II',NULL,NULL,NULL,NULL,NULL,'Both','3387173587',NULL,'Sample Data','Brzęczysław','O','Nielsen',4,3,NULL,NULL,1,NULL,'Dear Brzęczysław',1,NULL,'Dear Brzęczysław',1,NULL,'Dr. Brzęczysław Nielsen II',NULL,NULL,'1948-03-16',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(142,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'brents@testmail.biz','brents@testmail.biz',NULL,NULL,NULL,'2',NULL,'Both','2619230180',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear brents@testmail.biz',1,NULL,'Dear brents@testmail.biz',1,NULL,'brents@testmail.biz',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(143,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Terry-González, Norris','Mr. Norris Terry-González',NULL,NULL,NULL,NULL,NULL,'Both','214222296',NULL,'Sample Data','Norris','','Terry-González',3,NULL,NULL,NULL,1,NULL,'Dear Norris',1,NULL,'Dear Norris',1,NULL,'Mr. Norris Terry-González',NULL,2,'1980-01-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(144,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Smith, Miguel','Dr. Miguel Smith III',NULL,NULL,NULL,'1',NULL,'Both','3498855331',NULL,'Sample Data','Miguel','','Smith',4,4,NULL,NULL,1,NULL,'Dear Miguel',1,NULL,'Dear Miguel',1,NULL,'Dr. Miguel Smith III',NULL,2,'1972-09-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(145,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Müller, Toby','Dr. Toby Müller Sr.',NULL,NULL,NULL,NULL,NULL,'Both','3713504892',NULL,'Sample Data','Toby','Y','Müller',4,2,NULL,NULL,1,NULL,'Dear Toby',1,NULL,'Dear Toby',1,NULL,'Dr. Toby Müller Sr.',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(146,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jacobs, Shauna','Mrs. Shauna Jacobs',NULL,NULL,NULL,'2',NULL,'Both','1138459975',NULL,'Sample Data','Shauna','D','Jacobs',1,NULL,NULL,NULL,1,NULL,'Dear Shauna',1,NULL,'Dear Shauna',1,NULL,'Mrs. Shauna Jacobs',NULL,1,'1936-03-20',1,'2013-05-25',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(147,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry, Santina','Santina Terry',NULL,NULL,NULL,NULL,NULL,'Both','2417437596',NULL,'Sample Data','Santina','','Terry',NULL,NULL,NULL,NULL,1,NULL,'Dear Santina',1,NULL,'Dear Santina',1,NULL,'Santina Terry',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(148,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Ray Advocacy Solutions','Ray Advocacy Solutions',NULL,NULL,NULL,'4',NULL,'Both','536201550',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Ray Advocacy Solutions',NULL,NULL,NULL,0,NULL,NULL,44,'Ray Advocacy Solutions',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(149,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'mcreynoldsf@spamalot.co.uk','mcreynoldsf@spamalot.co.uk',NULL,NULL,NULL,'2',NULL,'Both','1572709985',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear mcreynoldsf@spamalot.co.uk',1,NULL,'Dear mcreynoldsf@spamalot.co.uk',1,NULL,'mcreynoldsf@spamalot.co.uk',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(150,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terry-González, Roland','Roland Terry-González III',NULL,NULL,NULL,NULL,NULL,'Both','451160509',NULL,'Sample Data','Roland','X','Terry-González',NULL,4,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Roland Terry-González III',NULL,2,'2001-11-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(151,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Patel, Junko','Mrs. Junko Patel',NULL,NULL,NULL,NULL,NULL,'Both','3770216305',NULL,'Sample Data','Junko','Z','Patel',1,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Mrs. Junko Patel',NULL,1,'1929-10-30',1,'2013-05-11',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(152,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Müller, Beula','Beula Müller',NULL,NULL,NULL,NULL,NULL,'Both','521667941',NULL,'Sample Data','Beula','','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Beula',1,NULL,'Dear Beula',1,NULL,'Beula Müller',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(153,'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-30 18:17:03'),(154,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Cruz, Merrie','Mrs. Merrie Cruz',NULL,NULL,NULL,'2',NULL,'Both','1935634896',NULL,'Sample Data','Merrie','B','Cruz',1,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Mrs. Merrie Cruz',NULL,1,'1971-08-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(155,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Wilson, Rosario','Rosario Wilson',NULL,NULL,NULL,NULL,NULL,'Both','4172001962',NULL,'Sample Data','Rosario','','Wilson',NULL,NULL,NULL,NULL,1,NULL,'Dear Rosario',1,NULL,'Dear Rosario',1,NULL,'Rosario Wilson',NULL,2,'1954-09-21',0,NULL,NULL,NULL,'Caulder Software Services',NULL,NULL,5,0,NULL,'2014-04-30 18:17:04'),(156,'Individual',NULL,1,1,0,0,0,0,NULL,NULL,'Deforest, Arlyne','Arlyne Deforest',NULL,NULL,NULL,NULL,NULL,'Both','2836833438',NULL,'Sample Data','Arlyne','L','Deforest',NULL,NULL,NULL,NULL,1,NULL,'Dear Arlyne',1,NULL,'Dear Arlyne',1,NULL,'Arlyne Deforest',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(157,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Samuels, Esta','Esta Samuels',NULL,NULL,NULL,'1',NULL,'Both','4125583971',NULL,'Sample Data','Esta','D','Samuels',NULL,NULL,NULL,NULL,1,NULL,'Dear Esta',1,NULL,'Dear Esta',1,NULL,'Esta Samuels',NULL,1,'1964-07-29',1,'2013-12-11',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(158,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Betty','Mrs. Betty Terrell',NULL,NULL,NULL,NULL,NULL,'Both','2284472069',NULL,'Sample Data','Betty','','Terrell',1,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Mrs. Betty Terrell',NULL,1,'1958-06-24',1,'2014-03-28',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(159,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Creative Software School','Creative Software School',NULL,NULL,NULL,NULL,NULL,'Both','1127943149',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Creative Software School',NULL,NULL,NULL,0,NULL,NULL,NULL,'Creative Software School',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(160,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Terry, Teddy','Teddy Terry III',NULL,NULL,NULL,NULL,NULL,'Both','1402049800',NULL,'Sample Data','Teddy','S','Terry',NULL,4,NULL,NULL,1,NULL,'Dear Teddy',1,NULL,'Dear Teddy',1,NULL,'Teddy Terry III',NULL,2,'1953-12-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(161,'Individual',NULL,0,0,0,0,1,0,NULL,NULL,'Lee, Rebekah','Rebekah Lee',NULL,NULL,NULL,NULL,NULL,'Both','3174434967',NULL,'Sample Data','Rebekah','U','Lee',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Lee',NULL,1,'1930-10-27',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(162,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Lee, Claudio','Claudio Lee II',NULL,NULL,NULL,'3',NULL,'Both','298367996',NULL,'Sample Data','Claudio','N','Lee',NULL,3,NULL,NULL,1,NULL,'Dear Claudio',1,NULL,'Dear Claudio',1,NULL,'Claudio Lee II',NULL,NULL,'2006-08-09',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(163,'Organization',NULL,0,1,0,0,0,0,NULL,NULL,'Virginia Food Fellowship','Virginia Food Fellowship',NULL,NULL,NULL,'5',NULL,'Both','1557007682',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Virginia Food Fellowship',NULL,NULL,NULL,0,NULL,NULL,125,'Virginia Food Fellowship',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(164,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Zope, Tanya','Tanya Zope',NULL,NULL,NULL,'1',NULL,'Both','2120997971',NULL,'Sample Data','Tanya','','Zope',NULL,NULL,NULL,NULL,1,NULL,'Dear Tanya',1,NULL,'Dear Tanya',1,NULL,'Tanya Zope',NULL,NULL,'1997-04-06',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(165,'Individual',NULL,1,0,0,0,1,0,NULL,NULL,'Bachman, Winford','Winford Bachman',NULL,NULL,NULL,NULL,NULL,'Both','2320333898',NULL,'Sample Data','Winford','A','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Winford',1,NULL,'Dear Winford',1,NULL,'Winford Bachman',NULL,2,'1959-12-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(166,'Household',NULL,0,1,0,0,0,0,NULL,NULL,'Jacobs-Deforest family','Jacobs-Deforest family',NULL,NULL,NULL,NULL,NULL,'Both','2105138317',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Jacobs-Deforest family',5,NULL,'Dear Jacobs-Deforest family',2,NULL,'Jacobs-Deforest family',NULL,NULL,NULL,0,NULL,'Jacobs-Deforest family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(167,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Nielsen, Kacey','Dr. Kacey Nielsen',NULL,NULL,NULL,'1',NULL,'Both','786551037',NULL,'Sample Data','Kacey','','Nielsen',4,NULL,NULL,NULL,1,NULL,'Dear Kacey',1,NULL,'Dear Kacey',1,NULL,'Dr. Kacey Nielsen',NULL,1,'1989-10-31',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(168,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Adams, Rebekah','Rebekah Adams',NULL,NULL,NULL,'5',NULL,'Both','323607436',NULL,'Sample Data','Rebekah','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Rebekah',1,NULL,'Dear Rebekah',1,NULL,'Rebekah Adams',NULL,NULL,NULL,1,'2013-05-15',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(169,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Progressive Poetry Fellowship','Progressive Poetry Fellowship',NULL,NULL,NULL,NULL,NULL,'Both','1394777440',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Progressive Poetry Fellowship',NULL,NULL,NULL,0,NULL,NULL,NULL,'Progressive Poetry Fellowship',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(170,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'robertson.kenny50@testing.info','robertson.kenny50@testing.info',NULL,NULL,NULL,'5',NULL,'Both','391261788',NULL,'Sample Data',NULL,NULL,NULL,NULL,3,NULL,NULL,1,NULL,'Dear robertson.kenny50@testing.info',1,NULL,'Dear robertson.kenny50@testing.info',1,NULL,'robertson.kenny50@testing.info',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(171,'Household',NULL,0,0,0,0,0,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-30 18:17:03'),(172,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Virginia Agriculture Collective','Virginia Agriculture Collective',NULL,NULL,NULL,'5',NULL,'Both','2426672615',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Virginia Agriculture Collective',NULL,NULL,NULL,0,NULL,NULL,72,'Virginia Agriculture Collective',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(173,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Wilson, Jay','Jay Wilson Jr.',NULL,NULL,NULL,'3',NULL,'Both','1279858247',NULL,'Sample Data','Jay','V','Wilson',NULL,1,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Jay Wilson Jr.',NULL,2,'1956-08-02',1,'2014-01-28',NULL,NULL,'Urban Action Fund',NULL,NULL,23,0,NULL,'2014-04-30 18:17:03'),(174,'Household',NULL,0,1,0,0,0,0,NULL,NULL,'Smith family','Smith family',NULL,NULL,NULL,NULL,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-30 18:17:03'),(175,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell, Ray','Ray Terrell',NULL,NULL,NULL,NULL,NULL,'Both','2095931492',NULL,'Sample Data','Ray','','Terrell',NULL,NULL,NULL,NULL,1,NULL,'Dear Ray',1,NULL,'Dear Ray',1,NULL,'Ray Terrell',NULL,NULL,'1939-01-26',0,NULL,NULL,NULL,'Tennessee Technology Alliance',NULL,NULL,83,0,NULL,'2014-04-30 18:17:04'),(176,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'New Mexico Wellness Initiative','New Mexico Wellness Initiative',NULL,NULL,NULL,'2',NULL,'Both','1011212776',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'New Mexico Wellness Initiative',NULL,NULL,NULL,0,NULL,NULL,192,'New Mexico Wellness Initiative',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(177,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Cruz, Lashawnda','Lashawnda Cruz',NULL,NULL,NULL,NULL,NULL,'Both','2604537313',NULL,'Sample Data','Lashawnda','','Cruz',NULL,NULL,NULL,NULL,1,NULL,'Dear Lashawnda',1,NULL,'Dear Lashawnda',1,NULL,'Lashawnda Cruz',NULL,1,'1995-03-16',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(178,'Household',NULL,0,0,0,0,0,0,NULL,NULL,'McReynolds-Samuels family','McReynolds-Samuels family',NULL,NULL,NULL,'4',NULL,'Both','1884641948',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear McReynolds-Samuels family',5,NULL,'Dear McReynolds-Samuels family',2,NULL,'McReynolds-Samuels family',NULL,NULL,NULL,0,NULL,'McReynolds-Samuels family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(179,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Lee, Roland','Roland Lee III',NULL,NULL,NULL,'5',NULL,'Both','619396154',NULL,'Sample Data','Roland','','Lee',NULL,4,NULL,NULL,1,NULL,'Dear Roland',1,NULL,'Dear Roland',1,NULL,'Roland Lee III',NULL,2,'1979-07-12',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(180,'Individual',NULL,1,1,0,0,1,0,NULL,NULL,'Adams, Clint','Clint Adams',NULL,NULL,NULL,NULL,NULL,'Both','197818587',NULL,'Sample Data','Clint','','Adams',NULL,NULL,NULL,NULL,1,NULL,'Dear Clint',1,NULL,'Dear Clint',1,NULL,'Clint Adams',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(181,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'jinam@airmail.net','jinam@airmail.net',NULL,NULL,NULL,'2',NULL,'Both','2442292158',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear jinam@airmail.net',1,NULL,'Dear jinam@airmail.net',1,NULL,'jinam@airmail.net',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(182,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov, Valene','Valene Ivanov',NULL,NULL,NULL,'4',NULL,'Both','3505308616',NULL,'Sample Data','Valene','P','Ivanov',NULL,NULL,NULL,NULL,1,NULL,'Dear Valene',1,NULL,'Dear Valene',1,NULL,'Valene Ivanov',NULL,1,'1970-04-11',0,NULL,NULL,NULL,'United Technology Center',NULL,NULL,186,0,NULL,'2014-04-30 18:17:04'),(183,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Olsen, Rolando','Rolando Olsen',NULL,NULL,NULL,NULL,NULL,'Both','2121296962',NULL,'Sample Data','Rolando','O','Olsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Rolando',1,NULL,'Dear Rolando',1,NULL,'Rolando Olsen',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(184,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'ib.lee79@airmail.co.in','ib.lee79@airmail.co.in',NULL,NULL,NULL,'5',NULL,'Both','3090945064',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,'Dear ib.lee79@airmail.co.in',1,NULL,'Dear ib.lee79@airmail.co.in',1,NULL,'ib.lee79@airmail.co.in',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(185,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Olsen, Princess','Princess Olsen',NULL,NULL,NULL,NULL,NULL,'Both','13405309',NULL,'Sample Data','Princess','Z','Olsen',NULL,NULL,NULL,NULL,1,NULL,'Dear Princess',1,NULL,'Dear Princess',1,NULL,'Princess Olsen',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(186,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'United Technology Center','United Technology Center',NULL,NULL,NULL,NULL,NULL,'Both','94652750',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'United Technology Center',NULL,NULL,NULL,0,NULL,NULL,182,'United Technology Center',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(187,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Jones, Merrie','Dr. Merrie Jones',NULL,NULL,NULL,NULL,NULL,'Both','3002528118',NULL,'Sample Data','Merrie','D','Jones',4,NULL,NULL,NULL,1,NULL,'Dear Merrie',1,NULL,'Dear Merrie',1,NULL,'Dr. Merrie Jones',NULL,NULL,'1968-01-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(188,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Grant, Daren','Daren Grant',NULL,NULL,NULL,'4',NULL,'Both','3746795138',NULL,'Sample Data','Daren','','Grant',NULL,NULL,NULL,NULL,1,NULL,'Dear Daren',1,NULL,'Dear Daren',1,NULL,'Daren Grant',NULL,2,'1939-11-26',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(189,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Prentice-Terry, Betty','Mrs. Betty Prentice-Terry',NULL,NULL,NULL,'2',NULL,'Both','2634315177',NULL,'Sample Data','Betty','','Prentice-Terry',1,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Mrs. Betty Prentice-Terry',NULL,NULL,'1952-01-19',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(190,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'Robertson, Barry','Barry Robertson II',NULL,NULL,NULL,NULL,NULL,'Both','3681115611',NULL,'Sample Data','Barry','','Robertson',NULL,3,NULL,NULL,1,NULL,'Dear Barry',1,NULL,'Dear Barry',1,NULL,'Barry Robertson II',NULL,2,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(191,'Organization',NULL,0,0,0,0,0,0,NULL,NULL,'Progressive Sustainability Initiative','Progressive Sustainability Initiative',NULL,NULL,NULL,'3',NULL,'Both','532941048',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Progressive Sustainability Initiative',NULL,NULL,NULL,0,NULL,NULL,197,'Progressive Sustainability Initiative',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:04'),(192,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Samson, Herminia','Ms. Herminia Samson',NULL,NULL,NULL,NULL,NULL,'Both','3411088357',NULL,'Sample Data','Herminia','','Samson',2,NULL,NULL,NULL,1,NULL,'Dear Herminia',1,NULL,'Dear Herminia',1,NULL,'Ms. Herminia Samson',NULL,1,'1983-12-14',0,NULL,NULL,NULL,'New Mexico Wellness Initiative',NULL,NULL,176,0,NULL,'2014-04-30 18:17:03'),(193,'Individual',NULL,0,1,0,0,1,0,NULL,NULL,'Zope, Junko','Junko Zope',NULL,NULL,NULL,NULL,NULL,'Both','3784075436',NULL,'Sample Data','Junko','I','Zope',NULL,NULL,NULL,NULL,1,NULL,'Dear Junko',1,NULL,'Dear Junko',1,NULL,'Junko Zope',NULL,1,'1929-04-11',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(194,'Individual',NULL,0,1,0,0,0,0,NULL,NULL,'Müller, Betty','Betty Müller',NULL,NULL,NULL,'3',NULL,'Both','2410508125',NULL,'Sample Data','Betty','N','Müller',NULL,NULL,NULL,NULL,1,NULL,'Dear Betty',1,NULL,'Dear Betty',1,NULL,'Betty Müller',NULL,1,'1969-01-08',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(195,'Household',NULL,1,0,0,0,0,0,NULL,NULL,'Deforest family','Deforest family',NULL,NULL,NULL,'5',NULL,'Both','3235379039',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,'Dear Deforest family',5,NULL,'Dear Deforest family',2,NULL,'Deforest family',NULL,NULL,NULL,0,NULL,'Deforest family',NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(196,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Nicole','Nicole Bachman',NULL,NULL,NULL,NULL,NULL,'Both','1447276636',NULL,'Sample Data','Nicole','S','Bachman',NULL,NULL,NULL,NULL,1,NULL,'Dear Nicole',1,NULL,'Dear Nicole',1,NULL,'Nicole Bachman',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(197,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Bachman, Jay','Mr. Jay Bachman',NULL,NULL,NULL,'3',NULL,'Both','861687925',NULL,'Sample Data','Jay','V','Bachman',3,NULL,NULL,NULL,1,NULL,'Dear Jay',1,NULL,'Dear Jay',1,NULL,'Mr. Jay Bachman',NULL,NULL,'1975-03-26',0,NULL,NULL,NULL,'Progressive Sustainability Initiative',NULL,NULL,191,0,NULL,'2014-04-30 18:17:04'),(198,'Individual',NULL,1,0,0,0,0,0,NULL,NULL,'bachman.valene@mymail.com','bachman.valene@mymail.com',NULL,NULL,NULL,NULL,NULL,'Both','3833175001',NULL,'Sample Data',NULL,NULL,NULL,1,NULL,NULL,NULL,1,NULL,'Dear bachman.valene@mymail.com',1,NULL,'Dear bachman.valene@mymail.com',1,NULL,'bachman.valene@mymail.com',NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(199,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Ivanov, Sonny','Sonny Ivanov',NULL,NULL,NULL,NULL,NULL,'Both','3391307655',NULL,'Sample Data','Sonny','P','Ivanov',NULL,NULL,NULL,NULL,1,NULL,'Dear Sonny',1,NULL,'Dear Sonny',1,NULL,'Sonny Ivanov',NULL,2,'1993-03-18',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:02'),(200,'Organization',NULL,1,0,0,0,0,0,NULL,NULL,'Progressive Culture Alliance','Progressive Culture Alliance',NULL,NULL,NULL,NULL,NULL,'Both','2773604700',NULL,'Sample Data',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,'Progressive Culture Alliance',NULL,NULL,NULL,0,NULL,NULL,11,'Progressive Culture Alliance',NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'),(201,'Individual',NULL,0,0,0,0,0,0,NULL,NULL,'Terrell-Wilson, Ivey','Ms. Ivey Terrell-Wilson',NULL,NULL,NULL,'2',NULL,'Both','785153566',NULL,'Sample Data','Ivey','A','Terrell-Wilson',2,NULL,NULL,NULL,1,NULL,'Dear Ivey',1,NULL,'Dear Ivey',1,NULL,'Ms. Ivey Terrell-Wilson',NULL,1,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2014-04-30 18:17:03'); /*!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,129,2,NULL,1,'2014-04-30 07:36:18','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,183,2,NULL,1,'2014-04-30 07:36:18','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,193,2,NULL,1,'2014-04-30 07:36:18','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,2,2,NULL,1,'2014-04-30 07:36:18','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,59,2,NULL,1,'2014-04-30 07:36:18','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),(19,173,2,NULL,1,'2014-04-30 07:36:18','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,165,2,NULL,1,'2014-04-30 07:36:18','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,79,2,NULL,1,'2014-04-30 07:36:18','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,63,2,NULL,1,'2014-04-30 07:36:18','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,125,2,NULL,1,'2014-04-30 07:36:18','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,126,2,NULL,1,'2014-04-30 07:36:18','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,29,2,NULL,1,'2014-04-30 07:36:18','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,128,2,NULL,1,'2014-04-30 07:36:18','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,177,2,NULL,1,'2014-04-30 07:36:18','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,199,2,NULL,1,'2014-04-30 07:36:18','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,114,2,NULL,1,'2014-04-30 07:36:18','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,60,2,NULL,1,'2014-04-30 07:36:18','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,141,2,NULL,1,'2014-04-30 07:36:18','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,123,2,NULL,1,'2014-04-30 07:36:18','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,13,2,NULL,1,'2014-04-30 07:36:18','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,23,2,NULL,1,'2014-04-30 07:36:18','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,130,2,NULL,1,'2014-04-30 07:36:18','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,133,2,NULL,1,'2014-04-30 07:36:18','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,142,2,NULL,1,'2014-04-30 07:36:18','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,108,2,NULL,1,'2014-04-30 07:36:18','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,106,2,NULL,1,'2014-04-30 07:36:18','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,53,2,NULL,1,'2014-04-30 07:36:18','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,85,2,NULL,1,'2014-04-30 07:36:18','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,179,2,NULL,1,'2014-04-30 07:36:18','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,78,2,NULL,1,'2014-04-30 07:36:18','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,5,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(46,8,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(47,20,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(48,22,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(49,33,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(50,39,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(51,42,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(52,50,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(53,52,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(54,55,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(55,57,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(56,63,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(57,64,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(58,67,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(59,69,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(60,72,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(61,81,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(62,85,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(63,87,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(64,88,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(65,96,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(66,103,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(67,104,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(68,105,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(69,106,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(70,109,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(71,111,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(72,117,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(73,118,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(74,129,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(75,130,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(76,133,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(77,134,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(78,146,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(79,147,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(80,149,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(81,150,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(82,152,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(83,161,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(84,164,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(85,165,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(86,177,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(87,178,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(88,180,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(89,181,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(90,184,4,NULL,1,'2014-04-30 07:36:18','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(91,185,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(92,186,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(93,190,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(94,194,4,NULL,1,'2014-04-30 07:36:18','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 07:36:18',NULL,'Summer Solstice Festival Day Concert : 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,69,2,NULL,1,'2014-04-30 11:17:06','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,102,2,NULL,1,'2014-04-30 11:17:06','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,193,2,NULL,1,'2014-04-30 11:17:06','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,131,2,NULL,1,'2014-04-30 11:17:06','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,95,2,NULL,1,'2014-04-30 11:17:06','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,93,2,NULL,1,'2014-04-30 11:17:06','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,107,2,NULL,1,'2014-04-30 11:17:06','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,19,2,NULL,1,'2014-04-30 11:17:06','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,187,2,NULL,1,'2014-04-30 11:17:06','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,44,2,NULL,1,'2014-04-30 11:17:06','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,66,2,NULL,1,'2014-04-30 11:17:06','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,173,2,NULL,1,'2014-04-30 11:17:06','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,76,2,NULL,1,'2014-04-30 11:17:06','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,177,2,NULL,1,'2014-04-30 11:17:06','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,35,2,NULL,1,'2014-04-30 11:17:06','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,40,2,NULL,1,'2014-04-30 11:17:06','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,189,2,NULL,1,'2014-04-30 11:17:06','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,190,2,NULL,1,'2014-04-30 11:17:06','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,72,2,NULL,1,'2014-04-30 11:17:06','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,88,2,NULL,1,'2014-04-30 11:17:06','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,84,2,NULL,1,'2014-04-30 11:17:06','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,9,2,NULL,1,'2014-04-30 11:17:06','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,124,2,NULL,1,'2014-04-30 11:17:06','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,77,2,NULL,1,'2014-04-30 11:17:06','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,126,2,NULL,1,'2014-04-30 11:17:06','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,58,2,NULL,1,'2014-04-30 11:17:06','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,7,2,NULL,1,'2014-04-30 11:17:06','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,181,2,NULL,1,'2014-04-30 11:17:06','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,188,2,NULL,1,'2014-04-30 11:17:06','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,82,2,NULL,1,'2014-04-30 11:17:06','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,3,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(46,6,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(47,7,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(48,8,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(49,11,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(50,21,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(51,30,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(52,31,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(53,43,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(54,45,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(55,50,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(56,53,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(57,57,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(58,60,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(59,61,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(60,62,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(61,63,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(62,64,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(63,68,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(64,71,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(65,77,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(66,81,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(67,83,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(68,84,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(69,89,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(70,93,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(71,97,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(72,103,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(73,109,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(74,112,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(75,114,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(76,115,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(77,123,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(78,130,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(79,132,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(80,135,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(81,141,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(82,149,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(83,150,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(84,151,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(85,152,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(86,153,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(87,156,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(88,168,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(89,171,4,NULL,1,'2014-04-30 11:17:07','0.00','800.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Rain-forest Cup Youth Soccer Tournament : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(90,175,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(91,184,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(92,185,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(93,188,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Summer Solstice Festival Day Concert : Offline registration',NULL,NULL,0,0,1,NULL,NULL,NULL),(94,199,4,NULL,1,'2014-04-30 11:17:07','0.00','50.00',NULL,NULL,NULL,NULL,'USD',NULL,NULL,'2014-04-30 11:17:07',NULL,'Fall Fundraiser Dinner : 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,98,'10.00','USD',1,1,'Jones Family','Helping Hands',10),(2,9,98,'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,67,'10.00','USD',1,1,'Jones Family','Helping Hands',10),(2,9,67,'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,189,1,'smith.sharyn@airmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(3,189,1,'smith.sharyn@spamalot.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(4,98,1,'eterry9@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),(5,98,1,'terry.elizabeth@notmail.com',0,0,0,0,NULL,NULL,NULL,NULL),(6,180,1,'deforest.allen@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(7,180,1,'allendeforest56@testing.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(8,113,1,'mcreynolds.daren@spamalot.biz',1,0,0,0,NULL,NULL,NULL,NULL),(9,126,1,'bachman.margaret78@fishmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(10,50,1,'kathleenprentice76@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL),(11,50,1,'prentice.w.kathleen@fishmail.org',0,0,0,0,NULL,NULL,NULL,NULL),(12,60,1,'roberts.clint64@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(13,60,1,'robertsc@airmail.net',0,0,0,0,NULL,NULL,NULL,NULL),(14,58,1,'tlee@spamalot.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(15,54,1,'zope.barry@example.net',1,0,0,0,NULL,NULL,NULL,NULL),(16,54,1,'zope.barry@fishmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(17,187,1,'damarisc31@mymail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(18,187,1,'damariscruz@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(19,101,1,'tmcreynolds98@sample.info',1,0,0,0,NULL,NULL,NULL,NULL),(20,101,1,'mcreynolds.troy21@notmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(21,88,1,'robertson.a.sherman@sample.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(22,88,1,'robertson.a.sherman40@fakemail.org',0,0,0,0,NULL,NULL,NULL,NULL),(23,119,1,'jeromeg@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(24,153,1,'samson.ashley@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(25,52,1,'ap.deforest51@fishmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(26,47,1,'josefacruz79@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(27,28,1,'blackwell.ashley@fakemail.info',1,0,0,0,NULL,NULL,NULL,NULL),(28,28,1,'ablackwell@infomail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(29,27,1,'samuels.toby86@airmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(30,34,1,'jadams88@fakemail.org',1,0,0,0,NULL,NULL,NULL,NULL),(31,34,1,'jedadams55@mymail.net',0,0,0,0,NULL,NULL,NULL,NULL),(32,43,1,'mcreynolds.bryon@fakemail.info',1,0,0,0,NULL,NULL,NULL,NULL),(33,43,1,'bmcreynolds@testing.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(34,103,1,'jamesonj@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(35,103,1,'jacobj78@spamalot.biz',0,0,0,0,NULL,NULL,NULL,NULL),(36,68,1,'meideforest7@airmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(37,165,1,'parker.w.iris23@testing.info',1,0,0,0,NULL,NULL,NULL,NULL),(38,93,1,'mu.roberts73@fishmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(39,162,1,'sanforddaz12@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(40,162,1,'sanforddaz88@spamalot.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(41,182,1,'junkop73@infomail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(42,182,1,'junkop96@lol.biz',0,0,0,0,NULL,NULL,NULL,NULL),(43,148,1,'ashleys@testing.com',1,0,0,0,NULL,NULL,NULL,NULL),(44,132,1,'terrell.esta@fishmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(45,132,1,'estaterrell78@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(46,76,1,'bettyj@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),(47,124,1,'yadav.kathleen@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(48,124,1,'yadavk@fishmail.net',0,0,0,0,NULL,NULL,NULL,NULL),(49,201,1,'rolandgrant8@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(50,201,1,'rolandgrant@testing.net',0,0,0,0,NULL,NULL,NULL,NULL),(51,91,1,'jensenj@mymail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(52,114,1,'barkley.ashlie22@airmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(53,114,1,'ashliebarkley74@mymail.info',0,0,0,0,NULL,NULL,NULL,NULL),(54,85,1,'eleonora@fakemail.info',1,0,0,0,NULL,NULL,NULL,NULL),(55,64,1,'wilson.shad@lol.biz',1,0,0,0,NULL,NULL,NULL,NULL),(56,20,1,'brentmller72@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL),(57,3,1,'reynolds.i.lawerence@airmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(58,3,1,'li.reynolds@sample.biz',0,0,0,0,NULL,NULL,NULL,NULL),(59,116,1,'louterrell@mymail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(60,116,1,'lterrell@lol.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(61,192,1,'samsonk51@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(62,192,1,'kl.samson18@example.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(63,134,1,'cq.mcreynolds99@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(64,134,1,'mcreynolds.carlos62@spamalot.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(65,15,1,'samuels.kathleen@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(66,156,1,'cooper.juliann85@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL),(67,156,1,'julianncooper@testmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(68,159,1,'teresaolsen@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),(69,159,1,'olsen.k.teresa96@spamalot.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(70,184,1,'ddimitrov@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(71,184,1,'dimitrov.delana73@example.info',0,0,0,0,NULL,NULL,NULL,NULL),(72,136,1,'jamesonr@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL),(73,136,1,'jameson.rodrigo72@testing.net',0,0,0,0,NULL,NULL,NULL,NULL),(74,131,1,'en.parker@infomail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(75,131,1,'parker.n.eleonor@fishmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(76,16,1,'rterry53@mymail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(77,177,1,'mller.kacey@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),(78,177,1,'kaceym@mymail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(79,194,1,'mx.mcreynolds@testing.net',1,0,0,0,NULL,NULL,NULL,NULL),(80,194,1,'mcreynoldsm5@fakemail.net',0,0,0,0,NULL,NULL,NULL,NULL),(81,8,1,'tzope74@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(82,8,1,'tzope33@testmail.org',0,0,0,0,NULL,NULL,NULL,NULL),(83,106,1,'dimitrov.jacob5@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(84,106,1,'jacobdimitrov@sample.net',0,0,0,0,NULL,NULL,NULL,NULL),(85,66,1,'terrell.teddy@infomail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(86,66,1,'terrellt50@spamalot.org',0,0,0,0,NULL,NULL,NULL,NULL),(87,79,1,'arlynejensen@example.biz',1,0,0,0,NULL,NULL,NULL,NULL),(88,62,1,'landonw@fishmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(89,62,1,'lwagner96@spamalot.biz',0,0,0,0,NULL,NULL,NULL,NULL),(90,179,1,'eleonorwattson@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(91,158,1,'scarletg18@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(92,83,1,'andrewg94@sample.info',1,0,0,0,NULL,NULL,NULL,NULL),(93,89,1,'grantk@sample.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(94,89,1,'kennyg@fakemail.info',0,0,0,0,NULL,NULL,NULL,NULL),(95,72,1,'nielsen.l.bryon15@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL),(96,183,1,'patelm@notmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(97,175,1,'wilsonp@lol.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(98,147,1,'chowski.b.megan@testing.com',1,0,0,0,NULL,NULL,NULL,NULL),(99,44,1,'wilson-chowskia@notmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(100,44,1,'wilson-chowski.ashley@notmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(101,155,1,'wilson-chowski.j.landon@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(102,155,1,'lj.wilson-chowski@testmail.net',0,0,0,0,NULL,NULL,NULL,NULL),(103,36,1,'reynolds.jay56@example.net',1,0,0,0,NULL,NULL,NULL,NULL),(104,36,1,'jayr58@spamalot.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(105,164,1,'felishadimitrov-reynolds@example.info',1,0,0,0,NULL,NULL,NULL,NULL),(106,22,1,'reynolds.josefa@sample.com',1,0,0,0,NULL,NULL,NULL,NULL),(107,144,1,'jacksonr@sample.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(108,144,1,'jacksonr@infomail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(109,95,1,'elinaterrell@testing.net',1,0,0,0,NULL,NULL,NULL,NULL),(110,95,1,'elinat40@sample.info',0,0,0,0,NULL,NULL,NULL,NULL),(111,117,1,'terrell.billy@fakemail.org',1,0,0,0,NULL,NULL,NULL,NULL),(112,117,1,'billyterrell@notmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(113,99,1,'smith.b.erik@infomail.net',1,0,0,0,NULL,NULL,NULL,NULL),(114,99,1,'smithe@testing.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(115,84,1,'ivanov-smith.kacey@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(116,9,1,'smithd12@spamalot.biz',1,0,0,0,NULL,NULL,NULL,NULL),(117,9,1,'smith.j.daren97@testing.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(118,73,1,'mcreynoldsw@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(119,185,1,'teddyb@infomail.com',1,0,0,0,NULL,NULL,NULL,NULL),(120,185,1,'teddyb71@lol.biz',0,0,0,0,NULL,NULL,NULL,NULL),(121,193,1,'bmcreynolds@example.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(122,193,1,'bmcreynolds78@infomail.net',0,0,0,0,NULL,NULL,NULL,NULL),(123,142,1,'patel.r.eleonor@fishmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(124,74,1,'jameson-patel.g.claudio@sample.org',1,0,0,0,NULL,NULL,NULL,NULL),(125,74,1,'cg.jameson-patel@infomail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(126,57,1,'rayw42@fishmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(127,172,1,'blackwell.shauna98@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL),(128,118,1,'wagner-blackwelll@testmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(129,118,1,'lwagner-blackwell55@testing.biz',0,0,0,0,NULL,NULL,NULL,NULL),(130,59,1,'wagner-blackwell.angelika54@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(131,59,1,'wagner-blackwella@example.biz',0,0,0,0,NULL,NULL,NULL,NULL),(132,188,1,'aa.wilson36@testmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(133,53,1,'allenw16@lol.org',1,0,0,0,NULL,NULL,NULL,NULL),(134,53,1,'wilson.allen@fakemail.com',0,0,0,0,NULL,NULL,NULL,NULL),(135,4,1,'wilson.justina@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(136,94,1,'nielsen.arlyne5@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL),(137,94,1,'arlynenielsen@spamalot.net',0,0,0,0,NULL,NULL,NULL,NULL),(138,112,1,'nielsen.daren33@example.net',1,0,0,0,NULL,NULL,NULL,NULL),(139,170,1,'nielsen.sherman@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(140,170,1,'snielsen32@testing.biz',0,0,0,0,NULL,NULL,NULL,NULL),(141,120,1,'rolandocruz@mymail.net',1,0,0,0,NULL,NULL,NULL,NULL),(142,40,1,'tanyaa@mymail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(143,107,1,'brentcruz-adams53@spamalot.net',1,0,0,0,NULL,NULL,NULL,NULL),(144,107,1,'cruz-adamsb@mymail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(145,77,1,'cruz-adamsa@testmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(146,77,1,'ashleycruz-adams20@infomail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(147,125,1,'sharynjensen76@example.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(148,125,1,'jensens@testing.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(149,81,1,'beulab76@notmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(150,81,1,'blackwell.p.beula@mymail.org',0,0,0,0,NULL,NULL,NULL,NULL),(151,38,1,'teddydeforest-blackwell@infomail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(152,143,1,'prentice.damaris@lol.net',1,0,0,0,NULL,NULL,NULL,NULL),(153,111,1,'brittneyprentice@fakemail.com',1,0,0,0,NULL,NULL,NULL,NULL),(154,127,1,'prentice.josefa90@example.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(155,127,1,'josefaprentice83@airmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(156,135,1,'roberts.heidi82@infomail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(157,102,1,'barryr@lol.net',1,0,0,0,NULL,NULL,NULL,NULL),(158,102,1,'robertsb34@fakemail.com',0,0,0,0,NULL,NULL,NULL,NULL),(159,196,1,'daz.winford@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(160,70,1,'kandaced@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(161,70,1,'kw.deforest-daz@mymail.net',0,0,0,0,NULL,NULL,NULL,NULL),(162,10,1,'jeromed@lol.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(163,167,1,'daz.kandace13@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),(164,167,1,'daz.o.kandace37@spamalot.biz',0,0,0,0,NULL,NULL,NULL,NULL),(165,45,1,'reynoldsk9@fakemail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(166,108,1,'reynolds.jina19@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(167,26,1,'reynolds.andrew58@notmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(168,67,1,'reynolds.l.landon@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(169,92,1,'meip57@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(170,92,1,'patel-adamsm@lol.info',0,0,0,0,NULL,NULL,NULL,NULL),(171,2,1,'adams.s.lawerence48@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL),(172,2,1,'adams.lawerence@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(173,33,3,'service@coloradofund.org',1,0,0,0,NULL,NULL,NULL,NULL),(174,106,2,'dimitrov.jacob@coloradofund.org',0,0,0,0,NULL,NULL,NULL,NULL),(175,69,3,'info@lincolnalliance.org',1,0,0,0,NULL,NULL,NULL,NULL),(176,194,2,'mx.mcreynolds@lincolnalliance.org',0,0,0,0,NULL,NULL,NULL,NULL),(177,161,3,'sales@scottsystems.org',1,0,0,0,NULL,NULL,NULL,NULL),(178,166,2,'mcreynolds-patell14@scottsystems.org',1,0,0,0,NULL,NULL,NULL,NULL),(179,110,3,'sales@friendssustainabilitypartners.org',1,0,0,0,NULL,NULL,NULL,NULL),(180,80,3,'service@wacoalliance.org',1,0,0,0,NULL,NULL,NULL,NULL),(181,90,3,'contact@perrymanfund.org',1,0,0,0,NULL,NULL,NULL,NULL),(182,109,2,'teddyolsen8@perrymanfund.org',1,0,0,0,NULL,NULL,NULL,NULL),(183,176,3,'contact@urbanagricultureschool.org',1,0,0,0,NULL,NULL,NULL,NULL),(184,175,2,'wilsonp@urbanagricultureschool.org',0,0,0,0,NULL,NULL,NULL,NULL),(185,46,3,'sales@texaspeacecollective.org',1,0,0,0,NULL,NULL,NULL,NULL),(186,16,2,'rterry@texaspeacecollective.org',0,0,0,0,NULL,NULL,NULL,NULL),(187,11,3,'feedback@globalacademy.org',1,0,0,0,NULL,NULL,NULL,NULL),(188,195,2,'terry.u.kathleen46@globalacademy.org',1,0,0,0,NULL,NULL,NULL,NULL),(189,191,3,'contact@caulderfoodschool.org',1,0,0,0,NULL,NULL,NULL,NULL),(190,19,2,'deforest.jacob@caulderfoodschool.org',1,0,0,0,NULL,NULL,NULL,NULL),(191,190,3,'info@saagriculturealliance.org',1,0,0,0,NULL,NULL,NULL,NULL),(192,55,2,'chowskis36@saagriculturealliance.org',1,0,0,0,NULL,NULL,NULL,NULL),(193,32,3,'service@amboysoftware.org',1,0,0,0,NULL,NULL,NULL,NULL),(194,75,3,'feedback@progressivefellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),(195,156,2,'jcooper@progressivefellowship.org',0,0,0,0,NULL,NULL,NULL,NULL),(196,104,3,'feedback@njpoetrypartners.org',1,0,0,0,NULL,NULL,NULL,NULL),(197,44,2,'ashleywilson-chowski@njpoetrypartners.org',0,0,0,0,NULL,NULL,NULL,NULL),(198,NULL,1,'development@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(199,NULL,1,'tournaments@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(200,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,50,1,'alidaz@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),(3,96,1,'prentice.k.merrie51@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(4,96,1,'merriep@airmail.com',0,0,0,0,NULL,NULL,NULL,NULL),(5,149,1,'mcreynolds.felisha@testing.net',1,0,0,0,NULL,NULL,NULL,NULL),(6,149,1,'mcreynoldsf@spamalot.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(7,151,1,'patelj@example.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(8,151,1,'junkopatel47@testmail.info',0,0,0,0,NULL,NULL,NULL,NULL),(9,93,1,'sharyns@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),(10,93,1,'sl.samson@notmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(11,37,1,'smith.z.alexia58@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(12,90,1,'blackwellj@spamalot.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(13,90,1,'blackwell.x.jed38@notmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(14,92,1,'bryont70@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),(15,161,1,'rebekahl19@mymail.info',1,0,0,0,NULL,NULL,NULL,NULL),(16,161,1,'rebekahlee@mymail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(17,100,1,'zope.herminia@notmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(18,100,1,'zope.herminia@airmail.info',0,0,0,0,NULL,NULL,NULL,NULL),(19,106,1,'samsonc@notmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(20,72,1,'rroberts13@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),(21,118,1,'blackwell.r.allen@sample.biz',1,0,0,0,NULL,NULL,NULL,NULL),(22,188,1,'grant.daren96@fishmail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(23,188,1,'grant.daren@testmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(24,181,1,'jinam@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(25,71,1,'craigs16@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(26,71,1,'craigsamuels37@fishmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(27,130,1,'beulagrant95@fishmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(28,130,1,'grantb88@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(29,113,1,'robertson.andrew31@example.net',1,0,0,0,NULL,NULL,NULL,NULL),(30,113,1,'andrewrobertson80@testmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(31,114,1,'jacobb70@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),(32,114,1,'blackwell.jacob84@airmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(33,86,1,'tobyj@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(34,111,1,'blackwell.jerome@testing.info',1,0,0,0,NULL,NULL,NULL,NULL),(35,111,1,'jblackwell@testmail.org',0,0,0,0,NULL,NULL,NULL,NULL),(36,132,1,'bjensen@testing.net',1,0,0,0,NULL,NULL,NULL,NULL),(37,132,1,'jensenb@sample.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(38,124,1,'jzope73@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(39,124,1,'zopej44@example.com',0,0,0,0,NULL,NULL,NULL,NULL),(40,190,1,'robertson.barry92@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(41,45,1,'robertsn@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),(42,79,1,'teresap96@airmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(43,79,1,'patelt@testmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(44,102,1,'teresam@testing.biz',1,0,0,0,NULL,NULL,NULL,NULL),(45,102,1,'teresam61@mymail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(46,197,1,'jaybachman@spamalot.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(47,197,1,'bachmanj@airmail.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(48,65,1,'bwattson37@fakemail.net',1,0,0,0,NULL,NULL,NULL,NULL),(49,53,1,'olsenb@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),(50,185,1,'olsen.z.princess@notmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(51,185,1,'princesso@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(52,47,1,'russellgrant87@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(53,142,1,'brents@testmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(54,24,1,'rosarioyadav43@spamalot.biz',1,0,0,0,NULL,NULL,NULL,NULL),(55,42,1,'cooper.princess@example.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(56,173,1,'jv.wilson@example.net',1,0,0,0,NULL,NULL,NULL,NULL),(57,173,1,'jv.wilson58@mymail.net',0,0,0,0,NULL,NULL,NULL,NULL),(58,95,1,'prentice.beula56@example.org',1,0,0,0,NULL,NULL,NULL,NULL),(59,95,1,'bm.prentice@infomail.com',0,0,0,0,NULL,NULL,NULL,NULL),(60,82,1,'cruz.laree@spamalot.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(61,82,1,'lareec93@airmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(62,156,1,'deforest.arlyne@mymail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(63,156,1,'arlyned77@fishmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(64,182,1,'ivanov.valene@fishmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(65,135,1,'allangonzlez96@example.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(66,135,1,'gonzleza71@infomail.org',0,0,0,0,NULL,NULL,NULL,NULL),(67,192,1,'herminiasamson@example.org',1,0,0,0,NULL,NULL,NULL,NULL),(68,49,1,'bprentice@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),(69,49,1,'bernadetteprentice90@infomail.net',0,0,0,0,NULL,NULL,NULL,NULL),(70,119,1,'ni.patel79@infomail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(71,31,1,'hzope@testmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(72,146,1,'sd.jacobs30@mymail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(73,146,1,'jacobss81@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(74,131,1,'ivanov.herminia@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(75,131,1,'ivanovh@fakemail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(76,129,1,'felishamller@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),(77,12,1,'herminiabarkley@example.info',1,0,0,0,NULL,NULL,NULL,NULL),(78,73,1,'ashliedaz@spamalot.com',1,0,0,0,NULL,NULL,NULL,NULL),(79,62,1,'reynolds.i.omar54@spamalot.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(80,62,1,'oi.reynolds89@lol.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(81,29,1,'olsenb5@testing.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(82,29,1,'olsenb@example.com',0,0,0,0,NULL,NULL,NULL,NULL),(83,103,1,'rblackwell31@lol.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(84,144,1,'smithm99@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(85,121,1,'smithe3@infomail.net',1,0,0,0,NULL,NULL,NULL,NULL),(86,121,1,'smith.l.erik22@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(87,128,1,'smith.lincoln@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(88,57,1,'deforest.h.winford93@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(89,57,1,'winforddeforest37@fakemail.com',0,0,0,0,NULL,NULL,NULL,NULL),(90,43,1,'elizabeths78@fakemail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(91,43,1,'samuels-deforest.a.elizabeth44@example.net',0,0,0,0,NULL,NULL,NULL,NULL),(92,8,1,'deforestj11@fakemail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(93,8,1,'junkodeforest@testmail.com',0,0,0,0,NULL,NULL,NULL,NULL),(94,107,1,'bdeforest36@testmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(95,107,1,'deforestb@example.com',0,0,0,0,NULL,NULL,NULL,NULL),(96,170,1,'robertson.kenny@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),(97,170,1,'robertson.kenny50@testing.info',0,0,0,0,NULL,NULL,NULL,NULL),(98,36,1,'irisblackwell@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(99,36,1,'blackwell.iris@mymail.org',0,0,0,0,NULL,NULL,NULL,NULL),(100,30,1,'omarrobertson-blackwell@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(101,48,1,'shermancruz@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),(102,48,1,'cruzs@testmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(103,154,1,'merriecruz@airmail.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(104,6,1,'wilsonb36@fishmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(105,6,1,'billyw@testmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(106,35,1,'wilson.b.daren19@notmail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(107,35,1,'db.wilson@fakemail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(108,64,1,'cruz-jonesm98@spamalot.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(109,88,1,'cruz-jones.margaret@example.com',1,0,0,0,NULL,NULL,NULL,NULL),(110,88,1,'margaretcruz-jones@airmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(111,32,1,'terryb@fishmail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(112,150,1,'rolandterry-gonzlez@airmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(113,143,1,'norristerry-gonzlez28@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),(114,143,1,'terry-gonzlez.norris@mymail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(115,140,1,'az.dimitrov70@notmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(116,140,1,'az.dimitrov@testmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(117,87,1,'damarisdimitrov79@fakemail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(118,127,1,'mcreynolds.lincoln@testmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(119,157,1,'estas@testmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(120,75,1,'mcreynolds-samuelst@testing.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(121,84,1,'scottm12@fishmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(122,165,1,'winfordbachman@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),(123,198,1,'bachman.valene@mymail.com',1,0,0,0,NULL,NULL,NULL,NULL),(124,76,1,'bachman.roland@airmail.org',1,0,0,0,NULL,NULL,NULL,NULL),(125,105,1,'bachman.h.rosario@testing.biz',1,0,0,0,NULL,NULL,NULL,NULL),(126,105,1,'rosariobachman@sample.com',0,0,0,0,NULL,NULL,NULL,NULL),(127,108,1,'elbertn8@lol.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(128,167,1,'nielsen.kacey@fakemail.org',1,0,0,0,NULL,NULL,NULL,NULL),(129,60,1,'irisnielsen@mymail.org',1,0,0,0,NULL,NULL,NULL,NULL),(130,60,1,'nielsen.iris@mymail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(131,61,1,'leel@spamalot.info',1,0,0,0,NULL,NULL,NULL,NULL),(132,61,1,'le.lee@notmail.co.pl',0,0,0,0,NULL,NULL,NULL,NULL),(133,66,1,'lee.juliann49@fakemail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(134,66,1,'leej@fakemail.org',0,0,0,0,NULL,NULL,NULL,NULL),(135,126,1,'lee.rolando@example.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(136,184,1,'lee.iris@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(137,184,1,'ib.lee79@airmail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(138,123,1,'deforest-lee.ashley17@lol.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(139,123,1,'ashleyd10@fakemail.info',0,0,0,0,NULL,NULL,NULL,NULL),(140,97,1,'lee.d.rebekah78@sample.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(141,97,1,'rd.lee@mymail.net',0,0,0,0,NULL,NULL,NULL,NULL),(142,110,1,'reynoldsj60@sample.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(143,110,1,'jacksonreynolds15@mymail.com',0,0,0,0,NULL,NULL,NULL,NULL),(144,112,1,'angelikareynolds71@testing.co.in',1,0,0,0,NULL,NULL,NULL,NULL),(145,112,1,'angelikar@notmail.org',0,0,0,0,NULL,NULL,NULL,NULL),(146,115,1,'reynolds.bryon@infomail.co.uk',1,0,0,0,NULL,NULL,NULL,NULL),(147,91,1,'reynolds.s.damaris35@mymail.net',1,0,0,0,NULL,NULL,NULL,NULL),(148,41,1,'jmller@fakemail.biz',1,0,0,0,NULL,NULL,NULL,NULL),(149,41,1,'justinam@mymail.co.in',0,0,0,0,NULL,NULL,NULL,NULL),(150,152,1,'mllerb34@fishmail.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(151,152,1,'mllerb@notmail.biz',0,0,0,0,NULL,NULL,NULL,NULL),(152,20,1,'iveyt53@testing.info',1,0,0,0,NULL,NULL,NULL,NULL),(153,55,1,'jacksonbachman@lol.com',1,0,0,0,NULL,NULL,NULL,NULL),(154,139,1,'bettybachman@lol.biz',1,0,0,0,NULL,NULL,NULL,NULL),(155,139,1,'bachman.betty@infomail.com',0,0,0,0,NULL,NULL,NULL,NULL),(156,196,1,'bachman.nicole@fakemail.co.pl',1,0,0,0,NULL,NULL,NULL,NULL),(157,196,1,'bachman.nicole@lol.info',0,0,0,0,NULL,NULL,NULL,NULL),(158,54,1,'bachmank@testing.org',1,0,0,0,NULL,NULL,NULL,NULL),(159,54,1,'kaceyb81@example.info',0,0,0,0,NULL,NULL,NULL,NULL),(160,122,1,'jacobs.jerome@spamalot.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(161,122,1,'jacobs.b.jerome@example.biz',0,0,0,0,NULL,NULL,NULL,NULL),(162,26,1,'deforest.magan63@spamalot.org',1,0,0,0,NULL,NULL,NULL,NULL),(163,26,1,'deforest.magan72@testing.com',0,0,0,0,NULL,NULL,NULL,NULL),(164,63,1,'jacobs-deforest.n.jackson@airmail.info',1,0,0,0,NULL,NULL,NULL,NULL),(165,63,1,'jacobs-deforest.jackson@fishmail.info',0,0,0,0,NULL,NULL,NULL,NULL),(166,179,1,'rolandlee@sample.com',1,0,0,0,NULL,NULL,NULL,NULL),(167,38,1,'smith.elizabeth@testing.co.nz',1,0,0,0,NULL,NULL,NULL,NULL),(168,69,1,'lee-smithl@airmail.net',1,0,0,0,NULL,NULL,NULL,NULL),(169,59,1,'billyz34@notmail.com',1,0,0,0,NULL,NULL,NULL,NULL),(170,59,1,'billyzope94@spamalot.org',0,0,0,0,NULL,NULL,NULL,NULL),(171,9,1,'valenepatel-zope@example.biz',1,0,0,0,NULL,NULL,NULL,NULL),(172,9,1,'valenep37@sample.co.nz',0,0,0,0,NULL,NULL,NULL,NULL),(173,164,1,'tanyaz@lol.biz',1,0,0,0,NULL,NULL,NULL,NULL),(174,164,1,'zope.tanya@fishmail.co.uk',0,0,0,0,NULL,NULL,NULL,NULL),(175,200,3,'contact@progressiveculturealliance.org',1,0,0,0,NULL,NULL,NULL,NULL),(176,11,2,'tobybachman@progressiveculturealliance.org',1,0,0,0,NULL,NULL,NULL,NULL),(177,169,3,'service@progressivefellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),(178,104,3,'sales@shawaneeadvocacy.org',1,0,0,0,NULL,NULL,NULL,NULL),(179,66,2,'92@shawaneeadvocacy.org',0,0,0,0,NULL,NULL,NULL,NULL),(180,163,3,'contact@virginiafoodfellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),(181,125,2,'terry.alida84@virginiafoodfellowship.org',1,0,0,0,NULL,NULL,NULL,NULL),(182,85,3,'feedback@granthamfoodsystems.org',1,0,0,0,NULL,NULL,NULL,NULL),(183,23,3,'service@urbanactionfund.org',1,0,0,0,NULL,NULL,NULL,NULL),(184,173,2,'jaywilson4@urbanactionfund.org',0,0,0,0,NULL,NULL,NULL,NULL),(185,70,3,'info@titusvillefood.org',1,0,0,0,NULL,NULL,NULL,NULL),(186,122,2,'jeromej46@titusvillefood.org',0,0,0,0,NULL,NULL,NULL,NULL),(187,176,3,'sales@nmwellnessinitiative.org',1,0,0,0,NULL,NULL,NULL,NULL),(188,192,2,'herminiasamson@nmwellnessinitiative.org',0,0,0,0,NULL,NULL,NULL,NULL),(189,80,3,'contact@dowlenfund.org',1,0,0,0,NULL,NULL,NULL,NULL),(190,64,2,'cruz-jonesm@dowlenfund.org',0,0,0,0,NULL,NULL,NULL,NULL),(191,134,3,'contact@copelandlegal.org',1,0,0,0,NULL,NULL,NULL,NULL),(192,43,2,'samuels-deforeste84@copelandlegal.org',0,0,0,0,NULL,NULL,NULL,NULL),(193,191,3,'feedback@progressivesustainabilityinitiative.org',1,0,0,0,NULL,NULL,NULL,NULL),(194,197,2,'jv.bachman74@progressivesustainabilityinitiative.org',0,0,0,0,NULL,NULL,NULL,NULL),(195,14,3,'service@unitedsoftwaresolutions.org',1,0,0,0,NULL,NULL,NULL,NULL),(196,121,2,'smith.l.erik39@unitedsoftwaresolutions.org',0,0,0,0,NULL,NULL,NULL,NULL),(197,28,3,'service@creativefund.org',1,0,0,0,NULL,NULL,NULL,NULL),(198,40,2,'kathlynrobertson@creativefund.org',1,0,0,0,NULL,NULL,NULL,NULL),(199,5,3,'info@caulderservices.org',1,0,0,0,NULL,NULL,NULL,NULL),(200,155,2,'wilsonr94@caulderservices.org',1,0,0,0,NULL,NULL,NULL,NULL),(201,159,3,'sales@creativesoftware.org',1,0,0,0,NULL,NULL,NULL,NULL),(202,172,3,'feedback@virginiaagriculturecollective.org',1,0,0,0,NULL,NULL,NULL,NULL),(203,72,2,'rebekahroberts63@virginiaagriculturecollective.org',0,0,0,0,NULL,NULL,NULL,NULL),(204,NULL,1,'development@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(205,NULL,1,'tournaments@example.org',0,0,0,0,NULL,NULL,NULL,NULL),(206,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',20,16,'100.00'),(32,'civicrm_financial_item',16,16,'100.00'),(33,'civicrm_contribution',22,17,'100.00'),(34,'civicrm_financial_item',17,17,'100.00'),(35,'civicrm_contribution',26,18,'100.00'),(36,'civicrm_financial_item',18,18,'100.00'),(37,'civicrm_contribution',28,19,'100.00'),(38,'civicrm_financial_item',19,19,'100.00'),(39,'civicrm_contribution',30,20,'100.00'),(40,'civicrm_financial_item',20,20,'100.00'),(41,'civicrm_contribution',32,21,'100.00'),(42,'civicrm_financial_item',21,21,'100.00'),(43,'civicrm_contribution',34,22,'100.00'),(44,'civicrm_financial_item',22,22,'100.00'),(45,'civicrm_contribution',36,23,'100.00'),(46,'civicrm_financial_item',23,23,'100.00'),(47,'civicrm_contribution',38,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',18,29,'50.00'),(58,'civicrm_financial_item',29,29,'50.00'),(59,'civicrm_contribution',19,30,'50.00'),(60,'civicrm_financial_item',30,30,'50.00'),(61,'civicrm_contribution',21,31,'50.00'),(62,'civicrm_financial_item',31,31,'50.00'),(63,'civicrm_contribution',23,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',29,35,'50.00'),(70,'civicrm_financial_item',35,35,'50.00'),(71,'civicrm_contribution',31,36,'50.00'),(72,'civicrm_financial_item',36,36,'50.00'),(73,'civicrm_contribution',33,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',61,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',62,46,'50.00'),(92,'civicrm_financial_item',46,46,'50.00'),(93,'civicrm_contribution',49,47,'50.00'),(94,'civicrm_financial_item',47,47,'50.00'),(95,'civicrm_contribution',93,48,'50.00'),(96,'civicrm_financial_item',48,48,'50.00'),(97,'civicrm_contribution',94,49,'50.00'),(98,'civicrm_financial_item',49,49,'50.00'),(99,'civicrm_contribution',50,50,'50.00'),(100,'civicrm_financial_item',50,50,'50.00'),(101,'civicrm_contribution',47,51,'50.00'),(102,'civicrm_financial_item',51,51,'50.00'),(103,'civicrm_contribution',77,52,'50.00'),(104,'civicrm_financial_item',52,52,'50.00'),(105,'civicrm_contribution',68,53,'50.00'),(106,'civicrm_financial_item',53,53,'50.00'),(107,'civicrm_contribution',79,54,'50.00'),(108,'civicrm_financial_item',54,54,'50.00'),(109,'civicrm_contribution',58,55,'50.00'),(110,'civicrm_financial_item',55,55,'50.00'),(111,'civicrm_contribution',74,56,'50.00'),(112,'civicrm_financial_item',56,56,'50.00'),(113,'civicrm_contribution',48,57,'50.00'),(114,'civicrm_financial_item',57,57,'50.00'),(115,'civicrm_contribution',66,58,'50.00'),(116,'civicrm_financial_item',58,58,'50.00'),(117,'civicrm_contribution',67,59,'50.00'),(118,'civicrm_financial_item',59,59,'50.00'),(119,'civicrm_contribution',73,60,'800.00'),(120,'civicrm_financial_item',60,60,'800.00'),(121,'civicrm_contribution',60,61,'800.00'),(122,'civicrm_financial_item',61,61,'800.00'),(123,'civicrm_contribution',90,62,'800.00'),(124,'civicrm_financial_item',62,62,'800.00'),(125,'civicrm_contribution',59,63,'800.00'),(126,'civicrm_financial_item',63,63,'800.00'),(127,'civicrm_contribution',86,64,'800.00'),(128,'civicrm_financial_item',64,64,'800.00'),(129,'civicrm_contribution',82,65,'800.00'),(130,'civicrm_financial_item',65,65,'800.00'),(131,'civicrm_contribution',72,66,'800.00'),(132,'civicrm_financial_item',66,66,'800.00'),(133,'civicrm_contribution',45,67,'800.00'),(134,'civicrm_financial_item',67,67,'800.00'),(135,'civicrm_contribution',81,68,'800.00'),(136,'civicrm_financial_item',68,68,'800.00'),(137,'civicrm_contribution',85,69,'800.00'),(138,'civicrm_financial_item',69,69,'800.00'),(139,'civicrm_contribution',65,70,'800.00'),(140,'civicrm_financial_item',70,70,'800.00'),(141,'civicrm_contribution',76,71,'800.00'),(142,'civicrm_financial_item',71,71,'800.00'),(143,'civicrm_contribution',46,72,'800.00'),(144,'civicrm_financial_item',72,72,'800.00'),(145,'civicrm_contribution',56,73,'800.00'),(146,'civicrm_financial_item',73,73,'800.00'),(147,'civicrm_contribution',71,74,'800.00'),(148,'civicrm_financial_item',74,74,'800.00'),(149,'civicrm_contribution',57,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',84,77,'800.00'),(154,'civicrm_financial_item',77,77,'800.00'),(155,'civicrm_contribution',69,78,'50.00'),(156,'civicrm_financial_item',78,78,'50.00'),(157,'civicrm_contribution',91,79,'50.00'),(158,'civicrm_financial_item',79,79,'50.00'),(159,'civicrm_contribution',54,80,'50.00'),(160,'civicrm_financial_item',80,80,'50.00'),(161,'civicrm_contribution',89,81,'50.00'),(162,'civicrm_financial_item',81,81,'50.00'),(163,'civicrm_contribution',83,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',55,84,'50.00'),(168,'civicrm_financial_item',84,84,'50.00'),(169,'civicrm_contribution',80,85,'50.00'),(170,'civicrm_financial_item',85,85,'50.00'),(171,'civicrm_contribution',78,86,'50.00'),(172,'civicrm_financial_item',86,86,'50.00'),(173,'civicrm_contribution',52,87,'50.00'),(174,'civicrm_financial_item',87,87,'50.00'),(175,'civicrm_contribution',88,88,'50.00'),(176,'civicrm_financial_item',88,88,'50.00'),(177,'civicrm_contribution',92,89,'50.00'),(178,'civicrm_financial_item',89,89,'50.00'),(179,'civicrm_contribution',64,90,'50.00'),(180,'civicrm_financial_item',90,90,'50.00'),(181,'civicrm_contribution',75,91,'50.00'),(182,'civicrm_financial_item',91,91,'50.00'),(183,'civicrm_contribution',70,92,'50.00'),(184,'civicrm_financial_item',92,92,'50.00'),(185,'civicrm_contribution',63,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',26,19,'100.00'),(38,'civicrm_financial_item',19,19,'100.00'),(39,'civicrm_contribution',30,20,'100.00'),(40,'civicrm_financial_item',20,20,'100.00'),(41,'civicrm_contribution',32,21,'100.00'),(42,'civicrm_financial_item',21,21,'100.00'),(43,'civicrm_contribution',33,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',38,25,'100.00'),(50,'civicrm_financial_item',25,25,'100.00'),(51,'civicrm_contribution',40,26,'100.00'),(52,'civicrm_financial_item',26,26,'100.00'),(53,'civicrm_contribution',42,27,'100.00'),(54,'civicrm_financial_item',27,27,'100.00'),(55,'civicrm_contribution',15,28,'50.00'),(56,'civicrm_financial_item',28,28,'50.00'),(57,'civicrm_contribution',17,29,'50.00'),(58,'civicrm_financial_item',29,29,'50.00'),(59,'civicrm_contribution',19,30,'50.00'),(60,'civicrm_financial_item',30,30,'50.00'),(61,'civicrm_contribution',21,31,'50.00'),(62,'civicrm_financial_item',31,31,'50.00'),(63,'civicrm_contribution',23,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',92,44,'50.00'),(88,'civicrm_financial_item',44,44,'50.00'),(89,'civicrm_contribution',85,45,'50.00'),(90,'civicrm_financial_item',45,45,'50.00'),(91,'civicrm_contribution',72,46,'50.00'),(92,'civicrm_financial_item',46,46,'50.00'),(93,'civicrm_contribution',73,47,'50.00'),(94,'civicrm_financial_item',47,47,'50.00'),(95,'civicrm_contribution',60,48,'50.00'),(96,'civicrm_financial_item',48,48,'50.00'),(97,'civicrm_contribution',63,49,'50.00'),(98,'civicrm_financial_item',49,49,'50.00'),(99,'civicrm_contribution',46,50,'50.00'),(100,'civicrm_financial_item',50,50,'50.00'),(101,'civicrm_contribution',82,51,'50.00'),(102,'civicrm_financial_item',51,51,'50.00'),(103,'civicrm_contribution',52,52,'50.00'),(104,'civicrm_financial_item',52,52,'50.00'),(105,'civicrm_contribution',55,53,'50.00'),(106,'civicrm_financial_item',53,53,'50.00'),(107,'civicrm_contribution',93,54,'50.00'),(108,'civicrm_financial_item',54,54,'50.00'),(109,'civicrm_contribution',62,55,'50.00'),(110,'civicrm_financial_item',55,55,'50.00'),(111,'civicrm_contribution',90,56,'50.00'),(112,'civicrm_financial_item',56,56,'50.00'),(113,'civicrm_contribution',58,57,'50.00'),(114,'civicrm_financial_item',57,57,'50.00'),(115,'civicrm_contribution',88,58,'50.00'),(116,'civicrm_financial_item',58,58,'50.00'),(117,'civicrm_contribution',48,59,'50.00'),(118,'civicrm_financial_item',59,59,'50.00'),(119,'civicrm_contribution',67,60,'800.00'),(120,'civicrm_financial_item',60,60,'800.00'),(121,'civicrm_contribution',69,61,'800.00'),(122,'civicrm_financial_item',61,61,'800.00'),(123,'civicrm_contribution',45,62,'800.00'),(124,'civicrm_financial_item',62,62,'800.00'),(125,'civicrm_contribution',66,63,'800.00'),(126,'civicrm_financial_item',63,63,'800.00'),(127,'civicrm_contribution',89,64,'800.00'),(128,'civicrm_financial_item',64,64,'800.00'),(129,'civicrm_contribution',65,65,'800.00'),(130,'civicrm_financial_item',65,65,'800.00'),(131,'civicrm_contribution',76,66,'800.00'),(132,'civicrm_financial_item',66,66,'800.00'),(133,'civicrm_contribution',50,67,'800.00'),(134,'civicrm_financial_item',67,67,'800.00'),(135,'civicrm_contribution',86,68,'800.00'),(136,'civicrm_financial_item',68,68,'800.00'),(137,'civicrm_contribution',71,69,'800.00'),(138,'civicrm_financial_item',69,69,'800.00'),(139,'civicrm_contribution',49,70,'800.00'),(140,'civicrm_financial_item',70,70,'800.00'),(141,'civicrm_contribution',81,71,'800.00'),(142,'civicrm_financial_item',71,71,'800.00'),(143,'civicrm_contribution',61,72,'800.00'),(144,'civicrm_financial_item',72,72,'800.00'),(145,'civicrm_contribution',57,73,'800.00'),(146,'civicrm_financial_item',73,73,'800.00'),(147,'civicrm_contribution',78,74,'800.00'),(148,'civicrm_financial_item',74,74,'800.00'),(149,'civicrm_contribution',83,75,'800.00'),(150,'civicrm_financial_item',75,75,'800.00'),(151,'civicrm_contribution',84,76,'800.00'),(152,'civicrm_financial_item',76,76,'800.00'),(153,'civicrm_contribution',75,77,'800.00'),(154,'civicrm_financial_item',77,77,'800.00'),(155,'civicrm_contribution',74,78,'50.00'),(156,'civicrm_financial_item',78,78,'50.00'),(157,'civicrm_contribution',56,79,'50.00'),(158,'civicrm_financial_item',79,79,'50.00'),(159,'civicrm_contribution',53,80,'50.00'),(160,'civicrm_financial_item',80,80,'50.00'),(161,'civicrm_contribution',70,81,'50.00'),(162,'civicrm_financial_item',81,81,'50.00'),(163,'civicrm_contribution',47,82,'50.00'),(164,'civicrm_financial_item',82,82,'50.00'),(165,'civicrm_contribution',59,83,'50.00'),(166,'civicrm_financial_item',83,83,'50.00'),(167,'civicrm_contribution',68,84,'50.00'),(168,'civicrm_financial_item',84,84,'50.00'),(169,'civicrm_contribution',64,85,'50.00'),(170,'civicrm_financial_item',85,85,'50.00'),(171,'civicrm_contribution',87,86,'50.00'),(172,'civicrm_financial_item',86,86,'50.00'),(173,'civicrm_contribution',54,87,'50.00'),(174,'civicrm_financial_item',87,87,'50.00'),(175,'civicrm_contribution',77,88,'50.00'),(176,'civicrm_financial_item',88,88,'50.00'),(177,'civicrm_contribution',91,89,'50.00'),(178,'civicrm_financial_item',89,89,'50.00'),(179,'civicrm_contribution',80,90,'50.00'),(180,'civicrm_financial_item',90,90,'50.00'),(181,'civicrm_contribution',51,91,'50.00'),(182,'civicrm_financial_item',91,91,'50.00'),(183,'civicrm_contribution',79,92,'50.00'),(184,'civicrm_financial_item',92,92,'50.00'),(185,'civicrm_contribution',94,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 (118,'civicrm_contact',2,4),(31,'civicrm_contact',5,5),(7,'civicrm_contact',6,1),(82,'civicrm_contact',9,4),(83,'civicrm_contact',9,5),(112,'civicrm_contact',10,5),(8,'civicrm_contact',11,3),(58,'civicrm_contact',16,4),(101,'civicrm_contact',19,5),(47,'civicrm_contact',20,4),(99,'civicrm_contact',21,4),(100,'civicrm_contact',21,5),(76,'civicrm_contact',22,4),(115,'civicrm_contact',26,4),(27,'civicrm_contact',27,4),(28,'civicrm_contact',27,5),(11,'civicrm_contact',31,4),(1,'civicrm_contact',33,1),(74,'civicrm_contact',36,4),(75,'civicrm_contact',36,5),(40,'civicrm_contact',37,5),(68,'civicrm_contact',42,4),(69,'civicrm_contact',42,5),(29,'civicrm_contact',43,4),(73,'civicrm_contact',44,4),(113,'civicrm_contact',45,4),(114,'civicrm_contact',45,5),(26,'civicrm_contact',47,4),(34,'civicrm_contact',48,4),(35,'civicrm_contact',48,5),(5,'civicrm_contact',51,3),(92,'civicrm_contact',53,5),(53,'civicrm_contact',55,5),(88,'civicrm_contact',57,4),(89,'civicrm_contact',57,5),(18,'civicrm_contact',60,4),(19,'civicrm_contact',60,5),(86,'civicrm_contact',61,5),(63,'civicrm_contact',62,5),(36,'civicrm_contact',63,4),(37,'civicrm_contact',63,5),(30,'civicrm_contact',68,5),(84,'civicrm_contact',73,5),(87,'civicrm_contact',74,5),(10,'civicrm_contact',75,3),(62,'civicrm_contact',79,4),(4,'civicrm_contact',80,3),(65,'civicrm_contact',83,4),(46,'civicrm_contact',85,4),(2,'civicrm_contact',87,3),(80,'civicrm_contact',99,4),(81,'civicrm_contact',99,5),(108,'civicrm_contact',100,4),(22,'civicrm_contact',101,4),(109,'civicrm_contact',102,4),(110,'civicrm_contact',102,5),(61,'civicrm_contact',106,5),(97,'civicrm_contact',107,5),(50,'civicrm_contact',109,4),(106,'civicrm_contact',111,4),(107,'civicrm_contact',111,5),(94,'civicrm_contact',112,4),(44,'civicrm_contact',114,4),(45,'civicrm_contact',114,5),(42,'civicrm_contact',115,4),(78,'civicrm_contact',117,4),(79,'civicrm_contact',117,5),(90,'civicrm_contact',118,4),(23,'civicrm_contact',119,5),(95,'civicrm_contact',120,4),(96,'civicrm_contact',120,5),(20,'civicrm_contact',121,4),(102,'civicrm_contact',123,4),(103,'civicrm_contact',123,5),(16,'civicrm_contact',126,4),(17,'civicrm_contact',126,5),(116,'civicrm_contact',129,4),(117,'civicrm_contact',129,5),(57,'civicrm_contact',131,4),(38,'civicrm_contact',132,4),(39,'civicrm_contact',132,5),(98,'civicrm_contact',133,4),(51,'civicrm_contact',134,4),(56,'civicrm_contact',136,4),(104,'civicrm_contact',138,4),(105,'civicrm_contact',138,5),(48,'civicrm_contact',141,4),(49,'civicrm_contact',141,5),(71,'civicrm_contact',145,5),(24,'civicrm_contact',153,4),(25,'civicrm_contact',153,5),(43,'civicrm_contact',154,4),(41,'civicrm_contact',157,5),(54,'civicrm_contact',159,4),(55,'civicrm_contact',159,5),(59,'civicrm_contact',160,5),(32,'civicrm_contact',162,4),(33,'civicrm_contact',162,5),(3,'civicrm_contact',163,3),(85,'civicrm_contact',173,4),(72,'civicrm_contact',175,5),(6,'civicrm_contact',176,1),(52,'civicrm_contact',178,4),(64,'civicrm_contact',179,5),(14,'civicrm_contact',180,4),(15,'civicrm_contact',180,5),(77,'civicrm_contact',181,4),(66,'civicrm_contact',186,4),(67,'civicrm_contact',186,5),(21,'civicrm_contact',187,4),(91,'civicrm_contact',188,4),(9,'civicrm_contact',190,1),(60,'civicrm_contact',194,5),(12,'civicrm_contact',195,4),(13,'civicrm_contact',195,5),(111,'civicrm_contact',196,4),(93,'civicrm_contact',197,4),(70,'civicrm_contact',199,4); +INSERT INTO `civicrm_entity_tag` (`id`, `entity_table`, `entity_id`, `tag_id`) VALUES (77,'civicrm_contact',6,4),(78,'civicrm_contact',6,5),(69,'civicrm_contact',8,4),(85,'civicrm_contact',10,5),(33,'civicrm_contact',11,5),(60,'civicrm_contact',12,4),(61,'civicrm_contact',12,5),(8,'civicrm_contact',14,2),(41,'civicrm_contact',16,5),(109,'civicrm_contact',18,4),(110,'civicrm_contact',18,5),(24,'civicrm_contact',19,5),(105,'civicrm_contact',20,5),(104,'civicrm_contact',22,4),(4,'civicrm_contact',23,2),(44,'civicrm_contact',24,4),(45,'civicrm_contact',24,5),(71,'civicrm_contact',30,4),(72,'civicrm_contact',30,5),(81,'civicrm_contact',32,5),(1,'civicrm_contact',33,1),(65,'civicrm_contact',40,4),(43,'civicrm_contact',47,4),(73,'civicrm_contact',48,4),(74,'civicrm_contact',48,5),(11,'civicrm_contact',50,4),(106,'civicrm_contact',55,5),(67,'civicrm_contact',57,4),(68,'civicrm_contact',57,5),(114,'civicrm_contact',59,4),(95,'civicrm_contact',61,5),(62,'civicrm_contact',62,5),(80,'civicrm_contact',64,5),(40,'civicrm_contact',65,4),(42,'civicrm_contact',68,5),(87,'civicrm_contact',75,4),(88,'civicrm_contact',75,5),(91,'civicrm_contact',76,4),(112,'civicrm_contact',78,4),(113,'civicrm_contact',78,5),(47,'civicrm_contact',82,5),(9,'civicrm_contact',83,1),(29,'civicrm_contact',86,5),(34,'civicrm_contact',89,5),(17,'civicrm_contact',90,4),(18,'civicrm_contact',90,5),(15,'civicrm_contact',93,4),(16,'civicrm_contact',93,5),(12,'civicrm_contact',96,4),(13,'civicrm_contact',96,5),(99,'civicrm_contact',97,5),(84,'civicrm_contact',98,5),(57,'civicrm_contact',99,4),(58,'civicrm_contact',99,5),(79,'civicrm_contact',101,5),(37,'civicrm_contact',102,4),(38,'civicrm_contact',102,5),(20,'civicrm_contact',106,5),(92,'civicrm_contact',108,4),(93,'civicrm_contact',108,5),(100,'civicrm_contact',110,5),(101,'civicrm_contact',115,4),(56,'civicrm_contact',116,4),(52,'civicrm_contact',119,5),(63,'civicrm_contact',120,4),(64,'civicrm_contact',120,5),(66,'civicrm_contact',121,4),(108,'civicrm_contact',122,5),(32,'civicrm_contact',124,5),(96,'civicrm_contact',126,4),(97,'civicrm_contact',126,5),(86,'civicrm_contact',127,5),(26,'civicrm_contact',130,5),(59,'civicrm_contact',131,4),(30,'civicrm_contact',132,4),(31,'civicrm_contact',132,5),(6,'civicrm_contact',134,3),(49,'civicrm_contact',135,4),(50,'civicrm_contact',135,5),(21,'civicrm_contact',138,4),(22,'civicrm_contact',138,5),(53,'civicrm_contact',141,4),(54,'civicrm_contact',141,5),(102,'civicrm_contact',145,4),(14,'civicrm_contact',149,4),(82,'civicrm_contact',150,4),(83,'civicrm_contact',150,5),(75,'civicrm_contact',154,5),(76,'civicrm_contact',155,4),(51,'civicrm_contact',158,5),(10,'civicrm_contact',159,1),(25,'civicrm_contact',160,4),(19,'civicrm_contact',161,5),(3,'civicrm_contact',163,3),(115,'civicrm_contact',164,5),(89,'civicrm_contact',165,4),(90,'civicrm_contact',165,5),(94,'civicrm_contact',167,4),(2,'civicrm_contact',169,1),(70,'civicrm_contact',170,5),(46,'civicrm_contact',173,4),(5,'civicrm_contact',176,2),(111,'civicrm_contact',179,4),(27,'civicrm_contact',180,4),(28,'civicrm_contact',180,5),(48,'civicrm_contact',182,5),(35,'civicrm_contact',183,4),(36,'civicrm_contact',183,5),(98,'civicrm_contact',184,5),(55,'civicrm_contact',187,5),(23,'civicrm_contact',188,4),(7,'civicrm_contact',191,2),(103,'civicrm_contact',194,4),(107,'civicrm_contact',196,5),(39,'civicrm_contact',197,5); /*!40000 ALTER TABLE `civicrm_entity_tag` 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-30 02:06:18','2010-04-11 00:00:00',2,'Contribution Amount','125.00','USD',1,1,'civicrm_line_item',1),(2,'2014-04-30 02:06:18','2010-03-21 00:00:00',4,'Contribution Amount','50.00','USD',1,1,'civicrm_line_item',2),(3,'2014-04-30 02:06:18','2010-04-29 00:00:00',6,'Contribution Amount','25.00','USD',1,1,'civicrm_line_item',3),(4,'2014-04-30 02:06:18','2010-04-11 00:00:00',8,'Contribution Amount','50.00','USD',1,1,'civicrm_line_item',4),(5,'2014-04-30 02:06:18','2010-04-15 00:00:00',16,'Contribution Amount','500.00','USD',1,1,'civicrm_line_item',5),(6,'2014-04-30 02:06:18','2010-04-11 00:00:00',19,'Contribution Amount','175.00','USD',1,1,'civicrm_line_item',6),(7,'2014-04-30 02:06:18','2010-03-27 00:00:00',82,'Contribution Amount','50.00','USD',1,1,'civicrm_line_item',7),(8,'2014-04-30 02:06:18','2010-03-08 00:00:00',92,'Contribution Amount','10.00','USD',1,1,'civicrm_line_item',8),(9,'2014-04-30 02:06:18','2010-04-22 00:00:00',34,'Contribution Amount','250.00','USD',1,1,'civicrm_line_item',9),(10,'2014-04-30 02:06:18','2009-07-01 11:53:50',71,'Contribution Amount','500.00','USD',1,1,'civicrm_line_item',10),(11,'2014-04-30 02:06:18','2009-07-01 12:55:41',43,'Contribution Amount','200.00','USD',1,1,'civicrm_line_item',11),(12,'2014-04-30 02:06:18','2009-10-01 11:53:50',32,'Contribution Amount','200.00','USD',1,1,'civicrm_line_item',12),(13,'2014-04-30 02:06:18','2009-12-01 12:55:41',32,'Contribution Amount','200.00','USD',1,1,'civicrm_line_item',13),(14,'2014-04-30 02:06:18','2014-04-30 07:36:18',129,'General','100.00','USD',2,1,'civicrm_line_item',16),(15,'2014-04-30 02:06:18','2014-04-30 07:36:18',193,'General','100.00','USD',2,1,'civicrm_line_item',17),(16,'2014-04-30 02:06:18','2014-04-30 07:36:18',165,'General','100.00','USD',2,1,'civicrm_line_item',18),(17,'2014-04-30 02:06:18','2014-04-30 07:36:18',63,'General','100.00','USD',2,1,'civicrm_line_item',19),(18,'2014-04-30 02:06:18','2014-04-30 07:36:18',128,'General','100.00','USD',2,1,'civicrm_line_item',20),(19,'2014-04-30 02:06:18','2014-04-30 07:36:18',199,'General','100.00','USD',2,1,'civicrm_line_item',21),(20,'2014-04-30 02:06:18','2014-04-30 07:36:18',60,'General','100.00','USD',2,1,'civicrm_line_item',22),(21,'2014-04-30 02:06:18','2014-04-30 07:36:18',123,'General','100.00','USD',2,1,'civicrm_line_item',23),(22,'2014-04-30 02:06:18','2014-04-30 07:36:18',23,'General','100.00','USD',2,1,'civicrm_line_item',24),(23,'2014-04-30 02:06:18','2014-04-30 07:36:18',133,'General','100.00','USD',2,1,'civicrm_line_item',25),(24,'2014-04-30 02:06:18','2014-04-30 07:36:18',108,'General','100.00','USD',2,1,'civicrm_line_item',26),(25,'2014-04-30 02:06:18','2014-04-30 07:36:18',53,'General','100.00','USD',2,1,'civicrm_line_item',27),(26,'2014-04-30 02:06:18','2014-04-30 07:36:18',179,'General','100.00','USD',2,1,'civicrm_line_item',28),(27,'2014-04-30 02:06:18','2014-04-30 07:36:18',183,'Student','50.00','USD',2,1,'civicrm_line_item',29),(28,'2014-04-30 02:06:18','2014-04-30 07:36:18',2,'Student','50.00','USD',2,1,'civicrm_line_item',30),(29,'2014-04-30 02:06:18','2014-04-30 07:36:18',59,'Student','50.00','USD',2,1,'civicrm_line_item',31),(30,'2014-04-30 02:06:18','2014-04-30 07:36:18',173,'Student','50.00','USD',2,1,'civicrm_line_item',32),(31,'2014-04-30 02:06:18','2014-04-30 07:36:18',79,'Student','50.00','USD',2,1,'civicrm_line_item',33),(32,'2014-04-30 02:06:18','2014-04-30 07:36:18',125,'Student','50.00','USD',2,1,'civicrm_line_item',34),(33,'2014-04-30 02:06:18','2014-04-30 07:36:18',29,'Student','50.00','USD',2,1,'civicrm_line_item',35),(34,'2014-04-30 02:06:18','2014-04-30 07:36:18',177,'Student','50.00','USD',2,1,'civicrm_line_item',36),(35,'2014-04-30 02:06:18','2014-04-30 07:36:18',114,'Student','50.00','USD',2,1,'civicrm_line_item',37),(36,'2014-04-30 02:06:18','2014-04-30 07:36:18',141,'Student','50.00','USD',2,1,'civicrm_line_item',38),(37,'2014-04-30 02:06:18','2014-04-30 07:36:18',13,'Student','50.00','USD',2,1,'civicrm_line_item',39),(38,'2014-04-30 02:06:18','2014-04-30 07:36:18',142,'Student','50.00','USD',2,1,'civicrm_line_item',40),(39,'2014-04-30 02:06:18','2014-04-30 07:36:18',106,'Student','50.00','USD',2,1,'civicrm_line_item',41),(40,'2014-04-30 02:06:18','2014-04-30 07:36:18',85,'Student','50.00','USD',2,1,'civicrm_line_item',42),(41,'2014-04-30 02:06:18','2014-04-30 07:36:18',78,'Student','50.00','USD',2,1,'civicrm_line_item',43),(42,'2014-04-30 02:06:18','2014-04-30 07:36:18',126,'Lifetime','1200.00','USD',2,1,'civicrm_line_item',44),(43,'2014-04-30 02:06:18','2014-04-30 07:36:18',130,'Lifetime','1200.00','USD',2,1,'civicrm_line_item',45),(44,'2014-04-30 02:06:18','2014-04-30 07:36:18',81,'Soprano','50.00','USD',2,1,'civicrm_line_item',81),(45,'2014-04-30 02:06:18','2014-04-30 07:36:18',52,'Soprano','50.00','USD',2,1,'civicrm_line_item',82),(46,'2014-04-30 02:06:18','2014-04-30 07:36:18',85,'Soprano','50.00','USD',2,1,'civicrm_line_item',83),(47,'2014-04-30 02:06:18','2014-04-30 07:36:18',33,'Soprano','50.00','USD',2,1,'civicrm_line_item',84),(48,'2014-04-30 02:06:18','2014-04-30 07:36:18',190,'Soprano','50.00','USD',2,1,'civicrm_line_item',85),(49,'2014-04-30 02:06:18','2014-04-30 07:36:18',194,'Soprano','50.00','USD',2,1,'civicrm_line_item',86),(50,'2014-04-30 02:06:18','2014-04-30 07:36:18',39,'Soprano','50.00','USD',2,1,'civicrm_line_item',87),(51,'2014-04-30 02:06:18','2014-04-30 07:36:18',20,'Soprano','50.00','USD',2,1,'civicrm_line_item',88),(52,'2014-04-30 02:06:18','2014-04-30 07:36:18',134,'Soprano','50.00','USD',2,1,'civicrm_line_item',89),(53,'2014-04-30 02:06:18','2014-04-30 07:36:18',105,'Soprano','50.00','USD',2,1,'civicrm_line_item',90),(54,'2014-04-30 02:06:18','2014-04-30 07:36:18',147,'Soprano','50.00','USD',2,1,'civicrm_line_item',91),(55,'2014-04-30 02:06:18','2014-04-30 07:36:18',67,'Soprano','50.00','USD',2,1,'civicrm_line_item',92),(56,'2014-04-30 02:06:18','2014-04-30 07:36:18',129,'Soprano','50.00','USD',2,1,'civicrm_line_item',93),(57,'2014-04-30 02:06:18','2014-04-30 07:36:18',22,'Soprano','50.00','USD',2,1,'civicrm_line_item',94),(58,'2014-04-30 02:06:18','2014-04-30 07:36:18',103,'Soprano','50.00','USD',2,1,'civicrm_line_item',95),(59,'2014-04-30 02:06:18','2014-04-30 07:36:18',104,'Soprano','50.00','USD',2,1,'civicrm_line_item',96),(60,'2014-04-30 02:06:18','2014-04-30 07:36:18',118,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',47),(61,'2014-04-30 02:06:18','2014-04-30 07:36:18',72,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',48),(62,'2014-04-30 02:06:18','2014-04-30 07:36:18',184,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',49),(63,'2014-04-30 02:06:18','2014-04-30 07:36:18',69,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',50),(64,'2014-04-30 02:06:18','2014-04-30 07:36:18',177,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',51),(65,'2014-04-30 02:06:18','2014-04-30 07:36:18',152,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',52),(66,'2014-04-30 02:06:18','2014-04-30 07:36:18',117,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',53),(67,'2014-04-30 02:06:18','2014-04-30 07:36:18',5,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',54),(68,'2014-04-30 02:06:18','2014-04-30 07:36:18',150,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',55),(69,'2014-04-30 02:06:19','2014-04-30 07:36:18',165,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',56),(70,'2014-04-30 02:06:19','2014-04-30 07:36:18',96,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',57),(71,'2014-04-30 02:06:19','2014-04-30 07:36:18',133,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',58),(72,'2014-04-30 02:06:19','2014-04-30 07:36:18',8,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',59),(73,'2014-04-30 02:06:19','2014-04-30 07:36:18',63,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',60),(74,'2014-04-30 02:06:19','2014-04-30 07:36:18',111,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',61),(75,'2014-04-30 02:06:19','2014-04-30 07:36:18',64,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',62),(76,'2014-04-30 02:06:19','2014-04-30 07:36:18',178,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',63),(77,'2014-04-30 02:06:19','2014-04-30 07:36:18',164,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',64),(78,'2014-04-30 02:06:19','2014-04-30 07:36:18',106,'Single','50.00','USD',4,1,'civicrm_line_item',65),(79,'2014-04-30 02:06:19','2014-04-30 07:36:18',185,'Single','50.00','USD',4,1,'civicrm_line_item',66),(80,'2014-04-30 02:06:19','2014-04-30 07:36:18',55,'Single','50.00','USD',4,1,'civicrm_line_item',67),(81,'2014-04-30 02:06:19','2014-04-30 07:36:18',181,'Single','50.00','USD',4,1,'civicrm_line_item',68),(82,'2014-04-30 02:06:19','2014-04-30 07:36:18',161,'Single','50.00','USD',4,1,'civicrm_line_item',69),(83,'2014-04-30 02:06:19','2014-04-30 07:36:18',42,'Single','50.00','USD',4,1,'civicrm_line_item',70),(84,'2014-04-30 02:06:19','2014-04-30 07:36:18',57,'Single','50.00','USD',4,1,'civicrm_line_item',71),(85,'2014-04-30 02:06:19','2014-04-30 07:36:18',149,'Single','50.00','USD',4,1,'civicrm_line_item',72),(86,'2014-04-30 02:06:19','2014-04-30 07:36:18',146,'Single','50.00','USD',4,1,'civicrm_line_item',73),(87,'2014-04-30 02:06:19','2014-04-30 07:36:18',50,'Single','50.00','USD',4,1,'civicrm_line_item',74),(88,'2014-04-30 02:06:19','2014-04-30 07:36:18',180,'Single','50.00','USD',4,1,'civicrm_line_item',75),(89,'2014-04-30 02:06:19','2014-04-30 07:36:18',186,'Single','50.00','USD',4,1,'civicrm_line_item',76),(90,'2014-04-30 02:06:19','2014-04-30 07:36:18',88,'Single','50.00','USD',4,1,'civicrm_line_item',77),(91,'2014-04-30 02:06:19','2014-04-30 07:36:18',130,'Single','50.00','USD',4,1,'civicrm_line_item',78),(92,'2014-04-30 02:06:19','2014-04-30 07:36:18',109,'Single','50.00','USD',4,1,'civicrm_line_item',79),(93,'2014-04-30 02:06:19','2014-04-30 07:36:18',87,'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-30 18:17:07','2010-04-11 00:00:00',2,'Contribution Amount','125.00','USD',1,1,'civicrm_line_item',1),(2,'2014-04-30 18:17:07','2010-03-21 00:00:00',4,'Contribution Amount','50.00','USD',1,1,'civicrm_line_item',2),(3,'2014-04-30 18:17:07','2010-04-29 00:00:00',6,'Contribution Amount','25.00','USD',1,1,'civicrm_line_item',3),(4,'2014-04-30 18:17:07','2010-04-11 00:00:00',8,'Contribution Amount','50.00','USD',1,1,'civicrm_line_item',4),(5,'2014-04-30 18:17:07','2010-04-15 00:00:00',16,'Contribution Amount','500.00','USD',1,1,'civicrm_line_item',5),(6,'2014-04-30 18:17:07','2010-04-11 00:00:00',19,'Contribution Amount','175.00','USD',1,1,'civicrm_line_item',6),(7,'2014-04-30 18:17:07','2010-03-27 00:00:00',82,'Contribution Amount','50.00','USD',1,1,'civicrm_line_item',7),(8,'2014-04-30 18:17:07','2010-03-08 00:00:00',92,'Contribution Amount','10.00','USD',1,1,'civicrm_line_item',8),(9,'2014-04-30 18:17:07','2010-04-22 00:00:00',34,'Contribution Amount','250.00','USD',1,1,'civicrm_line_item',9),(10,'2014-04-30 18:17:07','2009-07-01 11:53:50',71,'Contribution Amount','500.00','USD',1,1,'civicrm_line_item',10),(11,'2014-04-30 18:17:07','2009-07-01 12:55:41',43,'Contribution Amount','200.00','USD',1,1,'civicrm_line_item',11),(12,'2014-04-30 18:17:07','2009-10-01 11:53:50',32,'Contribution Amount','200.00','USD',1,1,'civicrm_line_item',12),(13,'2014-04-30 18:17:07','2009-12-01 12:55:41',32,'Contribution Amount','200.00','USD',1,1,'civicrm_line_item',13),(14,'2014-04-30 18:17:07','2014-04-30 11:17:06',69,'General','100.00','USD',2,1,'civicrm_line_item',16),(15,'2014-04-30 18:17:07','2014-04-30 11:17:06',193,'General','100.00','USD',2,1,'civicrm_line_item',17),(16,'2014-04-30 18:17:07','2014-04-30 11:17:06',95,'General','100.00','USD',2,1,'civicrm_line_item',18),(17,'2014-04-30 18:17:07','2014-04-30 11:17:06',107,'General','100.00','USD',2,1,'civicrm_line_item',19),(18,'2014-04-30 18:17:07','2014-04-30 11:17:06',187,'General','100.00','USD',2,1,'civicrm_line_item',20),(19,'2014-04-30 18:17:07','2014-04-30 11:17:06',76,'General','100.00','USD',2,1,'civicrm_line_item',21),(20,'2014-04-30 18:17:07','2014-04-30 11:17:06',189,'General','100.00','USD',2,1,'civicrm_line_item',22),(21,'2014-04-30 18:17:07','2014-04-30 11:17:06',72,'General','100.00','USD',2,1,'civicrm_line_item',23),(22,'2014-04-30 18:17:07','2014-04-30 11:17:06',88,'General','100.00','USD',2,1,'civicrm_line_item',24),(23,'2014-04-30 18:17:07','2014-04-30 11:17:06',84,'General','100.00','USD',2,1,'civicrm_line_item',25),(24,'2014-04-30 18:17:07','2014-04-30 11:17:06',124,'General','100.00','USD',2,1,'civicrm_line_item',26),(25,'2014-04-30 18:17:07','2014-04-30 11:17:06',126,'General','100.00','USD',2,1,'civicrm_line_item',27),(26,'2014-04-30 18:17:07','2014-04-30 11:17:06',7,'General','100.00','USD',2,1,'civicrm_line_item',28),(27,'2014-04-30 18:17:07','2014-04-30 11:17:06',188,'General','100.00','USD',2,1,'civicrm_line_item',29),(28,'2014-04-30 18:17:07','2014-04-30 11:17:06',102,'Student','50.00','USD',2,1,'civicrm_line_item',30),(29,'2014-04-30 18:17:07','2014-04-30 11:17:06',131,'Student','50.00','USD',2,1,'civicrm_line_item',31),(30,'2014-04-30 18:17:07','2014-04-30 11:17:06',93,'Student','50.00','USD',2,1,'civicrm_line_item',32),(31,'2014-04-30 18:17:07','2014-04-30 11:17:06',19,'Student','50.00','USD',2,1,'civicrm_line_item',33),(32,'2014-04-30 18:17:07','2014-04-30 11:17:06',44,'Student','50.00','USD',2,1,'civicrm_line_item',34),(33,'2014-04-30 18:17:07','2014-04-30 11:17:06',173,'Student','50.00','USD',2,1,'civicrm_line_item',35),(34,'2014-04-30 18:17:07','2014-04-30 11:17:06',177,'Student','50.00','USD',2,1,'civicrm_line_item',36),(35,'2014-04-30 18:17:07','2014-04-30 11:17:06',35,'Student','50.00','USD',2,1,'civicrm_line_item',37),(36,'2014-04-30 18:17:07','2014-04-30 11:17:06',40,'Student','50.00','USD',2,1,'civicrm_line_item',38),(37,'2014-04-30 18:17:07','2014-04-30 11:17:06',190,'Student','50.00','USD',2,1,'civicrm_line_item',39),(38,'2014-04-30 18:17:07','2014-04-30 11:17:06',77,'Student','50.00','USD',2,1,'civicrm_line_item',40),(39,'2014-04-30 18:17:07','2014-04-30 11:17:06',58,'Student','50.00','USD',2,1,'civicrm_line_item',41),(40,'2014-04-30 18:17:07','2014-04-30 11:17:06',181,'Student','50.00','USD',2,1,'civicrm_line_item',42),(41,'2014-04-30 18:17:07','2014-04-30 11:17:06',82,'Student','50.00','USD',2,1,'civicrm_line_item',43),(42,'2014-04-30 18:17:07','2014-04-30 11:17:06',66,'Lifetime','1200.00','USD',2,1,'civicrm_line_item',44),(43,'2014-04-30 18:17:07','2014-04-30 11:17:06',9,'Lifetime','1200.00','USD',2,1,'civicrm_line_item',45),(44,'2014-04-30 18:17:07','2014-04-30 11:17:07',185,'Soprano','50.00','USD',2,1,'civicrm_line_item',81),(45,'2014-04-30 18:17:07','2014-04-30 11:17:07',152,'Soprano','50.00','USD',2,1,'civicrm_line_item',82),(46,'2014-04-30 18:17:07','2014-04-30 11:17:07',103,'Soprano','50.00','USD',2,1,'civicrm_line_item',83),(47,'2014-04-30 18:17:07','2014-04-30 11:17:07',109,'Soprano','50.00','USD',2,1,'civicrm_line_item',84),(48,'2014-04-30 18:17:07','2014-04-30 11:17:07',62,'Soprano','50.00','USD',2,1,'civicrm_line_item',85),(49,'2014-04-30 18:17:07','2014-04-30 11:17:07',68,'Soprano','50.00','USD',2,1,'civicrm_line_item',86),(50,'2014-04-30 18:17:07','2014-04-30 11:17:07',6,'Soprano','50.00','USD',2,1,'civicrm_line_item',87),(51,'2014-04-30 18:17:07','2014-04-30 11:17:07',149,'Soprano','50.00','USD',2,1,'civicrm_line_item',88),(52,'2014-04-30 18:17:07','2014-04-30 11:17:07',31,'Soprano','50.00','USD',2,1,'civicrm_line_item',89),(53,'2014-04-30 18:17:07','2014-04-30 11:17:07',50,'Soprano','50.00','USD',2,1,'civicrm_line_item',90),(54,'2014-04-30 18:17:07','2014-04-30 11:17:07',188,'Soprano','50.00','USD',2,1,'civicrm_line_item',91),(55,'2014-04-30 18:17:07','2014-04-30 11:17:07',64,'Soprano','50.00','USD',2,1,'civicrm_line_item',92),(56,'2014-04-30 18:17:07','2014-04-30 11:17:07',175,'Soprano','50.00','USD',2,1,'civicrm_line_item',93),(57,'2014-04-30 18:17:07','2014-04-30 11:17:07',60,'Soprano','50.00','USD',2,1,'civicrm_line_item',94),(58,'2014-04-30 18:17:07','2014-04-30 11:17:07',168,'Soprano','50.00','USD',2,1,'civicrm_line_item',95),(59,'2014-04-30 18:17:07','2014-04-30 11:17:07',8,'Soprano','50.00','USD',2,1,'civicrm_line_item',96),(60,'2014-04-30 18:17:07','2014-04-30 11:17:07',83,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',47),(61,'2014-04-30 18:17:07','2014-04-30 11:17:07',89,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',48),(62,'2014-04-30 18:17:07','2014-04-30 11:17:07',3,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',49),(63,'2014-04-30 18:17:07','2014-04-30 11:17:07',81,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',50),(64,'2014-04-30 18:17:07','2014-04-30 11:17:07',171,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',51),(65,'2014-04-30 18:17:07','2014-04-30 11:17:07',77,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',52),(66,'2014-04-30 18:17:07','2014-04-30 11:17:07',115,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',53),(67,'2014-04-30 18:17:07','2014-04-30 11:17:07',21,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',54),(68,'2014-04-30 18:17:07','2014-04-30 11:17:07',153,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',55),(69,'2014-04-30 18:17:07','2014-04-30 11:17:07',97,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',56),(70,'2014-04-30 18:17:07','2014-04-30 11:17:07',11,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',57),(71,'2014-04-30 18:17:07','2014-04-30 11:17:07',141,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',58),(72,'2014-04-30 18:17:07','2014-04-30 11:17:07',63,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',59),(73,'2014-04-30 18:17:07','2014-04-30 11:17:07',57,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',60),(74,'2014-04-30 18:17:07','2014-04-30 11:17:07',130,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',61),(75,'2014-04-30 18:17:07','2014-04-30 11:17:07',150,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',62),(76,'2014-04-30 18:17:07','2014-04-30 11:17:07',151,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',63),(77,'2014-04-30 18:17:07','2014-04-30 11:17:07',114,'Tiny-tots (ages 5-8)','800.00','USD',4,1,'civicrm_line_item',64),(78,'2014-04-30 18:17:07','2014-04-30 11:17:07',112,'Single','50.00','USD',4,1,'civicrm_line_item',65),(79,'2014-04-30 18:17:07','2014-04-30 11:17:07',53,'Single','50.00','USD',4,1,'civicrm_line_item',66),(80,'2014-04-30 18:17:07','2014-04-30 11:17:07',43,'Single','50.00','USD',4,1,'civicrm_line_item',67),(81,'2014-04-30 18:17:07','2014-04-30 11:17:07',93,'Single','50.00','USD',4,1,'civicrm_line_item',68),(82,'2014-04-30 18:17:07','2014-04-30 11:17:07',7,'Single','50.00','USD',4,1,'civicrm_line_item',69),(83,'2014-04-30 18:17:07','2014-04-30 11:17:07',61,'Single','50.00','USD',4,1,'civicrm_line_item',70),(84,'2014-04-30 18:17:07','2014-04-30 11:17:07',84,'Single','50.00','USD',4,1,'civicrm_line_item',71),(85,'2014-04-30 18:17:07','2014-04-30 11:17:07',71,'Single','50.00','USD',4,1,'civicrm_line_item',72),(86,'2014-04-30 18:17:07','2014-04-30 11:17:07',156,'Single','50.00','USD',4,1,'civicrm_line_item',73),(87,'2014-04-30 18:17:07','2014-04-30 11:17:07',45,'Single','50.00','USD',4,1,'civicrm_line_item',74),(88,'2014-04-30 18:17:07','2014-04-30 11:17:07',123,'Single','50.00','USD',4,1,'civicrm_line_item',75),(89,'2014-04-30 18:17:07','2014-04-30 11:17:07',184,'Single','50.00','USD',4,1,'civicrm_line_item',76),(90,'2014-04-30 18:17:07','2014-04-30 11:17:07',135,'Single','50.00','USD',4,1,'civicrm_line_item',77),(91,'2014-04-30 18:17:07','2014-04-30 11:17:07',30,'Single','50.00','USD',4,1,'civicrm_line_item',78),(92,'2014-04-30 18:17:07','2014-04-30 11:17:07',132,'Single','50.00','USD',4,1,'civicrm_line_item',79),(93,'2014-04-30 18:17:07','2014-04-30 11:17:07',199,'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-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(15,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(16,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(17,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(18,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(19,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(20,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(21,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(22,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(23,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(24,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(25,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(26,NULL,12,'2014-04-30 07:36:18','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(27,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(28,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(29,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(30,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(31,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(32,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(33,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(34,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(35,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(36,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(37,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(38,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(39,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(40,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(41,NULL,12,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(42,NULL,12,'2014-04-30 07:36:18','1200.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(43,NULL,12,'2014-04-30 07:36:18','1200.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(44,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(45,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(46,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(47,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(48,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(49,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(50,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(51,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(52,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(53,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(54,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(55,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(56,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(57,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(58,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(59,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(60,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(61,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(62,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(63,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(64,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(65,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(66,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(67,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(68,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(69,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(70,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(71,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(72,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(73,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(74,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(75,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(76,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(77,NULL,NULL,'2014-04-30 07:36:18','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(78,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(79,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(80,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(81,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(82,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(83,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(84,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(85,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(86,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(87,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(88,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(89,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(90,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(91,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(92,NULL,NULL,'2014-04-30 07:36:18','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(93,NULL,NULL,'2014-04-30 07:36: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-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(15,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(16,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(17,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(18,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(19,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(20,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(21,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(22,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(23,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(24,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(25,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(26,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(27,NULL,12,'2014-04-30 11:17:06','100.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(28,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(29,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(30,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(31,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(32,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(33,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(34,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(35,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(36,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(37,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(38,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(39,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(40,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(41,NULL,12,'2014-04-30 11:17:06','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(42,NULL,12,'2014-04-30 11:17:06','1200.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(43,NULL,12,'2014-04-30 11:17:06','1200.00',NULL,NULL,'USD',NULL,NULL,1,NULL,1,NULL),(44,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(45,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(46,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(47,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(48,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(49,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(50,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(51,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(52,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(53,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(54,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(55,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(56,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(57,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(58,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(59,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(60,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(61,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(62,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(63,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(64,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(65,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(66,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(67,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(68,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(69,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(70,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(71,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(72,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(73,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(74,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(75,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(76,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(77,NULL,NULL,'2014-04-30 11:17:07','800.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(78,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(79,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(80,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(81,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(82,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(83,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(84,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(85,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(86,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(87,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(88,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(89,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(90,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(91,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(92,NULL,NULL,'2014-04-30 11:17:07','50.00',NULL,NULL,'USD',NULL,NULL,1,NULL,4,NULL),(93,NULL,NULL,'2014-04-30 11:17:07','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,31,'Added',NULL,NULL),(2,2,189,'Added',NULL,NULL),(3,2,195,'Added',NULL,NULL),(4,2,98,'Added',NULL,NULL),(5,2,180,'Added',NULL,NULL),(6,2,113,'Added',NULL,NULL),(7,2,126,'Added',NULL,NULL),(8,2,50,'Added',NULL,NULL),(9,2,60,'Added',NULL,NULL),(10,2,58,'Added',NULL,NULL),(11,2,121,'Added',NULL,NULL),(12,2,54,'Added',NULL,NULL),(13,2,187,'Added',NULL,NULL),(14,2,23,'Added',NULL,NULL),(15,2,101,'Added',NULL,NULL),(16,2,88,'Added',NULL,NULL),(17,2,119,'Added',NULL,NULL),(18,2,25,'Added',NULL,NULL),(19,2,153,'Added',NULL,NULL),(20,2,52,'Added',NULL,NULL),(21,2,47,'Added',NULL,NULL),(22,2,28,'Added',NULL,NULL),(23,2,27,'Added',NULL,NULL),(24,2,34,'Added',NULL,NULL),(25,2,43,'Added',NULL,NULL),(26,2,103,'Added',NULL,NULL),(27,2,68,'Added',NULL,NULL),(28,2,165,'Added',NULL,NULL),(29,2,5,'Added',NULL,NULL),(30,2,93,'Added',NULL,NULL),(31,2,162,'Added',NULL,NULL),(32,2,29,'Added',NULL,NULL),(33,2,48,'Added',NULL,NULL),(34,2,182,'Added',NULL,NULL),(35,2,63,'Added',NULL,NULL),(36,2,148,'Added',NULL,NULL),(37,2,132,'Added',NULL,NULL),(38,2,76,'Added',NULL,NULL),(39,2,37,'Added',NULL,NULL),(40,2,128,'Added',NULL,NULL),(41,2,157,'Added',NULL,NULL),(42,2,124,'Added',NULL,NULL),(43,2,115,'Added',NULL,NULL),(44,2,201,'Added',NULL,NULL),(45,2,154,'Added',NULL,NULL),(46,2,91,'Added',NULL,NULL),(47,2,114,'Added',NULL,NULL),(48,2,200,'Added',NULL,NULL),(49,2,85,'Added',NULL,NULL),(50,2,64,'Added',NULL,NULL),(51,2,20,'Added',NULL,NULL),(52,2,3,'Added',NULL,NULL),(53,2,141,'Added',NULL,NULL),(54,2,116,'Added',NULL,NULL),(55,2,109,'Added',NULL,NULL),(56,2,192,'Added',NULL,NULL),(57,2,134,'Added',NULL,NULL),(58,2,15,'Added',NULL,NULL),(59,2,178,'Added',NULL,NULL),(60,2,17,'Added',NULL,NULL),(61,3,55,'Added',NULL,NULL),(62,3,156,'Added',NULL,NULL),(63,3,159,'Added',NULL,NULL),(64,3,184,'Added',NULL,NULL),(65,3,136,'Added',NULL,NULL),(66,3,39,'Added',NULL,NULL),(67,3,131,'Added',NULL,NULL),(68,3,171,'Added',NULL,NULL),(69,3,16,'Added',NULL,NULL),(70,3,177,'Added',NULL,NULL),(71,3,160,'Added',NULL,NULL),(72,3,49,'Added',NULL,NULL),(73,3,194,'Added',NULL,NULL),(74,3,8,'Added',NULL,NULL),(75,3,106,'Added',NULL,NULL),(76,4,31,'Added',NULL,NULL),(77,4,50,'Added',NULL,NULL),(78,4,101,'Added',NULL,NULL),(79,4,28,'Added',NULL,NULL),(80,4,5,'Added',NULL,NULL),(81,4,148,'Added',NULL,NULL),(82,4,115,'Added',NULL,NULL),(83,4,64,'Added',NULL,NULL); +INSERT INTO `civicrm_group_contact` (`id`, `group_id`, `contact_id`, `status`, `location_id`, `email_id`) VALUES (1,2,50,'Added',NULL,NULL),(2,2,3,'Added',NULL,NULL),(3,2,96,'Added',NULL,NULL),(4,2,67,'Added',NULL,NULL),(5,2,149,'Added',NULL,NULL),(6,2,151,'Added',NULL,NULL),(7,2,93,'Added',NULL,NULL),(8,2,37,'Added',NULL,NULL),(9,2,90,'Added',NULL,NULL),(10,2,92,'Added',NULL,NULL),(11,2,161,'Added',NULL,NULL),(12,2,100,'Added',NULL,NULL),(13,2,106,'Added',NULL,NULL),(14,2,72,'Added',NULL,NULL),(15,2,138,'Added',NULL,NULL),(16,2,118,'Added',NULL,NULL),(17,2,188,'Added',NULL,NULL),(18,2,181,'Added',NULL,NULL),(19,2,19,'Added',NULL,NULL),(20,2,109,'Added',NULL,NULL),(21,2,160,'Added',NULL,NULL),(22,2,71,'Added',NULL,NULL),(23,2,130,'Added',NULL,NULL),(24,2,113,'Added',NULL,NULL),(25,2,180,'Added',NULL,NULL),(26,2,114,'Added',NULL,NULL),(27,2,86,'Added',NULL,NULL),(28,2,111,'Added',NULL,NULL),(29,2,132,'Added',NULL,NULL),(30,2,44,'Added',NULL,NULL),(31,2,124,'Added',NULL,NULL),(32,2,56,'Added',NULL,NULL),(33,2,11,'Added',NULL,NULL),(34,2,190,'Added',NULL,NULL),(35,2,89,'Added',NULL,NULL),(36,2,45,'Added',NULL,NULL),(37,2,183,'Added',NULL,NULL),(38,2,79,'Added',NULL,NULL),(39,2,102,'Added',NULL,NULL),(40,2,147,'Added',NULL,NULL),(41,2,197,'Added',NULL,NULL),(42,2,199,'Added',NULL,NULL),(43,2,65,'Added',NULL,NULL),(44,2,53,'Added',NULL,NULL),(45,2,16,'Added',NULL,NULL),(46,2,175,'Added',NULL,NULL),(47,2,68,'Added',NULL,NULL),(48,2,185,'Added',NULL,NULL),(49,2,47,'Added',NULL,NULL),(50,2,142,'Added',NULL,NULL),(51,2,24,'Added',NULL,NULL),(52,2,42,'Added',NULL,NULL),(53,2,173,'Added',NULL,NULL),(54,2,95,'Added',NULL,NULL),(55,2,82,'Added',NULL,NULL),(56,2,156,'Added',NULL,NULL),(57,2,182,'Added',NULL,NULL),(58,2,193,'Added',NULL,NULL),(59,2,135,'Added',NULL,NULL),(60,2,192,'Added',NULL,NULL),(61,3,158,'Added',NULL,NULL),(62,3,49,'Added',NULL,NULL),(63,3,119,'Added',NULL,NULL),(64,3,137,'Added',NULL,NULL),(65,3,141,'Added',NULL,NULL),(66,3,31,'Added',NULL,NULL),(67,3,187,'Added',NULL,NULL),(68,3,168,'Added',NULL,NULL),(69,3,116,'Added',NULL,NULL),(70,3,77,'Added',NULL,NULL),(71,3,99,'Added',NULL,NULL),(72,3,146,'Added',NULL,NULL),(73,3,131,'Added',NULL,NULL),(74,3,129,'Added',NULL,NULL),(75,3,12,'Added',NULL,NULL),(76,4,50,'Added',NULL,NULL),(77,4,37,'Added',NULL,NULL),(78,4,138,'Added',NULL,NULL),(79,4,71,'Added',NULL,NULL),(80,4,132,'Added',NULL,NULL),(81,4,45,'Added',NULL,NULL),(82,4,65,'Added',NULL,NULL),(83,4,142,'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',20,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(19,'civicrm_contribution',22,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(20,'civicrm_contribution',26,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(21,'civicrm_contribution',28,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(22,'civicrm_contribution',30,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(23,'civicrm_contribution',32,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(24,'civicrm_contribution',34,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(25,'civicrm_contribution',36,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(26,'civicrm_contribution',38,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',18,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(32,'civicrm_contribution',19,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(33,'civicrm_contribution',21,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(34,'civicrm_contribution',23,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',29,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(38,'civicrm_contribution',31,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(39,'civicrm_contribution',33,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'); +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',30,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(23,'civicrm_contribution',32,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(24,'civicrm_contribution',33,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',38,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(28,'civicrm_contribution',40,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(29,'civicrm_contribution',42,4,'General',1,'100.00','100.00',NULL,7,2,'0.00'),(30,'civicrm_contribution',15,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(31,'civicrm_contribution',17,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(32,'civicrm_contribution',19,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(33,'civicrm_contribution',21,4,'Student',1,'50.00','50.00',NULL,8,2,'0.00'),(34,'civicrm_contribution',23,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,182,198,166,NULL,NULL,NULL,NULL,NULL),(2,183,199,167,NULL,NULL,NULL,NULL,NULL),(3,184,200,168,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,183,204,165,NULL,NULL,NULL,NULL,NULL),(2,184,205,166,NULL,NULL,NULL,NULL,NULL),(3,185,206,167,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,129,1,'2014-04-30','2014-04-30','2016-04-29','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(2,183,2,'2014-04-29','2014-04-29','2015-04-28','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(3,193,1,'2014-04-28','2014-04-28','2016-04-27','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(4,2,2,'2014-04-27','2014-04-27','2015-04-26','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(5,59,2,'2013-04-26','2013-04-26','2014-04-25','Check',4,NULL,NULL,NULL,0,0,NULL,NULL),(6,173,2,'2014-04-25','2014-04-25','2015-04-24','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(7,165,1,'2014-04-24','2014-04-24','2016-04-23','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(8,79,2,'2014-04-23','2014-04-23','2015-04-22','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(9,63,1,'2014-04-22','2014-04-22','2016-04-21','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(10,125,2,'2013-04-21','2013-04-21','2014-04-20','Payment',4,NULL,NULL,NULL,0,0,NULL,NULL),(11,126,3,'2014-04-20','2014-04-20',NULL,'Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(12,29,2,'2014-04-19','2014-04-19','2015-04-18','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(13,128,1,'2014-04-18','2014-04-18','2016-04-17','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(14,177,2,'2014-04-17','2014-04-17','2015-04-16','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(15,199,1,'2012-01-09','2012-01-09','2014-01-08','Check',3,NULL,NULL,NULL,0,0,NULL,NULL),(16,114,2,'2014-04-15','2014-04-15','2015-04-14','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(17,60,1,'2014-04-14','2014-04-14','2016-04-13','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(18,141,2,'2014-04-13','2014-04-13','2015-04-12','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(19,123,1,'2014-04-12','2014-04-12','2016-04-11','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(20,13,2,'2013-04-11','2013-04-11','2014-04-10','Check',4,NULL,NULL,NULL,0,0,NULL,NULL),(21,23,1,'2014-04-10','2014-04-10','2016-04-09','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(22,130,3,'2014-04-09','2014-04-09',NULL,'Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(23,133,1,'2014-04-08','2014-04-08','2016-04-07','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(24,142,2,'2014-04-07','2014-04-07','2015-04-06','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(25,108,1,'2011-10-21','2011-10-21','2013-10-20','Payment',3,NULL,NULL,NULL,0,0,NULL,NULL),(26,106,2,'2014-04-05','2014-04-05','2015-04-04','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(27,53,1,'2014-04-04','2014-04-04','2016-04-03','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(28,85,2,'2014-04-03','2014-04-03','2015-04-02','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(29,179,1,'2014-04-02','2014-04-02','2016-04-01','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(30,78,2,'2013-04-01','2013-04-01','2014-03-31','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,69,1,'2014-04-30','2014-04-30','2016-04-29','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(2,102,2,'2014-04-29','2014-04-29','2015-04-28','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(3,193,1,'2014-04-28','2014-04-28','2016-04-27','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(4,131,2,'2014-04-27','2014-04-27','2015-04-26','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(5,95,1,'2012-03-29','2012-03-29','2014-03-28','Check',3,NULL,NULL,NULL,0,0,NULL,NULL),(6,93,2,'2014-04-25','2014-04-25','2015-04-24','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(7,107,1,'2014-04-24','2014-04-24','2016-04-23','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(8,19,2,'2014-04-23','2014-04-23','2015-04-22','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(9,187,1,'2014-04-22','2014-04-22','2016-04-21','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(10,44,2,'2013-04-21','2013-04-21','2014-04-20','Check',4,NULL,NULL,NULL,0,0,NULL,NULL),(11,66,3,'2014-04-20','2014-04-20',NULL,'Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(12,173,2,'2014-04-19','2014-04-19','2015-04-18','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(13,76,1,'2014-04-18','2014-04-18','2016-04-17','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(14,177,2,'2014-04-17','2014-04-17','2015-04-16','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(15,35,2,'2013-04-16','2013-04-16','2014-04-15','Donation',4,NULL,NULL,NULL,0,0,NULL,NULL),(16,40,2,'2014-04-15','2014-04-15','2015-04-14','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(17,189,1,'2014-04-14','2014-04-14','2016-04-13','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(18,190,2,'2014-04-13','2014-04-13','2015-04-12','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(19,72,1,'2014-04-12','2014-04-12','2016-04-11','Donation',1,NULL,NULL,NULL,0,0,NULL,NULL),(20,88,1,'2011-11-30','2011-11-30','2013-11-29','Donation',3,NULL,NULL,NULL,0,0,NULL,NULL),(21,84,1,'2014-04-10','2014-04-10','2016-04-09','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(22,9,3,'2014-04-09','2014-04-09',NULL,'Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(23,124,1,'2014-04-08','2014-04-08','2016-04-07','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(24,77,2,'2014-04-07','2014-04-07','2015-04-06','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(25,126,1,'2011-10-21','2011-10-21','2013-10-20','Check',3,NULL,NULL,NULL,0,0,NULL,NULL),(26,58,2,'2014-04-05','2014-04-05','2015-04-04','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(27,7,1,'2014-04-04','2014-04-04','2016-04-03','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(28,181,2,'2014-04-03','2014-04-03','2015-04-02','Check',1,NULL,NULL,NULL,0,0,NULL,NULL),(29,188,1,'2014-04-02','2014-04-02','2016-04-01','Payment',1,NULL,NULL,NULL,0,0,NULL,NULL),(30,82,2,'2013-04-01','2013-04-01','2014-03-31','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,4,1,'2014-04-27','2015-04-26',2,'2014-04-30',2,NULL),(2,20,4,'2013-04-11','2014-04-10',13,'2014-04-30',2,NULL),(3,21,1,'2014-04-10','2016-04-09',23,'2014-04-30',1,NULL),(4,12,1,'2014-04-19','2015-04-18',29,'2014-04-30',2,NULL),(5,27,1,'2014-04-04','2016-04-03',53,'2014-04-30',1,NULL),(6,5,4,'2013-04-26','2014-04-25',59,'2014-04-30',2,NULL),(7,17,1,'2014-04-14','2016-04-13',60,'2014-04-30',1,NULL),(8,9,1,'2014-04-22','2016-04-21',63,'2014-04-30',1,NULL),(9,30,4,'2013-04-01','2014-03-31',78,'2014-04-30',2,NULL),(10,8,1,'2014-04-23','2015-04-22',79,'2014-04-30',2,NULL),(11,28,1,'2014-04-03','2015-04-02',85,'2014-04-30',2,NULL),(12,26,1,'2014-04-05','2015-04-04',106,'2014-04-30',2,NULL),(13,25,3,'2011-10-21','2013-10-20',108,'2014-04-30',1,NULL),(14,16,1,'2014-04-15','2015-04-14',114,'2014-04-30',2,NULL),(15,19,1,'2014-04-12','2016-04-11',123,'2014-04-30',1,NULL),(16,10,4,'2013-04-21','2014-04-20',125,'2014-04-30',2,NULL),(17,11,1,'2014-04-20',NULL,126,'2014-04-30',3,NULL),(18,13,1,'2014-04-18','2016-04-17',128,'2014-04-30',1,NULL),(19,1,1,'2014-04-30','2016-04-29',129,'2014-04-30',1,NULL),(20,22,1,'2014-04-09',NULL,130,'2014-04-30',3,NULL),(21,23,1,'2014-04-08','2016-04-07',133,'2014-04-30',1,NULL),(22,18,1,'2014-04-13','2015-04-12',141,'2014-04-30',2,NULL),(23,24,1,'2014-04-07','2015-04-06',142,'2014-04-30',2,NULL),(24,7,1,'2014-04-24','2016-04-23',165,'2014-04-30',1,NULL),(25,6,1,'2014-04-25','2015-04-24',173,'2014-04-30',2,NULL),(26,14,1,'2014-04-17','2015-04-16',177,'2014-04-30',2,NULL),(27,29,1,'2014-04-02','2016-04-01',179,'2014-04-30',1,NULL),(28,2,1,'2014-04-29','2015-04-28',183,'2014-04-30',2,NULL),(29,3,1,'2014-04-28','2016-04-27',193,'2014-04-30',1,NULL),(30,15,3,'2012-01-09','2014-01-08',199,'2014-04-30',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,27,1,'2014-04-04','2016-04-03',7,'2014-04-30',1,NULL),(2,22,1,'2014-04-09',NULL,9,'2014-04-30',3,NULL),(3,8,1,'2014-04-23','2015-04-22',19,'2014-04-30',2,NULL),(4,15,4,'2013-04-16','2014-04-15',35,'2014-04-30',2,NULL),(5,16,1,'2014-04-15','2015-04-14',40,'2014-04-30',2,NULL),(6,10,4,'2013-04-21','2014-04-20',44,'2014-04-30',2,NULL),(7,26,1,'2014-04-05','2015-04-04',58,'2014-04-30',2,NULL),(8,11,1,'2014-04-20',NULL,66,'2014-04-30',3,NULL),(9,1,1,'2014-04-30','2016-04-29',69,'2014-04-30',1,NULL),(10,19,1,'2014-04-12','2016-04-11',72,'2014-04-30',1,NULL),(11,13,1,'2014-04-18','2016-04-17',76,'2014-04-30',1,NULL),(12,24,1,'2014-04-07','2015-04-06',77,'2014-04-30',2,NULL),(13,30,4,'2013-04-01','2014-03-31',82,'2014-04-30',2,NULL),(14,21,1,'2014-04-10','2016-04-09',84,'2014-04-30',1,NULL),(15,20,3,'2011-11-30','2013-11-29',88,'2014-04-30',1,NULL),(16,6,1,'2014-04-25','2015-04-24',93,'2014-04-30',2,NULL),(17,5,3,'2012-03-29','2014-03-28',95,'2014-04-30',1,NULL),(18,2,1,'2014-04-29','2015-04-28',102,'2014-04-30',2,NULL),(19,7,1,'2014-04-24','2016-04-23',107,'2014-04-30',1,NULL),(20,23,1,'2014-04-08','2016-04-07',124,'2014-04-30',1,NULL),(21,25,3,'2011-10-21','2013-10-20',126,'2014-04-30',1,NULL),(22,4,1,'2014-04-27','2015-04-26',131,'2014-04-30',2,NULL),(23,12,1,'2014-04-19','2015-04-18',173,'2014-04-30',2,NULL),(24,14,1,'2014-04-17','2015-04-16',177,'2014-04-30',2,NULL),(25,28,1,'2014-04-03','2015-04-02',181,'2014-04-30',2,NULL),(26,9,1,'2014-04-22','2016-04-21',187,'2014-04-30',1,NULL),(27,29,1,'2014-04-02','2016-04-01',188,'2014-04-30',1,NULL),(28,17,1,'2014-04-14','2016-04-13',189,'2014-04-30',1,NULL),(29,18,1,'2014-04-13','2015-04-12',190,'2014-04-30',2,NULL),(30,3,1,'2014-04-28','2016-04-27',193,'2014-04-30',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/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),(2,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),(3,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),(4,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),(5,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),(6,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),(7,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),(8,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),(9,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),(10,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),(11,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),(12,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),(13,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),(14,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),(15,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),(16,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),(17,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),(18,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),(19,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),(20,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),(21,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),(22,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),(23,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),(24,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),(25,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),(26,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),(27,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),(28,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),(29,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),(30,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),(31,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),(32,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),(33,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),(34,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),(35,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),(36,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),(37,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),(38,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),(39,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),(40,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),(41,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),(42,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),(43,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),(44,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),(45,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),(46,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),(47,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),(48,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),(49,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),(50,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),(51,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),(52,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),(53,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),(54,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),(55,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),(56,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),(57,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),(58,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),(59,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),(60,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),(61,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),(62,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),(63,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),(64,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),(65,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),(66,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),(67,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),(68,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),(69,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),(70,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),(71,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),(72,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),(73,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),(74,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),(75,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),(76,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),(77,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),(78,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),(79,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),(80,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),(81,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),(82,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),(83,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),(84,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),(85,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),(86,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),(87,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),(88,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),(89,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),(90,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),(91,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),(92,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),(93,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),(94,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),(95,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),(96,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),(97,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),(98,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),(99,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),(100,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),(101,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),(102,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),(103,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),(104,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),(105,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),(106,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),(107,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),(108,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),(109,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),(110,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),(111,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),(112,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),(113,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),(114,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),(115,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),(116,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),(117,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),(118,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),(119,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),(120,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),(121,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),(122,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),(123,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),(124,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),(125,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),(126,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),(127,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),(128,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),(129,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),(130,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),(131,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),(132,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),(133,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),(134,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),(135,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),(136,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),(137,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),(138,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),(139,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),(140,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),(141,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),(142,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),(143,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),(144,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),(145,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),(146,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),(147,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),(148,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),(149,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),(150,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),(151,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),(152,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),(153,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),(154,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),(155,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),(156,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),(157,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),(158,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),(159,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),(160,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),(161,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),(162,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),(163,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),(164,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),(165,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),(166,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),(167,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),(168,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),(169,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),(170,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),(171,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),(172,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),(173,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),(174,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),(175,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),(176,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),(177,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),(178,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),(179,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),(180,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),(181,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),(182,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),(183,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),(184,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),(185,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),(186,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),(187,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),(188,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),(189,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),(190,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),(191,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),(192,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),(193,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),(194,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),(195,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),(196,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),(197,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),(198,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),(199,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),(200,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),(201,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),(202,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),(203,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),(204,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),(205,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),(206,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),(207,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),(208,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),(209,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),(210,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),(211,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),(212,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),(213,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),(214,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),(215,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),(216,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),(217,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),(218,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),(219,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),(220,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),(221,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),(222,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),(223,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),(224,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),(225,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),(226,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),(227,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),(228,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),(229,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),(230,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),(231,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),(232,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),(233,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),(234,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),(235,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),(236,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),(237,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),(238,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),(239,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),(240,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),(241,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),(242,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),(243,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),(244,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),(245,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),(246,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),(247,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),(248,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),(249,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),(250,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),(251,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),(252,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),(253,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),(254,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),(255,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),(256,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),(257,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),(258,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),(259,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),(260,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),(261,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),(262,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),(263,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),(264,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),(265,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),(266,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),(267,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),(268,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),(269,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),(270,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),(271,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),(272,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),(273,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),(274,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),(275,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),(276,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),(277,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),(278,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),(279,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),(280,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),(281,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),(282,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),(283,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),(284,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),(285,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),(286,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),(287,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),(288,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),(289,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),(290,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),(291,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),(292,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),(293,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),(294,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),(295,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),(296,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),(297,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),(298,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),(299,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),(300,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),(301,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),(302,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),(303,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),(304,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),(305,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),(306,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),(307,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),(308,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),(309,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),(310,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),(311,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),(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: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: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: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; @@ -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',27,'Get the registration done for NGO status',1,'2014-04-27',NULL,'0'),(2,'civicrm_contact',145,'Organize the Terry Fox run',1,'2013-09-07',NULL,'0'),(3,'civicrm_contact',183,'Get the registration done for NGO status',1,'2014-03-13',NULL,'0'),(4,'civicrm_contact',149,'Arrange collection of funds from members',1,'2013-07-14',NULL,'0'),(5,'civicrm_contact',189,'Get the registration done for NGO status',1,'2013-08-02',NULL,'0'),(6,'civicrm_contact',106,'Contact the Commisioner of Charities',1,'2013-12-19',NULL,'0'),(7,'civicrm_contact',142,'Invite members for the Steve Prefontaine 10k dream run',1,'2014-02-08',NULL,'0'),(8,'civicrm_contact',73,'Arrange for cricket match with Sunil Gavaskar',1,'2013-07-15',NULL,'0'),(9,'civicrm_contact',113,'Arrange for cricket match with Sunil Gavaskar',1,'2014-03-13',NULL,'0'),(10,'civicrm_contact',189,'Contact the Commisioner of Charities',1,'2014-03-15',NULL,'0'),(11,'civicrm_contact',191,'Organize the Terry Fox run',1,'2014-01-17',NULL,'0'),(12,'civicrm_contact',123,'Connect for presentation',1,'2014-01-29',NULL,'0'),(13,'civicrm_contact',63,'Send reminder for annual dinner',1,'2013-05-03',NULL,'0'),(14,'civicrm_contact',68,'Invite members for the Steve Prefontaine 10k dream run',1,'2013-10-29',NULL,'0'),(15,'civicrm_contact',182,'Contact the Commisioner of Charities',1,'2014-02-12',NULL,'0'),(16,'civicrm_contact',99,'Connect for presentation',1,'2013-07-05',NULL,'0'),(17,'civicrm_contact',18,'Get the registration done for NGO status',1,'2013-05-07',NULL,'0'),(18,'civicrm_contact',104,'Connect for presentation',1,'2014-02-06',NULL,'0'),(19,'civicrm_contact',136,'Arrange for cricket match with Sunil Gavaskar',1,'2013-12-21',NULL,'0'),(20,'civicrm_contact',127,'Contact the Commisioner of Charities',1,'2013-06-09',NULL,'0'); +INSERT INTO `civicrm_note` (`id`, `entity_table`, `entity_id`, `note`, `contact_id`, `modified_date`, `subject`, `privacy`) VALUES (1,'civicrm_contact',43,'Contact the Commisioner of Charities',1,'2013-06-14',NULL,'0'),(2,'civicrm_contact',199,'Send reminder for annual dinner',1,'2013-10-05',NULL,'0'),(3,'civicrm_contact',167,'Get the registration done for NGO status',1,'2013-07-01',NULL,'0'),(4,'civicrm_contact',139,'Reminder screening of \"Black\" on next Friday',1,'2013-07-14',NULL,'0'),(5,'civicrm_contact',5,'Connect for presentation',1,'2013-12-14',NULL,'0'),(6,'civicrm_contact',14,'Connect for presentation',1,'2014-01-08',NULL,'0'),(7,'civicrm_contact',17,'Invite members for the Steve Prefontaine 10k dream run',1,'2013-05-06',NULL,'0'),(8,'civicrm_contact',155,'Arrange for cricket match with Sunil Gavaskar',1,'2013-07-11',NULL,'0'),(9,'civicrm_contact',4,'Arrange for cricket match with Sunil Gavaskar',1,'2013-09-23',NULL,'0'),(10,'civicrm_contact',96,'Send newsletter for April 2005',1,'2013-07-24',NULL,'0'),(11,'civicrm_contact',117,'Invite members for the Steve Prefontaine 10k dream run',1,'2013-07-29',NULL,'0'),(12,'civicrm_contact',35,'Chart out route map for next 10k run',1,'2014-02-12',NULL,'0'),(13,'civicrm_contact',60,'Arrange collection of funds from members',1,'2013-12-17',NULL,'0'),(14,'civicrm_contact',129,'Connect for presentation',1,'2013-08-29',NULL,'0'),(15,'civicrm_contact',19,'Arrange collection of funds from members',1,'2013-11-19',NULL,'0'),(16,'civicrm_contact',60,'Get the registration done for NGO status',1,'2014-04-01',NULL,'0'),(17,'civicrm_contact',15,'Send reminder for annual dinner',1,'2014-03-31',NULL,'0'),(18,'civicrm_contact',92,'Arrange collection of funds from members',1,'2013-08-08',NULL,'0'),(19,'civicrm_contact',25,'Reminder screening of \"Black\" on next Friday',1,'2013-05-08',NULL,'0'),(20,'civicrm_contact',84,'Chart out route map for next 10k run',1,'2013-07-02',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,106,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(2,81,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(3,118,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,185,1,4,'4','2008-10-21 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(5,52,2,1,'1','2008-01-10 00:00:00','Check','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(6,72,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,55,1,3,'3','2009-07-21 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(8,85,2,4,'4','2009-03-07 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(9,184,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,181,1,2,'2','2008-02-01 00:00:00','Check','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(11,33,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(12,69,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,161,1,1,'2','2008-06-04 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(14,190,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(15,177,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,42,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(17,194,2,2,'3','2008-01-10 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(18,152,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,57,1,2,'1','2008-10-21 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(20,39,2,4,'1','2009-01-10 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(21,117,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,149,1,2,'3','2009-10-21 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(23,20,2,4,'1','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(24,5,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,150,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,146,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(27,134,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(28,165,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,50,1,4,'4','2009-12-13 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(30,105,2,1,'1','2009-12-14 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(31,96,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,180,1,3,'3','2009-07-21 00:00:00','Check','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(33,147,2,4,'4','2009-03-07 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(34,133,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,186,1,2,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(36,67,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(37,8,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,88,1,1,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(39,129,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(40,63,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,130,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(42,22,2,2,'3','2009-12-15 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(43,111,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,109,1,2,'1','2009-12-13 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(45,103,2,4,'1','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(46,64,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,87,1,2,'3','2009-10-21 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(48,104,2,4,'1','2009-12-10 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(49,178,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,164,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,112,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(2,185,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(3,83,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,53,1,4,'4','2008-10-21 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(5,152,2,1,'1','2008-01-10 00:00:00','Check','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(6,89,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,43,1,3,'3','2009-07-21 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(8,103,2,4,'4','2009-03-07 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(9,3,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,93,1,2,'2','2008-02-01 00:00:00','Check','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(11,109,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(12,81,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,7,1,1,'2','2008-06-04 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(14,62,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(15,171,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,61,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(17,68,2,2,'3','2008-01-10 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(18,77,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,84,1,2,'1','2008-10-21 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(20,6,2,4,'1','2009-01-10 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(21,115,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,71,1,2,'3','2009-10-21 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(23,149,2,4,'1','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(24,21,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,153,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,156,1,1,'1','2009-01-21 00:00:00','Check','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(27,31,2,2,'2','2008-05-07 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(28,97,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,45,1,4,'4','2009-12-13 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(30,50,2,1,'1','2009-12-14 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(31,11,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,123,1,3,'3','2009-07-21 00:00:00','Check','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(33,188,2,4,'4','2009-03-07 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(34,141,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,184,1,2,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(36,64,2,3,'3','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(37,63,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,135,1,1,'2','2009-12-13 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(39,175,2,2,'3','2008-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(40,57,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,30,1,4,'2','2009-01-21 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(42,60,2,2,'3','2009-12-15 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(43,130,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,132,1,2,'1','2009-12-13 00:00:00','Direct Transfer','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(45,168,2,4,'1','2009-01-10 00:00:00','Direct Transfer','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(46,150,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,199,1,2,'3','2009-10-21 00:00:00','Credit Card','Single',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(48,8,2,4,'1','2009-12-10 00:00:00','Credit Card','Soprano',0,0,'50.00',NULL,NULL,'USD',NULL,NULL,NULL,NULL),(49,151,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,114,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,24,45),(2,37,46),(3,23,47),(4,42,48),(5,11,49),(6,20,50),(7,16,51),(8,29,52),(9,5,53),(10,7,54),(11,19,55),(12,40,56),(13,46,57),(14,36,58),(15,12,59),(16,6,60),(17,2,61),(18,8,62),(19,47,63),(20,38,64),(21,31,65),(22,45,66),(23,48,67),(24,30,68),(25,1,69),(26,44,70),(27,43,71),(28,21,72),(29,3,73),(30,39,74),(31,41,75),(32,34,76),(33,27,77),(34,26,78),(35,33,79),(36,22,80),(37,25,81),(38,18,82),(39,13,83),(40,50,84),(41,28,85),(42,15,86),(43,49,87),(44,32,88),(45,10,89),(46,9,90),(47,4,91),(48,35,92),(49,14,93),(50,17,94); +INSERT INTO `civicrm_participant_payment` (`id`, `participant_id`, `contribution_id`) VALUES (1,9,45),(2,20,46),(3,13,47),(4,48,48),(5,31,49),(6,24,50),(7,41,51),(8,27,52),(9,7,53),(10,29,54),(11,30,55),(12,4,56),(13,40,57),(14,42,58),(15,16,59),(16,14,60),(17,37,61),(18,36,62),(19,17,63),(20,22,64),(21,18,65),(22,12,66),(23,3,67),(24,19,68),(25,6,69),(26,10,70),(27,28,71),(28,8,72),(29,11,73),(30,1,74),(31,50,75),(32,21,76),(33,32,77),(34,43,78),(35,44,79),(36,38,80),(37,34,81),(38,23,82),(39,46,83),(40,49,84),(41,5,85),(42,25,86),(43,26,87),(44,45,88),(45,15,89),(46,39,90),(47,35,91),(48,2,92),(49,33,93),(50,47,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,98,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,67,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,31,1,1,0,NULL,'(352) 587-6303',NULL,'3525876303',2),(2,31,1,0,0,NULL,'802-6868',NULL,'8026868',2),(3,98,1,1,0,NULL,'(341) 683-1806',NULL,'3416831806',1),(4,98,1,0,0,NULL,'219-1429',NULL,'2191429',2),(5,180,1,1,0,NULL,'504-9181',NULL,'5049181',2),(6,180,1,0,0,NULL,'557-1713',NULL,'5571713',2),(7,126,1,1,0,NULL,'289-1021',NULL,'2891021',2),(8,50,1,1,0,NULL,'879-8773',NULL,'8798773',2),(9,50,1,0,0,NULL,'569-9459',NULL,'5699459',2),(10,60,1,1,0,NULL,'842-2994',NULL,'8422994',2),(11,58,1,1,0,NULL,'(300) 724-7295',NULL,'3007247295',2),(12,58,1,0,0,NULL,'(891) 751-7894',NULL,'8917517894',1),(13,187,1,1,0,NULL,'(495) 404-4041',NULL,'4954044041',1),(14,187,1,0,0,NULL,'890-9198',NULL,'8909198',2),(15,101,1,1,0,NULL,'(264) 234-1607',NULL,'2642341607',1),(16,101,1,0,0,NULL,'(561) 839-3077',NULL,'5618393077',2),(17,88,1,1,0,NULL,'(449) 669-8832',NULL,'4496698832',2),(18,88,1,0,0,NULL,'834-4828',NULL,'8344828',2),(19,119,1,1,0,NULL,'604-6080',NULL,'6046080',1),(20,25,1,1,0,NULL,'579-2920',NULL,'5792920',2),(21,28,1,1,0,NULL,'581-9734',NULL,'5819734',1),(22,28,1,0,0,NULL,'(827) 317-2581',NULL,'8273172581',2),(23,27,1,1,0,NULL,'745-6063',NULL,'7456063',1),(24,34,1,1,0,NULL,'(669) 496-1394',NULL,'6694961394',2),(25,34,1,0,0,NULL,'761-7731',NULL,'7617731',2),(26,43,1,1,0,NULL,'(672) 477-6921',NULL,'6724776921',1),(27,103,1,1,0,NULL,'410-4922',NULL,'4104922',1),(28,103,1,0,0,NULL,'783-7610',NULL,'7837610',1),(29,5,1,1,0,NULL,'535-9233',NULL,'5359233',1),(30,5,1,0,0,NULL,'345-1947',NULL,'3451947',2),(31,93,1,1,0,NULL,'848-3260',NULL,'8483260',2),(32,93,1,0,0,NULL,'752-9764',NULL,'7529764',1),(33,162,1,1,0,NULL,'(662) 295-8580',NULL,'6622958580',1),(34,162,1,0,0,NULL,'667-7895',NULL,'6677895',1),(35,29,1,1,0,NULL,'(734) 626-8314',NULL,'7346268314',2),(36,48,1,1,0,NULL,'826-6191',NULL,'8266191',2),(37,48,1,0,0,NULL,'285-9239',NULL,'2859239',2),(38,182,1,1,0,NULL,'(827) 373-3976',NULL,'8273733976',2),(39,182,1,0,0,NULL,'254-9813',NULL,'2549813',1),(40,63,1,1,0,NULL,'471-3117',NULL,'4713117',2),(41,148,1,1,0,NULL,'(640) 205-3174',NULL,'6402053174',2),(42,148,1,0,0,NULL,'(482) 890-3848',NULL,'4828903848',2),(43,132,1,1,0,NULL,'383-4717',NULL,'3834717',2),(44,132,1,0,0,NULL,'606-5333',NULL,'6065333',2),(45,76,1,1,0,NULL,'645-1200',NULL,'6451200',2),(46,76,1,0,0,NULL,'(859) 756-7975',NULL,'8597567975',2),(47,37,1,1,0,NULL,'791-2798',NULL,'7912798',1),(48,128,1,1,0,NULL,'(843) 832-8509',NULL,'8438328509',1),(49,157,1,1,0,NULL,'655-4000',NULL,'6554000',1),(50,157,1,0,0,NULL,'(589) 728-7075',NULL,'5897287075',1),(51,124,1,1,0,NULL,'(410) 492-6569',NULL,'4104926569',2),(52,115,1,1,0,NULL,'855-4995',NULL,'8554995',1),(53,115,1,0,0,NULL,'(657) 534-8397',NULL,'6575348397',1),(54,201,1,1,0,NULL,'513-9265',NULL,'5139265',2),(55,154,1,1,0,NULL,'877-5219',NULL,'8775219',1),(56,91,1,1,0,NULL,'415-5664',NULL,'4155664',1),(57,91,1,0,0,NULL,'(512) 671-5831',NULL,'5126715831',1),(58,200,1,1,0,NULL,'(824) 232-2803',NULL,'8242322803',2),(59,200,1,0,0,NULL,'310-4189',NULL,'3104189',1),(60,85,1,1,0,NULL,'499-2613',NULL,'4992613',2),(61,85,1,0,0,NULL,'(318) 392-9748',NULL,'3183929748',2),(62,20,1,1,0,NULL,'(547) 601-8585',NULL,'5476018585',1),(63,20,1,0,0,NULL,'(561) 461-1827',NULL,'5614611827',2),(64,141,1,1,0,NULL,'211-8713',NULL,'2118713',2),(65,116,1,1,0,NULL,'466-2236',NULL,'4662236',1),(66,116,1,0,0,NULL,'(790) 244-5816',NULL,'7902445816',2),(67,109,1,1,0,NULL,'(309) 339-8072',NULL,'3093398072',1),(68,192,1,1,0,NULL,'(502) 235-5559',NULL,'5022355559',1),(69,178,1,1,0,NULL,'(522) 523-5554',NULL,'5225235554',1),(70,178,1,0,0,NULL,'637-1647',NULL,'6371647',1),(71,17,1,1,0,NULL,'222-6347',NULL,'2226347',2),(72,55,1,1,0,NULL,'584-2322',NULL,'5842322',1),(73,156,1,1,0,NULL,'(800) 468-8378',NULL,'8004688378',1),(74,156,1,0,0,NULL,'547-4011',NULL,'5474011',2),(75,159,1,1,0,NULL,'600-6585',NULL,'6006585',2),(76,159,1,0,0,NULL,'595-8175',NULL,'5958175',2),(77,184,1,1,0,NULL,'(646) 528-8242',NULL,'6465288242',2),(78,136,1,1,0,NULL,'(524) 310-5388',NULL,'5243105388',2),(79,39,1,1,0,NULL,'674-7525',NULL,'6747525',1),(80,39,1,0,0,NULL,'(873) 580-2611',NULL,'8735802611',1),(81,131,1,1,0,NULL,'203-6366',NULL,'2036366',2),(82,171,1,1,0,NULL,'413-3111',NULL,'4133111',2),(83,171,1,0,0,NULL,'892-4593',NULL,'8924593',2),(84,177,1,1,0,NULL,'(813) 607-7177',NULL,'8136077177',2),(85,177,1,0,0,NULL,'534-9144',NULL,'5349144',1),(86,49,1,1,0,NULL,'(480) 820-3008',NULL,'4808203008',1),(87,66,1,1,0,NULL,'825-3391',NULL,'8253391',1),(88,66,1,0,0,NULL,'452-8422',NULL,'4528422',1),(89,79,1,1,0,NULL,'418-4512',NULL,'4184512',1),(90,79,1,0,0,NULL,'(646) 672-9963',NULL,'6466729963',1),(91,13,1,1,0,NULL,'(489) 516-7068',NULL,'4895167068',2),(92,13,1,0,0,NULL,'276-6691',NULL,'2766691',2),(93,62,1,1,0,NULL,'(782) 294-4356',NULL,'7822944356',1),(94,179,1,1,0,NULL,'803-9782',NULL,'8039782',2),(95,179,1,0,0,NULL,'(491) 470-2307',NULL,'4914702307',2),(96,72,1,1,0,NULL,'(508) 802-4511',NULL,'5088024511',2),(97,72,1,0,0,NULL,'895-1291',NULL,'8951291',2),(98,42,1,1,0,NULL,'611-3086',NULL,'6113086',1),(99,97,1,1,0,NULL,'(211) 427-8492',NULL,'2114278492',2),(100,97,1,0,0,NULL,'(636) 300-5892',NULL,'6363005892',1),(101,199,1,1,0,NULL,'806-8890',NULL,'8068890',2),(102,145,1,1,0,NULL,'(718) 388-8752',NULL,'7183888752',1),(103,166,1,1,0,NULL,'(597) 658-5778',NULL,'5976585778',2),(104,166,1,0,0,NULL,'454-6984',NULL,'4546984',2),(105,175,1,1,0,NULL,'(532) 718-5769',NULL,'5327185769',1),(106,175,1,0,0,NULL,'498-4542',NULL,'4984542',1),(107,44,1,1,0,NULL,'325-3917',NULL,'3253917',1),(108,144,1,1,0,NULL,'(377) 368-9640',NULL,'3773689640',1),(109,144,1,0,0,NULL,'803-8292',NULL,'8038292',1),(110,95,1,1,0,NULL,'549-4565',NULL,'5494565',2),(111,95,1,0,0,NULL,'(796) 344-9450',NULL,'7963449450',1),(112,99,1,1,0,NULL,'623-9878',NULL,'6239878',1),(113,99,1,0,0,NULL,'(589) 382-9618',NULL,'5893829618',2),(114,9,1,1,0,NULL,'(588) 456-4282',NULL,'5884564282',2),(115,137,1,1,0,NULL,'537-7240',NULL,'5377240',2),(116,73,1,1,0,NULL,'(252) 208-8861',NULL,'2522088861',2),(117,185,1,1,0,NULL,'487-6458',NULL,'4876458',1),(118,185,1,0,0,NULL,'823-5788',NULL,'8235788',2),(119,193,1,1,0,NULL,'(552) 676-9731',NULL,'5526769731',2),(120,61,1,1,0,NULL,'501-4481',NULL,'5014481',2),(121,78,1,1,0,NULL,'(882) 685-3478',NULL,'8826853478',2),(122,59,1,1,0,NULL,'(747) 320-3694',NULL,'7473203694',1),(123,59,1,0,0,NULL,'269-2189',NULL,'2692189',2),(124,53,1,1,0,NULL,'330-6219',NULL,'3306219',1),(125,53,1,0,0,NULL,'(516) 265-4794',NULL,'5162654794',1),(126,4,1,1,0,NULL,'(630) 372-3052',NULL,'6303723052',2),(127,4,1,0,0,NULL,'(354) 721-5952',NULL,'3547215952',1),(128,94,1,1,0,NULL,'(347) 447-2747',NULL,'3474472747',2),(129,94,1,0,0,NULL,'(727) 782-7358',NULL,'7277827358',2),(130,170,1,1,0,NULL,'348-5845',NULL,'3485845',2),(131,170,1,0,0,NULL,'350-3985',NULL,'3503985',1),(132,120,1,1,0,NULL,'208-6090',NULL,'2086090',1),(133,120,1,0,0,NULL,'627-8862',NULL,'6278862',1),(134,40,1,1,0,NULL,'(851) 229-1407',NULL,'8512291407',1),(135,107,1,1,0,NULL,'687-8479',NULL,'6878479',2),(136,21,1,1,0,NULL,'(375) 338-6912',NULL,'3753386912',1),(137,21,1,0,0,NULL,'291-1879',NULL,'2911879',2),(138,19,1,1,0,NULL,'344-8062',NULL,'3448062',1),(139,19,1,0,0,NULL,'558-4695',NULL,'5584695',1),(140,81,1,1,0,NULL,'(243) 248-4938',NULL,'2432484938',2),(141,123,1,1,0,NULL,'462-2023',NULL,'4622023',1),(142,38,1,1,0,NULL,'(417) 612-9734',NULL,'4176129734',2),(143,38,1,0,0,NULL,'317-6836',NULL,'3176836',2),(144,138,1,1,0,NULL,'486-9499',NULL,'4869499',2),(145,138,1,0,0,NULL,'260-3647',NULL,'2603647',2),(146,111,1,1,0,NULL,'634-6864',NULL,'6346864',2),(147,100,1,1,0,NULL,'678-5872',NULL,'6785872',1),(148,135,1,1,0,NULL,'784-3240',NULL,'7843240',2),(149,135,1,0,0,NULL,'670-1461',NULL,'6701461',1),(150,102,1,1,0,NULL,'801-5058',NULL,'8015058',2),(151,102,1,0,0,NULL,'(351) 744-4463',NULL,'3517444463',2),(152,196,1,1,0,NULL,'(292) 277-6587',NULL,'2922776587',1),(153,70,1,1,0,NULL,'889-2057',NULL,'8892057',2),(154,45,1,1,0,NULL,'(750) 698-7968',NULL,'7506987968',2),(155,108,1,1,0,NULL,'582-1875',NULL,'5821875',1),(156,108,1,0,0,NULL,'(207) 354-9424',NULL,'2073549424',1),(157,26,1,1,0,NULL,'(526) 422-4010',NULL,'5264224010',2),(158,67,1,1,0,NULL,'(335) 471-2171',NULL,'3354712171',1),(159,67,1,0,0,NULL,'500-2006',NULL,'5002006',2),(160,129,1,1,0,NULL,'312-6299',NULL,'3126299',2),(161,129,1,0,0,NULL,'(647) 538-8931',NULL,'6475388931',1),(162,92,1,1,0,NULL,'612-5195',NULL,'6125195',2),(163,92,1,0,0,NULL,'(872) 351-7917',NULL,'8723517917',2),(164,2,1,1,0,NULL,'667-1032',NULL,'6671032',1),(165,2,1,0,0,NULL,'(716) 803-8347',NULL,'7168038347',1),(166,NULL,1,0,0,NULL,'204 222-1000',NULL,'2042221000',1),(167,NULL,1,0,0,NULL,'204 223-1000',NULL,'2042231000',1),(168,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,50,1,1,0,NULL,'838-7578',NULL,'8387578',2),(2,50,1,0,0,NULL,'732-4128',NULL,'7324128',1),(3,3,1,1,0,NULL,'448-7580',NULL,'4487580',1),(4,3,1,0,0,NULL,'(700) 228-3673',NULL,'7002283673',1),(5,96,1,1,0,NULL,'(210) 774-1423',NULL,'2107741423',1),(6,67,1,1,0,NULL,'(352) 717-4009',NULL,'3527174009',1),(7,149,1,1,0,NULL,'(701) 817-2255',NULL,'7018172255',1),(8,149,1,0,0,NULL,'644-8005',NULL,'6448005',1),(9,151,1,1,0,NULL,'(491) 740-1172',NULL,'4917401172',1),(10,93,1,1,0,NULL,'(339) 813-2155',NULL,'3398132155',2),(11,100,1,1,0,NULL,'(520) 891-9268',NULL,'5208919268',1),(12,100,1,0,0,NULL,'(210) 349-3590',NULL,'2103493590',1),(13,106,1,1,0,NULL,'(409) 549-5132',NULL,'4095495132',1),(14,106,1,0,0,NULL,'852-5363',NULL,'8525363',2),(15,72,1,1,0,NULL,'(717) 509-2371',NULL,'7175092371',2),(16,72,1,0,0,NULL,'801-6694',NULL,'8016694',1),(17,138,1,1,0,NULL,'326-3633',NULL,'3263633',1),(18,138,1,0,0,NULL,'874-5111',NULL,'8745111',2),(19,118,1,1,0,NULL,'634-8365',NULL,'6348365',2),(20,19,1,1,0,NULL,'(320) 248-2008',NULL,'3202482008',2),(21,19,1,0,0,NULL,'(573) 894-1328',NULL,'5738941328',1),(22,160,1,1,0,NULL,'602-2213',NULL,'6022213',1),(23,160,1,0,0,NULL,'344-4032',NULL,'3444032',2),(24,130,1,1,0,NULL,'(486) 395-8719',NULL,'4863958719',1),(25,130,1,0,0,NULL,'299-1633',NULL,'2991633',2),(26,113,1,1,0,NULL,'596-8164',NULL,'5968164',2),(27,180,1,1,0,NULL,'340-5566',NULL,'3405566',2),(28,180,1,0,0,NULL,'(653) 693-9388',NULL,'6536939388',1),(29,114,1,1,0,NULL,'543-6134',NULL,'5436134',2),(30,111,1,1,0,NULL,'727-1108',NULL,'7271108',1),(31,111,1,0,0,NULL,'361-1072',NULL,'3611072',1),(32,44,1,1,0,NULL,'276-8881',NULL,'2768881',2),(33,56,1,1,0,NULL,'(775) 405-9267',NULL,'7754059267',1),(34,56,1,0,0,NULL,'332-7557',NULL,'3327557',2),(35,11,1,1,0,NULL,'(610) 733-3421',NULL,'6107333421',1),(36,11,1,0,0,NULL,'(844) 816-4219',NULL,'8448164219',2),(37,45,1,1,0,NULL,'330-9545',NULL,'3309545',2),(38,45,1,0,0,NULL,'(586) 438-1420',NULL,'5864381420',1),(39,102,1,1,0,NULL,'(691) 330-7163',NULL,'6913307163',2),(40,147,1,1,0,NULL,'(202) 811-6095',NULL,'2028116095',1),(41,197,1,1,0,NULL,'(609) 612-3498',NULL,'6096123498',2),(42,199,1,1,0,NULL,'(357) 857-2785',NULL,'3578572785',1),(43,199,1,0,0,NULL,'(555) 473-1014',NULL,'5554731014',1),(44,65,1,1,0,NULL,'578-4236',NULL,'5784236',1),(45,53,1,1,0,NULL,'671-4257',NULL,'6714257',1),(46,16,1,1,0,NULL,'(714) 567-7536',NULL,'7145677536',1),(47,175,1,1,0,NULL,'622-7932',NULL,'6227932',2),(48,68,1,1,0,NULL,'(367) 871-2582',NULL,'3678712582',2),(49,47,1,1,0,NULL,'898-2099',NULL,'8982099',1),(50,47,1,0,0,NULL,'(366) 454-6176',NULL,'3664546176',2),(51,24,1,1,0,NULL,'320-5648',NULL,'3205648',2),(52,42,1,1,0,NULL,'(817) 891-4710',NULL,'8178914710',1),(53,173,1,1,0,NULL,'(861) 394-3632',NULL,'8613943632',1),(54,173,1,0,0,NULL,'(731) 214-4858',NULL,'7312144858',2),(55,95,1,1,0,NULL,'755-4606',NULL,'7554606',1),(56,82,1,1,0,NULL,'(470) 593-2235',NULL,'4705932235',1),(57,82,1,0,0,NULL,'447-7085',NULL,'4477085',2),(58,182,1,1,0,NULL,'(405) 436-2370',NULL,'4054362370',2),(59,182,1,0,0,NULL,'(685) 655-8140',NULL,'6856558140',2),(60,193,1,1,0,NULL,'(609) 205-1630',NULL,'6092051630',1),(61,193,1,0,0,NULL,'(777) 787-2930',NULL,'7777872930',1),(62,135,1,1,0,NULL,'256-7137',NULL,'2567137',1),(63,192,1,1,0,NULL,'(724) 412-8702',NULL,'7244128702',2),(64,158,1,1,0,NULL,'(873) 538-9821',NULL,'8735389821',1),(65,49,1,1,0,NULL,'224-9459',NULL,'2249459',2),(66,119,1,1,0,NULL,'(738) 847-7592',NULL,'7388477592',1),(67,137,1,1,0,NULL,'(315) 414-2924',NULL,'3154142924',1),(68,137,1,0,0,NULL,'(740) 841-7580',NULL,'7408417580',1),(69,187,1,1,0,NULL,'474-2266',NULL,'4742266',2),(70,168,1,1,0,NULL,'(455) 852-3428',NULL,'4558523428',2),(71,168,1,0,0,NULL,'(710) 598-4745',NULL,'7105984745',1),(72,116,1,1,0,NULL,'570-4902',NULL,'5704902',1),(73,116,1,0,0,NULL,'(439) 787-9247',NULL,'4397879247',1),(74,77,1,1,0,NULL,'(286) 819-1625',NULL,'2868191625',2),(75,99,1,1,0,NULL,'(587) 241-2346',NULL,'5872412346',1),(76,99,1,0,0,NULL,'350-3734',NULL,'3503734',1),(77,146,1,1,0,NULL,'(794) 806-9353',NULL,'7948069353',2),(78,146,1,0,0,NULL,'850-5909',NULL,'8505909',2),(79,131,1,1,0,NULL,'896-3226',NULL,'8963226',1),(80,129,1,1,0,NULL,'(840) 373-6151',NULL,'8403736151',2),(81,129,1,0,0,NULL,'570-2460',NULL,'5702460',2),(82,73,1,1,0,NULL,'542-9837',NULL,'5429837',2),(83,73,1,0,0,NULL,'480-7849',NULL,'4807849',2),(84,62,1,1,0,NULL,'(224) 377-9354',NULL,'2243779354',1),(85,120,1,1,0,NULL,'379-3991',NULL,'3793991',2),(86,103,1,1,0,NULL,'(606) 483-3430',NULL,'6064833430',2),(87,57,1,1,0,NULL,'(255) 502-7514',NULL,'2555027514',2),(88,43,1,1,0,NULL,'(539) 786-8311',NULL,'5397868311',2),(89,8,1,1,0,NULL,'803-1691',NULL,'8031691',2),(90,8,1,0,0,NULL,'886-1350',NULL,'8861350',1),(91,170,1,1,0,NULL,'274-7985',NULL,'2747985',1),(92,170,1,0,0,NULL,'783-3055',NULL,'7833055',2),(93,30,1,1,0,NULL,'327-8866',NULL,'3278866',1),(94,39,1,1,0,NULL,'484-9932',NULL,'4849932',1),(95,154,1,1,0,NULL,'236-1618',NULL,'2361618',1),(96,177,1,1,0,NULL,'(663) 703-8463',NULL,'6637038463',1),(97,177,1,0,0,NULL,'(350) 873-9305',NULL,'3508739305',2),(98,155,1,1,0,NULL,'(439) 514-4542',NULL,'4395144542',1),(99,155,1,0,0,NULL,'(595) 840-7549',NULL,'5958407549',2),(100,201,1,1,0,NULL,'597-4435',NULL,'5974435',2),(101,201,1,0,0,NULL,'(875) 847-8882',NULL,'8758478882',1),(102,6,1,1,0,NULL,'(340) 384-2626',NULL,'3403842626',2),(103,35,1,1,0,NULL,'(535) 590-1319',NULL,'5355901319',2),(104,35,1,0,0,NULL,'(771) 336-7734',NULL,'7713367734',2),(105,101,1,1,0,NULL,'(862) 258-3855',NULL,'8622583855',2),(106,101,1,0,0,NULL,'207-1010',NULL,'2071010',2),(107,64,1,1,0,NULL,'(286) 665-6720',NULL,'2866656720',1),(108,64,1,0,0,NULL,'(370) 273-4816',NULL,'3702734816',1),(109,88,1,1,0,NULL,'401-7676',NULL,'4017676',1),(110,88,1,0,0,NULL,'653-7529',NULL,'6537529',1),(111,117,1,1,0,NULL,'309-3879',NULL,'3093879',1),(112,150,1,1,0,NULL,'891-7761',NULL,'8917761',2),(113,150,1,0,0,NULL,'(853) 576-6208',NULL,'8535766208',2),(114,143,1,1,0,NULL,'227-5561',NULL,'2275561',2),(115,143,1,0,0,NULL,'(518) 563-2394',NULL,'5185632394',2),(116,98,1,1,0,NULL,'546-3463',NULL,'5463463',2),(117,98,1,0,0,NULL,'(547) 767-9714',NULL,'5477679714',2),(118,10,1,1,0,NULL,'887-7076',NULL,'8877076',1),(119,87,1,1,0,NULL,'(227) 605-8159',NULL,'2276058159',1),(120,157,1,1,0,NULL,'(225) 483-3408',NULL,'2254833408',1),(121,157,1,0,0,NULL,'(557) 865-6084',NULL,'5578656084',2),(122,84,1,1,0,NULL,'457-8745',NULL,'4578745',2),(123,84,1,0,0,NULL,'565-8458',NULL,'5658458',2),(124,165,1,1,0,NULL,'692-6998',NULL,'6926998',2),(125,165,1,0,0,NULL,'(428) 863-5001',NULL,'4288635001',2),(126,198,1,1,0,NULL,'386-5656',NULL,'3865656',2),(127,108,1,1,0,NULL,'726-6817',NULL,'7266817',2),(128,108,1,0,0,NULL,'539-8024',NULL,'5398024',1),(129,58,1,1,0,NULL,'(702) 568-6312',NULL,'7025686312',1),(130,58,1,0,0,NULL,'609-3712',NULL,'6093712',2),(131,60,1,1,0,NULL,'(899) 407-2000',NULL,'8994072000',2),(132,61,1,1,0,NULL,'580-8296',NULL,'5808296',2),(133,66,1,1,0,NULL,'(678) 652-7445',NULL,'6786527445',1),(134,66,1,0,0,NULL,'(431) 775-9700',NULL,'4317759700',2),(135,97,1,1,0,NULL,'(478) 536-1784',NULL,'4785361784',2),(136,97,1,0,0,NULL,'479-5731',NULL,'4795731',2),(137,162,1,1,0,NULL,'857-6751',NULL,'8576751',1),(138,162,1,0,0,NULL,'(438) 602-4547',NULL,'4386024547',2),(139,112,1,1,0,NULL,'550-6049',NULL,'5506049',2),(140,145,1,1,0,NULL,'849-5915',NULL,'8495915',1),(141,41,1,1,0,NULL,'(480) 528-5081',NULL,'4805285081',1),(142,194,1,1,0,NULL,'879-2572',NULL,'8792572',1),(143,194,1,0,0,NULL,'(609) 823-2008',NULL,'6098232008',1),(144,152,1,1,0,NULL,'(236) 758-2862',NULL,'2367582862',1),(145,152,1,0,0,NULL,'542-8567',NULL,'5428567',1),(146,22,1,1,0,NULL,'765-6260',NULL,'7656260',2),(147,22,1,0,0,NULL,'(512) 266-6983',NULL,'5122666983',1),(148,20,1,1,0,NULL,'(531) 592-6491',NULL,'5315926491',1),(149,55,1,1,0,NULL,'(368) 899-3373',NULL,'3688993373',1),(150,54,1,1,0,NULL,'(336) 885-8375',NULL,'3368858375',2),(151,54,1,0,0,NULL,'(605) 282-9787',NULL,'6052829787',1),(152,122,1,1,0,NULL,'579-8562',NULL,'5798562',2),(153,26,1,1,0,NULL,'582-9568',NULL,'5829568',1),(154,18,1,1,0,NULL,'363-8660',NULL,'3638660',2),(155,63,1,1,0,NULL,'(699) 690-6195',NULL,'6996906195',1),(156,179,1,1,0,NULL,'(543) 788-4734',NULL,'5437884734',1),(157,179,1,0,0,NULL,'(521) 858-4888',NULL,'5218584888',1),(158,38,1,1,0,NULL,'800-6470',NULL,'8006470',1),(159,38,1,0,0,NULL,'514-3374',NULL,'5143374',2),(160,78,1,1,0,NULL,'638-5326',NULL,'6385326',2),(161,9,1,1,0,NULL,'(606) 490-6738',NULL,'6064906738',2),(162,9,1,0,0,NULL,'(775) 724-5930',NULL,'7757245930',2),(163,164,1,1,0,NULL,'275-3277',NULL,'2753277',1),(164,2,1,1,0,NULL,'(352) 310-7554',NULL,'3523107554',2),(165,NULL,1,0,0,NULL,'204 222-1000',NULL,'2042221000',1),(166,NULL,1,0,0,NULL,'204 223-1000',NULL,'2042231000',1),(167,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,83,179,1,NULL,NULL,1,NULL,0,0,NULL),(2,89,179,1,NULL,NULL,1,NULL,0,0,NULL),(3,83,158,1,NULL,NULL,1,NULL,0,0,NULL),(4,89,158,1,NULL,NULL,1,NULL,0,0,NULL),(5,89,83,4,NULL,NULL,1,NULL,0,0,NULL),(6,158,198,8,NULL,NULL,1,NULL,0,0,NULL),(7,83,198,8,NULL,NULL,1,NULL,0,0,NULL),(8,89,198,8,NULL,NULL,1,NULL,0,0,NULL),(9,179,198,7,NULL,NULL,0,NULL,0,0,NULL),(10,158,179,2,NULL,NULL,0,NULL,0,0,NULL),(11,42,186,1,NULL,NULL,1,NULL,0,0,NULL),(12,97,186,1,NULL,NULL,1,NULL,0,0,NULL),(13,42,72,1,NULL,NULL,1,NULL,0,0,NULL),(14,97,72,1,NULL,NULL,1,NULL,0,0,NULL),(15,97,42,4,NULL,NULL,1,NULL,0,0,NULL),(16,72,140,8,NULL,NULL,1,NULL,0,0,NULL),(17,42,140,8,NULL,NULL,1,NULL,0,0,NULL),(18,97,140,8,NULL,NULL,1,NULL,0,0,NULL),(19,186,140,7,NULL,NULL,1,NULL,0,0,NULL),(20,72,186,2,NULL,NULL,1,NULL,0,0,NULL),(21,145,199,1,NULL,NULL,1,NULL,0,0,NULL),(22,166,199,1,NULL,NULL,1,NULL,0,0,NULL),(23,145,183,1,NULL,NULL,1,NULL,0,0,NULL),(24,166,183,1,NULL,NULL,1,NULL,0,0,NULL),(25,166,145,4,NULL,NULL,1,NULL,0,0,NULL),(26,183,71,8,NULL,NULL,1,NULL,0,0,NULL),(27,145,71,8,NULL,NULL,1,NULL,0,0,NULL),(28,166,71,8,NULL,NULL,1,NULL,0,0,NULL),(29,199,71,7,NULL,NULL,0,NULL,0,0,NULL),(30,183,199,2,NULL,NULL,0,NULL,0,0,NULL),(31,44,175,1,NULL,NULL,1,NULL,0,0,NULL),(32,155,175,1,NULL,NULL,1,NULL,0,0,NULL),(33,44,147,1,NULL,NULL,1,NULL,0,0,NULL),(34,155,147,1,NULL,NULL,1,NULL,0,0,NULL),(35,155,44,4,NULL,NULL,1,NULL,0,0,NULL),(36,147,14,8,NULL,NULL,1,NULL,0,0,NULL),(37,44,14,8,NULL,NULL,1,NULL,0,0,NULL),(38,155,14,8,NULL,NULL,1,NULL,0,0,NULL),(39,175,14,7,NULL,NULL,0,NULL,0,0,NULL),(40,147,175,2,NULL,NULL,0,NULL,0,0,NULL),(41,22,36,1,NULL,NULL,1,NULL,0,0,NULL),(42,144,36,1,NULL,NULL,1,NULL,0,0,NULL),(43,22,164,1,NULL,NULL,1,NULL,0,0,NULL),(44,144,164,1,NULL,NULL,1,NULL,0,0,NULL),(45,144,22,4,NULL,NULL,1,NULL,0,0,NULL),(46,164,139,8,NULL,NULL,1,NULL,0,0,NULL),(47,22,139,8,NULL,NULL,1,NULL,0,0,NULL),(48,144,139,8,NULL,NULL,1,NULL,0,0,NULL),(49,36,139,7,NULL,NULL,1,NULL,0,0,NULL),(50,164,36,2,NULL,NULL,1,NULL,0,0,NULL),(51,117,181,1,NULL,NULL,1,NULL,0,0,NULL),(52,24,181,1,NULL,NULL,1,NULL,0,0,NULL),(53,117,95,1,NULL,NULL,1,NULL,0,0,NULL),(54,24,95,1,NULL,NULL,1,NULL,0,0,NULL),(55,24,117,4,NULL,NULL,1,NULL,0,0,NULL),(56,95,96,8,NULL,NULL,1,NULL,0,0,NULL),(57,117,96,8,NULL,NULL,1,NULL,0,0,NULL),(58,24,96,8,NULL,NULL,1,NULL,0,0,NULL),(59,181,96,7,NULL,NULL,1,NULL,0,0,NULL),(60,95,181,2,NULL,NULL,1,NULL,0,0,NULL),(61,9,99,1,NULL,NULL,1,NULL,0,0,NULL),(62,137,99,1,NULL,NULL,1,NULL,0,0,NULL),(63,9,84,1,NULL,NULL,1,NULL,0,0,NULL),(64,137,84,1,NULL,NULL,1,NULL,0,0,NULL),(65,137,9,4,NULL,NULL,1,NULL,0,0,NULL),(66,84,7,8,NULL,NULL,1,NULL,0,0,NULL),(67,9,7,8,NULL,NULL,1,NULL,0,0,NULL),(68,137,7,8,NULL,NULL,1,NULL,0,0,NULL),(69,99,7,7,NULL,NULL,1,NULL,0,0,NULL),(70,84,99,2,NULL,NULL,1,NULL,0,0,NULL),(71,173,73,1,NULL,NULL,1,NULL,0,0,NULL),(72,193,73,1,NULL,NULL,1,NULL,0,0,NULL),(73,173,185,1,NULL,NULL,1,NULL,0,0,NULL),(74,193,185,1,NULL,NULL,1,NULL,0,0,NULL),(75,193,173,4,NULL,NULL,1,NULL,0,0,NULL),(76,185,146,8,NULL,NULL,1,NULL,0,0,NULL),(77,173,146,8,NULL,NULL,1,NULL,0,0,NULL),(78,193,146,8,NULL,NULL,1,NULL,0,0,NULL),(79,73,146,7,NULL,NULL,0,NULL,0,0,NULL),(80,185,73,2,NULL,NULL,0,NULL,0,0,NULL),(81,74,61,1,NULL,NULL,1,NULL,0,0,NULL),(82,78,61,1,NULL,NULL,1,NULL,0,0,NULL),(83,74,142,1,NULL,NULL,1,NULL,0,0,NULL),(84,78,142,1,NULL,NULL,1,NULL,0,0,NULL),(85,78,74,4,NULL,NULL,1,NULL,0,0,NULL),(86,142,105,8,NULL,NULL,1,NULL,0,0,NULL),(87,74,105,8,NULL,NULL,1,NULL,0,0,NULL),(88,78,105,8,NULL,NULL,1,NULL,0,0,NULL),(89,61,105,7,NULL,NULL,0,NULL,0,0,NULL),(90,142,61,2,NULL,NULL,0,NULL,0,0,NULL),(91,118,57,1,NULL,NULL,1,NULL,0,0,NULL),(92,59,57,1,NULL,NULL,1,NULL,0,0,NULL),(93,118,172,1,NULL,NULL,1,NULL,0,0,NULL),(94,59,172,1,NULL,NULL,1,NULL,0,0,NULL),(95,59,118,4,NULL,NULL,1,NULL,0,0,NULL),(96,172,151,8,NULL,NULL,1,NULL,0,0,NULL),(97,118,151,8,NULL,NULL,1,NULL,0,0,NULL),(98,59,151,8,NULL,NULL,1,NULL,0,0,NULL),(99,57,151,7,NULL,NULL,1,NULL,0,0,NULL),(100,172,57,2,NULL,NULL,1,NULL,0,0,NULL),(101,53,188,1,NULL,NULL,1,NULL,0,0,NULL),(102,4,188,1,NULL,NULL,1,NULL,0,0,NULL),(103,53,65,1,NULL,NULL,1,NULL,0,0,NULL),(104,4,65,1,NULL,NULL,1,NULL,0,0,NULL),(105,4,53,4,NULL,NULL,1,NULL,0,0,NULL),(106,65,86,8,NULL,NULL,1,NULL,0,0,NULL),(107,53,86,8,NULL,NULL,1,NULL,0,0,NULL),(108,4,86,8,NULL,NULL,1,NULL,0,0,NULL),(109,188,86,7,NULL,NULL,1,NULL,0,0,NULL),(110,65,188,2,NULL,NULL,1,NULL,0,0,NULL),(111,112,197,1,NULL,NULL,1,NULL,0,0,NULL),(112,170,197,1,NULL,NULL,1,NULL,0,0,NULL),(113,112,94,1,NULL,NULL,1,NULL,0,0,NULL),(114,170,94,1,NULL,NULL,1,NULL,0,0,NULL),(115,170,112,4,NULL,NULL,1,NULL,0,0,NULL),(116,94,18,8,NULL,NULL,1,NULL,0,0,NULL),(117,112,18,8,NULL,NULL,1,NULL,0,0,NULL),(118,170,18,8,NULL,NULL,1,NULL,0,0,NULL),(119,197,18,7,NULL,NULL,0,NULL,0,0,NULL),(120,94,197,2,NULL,NULL,0,NULL,0,0,NULL),(121,107,120,1,NULL,NULL,1,NULL,0,0,NULL),(122,77,120,1,NULL,NULL,1,NULL,0,0,NULL),(123,107,40,1,NULL,NULL,1,NULL,0,0,NULL),(124,77,40,1,NULL,NULL,1,NULL,0,0,NULL),(125,77,107,4,NULL,NULL,1,NULL,0,0,NULL),(126,40,56,8,NULL,NULL,1,NULL,0,0,NULL),(127,107,56,8,NULL,NULL,1,NULL,0,0,NULL),(128,77,56,8,NULL,NULL,1,NULL,0,0,NULL),(129,120,56,7,NULL,NULL,1,NULL,0,0,NULL),(130,40,120,2,NULL,NULL,1,NULL,0,0,NULL),(131,21,133,1,NULL,NULL,1,NULL,0,0,NULL),(132,125,133,1,NULL,NULL,1,NULL,0,0,NULL),(133,21,130,1,NULL,NULL,1,NULL,0,0,NULL),(134,125,130,1,NULL,NULL,1,NULL,0,0,NULL),(135,125,21,4,NULL,NULL,1,NULL,0,0,NULL),(136,130,150,8,NULL,NULL,1,NULL,0,0,NULL),(137,21,150,8,NULL,NULL,1,NULL,0,0,NULL),(138,125,150,8,NULL,NULL,1,NULL,0,0,NULL),(139,133,150,7,NULL,NULL,0,NULL,0,0,NULL),(140,130,133,2,NULL,NULL,0,NULL,0,0,NULL),(141,123,19,1,NULL,NULL,1,NULL,0,0,NULL),(142,38,19,1,NULL,NULL,1,NULL,0,0,NULL),(143,123,81,1,NULL,NULL,1,NULL,0,0,NULL),(144,38,81,1,NULL,NULL,1,NULL,0,0,NULL),(145,38,123,4,NULL,NULL,1,NULL,0,0,NULL),(146,81,35,8,NULL,NULL,1,NULL,0,0,NULL),(147,123,35,8,NULL,NULL,1,NULL,0,0,NULL),(148,38,35,8,NULL,NULL,1,NULL,0,0,NULL),(149,19,35,7,NULL,NULL,1,NULL,0,0,NULL),(150,81,19,2,NULL,NULL,1,NULL,0,0,NULL),(151,111,138,1,NULL,NULL,1,NULL,0,0,NULL),(152,127,138,1,NULL,NULL,1,NULL,0,0,NULL),(153,111,143,1,NULL,NULL,1,NULL,0,0,NULL),(154,127,143,1,NULL,NULL,1,NULL,0,0,NULL),(155,127,111,4,NULL,NULL,1,NULL,0,0,NULL),(156,143,122,8,NULL,NULL,1,NULL,0,0,NULL),(157,111,122,8,NULL,NULL,1,NULL,0,0,NULL),(158,127,122,8,NULL,NULL,1,NULL,0,0,NULL),(159,138,122,7,NULL,NULL,0,NULL,0,0,NULL),(160,143,138,2,NULL,NULL,0,NULL,0,0,NULL),(161,102,100,1,NULL,NULL,1,NULL,0,0,NULL),(162,149,100,1,NULL,NULL,1,NULL,0,0,NULL),(163,102,135,1,NULL,NULL,1,NULL,0,0,NULL),(164,149,135,1,NULL,NULL,1,NULL,0,0,NULL),(165,149,102,4,NULL,NULL,1,NULL,0,0,NULL),(166,135,152,8,NULL,NULL,1,NULL,0,0,NULL),(167,102,152,8,NULL,NULL,1,NULL,0,0,NULL),(168,149,152,8,NULL,NULL,1,NULL,0,0,NULL),(169,100,152,7,NULL,NULL,1,NULL,0,0,NULL),(170,135,100,2,NULL,NULL,1,NULL,0,0,NULL),(171,10,196,1,NULL,NULL,1,NULL,0,0,NULL),(172,167,196,1,NULL,NULL,1,NULL,0,0,NULL),(173,10,70,1,NULL,NULL,1,NULL,0,0,NULL),(174,167,70,1,NULL,NULL,1,NULL,0,0,NULL),(175,167,10,4,NULL,NULL,1,NULL,0,0,NULL),(176,70,41,8,NULL,NULL,1,NULL,0,0,NULL),(177,10,41,8,NULL,NULL,1,NULL,0,0,NULL),(178,167,41,8,NULL,NULL,1,NULL,0,0,NULL),(179,196,41,7,NULL,NULL,0,NULL,0,0,NULL),(180,70,196,2,NULL,NULL,0,NULL,0,0,NULL),(181,26,45,1,NULL,NULL,1,NULL,0,0,NULL),(182,67,45,1,NULL,NULL,1,NULL,0,0,NULL),(183,26,108,1,NULL,NULL,1,NULL,0,0,NULL),(184,67,108,1,NULL,NULL,1,NULL,0,0,NULL),(185,67,26,4,NULL,NULL,1,NULL,0,0,NULL),(186,108,169,8,NULL,NULL,1,NULL,0,0,NULL),(187,26,169,8,NULL,NULL,1,NULL,0,0,NULL),(188,67,169,8,NULL,NULL,1,NULL,0,0,NULL),(189,45,169,7,NULL,NULL,0,NULL,0,0,NULL),(190,108,45,2,NULL,NULL,0,NULL,0,0,NULL),(191,2,129,1,NULL,NULL,1,NULL,0,0,NULL),(192,174,129,1,NULL,NULL,1,NULL,0,0,NULL),(193,2,92,1,NULL,NULL,1,NULL,0,0,NULL),(194,174,92,1,NULL,NULL,1,NULL,0,0,NULL),(195,174,2,4,NULL,NULL,1,NULL,0,0,NULL),(196,92,82,8,NULL,NULL,1,NULL,0,0,NULL),(197,2,82,8,NULL,NULL,1,NULL,0,0,NULL),(198,174,82,8,NULL,NULL,1,NULL,0,0,NULL),(199,129,82,7,NULL,NULL,0,NULL,0,0,NULL),(200,92,129,2,NULL,NULL,0,NULL,0,0,NULL),(201,111,6,5,NULL,NULL,1,NULL,0,0,NULL),(202,195,11,5,NULL,NULL,1,NULL,0,0,NULL),(203,187,30,5,NULL,NULL,1,NULL,0,0,NULL),(204,106,33,5,NULL,NULL,1,NULL,0,0,NULL),(205,16,46,5,NULL,NULL,1,NULL,0,0,NULL),(206,38,51,5,NULL,NULL,1,NULL,0,0,NULL),(207,194,69,5,NULL,NULL,1,NULL,0,0,NULL),(208,156,75,5,NULL,NULL,1,NULL,0,0,NULL),(209,179,87,5,NULL,NULL,1,NULL,0,0,NULL),(210,109,90,5,NULL,NULL,1,NULL,0,0,NULL),(211,44,104,5,NULL,NULL,1,NULL,0,0,NULL),(212,166,161,5,NULL,NULL,1,NULL,0,0,NULL),(213,183,163,5,NULL,NULL,1,NULL,0,0,NULL),(214,98,168,5,NULL,NULL,1,NULL,0,0,NULL),(215,175,176,5,NULL,NULL,1,NULL,0,0,NULL),(216,55,190,5,NULL,NULL,1,NULL,0,0,NULL),(217,19,191,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,121,40,1,NULL,NULL,1,NULL,0,0,NULL),(2,128,40,1,NULL,NULL,1,NULL,0,0,NULL),(3,121,144,1,NULL,NULL,1,NULL,0,0,NULL),(4,128,144,1,NULL,NULL,1,NULL,0,0,NULL),(5,128,121,4,NULL,NULL,1,NULL,0,0,NULL),(6,144,174,8,NULL,NULL,1,NULL,0,0,NULL),(7,121,174,8,NULL,NULL,1,NULL,0,0,NULL),(8,128,174,8,NULL,NULL,1,NULL,0,0,NULL),(9,40,174,7,NULL,NULL,1,NULL,0,0,NULL),(10,144,40,2,NULL,NULL,1,NULL,0,0,NULL),(11,8,57,1,NULL,NULL,1,NULL,0,0,NULL),(12,107,57,1,NULL,NULL,1,NULL,0,0,NULL),(13,8,43,1,NULL,NULL,1,NULL,0,0,NULL),(14,107,43,1,NULL,NULL,1,NULL,0,0,NULL),(15,107,8,4,NULL,NULL,1,NULL,0,0,NULL),(16,43,195,8,NULL,NULL,1,NULL,0,0,NULL),(17,8,195,8,NULL,NULL,1,NULL,0,0,NULL),(18,107,195,8,NULL,NULL,1,NULL,0,0,NULL),(19,57,195,7,NULL,NULL,1,NULL,0,0,NULL),(20,43,57,2,NULL,NULL,1,NULL,0,0,NULL),(21,30,170,1,NULL,NULL,1,NULL,0,0,NULL),(22,39,170,1,NULL,NULL,1,NULL,0,0,NULL),(23,30,36,1,NULL,NULL,1,NULL,0,0,NULL),(24,39,36,1,NULL,NULL,1,NULL,0,0,NULL),(25,39,30,4,NULL,NULL,1,NULL,0,0,NULL),(26,36,52,8,NULL,NULL,1,NULL,0,0,NULL),(27,30,52,8,NULL,NULL,1,NULL,0,0,NULL),(28,39,52,8,NULL,NULL,1,NULL,0,0,NULL),(29,170,52,7,NULL,NULL,1,NULL,0,0,NULL),(30,36,170,2,NULL,NULL,1,NULL,0,0,NULL),(31,154,48,1,NULL,NULL,1,NULL,0,0,NULL),(32,177,48,1,NULL,NULL,1,NULL,0,0,NULL),(33,154,81,1,NULL,NULL,1,NULL,0,0,NULL),(34,177,81,1,NULL,NULL,1,NULL,0,0,NULL),(35,177,154,4,NULL,NULL,1,NULL,0,0,NULL),(36,81,27,8,NULL,NULL,1,NULL,0,0,NULL),(37,154,27,8,NULL,NULL,1,NULL,0,0,NULL),(38,177,27,8,NULL,NULL,1,NULL,0,0,NULL),(39,48,27,7,NULL,NULL,1,NULL,0,0,NULL),(40,81,48,2,NULL,NULL,1,NULL,0,0,NULL),(41,6,155,1,NULL,NULL,1,NULL,0,0,NULL),(42,35,155,1,NULL,NULL,1,NULL,0,0,NULL),(43,6,201,1,NULL,NULL,1,NULL,0,0,NULL),(44,35,201,1,NULL,NULL,1,NULL,0,0,NULL),(45,35,6,4,NULL,NULL,1,NULL,0,0,NULL),(46,201,153,8,NULL,NULL,1,NULL,0,0,NULL),(47,6,153,8,NULL,NULL,1,NULL,0,0,NULL),(48,35,153,8,NULL,NULL,1,NULL,0,0,NULL),(49,155,153,7,NULL,NULL,0,NULL,0,0,NULL),(50,201,155,2,NULL,NULL,0,NULL,0,0,NULL),(51,64,101,1,NULL,NULL,1,NULL,0,0,NULL),(52,88,101,1,NULL,NULL,1,NULL,0,0,NULL),(53,64,13,1,NULL,NULL,1,NULL,0,0,NULL),(54,88,13,1,NULL,NULL,1,NULL,0,0,NULL),(55,88,64,4,NULL,NULL,1,NULL,0,0,NULL),(56,13,94,8,NULL,NULL,1,NULL,0,0,NULL),(57,64,94,8,NULL,NULL,1,NULL,0,0,NULL),(58,88,94,8,NULL,NULL,1,NULL,0,0,NULL),(59,101,94,7,NULL,NULL,0,NULL,0,0,NULL),(60,13,101,2,NULL,NULL,0,NULL,0,0,NULL),(61,150,32,1,NULL,NULL,1,NULL,0,0,NULL),(62,143,32,1,NULL,NULL,1,NULL,0,0,NULL),(63,150,117,1,NULL,NULL,1,NULL,0,0,NULL),(64,143,117,1,NULL,NULL,1,NULL,0,0,NULL),(65,143,150,4,NULL,NULL,1,NULL,0,0,NULL),(66,117,17,8,NULL,NULL,1,NULL,0,0,NULL),(67,150,17,8,NULL,NULL,1,NULL,0,0,NULL),(68,143,17,8,NULL,NULL,1,NULL,0,0,NULL),(69,32,17,7,NULL,NULL,0,NULL,0,0,NULL),(70,117,32,2,NULL,NULL,0,NULL,0,0,NULL),(71,10,98,1,NULL,NULL,1,NULL,0,0,NULL),(72,87,98,1,NULL,NULL,1,NULL,0,0,NULL),(73,10,140,1,NULL,NULL,1,NULL,0,0,NULL),(74,87,140,1,NULL,NULL,1,NULL,0,0,NULL),(75,87,10,4,NULL,NULL,1,NULL,0,0,NULL),(76,140,133,8,NULL,NULL,1,NULL,0,0,NULL),(77,10,133,8,NULL,NULL,1,NULL,0,0,NULL),(78,87,133,8,NULL,NULL,1,NULL,0,0,NULL),(79,98,133,7,NULL,NULL,1,NULL,0,0,NULL),(80,140,98,2,NULL,NULL,1,NULL,0,0,NULL),(81,75,127,1,NULL,NULL,1,NULL,0,0,NULL),(82,84,127,1,NULL,NULL,1,NULL,0,0,NULL),(83,75,157,1,NULL,NULL,1,NULL,0,0,NULL),(84,84,157,1,NULL,NULL,1,NULL,0,0,NULL),(85,84,75,4,NULL,NULL,1,NULL,0,0,NULL),(86,157,178,8,NULL,NULL,1,NULL,0,0,NULL),(87,75,178,8,NULL,NULL,1,NULL,0,0,NULL),(88,84,178,8,NULL,NULL,1,NULL,0,0,NULL),(89,127,178,7,NULL,NULL,0,NULL,0,0,NULL),(90,157,127,2,NULL,NULL,0,NULL,0,0,NULL),(91,76,165,1,NULL,NULL,1,NULL,0,0,NULL),(92,105,165,1,NULL,NULL,1,NULL,0,0,NULL),(93,76,198,1,NULL,NULL,1,NULL,0,0,NULL),(94,105,198,1,NULL,NULL,1,NULL,0,0,NULL),(95,105,76,4,NULL,NULL,1,NULL,0,0,NULL),(96,198,15,8,NULL,NULL,1,NULL,0,0,NULL),(97,76,15,8,NULL,NULL,1,NULL,0,0,NULL),(98,105,15,8,NULL,NULL,1,NULL,0,0,NULL),(99,165,15,7,NULL,NULL,1,NULL,0,0,NULL),(100,198,165,2,NULL,NULL,1,NULL,0,0,NULL),(101,167,108,1,NULL,NULL,1,NULL,0,0,NULL),(102,60,108,1,NULL,NULL,1,NULL,0,0,NULL),(103,167,58,1,NULL,NULL,1,NULL,0,0,NULL),(104,60,58,1,NULL,NULL,1,NULL,0,0,NULL),(105,60,167,4,NULL,NULL,1,NULL,0,0,NULL),(106,58,171,8,NULL,NULL,1,NULL,0,0,NULL),(107,167,171,8,NULL,NULL,1,NULL,0,0,NULL),(108,60,171,8,NULL,NULL,1,NULL,0,0,NULL),(109,108,171,7,NULL,NULL,0,NULL,0,0,NULL),(110,58,108,2,NULL,NULL,0,NULL,0,0,NULL),(111,126,61,1,NULL,NULL,1,NULL,0,0,NULL),(112,7,61,1,NULL,NULL,1,NULL,0,0,NULL),(113,126,66,1,NULL,NULL,1,NULL,0,0,NULL),(114,7,66,1,NULL,NULL,1,NULL,0,0,NULL),(115,7,126,4,NULL,NULL,1,NULL,0,0,NULL),(116,66,51,8,NULL,NULL,1,NULL,0,0,NULL),(117,126,51,8,NULL,NULL,1,NULL,0,0,NULL),(118,7,51,8,NULL,NULL,1,NULL,0,0,NULL),(119,61,51,7,NULL,NULL,1,NULL,0,0,NULL),(120,66,61,2,NULL,NULL,1,NULL,0,0,NULL),(121,97,184,1,NULL,NULL,1,NULL,0,0,NULL),(122,162,184,1,NULL,NULL,1,NULL,0,0,NULL),(123,97,123,1,NULL,NULL,1,NULL,0,0,NULL),(124,162,123,1,NULL,NULL,1,NULL,0,0,NULL),(125,162,97,4,NULL,NULL,1,NULL,0,0,NULL),(126,123,21,8,NULL,NULL,1,NULL,0,0,NULL),(127,97,21,8,NULL,NULL,1,NULL,0,0,NULL),(128,162,21,8,NULL,NULL,1,NULL,0,0,NULL),(129,184,21,7,NULL,NULL,1,NULL,0,0,NULL),(130,123,184,2,NULL,NULL,1,NULL,0,0,NULL),(131,115,110,1,NULL,NULL,1,NULL,0,0,NULL),(132,91,110,1,NULL,NULL,1,NULL,0,0,NULL),(133,115,112,1,NULL,NULL,1,NULL,0,0,NULL),(134,91,112,1,NULL,NULL,1,NULL,0,0,NULL),(135,91,115,4,NULL,NULL,1,NULL,0,0,NULL),(136,112,34,8,NULL,NULL,1,NULL,0,0,NULL),(137,115,34,8,NULL,NULL,1,NULL,0,0,NULL),(138,91,34,8,NULL,NULL,1,NULL,0,0,NULL),(139,110,34,7,NULL,NULL,1,NULL,0,0,NULL),(140,112,110,2,NULL,NULL,1,NULL,0,0,NULL),(141,194,145,1,NULL,NULL,1,NULL,0,0,NULL),(142,152,145,1,NULL,NULL,1,NULL,0,0,NULL),(143,194,41,1,NULL,NULL,1,NULL,0,0,NULL),(144,152,41,1,NULL,NULL,1,NULL,0,0,NULL),(145,152,194,4,NULL,NULL,1,NULL,0,0,NULL),(146,41,136,8,NULL,NULL,1,NULL,0,0,NULL),(147,194,136,8,NULL,NULL,1,NULL,0,0,NULL),(148,152,136,8,NULL,NULL,1,NULL,0,0,NULL),(149,145,136,7,NULL,NULL,0,NULL,0,0,NULL),(150,41,145,2,NULL,NULL,0,NULL,0,0,NULL),(151,20,22,1,NULL,NULL,1,NULL,0,0,NULL),(152,125,22,1,NULL,NULL,1,NULL,0,0,NULL),(153,20,189,1,NULL,NULL,1,NULL,0,0,NULL),(154,125,189,1,NULL,NULL,1,NULL,0,0,NULL),(155,125,20,4,NULL,NULL,1,NULL,0,0,NULL),(156,189,4,8,NULL,NULL,1,NULL,0,0,NULL),(157,20,4,8,NULL,NULL,1,NULL,0,0,NULL),(158,125,4,8,NULL,NULL,1,NULL,0,0,NULL),(159,22,4,7,NULL,NULL,0,NULL,0,0,NULL),(160,189,22,2,NULL,NULL,0,NULL,0,0,NULL),(161,196,55,1,NULL,NULL,1,NULL,0,0,NULL),(162,54,55,1,NULL,NULL,1,NULL,0,0,NULL),(163,196,139,1,NULL,NULL,1,NULL,0,0,NULL),(164,54,139,1,NULL,NULL,1,NULL,0,0,NULL),(165,54,196,4,NULL,NULL,1,NULL,0,0,NULL),(166,139,25,8,NULL,NULL,1,NULL,0,0,NULL),(167,196,25,8,NULL,NULL,1,NULL,0,0,NULL),(168,54,25,8,NULL,NULL,1,NULL,0,0,NULL),(169,55,25,7,NULL,NULL,0,NULL,0,0,NULL),(170,139,55,2,NULL,NULL,0,NULL,0,0,NULL),(171,18,122,1,NULL,NULL,1,NULL,0,0,NULL),(172,63,122,1,NULL,NULL,1,NULL,0,0,NULL),(173,18,26,1,NULL,NULL,1,NULL,0,0,NULL),(174,63,26,1,NULL,NULL,1,NULL,0,0,NULL),(175,63,18,4,NULL,NULL,1,NULL,0,0,NULL),(176,26,166,8,NULL,NULL,1,NULL,0,0,NULL),(177,18,166,8,NULL,NULL,1,NULL,0,0,NULL),(178,63,166,8,NULL,NULL,1,NULL,0,0,NULL),(179,122,166,7,NULL,NULL,1,NULL,0,0,NULL),(180,26,122,2,NULL,NULL,1,NULL,0,0,NULL),(181,78,179,1,NULL,NULL,1,NULL,0,0,NULL),(182,69,179,1,NULL,NULL,1,NULL,0,0,NULL),(183,78,38,1,NULL,NULL,1,NULL,0,0,NULL),(184,69,38,1,NULL,NULL,1,NULL,0,0,NULL),(185,69,78,4,NULL,NULL,1,NULL,0,0,NULL),(186,38,46,8,NULL,NULL,1,NULL,0,0,NULL),(187,78,46,8,NULL,NULL,1,NULL,0,0,NULL),(188,69,46,8,NULL,NULL,1,NULL,0,0,NULL),(189,179,46,7,NULL,NULL,1,NULL,0,0,NULL),(190,38,179,2,NULL,NULL,1,NULL,0,0,NULL),(191,164,59,1,NULL,NULL,1,NULL,0,0,NULL),(192,2,59,1,NULL,NULL,1,NULL,0,0,NULL),(193,164,9,1,NULL,NULL,1,NULL,0,0,NULL),(194,2,9,1,NULL,NULL,1,NULL,0,0,NULL),(195,2,164,4,NULL,NULL,1,NULL,0,0,NULL),(196,9,74,8,NULL,NULL,1,NULL,0,0,NULL),(197,164,74,8,NULL,NULL,1,NULL,0,0,NULL),(198,2,74,8,NULL,NULL,1,NULL,0,0,NULL),(199,59,74,7,NULL,NULL,1,NULL,0,0,NULL),(200,9,59,2,NULL,NULL,1,NULL,0,0,NULL),(201,155,5,5,NULL,NULL,1,NULL,0,0,NULL),(202,121,14,5,NULL,NULL,1,NULL,0,0,NULL),(203,173,23,5,NULL,NULL,1,NULL,0,0,NULL),(204,40,28,5,NULL,NULL,1,NULL,0,0,NULL),(205,3,33,5,NULL,NULL,1,NULL,0,0,NULL),(206,122,70,5,NULL,NULL,1,NULL,0,0,NULL),(207,64,80,5,NULL,NULL,1,NULL,0,0,NULL),(208,175,83,5,NULL,NULL,1,NULL,0,0,NULL),(209,66,104,5,NULL,NULL,1,NULL,0,0,NULL),(210,43,134,5,NULL,NULL,1,NULL,0,0,NULL),(211,44,148,5,NULL,NULL,1,NULL,0,0,NULL),(212,125,163,5,NULL,NULL,1,NULL,0,0,NULL),(213,72,172,5,NULL,NULL,1,NULL,0,0,NULL),(214,192,176,5,NULL,NULL,1,NULL,0,0,NULL),(215,182,186,5,NULL,NULL,1,NULL,0,0,NULL),(216,197,191,5,NULL,NULL,1,NULL,0,0,NULL),(217,11,200,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-30 07:35:34',NULL),(36,'Directory Preferences','imageUploadDir','s:19:\"persist/contribute/\";',1,NULL,1,NULL,'2014-04-30 07:35:34',NULL),(37,'Directory Preferences','customFileUploadDir','s:7:\"custom/\";',1,NULL,1,NULL,'2014-04-30 07:35:34',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,'2014-04-30 07:35:38',NULL),(41,'URL Preferences','userFrameworkResourceURL',NULL,1,NULL,1,NULL,'2014-04-30 07:35:38',NULL),(42,'URL Preferences','imageUploadURL',NULL,1,NULL,1,NULL,'2014-04-30 07:35:38',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-30 11:17:01',NULL),(36,'Directory Preferences','imageUploadDir','s:19:\"persist/contribute/\";',1,NULL,1,NULL,'2014-04-30 11:17:02',NULL),(37,'Directory Preferences','customFileUploadDir','s:7:\"custom/\";',1,NULL,1,NULL,'2014-04-30 11:17:02',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-30 11:17:02',NULL),(42,'URL Preferences','imageUploadURL',NULL,1,NULL,1,NULL,'2014-04-30 11:17:02',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:\"bVrxt\";',1,NULL,1,NULL,'2014-04-30 11:17:11',NULL),(46,'Contribute Preferences','cvv_backoffice_required','s:1:\"1\";',1,NULL,1,NULL,'2014-04-30 11:17:09',NULL),(47,'CiviCRM Preferences','ajaxPopupsEnabled','i:1;',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(48,'CiviCRM Preferences','max_attachments','i:3;',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(49,'CiviCRM Preferences','contact_undelete','i:1;',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(50,'CiviCRM Preferences','allowPermDeleteFinancial','b:0;',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(51,'CiviCRM Preferences','versionAlert','i:1;',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(52,'CiviCRM Preferences','securityAlert','i:1;',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(53,'CiviCRM Preferences','blogUrl','s:9:\"*default*\";',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(54,'CiviCRM Preferences','verifySSL','i:1;',1,NULL,1,NULL,'2014-04-30 11:17:10',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-30 11:17:10',NULL),(56,'CiviCRM Preferences','disable_core_css','s:1:\"0\";',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(57,'Event Preferences','event_enable_cart','i:0;',1,NULL,1,NULL,'2014-04-30 11:17:10',NULL),(58,'Mailing Preferences','disable_mandatory_tokens_check','i:0;',1,NULL,1,NULL,'2014-04-30 11:17:11',NULL),(59,'Mailing Preferences','dedupe_email_default','i:1;',1,NULL,1,NULL,'2014-04-30 11:17:11',NULL),(60,'Mailing Preferences','hash_mailing_url','i:0;',1,NULL,1,NULL,'2014-04-30 11:17:11',NULL),(61,'Search Preferences','search_autocomplete_count','i:10;',1,NULL,1,NULL,'2014-04-30 11:17:11',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,31,2,'2014-03-12 06:44:02','Admin','Added',NULL),(2,189,2,'2013-12-16 01:14:21','Admin','Added',NULL),(3,195,2,'2014-04-22 11:19:06','Email','Added',NULL),(4,98,2,'2013-10-20 01:24:25','Admin','Added',NULL),(5,180,2,'2013-06-01 11:43:35','Admin','Added',NULL),(6,113,2,'2013-11-26 02:50:15','Email','Added',NULL),(7,126,2,'2014-01-27 01:06:52','Email','Added',NULL),(8,50,2,'2013-10-29 12:02:14','Email','Added',NULL),(9,60,2,'2013-12-10 10:26:58','Email','Added',NULL),(10,58,2,'2013-10-20 01:27:38','Admin','Added',NULL),(11,121,2,'2013-11-26 12:23:16','Admin','Added',NULL),(12,54,2,'2013-06-24 01:02:57','Admin','Added',NULL),(13,187,2,'2013-06-22 02:52:55','Email','Added',NULL),(14,23,2,'2013-08-28 01:58:50','Admin','Added',NULL),(15,101,2,'2013-08-09 09:12:38','Email','Added',NULL),(16,88,2,'2013-12-27 10:41:42','Admin','Added',NULL),(17,119,2,'2013-08-16 01:18:29','Admin','Added',NULL),(18,25,2,'2014-03-03 08:16:23','Email','Added',NULL),(19,153,2,'2013-05-31 10:00:36','Admin','Added',NULL),(20,52,2,'2013-06-28 06:07:08','Email','Added',NULL),(21,47,2,'2013-09-19 07:48:55','Email','Added',NULL),(22,28,2,'2014-03-30 12:35:37','Admin','Added',NULL),(23,27,2,'2014-04-05 09:00:58','Admin','Added',NULL),(24,34,2,'2013-07-15 12:04:15','Email','Added',NULL),(25,43,2,'2014-03-02 11:25:32','Admin','Added',NULL),(26,103,2,'2014-03-05 01:50:09','Email','Added',NULL),(27,68,2,'2013-05-08 02:20:19','Admin','Added',NULL),(28,165,2,'2013-08-23 01:21:44','Email','Added',NULL),(29,5,2,'2014-03-13 09:16:12','Email','Added',NULL),(30,93,2,'2013-07-14 06:18:14','Admin','Added',NULL),(31,162,2,'2013-06-11 07:09:59','Admin','Added',NULL),(32,29,2,'2013-06-27 11:52:56','Email','Added',NULL),(33,48,2,'2013-08-23 02:27:19','Admin','Added',NULL),(34,182,2,'2013-05-10 11:13:40','Admin','Added',NULL),(35,63,2,'2014-04-24 10:23:52','Admin','Added',NULL),(36,148,2,'2014-03-15 07:00:08','Email','Added',NULL),(37,132,2,'2013-08-17 09:40:53','Email','Added',NULL),(38,76,2,'2014-01-24 02:16:40','Admin','Added',NULL),(39,37,2,'2014-02-21 07:30:08','Admin','Added',NULL),(40,128,2,'2013-07-31 06:35:24','Email','Added',NULL),(41,157,2,'2014-04-10 07:05:13','Email','Added',NULL),(42,124,2,'2013-12-21 01:16:39','Email','Added',NULL),(43,115,2,'2014-04-04 01:53:53','Email','Added',NULL),(44,201,2,'2013-06-05 09:32:40','Email','Added',NULL),(45,154,2,'2014-01-22 09:52:57','Email','Added',NULL),(46,91,2,'2013-12-26 01:25:33','Admin','Added',NULL),(47,114,2,'2013-07-24 07:37:43','Email','Added',NULL),(48,200,2,'2013-10-14 05:33:29','Admin','Added',NULL),(49,85,2,'2013-05-07 07:52:00','Admin','Added',NULL),(50,64,2,'2014-03-07 06:35:36','Admin','Added',NULL),(51,20,2,'2013-11-01 10:17:17','Admin','Added',NULL),(52,3,2,'2013-12-22 04:19:14','Email','Added',NULL),(53,141,2,'2013-12-12 09:17:05','Admin','Added',NULL),(54,116,2,'2013-07-24 04:46:55','Admin','Added',NULL),(55,109,2,'2014-03-23 05:23:30','Admin','Added',NULL),(56,192,2,'2014-03-25 11:31:23','Admin','Added',NULL),(57,134,2,'2013-05-05 09:07:44','Admin','Added',NULL),(58,15,2,'2014-01-29 04:16:20','Email','Added',NULL),(59,178,2,'2014-03-15 12:40:43','Admin','Added',NULL),(60,17,2,'2013-10-09 11:02:35','Email','Added',NULL),(61,55,3,'2014-01-06 10:29:01','Admin','Added',NULL),(62,156,3,'2013-09-19 12:21:32','Admin','Added',NULL),(63,159,3,'2013-07-08 04:03:06','Email','Added',NULL),(64,184,3,'2013-09-16 02:56:43','Email','Added',NULL),(65,136,3,'2013-08-21 05:52:18','Email','Added',NULL),(66,39,3,'2014-04-04 05:19:02','Admin','Added',NULL),(67,131,3,'2013-06-18 06:28:57','Admin','Added',NULL),(68,171,3,'2013-12-24 12:43:48','Email','Added',NULL),(69,16,3,'2013-12-06 01:23:26','Email','Added',NULL),(70,177,3,'2013-12-14 07:54:00','Email','Added',NULL),(71,160,3,'2013-10-06 09:15:14','Email','Added',NULL),(72,49,3,'2013-12-24 10:25:50','Email','Added',NULL),(73,194,3,'2014-02-03 01:01:43','Email','Added',NULL),(74,8,3,'2014-04-28 01:31:58','Email','Added',NULL),(75,106,3,'2013-11-26 12:56:51','Admin','Added',NULL),(76,31,4,'2014-04-30 06:33:01','Admin','Added',NULL),(77,50,4,'2013-08-18 02:51:57','Email','Added',NULL),(78,101,4,'2013-10-31 08:31:07','Email','Added',NULL),(79,28,4,'2013-09-05 04:33:11','Email','Added',NULL),(80,5,4,'2013-11-12 11:26:35','Admin','Added',NULL),(81,148,4,'2013-11-19 06:05:44','Email','Added',NULL),(82,115,4,'2014-04-05 04:14:42','Admin','Added',NULL),(83,64,4,'2013-12-01 06:53:27','Email','Added',NULL); +INSERT INTO `civicrm_subscription_history` (`id`, `contact_id`, `group_id`, `date`, `method`, `status`, `tracking`) VALUES (1,50,2,'2013-11-06 09:51:47','Email','Added',NULL),(2,3,2,'2013-08-23 12:57:45','Email','Added',NULL),(3,96,2,'2013-09-29 03:17:25','Email','Added',NULL),(4,67,2,'2014-02-28 05:46:40','Email','Added',NULL),(5,149,2,'2014-03-30 10:05:47','Admin','Added',NULL),(6,151,2,'2013-11-14 08:20:42','Email','Added',NULL),(7,93,2,'2014-03-12 12:46:44','Admin','Added',NULL),(8,37,2,'2013-12-20 11:54:27','Admin','Added',NULL),(9,90,2,'2013-06-11 08:24:30','Admin','Added',NULL),(10,92,2,'2013-12-13 03:43:13','Admin','Added',NULL),(11,161,2,'2013-07-20 07:00:05','Admin','Added',NULL),(12,100,2,'2013-10-22 10:35:04','Admin','Added',NULL),(13,106,2,'2013-10-20 05:04:28','Admin','Added',NULL),(14,72,2,'2013-10-15 04:34:52','Email','Added',NULL),(15,138,2,'2014-02-25 10:56:40','Admin','Added',NULL),(16,118,2,'2013-06-23 09:00:04','Email','Added',NULL),(17,188,2,'2013-07-07 05:56:20','Email','Added',NULL),(18,181,2,'2014-04-15 12:34:48','Email','Added',NULL),(19,19,2,'2013-09-15 06:38:45','Email','Added',NULL),(20,109,2,'2013-05-02 01:30:06','Admin','Added',NULL),(21,160,2,'2014-02-04 06:51:39','Admin','Added',NULL),(22,71,2,'2013-09-14 10:24:19','Admin','Added',NULL),(23,130,2,'2013-09-25 01:03:01','Email','Added',NULL),(24,113,2,'2013-06-30 03:49:01','Email','Added',NULL),(25,180,2,'2013-10-15 04:01:26','Email','Added',NULL),(26,114,2,'2013-07-24 05:05:42','Admin','Added',NULL),(27,86,2,'2013-07-06 05:14:19','Admin','Added',NULL),(28,111,2,'2014-04-04 10:58:04','Email','Added',NULL),(29,132,2,'2014-01-08 01:26:27','Email','Added',NULL),(30,44,2,'2013-06-08 09:04:08','Admin','Added',NULL),(31,124,2,'2013-12-31 05:36:12','Admin','Added',NULL),(32,56,2,'2013-09-11 08:41:13','Email','Added',NULL),(33,11,2,'2013-05-01 01:51:10','Email','Added',NULL),(34,190,2,'2013-05-05 12:34:11','Email','Added',NULL),(35,89,2,'2013-11-21 02:56:57','Email','Added',NULL),(36,45,2,'2014-03-29 11:17:44','Email','Added',NULL),(37,183,2,'2013-10-14 03:27:42','Email','Added',NULL),(38,79,2,'2013-08-15 11:29:14','Email','Added',NULL),(39,102,2,'2013-07-31 01:37:59','Admin','Added',NULL),(40,147,2,'2013-05-23 09:05:21','Admin','Added',NULL),(41,197,2,'2013-07-29 11:32:08','Email','Added',NULL),(42,199,2,'2013-12-27 07:25:29','Admin','Added',NULL),(43,65,2,'2013-07-22 01:22:53','Email','Added',NULL),(44,53,2,'2013-05-01 12:26:44','Email','Added',NULL),(45,16,2,'2014-04-03 09:31:58','Admin','Added',NULL),(46,175,2,'2013-08-19 06:13:24','Email','Added',NULL),(47,68,2,'2013-09-30 07:26:24','Admin','Added',NULL),(48,185,2,'2013-12-16 10:25:28','Admin','Added',NULL),(49,47,2,'2014-04-11 09:39:44','Email','Added',NULL),(50,142,2,'2013-07-05 06:20:05','Email','Added',NULL),(51,24,2,'2014-01-10 05:01:51','Email','Added',NULL),(52,42,2,'2013-09-23 02:09:16','Admin','Added',NULL),(53,173,2,'2013-05-18 11:30:22','Email','Added',NULL),(54,95,2,'2014-04-19 04:40:44','Email','Added',NULL),(55,82,2,'2013-05-26 10:23:27','Email','Added',NULL),(56,156,2,'2013-12-09 05:31:32','Admin','Added',NULL),(57,182,2,'2013-11-19 08:04:01','Admin','Added',NULL),(58,193,2,'2013-12-12 02:17:50','Admin','Added',NULL),(59,135,2,'2013-06-23 01:42:19','Admin','Added',NULL),(60,192,2,'2014-01-14 05:25:18','Email','Added',NULL),(61,158,3,'2013-07-22 12:48:00','Email','Added',NULL),(62,49,3,'2013-05-17 02:20:38','Email','Added',NULL),(63,119,3,'2013-12-03 10:56:43','Admin','Added',NULL),(64,137,3,'2013-09-30 06:47:04','Admin','Added',NULL),(65,141,3,'2013-12-14 08:06:41','Admin','Added',NULL),(66,31,3,'2014-02-23 06:32:57','Email','Added',NULL),(67,187,3,'2013-07-06 08:08:18','Email','Added',NULL),(68,168,3,'2013-07-04 03:14:37','Email','Added',NULL),(69,116,3,'2014-02-09 07:14:59','Email','Added',NULL),(70,77,3,'2013-12-07 04:37:06','Email','Added',NULL),(71,99,3,'2013-06-22 05:58:22','Email','Added',NULL),(72,146,3,'2013-08-21 12:38:11','Email','Added',NULL),(73,131,3,'2013-05-24 09:14:58','Admin','Added',NULL),(74,129,3,'2013-09-13 04:07:57','Email','Added',NULL),(75,12,3,'2014-01-21 09:48:06','Admin','Added',NULL),(76,50,4,'2013-10-21 07:29:52','Admin','Added',NULL),(77,37,4,'2013-06-01 03:42:57','Email','Added',NULL),(78,138,4,'2014-01-24 03:15:51','Admin','Added',NULL),(79,71,4,'2014-03-04 03:10:15','Admin','Added',NULL),(80,132,4,'2013-06-07 07:21:26','Admin','Added',NULL),(81,45,4,'2013-05-17 12:37:53','Admin','Added',NULL),(82,65,4,'2014-01-26 07:49:04','Email','Added',NULL),(83,142,4,'2014-03-24 06:10:40','Email','Added',NULL); /*!40000 ALTER TABLE `civicrm_subscription_history` ENABLE KEYS */; UNLOCK TABLES; @@ -1360,7 +1361,7 @@ UNLOCK TABLES; LOCK TABLES `civicrm_uf_join` WRITE; /*!40000 ALTER TABLE `civicrm_uf_join` DISABLE KEYS */; -INSERT INTO `civicrm_uf_join` (`id`, `is_active`, `module`, `entity_table`, `entity_id`, `weight`, `uf_group_id`, `module_data`) VALUES (1,1,'User Registration',NULL,NULL,1,1,NULL),(2,1,'User Account',NULL,NULL,1,1,NULL),(3,1,'Profile',NULL,NULL,1,1,NULL),(4,1,'Profile',NULL,NULL,2,2,NULL),(5,1,'Profile',NULL,NULL,3,4,NULL),(6,1,'Profile',NULL,NULL,4,5,NULL),(7,1,'Profile',NULL,NULL,5,6,NULL),(8,1,'Profile',NULL,NULL,6,7,NULL),(9,1,'Profile',NULL,NULL,7,8,NULL),(10,1,'Profile',NULL,NULL,8,9,NULL),(11,1,'Profile',NULL,NULL,9,10,NULL),(12,1,'Profile',NULL,NULL,10,11,NULL),(13,1,'Profile',NULL,NULL,11,12,NULL),(14,1,'Profile',NULL,NULL,12,13,NULL),(15,1,'CiviEvent','civicrm_event',6,1,12,NULL),(16,1,'CiviEvent','civicrm_event',1,1,12,NULL),(17,1,'CiviEvent','civicrm_event',3,1,12,NULL),(18,1,'CiviEvent','civicrm_event',4,1,12,NULL),(19,1,'CiviEvent','civicrm_event',5,1,12,NULL),(20,1,'CiviEvent','civicrm_event',2,1,12,NULL); +INSERT INTO `civicrm_uf_join` (`id`, `is_active`, `module`, `entity_table`, `entity_id`, `weight`, `uf_group_id`, `module_data`) VALUES (1,1,'User Registration',NULL,NULL,1,1,NULL),(2,1,'User Account',NULL,NULL,1,1,NULL),(3,1,'Profile',NULL,NULL,1,1,NULL),(4,1,'Profile',NULL,NULL,2,2,NULL),(5,1,'Profile',NULL,NULL,11,12,NULL),(6,1,'CiviEvent','civicrm_event',6,1,12,NULL),(7,1,'CiviEvent','civicrm_event',1,1,12,NULL),(8,1,'CiviEvent','civicrm_event',3,1,12,NULL),(9,1,'CiviEvent','civicrm_event',4,1,12,NULL),(10,1,'CiviEvent','civicrm_event',5,1,12,NULL),(11,1,'CiviEvent','civicrm_event',2,1,12,NULL); /*!40000 ALTER TABLE `civicrm_uf_join` 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,33,'http://coloradofund.org',1),(2,69,'http://lincolnalliance.org',1),(3,161,'http://scottsystems.org',1),(4,110,'http://friendssustainabilitypartners.org',1),(5,80,'http://wacoalliance.org',1),(6,90,'http://perrymanfund.org',1),(7,176,'http://urbanagricultureschool.org',1),(8,46,'http://texaspeacecollective.org',1),(9,11,'http://globalacademy.org',1),(10,191,'http://caulderfoodschool.org',1),(11,190,'http://saagriculturealliance.org',1),(12,32,'http://amboysoftware.org',1),(13,75,'http://progressivefellowship.org',1),(14,104,'http://njpoetrypartners.org',1); +INSERT INTO `civicrm_website` (`id`, `contact_id`, `url`, `website_type_id`) VALUES (1,200,'http://progressiveculturealliance.org',1),(2,169,'http://progressivefellowship.org',1),(3,104,'http://shawaneeadvocacy.org',1),(4,163,'http://virginiafoodfellowship.org',1),(5,85,'http://granthamfoodsystems.org',1),(6,23,'http://urbanactionfund.org',1),(7,70,'http://titusvillefood.org',1),(8,176,'http://nmwellnessinitiative.org',1),(9,80,'http://dowlenfund.org',1),(10,134,'http://copelandlegal.org',1),(11,191,'http://progressivesustainabilityinitiative.org',1),(12,14,'http://unitedsoftwaresolutions.org',1),(13,28,'http://creativefund.org',1),(14,5,'http://caulderservices.org',1),(15,159,'http://creativesoftware.org',1),(16,172,'http://virginiaagriculturecollective.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-30 7:36:21 +-- Dump completed on 2014-04-30 11:17:22 -- +--------------------------------------------------------------------+ -- | CiviCRM version 3.4 | -- +--------------------------------------------------------------------+ diff --git a/tests/phpunit/CiviTest/truncate.xml b/tests/phpunit/CiviTest/truncate.xml index daedb7e77d..64e4db6b86 100644 --- a/tests/phpunit/CiviTest/truncate.xml +++ b/tests/phpunit/CiviTest/truncate.xml @@ -13,6 +13,8 @@ + + @@ -167,10 +169,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -207,8 +237,6 @@ - - @@ -221,34 +249,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xml/templates/civicrm_data.tpl b/xml/templates/civicrm_data.tpl index 839ba1a4a9..3aee748a41 100644 --- a/xml/templates/civicrm_data.tpl +++ b/xml/templates/civicrm_data.tpl @@ -1364,16 +1364,7 @@ VALUES (1, 'User Account', NULL, NULL, 1, 1), (1, 'Profile', NULL, NULL, 1, 1), (1, 'Profile', NULL, NULL, 2, 2), - (1, 'Profile', NULL, NULL, 3, 4), - (1, 'Profile', NULL, NULL, 4, 5), - (1, 'Profile', NULL, NULL, 5, 6), - (1, 'Profile', NULL, NULL, 6, 7), - (1, 'Profile', NULL, NULL, 7, 8), - (1, 'Profile', NULL, NULL, 8, 9), - (1, 'Profile', NULL, NULL, 9, 10), - (1, 'Profile', NULL, NULL, 10, 11), - (1, 'Profile', NULL, NULL, 11, 12), - (1, 'Profile', NULL, NULL, 12, 13); + (1, 'Profile', NULL, NULL, 11, 12); INSERT INTO civicrm_uf_field ( uf_group_id, field_name, is_required, is_reserved, weight, visibility, in_selector, is_searchable, location_type_id, label, field_type, help_post, phone_type_id ) VALUES -- 2.25.1