-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Servidor: localhost:3306 -- Tiempo de generación: 16-01-2025 a las 16:25:07 -- Versión del servidor: 8.0.40-cll-lve -- Versión de PHP: 8.3.14 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Base de datos: `procuchile_aula` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_adminpresets` -- CREATE TABLE `cocoon_adminpresets` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comments` longtext COLLATE utf8mb4_unicode_ci, `site` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `author` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `moodleversion` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `moodlerelease` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `iscore` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timeimported` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `cocoon_adminpresets` -- INSERT INTO `cocoon_adminpresets` (`id`, `userid`, `name`, `comments`, `site`, `author`, `moodleversion`, `moodlerelease`, `iscore`, `timecreated`, `timeimported`) VALUES (1, 0, 'Starter', 'Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.', 'http://localhost:8888/edumy_moodle400_ship', ' ', '2021122100.02', '3.10 (Build: 20201109)', 1, 1653438560, 0), (2, 0, 'Full', 'All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.', 'http://localhost:8888/edumy_moodle400_ship', ' ', '2021122100.02', '3.10 (Build: 20201109)', 2, 1653438560, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_adminpresets_app` -- CREATE TABLE `cocoon_adminpresets_app` ( `id` bigint NOT NULL, `adminpresetid` bigint NOT NULL, `userid` bigint NOT NULL, `time` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_adminpresets_app_it` -- CREATE TABLE `cocoon_adminpresets_app_it` ( `id` bigint NOT NULL, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_adminpresets_app_it_a` -- CREATE TABLE `cocoon_adminpresets_app_it_a` ( `id` bigint NOT NULL, `adminpresetapplyid` bigint NOT NULL, `configlogid` bigint NOT NULL, `itemname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_adminpresets_app_plug` -- CREATE TABLE `cocoon_adminpresets_app_plug` ( `id` bigint NOT NULL, `adminpresetapplyid` bigint NOT NULL, `plugin` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` smallint NOT NULL DEFAULT '0', `oldvalue` smallint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_adminpresets_it` -- CREATE TABLE `cocoon_adminpresets_it` ( `id` bigint NOT NULL, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `cocoon_adminpresets_it` -- INSERT INTO `cocoon_adminpresets_it` (`id`, `adminpresetid`, `plugin`, `name`, `value`) VALUES (1, 1, 'none', 'usecomments', '0'), (2, 1, 'none', 'usetags', '0'), (3, 1, 'none', 'enablenotes', '0'), (4, 1, 'none', 'enableblogs', '0'), (5, 1, 'none', 'enablebadges', '0'), (6, 1, 'none', 'enableanalytics', '0'), (7, 1, 'core_competency', 'enabled', '0'), (8, 1, 'core_competency', 'pushcourseratingstouserplans', '0'), (9, 1, 'tool_dataprivacy', 'showdataretentionsummary', '0'), (10, 1, 'none', 'forum_maxattachments', '3'), (11, 1, 'none', 'guestloginbutton', '0'), (12, 1, 'none', 'activitychoosertabmode', '1'), (13, 2, 'none', 'usecomments', '1'), (14, 2, 'none', 'usetags', '1'), (15, 2, 'none', 'enablenotes', '1'), (16, 2, 'none', 'enableblogs', '1'), (17, 2, 'none', 'enablebadges', '1'), (18, 2, 'none', 'enableanalytics', '1'), (19, 2, 'core_competency', 'enabled', '1'), (20, 2, 'core_competency', 'pushcourseratingstouserplans', '1'), (21, 2, 'tool_dataprivacy', 'showdataretentionsummary', '1'), (22, 2, 'none', 'forum_maxattachments', '9'), (23, 2, 'none', 'guestloginbutton', '1'), (24, 2, 'none', 'activitychoosertabmode', '0'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_adminpresets_it_a` -- CREATE TABLE `cocoon_adminpresets_it_a` ( `id` bigint NOT NULL, `itemid` bigint NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_adminpresets_plug` -- CREATE TABLE `cocoon_adminpresets_plug` ( `id` bigint NOT NULL, `adminpresetid` bigint NOT NULL, `plugin` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` smallint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `cocoon_adminpresets_plug` -- INSERT INTO `cocoon_adminpresets_plug` (`id`, `adminpresetid`, `plugin`, `name`, `enabled`) VALUES (1, 1, 'mod', 'chat', 0), (2, 1, 'mod', 'data', 0), (3, 1, 'mod', 'lti', 0), (4, 1, 'mod', 'imscp', 0), (5, 1, 'mod', 'lesson', 0), (6, 1, 'mod', 'scorm', 0), (7, 1, 'mod', 'survey', 0), (8, 1, 'mod', 'wiki', 0), (9, 1, 'mod', 'workshop', 0), (10, 1, 'availability', 'grouping', 0), (11, 1, 'availability', 'profile', 0), (12, 1, 'block', 'activity_modules', 0), (13, 1, 'block', 'blog_menu', 0), (14, 1, 'block', 'blog_tags', 0), (15, 1, 'block', 'comments', 0), (16, 1, 'block', 'completionstatus', 0), (17, 1, 'block', 'course_summary', 0), (18, 1, 'block', 'course_list', 0), (19, 1, 'block', 'tag_flickr', 0), (20, 1, 'block', 'globalsearch', 0), (21, 1, 'block', 'badges', 0), (22, 1, 'block', 'lp', 0), (23, 1, 'block', 'myprofile', 0), (24, 1, 'block', 'login', 0), (25, 1, 'block', 'site_main_menu', 0), (26, 1, 'block', 'mentees', 0), (27, 1, 'block', 'mnet_hosts', 0), (28, 1, 'block', 'private_files', 0), (29, 1, 'block', 'blog_recent', 0), (30, 1, 'block', 'rss_client', 0), (31, 1, 'block', 'search_forums', 0), (32, 1, 'block', 'section_links', 0), (33, 1, 'block', 'selfcompletion', 0), (34, 1, 'block', 'social_activities', 0), (35, 1, 'block', 'tags', 0), (36, 1, 'block', 'tag_youtube', 0), (37, 1, 'block', 'feedback', 0), (38, 1, 'block', 'online_users', 0), (39, 1, 'block', 'recentlyaccessedcourses', 0), (40, 1, 'block', 'starredcourses', 0), (41, 1, 'format', 'social', 0), (42, 1, 'dataformat', 'json', 0), (43, 1, 'enrol', 'cohort', 0), (44, 1, 'enrol', 'guest', 0), (45, 1, 'filter', 'mathjaxloader', -9999), (46, 1, 'filter', 'activitynames', -9999), (47, 1, 'qbehaviour', 'adaptivenopenalty', 0), (48, 1, 'qbehaviour', 'deferredcbm', 0), (49, 1, 'qbehaviour', 'immediatecbm', 0), (50, 1, 'qtype', 'calculated', 0), (51, 1, 'qtype', 'calculatedmulti', 0), (52, 1, 'qtype', 'calculatedsimple', 0), (53, 1, 'qtype', 'ddmarker', 0), (54, 1, 'qtype', 'ddimageortext', 0), (55, 1, 'qtype', 'multianswer', 0), (56, 1, 'qtype', 'numerical', 0), (57, 1, 'qtype', 'randomsamatch', 0), (58, 1, 'repository', 'local', 0), (59, 1, 'repository', 'url', 0), (60, 1, 'repository', 'wikimedia', 0), (61, 1, 'editor', 'tinymce', 0), (62, 2, 'mod', 'chat', 1), (63, 2, 'mod', 'data', 1), (64, 2, 'mod', 'lti', 1), (65, 2, 'mod', 'imscp', 1), (66, 2, 'mod', 'lesson', 1), (67, 2, 'mod', 'scorm', 1), (68, 2, 'mod', 'survey', 1), (69, 2, 'mod', 'wiki', 1), (70, 2, 'mod', 'workshop', 1), (71, 2, 'availability', 'grouping', 1), (72, 2, 'availability', 'profile', 1), (73, 2, 'block', 'activity_modules', 1), (74, 2, 'block', 'blog_menu', 1), (75, 2, 'block', 'blog_tags', 1), (76, 2, 'block', 'comments', 1), (77, 2, 'block', 'completionstatus', 1), (78, 2, 'block', 'course_list', 1), (79, 2, 'block', 'tag_flickr', 1), (80, 2, 'block', 'globalsearch', 1), (81, 2, 'block', 'badges', 1), (82, 2, 'block', 'lp', 1), (83, 2, 'block', 'myprofile', 1), (84, 2, 'block', 'login', 1), (85, 2, 'block', 'site_main_menu', 1), (86, 2, 'block', 'mentees', 1), (87, 2, 'block', 'mnet_hosts', 1), (88, 2, 'block', 'private_files', 1), (89, 2, 'block', 'blog_recent', 1), (90, 2, 'block', 'search_forums', 1), (91, 2, 'block', 'section_links', 1), (92, 2, 'block', 'social_activities', 1), (93, 2, 'block', 'tags', 1), (94, 2, 'block', 'online_users', 1), (95, 2, 'block', 'recentlyaccessedcourses', 1), (96, 2, 'block', 'starredcourses', 1), (97, 2, 'format', 'social', 1), (98, 2, 'dataformat', 'json', 1), (99, 2, 'enrol', 'cohort', 1), (100, 2, 'enrol', 'guest', 1), (101, 2, 'filter', 'mathjaxloader', 1), (102, 2, 'filter', 'activitynames', 1), (103, 2, 'qbehaviour', 'adaptivenopenalty', 1), (104, 2, 'qbehaviour', 'deferredcbm', 1), (105, 2, 'qbehaviour', 'immediatecbm', 1), (106, 2, 'qtype', 'calculated', 1), (107, 2, 'qtype', 'calculatedmulti', 1), (108, 2, 'qtype', 'calculatedsimple', 1), (109, 2, 'qtype', 'ddmarker', 1), (110, 2, 'qtype', 'ddimageortext', 1), (111, 2, 'qtype', 'multianswer', 1), (112, 2, 'qtype', 'numerical', 1), (113, 2, 'qtype', 'randomsamatch', 1), (114, 2, 'repository', 'local', 1), (115, 2, 'repository', 'url', 1), (116, 2, 'repository', 'wikimedia', 1), (117, 2, 'editor', 'tinymce', 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_indicator_calc` -- CREATE TABLE `cocoon_analytics_indicator_calc` ( `id` bigint NOT NULL, `starttime` bigint NOT NULL, `endtime` bigint NOT NULL, `contextid` bigint NOT NULL, `sampleorigin` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sampleid` bigint NOT NULL, `indicator` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` decimal(10,2) DEFAULT NULL, `timecreated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stored indicator calculations'; -- -- Volcado de datos para la tabla `cocoon_analytics_indicator_calc` -- INSERT INTO `cocoon_analytics_indicator_calc` (`id`, `starttime`, `endtime`, `contextid`, `sampleorigin`, `sampleid`, `indicator`, `value`, `timecreated`) VALUES (1, 1598811961, 1601490361, 156, 'user_enrolments', 1, '\\core\\analytics\\indicator\\any_course_access', -1.00, 1601490361), (2, 1598811961, 1601490361, 156, 'user_enrolments', 4, '\\core\\analytics\\indicator\\any_course_access', 1.00, 1601490361), (3, 1598811961, 1601490361, 153, 'user_enrolments', 2, '\\core\\analytics\\indicator\\any_course_access', -1.00, 1601490361), (4, 1598811961, 1601490361, 152, 'user_enrolments', 3, '\\core\\analytics\\indicator\\any_course_access', -1.00, 1601490361), (5, 1609368303, 1612046703, 156, 'user_enrolments', 1, '\\core\\analytics\\indicator\\any_course_access', -1.00, 1612046703), (6, 1609368303, 1612046703, 156, 'user_enrolments', 4, '\\core\\analytics\\indicator\\any_course_access', -1.00, 1612046703), (7, 1609368303, 1612046703, 153, 'user_enrolments', 2, '\\core\\analytics\\indicator\\any_course_access', -1.00, 1612046703), (8, 1609368303, 1612046703, 152, 'user_enrolments', 3, '\\core\\analytics\\indicator\\any_course_access', -1.00, 1612046703); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_models` -- CREATE TABLE `cocoon_analytics_models` ( `id` bigint NOT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '0', `trained` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(1333) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `target` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `indicators` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timesplitting` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `predictionsprocessor` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `version` bigint NOT NULL, `contextids` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint DEFAULT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Analytic models.'; -- -- Volcado de datos para la tabla `cocoon_analytics_models` -- INSERT INTO `cocoon_analytics_models` (`id`, `enabled`, `trained`, `name`, `target`, `indicators`, `timesplitting`, `predictionsprocessor`, `version`, `contextids`, `timecreated`, `timemodified`, `usermodified`) VALUES (1, 0, 0, NULL, '\\core_course\\analytics\\target\\course_dropout', '[\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\"]', NULL, NULL, 1570138757, NULL, 1570138757, 1570138757, 0), (2, 1, 1, NULL, '\\core_course\\analytics\\target\\no_teaching', '[\"\\\\core_course\\\\analytics\\\\indicator\\\\no_teacher\",\"\\\\core_course\\\\analytics\\\\indicator\\\\no_student\"]', '\\core\\analytics\\time_splitting\\single_range', NULL, 1570138757, NULL, 1570138757, 1570138757, 0), (3, 1, 1, NULL, '\\core_user\\analytics\\target\\upcoming_activities_due', '[\"\\\\core_course\\\\analytics\\\\indicator\\\\activities_due\"]', '\\core\\analytics\\time_splitting\\upcoming_week', NULL, 1570138757, NULL, 1570138757, 1570138757, 0), (4, 1, 1, NULL, '\\core_course\\analytics\\target\\no_access_since_course_start', '[\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\"]', '\\core\\analytics\\time_splitting\\one_month_after_start', NULL, 1578095287, NULL, 1578095287, 1578095287, 0), (5, 1, 1, NULL, '\\core_course\\analytics\\target\\no_recent_accesses', '[\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\"]', '\\core\\analytics\\time_splitting\\past_month', NULL, 1578095287, NULL, 1578095287, 1578095287, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_models_log` -- CREATE TABLE `cocoon_analytics_models_log` ( `id` bigint NOT NULL, `modelid` bigint NOT NULL, `version` bigint NOT NULL, `evaluationmode` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `target` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `indicators` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timesplitting` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `score` decimal(10,5) NOT NULL DEFAULT '0.00000', `info` longtext COLLATE utf8mb4_unicode_ci, `dir` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Analytic models changes during evaluation.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_predictions` -- CREATE TABLE `cocoon_analytics_predictions` ( `id` bigint NOT NULL, `modelid` bigint NOT NULL, `contextid` bigint NOT NULL, `sampleid` bigint NOT NULL, `rangeindex` mediumint NOT NULL, `prediction` decimal(10,2) NOT NULL, `predictionscore` decimal(10,5) NOT NULL, `calculations` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `timestart` bigint DEFAULT NULL, `timeend` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Predictions'; -- -- Volcado de datos para la tabla `cocoon_analytics_predictions` -- INSERT INTO `cocoon_analytics_predictions` (`id`, `modelid`, `contextid`, `sampleid`, `rangeindex`, `prediction`, `predictionscore`, `calculations`, `timecreated`, `timestart`, `timeend`) VALUES (1, 5, 156, 1, 8, 1.00, 1.00000, '{\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\":-1}', 1601490361, 1598811961, 1601490361), (2, 5, 153, 2, 8, 1.00, 1.00000, '{\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\":-1}', 1601490361, 1598811961, 1601490361), (3, 5, 152, 3, 8, 1.00, 1.00000, '{\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\":-1}', 1601490361, 1598811961, 1601490361), (4, 5, 156, 1, 12, 1.00, 1.00000, '{\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\":-1}', 1612046703, 1609368303, 1612046703), (5, 5, 156, 4, 12, 1.00, 1.00000, '{\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\":-1}', 1612046703, 1609368303, 1612046703), (6, 5, 153, 2, 12, 1.00, 1.00000, '{\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\":-1}', 1612046703, 1609368303, 1612046703), (7, 5, 152, 3, 12, 1.00, 1.00000, '{\"\\\\core\\\\analytics\\\\indicator\\\\any_course_access\":-1}', 1612046703, 1609368303, 1612046703); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_prediction_actions` -- CREATE TABLE `cocoon_analytics_prediction_actions` ( `id` bigint NOT NULL, `predictionid` bigint NOT NULL, `userid` bigint NOT NULL, `actionname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Register of user actions over predictions.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_predict_samples` -- CREATE TABLE `cocoon_analytics_predict_samples` ( `id` bigint NOT NULL, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, `timesplitting` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `rangeindex` bigint NOT NULL, `sampleids` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Samples already used for predictions.'; -- -- Volcado de datos para la tabla `cocoon_analytics_predict_samples` -- INSERT INTO `cocoon_analytics_predict_samples` (`id`, `modelid`, `analysableid`, `timesplitting`, `rangeindex`, `sampleids`, `timecreated`, `timemodified`) VALUES (1, 3, 3, '\\core\\analytics\\time_splitting\\upcoming_week', 0, '{\"3\":\"3\"}', 1578023891, 1578023891), (2, 3, 4, '\\core\\analytics\\time_splitting\\upcoming_week', 0, '{\"4\":\"4\"}', 1578023891, 1578023891), (3, 3, 5, '\\core\\analytics\\time_splitting\\upcoming_week', 0, '{\"5\":\"5\"}', 1578023891, 1578023891), (4, 3, 6, '\\core\\analytics\\time_splitting\\upcoming_week', 0, '{\"6\":\"6\"}', 1578023891, 1578023891), (5, 3, 7, '\\core\\analytics\\time_splitting\\upcoming_week', 0, '{\"7\":\"7\"}', 1578023892, 1578023892), (6, 3, 8, '\\core\\analytics\\time_splitting\\upcoming_week', 0, '{\"8\":\"8\"}', 1578023892, 1578023892), (7, 5, 11, '\\core\\analytics\\time_splitting\\past_month', 8, '{\"1\":1,\"4\":4}', 1601490361, 1601490361), (8, 5, 8, '\\core\\analytics\\time_splitting\\past_month', 8, '{\"2\":2}', 1601490361, 1601490361), (9, 5, 7, '\\core\\analytics\\time_splitting\\past_month', 8, '{\"3\":3}', 1601490361, 1601490361), (10, 4, 11, '\\core\\analytics\\time_splitting\\one_month_after_start', 0, '{\"1\":1,\"4\":4}', 1601490361, 1601490361), (11, 4, 8, '\\core\\analytics\\time_splitting\\one_month_after_start', 0, '{\"2\":2}', 1601490361, 1601490361), (12, 4, 7, '\\core\\analytics\\time_splitting\\one_month_after_start', 0, '{\"3\":3}', 1601490361, 1601490361), (13, 3, 3, '\\core\\analytics\\time_splitting\\upcoming_week', 38, '{\"3\":\"3\"}', 1601490361, 1601490361), (14, 3, 4, '\\core\\analytics\\time_splitting\\upcoming_week', 38, '{\"4\":\"4\"}', 1601490361, 1601490361), (15, 3, 5, '\\core\\analytics\\time_splitting\\upcoming_week', 38, '{\"5\":\"5\"}', 1601490361, 1601490361), (16, 3, 6, '\\core\\analytics\\time_splitting\\upcoming_week', 38, '{\"6\":\"6\"}', 1601490361, 1601490361), (17, 3, 7, '\\core\\analytics\\time_splitting\\upcoming_week', 38, '{\"7\":\"7\"}', 1601490361, 1601490361), (18, 3, 8, '\\core\\analytics\\time_splitting\\upcoming_week', 38, '{\"8\":\"8\"}', 1601490361, 1601490361), (19, 5, 11, '\\core\\analytics\\time_splitting\\past_month', 12, '{\"1\":1,\"4\":4}', 1612046703, 1612046703), (20, 5, 8, '\\core\\analytics\\time_splitting\\past_month', 12, '{\"2\":2}', 1612046703, 1612046703), (21, 5, 7, '\\core\\analytics\\time_splitting\\past_month', 12, '{\"3\":3}', 1612046703, 1612046703), (22, 3, 3, '\\core\\analytics\\time_splitting\\upcoming_week', 56, '{\"3\":\"3\"}', 1612046704, 1612046704), (23, 3, 4, '\\core\\analytics\\time_splitting\\upcoming_week', 56, '{\"4\":\"4\"}', 1612046704, 1612046704), (24, 3, 5, '\\core\\analytics\\time_splitting\\upcoming_week', 56, '{\"5\":\"5\"}', 1612046704, 1612046704), (25, 3, 6, '\\core\\analytics\\time_splitting\\upcoming_week', 56, '{\"6\":\"6\"}', 1612046704, 1612046704), (26, 3, 7, '\\core\\analytics\\time_splitting\\upcoming_week', 56, '{\"7\":\"7\"}', 1612046704, 1612046704), (27, 3, 8, '\\core\\analytics\\time_splitting\\upcoming_week', 56, '{\"8\":\"8\"}', 1612046704, 1612046704); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_train_samples` -- CREATE TABLE `cocoon_analytics_train_samples` ( `id` bigint NOT NULL, `modelid` bigint NOT NULL, `analysableid` bigint NOT NULL, `timesplitting` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sampleids` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Samples used for training'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_used_analysables` -- CREATE TABLE `cocoon_analytics_used_analysables` ( `id` bigint NOT NULL, `modelid` bigint NOT NULL, `action` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `analysableid` bigint NOT NULL, `firstanalysis` bigint NOT NULL, `timeanalysed` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='List of analysables used by each model'; -- -- Volcado de datos para la tabla `cocoon_analytics_used_analysables` -- INSERT INTO `cocoon_analytics_used_analysables` (`id`, `modelid`, `action`, `analysableid`, `firstanalysis`, `timeanalysed`) VALUES (1, 2, 'prediction', 1, 1578023891, 1612046703), (2, 3, 'prediction', 3, 1578023891, 1612046704), (3, 3, 'prediction', 4, 1578023891, 1612046704), (4, 3, 'prediction', 5, 1578023891, 1612046704), (5, 3, 'prediction', 6, 1578023891, 1612046704), (6, 3, 'prediction', 7, 1578023892, 1612046704), (7, 3, 'prediction', 8, 1578023892, 1612046704), (8, 5, 'prediction', 11, 1601490361, 1612046703), (9, 5, 'prediction', 10, 1601490361, 1612046703), (10, 5, 'prediction', 9, 1601490361, 1612046703), (11, 5, 'prediction', 8, 1601490361, 1612046703), (12, 5, 'prediction', 7, 1601490361, 1612046703), (13, 5, 'prediction', 6, 1601490361, 1612046703), (14, 5, 'prediction', 5, 1601490361, 1612046703), (15, 5, 'prediction', 4, 1601490361, 1612046703), (16, 5, 'prediction', 12, 1601490361, 1612046703), (17, 5, 'prediction', 18, 1601490361, 1612046703), (18, 5, 'prediction', 17, 1601490361, 1612046703), (19, 5, 'prediction', 16, 1601490361, 1612046703), (20, 5, 'prediction', 15, 1601490361, 1612046703), (21, 5, 'prediction', 14, 1601490361, 1612046703), (22, 5, 'prediction', 13, 1601490361, 1612046703), (23, 5, 'prediction', 21, 1601490361, 1612046703), (24, 5, 'prediction', 25, 1601490361, 1612046703), (25, 5, 'prediction', 24, 1601490361, 1612046703), (26, 5, 'prediction', 23, 1601490361, 1612046703), (27, 5, 'prediction', 22, 1601490361, 1612046703), (28, 5, 'prediction', 20, 1601490361, 1612046703), (29, 5, 'prediction', 19, 1601490361, 1612046703), (30, 5, 'prediction', 29, 1601490361, 1612046703), (31, 5, 'prediction', 32, 1601490361, 1612046703), (32, 5, 'prediction', 31, 1601490361, 1612046703), (33, 5, 'prediction', 30, 1601490361, 1612046703), (34, 5, 'prediction', 28, 1601490361, 1612046703), (35, 5, 'prediction', 27, 1601490361, 1612046703), (36, 5, 'prediction', 26, 1601490361, 1612046703), (37, 5, 'prediction', 39, 1601490361, 1612046703), (38, 5, 'prediction', 38, 1601490361, 1612046703), (39, 5, 'prediction', 37, 1601490361, 1612046703), (40, 5, 'prediction', 36, 1601490361, 1612046703), (41, 5, 'prediction', 35, 1601490361, 1612046703), (42, 5, 'prediction', 34, 1601490361, 1612046703), (43, 5, 'prediction', 33, 1601490361, 1612046703), (44, 5, 'prediction', 44, 1601490361, 1612046703), (45, 5, 'prediction', 46, 1601490361, 1612046703), (46, 5, 'prediction', 45, 1601490361, 1612046703), (47, 5, 'prediction', 43, 1601490361, 1612046703), (48, 5, 'prediction', 42, 1601490361, 1612046703), (49, 5, 'prediction', 41, 1601490361, 1612046703), (50, 5, 'prediction', 40, 1601490361, 1612046703), (51, 5, 'prediction', 48, 1601490361, 1612046703), (52, 5, 'prediction', 53, 1601490361, 1612046703), (53, 5, 'prediction', 52, 1601490361, 1612046703), (54, 5, 'prediction', 51, 1601490361, 1612046703), (55, 5, 'prediction', 50, 1601490361, 1612046703), (56, 5, 'prediction', 49, 1601490361, 1612046703), (57, 5, 'prediction', 47, 1601490361, 1612046703), (58, 5, 'prediction', 59, 1601490361, 1612046703), (59, 5, 'prediction', 60, 1601490361, 1612046703), (60, 5, 'prediction', 58, 1601490361, 1612046703), (61, 5, 'prediction', 57, 1601490361, 1612046703), (62, 5, 'prediction', 56, 1601490361, 1612046703), (63, 5, 'prediction', 55, 1601490361, 1612046703), (64, 5, 'prediction', 54, 1601490361, 1612046703), (65, 4, 'prediction', 11, 1601490361, 1612046703), (66, 4, 'prediction', 10, 1601490361, 1612046703), (67, 4, 'prediction', 9, 1601490361, 1612046703), (68, 4, 'prediction', 8, 1601490361, 1612046703), (69, 4, 'prediction', 7, 1601490361, 1612046703), (70, 4, 'prediction', 6, 1601490361, 1612046703), (71, 4, 'prediction', 5, 1601490361, 1612046703), (72, 4, 'prediction', 4, 1601490361, 1612046703), (73, 4, 'prediction', 12, 1601490361, 1612046703), (74, 4, 'prediction', 18, 1601490361, 1612046703), (75, 4, 'prediction', 17, 1601490361, 1612046703), (76, 4, 'prediction', 16, 1601490361, 1612046703), (77, 4, 'prediction', 15, 1601490361, 1612046703), (78, 4, 'prediction', 14, 1601490361, 1612046703), (79, 4, 'prediction', 13, 1601490361, 1612046703), (80, 4, 'prediction', 21, 1601490361, 1612046703), (81, 4, 'prediction', 25, 1601490361, 1612046703), (82, 4, 'prediction', 24, 1601490361, 1612046703), (83, 4, 'prediction', 23, 1601490361, 1612046703), (84, 4, 'prediction', 22, 1601490361, 1612046703), (85, 4, 'prediction', 20, 1601490361, 1612046703), (86, 4, 'prediction', 19, 1601490361, 1612046703), (87, 4, 'prediction', 29, 1601490361, 1612046703), (88, 4, 'prediction', 32, 1601490361, 1612046703), (89, 4, 'prediction', 31, 1601490361, 1612046703), (90, 4, 'prediction', 30, 1601490361, 1612046703), (91, 4, 'prediction', 28, 1601490361, 1612046703), (92, 4, 'prediction', 27, 1601490361, 1612046703), (93, 4, 'prediction', 26, 1601490361, 1612046703), (94, 4, 'prediction', 39, 1601490361, 1612046703), (95, 4, 'prediction', 38, 1601490361, 1612046703), (96, 4, 'prediction', 37, 1601490361, 1612046703), (97, 4, 'prediction', 36, 1601490361, 1612046703), (98, 4, 'prediction', 35, 1601490361, 1612046703), (99, 4, 'prediction', 34, 1601490361, 1612046704), (100, 4, 'prediction', 33, 1601490361, 1612046704), (101, 4, 'prediction', 44, 1601490361, 1612046704), (102, 4, 'prediction', 46, 1601490361, 1612046704), (103, 4, 'prediction', 45, 1601490361, 1612046704), (104, 4, 'prediction', 43, 1601490361, 1612046704), (105, 4, 'prediction', 42, 1601490361, 1612046704), (106, 4, 'prediction', 41, 1601490361, 1612046704), (107, 4, 'prediction', 40, 1601490361, 1612046704), (108, 4, 'prediction', 48, 1601490361, 1612046704), (109, 4, 'prediction', 53, 1601490361, 1612046704), (110, 4, 'prediction', 52, 1601490361, 1612046704), (111, 4, 'prediction', 51, 1601490361, 1612046704), (112, 4, 'prediction', 50, 1601490361, 1612046704), (113, 4, 'prediction', 49, 1601490361, 1612046704), (114, 4, 'prediction', 47, 1601490361, 1612046704), (115, 4, 'prediction', 59, 1601490361, 1612046704), (116, 4, 'prediction', 60, 1601490361, 1612046704), (117, 4, 'prediction', 58, 1601490361, 1612046704), (118, 4, 'prediction', 57, 1601490361, 1612046704), (119, 4, 'prediction', 56, 1601490361, 1612046704), (120, 4, 'prediction', 55, 1601490361, 1612046704), (121, 4, 'prediction', 54, 1601490361, 1612046704); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_analytics_used_files` -- CREATE TABLE `cocoon_analytics_used_files` ( `id` bigint NOT NULL, `modelid` bigint NOT NULL DEFAULT '0', `fileid` bigint NOT NULL DEFAULT '0', `action` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `time` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Files that have already been used for training and predictio'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assign` -- CREATE TABLE `cocoon_assign` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `alwaysshowdescription` tinyint NOT NULL DEFAULT '0', `activity` longtext COLLATE utf8mb4_unicode_ci, `activityformat` smallint NOT NULL DEFAULT '0', `submissionattachments` tinyint NOT NULL DEFAULT '0', `nosubmissions` tinyint NOT NULL DEFAULT '0', `submissiondrafts` tinyint NOT NULL DEFAULT '0', `sendnotifications` tinyint NOT NULL DEFAULT '0', `sendlatenotifications` tinyint NOT NULL DEFAULT '0', `duedate` bigint NOT NULL DEFAULT '0', `allowsubmissionsfromdate` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `requiresubmissionstatement` tinyint NOT NULL DEFAULT '0', `completionsubmit` tinyint NOT NULL DEFAULT '0', `cutoffdate` bigint NOT NULL DEFAULT '0', `timelimit` bigint NOT NULL DEFAULT '0', `gradingduedate` bigint NOT NULL DEFAULT '0', `teamsubmission` tinyint NOT NULL DEFAULT '0', `requireallteammemberssubmit` tinyint NOT NULL DEFAULT '0', `teamsubmissiongroupingid` bigint NOT NULL DEFAULT '0', `blindmarking` tinyint NOT NULL DEFAULT '0', `hidegrader` tinyint NOT NULL DEFAULT '0', `revealidentities` tinyint NOT NULL DEFAULT '0', `attemptreopenmethod` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'none', `maxattempts` mediumint NOT NULL DEFAULT '-1', `markingworkflow` tinyint NOT NULL DEFAULT '0', `markingallocation` tinyint NOT NULL DEFAULT '0', `sendstudentnotifications` tinyint NOT NULL DEFAULT '1', `preventsubmissionnotingroup` tinyint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table saves information about an instance of mod_assign'; -- -- Volcado de datos para la tabla `cocoon_assign` -- INSERT INTO `cocoon_assign` (`id`, `course`, `name`, `intro`, `introformat`, `alwaysshowdescription`, `activity`, `activityformat`, `submissionattachments`, `nosubmissions`, `submissiondrafts`, `sendnotifications`, `sendlatenotifications`, `duedate`, `allowsubmissionsfromdate`, `grade`, `timemodified`, `requiresubmissionstatement`, `completionsubmit`, `cutoffdate`, `timelimit`, `gradingduedate`, `teamsubmission`, `requireallteammemberssubmit`, `teamsubmissiongroupingid`, `blindmarking`, `hidegrader`, `revealidentities`, `attemptreopenmethod`, `maxattempts`, `markingworkflow`, `markingallocation`, `sendstudentnotifications`, `preventsubmissionnotingroup`) VALUES (1, 8, 'Assignment 1', '', 1, 1, NULL, 0, 0, 0, 0, 0, 0, 1578096000, 1577491200, 100, 1577501491, 0, 1, 0, 0, 1578700800, 0, 0, 0, 0, 0, 0, 'none', -1, 0, 0, 1, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignfeedback_comments` -- CREATE TABLE `cocoon_assignfeedback_comments` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `commenttext` longtext COLLATE utf8mb4_unicode_ci, `commentformat` smallint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Text feedback for submitted assignments'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignfeedback_editpdf_annot` -- CREATE TABLE `cocoon_assignfeedback_editpdf_annot` ( `id` bigint NOT NULL, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', `x` bigint DEFAULT '0', `y` bigint DEFAULT '0', `endx` bigint DEFAULT '0', `endy` bigint DEFAULT '0', `path` longtext COLLATE utf8mb4_unicode_ci, `type` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT 'line', `colour` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='stores annotations added to pdfs submitted by students'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignfeedback_editpdf_cmnt` -- CREATE TABLE `cocoon_assignfeedback_editpdf_cmnt` ( `id` bigint NOT NULL, `gradeid` bigint NOT NULL DEFAULT '0', `x` bigint DEFAULT '0', `y` bigint DEFAULT '0', `width` bigint DEFAULT '120', `rawtext` longtext COLLATE utf8mb4_unicode_ci, `pageno` bigint NOT NULL DEFAULT '0', `colour` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT 'black', `draft` tinyint NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores comments added to pdfs'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignfeedback_editpdf_queue` -- CREATE TABLE `cocoon_assignfeedback_editpdf_queue` ( `id` bigint NOT NULL, `submissionid` bigint NOT NULL, `submissionattempt` bigint NOT NULL, `attemptedconversions` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Queue for processing.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignfeedback_editpdf_quick` -- CREATE TABLE `cocoon_assignfeedback_editpdf_quick` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `rawtext` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `width` bigint NOT NULL DEFAULT '120', `colour` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT 'yellow' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores teacher specified quicklist comments'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignfeedback_editpdf_rot` -- CREATE TABLE `cocoon_assignfeedback_editpdf_rot` ( `id` bigint NOT NULL, `gradeid` bigint NOT NULL DEFAULT '0', `pageno` bigint NOT NULL DEFAULT '0', `pathnamehash` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `isrotated` tinyint(1) NOT NULL DEFAULT '0', `degree` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores rotation information of a page.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignfeedback_file` -- CREATE TABLE `cocoon_assignfeedback_file` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores info about the number of files submitted by a student'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignment` -- CREATE TABLE `cocoon_assignment` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `assignmenttype` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `resubmit` tinyint NOT NULL DEFAULT '0', `preventlate` tinyint NOT NULL DEFAULT '0', `emailteachers` tinyint NOT NULL DEFAULT '0', `var1` bigint DEFAULT '0', `var2` bigint DEFAULT '0', `var3` bigint DEFAULT '0', `var4` bigint DEFAULT '0', `var5` bigint DEFAULT '0', `maxbytes` bigint NOT NULL DEFAULT '100000', `timedue` bigint NOT NULL DEFAULT '0', `timeavailable` bigint NOT NULL DEFAULT '0', `grade` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines assignments'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignment_submissions` -- CREATE TABLE `cocoon_assignment_submissions` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0', `data1` longtext COLLATE utf8mb4_unicode_ci, `data2` longtext COLLATE utf8mb4_unicode_ci, `grade` bigint NOT NULL DEFAULT '0', `submissioncomment` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `format` smallint NOT NULL DEFAULT '0', `teacher` bigint NOT NULL DEFAULT '0', `timemarked` bigint NOT NULL DEFAULT '0', `mailed` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Info about submitted assignments'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignment_upgrade` -- CREATE TABLE `cocoon_assignment_upgrade` ( `id` bigint NOT NULL, `oldcmid` bigint NOT NULL DEFAULT '0', `oldinstance` bigint NOT NULL DEFAULT '0', `newcmid` bigint NOT NULL DEFAULT '0', `newinstance` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Info about upgraded assignments'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignsubmission_file` -- CREATE TABLE `cocoon_assignsubmission_file` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `numfiles` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Info about file submissions for assignments'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assignsubmission_onlinetext` -- CREATE TABLE `cocoon_assignsubmission_onlinetext` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `submission` bigint NOT NULL DEFAULT '0', `onlinetext` longtext COLLATE utf8mb4_unicode_ci, `onlineformat` smallint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Info about onlinetext submission'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assign_grades` -- CREATE TABLE `cocoon_assign_grades` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `grader` bigint NOT NULL DEFAULT '0', `grade` decimal(10,5) DEFAULT '0.00000', `attemptnumber` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Grading information about a single assignment submission.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assign_overrides` -- CREATE TABLE `cocoon_assign_overrides` ( `id` bigint NOT NULL, `assignid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, `userid` bigint DEFAULT NULL, `sortorder` bigint DEFAULT NULL, `allowsubmissionsfromdate` bigint DEFAULT NULL, `duedate` bigint DEFAULT NULL, `cutoffdate` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='The overrides to assign settings.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assign_plugin_config` -- CREATE TABLE `cocoon_assign_plugin_config` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `plugin` varchar(28) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subtype` varchar(28) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(28) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Config data for an instance of a plugin in an assignment.'; -- -- Volcado de datos para la tabla `cocoon_assign_plugin_config` -- INSERT INTO `cocoon_assign_plugin_config` (`id`, `assignment`, `plugin`, `subtype`, `name`, `value`) VALUES (1, 1, 'onlinetext', 'assignsubmission', 'enabled', '0'), (2, 1, 'file', 'assignsubmission', 'enabled', '1'), (3, 1, 'file', 'assignsubmission', 'maxfilesubmissions', '20'), (4, 1, 'file', 'assignsubmission', 'maxsubmissionsizebytes', '0'), (5, 1, 'file', 'assignsubmission', 'filetypeslist', ''), (6, 1, 'comments', 'assignsubmission', 'enabled', '1'), (7, 1, 'comments', 'assignfeedback', 'enabled', '1'), (8, 1, 'comments', 'assignfeedback', 'commentinline', '0'), (9, 1, 'editpdf', 'assignfeedback', 'enabled', '0'), (10, 1, 'offline', 'assignfeedback', 'enabled', '0'), (11, 1, 'file', 'assignfeedback', 'enabled', '0'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assign_submission` -- CREATE TABLE `cocoon_assign_submission` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `timestarted` bigint DEFAULT NULL, `status` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `groupid` bigint NOT NULL DEFAULT '0', `attemptnumber` bigint NOT NULL DEFAULT '0', `latest` tinyint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table keeps information about student interactions with'; -- -- Volcado de datos para la tabla `cocoon_assign_submission` -- INSERT INTO `cocoon_assign_submission` (`id`, `assignment`, `userid`, `timecreated`, `timemodified`, `timestarted`, `status`, `groupid`, `attemptnumber`, `latest`) VALUES (1, 1, 2, 1577501493, 1577501493, NULL, 'new', 0, 0, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assign_user_flags` -- CREATE TABLE `cocoon_assign_user_flags` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `assignment` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `mailed` smallint NOT NULL DEFAULT '0', `extensionduedate` bigint NOT NULL DEFAULT '0', `workflowstate` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `allocatedmarker` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='List of flags that can be set for a single user in a single '; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_assign_user_mapping` -- CREATE TABLE `cocoon_assign_user_mapping` ( `id` bigint NOT NULL, `assignment` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Map an assignment specific id number to a user'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_auth_lti_linked_login` -- CREATE TABLE `cocoon_auth_lti_linked_login` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `issuer` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `issuer256` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sub` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sub256` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_auth_oauth2_linked_login` -- CREATE TABLE `cocoon_auth_oauth2_linked_login` ( `id` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `userid` bigint NOT NULL, `issuerid` bigint NOT NULL, `username` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `email` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `confirmtoken` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `confirmtokenexpires` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Accounts linked to a users Moodle account.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_backup_controllers` -- CREATE TABLE `cocoon_backup_controllers` ( `id` bigint NOT NULL, `backupid` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `operation` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backup', `type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `format` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `interactive` smallint NOT NULL, `purpose` smallint NOT NULL, `userid` bigint NOT NULL, `status` smallint NOT NULL, `execution` smallint NOT NULL, `executiontime` bigint NOT NULL, `checksum` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000', `controller` longtext COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='To store the backup_controllers as they are used'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_backup_courses` -- CREATE TABLE `cocoon_backup_courses` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL DEFAULT '0', `laststarttime` bigint NOT NULL DEFAULT '0', `lastendtime` bigint NOT NULL DEFAULT '0', `laststatus` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '5', `nextstarttime` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='To store every course backup status'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_backup_logs` -- CREATE TABLE `cocoon_backup_logs` ( `id` bigint NOT NULL, `backupid` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `loglevel` smallint NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='To store all the logs from backup and restore operations (by'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge` -- CREATE TABLE `cocoon_badge` ( `id` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `usercreated` bigint NOT NULL, `usermodified` bigint NOT NULL, `issuername` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `issuerurl` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `issuercontact` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `expiredate` bigint DEFAULT NULL, `expireperiod` bigint DEFAULT NULL, `type` tinyint(1) NOT NULL DEFAULT '1', `courseid` bigint DEFAULT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `messagesubject` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `attachment` tinyint(1) NOT NULL DEFAULT '1', `notification` tinyint(1) NOT NULL DEFAULT '1', `status` tinyint(1) NOT NULL DEFAULT '0', `nextcron` bigint DEFAULT NULL, `version` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `language` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imageauthorname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imageauthoremail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imageauthorurl` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `imagecaption` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines badge' ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_alignment` -- CREATE TABLE `cocoon_badge_alignment` ( `id` bigint NOT NULL, `badgeid` bigint NOT NULL DEFAULT '0', `targetname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `targeturl` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `targetdescription` longtext COLLATE utf8mb4_unicode_ci, `targetframework` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `targetcode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines alignment for badges'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_backpack` -- CREATE TABLE `cocoon_badge_backpack` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `backpackuid` bigint NOT NULL, `autosync` tinyint(1) NOT NULL DEFAULT '0', `password` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `externalbackpackid` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines settings for connecting external backpack'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_backpack_oauth2` -- CREATE TABLE `cocoon_badge_backpack_oauth2` ( `id` bigint NOT NULL, `usermodified` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL, `issuerid` bigint NOT NULL, `externalbackpackid` bigint NOT NULL, `token` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `refreshtoken` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `expires` bigint DEFAULT NULL, `scope` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_criteria` -- CREATE TABLE `cocoon_badge_criteria` ( `id` bigint NOT NULL, `badgeid` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '1', `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines criteria for issuing badges'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_criteria_met` -- CREATE TABLE `cocoon_badge_criteria_met` ( `id` bigint NOT NULL, `issuedid` bigint DEFAULT NULL, `critid` bigint NOT NULL, `userid` bigint NOT NULL, `datemet` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines criteria that were met for an issued badge'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_criteria_param` -- CREATE TABLE `cocoon_badge_criteria_param` ( `id` bigint NOT NULL, `critid` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines parameters for badges criteria'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_endorsement` -- CREATE TABLE `cocoon_badge_endorsement` ( `id` bigint NOT NULL, `badgeid` bigint NOT NULL DEFAULT '0', `issuername` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `issuerurl` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `issueremail` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `claimid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `claimcomment` longtext COLLATE utf8mb4_unicode_ci, `dateissued` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines endorsement for badge'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_external` -- CREATE TABLE `cocoon_badge_external` ( `id` bigint NOT NULL, `backpackid` bigint NOT NULL, `collectionid` bigint NOT NULL, `entityid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `assertion` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Setting for external badges display'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_external_backpack` -- CREATE TABLE `cocoon_badge_external_backpack` ( `id` bigint NOT NULL, `backpackapiurl` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `backpackweburl` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `apiversion` varchar(12) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1.0', `sortorder` bigint NOT NULL DEFAULT '0', `oauth2_issuerid` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines settings for site level backpacks that a user can co'; -- -- Volcado de datos para la tabla `cocoon_badge_external_backpack` -- INSERT INTO `cocoon_badge_external_backpack` (`id`, `backpackapiurl`, `backpackweburl`, `apiversion`, `sortorder`, `oauth2_issuerid`) VALUES (2, 'https://api.badgr.io/v2', 'https://badgr.io', '2', 1, NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_external_identifier` -- CREATE TABLE `cocoon_badge_external_identifier` ( `id` bigint NOT NULL, `sitebackpackid` bigint NOT NULL, `internalid` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `externalid` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Setting for external badges mappings'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_issued` -- CREATE TABLE `cocoon_badge_issued` ( `id` bigint NOT NULL, `badgeid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `uniquehash` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `dateissued` bigint NOT NULL DEFAULT '0', `dateexpire` bigint DEFAULT NULL, `visible` tinyint(1) NOT NULL DEFAULT '0', `issuernotified` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines issued badges'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_manual_award` -- CREATE TABLE `cocoon_badge_manual_award` ( `id` bigint NOT NULL, `badgeid` bigint NOT NULL, `recipientid` bigint NOT NULL, `issuerid` bigint NOT NULL, `issuerrole` bigint NOT NULL, `datemet` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Track manual award criteria for badges'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_badge_related` -- CREATE TABLE `cocoon_badge_related` ( `id` bigint NOT NULL, `badgeid` bigint NOT NULL DEFAULT '0', `relatedbadgeid` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines badge related for badges'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_bigbluebuttonbn` -- CREATE TABLE `cocoon_bigbluebuttonbn` ( `id` bigint NOT NULL, `type` tinyint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '1', `meetingid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `moderatorpass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `viewerpass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `wait` tinyint(1) NOT NULL DEFAULT '0', `record` tinyint(1) NOT NULL DEFAULT '0', `recordallfromstart` tinyint(1) NOT NULL DEFAULT '0', `recordhidebutton` tinyint(1) NOT NULL DEFAULT '0', `welcome` longtext COLLATE utf8mb4_unicode_ci, `voicebridge` mediumint NOT NULL DEFAULT '0', `openingtime` bigint NOT NULL DEFAULT '0', `closingtime` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `presentation` longtext COLLATE utf8mb4_unicode_ci, `participants` longtext COLLATE utf8mb4_unicode_ci, `userlimit` smallint NOT NULL DEFAULT '0', `recordings_html` tinyint(1) NOT NULL DEFAULT '0', `recordings_deleted` tinyint(1) NOT NULL DEFAULT '1', `recordings_imported` tinyint(1) NOT NULL DEFAULT '0', `recordings_preview` tinyint(1) NOT NULL DEFAULT '0', `clienttype` tinyint(1) NOT NULL DEFAULT '0', `muteonstart` tinyint(1) NOT NULL DEFAULT '0', `disablecam` tinyint(1) NOT NULL DEFAULT '0', `disablemic` tinyint(1) NOT NULL DEFAULT '0', `disableprivatechat` tinyint(1) NOT NULL DEFAULT '0', `disablepublicchat` tinyint(1) NOT NULL DEFAULT '0', `disablenote` tinyint(1) NOT NULL DEFAULT '0', `hideuserlist` tinyint(1) NOT NULL DEFAULT '0', `lockedlayout` tinyint(1) NOT NULL DEFAULT '0', `lockonjoin` tinyint(1) NOT NULL DEFAULT '0', `lockonjoinconfigurable` tinyint(1) NOT NULL DEFAULT '0', `completionattendance` int NOT NULL DEFAULT '0', `completionengagementchats` int NOT NULL DEFAULT '0', `completionengagementtalks` int NOT NULL DEFAULT '0', `completionengagementraisehand` int NOT NULL DEFAULT '0', `completionengagementpollvotes` int NOT NULL DEFAULT '0', `completionengagementemojis` int NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='The bigbluebuttonbn table to store information about a meeti'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_bigbluebuttonbn_logs` -- CREATE TABLE `cocoon_bigbluebuttonbn_logs` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, `userid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `meetingid` varchar(256) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `log` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `meta` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='The bigbluebuttonbn table to store meeting activity events'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_bigbluebuttonbn_recordings` -- CREATE TABLE `cocoon_bigbluebuttonbn_recordings` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `bigbluebuttonbnid` bigint NOT NULL, `groupid` bigint DEFAULT NULL, `recordingid` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `headless` tinyint(1) NOT NULL DEFAULT '0', `imported` tinyint(1) NOT NULL DEFAULT '0', `status` tinyint(1) NOT NULL DEFAULT '0', `importeddata` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='The bigbluebuttonbn table to store references to recordings'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block` -- CREATE TABLE `cocoon_block` ( `id` bigint NOT NULL, `name` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `cron` bigint NOT NULL DEFAULT '0', `lastcron` bigint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='contains all installed blocks'; -- -- Volcado de datos para la tabla `cocoon_block` -- INSERT INTO `cocoon_block` (`id`, `name`, `cron`, `lastcron`, `visible`) VALUES (1, 'activity_modules', 0, 0, 1), (2, 'activity_results', 0, 0, 1), (3, 'admin_bookmarks', 0, 0, 1), (4, 'badges', 0, 0, 1), (5, 'blog_menu', 0, 0, 1), (6, 'blog_recent', 0, 0, 1), (7, 'blog_tags', 0, 0, 1), (8, 'calendar_month', 0, 0, 1), (9, 'calendar_upcoming', 0, 0, 1), (10, 'comments', 0, 0, 1), (12, 'completionstatus', 0, 0, 1), (13, 'course_list', 0, 0, 1), (14, 'course_summary', 0, 0, 0), (15, 'feedback', 0, 0, 0), (16, 'globalsearch', 0, 0, 1), (17, 'glossary_random', 0, 0, 1), (18, 'html', 0, 0, 1), (19, 'login', 0, 0, 1), (20, 'lp', 0, 0, 1), (21, 'mentees', 0, 0, 1), (22, 'mnet_hosts', 0, 0, 1), (23, 'myoverview', 0, 0, 1), (24, 'myprofile', 0, 0, 1), (25, 'navigation', 0, 0, 1), (26, 'news_items', 0, 0, 1), (27, 'online_users', 0, 0, 1), (29, 'private_files', 0, 0, 1), (31, 'recent_activity', 0, 0, 1), (32, 'recentlyaccessedcourses', 0, 0, 1), (33, 'recentlyaccesseditems', 0, 0, 1), (34, 'rss_client', 0, 0, 0), (35, 'search_forums', 0, 0, 1), (36, 'section_links', 0, 0, 1), (37, 'selfcompletion', 0, 0, 0), (38, 'settings', 0, 0, 1), (39, 'site_main_menu', 0, 0, 1), (40, 'social_activities', 0, 0, 1), (41, 'starredcourses', 0, 0, 1), (42, 'tag_flickr', 0, 0, 1), (43, 'tag_youtube', 0, 0, 0), (44, 'tags', 0, 0, 1), (45, 'timeline', 0, 0, 1), (53, 'cocoon_course_details', 0, 0, 1), (54, 'cocoon_course_features', 0, 0, 1), (55, 'cocoon_course_instructor', 0, 0, 1), (56, 'cocoon_course_info', 0, 0, 1), (57, 'cocoon_course_overview', 0, 0, 1), (58, 'cocoon_course_intro', 0, 0, 1), (61, 'cocoon_course_list', 0, 0, 1), (62, 'cocoon_featuredcourses', 0, 0, 1), (63, 'cocoon_users', 0, 0, 1), (64, 'cocoon_users_slider', 0, 0, 1), (65, 'cocoon_gallery', 0, 0, 1), (66, 'cocoon_partners', 0, 0, 1), (67, 'cocoon_parallax', 0, 0, 1), (69, 'cocoon_course_categories', 0, 0, 1), (70, 'cocoon_blog_recent', 0, 0, 1), (71, 'cocoon_blog_recent_slider', 0, 0, 1), (72, 'cocoon_gallery_slider', 0, 0, 1), (73, 'cocoon_parallax_counters', 0, 0, 1), (74, 'cocoon_users_slider_round', 0, 0, 1), (75, 'cocoon_action_panels', 0, 0, 1), (76, 'cocoon_courses_slider', 0, 0, 1), (78, 'cocoon_tstmnls', 0, 0, 1), (79, 'cocoon_slider_1', 0, 0, 1), (80, 'cocoon_slider_2', 0, 0, 1), (81, 'cocoon_event_slider', 0, 0, 1), (82, 'cocoon_blog_recent_list', 0, 0, 1), (83, 'cocoon_globalsearch_sb', 0, 0, 1), (84, 'cocoon_featured_posts', 0, 0, 1), (85, 'cocoon_contact_form', 0, 0, 1), (86, 'cocoon_about_1', 0, 0, 1), (87, 'cocoon_about_2', 0, 0, 1), (88, 'cocoon_simple_counters', 0, 0, 1), (89, 'cocoon_hero_1', 0, 0, 1), (90, 'cocoon_hero_2', 0, 0, 1), (91, 'cocoon_slider_3', 0, 0, 1), (92, 'cocoon_features', 0, 0, 1), (93, 'cocoon_parallax_white', 0, 0, 1), (94, 'cocoon_hero_3', 0, 0, 1), (95, 'cocoon_tablets', 0, 0, 1), (96, 'cocoon_subscribe', 0, 0, 1), (97, 'cocoon_slider_4', 0, 0, 1), (99, 'cocoon_faqs', 0, 0, 1), (100, 'cocoon_more_courses', 0, 0, 1), (102, 'cocoon_pills', 0, 0, 1), (104, 'cocoon_programs', 0, 0, 1), (105, 'cocoon_featured_event', 0, 0, 1), (106, 'cocoon_event_details', 0, 0, 1), (107, 'cocoon_event_contact', 0, 0, 1), (108, 'cocoon_event_body', 0, 0, 1), (109, 'cocoon_parallax_apps', 0, 0, 1), (110, 'cocoon_custom_html', 0, 0, 1), (111, 'cocoon_globalsearch_n', 0, 0, 1), (112, 'cocoon_mynews', 0, 0, 1), (113, 'cocoon_myorders', 0, 0, 1), (114, 'cocoon_myviews', 0, 0, 1), (115, 'cocoon_accordion', 0, 0, 1), (116, 'cocoon_boxes', 0, 0, 1), (117, 'cocoon_cf_paid', 0, 0, 1), (118, 'cocoon_cf_rating', 0, 0, 1), (119, 'cocoon_course_categories_2', 0, 0, 1), (120, 'cocoon_course_categories_3', 0, 0, 1), (121, 'cocoon_course_categories_4', 0, 0, 1), (122, 'cocoon_course_enrl_c', 0, 0, 1), (123, 'cocoon_course_feat_a', 0, 0, 1), (124, 'cocoon_course_grid', 0, 0, 1), (125, 'cocoon_course_grid_2', 0, 0, 1), (126, 'cocoon_course_grid_3', 0, 0, 1), (127, 'cocoon_course_grid_4', 0, 0, 1), (128, 'cocoon_course_rating', 0, 0, 1), (129, 'cocoon_hero_4', 0, 0, 1), (130, 'cocoon_hero_5', 0, 0, 1), (131, 'cocoon_my_courses', 0, 0, 1), (132, 'cocoon_parallax_features', 0, 0, 1), (133, 'cocoon_parallax_subscribe', 0, 0, 1), (134, 'cocoon_parallax_testimonials', 0, 0, 1), (135, 'cocoon_price_tables', 0, 0, 1), (136, 'cocoon_price_tables_dark', 0, 0, 1), (137, 'cocoon_services', 0, 0, 1), (138, 'cocoon_services_dark', 0, 0, 1), (139, 'cocoon_slider_1_v', 0, 0, 1), (140, 'cocoon_slider_5', 0, 0, 1), (141, 'cocoon_slider_6', 0, 0, 1), (142, 'cocoon_steps', 0, 0, 1), (143, 'cocoon_steps_dark', 0, 0, 1), (144, 'cocoon_tabs', 0, 0, 1), (145, 'cocoon_tstmnls_2', 0, 0, 1), (146, 'cocoon_users_slider_2', 0, 0, 1), (147, 'cocoon_users_slider_2_dark', 0, 0, 1), (148, 'cocoon_course_categories_5', 0, 0, 1), (149, 'cocoon_course_grid_5', 0, 0, 1), (150, 'cocoon_course_grid_6', 0, 0, 1), (151, 'cocoon_course_grid_7', 0, 0, 1), (152, 'cocoon_course_grid_8', 0, 0, 1), (153, 'cocoon_event_list', 0, 0, 1), (154, 'cocoon_event_list_2', 0, 0, 1), (155, 'cocoon_featured_teacher', 0, 0, 1), (156, 'cocoon_featured_video', 0, 0, 1), (157, 'cocoon_hero_6', 0, 0, 1), (158, 'cocoon_hero_7', 0, 0, 1), (159, 'cocoon_parallax_subscribe_2', 0, 0, 1), (160, 'cocoon_slider_7', 0, 0, 1), (161, 'cocoon_slider_8', 0, 0, 1), (162, 'cocoon_tstmnls_3', 0, 0, 1), (163, 'cocoon_tstmnls_4', 0, 0, 1), (164, 'cocoon_tstmnls_5', 0, 0, 1), (165, 'cocoon_tstmnls_6', 0, 0, 1), (166, 'cocoon_form', 0, 0, 1), (167, 'accessreview', 0, 0, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block_cocoon_courses_slider` -- CREATE TABLE `cocoon_block_cocoon_courses_slider` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `sortorder` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Default comment for block_cocoon_courses_slider, please edit'; -- -- Volcado de datos para la tabla `cocoon_block_cocoon_courses_slider` -- INSERT INTO `cocoon_block_cocoon_courses_slider` (`id`, `courseid`, `sortorder`) VALUES (4, 11, 0), (5, 10, 1), (6, 9, 2), (7, 8, 4), (8, 7, 3), (9, 6, 2); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block_cocoon_featuredcourses` -- CREATE TABLE `cocoon_block_cocoon_featuredcourses` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `sortorder` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Default comment for block_cocoon_featuredcourses, please edi'; -- -- Volcado de datos para la tabla `cocoon_block_cocoon_featuredcourses` -- INSERT INTO `cocoon_block_cocoon_featuredcourses` (`id`, `courseid`, `sortorder`) VALUES (1, 3, 0), (2, 2, 1), (3, 11, 0), (4, 10, 3), (5, 8, 4), (6, 7, 5), (7, 6, 5), (8, 9, 4), (9, 5, 4), (10, 4, 3); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block_cocoon_more_courses` -- CREATE TABLE `cocoon_block_cocoon_more_courses` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `sortorder` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Default comment for block_cocoon_more_courses, please edit m'; -- -- Volcado de datos para la tabla `cocoon_block_cocoon_more_courses` -- INSERT INTO `cocoon_block_cocoon_more_courses` (`id`, `courseid`, `sortorder`) VALUES (1, 11, 0), (2, 10, 1), (3, 9, 2); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block_instances` -- CREATE TABLE `cocoon_block_instances` ( `id` bigint NOT NULL, `blockname` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `parentcontextid` bigint NOT NULL, `showinsubcontexts` smallint NOT NULL, `requiredbytheme` smallint NOT NULL DEFAULT '0', `pagetypepattern` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subpagepattern` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `defaultregion` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `defaultweight` bigint NOT NULL, `configdata` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table stores block instances. The type of block this is'; -- -- Volcado de datos para la tabla `cocoon_block_instances` -- INSERT INTO `cocoon_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `requiredbytheme`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`, `timecreated`, `timemodified`) VALUES (2, 'timeline', 1, 0, 0, 'my-index', '2', 'content', 0, '', 1570138775, 1570138775), (58, 'cocoon_users', 80, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mjp7czo1OiJ0aXRsZSI7czowOiIiO3M6NToidXNlcnMiO2E6NTp7aTowO3M6MToiMyI7aToxO3M6MToiNCI7aToyO3M6MToiNiI7aTozO3M6MToiNSI7aTo0O3M6MToiNyI7fX0=', 1576613259, 1577048865), (59, 'cocoon_users_slider', 80, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mjp7czo1OiJ0aXRsZSI7czoxOToiUG9wdWxhciBJbnN0cnVjdG9ycyI7czo1OiJ1c2VycyI7YTo1OntpOjA7czoxOiIzIjtpOjE7czoxOiI0IjtpOjI7czoxOiI1IjtpOjM7czoxOiI2IjtpOjQ7czoxOiI3Ijt9fQ==', 1576618604, 1577048882), (60, 'cocoon_gallery', 83, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6ODp7czo1OiJ0aXRsZSI7czoyMDoiQWJvdXQgdGhlIGluc3RydWN0b3IiO3M6NDoibmFtZSI7czo5OiJBbGkgVHVmYW4iO3M6ODoicG9zaXRpb24iO3M6MTQ6IlVYL1VJIERlc2lnbmVyIjtzOjg6InN0dWRlbnRzIjtzOjE2OiIxNDEsNzQ1IFN0dWRlbnRzIjtzOjc6InJldmlld3MiO3M6MTQ6IjEyLDE5NyBSZXZpZXdzIjtzOjc6ImNvdXJzZXMiO3M6OToiNSBDb3Vyc2VzIjtzOjU6ImltYWdlIjtpOjkyMTYzNjEzNztzOjM6ImJpbyI7YTozOntzOjQ6InRleHQiO3M6MTI6IjxwPkxvcmVtPC9wPiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NDk3MzY4NjY2O319', 1576627502, 1578022780), (61, 'cocoon_users_slider', 85, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mjp7czo1OiJ0aXRsZSI7czoxOToiUG9wdWxhciBJbnN0cnVjdG9ycyI7czo1OiJ1c2VycyI7YTo1OntpOjA7czoxOiI2IjtpOjE7czoxOiI3IjtpOjI7czoxOiI0IjtpOjM7czoxOiI1IjtpOjQ7czoxOiIzIjt9fQ==', 1576628919, 1577390588), (62, 'cocoon_partners', 85, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6NToiaW1hZ2UiO2k6MjM3NzcyMjc5O30=', 1576629575, 1578022624), (63, 'cocoon_parallax', 85, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjE1OiJHZXQgU3RhcnRlZCBOb3ciO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjE6IiMiO3M6NToiaW1hZ2UiO2k6NzgwNzIwMDA7czo1OiJzdHlsZSI7czoxOiIwIjt9', 1576630246, 1578022549), (64, 'cocoon_parallax', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czo0NDoiRW5oYW5jZSB5b3VyIHNraWxscyB3aXRoIGJlc3QgT25saW5lIGNvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MjQ6IlNUQVJUSU5HIE9OTElORSBMRUFSTklORyI7czoxMToiYnV0dG9uX3RleHQiO3M6MTU6IkdldCBTdGFydGVkIE5vdyI7czoxMToiYnV0dG9uX2xpbmsiO3M6MToiIyI7czo1OiJpbWFnZSI7aToxNzIzNTgxOTA7czo1OiJzdHlsZSI7czoxOiIwIjt9', 1576676876, 1578021137), (65, 'cocoon_partners', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6NToiaW1hZ2UiO2k6NjMzNzM3MzI4O30=', 1576676960, 1578021263), (67, 'cocoon_course_categories', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoyOToiVmlhIFNjaG9vbCBDYXRlZ29yaWVzIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX2xpbmsiO3M6MTI6IiNvdXItY291cnNlcyI7czo1OiJzdHlsZSI7czoxOiIxIjt9', 1576702554, 1577583056), (69, 'cocoon_blog_recent', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Nzp7czoyNToibnVtYmVyb2ZyZWNlbnRibG9nZW50cmllcyI7czoxOiI1IjtzOjE4OiJyZWNlbnRibG9naW50ZXJ2YWwiO3M6NToiMjE2MDAiO3M6NToidGl0bGUiO3M6MjI6IkxhdGVzdCBOZXdzIEFuZCBFdmVudHMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiZm9vdGVyX3RleHQiO3M6MTg6Ikxpa2Ugd2hhdCB5b3Ugc2VlPyI7czoxMToiYnV0dG9uX3RleHQiO3M6MTQ6IlNlZSBtb3JlIHBvc3RzIjtzOjExOiJidXR0b25fbGluayI7czoxOiIjIjt9', 1576713665, 1577897242), (70, 'cocoon_blog_recent_slider', 95, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czoyNToibnVtYmVyb2ZyZWNlbnRibG9nZW50cmllcyI7czoxOiI0IjtzOjE4OiJyZWNlbnRibG9naW50ZXJ2YWwiO3M6NjoiNjA0ODAwIjtzOjU6InRpdGxlIjtzOjQ6IkJsb2ciO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7fQ==', 1576715585, 1577897992), (71, 'cocoon_gallery_slider', 97, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mjp7czo1OiJ0aXRsZSI7czoyMDoiQWJvdXQgdGhlIGluc3RydWN0b3IiO3M6NToiaW1hZ2UiO2k6MjA1ODA0MTE0O30=', 1576716401, 1578022287), (72, 'cocoon_parallax_counters', 97, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTY6e3M6NToidGl0bGUiO3M6NDQ6IkVuaGFuY2UgeW91ciBza2lsbHMgd2l0aCBiZXN0IE9ubGluZSBjb3Vyc2VzIjtzOjg6InN1YnRpdGxlIjtzOjI0OiJTVEFSVElORyBPTkxJTkUgTEVBUk5JTkciO3M6NToiaW1hZ2UiO2k6OTQxNzYwMDI4O3M6OToiY291bnRlcl8xIjtzOjQ6IjY1MDAiO3M6MTQ6ImNvdW50ZXJfMV90ZXh0IjtzOjE3OiJTdHVkZW50cyBsZWFybmluZyI7czoxNDoiY291bnRlcl8xX2ljb24iO3M6MTg6ImZsYXRpY29uLXN0dWRlbnQtMyI7czo5OiJjb3VudGVyXzIiO3M6NToiNTgyNjMiO3M6MTQ6ImNvdW50ZXJfMl90ZXh0IjtzOjk6IkdyYWR1YXRlcyI7czoxNDoiY291bnRlcl8yX2ljb24iO3M6MTI6ImZsYXRpY29uLWNhcCI7czo5OiJjb3VudGVyXzMiO3M6NjoiODk2NjczIjtzOjE0OiJjb3VudGVyXzNfdGV4dCI7czoxMjoiRnJlZSBjb3Vyc2VzIjtzOjE0OiJjb3VudGVyXzNfaWNvbiI7czoxNToiZmxhdGljb24tamlnc2F3IjtzOjk6ImNvdW50ZXJfNCI7czo0OiI4NTcwIjtzOjE0OiJjb3VudGVyXzRfdGV4dCI7czoxNDoiQWN0aXZlIGNvdXJzZXMiO3M6MTQ6ImNvdW50ZXJfNF9pY29uIjtzOjI0OiJmbGF0aWNvbi1vbmxpbmUtbGVhcm5pbmciO3M6NToic3R5bGUiO3M6MToiMCI7fQ==', 1576717479, 1578022184), (73, 'cocoon_users_slider_round', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxNjoiTWVldCBPdXIgVGVhY2hlciI7czo1OiJ1c2VycyI7YTo1OntpOjA7czoxOiIzIjtpOjE7czoxOiI0IjtpOjI7czoxOiI1IjtpOjM7czoxOiI2IjtpOjQ7czoxOiI3Ijt9czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjt9', 1576776007, 1577623587), (74, 'cocoon_gallery_slider', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mjp7czo1OiJ0aXRsZSI7czoyMDoiQWJvdXQgdGhlIGluc3RydWN0b3IiO3M6NToiaW1hZ2UiO2k6NzI2ODM5NTkxO30=', 1576776238, 1578022396), (75, 'cocoon_blog_recent_slider', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czoyNToibnVtYmVyb2ZyZWNlbnRibG9nZW50cmllcyI7czoxOiI0IjtzOjE4OiJyZWNlbnRibG9naW50ZXJ2YWwiO3M6NjoiNjA0ODAwIjtzOjU6InRpdGxlIjtzOjQ6IkJsb2ciO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7fQ==', 1576776302, 1577899715), (76, 'cocoon_action_panels', 34, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6OTp7czo1OiJ0aXRsZSI7czo0NDoiRW5oYW5jZSB5b3VyIHNraWxscyB3aXRoIGJlc3QgT25saW5lIGNvdXJzZXMiO3M6MTM6InBhbmVsXzFfdGl0bGUiO3M6MjA6IkJlY29tZSBhbiBJbnN0cnVjdG9yIjtzOjEyOiJwYW5lbF8xX3RleHQiO3M6ODA6IlRlYWNoIHdoYXQgeW91IGxvdmUuIERvdmUgU2Nob29sbCBnaXZlcyB5b3UgdGhlIHRvb2xzIHRvIGNyZWF0ZSBhbm9ubGluZSBjb3Vyc2UuIjtzOjE5OiJwYW5lbF8xX2J1dHRvbl90ZXh0IjtzOjE0OiJTdGFydCBUZWFjaGluZyI7czoxODoicGFuZWxfMV9idXR0b25fdXJsIjtzOjE6IiMiO3M6MTM6InBhbmVsXzJfdGl0bGUiO3M6MjQ6IkRvdmUgU2Nob29sIEZvciBCdXNpbmVzcyI7czoxMjoicGFuZWxfMl90ZXh0IjtzOjY4OiJHZXQgdW5saW1pdGVkIGFjY2VzcyB0byAyLDUwMCBvZiBVZGVteeKAmXMgdG9wIGNvdXJzZXMgZm9yeW91ciB0ZWFtLiI7czoxOToicGFuZWxfMl9idXR0b25fdGV4dCI7czoxNDoiRG9pbmcgQnVzaW5lc3MiO3M6MTg6InBhbmVsXzJfYnV0dG9uX3VybCI7czoxOiIjIjt9', 1576777045, 1576777304), (77, 'cocoon_parallax_counters', 34, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTY6e3M6NToidGl0bGUiO3M6MTk6IlNjaG9sbCBBY2hpZXZlbWVudHMiO3M6ODoic3VidGl0bGUiO3M6NjI6IkhlcmUgeW91IGNhbiByZXZpZXcgc29tZSBzdGF0aXN0aWNzIGFib3V0IG91ciBFZHVjYXRpb24gQ2VudGVyIjtzOjU6ImltYWdlIjtpOjQxODYyNTAxNjtzOjk6ImNvdW50ZXJfMSI7czo0OiI2NTAwIjtzOjE0OiJjb3VudGVyXzFfdGV4dCI7czoxNzoiU3R1ZGVudHMgbGVhcm5pbmciO3M6MTQ6ImNvdW50ZXJfMV9pY29uIjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTMiO3M6OToiY291bnRlcl8yIjtzOjU6IjU4MjYzIjtzOjE0OiJjb3VudGVyXzJfdGV4dCI7czo5OiJHcmFkdWF0ZXMiO3M6MTQ6ImNvdW50ZXJfMl9pY29uIjtzOjEyOiJmbGF0aWNvbi1jYXAiO3M6OToiY291bnRlcl8zIjtzOjY6Ijg5NjY3MyI7czoxNDoiY291bnRlcl8zX3RleHQiO3M6MTI6IkZyZWUgY291cnNlcyI7czoxNDoiY291bnRlcl8zX2ljb24iO3M6MTU6ImZsYXRpY29uLWppZ3NhdyI7czo5OiJjb3VudGVyXzQiO3M6NDoiODU3MCI7czoxNDoiY291bnRlcl80X3RleHQiO3M6MTQ6IkFjdGl2ZSBjb3Vyc2VzIjtzOjE0OiJjb3VudGVyXzRfaWNvbiI7czoyNDoiZmxhdGljb24tb25saW5lLWxlYXJuaW5nIjtzOjU6InN0eWxlIjtzOjE6IjEiO30=', 1576777348, 1578021856), (79, 'cocoon_featuredcourses', 34, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6MjI6IkJyb3dzZSBPdXIgVG9wIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MTEwOiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc0N1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX3RleHQiO3M6MTY6IlZpZXcgQWxsIENvdXJzZXMiO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjE6IiMiO3M6MTA6ImhvdmVyX3RleHQiO3M6MTQ6IlByZXZpZXcgQ291cnNlIjtzOjEyOiJob3Zlcl9hY2NlbnQiO3M6MTA6IlRvcCBTZWxsZXIiO3M6MTI6ImNvdXJzZV9pbWFnZSI7czoxOiIxIjtzOjExOiJkZXNjcmlwdGlvbiI7czoxOiIwIjtzOjU6InByaWNlIjtzOjE6IjEiO3M6OToiZW5yb2xfYnRuIjtzOjE6IjAiO3M6MTQ6ImVucm9sX2J0bl90ZXh0IjtzOjc6IkJ1eSBOb3ciO3M6NzoiY291cnNlcyI7YTo4OntpOjA7czoyOiIxMSI7aToxO3M6MjoiMTAiO2k6MjtzOjE6IjkiO2k6MztzOjE6IjgiO2k6NDtzOjE6IjciO2k6NTtzOjE6IjYiO2k6NjtzOjE6IjUiO2k6NztzOjE6IjQiO31zOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1576779656, 1601485851), (80, 'cocoon_featuredcourses', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6MjI6IkJyb3dzZSBPdXIgVG9wIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX3RleHQiO3M6MTY6IlZpZXcgYWxsIGNvdXJzZXMiO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjMwOiIvY291cnNlL2luZGV4LnBocD9jYXRlZ29yeWlkPTMiO3M6MTA6ImhvdmVyX3RleHQiO3M6MTQ6IlByZXZpZXcgQ291cnNlIjtzOjEyOiJob3Zlcl9hY2NlbnQiO3M6MTA6IlRvcCBTZWxsZXIiO3M6MTI6ImNvdXJzZV9pbWFnZSI7czoxOiIxIjtzOjExOiJkZXNjcmlwdGlvbiI7czoxOiIwIjtzOjU6InByaWNlIjtzOjE6IjEiO3M6OToiZW5yb2xfYnRuIjtzOjE6IjAiO3M6MTQ6ImVucm9sX2J0bl90ZXh0IjtzOjc6IkJ1eSBOb3ciO3M6NzoiY291cnNlcyI7YTo4OntpOjA7czoyOiIxMSI7aToxO3M6MjoiMTAiO2k6MjtzOjE6IjkiO2k6MztzOjE6IjgiO2k6NDtzOjE6IjciO2k6NTtzOjE6IjYiO2k6NjtzOjE6IjUiO2k6NztzOjI6IjEyIjt9czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1576780423, 1601466443), (81, 'cocoon_featuredcourses', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6MjI6IkJyb3dzZSBPdXIgVG9wIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MTEwOiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc0N1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX3RleHQiO3M6MTY6IlZpZXcgYWxsIGNvdXJzZXMiO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjE6IiMiO3M6MTA6ImhvdmVyX3RleHQiO3M6MTQ6IlByZXZpZXcgQ291cnNlIjtzOjEyOiJob3Zlcl9hY2NlbnQiO3M6MTA6IlRvcCBTZWxsZXIiO3M6MTI6ImNvdXJzZV9pbWFnZSI7czoxOiIxIjtzOjExOiJkZXNjcmlwdGlvbiI7czoxOiIwIjtzOjU6InByaWNlIjtzOjE6IjEiO3M6OToiZW5yb2xfYnRuIjtzOjE6IjAiO3M6MTQ6ImVucm9sX2J0bl90ZXh0IjtzOjc6IkJ1eSBOb3ciO3M6NzoiY291cnNlcyI7YTo4OntpOjA7czoyOiIxMSI7aToxO3M6MjoiMTAiO2k6MjtzOjE6IjkiO2k6MztzOjE6IjgiO2k6NDtzOjE6IjciO2k6NTtzOjE6IjYiO2k6NjtzOjE6IjUiO2k6NztzOjI6IjEyIjt9czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1576782837, 1601485922), (82, 'cocoon_course_categories', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoyOToiVmlhIFNjaG9vbCBDYXRlZ29yaWVzIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX2xpbmsiO3M6MTI6IiNvdXItY291cnNlcyI7czo1OiJzdHlsZSI7czoxOiIwIjt9', 1576782922, 1577584027), (83, 'cocoon_users_slider_round', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoyMjoiVG9wIFJhdGluZyBJbnN0cnVjdG9ycyI7czo1OiJ1c2VycyI7YTo1OntpOjA7czoxOiI2IjtpOjE7czoxOiI3IjtpOjI7czoxOiI0IjtpOjM7czoxOiI1IjtpOjQ7czoxOiIzIjt9czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjt9', 1576782960, 1577566351), (84, 'cocoon_action_panels', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6OTp7czo1OiJ0aXRsZSI7czo0NDoiRW5oYW5jZSB5b3VyIHNraWxscyB3aXRoIGJlc3QgT25saW5lIGNvdXJzZXMiO3M6MTM6InBhbmVsXzFfdGl0bGUiO3M6MjA6IkJlY29tZSBhbiBJbnN0cnVjdG9yIjtzOjEyOiJwYW5lbF8xX3RleHQiO3M6ODA6IlRlYWNoIHdoYXQgeW91IGxvdmUuIERvdmUgU2Nob29sbCBnaXZlcyB5b3UgdGhlIHRvb2xzIHRvIGNyZWF0ZSBhbm9ubGluZSBjb3Vyc2UuIjtzOjE5OiJwYW5lbF8xX2J1dHRvbl90ZXh0IjtzOjE0OiJTdGFydCBUZWFjaGluZyI7czoxODoicGFuZWxfMV9idXR0b25fdXJsIjtzOjE6IiMiO3M6MTM6InBhbmVsXzJfdGl0bGUiO3M6MjQ6IkRvdmUgU2Nob29sIEZvciBCdXNpbmVzcyI7czoxMjoicGFuZWxfMl90ZXh0IjtzOjY4OiJHZXQgdW5saW1pdGVkIGFjY2VzcyB0byAyLDUwMCBvZiBVZGVteeKAmXMgdG9wIGNvdXJzZXMgZm9yeW91ciB0ZWFtLiI7czoxOToicGFuZWxfMl9idXR0b25fdGV4dCI7czoxNDoiRG9pbmcgQnVzaW5lc3MiO3M6MTg6InBhbmVsXzJfYnV0dG9uX3VybCI7czoxOiIjIjt9', 1576782996, 1576783009), (85, 'cocoon_featuredcourses', 95, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6MjI6IkJyb3dzZSBPdXIgVG9wIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MTEwOiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc0N1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX3RleHQiO3M6MTY6IlZpZXcgYWxsIGNvdXJzZXMiO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjE6IiMiO3M6MTA6ImhvdmVyX3RleHQiO3M6MTQ6IlByZXZpZXcgQ291cnNlIjtzOjEyOiJob3Zlcl9hY2NlbnQiO3M6MTA6IlRvcCBTZWxsZXIiO3M6MTI6ImNvdXJzZV9pbWFnZSI7czoxOiIxIjtzOjExOiJkZXNjcmlwdGlvbiI7czoxOiIwIjtzOjU6InByaWNlIjtzOjE6IjEiO3M6OToiZW5yb2xfYnRuIjtzOjE6IjAiO3M6MTQ6ImVucm9sX2J0bl90ZXh0IjtzOjc6IkJ1eSBOb3ciO3M6NzoiY291cnNlcyI7YTo4OntpOjA7czoyOiIxMSI7aToxO3M6MjoiMTAiO2k6MjtzOjE6IjkiO2k6MztzOjE6IjgiO2k6NDtzOjE6IjciO2k6NTtzOjE6IjYiO2k6NjtzOjE6IjUiO2k6NztzOjE6IjQiO31zOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1576783038, 1601486015), (86, 'cocoon_course_categories', 95, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoyOToiVmlhIFNjaG9vbCBDYXRlZ29yaWVzIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX2xpbmsiO3M6MTI6IiNvdXItY291cnNlcyI7czo1OiJzdHlsZSI7czoxOiIwIjt9', 1576783062, 1577584118), (87, 'cocoon_course_categories', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoyOToiVmlhIFNjaG9vbCBDYXRlZ29yaWVzIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX2xpbmsiO3M6MTI6IiNvdXItY291cnNlcyI7czo1OiJzdHlsZSI7czoxOiIxIjt9', 1576783140, 1577584200), (88, 'cocoon_parallax', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czo0NDoiRW5oYW5jZSB5b3VyIHNraWxscyB3aXRoIGJlc3QgT25saW5lIGNvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MjQ6IlNUQVJUSU5HIE9OTElORSBMRUFSTklORyI7czoxMToiYnV0dG9uX3RleHQiO3M6MTU6IkdldCBTdGFydGVkIE5vdyI7czoxMToiYnV0dG9uX2xpbmsiO3M6MToiIyI7czo1OiJpbWFnZSI7aToyNDc5ODcxMjA7czo1OiJzdHlsZSI7czoxOiIwIjt9', 1576783220, 1577567654), (89, 'cocoon_featuredcourses', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6MjI6IkJyb3dzZSBPdXIgVG9wIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MTEwOiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc0N1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiYnV0dG9uX3RleHQiO3M6MTY6IlZpZXcgYWxsIGNvdXJzZXMiO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjE6IiMiO3M6MTA6ImhvdmVyX3RleHQiO3M6MTQ6IlByZXZpZXcgQ291cnNlIjtzOjEyOiJob3Zlcl9hY2NlbnQiO3M6MTA6IlRvcCBTZWxsZXIiO3M6MTI6ImNvdXJzZV9pbWFnZSI7czoxOiIxIjtzOjExOiJkZXNjcmlwdGlvbiI7czoxOiIwIjtzOjU6InByaWNlIjtzOjE6IjEiO3M6OToiZW5yb2xfYnRuIjtzOjE6IjAiO3M6MTQ6ImVucm9sX2J0bl90ZXh0IjtzOjc6IkJ1eSBOb3ciO3M6NzoiY291cnNlcyI7YTo4OntpOjA7czoyOiIxMSI7aToxO3M6MjoiMTAiO2k6MjtzOjE6IjkiO2k6MztzOjE6IjgiO2k6NDtzOjE6IjciO2k6NTtzOjE6IjYiO2k6NjtzOjE6IjUiO2k6NztzOjE6IjQiO31zOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1576783240, 1601486044), (90, 'cocoon_blog_recent', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Nzp7czoyNToibnVtYmVyb2ZyZWNlbnRibG9nZW50cmllcyI7czoxOiI0IjtzOjE4OiJyZWNlbnRibG9naW50ZXJ2YWwiO3M6NjoiNjA0ODAwIjtzOjU6InRpdGxlIjtzOjIyOiJMYXRlc3QgTmV3cyBBbmQgRXZlbnRzIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6MTE6ImZvb3Rlcl90ZXh0IjtzOjE4OiJMaWtlIHdoYXQgeW91IHNlZT8iO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjE0OiJTZWUgbW9yZSBwb3N0cyI7czoxMToiYnV0dG9uX2xpbmsiO3M6MToiIyI7fQ==', 1576783265, 1577898411), (92, 'cocoon_partners', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6NToiaW1hZ2UiO2k6MzcwNjY2NzU2O30=', 1576783340, 1577569048), (93, 'cocoon_courses_slider', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTQ6e3M6NToidGl0bGUiO3M6MTQ6IldlZWtseSBDbGFzc2VzIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6NToic3R5bGUiO3M6MToiMCI7czoxMDoiaG92ZXJfdGV4dCI7czoxNDoiUHJldmlldyBDb3Vyc2UiO3M6MTI6ImhvdmVyX2FjY2VudCI7czoxMDoiVG9wIFNlbGxlciI7czoxMjoiY291cnNlX2ltYWdlIjtzOjE6IjEiO3M6MTE6ImRlc2NyaXB0aW9uIjtzOjE6IjAiO3M6NToicHJpY2UiO3M6MToiMSI7czo5OiJlbnJvbF9idG4iO3M6MToiMCI7czoxNDoiZW5yb2xfYnRuX3RleHQiO3M6NzoiQnV5IE5vdyI7czo3OiJjb3Vyc2VzIjthOjg6e2k6MDtzOjI6IjExIjtpOjE7czoyOiIxMCI7aToyO3M6MToiOSI7aTozO3M6MToiOCI7aTo0O3M6MToiNyI7aTo1O3M6MToiNiI7aTo2O3M6MToiNSI7aTo3O3M6MToiNCI7fXM6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1576783867, 1601486209), (95, 'cocoon_tstmnls', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjA6e3M6NToidGl0bGUiO3M6MTU6IldoYXQgUGVvcGxlIFNheSI7czoxMjoic2xpZGVzbnVtYmVyIjtzOjE6IjQiO3M6MTE6ImZpbGVfc2xpZGUxIjtpOjQ1NDkzMDYxNztzOjExOiJmaWxlX3NsaWRlMiI7aTo2MjA2ODk1NDQ7czoxMToiZmlsZV9zbGlkZTMiO2k6NDYzNzIxNTkxO3M6MTE6ImZpbGVfc2xpZGU0IjtpOjY2NzAyMTMxMjtzOjg6InN1YnRpdGxlIjtzOjA6IiI7czoxMjoic2xpZGVfdGl0bGUxIjtzOjk6IkFsaSBUdWZhbiI7czoxNToic2xpZGVfc3VidGl0bGUxIjtzOjY6IkNsaWVudCI7czoxMToic2xpZGVfdGV4dDEiO3M6MTIzOiJDdXN0b21pemF0aW9uIGlzIHZlcnkgZWFzeSB3aXRoIHRoaXMgdGhlbWUuIENsZWFuIGFuZCBxdWFsaXR5IGRlc2lnbiBhbmQgZnVsbCBzdXBwb3J0IGZvciBhbnkga2luZCBvZiByZXF1ZXN0ISBHcmVhdCB0aGVtZSEiO3M6MTI6InNsaWRlX3RpdGxlMiI7czo5OiJBbGkgVHVmYW4iO3M6MTU6InNsaWRlX3N1YnRpdGxlMiI7czo2OiJDbGllbnQiO3M6MTE6InNsaWRlX3RleHQyIjtzOjEyMzoiQ3VzdG9taXphdGlvbiBpcyB2ZXJ5IGVhc3kgd2l0aCB0aGlzIHRoZW1lLiBDbGVhbiBhbmQgcXVhbGl0eSBkZXNpZ24gYW5kIGZ1bGwgc3VwcG9ydCBmb3IgYW55IGtpbmQgb2YgcmVxdWVzdCEgR3JlYXQgdGhlbWUhIjtzOjEyOiJzbGlkZV90aXRsZTMiO3M6OToiQWxpIFR1ZmFuIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTMiO3M6NjoiQ2xpZW50IjtzOjExOiJzbGlkZV90ZXh0MyI7czoxMjM6IkN1c3RvbWl6YXRpb24gaXMgdmVyeSBlYXN5IHdpdGggdGhpcyB0aGVtZS4gQ2xlYW4gYW5kIHF1YWxpdHkgZGVzaWduIGFuZCBmdWxsIHN1cHBvcnQgZm9yIGFueSBraW5kIG9mIHJlcXVlc3QhIEdyZWF0IHRoZW1lISI7czoxMjoic2xpZGVfdGl0bGU0IjtzOjk6IkFsaSBUdWZhbiI7czoxNToic2xpZGVfc3VidGl0bGU0IjtzOjY6IkNsaWVudCI7czoxMToic2xpZGVfdGV4dDQiO3M6MTIzOiJDdXN0b21pemF0aW9uIGlzIHZlcnkgZWFzeSB3aXRoIHRoaXMgdGhlbWUuIENsZWFuIGFuZCBxdWFsaXR5IGRlc2lnbiBhbmQgZnVsbCBzdXBwb3J0IGZvciBhbnkga2luZCBvZiByZXF1ZXN0ISBHcmVhdCB0aGVtZSEiO3M6NToic3R5bGUiO3M6MToiMCI7fQ==', 1576799685, 1578021410), (96, 'cocoon_slider_1', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTA2OntzOjU6InRpdGxlIjtzOjg6IlNsaWRlciAxIjtzOjg6InN1YnRpdGxlIjtzOjA6IiI7czo1OiJzdHlsZSI7czoxOiIwIjtzOjEyOiJzbGlkZXNudW1iZXIiO3M6MToiMyI7czoxMToiZmlsZV9zbGlkZTEiO2k6NDU2OTAwNDQ3O3M6MTE6ImZpbGVfc2xpZGUyIjtpOjY2MTA1MzI0MjtzOjExOiJmaWxlX3NsaWRlMyI7aTo3MzI2NzYwNTc7czoxMjoic2xpZGVfdGl0bGUxIjtzOjM0OiJTZWxmIEVkdWNhdGlvbiBSZXNvdXJjZXMgYW5kIEluZm9zIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTEiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQxIjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTQ6InNsaWRlX2J0bl91cmwxIjtzOjE6IiMiO3M6MTI6InNsaWRlX3RpdGxlMiI7czozNDoiU2VsZiBFZHVjYXRpb24gUmVzb3VyY2VzIGFuZCBJbmZvcyI7czoxNToic2xpZGVfc3VidGl0bGUyIjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTU6InNsaWRlX2J0bl90ZXh0MiI7czoyMToiUmVhZHkgdG8gR2V0IFN0YXJ0ZWQ/IjtzOjE0OiJzbGlkZV9idG5fdXJsMiI7czoxOiIjIjtzOjEyOiJzbGlkZV90aXRsZTMiO3M6MzQ6IlNlbGYgRWR1Y2F0aW9uIFJlc291cmNlcyBhbmQgSW5mb3MiO3M6MTU6InNsaWRlX3N1YnRpdGxlMyI7czo4NzoiVGVjaG5vbG9neSBpcyBicmluaW5nIGEgbWFzc2l2ZSB3YXZlIG9mIGV2b2x1dGlvbiBvbiBsZWFybmluZyB0aGluZ3Mgb24gZGlmZmVyZW50IHdheXMuIjtzOjE1OiJzbGlkZV9idG5fdGV4dDMiO3M6MjE6IlJlYWR5IHRvIEdldCBTdGFydGVkPyI7czoxNDoic2xpZGVfYnRuX3VybDMiO3M6MToiIyI7czoxNToiZmVhdHVyZV8xX3RpdGxlIjtzOjIyOiJMZWFybiBGcm9tIFRoZSBFeHBlcnRzIjtzOjE0OiJmZWF0dXJlXzFfaWNvbiI7czoxODoiZmxhdGljb24tc3R1ZGVudC0zIjtzOjEzOiJmZWF0dXJlXzFfdXJsIjtzOjE6IiMiO3M6MTU6ImZlYXR1cmVfMl90aXRsZSI7czoyMDoiQm9vayBMaWJyYXJ5ICYgU3RvcmUiO3M6MTQ6ImZlYXR1cmVfMl9pY29uIjtzOjEyOiJmbGF0aWNvbi1jYXAiO3M6MTM6ImZlYXR1cmVfMl91cmwiO3M6MToiIyI7czoxNToiZmVhdHVyZV8zX3RpdGxlIjtzOjIxOiJXb3JsZHdpZGUgUmVjb2duaXRpb24iO3M6MTQ6ImZlYXR1cmVfM19pY29uIjtzOjE1OiJmbGF0aWNvbi1qaWdzYXciO3M6MTM6ImZlYXR1cmVfM191cmwiO3M6MToiIyI7czoxNToiZmVhdHVyZV80X3RpdGxlIjtzOjIxOiJCZXN0IEluZHVzdHJ5IExlYWRlcnMiO3M6MTQ6ImZlYXR1cmVfNF9pY29uIjtzOjI0OiJmbGF0aWNvbi1vbmxpbmUtbGVhcm5pbmciO3M6MTM6ImZlYXR1cmVfNF91cmwiO3M6MToiIyI7czoxMToiYXJyb3dfc3R5bGUiO3M6MToiMCI7czo2OiJwcmV2XzEiO3M6MjoiUFIiO3M6NjoicHJldl8yIjtzOjI6IkVWIjtzOjQ6InByZXYiO3M6NDoiUFJFViI7czo2OiJuZXh0XzEiO3M6MjoiTkUiO3M6NjoibmV4dF8yIjtzOjI6IlhUIjtzOjQ6Im5leHQiO3M6NDoiTkVYVCI7czoxNzoic2xpZGVfYnRuX3RhcmdldDEiO3M6NToiX3NlbGYiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQyIjtzOjU6Il9zZWxmIjtzOjE3OiJzbGlkZV9idG5fdGFyZ2V0MyI7czo1OiJfc2VsZiI7czoxMjoic2xpZGVfdGl0bGU0IjtzOjM0OiJTZWxmIEVkdWNhdGlvbiBSZXNvdXJjZXMgYW5kIEluZm9zIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTQiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQ0IjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTQ6InNsaWRlX2J0bl91cmw0IjtzOjE6IiMiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQ0IjtzOjU6Il9zZWxmIjtzOjExOiJmaWxlX3NsaWRlNCI7aTo0OTc0MDA5MDQ7czoxMjoic2xpZGVfdGl0bGU1IjtzOjM0OiJTZWxmIEVkdWNhdGlvbiBSZXNvdXJjZXMgYW5kIEluZm9zIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTUiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQ1IjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTQ6InNsaWRlX2J0bl91cmw1IjtzOjE6IiMiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQ1IjtzOjU6Il9zZWxmIjtzOjExOiJmaWxlX3NsaWRlNSI7aTo3MTgxODE5NDE7czoxMjoic2xpZGVfdGl0bGU2IjtzOjM0OiJTZWxmIEVkdWNhdGlvbiBSZXNvdXJjZXMgYW5kIEluZm9zIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTYiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQ2IjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTQ6InNsaWRlX2J0bl91cmw2IjtzOjE6IiMiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQ2IjtzOjU6Il9zZWxmIjtzOjExOiJmaWxlX3NsaWRlNiI7aTo3Mzk2Nzc5MDQ7czoxMjoic2xpZGVfdGl0bGU3IjtzOjM0OiJTZWxmIEVkdWNhdGlvbiBSZXNvdXJjZXMgYW5kIEluZm9zIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTciO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQ3IjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTQ6InNsaWRlX2J0bl91cmw3IjtzOjE6IiMiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQ3IjtzOjU6Il9zZWxmIjtzOjExOiJmaWxlX3NsaWRlNyI7aToyNjgyODA0MjU7czoxMjoic2xpZGVfdGl0bGU4IjtzOjM0OiJTZWxmIEVkdWNhdGlvbiBSZXNvdXJjZXMgYW5kIEluZm9zIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTgiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQ4IjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTQ6InNsaWRlX2J0bl91cmw4IjtzOjE6IiMiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQ4IjtzOjU6Il9zZWxmIjtzOjExOiJmaWxlX3NsaWRlOCI7aTo5MzkwNzIwOTc7czoxMjoic2xpZGVfdGl0bGU5IjtzOjM0OiJTZWxmIEVkdWNhdGlvbiBSZXNvdXJjZXMgYW5kIEluZm9zIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTkiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQ5IjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTQ6InNsaWRlX2J0bl91cmw5IjtzOjE6IiMiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQ5IjtzOjU6Il9zZWxmIjtzOjExOiJmaWxlX3NsaWRlOSI7aToxNjYwNDE1MzQ7czoxMzoic2xpZGVfdGl0bGUxMCI7czozNDoiU2VsZiBFZHVjYXRpb24gUmVzb3VyY2VzIGFuZCBJbmZvcyI7czoxNjoic2xpZGVfc3VidGl0bGUxMCI7czo4NzoiVGVjaG5vbG9neSBpcyBicmluaW5nIGEgbWFzc2l2ZSB3YXZlIG9mIGV2b2x1dGlvbiBvbiBsZWFybmluZyB0aGluZ3Mgb24gZGlmZmVyZW50IHdheXMuIjtzOjE2OiJzbGlkZV9idG5fdGV4dDEwIjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTU6InNsaWRlX2J0bl91cmwxMCI7czoxOiIjIjtzOjE4OiJzbGlkZV9idG5fdGFyZ2V0MTAiO3M6NToiX3NlbGYiO3M6MTI6ImZpbGVfc2xpZGUxMCI7aTozMzk0MzYwO3M6MTM6InNsaWRlX3RpdGxlMTEiO3M6MzQ6IlNlbGYgRWR1Y2F0aW9uIFJlc291cmNlcyBhbmQgSW5mb3MiO3M6MTY6InNsaWRlX3N1YnRpdGxlMTEiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNjoic2xpZGVfYnRuX3RleHQxMSI7czoyMToiUmVhZHkgdG8gR2V0IFN0YXJ0ZWQ/IjtzOjE1OiJzbGlkZV9idG5fdXJsMTEiO3M6MToiIyI7czoxODoic2xpZGVfYnRuX3RhcmdldDExIjtzOjU6Il9zZWxmIjtzOjEyOiJmaWxlX3NsaWRlMTEiO2k6ODM2MTUzNDc2O3M6MTM6InNsaWRlX3RpdGxlMTIiO3M6MzQ6IlNlbGYgRWR1Y2F0aW9uIFJlc291cmNlcyBhbmQgSW5mb3MiO3M6MTY6InNsaWRlX3N1YnRpdGxlMTIiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNjoic2xpZGVfYnRuX3RleHQxMiI7czoyMToiUmVhZHkgdG8gR2V0IFN0YXJ0ZWQ/IjtzOjE1OiJzbGlkZV9idG5fdXJsMTIiO3M6MToiIyI7czoxODoic2xpZGVfYnRuX3RhcmdldDEyIjtzOjU6Il9zZWxmIjtzOjEyOiJmaWxlX3NsaWRlMTIiO2k6OTQxMTg2ODI3O3M6MjE6ImNjbl9jYXJvdXNlbF9hdXRvcGxheSI7czoxOiIwIjtzOjI5OiJjY25fY2Fyb3VzZWxfYXV0b3BsYXlfdGltZW91dCI7czo0OiIzMDAwIjtzOjE4OiJjY25fY2Fyb3VzZWxfc3BlZWQiO3M6NDoiMTAwMCI7czoyNzoiY2NuX2Nhcm91c2VsX2F1dG9wbGF5X3BhdXNlIjtzOjE6IjAiO3M6MTc6ImNjbl9jYXJvdXNlbF9sb29wIjtzOjE6IjEiO3M6MjE6ImNjbl9jYXJvdXNlbF9sYXp5bG9hZCI7czoxOiIwIjtzOjIzOiJjY25fY2Fyb3VzZWxfYW5pbWF0ZW91dCI7czo3OiJmYWRlT3V0IjtzOjIyOiJjY25fY2Fyb3VzZWxfYW5pbWF0ZWluIjtzOjY6ImZhZGVJbiI7czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1576808729, 1601490246), (97, 'cocoon_slider_2', 34, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mjc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6InN1YnRpdGxlIjtzOjA6IiI7czoxMjoic2xpZGVzbnVtYmVyIjtzOjE6IjMiO3M6MTU6ImZlYXR1cmVfMV90aXRsZSI7czoyMjoiTGVhcm4gRnJvbSBUaGUgRXhwZXJ0cyI7czoxNDoiZmVhdHVyZV8xX2ljb24iO3M6MTg6ImZsYXRpY29uLXN0dWRlbnQtMyI7czoxNToiZmVhdHVyZV8yX3RpdGxlIjtzOjIwOiJCb29rIExpYnJhcnkgJiBTdG9yZSI7czoxNDoiZmVhdHVyZV8yX2ljb24iO3M6MTI6ImZsYXRpY29uLWNhcCI7czoxNToiZmVhdHVyZV8zX3RpdGxlIjtzOjIxOiJXb3JsZHdpZGUgUmVjb2duaXRpb24iO3M6MTQ6ImZlYXR1cmVfM19pY29uIjtzOjE1OiJmbGF0aWNvbi1qaWdzYXciO3M6MTU6ImZlYXR1cmVfNF90aXRsZSI7czoyMToiQmVzdCBJbmR1c3RyeSBMZWFkZXJzIjtzOjE0OiJmZWF0dXJlXzRfaWNvbiI7czoyNDoiZmxhdGljb24tb25saW5lLWxlYXJuaW5nIjtzOjExOiJmaWxlX3NsaWRlMSI7aTo5NjQ3ODc1OTk7czoxMToiZmlsZV9zbGlkZTIiO2k6NDk5NDM2NzQ7czoxMToiZmlsZV9zbGlkZTMiO2k6NzM3MzgwOTI7czoxMjoic2xpZGVfdGl0bGUxIjtzOjIyOiJTdGFydCBJbnZlc3RpbmcgaW4gWW91IjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTEiO3M6ODY6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzIjtzOjE1OiJzbGlkZV9idG5fdGV4dDEiO3M6MjE6IlJlYWR5IHRvIEdldCBTdGFydGVkPyI7czoxNDoic2xpZGVfYnRuX3VybDEiO3M6MToiIyI7czoxMjoic2xpZGVfdGl0bGUyIjtzOjM0OiJTZWxmIEVkdWNhdElvbiBSZXNvdXJjZXMgYW5kIEluZm9zIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTIiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQyIjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTQ6InNsaWRlX2J0bl91cmwyIjtzOjE6IiMiO3M6MTI6InNsaWRlX3RpdGxlMyI7czoyMjoiU3RhcnQgSW52ZXN0aW5nIGluIFlvdSI7czoxNToic2xpZGVfc3VidGl0bGUzIjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTU6InNsaWRlX2J0bl90ZXh0MyI7czoyMToiUmVhZHkgdG8gR2V0IFN0YXJ0ZWQ/IjtzOjE0OiJzbGlkZV9idG5fdXJsMyI7czoxOiIjIjtzOjU6InN0eWxlIjtzOjE6IjAiO30=', 1576811006, 1578021796), (98, 'cocoon_slider_2', 128, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTc6e3M6NToic3R5bGUiO3M6MToiMSI7czoxMjoic2xpZGVzbnVtYmVyIjtzOjE6IjMiO3M6MTE6ImZpbGVfc2xpZGUxIjtpOjYwNDY0MjA5MDtzOjExOiJmaWxlX3NsaWRlMiI7aTo0NzA2NDc1MzU7czoxMToiZmlsZV9zbGlkZTMiO2k6NTIzMjE0MDIyO3M6MTI6InNsaWRlX3RpdGxlMSI7czoxNzoiRG92ZSBVbsSxdmVyc8SxdHkiO3M6MTU6InNsaWRlX3N1YnRpdGxlMSI7czo3NzoiS25vd24gZm9yIGl0cyBhY2FkZW1pYyBleGNlbGxlbmNlIHRoZSBzY2hvb2wgb2ZmZXJzIGRlcGFydG1lbnRzIGFuZCBwcm9ncmFtcy4iO3M6MTU6InNsaWRlX2J0bl90ZXh0MSI7czoyMToiUmVhZHkgdG8gR2V0IFN0YXJ0ZWQ/IjtzOjE0OiJzbGlkZV9idG5fdXJsMSI7czoxOiIjIjtzOjEyOiJzbGlkZV90aXRsZTIiO3M6MzQ6IlNlbGYgRWR1Y2F0SW9uIFJlc291cmNlcyBhbmQgSW5mb3MiO3M6MTU6InNsaWRlX3N1YnRpdGxlMiI7czo4NjoiVGVjaG5vbG9neSBpcyBicmluaW5nIGEgbWFzc2l2ZSB3YXZlIG9mIGV2b2x1dGlvbiBvbiBsZWFybmluZyB0aGluZ3Mgb24gZGlmZmVyZW50IHdheXMiO3M6MTU6InNsaWRlX2J0bl90ZXh0MiI7czoyMToiUmVhZHkgdG8gR2V0IFN0YXJ0ZWQ/IjtzOjE0OiJzbGlkZV9idG5fdXJsMiI7czoxOiIjIjtzOjEyOiJzbGlkZV90aXRsZTMiO3M6MjI6IlN0YXJ0IEludmVzdGluZyBpbiBZb3UiO3M6MTU6InNsaWRlX3N1YnRpdGxlMyI7czo3NzoiS25vd24gZm9yIGl0cyBhY2FkZW1pYyBleGNlbGxlbmNlIHRoZSBzY2hvb2wgb2ZmZXJzIGRlcGFydG1lbnRzIGFuZCBwcm9ncmFtcy4iO3M6MTU6InNsaWRlX2J0bl90ZXh0MyI7czoyMToiUmVhZHkgdG8gR2V0IFN0YXJ0ZWQ/IjtzOjE0OiJzbGlkZV9idG5fdXJsMyI7czoxOiIjIjt9', 1576864428, 1576864681), (100, 'cocoon_event_slider', 34, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzg6e3M6NToic3R5bGUiO3M6MToiMCI7czoxMjoic2xpZGVzbnVtYmVyIjtzOjE6IjYiO3M6MTE6ImZpbGVfc2xpZGUxIjtpOjc3OTc0NjY0NztzOjExOiJmaWxlX3NsaWRlMiI7aTo0Mjg4NzE2MDI7czoxMToiZmlsZV9zbGlkZTMiO2k6MjM1MDY1MDg1O3M6MTE6ImZpbGVfc2xpZGU0IjtpOjczMzg3MTgyMztzOjExOiJmaWxlX3NsaWRlNSI7aToyNzA1NzUwMzY7czoxMToiZmlsZV9zbGlkZTYiO2k6NDA2OTY2NDk0O3M6MTI6InNsaWRlX3RpdGxlMSI7czoyOToiQSBTb2x1dGlvbiBCdWlsdCBmb3IgVGVhY2hlcnMiO3M6NToiZGF0ZTEiO2k6MTU1MzEyNjQwMDtzOjE1OiJzbGlkZV9sb2NhdGlvbjEiO3M6MTc6IlZhbmNvdXZlciwgQ2FuYWRhIjtzOjExOiJzbGlkZV90aW1lMSI7czoxNzoiODowMCBhbSAtIDU6MDAgcG0iO3M6MTI6InNsaWRlX3RpdGxlMiI7czozMDoiQW4gT3ZlcndvcmtlZCBOZXdzcGFwZXIgRWRpdG9yIjtzOjU6ImRhdGUyIjtpOjE1NTMxMjY0MDA7czoxNToic2xpZGVfbG9jYXRpb24yIjtzOjE3OiJWYW5jb3V2ZXIsIENhbmFkYSI7czoxMToic2xpZGVfdGltZTIiO3M6MTc6Ijg6MDAgYW0gLSA1OjAwIHBtIjtzOjEyOiJzbGlkZV90aXRsZTMiO3M6Mjk6IkEgU29sdXRpb24gQnVpbHQgZm9yIFRlYWNoZXJzIjtzOjU6ImRhdGUzIjtpOjE1NTMxMjY0MDA7czoxNToic2xpZGVfbG9jYXRpb24zIjtzOjE3OiJWYW5jb3V2ZXIsIENhbmFkYSI7czoxMToic2xpZGVfdGltZTMiO3M6MTc6Ijg6MDAgYW0gLSA1OjAwIHBtIjtzOjEyOiJzbGlkZV90aXRsZTQiO3M6MzA6IkFuIE92ZXJ3b3JrZWQgTmV3c3BhcGVyIEVkaXRvciI7czo1OiJkYXRlNCI7aToxNTUzMTI2NDAwO3M6MTU6InNsaWRlX2xvY2F0aW9uNCI7czoxNzoiVmFuY291dmVyLCBDYW5hZGEiO3M6MTE6InNsaWRlX3RpbWU0IjtzOjE3OiI4OjAwIGFtIC0gNTowMCBwbSI7czoxMjoic2xpZGVfdGl0bGU1IjtzOjI5OiJBIFNvbHV0aW9uIEJ1aWx0IGZvciBUZWFjaGVycyI7czo1OiJkYXRlNSI7aToxNTUzMTI2NDAwO3M6MTU6InNsaWRlX2xvY2F0aW9uNSI7czoxNzoiVmFuY291dmVyLCBDYW5hZGEiO3M6MTE6InNsaWRlX3RpbWU1IjtzOjE3OiI4OjAwIGFtIC0gNTowMCBwbSI7czoxMjoic2xpZGVfdGl0bGU2IjtzOjMwOiJBbiBPdmVyd29ya2VkIE5ld3NwYXBlciBFZGl0b3IiO3M6NToiZGF0ZTYiO2k6MTU1MzEyNjQwMDtzOjE1OiJzbGlkZV9sb2NhdGlvbjYiO3M6MTc6IlZhbmNvdXZlciwgQ2FuYWRhIjtzOjExOiJzbGlkZV90aW1lNiI7czoxNzoiODowMCBhbSAtIDU6MDAgcG0iO3M6MTE6InNsaWRlX2RhdGUxIjtpOjE1NzY4ODY0MDA7czoxMToic2xpZGVfZGF0ZTIiO2k6MTU3Njg4NjQwMDtzOjExOiJzbGlkZV9kYXRlMyI7aToxNTc2ODg2NDAwO3M6MTE6InNsaWRlX2RhdGU0IjtpOjE1NzY4ODY0MDA7czoxMToic2xpZGVfZGF0ZTUiO2k6MTU3Njg4NjQwMDtzOjExOiJzbGlkZV9kYXRlNiI7aToxNTc2ODg2NDAwO30=', 1576936587, 1576937523), (101, 'cocoon_courses_slider', 34, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJzdHlsZSI7czoxOiIxIjtzOjU6InRpdGxlIjtzOjE1OiJQb3B1bGFyIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMDoiaG92ZXJfdGV4dCI7czoxNDoiUHJldmlldyBDb3Vyc2UiO3M6MTI6ImhvdmVyX2FjY2VudCI7czoxMDoiVG9wIFNlbGxlciI7fQ==', 1576938065, 1577897499), (102, 'cocoon_tstmnls', 34, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjQ6e3M6NToidGl0bGUiO3M6MTU6IldoYXQgUGVvcGxlIFNheSI7czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjU6InN0eWxlIjtzOjE6IjEiO3M6MTI6InNsaWRlc251bWJlciI7czoxOiI1IjtzOjExOiJmaWxlX3NsaWRlMSI7aToxMDAxNzU3MTtzOjExOiJmaWxlX3NsaWRlMiI7aTo3NDIzODAzMjtzOjExOiJmaWxlX3NsaWRlMyI7aTo2ODI0NDA1MDI7czoxMToiZmlsZV9zbGlkZTQiO2k6Nzg2OTk5MjU3O3M6MTE6ImZpbGVfc2xpZGU1IjtpOjYyMzg3OTc1O3M6MTI6InNsaWRlX3RpdGxlMSI7czoxMToiQXVyYSBCcm9va3MiO3M6MTU6InNsaWRlX3N1YnRpdGxlMSI7czoyNjoiR3JhcGhpYyBEZXNpZ25lciwgT3dsIEV5ZXMiO3M6MTE6InNsaWRlX3RleHQxIjtzOjIxOToiSXQgd2FzIHJlYWxseSBmdW4gZ2V0dGluZyB0byBrbm93IHRoZSB0ZWFtIGR1cmluZyB0aGUgcHJvamVjdC4gVGhleSB3ZXJlIGFsbCBoZWxwZnVsIGluIGFuc3dlcmluZyBteSBxdWVzdGlvbnMgYW5kIG1hZGUgbWUgZmVlbCBjb21wbGV0ZWx5IGF0IGVhc2UuVGhlIGRlc2lnbiBlbmRlZCB1cCBiZWluZyB0d2ljZSBhcyBnb29kIGFzIEkgY291bGQgaGF2ZSBldmVyIGVudmlzaW9uZWQhIjtzOjEyOiJzbGlkZV90aXRsZTIiO3M6OToiQWxpIFRVRkFOIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTIiO3M6NjoiQ2xpZW50IjtzOjExOiJzbGlkZV90ZXh0MiI7czoyMTk6Ikl0IHdhcyByZWFsbHkgZnVuIGdldHRpbmcgdG8ga25vdyB0aGUgdGVhbSBkdXJpbmcgdGhlIHByb2plY3QuIFRoZXkgd2VyZSBhbGwgaGVscGZ1bCBpbiBhbnN3ZXJpbmcgbXkgcXVlc3Rpb25zIGFuZCBtYWRlIG1lIGZlZWwgY29tcGxldGVseSBhdCBlYXNlLlRoZSBkZXNpZ24gZW5kZWQgdXAgYmVpbmcgdHdpY2UgYXMgZ29vZCBhcyBJIGNvdWxkIGhhdmUgZXZlciBlbnZpc2lvbmVkISI7czoxMjoic2xpZGVfdGl0bGUzIjtzOjExOiJKYWNrIEdyYWhhbSI7czoxNToic2xpZGVfc3VidGl0bGUzIjtzOjIyOiJDbyBmb3VuZGVyLCBDb2ZmZWUgSW5jIjtzOjExOiJzbGlkZV90ZXh0MyI7czoyMTk6Ikl0IHdhcyByZWFsbHkgZnVuIGdldHRpbmcgdG8ga25vdyB0aGUgdGVhbSBkdXJpbmcgdGhlIHByb2plY3QuIFRoZXkgd2VyZSBhbGwgaGVscGZ1bCBpbiBhbnN3ZXJpbmcgbXkgcXVlc3Rpb25zIGFuZCBtYWRlIG1lIGZlZWwgY29tcGxldGVseSBhdCBlYXNlLlRoZSBkZXNpZ24gZW5kZWQgdXAgYmVpbmcgdHdpY2UgYXMgZ29vZCBhcyBJIGNvdWxkIGhhdmUgZXZlciBlbnZpc2lvbmVkISI7czoxMjoic2xpZGVfdGl0bGU0IjtzOjk6IkFsaSBUVUZBTiI7czoxNToic2xpZGVfc3VidGl0bGU0IjtzOjY6IkNsaWVudCI7czoxMToic2xpZGVfdGV4dDQiO3M6MjE5OiJJdCB3YXMgcmVhbGx5IGZ1biBnZXR0aW5nIHRvIGtub3cgdGhlIHRlYW0gZHVyaW5nIHRoZSBwcm9qZWN0LiBUaGV5IHdlcmUgYWxsIGhlbHBmdWwgaW4gYW5zd2VyaW5nIG15IHF1ZXN0aW9ucyBhbmQgbWFkZSBtZSBmZWVsIGNvbXBsZXRlbHkgYXQgZWFzZS5UaGUgZGVzaWduIGVuZGVkIHVwIGJlaW5nIHR3aWNlIGFzIGdvb2QgYXMgSSBjb3VsZCBoYXZlIGV2ZXIgZW52aXNpb25lZCEiO3M6MTI6InNsaWRlX3RpdGxlNSI7czoxMToiSmFjayBHcmFoYW0iO3M6MTU6InNsaWRlX3N1YnRpdGxlNSI7czoyMjoiQ28gZm91bmRlciwgQ29mZmVlIEluYyI7czoxMToic2xpZGVfdGV4dDUiO3M6MjE5OiJJdCB3YXMgcmVhbGx5IGZ1biBnZXR0aW5nIHRvIGtub3cgdGhlIHRlYW0gZHVyaW5nIHRoZSBwcm9qZWN0LiBUaGV5IHdlcmUgYWxsIGhlbHBmdWwgaW4gYW5zd2VyaW5nIG15IHF1ZXN0aW9ucyBhbmQgbWFkZSBtZSBmZWVsIGNvbXBsZXRlbHkgYXQgZWFzZS5UaGUgZGVzaWduIGVuZGVkIHVwIGJlaW5nIHR3aWNlIGFzIGdvb2QgYXMgSSBjb3VsZCBoYXZlIGV2ZXIgZW52aXNpb25lZCEiO30=', 1576958341, 1576958575), (104, 'cocoon_course_list', 1, 1, 0, 'course-index-category', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJ0aXRsZSI7czoxNToiQ2F0ZWdvcnkgRmlsdGVyIjt9', 1576961932, 1577889696), (105, 'tags', 1, 0, 0, 'course-index-category', NULL, 'side-pre', 1, '', 1576961955, 1576961955), (106, 'cocoon_course_info', 1, 1, 0, 'course-index-*', NULL, 'side-pre', 2, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czo5OiJOb3Qgc3VyZT8iO3M6NDoiYm9keSI7czo1MzoiRXZlcnkgY291cnNlIGNvbWVzIHdpdGggYSAzMC1kYXkgbW9uZXktYmFjayBndWFyYW50ZWUiO3M6NToiaW1hZ2UiO2k6ODg0NTcxNzM5O30=', 1576961981, 1576962038), (107, 'cocoon_course_intro', 1, 1, 0, 'course-view-*', NULL, 'above-content', 0, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo3OiJ0ZWFjaGVyIjtzOjk6IkFsaSBUdWZhbiI7czo1OiJpbWFnZSI7aTo0MjA4OTE3Mzc7czo2OiJhY2NlbnQiO3M6MTE6IkJlc3QgU2VsbGVyIjtzOjU6InZpZGVvIjtzOjM1OiIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC81N0xRSThES3dlYyI7czo1OiJzdHlsZSI7czoxOiIwIjt9', 1576964514, 1577827283), (108, 'cocoon_course_overview', 1, 1, 0, 'course-view-*', NULL, 'above-content', 0, 'Tzo4OiJzdGRDbGFzcyI6Mjp7czo1OiJ0aXRsZSI7czoxNToiQ291cnNlIE92ZXJ2aWV3IjtzOjExOiJkZXNjcmlwdGlvbiI7YToyOntzOjQ6InRleHQiO3M6MjI0ODoiPGg0IGNsYXNzPSJzdWJ0aXRsZSI+Q291cnNlIERlc2NyaXB0aW9uPC9oND4NCjxwIGNsYXNzPSJtYjMwIj5Mb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMNCiAgICBzdXJ2aXZlZCBub3Qgb25seSBmaXZlIGNlbnR1cmllcywgYnV0IGFsc28gdGhlIGxlYXAgaW50byBlbGVjdHJvbmljIHR5cGVzZXR0aW5nLCByZW1haW5pbmcgZXNzZW50aWFsbHkgdW5jaGFuZ2VkLiA8L3A+DQo8cCBjbGFzcz0ibWIyMCI+SXQgd2FzIHBvcHVsYXJpc2VkIGluIHRoZSAxOTYwcyB3aXRoIHRoZSByZWxlYXNlIG9mIExldHJhc2V0IHNoZWV0cyBjb250YWluaW5nIExvcmVtIElwc3VtIHBhc3NhZ2VzLCBhbmQgbW9yZSByZWNlbnRseSB3aXRoIGRlc2t0b3AgcHVibGlzaGluZyBzb2Z0d2FyZSBsaWtlIEFsZHVzIFBhZ2VNYWtlciBpbmNsdWRpbmcgdmVyc2lvbnMgb2YgTG9yZW0gSXBzdW0uPC9wPg0KPGg0IGNsYXNzPSJzdWJ0aXRsZSI+V2hhdCB5b3UnbGwgbGVhcm48L2g0Pg0KPHVsIGNsYXNzPSJjc19jb3Vyc2Vfc3lzbGVidXMiPg0KICAgIDxsaT48aSBjbGFzcz0iZmEgZmEtY2hlY2siPjwvaT4NCiAgICAgICAgPHA+QmVjb21lIGEgVVggZGVzaWduZXIuPC9wPg0KICAgIDwvbGk+DQogICAgPGxpPjxpIGNsYXNzPSJmYSBmYS1jaGVjayI+PC9pPg0KICAgICAgICA8cD5Zb3Ugd2lsbCBiZSBhYmxlIHRvIGFkZCBVWCBkZXNpZ25lciB0byB5b3VyIENWPC9wPg0KICAgIDwvbGk+DQogICAgPGxpPjxpIGNsYXNzPSJmYSBmYS1jaGVjayI+PC9pPg0KICAgICAgICA8cD5CZWNvbWUgYSBVSSBkZXNpZ25lci48L3A+DQogICAgPC9saT4NCiAgICA8bGk+PGkgY2xhc3M9ImZhIGZhLWNoZWNrIj48L2k+DQogICAgICAgIDxwPkJ1aWxkICZhbXA7IHRlc3QgYSBmdWxsIHdlYnNpdGUgZGVzaWduLjwvcD4NCiAgICA8L2xpPg0KICAgIDxsaT48aSBjbGFzcz0iZmEgZmEtY2hlY2siPjwvaT4NCiAgICAgICAgPHA+QnVpbGQgJmFtcDsgdGVzdCBhIGZ1bGwgbW9iaWxlIGFwcC48L3A+DQogICAgPC9saT4NCjwvdWw+DQo8dWwgY2xhc3M9ImNzX2NvdXJzZV9zeXNsZWJ1czIiPg0KICAgIDxsaT48aSBjbGFzcz0iZmEgZmEtY2hlY2siPjwvaT4NCiAgICAgICAgPHA+TGVhcm4gdG8gZGVzaWduIHdlYnNpdGVzICZhbXA7IG1vYmlsZSBwaG9uZSBhcHBzLjwvcD4NCiAgICA8L2xpPg0KICAgIDxsaT48aSBjbGFzcz0iZmEgZmEtY2hlY2siPjwvaT4NCiAgICAgICAgPHA+WW91J2xsIGxlYXJuIGhvdyB0byBjaG9vc2UgY29sb3JzLjwvcD4NCiAgICA8L2xpPg0KICAgIDxsaT48aSBjbGFzcz0iZmEgZmEtY2hlY2siPjwvaT4NCiAgICAgICAgPHA+UHJvdG90eXBlIHlvdXIgZGVzaWducyB3aXRoIGludGVyYWN0aW9ucy48L3A+DQogICAgPC9saT4NCiAgICA8bGk+PGkgY2xhc3M9ImZhIGZhLWNoZWNrIj48L2k+DQogICAgICAgIDxwPkV4cG9ydCBwcm9kdWN0aW9uIHJlYWR5IGFzc2V0cy48L3A+DQogICAgPC9saT4NCiAgICA8bGk+PGkgY2xhc3M9ImZhIGZhLWNoZWNrIj48L2k+DQogICAgICAgIDxwPkFsbCB0aGUgdGVjaG5pcXVlcyB1c2VkIGJ5IFVYIHByb2Zlc3Npb25hbHM8L3A+DQogICAgPC9saT4NCjwvdWw+DQo8aDQgY2xhc3M9InN1YnRpdGxlIj5SZXF1aXJlbWVudHM8L2g0Pg0KPHVsIGNsYXNzPSJsaXN0X3JlcXVpcmVtZXRuIj4NCiAgICA8bGk+PGkgY2xhc3M9ImZhIGZhLWNpcmNsZSI+PC9pPg0KICAgICAgICA8cD5Zb3Ugd2lsbCBuZWVkIGEgY29weSBvZiBBZG9iZSBYRCAyMDE5IG9yIGFib3ZlLiBBIGZyZWUgdHJpYWwgY2FuIGJlIGRvd25sb2FkZWQgZnJvbSBBZG9iZS48L3A+DQogICAgPC9saT4NCiAgICA8bGk+PGkgY2xhc3M9ImZhIGZhLWNpcmNsZSI+PC9pPg0KICAgICAgICA8cD5ObyBwcmV2aW91cyBkZXNpZ24gZXhwZXJpZW5jZSBpcyBuZWVkZWQuPC9wPg0KICAgIDwvbGk+DQogICAgPGxpPjxpIGNsYXNzPSJmYSBmYS1jaXJjbGUiPjwvaT4NCiAgICAgICAgPHA+Tm8gcHJldmlvdXMgQWRvYmUgWEQgc2tpbGxzIGFyZSBuZWVkZWQuPC9wPg0KICAgIDwvbGk+DQo8L3VsPiI7czo2OiJmb3JtYXQiO3M6MToiMSI7fX0=', 1576966556, 1576967949), (109, 'cocoon_course_instructor', 1, 1, 0, 'course-view-*', NULL, 'below-content', 1, 'Tzo4OiJzdGRDbGFzcyI6ODp7czo1OiJ0aXRsZSI7czoyMDoiQWJvdXQgdGhlIGluc3RydWN0b3IiO3M6NDoibmFtZSI7czo5OiJBbGkgVHVmYW4iO3M6ODoicG9zaXRpb24iO3M6MTQ6IlVYL1VJIERlc2lnbmVyIjtzOjg6InN0dWRlbnRzIjtzOjE2OiIxNDEsNzQ1IFN0dWRlbnRzIjtzOjc6InJldmlld3MiO3M6MTQ6IjEyLDE5NyBSZXZpZXdzIjtzOjc6ImNvdXJzZXMiO3M6OToiNSBDb3Vyc2VzIjtzOjU6ImltYWdlIjtpOjg5NDk5MjQ4O3M6MzoiYmlvIjthOjM6e3M6NDoidGV4dCI7czo3MjY6IjxwIGNsYXNzPSJtYjI1Ij5VSS9VWCBEZXNpZ25lciwgd2l0aCA3KyBZZWFycyBFeHBlcmllbmNlLiBHdWFyYW50ZWUgb2YgSGlnaCBRdWFsaXR5IFdvcmsuIDwvcD4NCjxwIGNsYXNzPSJtYjI1Ij5Ta2lsbHM6IFdlYiBEZXNpZ24sIFVJIERlc2lnbiwgVVgvVUkgRGVzaWduLCBNb2JpbGUgRGVzaWduLCBVc2VyIEludGVyZmFjZSBEZXNpZ24sIFNrZXRjaCwgUGhvdG9zaG9wLCBHVUksIEh0bWwsIENzcywgR3JpZCBTeXN0ZW1zLCBUeXBvZ3JhcGh5LCBNaW5pbWFsLCBUZW1wbGF0ZSwgRW5nbGlzaCwgQm9vdHN0cmFwLCBSZXNwb25zaXZlIFdlYiBEZXNpZ24sIFBpeGVsIFBlcmZlY3QsIEdyYXBoaWMgRGVzaWduLCBDb3Jwb3JhdGUsIENyZWF0aXZlLA0KICAgIEZsYXQsIEx1eHVyeSBhbmQgbXVjaCBtb3JlLjwvcD4NCjx1bCBjbGFzcz0iYWJvdXRfaW5zX2xpc3QgbWIwIj4NCiAgICA8bGk+DQogICAgICAgIDxwPkF2YWlsYWJsZSBmb3I6PC9wPg0KICAgIDwvbGk+DQogICAgPGxpPjxhIGhyZWY9IiMiPjEuIEZ1bGwgVGltZSBPZmZpY2UgV29yazwvYT48L2xpPg0KICAgIDxsaT48YSBocmVmPSIjIj4yLiBSZW1vdGUgV29yazwvYT48L2xpPg0KICAgIDxsaT48YSBocmVmPSIjIj4zLiBGcmVlbGFuY2U8L2E+PC9saT4NCiAgICA8bGk+PGEgaHJlZj0iIyI+NC4gQ29udHJhY3Q8L2E+PC9saT4NCiAgICA8bGk+PGEgaHJlZj0iIyI+NS4gV29ybGR3aWRlPC9hPjwvbGk+DQo8L3VsPiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NTc0MDA0NzA1O319', 1576966722, 1576967558), (110, 'comments', 1, 1, 0, 'course-view-*', NULL, 'below-content', 2, 'Tzo4OiJzdGRDbGFzcyI6MDp7fQ==', 1576966993, 1576967587), (111, 'cocoon_course_details', 1, 1, 0, 'course-view-*', NULL, 'side-pre', 3, 'Tzo4OiJzdGRDbGFzcyI6MTQ6e3M6MTE6InByaWNlX3RpdGxlIjtzOjU6IlByaWNlIjtzOjU6InByaWNlIjtzOjY6IiQ0OS4wMCI7czoxMDoiZnVsbF9wcmljZSI7czo2OiIkNjkuMDAiO3M6MTY6ImFkZF90b19jYXJ0X3RleHQiO3M6MTE6IkFkZCB0byBDYXJ0IjtzOjE2OiJhZGRfdG9fY2FydF9saW5rIjtzOjE6IiMiO3M6MTI6ImJ1eV9ub3dfdGV4dCI7czo3OiJCdXkgbm93IjtzOjEyOiJidXlfbm93X2xpbmsiO3M6MToiIyI7czoxNDoiaW5jbHVkZXNfdGl0bGUiO3M6ODoiSW5jbHVkZXMiO3M6MTA6InZpZGVvX3RleHQiO3M6MjQ6IjExIGhvdXJzIG9uLWRlbWFuZCB2aWRlbyI7czoxMzoiZG93bmxvYWRfdGV4dCI7czoyNToiNjkgZG93bmxvYWRhYmxlIHJlc291cmNlcyI7czoxMToiYWNjZXNzX3RleHQiO3M6MjA6IkZ1bGwgbGlmZXRpbWUgYWNjZXNzIjtzOjEyOiJkZXZpY2VzX3RleHQiO3M6MjM6IkFjY2VzcyBvbiBtb2JpbGUgYW5kIFRWIjtzOjE2OiJhc3NpZ25tZW50c190ZXh0IjtzOjExOiJBc3NpZ25tZW50cyI7czoxNjoiY2VydGlmaWNhdGVfdGV4dCI7czoyNToiQ2VydGlmaWNhdGUgb2YgQ29tcGxldGlvbiI7fQ==', 1576967142, 1576967621), (112, 'cocoon_course_features', 1, 1, 0, 'course-view-*', NULL, 'side-pre', 4, 'Tzo4OiJzdGRDbGFzcyI6Nzp7czo1OiJ0aXRsZSI7czoxNToiQ291cnNlIEZlYXR1cmVzIjtzOjg6ImxlY3R1cmVzIjtzOjE6IjYiO3M6NzoicXVpenplcyI7czoxOiIxIjtzOjg6ImR1cmF0aW9uIjtzOjc6IjMgaG91cnMiO3M6MTE6InNraWxsX2xldmVsIjtzOjk6IkFsbCBsZXZlbCI7czo4OiJsYW5ndWFnZSI7czo3OiJFbmdsaXNoIjtzOjExOiJhc3Nlc3NtZW50cyI7czozOiJZZXMiO30=', 1576967194, 1576967683), (113, 'tags', 1, 1, 0, 'course-view-*', NULL, 'side-pre', 5, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJ0aXRsZSI7czo0OiJUYWdzIjtzOjEyOiJudW1iZXJvZnRhZ3MiO3M6MjoiODAiO3M6MTI6InNob3dzdGFuZGFyZCI7czoxOiIwIjtzOjM6ImN0eCI7czoxOiIwIjtzOjM6InJlYyI7czoxOiIxIjt9', 1576967271, 1576967765), (114, 'cocoon_course_info', 1, 1, 0, 'course-view-*', NULL, 'side-pre', 6, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czo5OiJOb3Qgc3VyZT8iO3M6NDoiYm9keSI7czo1MzoiRXZlcnkgY291cnNlIGNvbWVzIHdpdGggYSAzMC1kYXkgbW9uZXktYmFjayBndWFyYW50ZWUiO3M6NToiaW1hZ2UiO2k6Mjk2Nzk5MzQ4O30=', 1576967312, 1576967785), (115, 'cocoon_courses_slider', 135, 0, 0, 'course-index-category', NULL, 'side-pre', 3, 'Tzo4OiJzdGRDbGFzcyI6MTQ6e3M6NToic3R5bGUiO3M6MToiMCI7czo1OiJ0aXRsZSI7czoxNjoiRmVhdHVyZWQgQ291cnNlcyI7czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjEwOiJob3Zlcl90ZXh0IjtzOjE0OiJQcmV2aWV3IENvdXJzZSI7czoxMjoiaG92ZXJfYWNjZW50IjtzOjEwOiJUb3AgU2VsbGVyIjtzOjEyOiJjb3Vyc2VfaW1hZ2UiO3M6MToiMSI7czoxMToiZGVzY3JpcHRpb24iO3M6MToiMCI7czo1OiJwcmljZSI7czoxOiIxIjtzOjk6ImVucm9sX2J0biI7czoxOiIwIjtzOjE0OiJlbnJvbF9idG5fdGV4dCI7czo3OiJCdXkgTm93IjtzOjc6ImNvdXJzZXMiO2E6ODp7aTowO3M6MjoiMTEiO2k6MTtzOjI6IjEwIjtpOjI7czoxOiI5IjtpOjM7czoxOiI4IjtpOjQ7czoxOiI3IjtpOjU7czoxOiI2IjtpOjY7czoxOiI1IjtpOjc7czoxOiI0Ijt9czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1576972409, 1601489936), (116, 'tags', 1, 1, 0, 'blog-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJ0aXRsZSI7czo0OiJUYWdzIjtzOjEyOiJudW1iZXJvZnRhZ3MiO3M6MjoiODAiO3M6MTI6InNob3dzdGFuZGFyZCI7czoxOiIwIjtzOjM6ImN0eCI7czoxOiIwIjtzOjM6InJlYyI7czoxOiIxIjt9', 1577049213, 1577049437), (117, 'cocoon_blog_recent_list', 1, 1, 0, 'blog-*', NULL, 'side-pre', 1, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxMjoiUmVjZW50IFBvc3RzIjtzOjI1OiJudW1iZXJvZnJlY2VudGJsb2dlbnRyaWVzIjtzOjE6IjQiO3M6MTg6InJlY2VudGJsb2dpbnRlcnZhbCI7czo1OiI4NjQwMCI7fQ==', 1577049627, 1577050992), (119, 'cocoon_globalsearch_sb', 1, 1, 0, 'blog-index', NULL, 'side-pre', -1, 'Tzo4OiJzdGRDbGFzcyI6MDp7fQ==', 1577051011, 1577051244), (122, 'cocoon_contact_form', 231, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjY6e3M6NToidGl0bGUiO3M6MTQ6IlNlbmQgYSBNZXNzYWdlIjtzOjg6InN1YnRpdGxlIjtzOjU5OiJFeCBxdWVtIGRpY3RhIGRlbGljYXRhIHVzdSwgenJpbCB2b2NpYnVzIG1haWVzdGF0aXMgaW4gcXVpLiI7czo1OiJpbWFnZSI7aTo5MjUzODQyNjk7czo5OiJjb3VudGVyXzEiO3M6NDoiNjUwMCI7czoxNDoiY291bnRlcl8xX3RleHQiO3M6MTc6IlN0dWRlbnRzIGxlYXJuaW5nIjtzOjE0OiJjb3VudGVyXzFfaWNvbiI7czoxODoiZmxhdGljb24tc3R1ZGVudC0zIjtzOjk6ImNvdW50ZXJfMiI7czo1OiI1ODI2MyI7czoxNDoiY291bnRlcl8yX3RleHQiO3M6OToiR3JhZHVhdGVzIjtzOjE0OiJjb3VudGVyXzJfaWNvbiI7czoxMjoiZmxhdGljb24tY2FwIjtzOjk6ImNvdW50ZXJfMyI7czo2OiI4OTY2NzMiO3M6MTQ6ImNvdW50ZXJfM190ZXh0IjtzOjEyOiJGcmVlIGNvdXJzZXMiO3M6MTQ6ImNvdW50ZXJfM19pY29uIjtzOjE1OiJmbGF0aWNvbi1qaWdzYXciO3M6OToiY291bnRlcl80IjtzOjQ6Ijg1NzAiO3M6MTQ6ImNvdW50ZXJfNF90ZXh0IjtzOjE0OiJBY3RpdmUgY291cnNlcyI7czoxNDoiY291bnRlcl80X2ljb24iO3M6MjQ6ImZsYXRpY29uLW9ubGluZS1sZWFybmluZyI7czoxNToiZmVhdHVyZV8xX3RpdGxlIjtzOjEyOiJPdXIgTG9jYXRpb24iO3M6MTg6ImZlYXR1cmVfMV9zdWJ0aXRsZSI7czo0MzoiQ29sbGluIFN0cmVldCBXZXN0LCBWaWN0b3IgODAwNywgQXVzdHJhbGlhLiI7czoxNDoiZmVhdHVyZV8xX2ljb24iO3M6MjI6ImZsYXRpY29uLXBsYWNlaG9sZGVyLTEiO3M6MTU6ImZlYXR1cmVfMl90aXRsZSI7czoxMToiT3VyIE51bWJlcnMiO3M6MTg6ImZlYXR1cmVfMl9zdWJ0aXRsZSI7czoyMjoiTW9iaWxlOiAoKzA5NikgNDY4IDIzNSI7czoxNDoiZmVhdHVyZV8yX2ljb24iO3M6MTk6ImZsYXRpY29uLXBob25lLWNhbGwiO3M6MTU6ImZlYXR1cmVfM190aXRsZSI7czo5OiJPdXIgRW1haWwiO3M6MTg6ImZlYXR1cmVfM19zdWJ0aXRsZSI7czoxNDoiaW5mb0BlZHVteS5jb20iO3M6MTQ6ImZlYXR1cmVfM19pY29uIjtzOjE0OiJmbGF0aWNvbi1lbWFpbCI7czo3OiJtYXBfbGF0IjtzOjEwOiI0MC42OTQ2NzAzIjtzOjc6Im1hcF9sbmciO3M6MTE6Ii03My45MjgwMTgyIjt9', 1577387031, 1577389594), (123, 'cocoon_tstmnls', 85, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjA6e3M6NToidGl0bGUiO3M6MTU6IldoYXQgUGVvcGxlIFNheSI7czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjU6InN0eWxlIjtzOjE6IjAiO3M6MTI6InNsaWRlc251bWJlciI7czoxOiI0IjtzOjExOiJmaWxlX3NsaWRlMSI7aTo3ODQ5MDA3NzQ7czoxMToiZmlsZV9zbGlkZTIiO2k6NTEyMjE3NTYxO3M6MTE6ImZpbGVfc2xpZGUzIjtpOjg0MDU3MzE2MjtzOjExOiJmaWxlX3NsaWRlNCI7aTo1NDcyNDY2ODc7czoxMjoic2xpZGVfdGl0bGUxIjtzOjk6IkFsaSBUdWZhbiI7czoxNToic2xpZGVfc3VidGl0bGUxIjtzOjY6IkNsaWVudCI7czoxMToic2xpZGVfdGV4dDEiO3M6MTIzOiJDdXN0b21pemF0aW9uIGlzIHZlcnkgZWFzeSB3aXRoIHRoaXMgdGhlbWUuIENsZWFuIGFuZCBxdWFsaXR5IGRlc2lnbiBhbmQgZnVsbCBzdXBwb3J0IGZvciBhbnkga2luZCBvZiByZXF1ZXN0ISBHcmVhdCB0aGVtZSEiO3M6MTI6InNsaWRlX3RpdGxlMiI7czo5OiJBbGkgVHVmYW4iO3M6MTU6InNsaWRlX3N1YnRpdGxlMiI7czo2OiJDbGllbnQiO3M6MTE6InNsaWRlX3RleHQyIjtzOjEyMzoiQ3VzdG9taXphdGlvbiBpcyB2ZXJ5IGVhc3kgd2l0aCB0aGlzIHRoZW1lLiBDbGVhbiBhbmQgcXVhbGl0eSBkZXNpZ24gYW5kIGZ1bGwgc3VwcG9ydCBmb3IgYW55IGtpbmQgb2YgcmVxdWVzdCEgR3JlYXQgdGhlbWUhIjtzOjEyOiJzbGlkZV90aXRsZTMiO3M6OToiQWxpIFR1ZmFuIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTMiO3M6NjoiQ2xpZW50IjtzOjExOiJzbGlkZV90ZXh0MyI7czoxMjM6IkN1c3RvbWl6YXRpb24gaXMgdmVyeSBlYXN5IHdpdGggdGhpcyB0aGVtZS4gQ2xlYW4gYW5kIHF1YWxpdHkgZGVzaWduIGFuZCBmdWxsIHN1cHBvcnQgZm9yIGFueSBraW5kIG9mIHJlcXVlc3QhIEdyZWF0IHRoZW1lISI7czoxMjoic2xpZGVfdGl0bGU0IjtzOjk6IkFsaSBUdWZhbiI7czoxNToic2xpZGVfc3VidGl0bGU0IjtzOjY6IkNsaWVudCI7czoxMToic2xpZGVfdGV4dDQiO3M6MTIzOiJDdXN0b21pemF0aW9uIGlzIHZlcnkgZWFzeSB3aXRoIHRoaXMgdGhlbWUuIENsZWFuIGFuZCBxdWFsaXR5IGRlc2lnbiBhbmQgZnVsbCBzdXBwb3J0IGZvciBhbnkga2luZCBvZiByZXF1ZXN0ISBHcmVhdCB0aGVtZSEiO30=', 1577390328, 1577390520), (124, 'cocoon_about_1', 85, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czo0NDoiRW5oYW5jZSB5b3VyIHNraWxscyB3aXRoIGJlc3QgT25saW5lIGNvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MjQ6IlNUQVJUSU5HIE9OTElORSBMRUFSTklORyI7czoxMToiYnV0dG9uX3RleHQiO3M6MTU6IkdldCBTdGFydGVkIE5vdyI7czoxMToiYnV0dG9uX2xpbmsiO3M6MToiIyI7czo1OiJpbWFnZSI7aTo2NDk1MzA1MjY7czo0OiJib2R5IjthOjM6e3M6NDoidGV4dCI7czo3NzI6IjxwIGNsYXNzPSJjb2xvci1ibGFjazIyIG10MjAiPlNlZCB1dCBwZXJzcGljaWF0aXMgdW5kZSBvbW5pcyBpc3RlIG5hdHVzIGVycm9yIHNpdCB2b2x1cHRhdGVtIGFjY3VzYW50aXVtIGxhdWRhbnRpdW0sIHRvdGFtIHJlbSBhcGVyaWFtLCBlYXF1ZSBpcHNhIHF1YWUgYWIgaWxsbyBpbnZlbnRvcmUgdmVyaXRhdGlzLGV0IHF1YXNpIGFyY2hpdGVjdG8gYmVhdGFlIHZpdGFlIGRpY3RhIHN1bnQgZXhwbGljYWJvLjwvcD4NCgkJCQkJCTxwIGNsYXNzPSJtdDE1Ij5TZWQgdXQgcGVyc3BpY2lhdGlzIHVuZGUgb21uaXMgaXN0ZSBuYXR1cyBlcnJvciBzaXQgdm9sdXB0YXRlbSBhY2N1c2FudGl1bSBsYXVkYW50aXVtLCB0b3RhbSByZW0gYXBlcmlhbSwgZWFxdWUgaXBzYSBxdWFlIGFiIGlsbG8gaW52ZW50b3JlIHZlcml0YXRpcyxldCBxdWFzaSBhcmNoaXRlY3RvIGJlYXRhZSB2aXRhZSBkaWN0YSBzdW50IGV4cGxpY2Fiby48L3A+DQoJCQkJCQk8cCBjbGFzcz0ibXQyMCI+TmVtbyBlbmltIGlwc2FtLHZvbHVwdGF0ZW0gcXVpYSB2b2x1cHRhcyBzaXQgYXNwZXJuYXR1ciBhdXQgb2RpdCBhdXQgZnVnaXQsIHNlZCBxdWlhLGNvbnNlcXV1bnR1ciBtYWduaSBkb2xvcmVzIGVvcyBxdWkgcmF0aW9uZSB2b2x1cHRhdGVtIHNlcXVpIG5lc2NpdW50LixOZXF1ZSBwb3JybyBxdWlzcXVhbSBlc3QsIHF1aSBkb2xvcmVtIGlwc3VtIHF1aWEgZG9sb3Igc2l0IGFtZXQsIGFkaXBpc2NpIHZlbGl0LCBzZWQgcXVpYSBub24gbnVtcXVhbSBlaXVzIG1vZGkgdGVtcG9yYTwvcD4iO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NjoiaXRlbWlkIjtpOjE0NjQ3NjQ5NTt9fQ==', 1577391515, 1577391991); INSERT INTO `cocoon_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `requiredbytheme`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`, `timecreated`, `timemodified`) VALUES (125, 'cocoon_about_2', 85, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czoxMToiY29sXzFfdGl0bGUiO3M6MTA6IldobyBXZSBBcmUiO3M6MTA6ImNvbF8xX2JvZHkiO2E6Mzp7czo0OiJ0ZXh0IjtzOjUyNjoiPHAgY2xhc3M9Im10MjUiPlNlZCB1dCBwZXJzcGljaWF0aXMgdW5kZSBvbW5pcyBpc3RlIG5hdHVzIGVycm9yIHNpdCB2b2x1cHRhdGVtIGFjY3VzYW50aXVtIGxhdWRhbnRpdW0sIHRvdGFtIHJlbSBhcGVyaWFtLCBlYXF1ZSBpcHNhIHF1YWUgYWIgaWxsbyBpbnZlbnRvcmUgdmVyaXRhdGlzLGV0IHF1YXNpIGFyY2hpdGVjdG8gYmVhdGFlIHZpdGFlIGRpY3RhIHN1bnQgZXhwbGljYWJvLjwvcD4NCgkJCQkJCTxwIGNsYXNzPSJtdDI1Ij5OZW1vIGVuaW0gaXBzYW0sdm9sdXB0YXRlbSBxdWlhIHZvbHVwdGFzIHNpdCBhc3Blcm5hdHVyIGF1dCBvZGl0IGF1dCBmdWdpdCwgc2VkIHF1aWEsY29uc2VxdXVudHVyIG1hZ25pIGRvbG9yZXMgZW9zIHF1aSByYXRpb25lIHZvbHVwdGF0ZW0gc2VxdWkgbmVzY2l1bnQuLE5lcXVlIHBvcnJvIHF1aXNxdWFtIGVzdCwgcXVpIGRvbG9yZW0gaXBzdW0gcXVpYSBkb2xvciBzaXQgYW1ldCwgYWRpcGlzY2kgdmVsaXQsIHNlZCBxdWlhIG5vbiBudW1xdWFtIGVpdXMgbW9kaSB0ZW1wb3JhPC9wPiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NDYxOTczODMzO31zOjExOiJjb2xfMl90aXRsZSI7czoxMDoiV2hhdCBXZSBEbyI7czoxMDoiY29sXzJfYm9keSI7YTozOntzOjQ6InRleHQiO3M6NTI2OiI8cCBjbGFzcz0ibXQyNSI+U2VkIHV0IHBlcnNwaWNpYXRpcyB1bmRlIG9tbmlzIGlzdGUgbmF0dXMgZXJyb3Igc2l0IHZvbHVwdGF0ZW0gYWNjdXNhbnRpdW0gbGF1ZGFudGl1bSwgdG90YW0gcmVtIGFwZXJpYW0sIGVhcXVlIGlwc2EgcXVhZSBhYiBpbGxvIGludmVudG9yZSB2ZXJpdGF0aXMsZXQgcXVhc2kgYXJjaGl0ZWN0byBiZWF0YWUgdml0YWUgZGljdGEgc3VudCBleHBsaWNhYm8uPC9wPg0KCQkJCQkJPHAgY2xhc3M9Im10MjUiPk5lbW8gZW5pbSBpcHNhbSx2b2x1cHRhdGVtIHF1aWEgdm9sdXB0YXMgc2l0IGFzcGVybmF0dXIgYXV0IG9kaXQgYXV0IGZ1Z2l0LCBzZWQgcXVpYSxjb25zZXF1dW50dXIgbWFnbmkgZG9sb3JlcyBlb3MgcXVpIHJhdGlvbmUgdm9sdXB0YXRlbSBzZXF1aSBuZXNjaXVudC4sTmVxdWUgcG9ycm8gcXVpc3F1YW0gZXN0LCBxdWkgZG9sb3JlbSBpcHN1bSBxdWlhIGRvbG9yIHNpdCBhbWV0LCBhZGlwaXNjaSB2ZWxpdCwgc2VkIHF1aWEgbm9uIG51bXF1YW0gZWl1cyBtb2RpIHRlbXBvcmE8L3A+IjtzOjY6ImZvcm1hdCI7czoxOiIxIjtzOjY6Iml0ZW1pZCI7aTo2Nzg5NTg5MTg7fX0=', 1577409684, 1577410381), (126, 'cocoon_simple_counters', 85, 0, 0, 'mod-page-*', NULL, 'user-notif', -10, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6OToiT3VyIFN0b3J5IjtzOjg6InN1YnRpdGxlIjtzOjA6IiI7czo1OiJpbWFnZSI7aTo3MDA1Njg3MzU7czo5OiJjb3VudGVyXzEiO3M6NDoiNjUwMCI7czoxNDoiY291bnRlcl8xX3RleHQiO3M6MTc6IlN0dWRlbnRzIGxlYXJuaW5nIjtzOjE0OiJjb3VudGVyXzFfaWNvbiI7czoxODoiZmxhdGljb24tc3R1ZGVudC0zIjtzOjk6ImNvdW50ZXJfMiI7czo1OiI1ODI2MyI7czoxNDoiY291bnRlcl8yX3RleHQiO3M6OToiR3JhZHVhdGVzIjtzOjE0OiJjb3VudGVyXzJfaWNvbiI7czoxMjoiZmxhdGljb24tY2FwIjtzOjk6ImNvdW50ZXJfMyI7czo2OiI4OTY2NzMiO3M6MTQ6ImNvdW50ZXJfM190ZXh0IjtzOjEyOiJGcmVlIGNvdXJzZXMiO3M6MTQ6ImNvdW50ZXJfM19pY29uIjtzOjE1OiJmbGF0aWNvbi1qaWdzYXciO3M6OToiY291bnRlcl80IjtzOjQ6Ijg1NzAiO3M6MTQ6ImNvdW50ZXJfNF90ZXh0IjtzOjE0OiJBY3RpdmUgY291cnNlcyI7czoxNDoiY291bnRlcl80X2ljb24iO3M6MjQ6ImZsYXRpY29uLW9ubGluZS1sZWFybmluZyI7fQ==', 1577410565, 1577410880), (127, 'cocoon_simple_counters', 85, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6OToiT3VyIFN0b3J5IjtzOjg6InN1YnRpdGxlIjtzOjI0OiJTVEFSVElORyBPTkxJTkUgTEVBUk5JTkciO3M6NToiaW1hZ2UiO2k6NzExNjM5Mjc5O3M6OToiY291bnRlcl8xIjtzOjQ6IjY1MDAiO3M6MTQ6ImNvdW50ZXJfMV90ZXh0IjtzOjE3OiJTdHVkZW50cyBsZWFybmluZyI7czoxNDoiY291bnRlcl8xX2ljb24iO3M6MTg6ImZsYXRpY29uLXN0dWRlbnQtMyI7czo5OiJjb3VudGVyXzIiO3M6NToiNTgyNjMiO3M6MTQ6ImNvdW50ZXJfMl90ZXh0IjtzOjk6IkdyYWR1YXRlcyI7czoxNDoiY291bnRlcl8yX2ljb24iO3M6MTI6ImZsYXRpY29uLWNhcCI7czo5OiJjb3VudGVyXzMiO3M6NjoiODk2NjczIjtzOjE0OiJjb3VudGVyXzNfdGV4dCI7czoxMjoiRnJlZSBjb3Vyc2VzIjtzOjE0OiJjb3VudGVyXzNfaWNvbiI7czoxNToiZmxhdGljb24tamlnc2F3IjtzOjk6ImNvdW50ZXJfNCI7czo0OiI4NTcwIjtzOjE0OiJjb3VudGVyXzRfdGV4dCI7czoxNDoiQWN0aXZlIGNvdXJzZXMiO3M6MTQ6ImNvdW50ZXJfNF9pY29uIjtzOjI0OiJmbGF0aWNvbi1vbmxpbmUtbGVhcm5pbmciO30=', 1577410946, 1577411347), (128, 'cocoon_hero_1', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJ0aXRsZSI7czoyMToiRmluZCB0aGUgQmVzdCBDb3Vyc2VzIjtzOjg6InN1YnRpdGxlIjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjIxOiJSZWFkeSB0byBHZXQgU3RhcnRlZD8iO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjE6IiMiO3M6NToiaW1hZ2UiO2k6NDk0NTUwMTAyO30=', 1577414008, 1578021930), (129, 'cocoon_hero_2', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJ0aXRsZSI7czoyOToiUGxheSwgTGVhcm4gYW5kIEdyb3cgVG9nZXRoZXIiO3M6ODoic3VidGl0bGUiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxMToiYnV0dG9uX3RleHQiO3M6MTA6IkxlYXJuIE1vcmUiO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjE6IiMiO3M6NToiaW1hZ2UiO2k6NDc3NzI2NDI0O30=', 1577414476, 1577414531), (130, 'cocoon_slider_3', 97, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTY6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6InN1YnRpdGxlIjtzOjA6IiI7czoxMjoic2xpZGVzbnVtYmVyIjtzOjE6IjMiO3M6MTU6ImZlYXR1cmVfMV90aXRsZSI7czoxMjoiS2luZGVyZ2FyZGVuIjtzOjE1OiJmZWF0dXJlXzJfdGl0bGUiO3M6MTQ6IlByaW1hcnkgU2Nob29sIjtzOjE1OiJmZWF0dXJlXzNfdGl0bGUiO3M6MTM6Ik1pZGRsZSBTY2hvb2wiO3M6MTU6ImZlYXR1cmVfNF90aXRsZSI7czoxMToiSGlnaCBTY2hvb2wiO3M6MTE6ImZpbGVfc2xpZGUxIjtpOjQ4NDc1MTQyOTtzOjExOiJmaWxlX3NsaWRlMiI7aToyMDAyMjg1MzI7czoxMToiZmlsZV9zbGlkZTMiO2k6ODMwNDkxNjQ1O3M6MTI6InNsaWRlX3RpdGxlMSI7czozNDoiU2VsZiBFZHVjYXRpb24gUmVzb3VyY2VzIGFuZCBJbmZvcyI7czoxNToic2xpZGVfc3VidGl0bGUxIjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTI6InNsaWRlX3RpdGxlMiI7czozNDoiU2VsZiBFZHVjYXRpb24gUmVzb3VyY2VzIGFuZCBJbmZvcyI7czoxNToic2xpZGVfc3VidGl0bGUyIjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTI6InNsaWRlX3RpdGxlMyI7czozNDoiU2VsZiBFZHVjYXRpb24gUmVzb3VyY2VzIGFuZCBJbmZvcyI7czoxNToic2xpZGVfc3VidGl0bGUzIjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO30=', 1577415540, 1577415737), (131, 'cocoon_features', 97, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6OTp7czo1OiJpbWFnZSI7aTo2MzI0Njk5NjU7czoxNToiZmVhdHVyZV8xX3RpdGxlIjtzOjIyOiJMZWFybiBGcm9tIFRoZSBFeHBlcnRzIjtzOjE0OiJmZWF0dXJlXzFfaWNvbiI7czoxNjoiZmxhdGljb24tc3R1ZGVudCI7czoxNToiZmVhdHVyZV8yX3RpdGxlIjtzOjIwOiJCb29rIExpYnJhcnkgJiBTdG9yZSI7czoxNDoiZmVhdHVyZV8yX2ljb24iO3M6MTM6ImZsYXRpY29uLWJvb2siO3M6MTU6ImZlYXR1cmVfM190aXRsZSI7czoxOToiV29ybGR3aWRlIFJlY29nbml6ZSI7czoxNDoiZmVhdHVyZV8zX2ljb24iO3M6MTU6ImZsYXRpY29uLWdsb2JhbCI7czoxNToiZmVhdHVyZV80X3RpdGxlIjtzOjIxOiJCZXN0IEluZHVzdHJ5IExlYWRlcnMiO3M6MTQ6ImZlYXR1cmVfNF9pY29uIjtzOjE0OiJmbGF0aWNvbi1maXJzdCI7fQ==', 1577416724, 1577416962), (133, 'cocoon_about_1', 97, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxMDoiT3VyIFZhbHVlcyI7czo0OiJib2R5IjthOjM6e3M6NDoidGV4dCI7czo1ODc6IjxwPkxvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuPC9wPg0KPHA+SXQgd2FzIHBvcHVsYXJpc2VkIGluIHRoZSAxOTYwcyB3aXRoIHRoZSByZWxlYXNlIG9mIExldHJhc2V0IHNoZWV0cyBjb250YWluaW5nIExvcmVtIElwc3VtIHBhc3NhZ2VzLCBhbmQgbW9yZSByZWNlbnRseSB3aXRoIGRlc2t0b3AgcHVibGlzaGluZyBzb2Z0d2FyZSBsaWtlIEFsZHVzIFBhZ2VNYWtlciBpbmNsdWRpbmcgdmVyc2lvbnMgb2YgTG9yZW0gSXBzdW0uPC9wPg0KPGEgY2xhc3M9ImJ0biBkYnhzaGFkIGJ0bi1sZyBidG4tdGhtMiByb3VuZGVkIiBocmVmPSIjIj5SZWFkIE1vcmU8L2E+IjtzOjY6ImZvcm1hdCI7czoxOiIxIjtzOjY6Iml0ZW1pZCI7aTo4OTQxMTc3OTM7fXM6NToiaW1hZ2UiO2k6ODQyOTkzMjAzO30=', 1577417143, 1577417271), (134, 'cocoon_parallax_white', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJ0aXRsZSI7czozMjoiR2V0IFBlcnNvbmFsaXplZCBSZWNvbW1lbmRhdGlvbnMiO3M6ODoic3VidGl0bGUiO3M6NDE6IkFuc3dlciBhIGZldyBxdWVzdGlvbnMgZm9yIHlvdXIgdG9wIHBpY2tzIjtzOjExOiJidXR0b25fdGV4dCI7czo5OiJWaWV3IE1vcmUiO3M6MTE6ImJ1dHRvbl9saW5rIjtzOjE6IiMiO3M6NToiaW1hZ2UiO2k6MTc3MjY2MTY1O30=', 1577417868, 1577417941), (135, 'cocoon_event_slider', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjI6e3M6NToic3R5bGUiO3M6MToiMCI7czoxMjoic2xpZGVzbnVtYmVyIjtzOjE6IjQiO3M6MTE6ImZpbGVfc2xpZGUxIjtpOjEwOTM5MTAzODtzOjExOiJmaWxlX3NsaWRlMiI7aTo1ODcyOTk3NDQ7czoxMToiZmlsZV9zbGlkZTMiO2k6NTgzNjkzMDMxO3M6MTE6ImZpbGVfc2xpZGU0IjtpOjQ5NjUxNTY5NTtzOjEyOiJzbGlkZV90aXRsZTEiO3M6MzA6IkFuIE92ZXJ3b3JrZWQgTmV3c3BhcGVyIEVkaXRvciI7czoxMToic2xpZGVfZGF0ZTEiO2k6MTU3NzQwNDgwMDtzOjE1OiJzbGlkZV9sb2NhdGlvbjEiO3M6MTc6IlZhbmNvdXZlciwgQ2FuYWRhIjtzOjExOiJzbGlkZV90aW1lMSI7czoxNzoiODowMCBhbSAtIDU6MDAgcG0iO3M6MTI6InNsaWRlX3RpdGxlMiI7czozMDoiQW4gT3ZlcndvcmtlZCBOZXdzcGFwZXIgRWRpdG9yIjtzOjExOiJzbGlkZV9kYXRlMiI7aToxNTc3NDA0ODAwO3M6MTU6InNsaWRlX2xvY2F0aW9uMiI7czoxNzoiVmFuY291dmVyLCBDYW5hZGEiO3M6MTE6InNsaWRlX3RpbWUyIjtzOjE3OiI4OjAwIGFtIC0gNTowMCBwbSI7czoxMjoic2xpZGVfdGl0bGUzIjtzOjMwOiJBbiBPdmVyd29ya2VkIE5ld3NwYXBlciBFZGl0b3IiO3M6MTE6InNsaWRlX2RhdGUzIjtpOjE1Nzc0MDQ4MDA7czoxNToic2xpZGVfbG9jYXRpb24zIjtzOjE3OiJWYW5jb3V2ZXIsIENhbmFkYSI7czoxMToic2xpZGVfdGltZTMiO3M6MTc6Ijg6MDAgYW0gLSA1OjAwIHBtIjtzOjEyOiJzbGlkZV90aXRsZTQiO3M6MzA6IkFuIE92ZXJ3b3JrZWQgTmV3c3BhcGVyIEVkaXRvciI7czoxMToic2xpZGVfZGF0ZTQiO2k6MTU3NzQwNDgwMDtzOjE1OiJzbGlkZV9sb2NhdGlvbjQiO3M6MTc6IlZhbmNvdXZlciwgQ2FuYWRhIjtzOjExOiJzbGlkZV90aW1lNCI7czoxNzoiODowMCBhbSAtIDU6MDAgcG0iO30=', 1577463286, 1577463537), (136, 'cocoon_hero_3', 95, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTM6e3M6NToidGl0bGUiO3M6Mjk6Ik1PUkUgVEhBTiAyNTAwIE9OTElORSBDT1VSU0VTIjtzOjg6InN1YnRpdGxlIjtzOjQyOiJPd24geW91ciBmdXR1cmUgbGVhcm5pbmcgbmV3IHNraWxscyBvbmxpbmUiO3M6MTI6InNsaWRlc251bWJlciI7czoxOiIyIjtzOjE1OiJmZWF0dXJlXzFfdGl0bGUiO3M6MjQ6IkRlc2lnbjogT3ZlciA4MDAgQ291cnNlcyI7czoxNDoiZmVhdHVyZV8xX2ljb24iO3M6MTU6ImZsYXRpY29uLXBlbmNpbCI7czoxNToiZmVhdHVyZV8yX3RpdGxlIjtzOjI4OiJCdXNpbmVzczogT3ZlciAxLDQwMCBDb3Vyc2VzIjtzOjE0OiJmZWF0dXJlXzJfaWNvbiI7czoxODoiZmxhdGljb24tc3R1ZGVudC0xIjtzOjE1OiJmZWF0dXJlXzNfdGl0bGUiO3M6Mjk6IlBob3RvZ3JhcGh5OiBPdmVyIDc0MCBDb3Vyc2VzIjtzOjE0OiJmZWF0dXJlXzNfaWNvbiI7czoyMToiZmxhdGljb24tcGhvdG8tY2FtZXJhIjtzOjE1OiJmZWF0dXJlXzRfdGl0bGUiO3M6Mjc6Ik1hcmtldGluZzogT3ZlciAyMDAgQ291cnNlcyI7czoxNDoiZmVhdHVyZV80X2ljb24iO3M6MTQ6ImZsYXRpY29uLW1lZGFsIjtzOjExOiJmaWxlX3NsaWRlMSI7aTo1NDE4NzA4MTg7czoxMToiZmlsZV9zbGlkZTIiO2k6OTM4NDMzMjc0O30=', 1577464770, 1577466028), (137, 'cocoon_tablets', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTg6e3M6NToidGl0bGUiO3M6MTA6IldoYXQgV2UgRG8iO3M6ODoic3VidGl0bGUiO3M6NjQ6IlN0cml2aW5nIHRvIG1ha2UgdGhlIHdlYiBhIG1vcmUgYmVhdXRpZnVsIHBsYWNlIGV2ZXJ5IHNpbmdsZSBkYXkiO3M6NToiaW1hZ2UiO2k6ODI0NDg5ODMzO3M6NDoiYm9keSI7YTozOntzOjQ6InRleHQiO3M6MTc0OiI8cD5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dWVyIGFkaXBpc2NpbmcgZWxpdC4gQWVuZWFuIGNvbW1vZG8gbGlndWxhIGVnZXQgZG9sb3IuIEFlbmVhbiBtYXNzYS4gQ3VtIHNvY2lpcyBuYXRvcXVlIHBlbmF0aWJ1cyBldCBtYWduaXMgZGlzIHBhcnR1cmllbnQgbW9udGVzLjwvcD4iO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NjoiaXRlbWlkIjtpOjM1NTgzNTY5NDt9czoxMToiYnV0dG9uX3RleHQiO3M6OToiVmlldyBNb3JlIjtzOjExOiJidXR0b25fbGluayI7czoxOiIjIjtzOjE1OiJmZWF0dXJlXzFfdGl0bGUiO3M6MTQ6IkNyZWF0ZSBBY2NvdW50IjtzOjE4OiJmZWF0dXJlXzFfc3VidGl0bGUiO3M6NjA6IlNlZCBjdXJzdXMgdHVycGlzIHZpdGFlIHRvcnRvciBkb25lYyBlYXF1ZSBpcHNhIHF1YWVhYiBpbGxvLiI7czoxNDoiZmVhdHVyZV8xX2ljb24iO3M6MTY6ImZsYXRpY29uLWFjY291bnQiO3M6MTU6ImZlYXR1cmVfMl90aXRsZSI7czoyMDoiQ3JlYXRlIE9ubGluZSBDb3Vyc2UiO3M6MTg6ImZlYXR1cmVfMl9zdWJ0aXRsZSI7czo2MDoiU2VkIGN1cnN1cyB0dXJwaXMgdml0YWUgdG9ydG9yIGRvbmVjIGVhcXVlIGlwc2EgcXVhZWFiIGlsbG8uIjtzOjE0OiJmZWF0dXJlXzJfaWNvbiI7czoxNToiZmxhdGljb24tb25saW5lIjtzOjE1OiJmZWF0dXJlXzNfdGl0bGUiO3M6MjI6IkludGVyYWN0IHdpdGggU3R1ZGVudHMiO3M6MTg6ImZlYXR1cmVfM19zdWJ0aXRsZSI7czo2MDoiU2VkIGN1cnN1cyB0dXJwaXMgdml0YWUgdG9ydG9yIGRvbmVjIGVhcXVlIGlwc2EgcXVhZWFiIGlsbG8uIjtzOjE0OiJmZWF0dXJlXzNfaWNvbiI7czoxODoiZmxhdGljb24tc3R1ZGVudC0xIjtzOjE1OiJmZWF0dXJlXzRfdGl0bGUiO3M6MTg6IkFjaGlldmUgWW91ciBHb2FscyI7czoxODoiZmVhdHVyZV80X3N1YnRpdGxlIjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6MTQ6ImZlYXR1cmVfNF9pY29uIjtzOjE3OiJmbGF0aWNvbi1lbXBsb3llZSI7fQ==', 1577467403, 1577468012), (138, 'cocoon_subscribe', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxNDoiR2V0IE5ld3NsZXR0ZXIiO3M6ODoic3VidGl0bGUiO3M6ODM6IllvdXIgZG93bmxvYWQgc2hvdWxkIHN0YXJ0IGF1dG9tYXRpY2FsbHksIGlmIG5vdCBDbGljayBoZXJlLiBTaG91bGQgSSBnaXZlIHVwLCBodWg/IjtzOjExOiJidXR0b25fdGV4dCI7czoxMDoiR2V0IGl0IE5vdyI7fQ==', 1577469421, 1577469467), (139, 'cocoon_slider_4', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTU3OntzOjU6ImltYWdlIjtpOjE5MzM4MjcxNDtzOjEyOiJzbGlkZXNudW1iZXIiO3M6MToiNSI7czoxMjoic2xpZGVfdGl0bGUxIjtzOjc6IldlIENhbiAiO3M6MTQ6InNsaWRlX3RpdGxlXzIxIjtzOjEwOiJUZWFjaCBZb3UhIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTEiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQxIjtzOjEyOiJKb2luIEluIEZyZWUiO3M6MTQ6InNsaWRlX2J0bl91cmwxIjtzOjE6IiMiO3M6MTI6InNsaWRlX3RpdGxlMiI7czo3OiJXZSBDYW4gIjtzOjE0OiJzbGlkZV90aXRsZV8yMiI7czoxMDoiVGVhY2ggWW91ISI7czoxNToic2xpZGVfc3VidGl0bGUyIjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTU6InNsaWRlX2J0bl90ZXh0MiI7czoxMjoiSm9pbiBJbiBGcmVlIjtzOjE0OiJzbGlkZV9idG5fdXJsMiI7czoxOiIjIjtzOjEyOiJzbGlkZV90aXRsZTMiO3M6NzoiV2UgQ2FuICI7czoxNDoic2xpZGVfdGl0bGVfMjMiO3M6MTA6IlRlYWNoIFlvdSEiO3M6MTU6InNsaWRlX3N1YnRpdGxlMyI7czo4NzoiVGVjaG5vbG9neSBpcyBicmluaW5nIGEgbWFzc2l2ZSB3YXZlIG9mIGV2b2x1dGlvbiBvbiBsZWFybmluZyB0aGluZ3Mgb24gZGlmZmVyZW50IHdheXMuIjtzOjE1OiJzbGlkZV9idG5fdGV4dDMiO3M6MTI6IkpvaW4gSW4gRnJlZSI7czoxNDoic2xpZGVfYnRuX3VybDMiO3M6MToiIyI7czoxMjoic2xpZGVfdGl0bGU0IjtzOjc6IldlIENhbiAiO3M6MTQ6InNsaWRlX3RpdGxlXzI0IjtzOjEwOiJUZWFjaCBZb3UhIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTQiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQ0IjtzOjEyOiJKb2luIEluIEZyZWUiO3M6MTQ6InNsaWRlX2J0bl91cmw0IjtzOjE6IiMiO3M6MTI6InNsaWRlX3RpdGxlNSI7czo3OiJXZSBDYW4gIjtzOjE0OiJzbGlkZV90aXRsZV8yNSI7czoxMDoiVGVhY2ggWW91ISI7czoxNToic2xpZGVfc3VidGl0bGU1IjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTU6InNsaWRlX2J0bl90ZXh0NSI7czoxMjoiSm9pbiBJbiBGcmVlIjtzOjE0OiJzbGlkZV9idG5fdXJsNSI7czoxOiIjIjtzOjE3OiJzbGlkZV9saW5lX2JyZWFrMSI7czoxOiIwIjtzOjE3OiJzbGlkZV9idG5fdGFyZ2V0MSI7czo1OiJfc2VsZiI7czoxMzoiY29sb3JfdGl0bGVfMSI7czo3OiIjMGEwYTBhIjtzOjE1OiJjb2xvcl90aXRsZV8yXzEiO3M6NzoiIzI0NDFlNyI7czoxMjoiY29sb3JfYm9keV8xIjtzOjc6IiM2ZjcwNzQiO3M6MTE6ImNvbG9yX2J0bl8xIjtzOjc6IiMwYTBhMGEiO3M6MTc6ImNvbG9yX2J0bl9ob3Zlcl8xIjtzOjQ6IiNmZmYiO3M6MTc6InNsaWRlX2xpbmVfYnJlYWsyIjtzOjE6IjAiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQyIjtzOjU6Il9zZWxmIjtzOjEzOiJjb2xvcl90aXRsZV8yIjtzOjc6IiMwYTBhMGEiO3M6MTU6ImNvbG9yX3RpdGxlXzJfMiI7czo3OiIjMjQ0MWU3IjtzOjEyOiJjb2xvcl9ib2R5XzIiO3M6NzoiIzZmNzA3NCI7czoxMToiY29sb3JfYnRuXzIiO3M6NzoiIzBhMGEwYSI7czoxNzoiY29sb3JfYnRuX2hvdmVyXzIiO3M6NDoiI2ZmZiI7czoxNzoic2xpZGVfbGluZV9icmVhazMiO3M6MToiMCI7czoxNzoic2xpZGVfYnRuX3RhcmdldDMiO3M6NToiX3NlbGYiO3M6MTM6ImNvbG9yX3RpdGxlXzMiO3M6NzoiIzBhMGEwYSI7czoxNToiY29sb3JfdGl0bGVfMl8zIjtzOjc6IiMyNDQxZTciO3M6MTI6ImNvbG9yX2JvZHlfMyI7czo3OiIjNmY3MDc0IjtzOjExOiJjb2xvcl9idG5fMyI7czo3OiIjMGEwYTBhIjtzOjE3OiJjb2xvcl9idG5faG92ZXJfMyI7czo0OiIjZmZmIjtzOjE3OiJzbGlkZV9saW5lX2JyZWFrNCI7czoxOiIwIjtzOjE3OiJzbGlkZV9idG5fdGFyZ2V0NCI7czo1OiJfc2VsZiI7czoxMzoiY29sb3JfdGl0bGVfNCI7czo3OiIjMGEwYTBhIjtzOjE1OiJjb2xvcl90aXRsZV8yXzQiO3M6NzoiIzI0NDFlNyI7czoxMjoiY29sb3JfYm9keV80IjtzOjc6IiM2ZjcwNzQiO3M6MTE6ImNvbG9yX2J0bl80IjtzOjc6IiMwYTBhMGEiO3M6MTc6ImNvbG9yX2J0bl9ob3Zlcl80IjtzOjQ6IiNmZmYiO3M6MTc6InNsaWRlX2xpbmVfYnJlYWs1IjtzOjE6IjAiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQ1IjtzOjU6Il9zZWxmIjtzOjEzOiJjb2xvcl90aXRsZV81IjtzOjc6IiMwYTBhMGEiO3M6MTU6ImNvbG9yX3RpdGxlXzJfNSI7czo3OiIjMjQ0MWU3IjtzOjEyOiJjb2xvcl9ib2R5XzUiO3M6NzoiIzZmNzA3NCI7czoxMToiY29sb3JfYnRuXzUiO3M6NzoiIzBhMGEwYSI7czoxNzoiY29sb3JfYnRuX2hvdmVyXzUiO3M6NDoiI2ZmZiI7czoxMjoic2xpZGVfdGl0bGU2IjtzOjY6IldlIENhbiI7czoxNDoic2xpZGVfdGl0bGVfMjYiO3M6MTA6IlRlYWNoIFlvdSEiO3M6MTc6InNsaWRlX2xpbmVfYnJlYWs2IjtzOjE6IjAiO3M6MTU6InNsaWRlX3N1YnRpdGxlNiI7czo4NzoiVGVjaG5vbG9neSBpcyBicmluaW5nIGEgbWFzc2l2ZSB3YXZlIG9mIGV2b2x1dGlvbiBvbiBsZWFybmluZyB0aGluZ3Mgb24gZGlmZmVyZW50IHdheXMuIjtzOjE1OiJzbGlkZV9idG5fdGV4dDYiO3M6MTI6IkpvaW4gSW4gRnJlZSI7czoxNDoic2xpZGVfYnRuX3VybDYiO3M6MToiIyI7czoxNzoic2xpZGVfYnRuX3RhcmdldDYiO3M6NToiX3NlbGYiO3M6MTM6ImNvbG9yX3RpdGxlXzYiO3M6NzoiIzBhMGEwYSI7czoxNToiY29sb3JfdGl0bGVfMl82IjtzOjc6IiMyNDQxZTciO3M6MTI6ImNvbG9yX2JvZHlfNiI7czo3OiIjNmY3MDc0IjtzOjExOiJjb2xvcl9idG5fNiI7czo3OiIjMGEwYTBhIjtzOjE3OiJjb2xvcl9idG5faG92ZXJfNiI7czo0OiIjZmZmIjtzOjEyOiJzbGlkZV90aXRsZTciO3M6NjoiV2UgQ2FuIjtzOjE0OiJzbGlkZV90aXRsZV8yNyI7czoxMDoiVGVhY2ggWW91ISI7czoxNzoic2xpZGVfbGluZV9icmVhazciO3M6MToiMCI7czoxNToic2xpZGVfc3VidGl0bGU3IjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTU6InNsaWRlX2J0bl90ZXh0NyI7czoxMjoiSm9pbiBJbiBGcmVlIjtzOjE0OiJzbGlkZV9idG5fdXJsNyI7czoxOiIjIjtzOjE3OiJzbGlkZV9idG5fdGFyZ2V0NyI7czo1OiJfc2VsZiI7czoxMzoiY29sb3JfdGl0bGVfNyI7czo3OiIjMGEwYTBhIjtzOjE1OiJjb2xvcl90aXRsZV8yXzciO3M6NzoiIzI0NDFlNyI7czoxMjoiY29sb3JfYm9keV83IjtzOjc6IiM2ZjcwNzQiO3M6MTE6ImNvbG9yX2J0bl83IjtzOjc6IiMwYTBhMGEiO3M6MTc6ImNvbG9yX2J0bl9ob3Zlcl83IjtzOjQ6IiNmZmYiO3M6MTI6InNsaWRlX3RpdGxlOCI7czo2OiJXZSBDYW4iO3M6MTQ6InNsaWRlX3RpdGxlXzI4IjtzOjEwOiJUZWFjaCBZb3UhIjtzOjE3OiJzbGlkZV9saW5lX2JyZWFrOCI7czoxOiIwIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTgiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNToic2xpZGVfYnRuX3RleHQ4IjtzOjEyOiJKb2luIEluIEZyZWUiO3M6MTQ6InNsaWRlX2J0bl91cmw4IjtzOjE6IiMiO3M6MTc6InNsaWRlX2J0bl90YXJnZXQ4IjtzOjU6Il9zZWxmIjtzOjEzOiJjb2xvcl90aXRsZV84IjtzOjc6IiMwYTBhMGEiO3M6MTU6ImNvbG9yX3RpdGxlXzJfOCI7czo3OiIjMjQ0MWU3IjtzOjEyOiJjb2xvcl9ib2R5XzgiO3M6NzoiIzZmNzA3NCI7czoxMToiY29sb3JfYnRuXzgiO3M6NzoiIzBhMGEwYSI7czoxNzoiY29sb3JfYnRuX2hvdmVyXzgiO3M6NDoiI2ZmZiI7czoxMjoic2xpZGVfdGl0bGU5IjtzOjY6IldlIENhbiI7czoxNDoic2xpZGVfdGl0bGVfMjkiO3M6MTA6IlRlYWNoIFlvdSEiO3M6MTc6InNsaWRlX2xpbmVfYnJlYWs5IjtzOjE6IjAiO3M6MTU6InNsaWRlX3N1YnRpdGxlOSI7czo4NzoiVGVjaG5vbG9neSBpcyBicmluaW5nIGEgbWFzc2l2ZSB3YXZlIG9mIGV2b2x1dGlvbiBvbiBsZWFybmluZyB0aGluZ3Mgb24gZGlmZmVyZW50IHdheXMuIjtzOjE1OiJzbGlkZV9idG5fdGV4dDkiO3M6MTI6IkpvaW4gSW4gRnJlZSI7czoxNDoic2xpZGVfYnRuX3VybDkiO3M6MToiIyI7czoxNzoic2xpZGVfYnRuX3RhcmdldDkiO3M6NToiX3NlbGYiO3M6MTM6ImNvbG9yX3RpdGxlXzkiO3M6NzoiIzBhMGEwYSI7czoxNToiY29sb3JfdGl0bGVfMl85IjtzOjc6IiMyNDQxZTciO3M6MTI6ImNvbG9yX2JvZHlfOSI7czo3OiIjNmY3MDc0IjtzOjExOiJjb2xvcl9idG5fOSI7czo3OiIjMGEwYTBhIjtzOjE3OiJjb2xvcl9idG5faG92ZXJfOSI7czo0OiIjZmZmIjtzOjEzOiJzbGlkZV90aXRsZTEwIjtzOjY6IldlIENhbiI7czoxNToic2xpZGVfdGl0bGVfMjEwIjtzOjEwOiJUZWFjaCBZb3UhIjtzOjE4OiJzbGlkZV9saW5lX2JyZWFrMTAiO3M6MToiMCI7czoxNjoic2xpZGVfc3VidGl0bGUxMCI7czo4NzoiVGVjaG5vbG9neSBpcyBicmluaW5nIGEgbWFzc2l2ZSB3YXZlIG9mIGV2b2x1dGlvbiBvbiBsZWFybmluZyB0aGluZ3Mgb24gZGlmZmVyZW50IHdheXMuIjtzOjE2OiJzbGlkZV9idG5fdGV4dDEwIjtzOjEyOiJKb2luIEluIEZyZWUiO3M6MTU6InNsaWRlX2J0bl91cmwxMCI7czoxOiIjIjtzOjE4OiJzbGlkZV9idG5fdGFyZ2V0MTAiO3M6NToiX3NlbGYiO3M6MTQ6ImNvbG9yX3RpdGxlXzEwIjtzOjc6IiMwYTBhMGEiO3M6MTY6ImNvbG9yX3RpdGxlXzJfMTAiO3M6NzoiIzI0NDFlNyI7czoxMzoiY29sb3JfYm9keV8xMCI7czo3OiIjNmY3MDc0IjtzOjEyOiJjb2xvcl9idG5fMTAiO3M6NzoiIzBhMGEwYSI7czoxODoiY29sb3JfYnRuX2hvdmVyXzEwIjtzOjQ6IiNmZmYiO3M6MTM6InNsaWRlX3RpdGxlMTEiO3M6NjoiV2UgQ2FuIjtzOjE1OiJzbGlkZV90aXRsZV8yMTEiO3M6MTA6IlRlYWNoIFlvdSEiO3M6MTg6InNsaWRlX2xpbmVfYnJlYWsxMSI7czoxOiIwIjtzOjE2OiJzbGlkZV9zdWJ0aXRsZTExIjtzOjg3OiJUZWNobm9sb2d5IGlzIGJyaW5pbmcgYSBtYXNzaXZlIHdhdmUgb2YgZXZvbHV0aW9uIG9uIGxlYXJuaW5nIHRoaW5ncyBvbiBkaWZmZXJlbnQgd2F5cy4iO3M6MTY6InNsaWRlX2J0bl90ZXh0MTEiO3M6MTI6IkpvaW4gSW4gRnJlZSI7czoxNToic2xpZGVfYnRuX3VybDExIjtzOjE6IiMiO3M6MTg6InNsaWRlX2J0bl90YXJnZXQxMSI7czo1OiJfc2VsZiI7czoxNDoiY29sb3JfdGl0bGVfMTEiO3M6NzoiIzBhMGEwYSI7czoxNjoiY29sb3JfdGl0bGVfMl8xMSI7czo3OiIjMjQ0MWU3IjtzOjEzOiJjb2xvcl9ib2R5XzExIjtzOjc6IiM2ZjcwNzQiO3M6MTI6ImNvbG9yX2J0bl8xMSI7czo3OiIjMGEwYTBhIjtzOjE4OiJjb2xvcl9idG5faG92ZXJfMTEiO3M6NDoiI2ZmZiI7czoxMzoic2xpZGVfdGl0bGUxMiI7czo2OiJXZSBDYW4iO3M6MTU6InNsaWRlX3RpdGxlXzIxMiI7czoxMDoiVGVhY2ggWW91ISI7czoxODoic2xpZGVfbGluZV9icmVhazEyIjtzOjE6IjAiO3M6MTY6InNsaWRlX3N1YnRpdGxlMTIiO3M6ODc6IlRlY2hub2xvZ3kgaXMgYnJpbmluZyBhIG1hc3NpdmUgd2F2ZSBvZiBldm9sdXRpb24gb24gbGVhcm5pbmcgdGhpbmdzIG9uIGRpZmZlcmVudCB3YXlzLiI7czoxNjoic2xpZGVfYnRuX3RleHQxMiI7czoxMjoiSm9pbiBJbiBGcmVlIjtzOjE1OiJzbGlkZV9idG5fdXJsMTIiO3M6MToiIyI7czoxODoic2xpZGVfYnRuX3RhcmdldDEyIjtzOjU6Il9zZWxmIjtzOjE0OiJjb2xvcl90aXRsZV8xMiI7czo3OiIjMGEwYTBhIjtzOjE2OiJjb2xvcl90aXRsZV8yXzEyIjtzOjc6IiMyNDQxZTciO3M6MTM6ImNvbG9yX2JvZHlfMTIiO3M6NzoiIzZmNzA3NCI7czoxMjoiY29sb3JfYnRuXzEyIjtzOjc6IiMwYTBhMGEiO3M6MTg6ImNvbG9yX2J0bl9ob3Zlcl8xMiI7czo0OiIjZmZmIjtzOjIxOiJjY25fY2Fyb3VzZWxfYXV0b3BsYXkiO3M6MToiMCI7czoyOToiY2NuX2Nhcm91c2VsX2F1dG9wbGF5X3RpbWVvdXQiO3M6NDoiMzAwMCI7czoxODoiY2NuX2Nhcm91c2VsX3NwZWVkIjtzOjQ6IjEwMDAiO3M6Mjc6ImNjbl9jYXJvdXNlbF9hdXRvcGxheV9wYXVzZSI7czoxOiIwIjtzOjE3OiJjY25fY2Fyb3VzZWxfbG9vcCI7czoxOiIxIjtzOjIxOiJjY25fY2Fyb3VzZWxfbGF6eWxvYWQiO3M6MToiMCI7czoyMzoiY2NuX2Nhcm91c2VsX2FuaW1hdGVvdXQiO3M6NzoiZmFkZU91dCI7czoyMjoiY2NuX2Nhcm91c2VsX2FuaW1hdGVpbiI7czo2OiJmYWRlSW4iO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1577469927, 1601486078), (141, 'cocoon_featured_posts', 1, 1, 0, 'blog-index', NULL, 'fullwidth-top', 2, 'Tzo4OiJzdGRDbGFzcyI6MjI6e3M6NToidGl0bGUiO3M6MTQ6IkZlYXR1cmVkIFBvc3RzIjtzOjEyOiJzbGlkZXNudW1iZXIiO3M6MToiNCI7czoxMToiZmlsZV9zbGlkZTEiO2k6NzM1MDE5MTc5O3M6MTE6ImZpbGVfc2xpZGUyIjtpOjM2NzM4ODU1ODtzOjExOiJmaWxlX3NsaWRlMyI7aTo3NjE1NTQ0ODI7czoxMToiZmlsZV9zbGlkZTQiO2k6MTQ1MDc5OTc4O3M6MTI6InNsaWRlX3RpdGxlMSI7czozMDoiQW4gT3ZlcndvcmtlZCBOZXdzcGFwZXIgRWRpdG9yIjtzOjExOiJzbGlkZV9kYXRlMSI7aToxNTc3NDA0ODAwO3M6MTU6InNsaWRlX3N1YnRpdGxlMSI7czo5OiJNYXJrZXRpbmciO3M6MTA6InNsaWRlX3VybDEiO3M6MTg6Imh0dHA6Ly9leGFtcGxlLmNvbSI7czoxMjoic2xpZGVfdGl0bGUyIjtzOjI5OiJBIFNvbHV0aW9uIEJ1aWx0IGZvciBUZWFjaGVycyI7czoxMToic2xpZGVfZGF0ZTIiO2k6MTU3NzQwNDgwMDtzOjE1OiJzbGlkZV9zdWJ0aXRsZTIiO3M6OToiTWFya2V0aW5nIjtzOjEwOiJzbGlkZV91cmwyIjtzOjE4OiJodHRwOi8vZXhhbXBsZS5jb20iO3M6MTI6InNsaWRlX3RpdGxlMyI7czozMDoiQW4gT3ZlcndvcmtlZCBOZXdzcGFwZXIgRWRpdG9yIjtzOjExOiJzbGlkZV9kYXRlMyI7aToxNTc3NDA0ODAwO3M6MTU6InNsaWRlX3N1YnRpdGxlMyI7czo5OiJNYXJrZXRpbmciO3M6MTA6InNsaWRlX3VybDMiO3M6MTg6Imh0dHA6Ly9leGFtcGxlLmNvbSI7czoxMjoic2xpZGVfdGl0bGU0IjtzOjI5OiJBIFNvbHV0aW9uIEJ1aWx0IGZvciBUZWFjaGVycyI7czoxMToic2xpZGVfZGF0ZTQiO2k6MTU3NzQwNDgwMDtzOjE1OiJzbGlkZV9zdWJ0aXRsZTQiO3M6OToiTWFya2V0aW5nIjtzOjEwOiJzbGlkZV91cmw0IjtzOjE4OiJodHRwOi8vZXhhbXBsZS5jb20iO30=', 1577483973, 1577484446), (142, 'cocoon_faqs', 252, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTg6e3M6NToidGl0bGUiO3M6ODoiUGF5bWVudHMiO3M6MTI6InNsaWRlc251bWJlciI7czoxOiI0IjtzOjExOiJmaWxlX3NsaWRlMSI7aTo1OTA4NTYxODQ7czoxMToiZmlsZV9zbGlkZTIiO2k6NjUyNTY0Mjk5O3M6MTE6ImZpbGVfc2xpZGUzIjtpOjc4MzkwMzAzNjtzOjExOiJmaWxlX3NsaWRlNCI7aTo4OTg3MDUwNTc7czoxMDoiZmFxX3RpdGxlMSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTM6ImZhcV9zdWJ0aXRsZTEiO3M6MTg6IkNvdXJzZSBEZXNjcmlwdGlvbiI7czo5OiJmYXFfYm9keTEiO3M6NTc3OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4NCg0KSXQgd2FzIHBvcHVsYXJpc2VkIGluIHRoZSAxOTYwcyB3aXRoIHRoZSByZWxlYXNlIG9mIExldHJhc2V0IHNoZWV0cyBjb250YWluaW5nIExvcmVtIElwc3VtIHBhc3NhZ2VzLCBhbmQgbW9yZSByZWNlbnRseSB3aXRoIGRlc2t0b3AgcHVibGlzaGluZyBzb2Z0d2FyZSBsaWtlIEFsZHVzIFBhZ2VNYWtlciBpbmNsdWRpbmcgdmVyc2lvbnMgb2YgTG9yZW0gSXBzdW0uIjtzOjEwOiJmYXFfdGl0bGUyIjtzOjIyOiJIb3cgZG8gSSBnZXQgYSByZWZ1bmQ/IjtzOjEzOiJmYXFfc3VidGl0bGUyIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6OToiZmFxX2JvZHkyIjtzOjU3NzoiTG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuDQoNCkl0IHdhcyBwb3B1bGFyaXNlZCBpbiB0aGUgMTk2MHMgd2l0aCB0aGUgcmVsZWFzZSBvZiBMZXRyYXNldCBzaGVldHMgY29udGFpbmluZyBMb3JlbSBJcHN1bSBwYXNzYWdlcywgYW5kIG1vcmUgcmVjZW50bHkgd2l0aCBkZXNrdG9wIHB1Ymxpc2hpbmcgc29mdHdhcmUgbGlrZSBBbGR1cyBQYWdlTWFrZXIgaW5jbHVkaW5nIHZlcnNpb25zIG9mIExvcmVtIElwc3VtLiI7czoxMDoiZmFxX3RpdGxlMyI7czoyNToiSG93IGRvIEkgcmVkZWVtIGEgY291cG9uPyI7czoxMzoiZmFxX3N1YnRpdGxlMyI7czoxODoiQ291cnNlIERlc2NyaXB0aW9uIjtzOjk6ImZhcV9ib2R5MyI7czo1Nzc6IkxvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgMTUwMHMsIHdoZW4gYW4gdW5rbm93biBwcmludGVyIHRvb2sgYSBnYWxsZXkgb2YgdHlwZSBhbmQgc2NyYW1ibGVkIGl0IHRvIG1ha2UgYSB0eXBlIHNwZWNpbWVuIGJvb2suIEl0IGhhcyBzdXJ2aXZlZCBub3Qgb25seSBmaXZlIGNlbnR1cmllcywgYnV0IGFsc28gdGhlIGxlYXAgaW50byBlbGVjdHJvbmljIHR5cGVzZXR0aW5nLCByZW1haW5pbmcgZXNzZW50aWFsbHkgdW5jaGFuZ2VkLg0KDQpJdCB3YXMgcG9wdWxhcmlzZWQgaW4gdGhlIDE5NjBzIHdpdGggdGhlIHJlbGVhc2Ugb2YgTGV0cmFzZXQgc2hlZXRzIGNvbnRhaW5pbmcgTG9yZW0gSXBzdW0gcGFzc2FnZXMsIGFuZCBtb3JlIHJlY2VudGx5IHdpdGggZGVza3RvcCBwdWJsaXNoaW5nIHNvZnR3YXJlIGxpa2UgQWxkdXMgUGFnZU1ha2VyIGluY2x1ZGluZyB2ZXJzaW9ucyBvZiBMb3JlbSBJcHN1bS4iO3M6MTA6ImZhcV90aXRsZTQiO3M6MjE6IkNoYW5naW5nIGFjY291bnQgbmFtZSI7czoxMzoiZmFxX3N1YnRpdGxlNCI7czoxODoiQ291cnNlIERlc2NyaXB0aW9uIjtzOjk6ImZhcV9ib2R5NCI7czo1Nzc6IkxvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgMTUwMHMsIHdoZW4gYW4gdW5rbm93biBwcmludGVyIHRvb2sgYSBnYWxsZXkgb2YgdHlwZSBhbmQgc2NyYW1ibGVkIGl0IHRvIG1ha2UgYSB0eXBlIHNwZWNpbWVuIGJvb2suIEl0IGhhcyBzdXJ2aXZlZCBub3Qgb25seSBmaXZlIGNlbnR1cmllcywgYnV0IGFsc28gdGhlIGxlYXAgaW50byBlbGVjdHJvbmljIHR5cGVzZXR0aW5nLCByZW1haW5pbmcgZXNzZW50aWFsbHkgdW5jaGFuZ2VkLg0KDQpJdCB3YXMgcG9wdWxhcmlzZWQgaW4gdGhlIDE5NjBzIHdpdGggdGhlIHJlbGVhc2Ugb2YgTGV0cmFzZXQgc2hlZXRzIGNvbnRhaW5pbmcgTG9yZW0gSXBzdW0gcGFzc2FnZXMsIGFuZCBtb3JlIHJlY2VudGx5IHdpdGggZGVza3RvcCBwdWJsaXNoaW5nIHNvZnR3YXJlIGxpa2UgQWxkdXMgUGFnZU1ha2VyIGluY2x1ZGluZyB2ZXJzaW9ucyBvZiBMb3JlbSBJcHN1bS4iO30=', 1577485483, 1577486193), (144, 'cocoon_globalsearch_sb', 252, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MDp7fQ==', 1577486024, 1577487103), (145, 'tags', 252, 0, 0, 'mod-page-*', NULL, 'side-pre', 1, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJ0aXRsZSI7czo0OiJUYWdzIjtzOjEyOiJudW1iZXJvZnRhZ3MiO3M6MjoiODAiO3M6MTI6InNob3dzdGFuZGFyZCI7czoxOiIwIjtzOjM6ImN0eCI7czoxOiIwIjtzOjM6InJlYyI7czoxOiIxIjt9', 1577486062, 1577487108), (146, 'cocoon_faqs', 252, 0, 0, 'mod-page-*', NULL, 'side-pre', 2, 'Tzo4OiJzdGRDbGFzcyI6MTg6e3M6NToidGl0bGUiO3M6MTE6IlN1Z2dlc3Rpb25zIjtzOjEyOiJzbGlkZXNudW1iZXIiO3M6MToiNCI7czoxMToiZmlsZV9zbGlkZTEiO2k6MjI0MTU0NjgwO3M6MTE6ImZpbGVfc2xpZGUyIjtpOjIyNzkzMzI5MTtzOjExOiJmaWxlX3NsaWRlMyI7aTo4NzA1NjQ2NTY7czoxMToiZmlsZV9zbGlkZTQiO2k6MTY0MDk3NDA7czoxMDoiZmFxX3RpdGxlMSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTM6ImZhcV9zdWJ0aXRsZTEiO3M6MTg6IkNvdXJzZSBEZXNjcmlwdGlvbiI7czo5OiJmYXFfYm9keTEiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV90aXRsZTIiO3M6MjI6IkhvdyBkbyBJIGdldCBhIHJlZnVuZD8iO3M6MTM6ImZhcV9zdWJ0aXRsZTIiO3M6MTg6IkNvdXJzZSBEZXNjcmlwdGlvbiI7czo5OiJmYXFfYm9keTIiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV90aXRsZTMiO3M6MjU6IkhvdyBkbyBJIHJlZGVlbSBhIGNvdXBvbj8iO3M6MTM6ImZhcV9zdWJ0aXRsZTMiO3M6MTg6IkNvdXJzZSBEZXNjcmlwdGlvbiI7czo5OiJmYXFfYm9keTMiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV90aXRsZTQiO3M6MjE6IkNoYW5naW5nIGFjY291bnQgbmFtZSI7czoxMzoiZmFxX3N1YnRpdGxlNCI7czoxODoiQ291cnNlIERlc2NyaXB0aW9uIjtzOjk6ImZhcV9ib2R5NCI7czozNjY6IkxvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgMTUwMHMsIHdoZW4gYW4gdW5rbm93biBwcmludGVyIHRvb2sgYSBnYWxsZXkgb2YgdHlwZSBhbmQgc2NyYW1ibGVkIGl0IHRvIG1ha2UgYSB0eXBlIHNwZWNpbWVuIGJvb2suIEl0IGhhcyBzdXJ2aXZlZCBub3Qgb25seSBmaXZlIGNlbnR1cmllcywgYnV0IGFsc28gdGhlIGxlYXAgaW50byBlbGVjdHJvbmljIHR5cGVzZXR0aW5nLCByZW1haW5pbmcgZXNzZW50aWFsbHkgdW5jaGFuZ2VkLiI7fQ==', 1577486212, 1577486288), (147, 'cocoon_more_courses', 1, 1, 0, 'course-view-*', NULL, 'below-content', 4, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6MTU6IlJlbGF0ZWQgQ291cnNlcyI7czo4OiJzdWJ0aXRsZSI7czoxMTA6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjExOiJidXR0b25fdGV4dCI7czoxNjoiVmlldyBhbGwgY291cnNlcyI7czoxMToiYnV0dG9uX2xpbmsiO3M6MToiIyI7czoxMDoiaG92ZXJfdGV4dCI7czoxNDoiUHJldmlldyBDb3Vyc2UiO3M6MTI6ImhvdmVyX2FjY2VudCI7czoxMDoiVG9wIFNlbGxlciI7czoxMjoiY291cnNlX2ltYWdlIjtzOjE6IjEiO3M6MTE6ImRlc2NyaXB0aW9uIjtzOjE6IjAiO3M6NToicHJpY2UiO3M6MToiMSI7czo5OiJlbnJvbF9idG4iO3M6MToiMCI7czoxNDoiZW5yb2xfYnRuX3RleHQiO3M6NzoiQnV5IE5vdyI7czo3OiJjb3Vyc2VzIjthOjM6e2k6MDtzOjI6IjExIjtpOjE7czoyOiIxMCI7aToyO3M6MToiOCI7fXM6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1577551950, 1601489957), (157, 'timeline', 271, 0, 0, 'my-index', '7', 'content', 0, '', 1577554179, 1577554179), (159, 'cocoon_courses_slider', 109, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoyMDoiU3R1ZGVudHMgQXJlIFZpZXdpbmciO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czo1OiJzdHlsZSI7czoxOiIwIjt9', 1577565511, 1577565694), (160, 'cocoon_tablets', 95, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTg6e3M6NToidGl0bGUiO3M6MTA6IldoYXQgV2UgRG8iO3M6ODoic3VidGl0bGUiO3M6NjQ6IlN0cml2aW5nIHRvIG1ha2UgdGhlIHdlYiBhIG1vcmUgYmVhdXRpZnVsIHBsYWNlIGV2ZXJ5IHNpbmdsZSBkYXkiO3M6NDoiYm9keSI7YTozOntzOjQ6InRleHQiO3M6MTc0OiI8cD5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dWVyIGFkaXBpc2NpbmcgZWxpdC4gQWVuZWFuIGNvbW1vZG8gbGlndWxhIGVnZXQgZG9sb3IuIEFlbmVhbiBtYXNzYS4gQ3VtIHNvY2lpcyBuYXRvcXVlIHBlbmF0aWJ1cyBldCBtYWduaXMgZGlzIHBhcnR1cmllbnQgbW9udGVzLjwvcD4iO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NjoiaXRlbWlkIjtpOjU5Nzg4ODg5MTt9czoxMToiYnV0dG9uX3RleHQiO3M6OToiVmlldyBNb3JlIjtzOjExOiJidXR0b25fbGluayI7czoxOiIjIjtzOjU6ImltYWdlIjtpOjgwMDE5NjY4MTtzOjE1OiJmZWF0dXJlXzFfdGl0bGUiO3M6MTQ6IkNyZWF0ZSBBY2NvdW50IjtzOjE4OiJmZWF0dXJlXzFfc3VidGl0bGUiO3M6NjA6IlNlZCBjdXJzdXMgdHVycGlzIHZpdGFlIHRvcnRvciBkb25lYyBlYXF1ZSBpcHNhIHF1YWVhYiBpbGxvLiI7czoxNDoiZmVhdHVyZV8xX2ljb24iO3M6MTY6ImZsYXRpY29uLWFjY291bnQiO3M6MTU6ImZlYXR1cmVfMl90aXRsZSI7czoyMDoiQ3JlYXRlIE9ubGluZSBDb3Vyc2UiO3M6MTg6ImZlYXR1cmVfMl9zdWJ0aXRsZSI7czo2MDoiU2VkIGN1cnN1cyB0dXJwaXMgdml0YWUgdG9ydG9yIGRvbmVjIGVhcXVlIGlwc2EgcXVhZWFiIGlsbG8uIjtzOjE0OiJmZWF0dXJlXzJfaWNvbiI7czoxNToiZmxhdGljb24tb25saW5lIjtzOjE1OiJmZWF0dXJlXzNfdGl0bGUiO3M6MjI6IkludGVyYWN0IHdpdGggU3R1ZGVudHMiO3M6MTg6ImZlYXR1cmVfM19zdWJ0aXRsZSI7czo2MDoiU2VkIGN1cnN1cyB0dXJwaXMgdml0YWUgdG9ydG9yIGRvbmVjIGVhcXVlIGlwc2EgcXVhZWFiIGlsbG8uIjtzOjE0OiJmZWF0dXJlXzNfaWNvbiI7czoxODoiZmxhdGljb24tc3R1ZGVudC0xIjtzOjE1OiJmZWF0dXJlXzRfdGl0bGUiO3M6MTg6IkFjaGlldmUgWW91ciBHb2FscyI7czoxODoiZmVhdHVyZV80X3N1YnRpdGxlIjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6MTQ6ImZlYXR1cmVfNF9pY29uIjtzOjE3OiJmbGF0aWNvbi1lbXBsb3llZSI7fQ==', 1577566810, 1577566912), (161, 'cocoon_tstmnls', 95, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjQ6e3M6NToidGl0bGUiO3M6MTU6IldoYXQgUGVvcGxlIFNheSI7czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjU6InN0eWxlIjtzOjE6IjIiO3M6MTI6InNsaWRlc251bWJlciI7czoxOiI1IjtzOjExOiJmaWxlX3NsaWRlMSI7aToyNTE3ODE3MDQ7czoxMToiZmlsZV9zbGlkZTIiO2k6NDczNTcwODk0O3M6MTE6ImZpbGVfc2xpZGUzIjtpOjI5NDg1MjA4NTtzOjExOiJmaWxlX3NsaWRlNCI7aTo5OTY5MzgyNTtzOjExOiJmaWxlX3NsaWRlNSI7aTo2ODY4MzMzMzc7czoxMjoic2xpZGVfdGl0bGUxIjtzOjExOiJBbGV4IEdpYnNvbiI7czoxNToic2xpZGVfc3VidGl0bGUxIjtzOjEyOiJUZWxlbWFya2V0ZXIiO3M6MTE6InNsaWRlX3RleHQxIjtzOjE4NToiVGhpcyBpcyB0aGUgYmVzdCBqb2ItYm9hcmQgdGhlbWUgdGhhdCBvdXIgY29tcGFueSBoYXMgY29tZSBhY3Jvc3MhIFdpdGhvdXQgSm9iSHVudCBp4oCZZCBiZSBob21lbGVzcywgdGhleSBmb3VuZCBtZSBhIGpvYiBhbmQgZ290IG1lIHNvcnRlZCBvdXQgcXVpY2tseSB3aXRoIGV2ZXJ5dGhpbmchIENhbuKAmXQgcXVpdGXigKYiO3M6MTI6InNsaWRlX3RpdGxlMiI7czoxMToiQWxleCBHaWJzb24iO3M6MTU6InNsaWRlX3N1YnRpdGxlMiI7czoxMjoiVGVsZW1hcmtldGVyIjtzOjExOiJzbGlkZV90ZXh0MiI7czoxODU6IlRoaXMgaXMgdGhlIGJlc3Qgam9iLWJvYXJkIHRoZW1lIHRoYXQgb3VyIGNvbXBhbnkgaGFzIGNvbWUgYWNyb3NzISBXaXRob3V0IEpvYkh1bnQgaeKAmWQgYmUgaG9tZWxlc3MsIHRoZXkgZm91bmQgbWUgYSBqb2IgYW5kIGdvdCBtZSBzb3J0ZWQgb3V0IHF1aWNrbHkgd2l0aCBldmVyeXRoaW5nISBDYW7igJl0IHF1aXRl4oCmIjtzOjEyOiJzbGlkZV90aXRsZTMiO3M6MTE6IkFsZXggR2lic29uIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTMiO3M6MTI6IlRlbGVtYXJrZXRlciI7czoxMToic2xpZGVfdGV4dDMiO3M6MTg1OiJUaGlzIGlzIHRoZSBiZXN0IGpvYi1ib2FyZCB0aGVtZSB0aGF0IG91ciBjb21wYW55IGhhcyBjb21lIGFjcm9zcyEgV2l0aG91dCBKb2JIdW50IGnigJlkIGJlIGhvbWVsZXNzLCB0aGV5IGZvdW5kIG1lIGEgam9iIGFuZCBnb3QgbWUgc29ydGVkIG91dCBxdWlja2x5IHdpdGggZXZlcnl0aGluZyEgQ2Fu4oCZdCBxdWl0ZeKApiI7czoxMjoic2xpZGVfdGl0bGU0IjtzOjExOiJBbGV4IEdpYnNvbiI7czoxNToic2xpZGVfc3VidGl0bGU0IjtzOjEyOiJUZWxlbWFya2V0ZXIiO3M6MTE6InNsaWRlX3RleHQ0IjtzOjE4NToiVGhpcyBpcyB0aGUgYmVzdCBqb2ItYm9hcmQgdGhlbWUgdGhhdCBvdXIgY29tcGFueSBoYXMgY29tZSBhY3Jvc3MhIFdpdGhvdXQgSm9iSHVudCBp4oCZZCBiZSBob21lbGVzcywgdGhleSBmb3VuZCBtZSBhIGpvYiBhbmQgZ290IG1lIHNvcnRlZCBvdXQgcXVpY2tseSB3aXRoIGV2ZXJ5dGhpbmchIENhbuKAmXQgcXVpdGXigKYiO3M6MTI6InNsaWRlX3RpdGxlNSI7czoxMToiQWxleCBHaWJzb24iO3M6MTU6InNsaWRlX3N1YnRpdGxlNSI7czoxMjoiVGVsZW1hcmtldGVyIjtzOjExOiJzbGlkZV90ZXh0NSI7czoxODU6IlRoaXMgaXMgdGhlIGJlc3Qgam9iLWJvYXJkIHRoZW1lIHRoYXQgb3VyIGNvbXBhbnkgaGFzIGNvbWUgYWNyb3NzISBXaXRob3V0IEpvYkh1bnQgaeKAmWQgYmUgaG9tZWxlc3MsIHRoZXkgZm91bmQgbWUgYSBqb2IgYW5kIGdvdCBtZSBzb3J0ZWQgb3V0IHF1aWNrbHkgd2l0aCBldmVyeXRoaW5nISBDYW7igJl0IHF1aXRl4oCmIjt9', 1577567126, 1577567328), (162, 'cocoon_parallax', 95, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czo0NDoiRW5oYW5jZSB5b3VyIHNraWxscyB3aXRoIGJlc3QgT25saW5lIGNvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MjQ6IlNUQVJUSU5HIE9OTElORSBMRUFSTklORyI7czoxMToiYnV0dG9uX3RleHQiO3M6MTU6IkdldCBTdGFydGVkIE5vdyI7czoxMToiYnV0dG9uX2xpbmsiO3M6MToiIyI7czo1OiJpbWFnZSI7aTozNzkyOTkxOTI7czo1OiJzdHlsZSI7czoxOiIwIjt9', 1577567371, 1577567431), (163, 'cocoon_tstmnls', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjQ6e3M6NToidGl0bGUiO3M6MTU6IldoYXQgUGVvcGxlIFNheSI7czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjU6InN0eWxlIjtzOjE6IjAiO3M6MTI6InNsaWRlc251bWJlciI7czoxOiI1IjtzOjExOiJmaWxlX3NsaWRlMSI7aToxODE3NDEzNTg7czoxMToiZmlsZV9zbGlkZTIiO2k6NDY3MzI4NDMzO3M6MTE6ImZpbGVfc2xpZGUzIjtpOjg2MjAxMDMwOTtzOjExOiJmaWxlX3NsaWRlNCI7aTozMTAzNjg3NTU7czoxMToiZmlsZV9zbGlkZTUiO2k6MTc5ODc0OTQ0O3M6MTI6InNsaWRlX3RpdGxlMSI7czo5OiJBbGkgVHVmYW4iO3M6MTU6InNsaWRlX3N1YnRpdGxlMSI7czo2OiJDbGllbnQiO3M6MTE6InNsaWRlX3RleHQxIjtzOjEyMzoiQ3VzdG9taXphdGlvbiBpcyB2ZXJ5IGVhc3kgd2l0aCB0aGlzIHRoZW1lLiBDbGVhbiBhbmQgcXVhbGl0eSBkZXNpZ24gYW5kIGZ1bGwgc3VwcG9ydCBmb3IgYW55IGtpbmQgb2YgcmVxdWVzdCEgR3JlYXQgdGhlbWUhIjtzOjEyOiJzbGlkZV90aXRsZTIiO3M6OToiQWxpIFR1ZmFuIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTIiO3M6NjoiQ2xpZW50IjtzOjExOiJzbGlkZV90ZXh0MiI7czoxMjM6IkN1c3RvbWl6YXRpb24gaXMgdmVyeSBlYXN5IHdpdGggdGhpcyB0aGVtZS4gQ2xlYW4gYW5kIHF1YWxpdHkgZGVzaWduIGFuZCBmdWxsIHN1cHBvcnQgZm9yIGFueSBraW5kIG9mIHJlcXVlc3QhIEdyZWF0IHRoZW1lISI7czoxMjoic2xpZGVfdGl0bGUzIjtzOjk6IkFsaSBUdWZhbiI7czoxNToic2xpZGVfc3VidGl0bGUzIjtzOjY6IkNsaWVudCI7czoxMToic2xpZGVfdGV4dDMiO3M6MTIzOiJDdXN0b21pemF0aW9uIGlzIHZlcnkgZWFzeSB3aXRoIHRoaXMgdGhlbWUuIENsZWFuIGFuZCBxdWFsaXR5IGRlc2lnbiBhbmQgZnVsbCBzdXBwb3J0IGZvciBhbnkga2luZCBvZiByZXF1ZXN0ISBHcmVhdCB0aGVtZSEiO3M6MTI6InNsaWRlX3RpdGxlNCI7czo5OiJBbGkgVHVmYW4iO3M6MTU6InNsaWRlX3N1YnRpdGxlNCI7czo2OiJDbGllbnQiO3M6MTE6InNsaWRlX3RleHQ0IjtzOjEyMzoiQ3VzdG9taXphdGlvbiBpcyB2ZXJ5IGVhc3kgd2l0aCB0aGlzIHRoZW1lLiBDbGVhbiBhbmQgcXVhbGl0eSBkZXNpZ24gYW5kIGZ1bGwgc3VwcG9ydCBmb3IgYW55IGtpbmQgb2YgcmVxdWVzdCEgR3JlYXQgdGhlbWUhIjtzOjEyOiJzbGlkZV90aXRsZTUiO3M6OToiQWxpIFR1ZmFuIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTUiO3M6NjoiQ2xpZW50IjtzOjExOiJzbGlkZV90ZXh0NSI7czoxMjM6IkN1c3RvbWl6YXRpb24gaXMgdmVyeSBlYXN5IHdpdGggdGhpcyB0aGVtZS4gQ2xlYW4gYW5kIHF1YWxpdHkgZGVzaWduIGFuZCBmdWxsIHN1cHBvcnQgZm9yIGFueSBraW5kIG9mIHJlcXVlc3QhIEdyZWF0IHRoZW1lISI7fQ==', 1577567683, 1577567937), (165, 'cocoon_subscribe', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxNDoiR2V0IE5ld3NsZXR0ZXIiO3M6ODoic3VidGl0bGUiO3M6ODM6IllvdXIgZG93bmxvYWQgc2hvdWxkIHN0YXJ0IGF1dG9tYXRpY2FsbHksIGlmIG5vdCBDbGljayBoZXJlLiBTaG91bGQgSSBnaXZlIHVwLCBodWg/IjtzOjExOiJidXR0b25fdGV4dCI7czoxMDoiR2V0IGl0IE5vdyI7fQ==', 1577569628, 1577569677), (167, 'cocoon_partners', 128, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6NToiaW1hZ2UiO2k6MTUxMDYzMTt9', 1577584617, 1577584705), (168, 'cocoon_subscribe', 128, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxNDoiR2V0IE5ld3NsZXR0ZXIiO3M6ODoic3VidGl0bGUiO3M6ODM6IllvdXIgZG93bmxvYWQgc2hvdWxkIHN0YXJ0IGF1dG9tYXRpY2FsbHksIGlmIG5vdCBDbGljayBoZXJlLiBTaG91bGQgSSBnaXZlIHVwLCBodWg/IjtzOjExOiJidXR0b25fdGV4dCI7czoxMDoiR2V0IGl0IE5vdyI7fQ==', 1577584719, 1577584735), (169, 'cocoon_features', 128, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6OTp7czo1OiJpbWFnZSI7aToyNTM1MjU0MDtzOjE1OiJmZWF0dXJlXzFfdGl0bGUiO3M6MjI6IkxlYXJuIEZyb20gVGhlIEV4cGVydHMiO3M6MTQ6ImZlYXR1cmVfMV9pY29uIjtzOjE2OiJmbGF0aWNvbi1zdHVkZW50IjtzOjE1OiJmZWF0dXJlXzJfdGl0bGUiO3M6MjA6IkJvb2sgTGlicmFyeSAmIFN0b3JlIjtzOjE0OiJmZWF0dXJlXzJfaWNvbiI7czoxMzoiZmxhdGljb24tYm9vayI7czoxNToiZmVhdHVyZV8zX3RpdGxlIjtzOjE5OiJXb3JsZHdpZGUgUmVjb2duaXplIjtzOjE0OiJmZWF0dXJlXzNfaWNvbiI7czoxNToiZmxhdGljb24tZ2xvYmFsIjtzOjE1OiJmZWF0dXJlXzRfdGl0bGUiO3M6MjE6IkJlc3QgSW5kdXN0cnkgTGVhZGVycyI7czoxNDoiZmVhdHVyZV80X2ljb24iO3M6MTQ6ImZsYXRpY29uLWZpcnN0Ijt9', 1577584767, 1577584806), (170, 'cocoon_about_1', 128, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxMDoiT3VyIFZhbHVlcyI7czo0OiJib2R5IjthOjM6e3M6NDoidGV4dCI7czo1OTY6IjxwPkxvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsDQogICAgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC48L3A+DQoNCjxwPkl0IHdhcyBwb3B1bGFyaXNlZCBpbiB0aGUgMTk2MHMgd2l0aCB0aGUgcmVsZWFzZSBvZiBMZXRyYXNldCBzaGVldHMgY29udGFpbmluZyBMb3JlbSBJcHN1bSBwYXNzYWdlcywgYW5kIG1vcmUgcmVjZW50bHkgd2l0aCBkZXNrdG9wIHB1Ymxpc2hpbmcgc29mdHdhcmUgbGlrZSBBbGR1cyBQYWdlTWFrZXIgaW5jbHVkaW5nIHZlcnNpb25zIG9mIExvcmVtIElwc3VtLjwvcD4NCg0KPGEgY2xhc3M9ImJ0biBkYnhzaGFkIGJ0bi1sZyBidG4tdGhtMiByb3VuZGVkIiBocmVmPSIjIj5SZWFkIE1vcmU8L2E+IjtzOjY6ImZvcm1hdCI7czoxOiIxIjtzOjY6Iml0ZW1pZCI7aTo5MTI5NDk2ODI7fXM6NToiaW1hZ2UiO2k6NTk2NDk5NjMyO30=', 1577584843, 1577585008), (171, 'cocoon_pills', 128, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjE6e3M6MTI6InNsaWRlc251bWJlciI7czoxOiI0IjtzOjExOiJmaWxlX3NsaWRlMSI7aToxODM4ODk5Mzg7czoxMToiZmlsZV9zbGlkZTIiO2k6NzI0Nzk4OTU7czoxMToiZmlsZV9zbGlkZTMiO2k6NTEwMjEyODI3O3M6MTE6ImZpbGVfc2xpZGU0IjtpOjg5MTM0NTg0NztzOjEyOiJzbGlkZV90aXRsZTEiO3M6NzoiUHJvZ3JhbSI7czoxNToic2xpZGVfc3VidGl0bGUxIjtzOjUxOiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgb2YgdGhlIHByaW50aW5nIGFuZCBpbmR1c3RyeS4iO3M6MTU6InNsaWRlX2J0bl90ZXh0MSI7czoxMDoiTGVhcm4gbW9yZSI7czoxNToic2xpZGVfYnRuX2xpbmsxIjtzOjE6IiMiO3M6MTI6InNsaWRlX3RpdGxlMiI7czoxMzoiQWZmb3JkYWJpbGl0eSI7czoxNToic2xpZGVfc3VidGl0bGUyIjtzOjUxOiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgb2YgdGhlIHByaW50aW5nIGFuZCBpbmR1c3RyeS4iO3M6MTU6InNsaWRlX2J0bl90ZXh0MiI7czoxMDoiTGVhcm4gbW9yZSI7czoxNToic2xpZGVfYnRuX2xpbmsyIjtzOjE6IiMiO3M6MTI6InNsaWRlX3RpdGxlMyI7czoxMzoiQ2VydGlmaWNhdGlvbiI7czoxNToic2xpZGVfc3VidGl0bGUzIjtzOjUxOiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgb2YgdGhlIHByaW50aW5nIGFuZCBpbmR1c3RyeS4iO3M6MTU6InNsaWRlX2J0bl90ZXh0MyI7czoxMDoiTGVhcm4gbW9yZSI7czoxNToic2xpZGVfYnRuX2xpbmszIjtzOjE6IiMiO3M6MTI6InNsaWRlX3RpdGxlNCI7czoxNzoiQWNhZGVtaWMgQ2FsZW5kYXIiO3M6MTU6InNsaWRlX3N1YnRpdGxlNCI7czo1MToiTG9yZW0gSXBzdW0gaXMgc2ltcGx5IG9mIHRoZSBwcmludGluZyBhbmQgaW5kdXN0cnkuIjtzOjE1OiJzbGlkZV9idG5fdGV4dDQiO3M6MTA6IkxlYXJuIG1vcmUiO3M6MTU6InNsaWRlX2J0bl9saW5rNCI7czoxOiIjIjt9', 1577619458, 1577619632), (172, 'cocoon_blog_recent', 128, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Nzp7czoyNToibnVtYmVyb2ZyZWNlbnRibG9nZW50cmllcyI7czoxOiI0IjtzOjE4OiJyZWNlbnRibG9naW50ZXJ2YWwiO3M6NToiODY0MDAiO3M6NToidGl0bGUiO3M6MjI6IkxhdGVzdCBOZXdzIEFuZCBFdmVudHMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiZm9vdGVyX3RleHQiO3M6MTg6Ikxpa2Ugd2hhdCB5b3Ugc2VlPyI7czoxMToiYnV0dG9uX3RleHQiO3M6MTQ6IlNlZSBtb3JlIHBvc3RzIjtzOjExOiJidXR0b25fbGluayI7czoxOiIjIjt9', 1577619922, 1577898771), (173, 'cocoon_blog_recent', 97, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Nzp7czoyNToibnVtYmVyb2ZyZWNlbnRibG9nZW50cmllcyI7czoxOiI0IjtzOjE4OiJyZWNlbnRibG9naW50ZXJ2YWwiO3M6NToiODY0MDAiO3M6NToidGl0bGUiO3M6MjI6IkxhdGVzdCBOZXdzIEFuZCBFdmVudHMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMToiZm9vdGVyX3RleHQiO3M6MTg6Ikxpa2Ugd2hhdCB5b3Ugc2VlPyI7czoxMToiYnV0dG9uX3RleHQiO3M6MTQ6IlNlZSBtb3JlIHBvc3RzIjtzOjExOiJidXR0b25fbGluayI7czoxOiIjIjt9', 1577620009, 1577898851), (174, 'cocoon_subscribe', 97, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxNDoiR2V0IE5ld3NsZXR0ZXIiO3M6ODoic3VidGl0bGUiO3M6ODM6IllvdXIgZG93bmxvYWQgc2hvdWxkIHN0YXJ0IGF1dG9tYXRpY2FsbHksIGlmIG5vdCBDbGljayBoZXJlLiBTaG91bGQgSSBnaXZlIHVwLCBodWg/IjtzOjExOiJidXR0b25fdGV4dCI7czoxMDoiR2V0IGl0IE5vdyI7fQ==', 1577620089, 1577620125), (175, 'cocoon_tablets', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTk6e3M6NToidGl0bGUiO3M6MTU6Ik91ciBDb3JlIFZhbHVlcyI7czo4OiJzdWJ0aXRsZSI7czo2NDoiU3RyaXZpbmcgdG8gbWFrZSB0aGUgd2ViIGEgbW9yZSBiZWF1dGlmdWwgcGxhY2UgZXZlcnkgc2luZ2xlIGRheSI7czo0OiJib2R5IjthOjM6e3M6NDoidGV4dCI7czozNzc6IjxwPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ZXIgYWRpcGlzY2luZyBlbGl0LiBBZW5lYW4gY29tbW9kbyBsaWd1bGEgZWdldCBkb2xvci4gQWVuZWFuIG1hc3NhLiBDdW0gc29jaWlzIG5hdG9xdWUgZW5hdGlidXMgZXQgbWFnbmlzIGRpcyBwYXJ0dXJpZW50IG1vbnRlcy48L3A+DQoNCjxicj4NCg0KPHA+TWFueSBkZXNrdG9wIHB1Ymxpc2hpbmcgcGFja2FnZXMgYW5kIHdlYiBwYWdlIGVkaXRvcnMgbm93IHVzZSBMb3JlbSBJcHN1bSBhcyB0aGVpciBkZWZhdWx0IG1vZGVsIHRleHQsIGFuZCBhIHNlYXJjaCBmb3IgJ2xvcmVtIHBzdW0nIHdpbGwgdW5jb3ZlciBtYW55IHdlYiBzaXRlcyBzdGlsbCBpbiB0aGVpciBpbmZhbmN5LiA8L3A+IjtzOjY6ImZvcm1hdCI7czoxOiIxIjtzOjY6Iml0ZW1pZCI7aToyODQ3ODQ2MjM7fXM6MTE6ImJ1dHRvbl90ZXh0IjtzOjk6IlZpZXcgTW9yZSI7czoxMToiYnV0dG9uX2xpbmsiO3M6MToiIyI7czo1OiJpbWFnZSI7aToyNDA0OTMzMDM7czoxNToiZmVhdHVyZV8xX3RpdGxlIjtzOjE0OiJMZWFybmluZyAmIEZ1biI7czoxODoiZmVhdHVyZV8xX3N1YnRpdGxlIjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6MTQ6ImZlYXR1cmVfMV9pY29uIjtzOjE2OiJmbGF0aWNvbi1hY2NvdW50IjtzOjE1OiJmZWF0dXJlXzJfdGl0bGUiO3M6MTM6IkhlYWx0aHkgTWVhbHMiO3M6MTg6ImZlYXR1cmVfMl9zdWJ0aXRsZSI7czo2MDoiU2VkIGN1cnN1cyB0dXJwaXMgdml0YWUgdG9ydG9yIGRvbmVjIGVhcXVlIGlwc2EgcXVhZWFiIGlsbG8uIjtzOjE0OiJmZWF0dXJlXzJfaWNvbiI7czoxNToiZmxhdGljb24tb25saW5lIjtzOjE1OiJmZWF0dXJlXzNfdGl0bGUiO3M6MTU6IkNoaWxkcmVuIFNhZmV0eSI7czoxODoiZmVhdHVyZV8zX3N1YnRpdGxlIjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6MTQ6ImZlYXR1cmVfM19pY29uIjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTEiO3M6MTU6ImZlYXR1cmVfNF90aXRsZSI7czoxNjoiQ3V0ZSBFbnZpcm9ubWVudCI7czoxODoiZmVhdHVyZV80X3N1YnRpdGxlIjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6MTQ6ImZlYXR1cmVfNF9pY29uIjtzOjE3OiJmbGF0aWNvbi1lbXBsb3llZSI7czo1OiJzdHlsZSI7czoxOiIxIjt9', 1577620226, 1577620650), (177, 'cocoon_programs', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjA6e3M6NToidGl0bGUiO3M6MTU6IlNtYXJ0eSBQcm9ncmFtcyI7czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjEyOiJzbGlkZXNudW1iZXIiO3M6MToiNCI7czoxMToiZmlsZV9zbGlkZTEiO2k6Mzk1NzM2MjE2O3M6MTE6ImZpbGVfc2xpZGUyIjtpOjQxNTAzMDUwO3M6MTE6ImZpbGVfc2xpZGUzIjtpOjY3NTYxNDg2NjtzOjExOiJmaWxlX3NsaWRlNCI7aTozNjAxMDIxNzU7czoxMjoic2xpZGVfdGl0bGUxIjtzOjI1OiJUb2RkbGVyICgxLDUg4oCTIDIgeWVhcnMpIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTEiO3M6NjU6IkJ5IGNyZWF0aW5nIGEgc2FmZSwgY29uc2lzdGVudCBhbmQgd2VsY29taW5nIGVudmlyb25tZW50LCB3ZSBoZWxwIjtzOjY6InN0eWxlMSI7czo0OiJib3gxIjtzOjEyOiJzbGlkZV90aXRsZTIiO3M6MjU6IlRvZGRsZXIgKDEsNSDigJMgMiB5ZWFycykiO3M6MTU6InNsaWRlX3N1YnRpdGxlMiI7czo2NToiQnkgY3JlYXRpbmcgYSBzYWZlLCBjb25zaXN0ZW50IGFuZCB3ZWxjb21pbmcgZW52aXJvbm1lbnQsIHdlIGhlbHAiO3M6Njoic3R5bGUyIjtzOjQ6ImJveDIiO3M6MTI6InNsaWRlX3RpdGxlMyI7czoyNToiVG9kZGxlciAoMSw1IOKAkyAyIHllYXJzKSI7czoxNToic2xpZGVfc3VidGl0bGUzIjtzOjY1OiJCeSBjcmVhdGluZyBhIHNhZmUsIGNvbnNpc3RlbnQgYW5kIHdlbGNvbWluZyBlbnZpcm9ubWVudCwgd2UgaGVscCI7czo2OiJzdHlsZTMiO3M6NDoiYm94MyI7czoxMjoic2xpZGVfdGl0bGU0IjtzOjI1OiJUb2RkbGVyICgxLDUg4oCTIDIgeWVhcnMpIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTQiO3M6NjU6IkJ5IGNyZWF0aW5nIGEgc2FmZSwgY29uc2lzdGVudCBhbmQgd2VsY29taW5nIGVudmlyb25tZW50LCB3ZSBoZWxwIjtzOjY6InN0eWxlNCI7czo0OiJib3g0IjtzOjU6ImltYWdlIjtpOjc4ODYzNTI0ODt9', 1577621540, 1577622433); INSERT INTO `cocoon_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `requiredbytheme`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`, `timecreated`, `timemodified`) VALUES (178, 'cocoon_tstmnls', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MjQ6e3M6NToidGl0bGUiO3M6MTU6IldoYXQgUGVvcGxlIFNheSI7czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjU6InN0eWxlIjtzOjE6IjEiO3M6MTI6InNsaWRlc251bWJlciI7czoxOiI1IjtzOjExOiJmaWxlX3NsaWRlMSI7aTo5OTYyNzU0NTE7czoxMToiZmlsZV9zbGlkZTIiO2k6MTI4NTg0NDQ1O3M6MTE6ImZpbGVfc2xpZGUzIjtpOjQ4NjI3NTcxMTtzOjExOiJmaWxlX3NsaWRlNCI7aTozODQ0NzI1MTg7czoxMToiZmlsZV9zbGlkZTUiO2k6ODk3MzMxMTA4O3M6MTI6InNsaWRlX3RpdGxlMSI7czoxMToiQXVyYSBCcm9va3MiO3M6MTU6InNsaWRlX3N1YnRpdGxlMSI7czo2OiJDbGllbnQiO3M6MTE6InNsaWRlX3RleHQxIjtzOjIxOToiSXQgd2FzIHJlYWxseSBmdW4gZ2V0dGluZyB0byBrbm93IHRoZSB0ZWFtIGR1cmluZyB0aGUgcHJvamVjdC4gVGhleSB3ZXJlIGFsbCBoZWxwZnVsIGluIGFuc3dlcmluZyBteSBxdWVzdGlvbnMgYW5kIG1hZGUgbWUgZmVlbCBjb21wbGV0ZWx5IGF0IGVhc2UuVGhlIGRlc2lnbiBlbmRlZCB1cCBiZWluZyB0d2ljZSBhcyBnb29kIGFzIEkgY291bGQgaGF2ZSBldmVyIGVudmlzaW9uZWQhIjtzOjEyOiJzbGlkZV90aXRsZTIiO3M6OToiQWxpIFRVRkFOIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTIiO3M6NjoiQ2xpZW50IjtzOjExOiJzbGlkZV90ZXh0MiI7czoyMTk6Ikl0IHdhcyByZWFsbHkgZnVuIGdldHRpbmcgdG8ga25vdyB0aGUgdGVhbSBkdXJpbmcgdGhlIHByb2plY3QuIFRoZXkgd2VyZSBhbGwgaGVscGZ1bCBpbiBhbnN3ZXJpbmcgbXkgcXVlc3Rpb25zIGFuZCBtYWRlIG1lIGZlZWwgY29tcGxldGVseSBhdCBlYXNlLlRoZSBkZXNpZ24gZW5kZWQgdXAgYmVpbmcgdHdpY2UgYXMgZ29vZCBhcyBJIGNvdWxkIGhhdmUgZXZlciBlbnZpc2lvbmVkISI7czoxMjoic2xpZGVfdGl0bGUzIjtzOjExOiJKYWNrIEdyYWhhbSI7czoxNToic2xpZGVfc3VidGl0bGUzIjtzOjY6IkNsaWVudCI7czoxMToic2xpZGVfdGV4dDMiO3M6MjE5OiJJdCB3YXMgcmVhbGx5IGZ1biBnZXR0aW5nIHRvIGtub3cgdGhlIHRlYW0gZHVyaW5nIHRoZSBwcm9qZWN0LiBUaGV5IHdlcmUgYWxsIGhlbHBmdWwgaW4gYW5zd2VyaW5nIG15IHF1ZXN0aW9ucyBhbmQgbWFkZSBtZSBmZWVsIGNvbXBsZXRlbHkgYXQgZWFzZS5UaGUgZGVzaWduIGVuZGVkIHVwIGJlaW5nIHR3aWNlIGFzIGdvb2QgYXMgSSBjb3VsZCBoYXZlIGV2ZXIgZW52aXNpb25lZCEiO3M6MTI6InNsaWRlX3RpdGxlNCI7czo5OiJBbGkgVHVmYW4iO3M6MTU6InNsaWRlX3N1YnRpdGxlNCI7czo2OiJDbGllbnQiO3M6MTE6InNsaWRlX3RleHQ0IjtzOjIxOToiSXQgd2FzIHJlYWxseSBmdW4gZ2V0dGluZyB0byBrbm93IHRoZSB0ZWFtIGR1cmluZyB0aGUgcHJvamVjdC4gVGhleSB3ZXJlIGFsbCBoZWxwZnVsIGluIGFuc3dlcmluZyBteSBxdWVzdGlvbnMgYW5kIG1hZGUgbWUgZmVlbCBjb21wbGV0ZWx5IGF0IGVhc2UuVGhlIGRlc2lnbiBlbmRlZCB1cCBiZWluZyB0d2ljZSBhcyBnb29kIGFzIEkgY291bGQgaGF2ZSBldmVyIGVudmlzaW9uZWQhIjtzOjEyOiJzbGlkZV90aXRsZTUiO3M6MTE6IkphY2sgR3JhaGFtIjtzOjE1OiJzbGlkZV9zdWJ0aXRsZTUiO3M6NjoiQ2xpZW50IjtzOjExOiJzbGlkZV90ZXh0NSI7czoyMTk6Ikl0IHdhcyByZWFsbHkgZnVuIGdldHRpbmcgdG8ga25vdyB0aGUgdGVhbSBkdXJpbmcgdGhlIHByb2plY3QuIFRoZXkgd2VyZSBhbGwgaGVscGZ1bCBpbiBhbnN3ZXJpbmcgbXkgcXVlc3Rpb25zIGFuZCBtYWRlIG1lIGZlZWwgY29tcGxldGVseSBhdCBlYXNlLlRoZSBkZXNpZ24gZW5kZWQgdXAgYmVpbmcgdHdpY2UgYXMgZ29vZCBhcyBJIGNvdWxkIGhhdmUgZXZlciBlbnZpc2lvbmVkISI7fQ==', 1577623196, 1577623412), (179, 'timeline', 5, 0, 0, 'my-index', '8', 'content', 0, '', 1577623822, 1577623822), (181, 'cocoon_globalsearch_sb', 80, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, '', 1577624455, 1577624455), (182, 'tags', 80, 0, 0, 'mod-page-*', NULL, 'side-pre', 1, '', 1577624470, 1577624470), (183, 'cocoon_featured_event', 299, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czoyMzoiRXZlcnl0aGluZyBpcyBUZWFjaGFibGUiO3M6NDoiYm9keSI7czoxMzE6IkxvcmVtIGdyYXZpZGEgbmliaCB2ZWwgdmVsaWF1Y3RvciBhbGlxdWVuZWFuIHNvbGxpY2l0dWRpbiwgbG9yZW0gcXVpcyBiaWJlbmR1bSBhdWN0b3IgbmlzaSBlbGl0IGNvbnNlcXVhdCBpcHN1dGlzIHNlbSBuaWJoIGlkIGVsaXQuIjtzOjQ6ImRhdGUiO2k6MTU3NzU3NzYwMDtzOjQ6InRpbWUiO3M6MjM6IlRpbWU6IDg6MDAgYW0gLSA1OjAwIHBtIjtzOjg6ImxvY2F0aW9uIjtzOjMzOiJBZGRyZXNzOiBDYW1icmlkZ2UsIE1BIDAyMTM4LCBVU0EiO3M6NToiaW1hZ2UiO2k6MzI3NjQ0NjUzO30=', 1577627216, 1577627319), (184, 'cocoon_featured_event', 299, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czoyMzoiRXZlcnl0aGluZyBpcyBUZWFjaGFibGUiO3M6NDoiYm9keSI7czoxMzE6IkxvcmVtIGdyYXZpZGEgbmliaCB2ZWwgdmVsaWF1Y3RvciBhbGlxdWVuZWFuIHNvbGxpY2l0dWRpbiwgbG9yZW0gcXVpcyBiaWJlbmR1bSBhdWN0b3IgbmlzaSBlbGl0IGNvbnNlcXVhdCBpcHN1dGlzIHNlbSBuaWJoIGlkIGVsaXQuIjtzOjQ6ImRhdGUiO2k6MTU3NzU3NzYwMDtzOjQ6InRpbWUiO3M6MjM6IlRpbWU6IDg6MDAgYW0gLSA1OjAwIHBtIjtzOjg6ImxvY2F0aW9uIjtzOjMzOiJBZGRyZXNzOiBDYW1icmlkZ2UsIE1BIDAyMTM4LCBVU0EiO3M6NToiaW1hZ2UiO2k6MjI4MTUwMDQ3O30=', 1577627348, 1577627385), (185, 'cocoon_featured_event', 299, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czoyMzoiRXZlcnl0aGluZyBpcyBUZWFjaGFibGUiO3M6NDoiYm9keSI7czoxMzE6IkxvcmVtIGdyYXZpZGEgbmliaCB2ZWwgdmVsaWF1Y3RvciBhbGlxdWVuZWFuIHNvbGxpY2l0dWRpbiwgbG9yZW0gcXVpcyBiaWJlbmR1bSBhdWN0b3IgbmlzaSBlbGl0IGNvbnNlcXVhdCBpcHN1dGlzIHNlbSBuaWJoIGlkIGVsaXQuIjtzOjQ6ImRhdGUiO2k6MTU3NzU3NzYwMDtzOjQ6InRpbWUiO3M6MjM6IlRpbWU6IDg6MDAgYW0gLSA1OjAwIHBtIjtzOjg6ImxvY2F0aW9uIjtzOjMzOiJBZGRyZXNzOiBDYW1icmlkZ2UsIE1BIDAyMTM4LCBVU0EiO3M6NToiaW1hZ2UiO2k6OTQ0MDE0NTU7fQ==', 1577627408, 1577627439), (186, 'cocoon_featured_event', 299, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czoyMzoiRXZlcnl0aGluZyBpcyBUZWFjaGFibGUiO3M6NDoiYm9keSI7czoxMzE6IkxvcmVtIGdyYXZpZGEgbmliaCB2ZWwgdmVsaWF1Y3RvciBhbGlxdWVuZWFuIHNvbGxpY2l0dWRpbiwgbG9yZW0gcXVpcyBiaWJlbmR1bSBhdWN0b3IgbmlzaSBlbGl0IGNvbnNlcXVhdCBpcHN1dGlzIHNlbSBuaWJoIGlkIGVsaXQuIjtzOjQ6ImRhdGUiO2k6MTU3NzU3NzYwMDtzOjQ6InRpbWUiO3M6MjM6IlRpbWU6IDg6MDAgYW0gLSA1OjAwIHBtIjtzOjg6ImxvY2F0aW9uIjtzOjMzOiJBZGRyZXNzOiBDYW1icmlkZ2UsIE1BIDAyMTM4LCBVU0EiO3M6NToiaW1hZ2UiO2k6NzIyNzIzMTA2O30=', 1577627448, 1577627476), (188, 'cocoon_event_details', 305, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoxMzoiRXZlbnQgRGV0YWlscyI7czo0OiJkYXRlIjtpOjE1Nzc1Nzc2MDA7czo0OiJ0aW1lIjtzOjIzOiJUaW1lOiA4OjAwIGFtIC0gNTowMCBwbSI7czo4OiJsb2NhdGlvbiI7czozMzoiQWRkcmVzczogQ2FtYnJpZGdlLCBNQSAwMjEzOCwgVVNBIjt9', 1577630130, 1577630158), (189, 'cocoon_event_contact', 305, 0, 0, 'mod-page-*', NULL, 'side-pre', 1, 'Tzo4OiJzdGRDbGFzcyI6Njp7czo1OiJ0aXRsZSI7czoxMzoiRXZlbnQgQ29udGFjdCI7czo1OiJwaG9uZSI7czoyMzoiVGltZTogODowMCBhbSAtIDU6MDAgcG0iO3M6NToiZW1haWwiO3M6MTU6IjEtODk2LTU2Ny0yMzQ5NyI7czo3OiJ3ZWJzaXRlIjtzOjIwOiJodHRwOi8vd3d3LmVkdW15LmNvbSI7czo3OiJtYXBfbGF0IjtzOjEwOiI0MC42OTQ2NzAzIjtzOjc6Im1hcF9sbmciO3M6MTE6Ii03My45MjgwMTgyIjt9', 1577630627, 1577630656), (190, 'tags', 305, 0, 0, 'mod-page-*', NULL, 'side-pre', 2, '', 1577630694, 1577630694), (191, 'comments', 305, 0, 0, 'mod-page-*', NULL, 'side-pre', 3, 'Tzo4OiJzdGRDbGFzcyI6MDp7fQ==', 1577630711, 1577630730), (192, 'cocoon_event_body', 305, 0, 0, 'mod-page-*', NULL, 'side-pre', 3, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoyMzoiVVgvVUkgRGVzaWduIENvbmZlcmVuY2UiO3M6NDoiZGF0ZSI7aToxNjcyMjcyMDAwO3M6NToiaW1hZ2UiO2k6NTc5MjkxMzU1O30=', 1577631353, 1577631412), (193, 'cocoon_users', 305, 0, 0, 'mod-page-*', NULL, 'side-pre', 3, 'Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJ0aXRsZSI7czoxODoiRXZlbnQgUGFydGljaXBhbnRzIjtzOjU6InVzZXJzIjthOjQ6e2k6MDtzOjE6IjMiO2k6MTtzOjE6IjUiO2k6MjtzOjE6IjYiO2k6MztzOjE6IjciO31zOjU6InN0eWxlIjtzOjE6IjEiO30=', 1577631588, 1577631878), (196, 'cocoon_parallax_apps', 2, 0, 0, 'site-index', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTA6e3M6NToidGl0bGUiO3M6MTY6IkRvd25sb2FkICYgRW5qb3kiO3M6ODoic3VidGl0bGUiO3M6Njg6IkFjY2VzcyB5b3VyIGNvdXJzZXMgYW55d2hlcmUsIGFueXRpbWUgJiBwcmVwYXJlIHdpdGggcHJhY3RpY2UgdGVzdHMuIjtzOjE5OiJhcHBfc3RvcmVfYnRuX3RpdGxlIjtzOjk6IkFwcCBTdG9yZSI7czoyMjoiYXBwX3N0b3JlX2J0bl9zdWJ0aXRsZSI7czoxNjoiQXZhaWxhYmxlIG9uIHRoZSI7czoyMDoicGxheV9zdG9yZV9idG5fdGl0bGUiO3M6MTE6Ikdvb2dsZSBQbGF5IjtzOjIzOiJwbGF5X3N0b3JlX2J0bl9zdWJ0aXRsZSI7czo5OiJHZXQgaXQgb24iO3M6NjoiaW1hZ2UxIjtpOjQ5MzMwMjUzNTtzOjY6ImltYWdlMiI7aToxNTY4MDE0NzQ7czoxODoiYXBwX3N0b3JlX2J0bl9saW5rIjtzOjE6IiMiO3M6MTk6InBsYXlfc3RvcmVfYnRuX2xpbmsiO3M6MToiIyI7fQ==', 1577720991, 1577730090), (197, 'cocoon_course_intro', 153, 0, 0, 'course-view-*', NULL, 'side-pre', 7, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo3OiJ0ZWFjaGVyIjtzOjk6IkFsaSBUdWZhbiI7czo1OiJpbWFnZSI7aTo2MDA3NjU4Nzg7czo2OiJhY2NlbnQiO3M6MTE6IkJlc3QgU2VsbGVyIjtzOjU6InZpZGVvIjtzOjM1OiIvL3d3dy55b3V0dWJlLmNvbS9lbWJlZC81N0xRSThES3dlYyI7czo1OiJzdHlsZSI7czoxOiIxIjt9', 1577827151, 1577827194), (198, 'cocoon_course_intro', 152, 0, 0, 'course-view-*', NULL, 'side-pre', 7, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo3OiJ0ZWFjaGVyIjtzOjk6IkFsaSBUdWZhbiI7czo1OiJpbWFnZSI7aTo0MjMwMTYxNTtzOjY6ImFjY2VudCI7czoxMToiQmVzdCBTZWxsZXIiO3M6NToidmlkZW8iO3M6MzU6Ii8vd3d3LnlvdXR1YmUuY29tL2VtYmVkLzU3TFFJOERLd2VjIjtzOjU6InN0eWxlIjtzOjE6IjIiO30=', 1577827302, 1577827334), (199, 'cocoon_parallax_apps', 116, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTA6e3M6NToidGl0bGUiO3M6MTY6IkRvd25sb2FkICYgRW5qb3kiO3M6ODoic3VidGl0bGUiO3M6Njg6IkFjY2VzcyB5b3VyIGNvdXJzZXMgYW55d2hlcmUsIGFueXRpbWUgJiBwcmVwYXJlIHdpdGggcHJhY3RpY2UgdGVzdHMuIjtzOjE5OiJhcHBfc3RvcmVfYnRuX3RpdGxlIjtzOjk6IkFwcCBTdG9yZSI7czoyMjoiYXBwX3N0b3JlX2J0bl9zdWJ0aXRsZSI7czoxNjoiQXZhaWxhYmxlIG9uIHRoZSI7czoxODoiYXBwX3N0b3JlX2J0bl9saW5rIjtzOjE6IiMiO3M6MjA6InBsYXlfc3RvcmVfYnRuX3RpdGxlIjtzOjExOiJHb29nbGUgUGxheSI7czoyMzoicGxheV9zdG9yZV9idG5fc3VidGl0bGUiO3M6OToiR2V0IGl0IG9uIjtzOjE5OiJwbGF5X3N0b3JlX2J0bl9saW5rIjtzOjE6IiMiO3M6NjoiaW1hZ2UxIjtpOjg0NTE0OTk1MDtzOjY6ImltYWdlMiI7aTo3MjY0ODc1NzA7fQ==', 1577898447, 1577898715), (200, 'cocoon_features', 100, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTE6e3M6NToiaW1hZ2UiO2k6ODg3MTE4NjczO3M6MTU6ImZlYXR1cmVfMV90aXRsZSI7czoyMjoiTGVhcm4gRnJvbSBUaGUgRXhwZXJ0cyI7czoxNDoiZmVhdHVyZV8xX2ljb24iO3M6MTY6ImZsYXRpY29uLXN0dWRlbnQiO3M6MTU6ImZlYXR1cmVfMl90aXRsZSI7czoyMDoiQm9vayBMaWJyYXJ5ICYgU3RvcmUiO3M6MTQ6ImZlYXR1cmVfMl9pY29uIjtzOjEzOiJmbGF0aWNvbi1ib29rIjtzOjE1OiJmZWF0dXJlXzNfdGl0bGUiO3M6MTk6Ildvcmxkd2lkZSBSZWNvZ25pemUiO3M6MTQ6ImZlYXR1cmVfM19pY29uIjtzOjE1OiJmbGF0aWNvbi1nbG9iYWwiO3M6MTU6ImZlYXR1cmVfNF90aXRsZSI7czoyMToiQmVzdCBJbmR1c3RyeSBMZWFkZXJzIjtzOjE0OiJmZWF0dXJlXzRfaWNvbiI7czoxNDoiZmxhdGljb24tZmlyc3QiO3M6NToidGl0bGUiO3M6MTc6IkRvdmUgS2luZGVyZ2FydGVuIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO30=', 1577899000, 1577899282), (201, 'cocoon_subscribe', 85, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, '', 1577900325, 1577900325), (202, 'timeline', 222, 0, 0, 'my-index', '10', 'content', 0, '', 1578008882, 1578008882), (204, 'cocoon_slider_1_v', 371, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486318, 1601486318), (205, 'cocoon_course_categories', 371, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486333, 1601486333), (206, 'cocoon_parallax', 371, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486346, 1601486346), (207, 'cocoon_featuredcourses', 371, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486359, 1601486359), (208, 'cocoon_tstmnls', 371, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486372, 1601486372), (209, 'cocoon_blog_recent', 371, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, '', 1601486386, 1601486386), (210, 'cocoon_parallax_apps', 371, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTU6e3M6NToidGl0bGUiO3M6MTY6IkRvd25sb2FkICYgRW5qb3kiO3M6ODoic3VidGl0bGUiO3M6Njg6IkFjY2VzcyB5b3VyIGNvdXJzZXMgYW55d2hlcmUsIGFueXRpbWUgJiBwcmVwYXJlIHdpdGggcHJhY3RpY2UgdGVzdHMuIjtzOjE5OiJhcHBfc3RvcmVfYnRuX3RpdGxlIjtzOjk6IkFwcCBTdG9yZSI7czoyMjoiYXBwX3N0b3JlX2J0bl9zdWJ0aXRsZSI7czoxNjoiQXZhaWxhYmxlIG9uIHRoZSI7czoxODoiYXBwX3N0b3JlX2J0bl9saW5rIjtzOjE6IiMiO3M6MjA6InBsYXlfc3RvcmVfYnRuX3RpdGxlIjtzOjExOiJHb29nbGUgUGxheSI7czoyMzoicGxheV9zdG9yZV9idG5fc3VidGl0bGUiO3M6OToiR2V0IGl0IG9uIjtzOjE5OiJwbGF5X3N0b3JlX2J0bl9saW5rIjtzOjE6IiMiO3M6NjoiaW1hZ2UxIjtpOjI5MjEzMjcyNztzOjY6ImltYWdlMiI7aTo2ODI4ODQ3NTE7czoyMDoiYXBwX3N0b3JlX2J0bl90YXJnZXQiO3M6NToiX3NlbGYiO3M6MjE6InBsYXlfc3RvcmVfYnRuX3RhcmdldCI7czo1OiJfc2VsZiI7czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1601486402, 1601486477), (211, 'cocoon_partners', 371, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6OTp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6ODoiY29sb3JfYmciO3M6NDoiI2ZmZiI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiIzBhMGEwYSI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiIzZmNzA3NCI7czo1OiJpbWFnZSI7aTozNDkxMzMwNDtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1601486420, 1601488565), (212, 'cocoon_subscribe', 371, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486440, 1601486440), (213, 'cocoon_slider_5', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486596, 1601486596), (214, 'cocoon_course_categories_3', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486612, 1601486612), (215, 'cocoon_course_grid', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486647, 1601486647), (216, 'cocoon_parallax_counters', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486665, 1601486665), (217, 'cocoon_services', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486677, 1601486677), (218, 'cocoon_users_slider_2', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTE6e3M6NToidGl0bGUiO3M6MjI6IlRvcCBSYXRpbmcgSW5zdHJ1Y3RvcnMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czo1OiJ1c2VycyI7YTo4OntpOjA7czoxOiIxIjtpOjE7czoxOiIyIjtpOjI7czoxOiIzIjtpOjM7czoxOiI0IjtpOjQ7czoxOiI1IjtpOjU7czoxOiI2IjtpOjY7czoxOiI3IjtpOjc7czoxOiI4Ijt9czo4OiJjb2xvcl9iZyI7czoxODoicmdiKDI0OSwgMjUwLCAyNTIpIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czo3OiIjNmY3MDc0IjtzOjE2OiJjb2xvcl9pdGVtX3RpdGxlIjtzOjc6IiMxYjIwMzIiO3M6MTU6ImNvbG9yX2l0ZW1fYm9keSI7czo3OiIjNDg0ODQ4IjtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1601486689, 1601486829), (219, 'cocoon_blog_recent', 381, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, '', 1601486705, 1601486705), (220, 'cocoon_parallax_testimonials', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486726, 1601486726), (221, 'cocoon_steps', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486743, 1601486743), (222, 'cocoon_price_tables', 381, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486764, 1601486764), (223, 'cocoon_slider_6', 392, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486870, 1601486870), (224, 'cocoon_course_categories_2', 392, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486883, 1601486883), (225, 'cocoon_boxes', 392, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTA1OntzOjU6Iml0ZW1zIjtzOjE6IjQiO3M6NjoidGl0bGUxIjtzOjE0OiJDcmVhdGUgQWNjb3VudCI7czo2OiJ0aXRsZTIiO3M6MTQ6IkNyZWF0ZSBBY2NvdW50IjtzOjY6InRpdGxlMyI7czoxNDoiQ3JlYXRlIEFjY291bnQiO3M6NjoidGl0bGU0IjtzOjE0OiJDcmVhdGUgQWNjb3VudCI7czo1OiJsaW5rMSI7czoxOiIjIjtzOjU6ImxpbmsyIjtzOjE6IiMiO3M6NToibGluazMiO3M6MToiIyI7czo1OiJsaW5rNCI7czoxOiIjIjtzOjU6ImJvZHkxIjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6NToiYm9keTIiO3M6NjA6IlNlZCBjdXJzdXMgdHVycGlzIHZpdGFlIHRvcnRvciBkb25lYyBlYXF1ZSBpcHNhIHF1YWVhYiBpbGxvLiI7czo1OiJib2R5MyI7czo2MDoiU2VkIGN1cnN1cyB0dXJwaXMgdml0YWUgdG9ydG9yIGRvbmVjIGVhcXVlIGlwc2EgcXVhZWFiIGlsbG8uIjtzOjU6ImJvZHk0IjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6NjoiY29sb3IxIjtzOjE4OiJyZ2IoMjQwLCAyMDgsIDEyMCkiO3M6NjoiY29sb3IyIjtzOjE2OiJyZ2IoMTMsIDQ3LCAxMjkpIjtzOjY6ImNvbG9yMyI7czoxNjoicmdiKDM2LCA2NSwgMjMxKSI7czo2OiJjb2xvcjQiO3M6MTY6InJnYigyNDEsIDY3LCA0NSkiO3M6MTI6ImNvbG9yX2hvdmVyMSI7czoyNToicmdiYSgyNDAsIDIwOCwgMTIwLCAwLjc1KSI7czoxMjoiY29sb3JfaG92ZXIyIjtzOjIyOiJyZ2JhKDEzLCA0NywgMTI5LCAwLjYpIjtzOjEyOiJjb2xvcl9ob3ZlcjMiO3M6MjE6InJnYmEoMCwgOTcsIDI1NSwgMC42KSI7czoxMjoiY29sb3JfaG92ZXI0IjtzOjIyOiJyZ2JhKDI0MSwgNjcsIDQ1LCAwLjYpIjtzOjExOiJjb2xvcl9pY29uMSI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjExOiJjb2xvcl9pY29uMiI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjExOiJjb2xvcl9pY29uMyI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjExOiJjb2xvcl9pY29uNCI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjE3OiJjb2xvcl9pY29uX2hvdmVyMSI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjE3OiJjb2xvcl9pY29uX2hvdmVyMiI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjE3OiJjb2xvcl9pY29uX2hvdmVyMyI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjE3OiJjb2xvcl9pY29uX2hvdmVyNCI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjEyOiJjb2xvcl90aXRsZTEiO3M6MTg6InJnYigyNTUsIDI1NSwgMjU1KSI7czoxMjoiY29sb3JfdGl0bGUyIjtzOjE4OiJyZ2IoMjU1LCAyNTUsIDI1NSkiO3M6MTI6ImNvbG9yX3RpdGxlMyI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjEyOiJjb2xvcl90aXRsZTQiO3M6MTg6InJnYigyNTUsIDI1NSwgMjU1KSI7czoxODoiY29sb3JfdGl0bGVfaG92ZXIxIjtzOjE2OiJyZ2IoMjU1LDI1NSwyNTUpIjtzOjE4OiJjb2xvcl90aXRsZV9ob3ZlcjIiO3M6MTY6InJnYigyNTUsMjU1LDI1NSkiO3M6MTg6ImNvbG9yX3RpdGxlX2hvdmVyMyI7czoxNjoicmdiKDI1NSwyNTUsMjU1KSI7czoxODoiY29sb3JfdGl0bGVfaG92ZXI0IjtzOjE2OiJyZ2IoMjU1LDI1NSwyNTUpIjtzOjE3OiJjb2xvcl9ib2R5X2hvdmVyMSI7czoxNjoicmdiKDI1NSwyNTUsMjU1KSI7czoxNzoiY29sb3JfYm9keV9ob3ZlcjIiO3M6MTY6InJnYigyNTUsMjU1LDI1NSkiO3M6MTc6ImNvbG9yX2JvZHlfaG92ZXIzIjtzOjE2OiJyZ2IoMjU1LDI1NSwyNTUpIjtzOjE3OiJjb2xvcl9ib2R5X2hvdmVyNCI7czoxNjoicmdiKDI1NSwyNTUsMjU1KSI7czoxMToiY29sb3JfYm9keTEiO3M6MTg6InJnYigyNTUsIDI1NSwgMjU1KSI7czoxMToiY29sb3JfYm9keTIiO3M6MTg6InJnYigyNTUsIDI1NSwgMjU1KSI7czoxMToiY29sb3JfYm9keTMiO3M6MTg6InJnYigyNTUsIDI1NSwgMjU1KSI7czoxMToiY29sb3JfYm9keTQiO3M6MTg6InJnYigyNTUsIDI1NSwgMjU1KSI7czo1OiJpY29uMSI7czoxODoiZmxhdGljb24tc3R1ZGVudC0zIjtzOjU6Imljb24yIjtzOjE1OiJmbGF0aWNvbi10cm9waHkiO3M6NToiaWNvbjMiO3M6MTg6ImZsYXRpY29uLXN0dWRlbnQtMSI7czo1OiJpY29uNCI7czoxNToiZmxhdGljb24tcmF0aW5nIjtzOjU6InRpdGxlIjtzOjEwOiJXaGF0IFdlIERvIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6ODoiY29sb3JfYmciO3M6NDoiI2ZmZiI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiIzBhMGEwYSI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiIzZmNzA3NCI7czo2OiJ0aXRsZTUiO3M6MTQ6IkNyZWF0ZSBBY2NvdW50IjtzOjU6ImJvZHk1IjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6NToibGluazUiO3M6MToiIyI7czo1OiJpY29uNSI7czoxODoiZmxhdGljb24tc3R1ZGVudC0zIjtzOjY6ImNvbG9yNSI7czoxODoicmdiKDI0NSwgMjQ1LCAyNDYpIjtzOjEyOiJjb2xvcl9ob3ZlcjUiO3M6MTU6InJnYig2MiwgNjgsIDcyKSI7czoxMToiY29sb3JfaWNvbjUiO3M6MTg6InJnYigyNDAsIDIwOCwgMTIwKSI7czoxNzoiY29sb3JfaWNvbl9ob3ZlcjUiO3M6MTg6InJnYigyNDUsIDI0NSwgMjQ2KSI7czoxMjoiY29sb3JfdGl0bGU1IjtzOjE1OiJyZ2IoNjIsIDY4LCA3MikiO3M6MTg6ImNvbG9yX3RpdGxlX2hvdmVyNSI7czoxNjoicmdiKDI1NSwyNTUsMjU1KSI7czoxMToiY29sb3JfYm9keTUiO3M6MTU6InJnYig2MiwgNjgsIDcyKSI7czoxNzoiY29sb3JfYm9keV9ob3ZlcjUiO3M6MTY6InJnYigyNTUsMjU1LDI1NSkiO3M6NjoidGl0bGU2IjtzOjE0OiJDcmVhdGUgQWNjb3VudCI7czo1OiJib2R5NiI7czo2MDoiU2VkIGN1cnN1cyB0dXJwaXMgdml0YWUgdG9ydG9yIGRvbmVjIGVhcXVlIGlwc2EgcXVhZWFiIGlsbG8uIjtzOjU6Imxpbms2IjtzOjE6IiMiO3M6NToiaWNvbjYiO3M6MTg6ImZsYXRpY29uLXN0dWRlbnQtMyI7czo2OiJjb2xvcjYiO3M6MTg6InJnYigyNDUsIDI0NSwgMjQ2KSI7czoxMjoiY29sb3JfaG92ZXI2IjtzOjE1OiJyZ2IoNjIsIDY4LCA3MikiO3M6MTE6ImNvbG9yX2ljb242IjtzOjE4OiJyZ2IoMjQwLCAyMDgsIDEyMCkiO3M6MTc6ImNvbG9yX2ljb25faG92ZXI2IjtzOjE4OiJyZ2IoMjQ1LCAyNDUsIDI0NikiO3M6MTI6ImNvbG9yX3RpdGxlNiI7czoxNToicmdiKDYyLCA2OCwgNzIpIjtzOjE4OiJjb2xvcl90aXRsZV9ob3ZlcjYiO3M6MTY6InJnYigyNTUsMjU1LDI1NSkiO3M6MTE6ImNvbG9yX2JvZHk2IjtzOjE1OiJyZ2IoNjIsIDY4LCA3MikiO3M6MTc6ImNvbG9yX2JvZHlfaG92ZXI2IjtzOjE2OiJyZ2IoMjU1LDI1NSwyNTUpIjtzOjY6InRpdGxlNyI7czoxNDoiQ3JlYXRlIEFjY291bnQiO3M6NToiYm9keTciO3M6NjA6IlNlZCBjdXJzdXMgdHVycGlzIHZpdGFlIHRvcnRvciBkb25lYyBlYXF1ZSBpcHNhIHF1YWVhYiBpbGxvLiI7czo1OiJsaW5rNyI7czoxOiIjIjtzOjU6Imljb243IjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTMiO3M6NjoiY29sb3I3IjtzOjE4OiJyZ2IoMjQ1LCAyNDUsIDI0NikiO3M6MTI6ImNvbG9yX2hvdmVyNyI7czoxNToicmdiKDYyLCA2OCwgNzIpIjtzOjExOiJjb2xvcl9pY29uNyI7czoxODoicmdiKDI0MCwgMjA4LCAxMjApIjtzOjE3OiJjb2xvcl9pY29uX2hvdmVyNyI7czoxODoicmdiKDI0NSwgMjQ1LCAyNDYpIjtzOjEyOiJjb2xvcl90aXRsZTciO3M6MTU6InJnYig2MiwgNjgsIDcyKSI7czoxODoiY29sb3JfdGl0bGVfaG92ZXI3IjtzOjE2OiJyZ2IoMjU1LDI1NSwyNTUpIjtzOjExOiJjb2xvcl9ib2R5NyI7czoxNToicmdiKDYyLCA2OCwgNzIpIjtzOjE3OiJjb2xvcl9ib2R5X2hvdmVyNyI7czoxNjoicmdiKDI1NSwyNTUsMjU1KSI7czo2OiJ0aXRsZTgiO3M6MTQ6IkNyZWF0ZSBBY2NvdW50IjtzOjU6ImJvZHk4IjtzOjYwOiJTZWQgY3Vyc3VzIHR1cnBpcyB2aXRhZSB0b3J0b3IgZG9uZWMgZWFxdWUgaXBzYSBxdWFlYWIgaWxsby4iO3M6NToibGluazgiO3M6MToiIyI7czo1OiJpY29uOCI7czoxODoiZmxhdGljb24tc3R1ZGVudC0zIjtzOjY6ImNvbG9yOCI7czoxODoicmdiKDI0NSwgMjQ1LCAyNDYpIjtzOjEyOiJjb2xvcl9ob3ZlcjgiO3M6MTU6InJnYig2MiwgNjgsIDcyKSI7czoxMToiY29sb3JfaWNvbjgiO3M6MTg6InJnYigyNDAsIDIwOCwgMTIwKSI7czoxNzoiY29sb3JfaWNvbl9ob3ZlcjgiO3M6MTg6InJnYigyNDUsIDI0NSwgMjQ2KSI7czoxMjoiY29sb3JfdGl0bGU4IjtzOjE1OiJyZ2IoNjIsIDY4LCA3MikiO3M6MTg6ImNvbG9yX3RpdGxlX2hvdmVyOCI7czoxNjoicmdiKDI1NSwyNTUsMjU1KSI7czoxMToiY29sb3JfYm9keTgiO3M6MTU6InJnYig2MiwgNjgsIDcyKSI7czoxNzoiY29sb3JfYm9keV9ob3ZlcjgiO3M6MTY6InJnYigyNTUsMjU1LDI1NSkiO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1601486898, 1601489464), (226, 'cocoon_course_grid_3', 392, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486911, 1601486911), (227, 'cocoon_users_slider_round', 392, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486924, 1601486924), (229, 'cocoon_tstmnls_2', 392, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601486952, 1601486952), (230, 'cocoon_parallax_subscribe', 392, 0, 0, 'mod-page-*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6MTA6e3M6NToidGl0bGUiO3M6MTg6IlJFR0lTVEVSIFRPIEdFVCBJVCI7czo4OiJzdWJ0aXRsZSI7czozMToiR2V0IDEwMCBPbmxpbmUgQ291cnNlcyBmb3IgRnJlZSI7czoxMToiYnV0dG9uX3RleHQiO3M6MTA6IkdldCBpdCBOb3ciO3M6NDoiZGF0ZSI7aToxNjAxNDIwNDAwO3M6NToiaW1hZ2UiO2k6ODA4NDI1NzQ2O3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjtzOjEwOiJmb3JtX3RpdGxlIjtzOjMwOiJTSUdOVVAgVE8gTkVXU0xFVFRFUiBUTyBHRVQgSVQiO3M6MTM6ImZvcm1fc3VidGl0bGUiO3M6MzM6IlRIRSBDT01QTEVURSBXRUIgREVWRUxPUEVSIENPVVJTRSI7fQ==', 1601487120, 1601487147), (231, 'cocoon_blog_recent_slider', 392, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 1, '', 1601487132, 1601487132), (232, 'cocoon_partners', 392, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6OTp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6ODoiY29sb3JfYmciO3M6NDoiI2ZmZiI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiIzBhMGEwYSI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiIzZmNzA3NCI7czo1OiJpbWFnZSI7aTo0NTYyNDA1NDI7czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1601487160, 1601488624), (233, 'cocoon_hero_4', 403, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487312, 1601487312), (234, 'cocoon_course_categories', 403, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTY6e3M6NToidGl0bGUiO3M6Mjk6IlZpYSBTY2hvb2wgQ2F0ZWdvcmllcyBDb3Vyc2VzIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjE2OiJWaWV3IEFsbCBDb3Vyc2VzIjtzOjQ6ImJvZHkiO3M6MToiMCI7czo1OiJpdGVtcyI7czoxOiI4IjtzOjg6ImNvbG9yX2JnIjtzOjE2OiJyZ2IoMjU1LDI1NSwyNTUpIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czo3OiIjNmY3MDc0IjtzOjEzOiJjb2xvcl9vdmVybGF5IjtzOjIxOiJyZ2JhKDEwLCAxMCwgMTAsIDAuNSkiO3M6MTE6ImNvbG9yX2hvdmVyIjtzOjIxOiJyZ2JhKDYyLCA2OCwgNzIsIDAuOCkiO3M6OToiY29sb3JfYnRuIjtzOjE1OiJyZ2IoNjIsIDY4LCA3MikiO3M6MTI6ImJ1dHRvbl9iZHJyZCI7czoxOiI4IjtzOjU6InN0eWxlIjtzOjE6IjAiO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1601487324, 1601489013), (235, 'cocoon_boxes', 403, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487337, 1601487337), (236, 'cocoon_course_grid_2', 403, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MjQ6e3M6NToidGl0bGUiO3M6MjI6IkJyb3dzZSBPdXIgVG9wIENvdXJzZXMiO3M6ODoic3VidGl0bGUiO3M6MTEwOiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc0N1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMDoiaG92ZXJfdGV4dCI7czoxNDoiUHJldmlldyBDb3Vyc2UiO3M6MTI6ImhvdmVyX2FjY2VudCI7czoxMDoiVG9wIFNlbGxlciI7czoxMToiYnV0dG9uX3RleHQiO3M6MDoiIjtzOjExOiJidXR0b25fbGluayI7czowOiIiO3M6MTI6ImNvdXJzZV9pbWFnZSI7czoxOiIxIjtzOjExOiJkZXNjcmlwdGlvbiI7czoxOiIwIjtzOjU6InByaWNlIjtzOjE6IjEiO3M6OToiZW5yb2xfYnRuIjtzOjE6IjAiO3M6MTQ6ImVucm9sX2J0bl90ZXh0IjtzOjc6IkJ1eSBOb3ciO3M6NzoiY291cnNlcyI7YTo4OntpOjA7czoyOiIxMSI7aToxO3M6MjoiMTAiO2k6MjtzOjE6IjkiO2k6MztzOjE6IjgiO2k6NDtzOjE6IjciO2k6NTtzOjE6IjYiO2k6NjtzOjE6IjUiO2k6NztzOjE6IjQiO31zOjU6Imdyb3VwIjtzOjE6IjEiO3M6ODoiY29sb3JfYmciO3M6MTY6InJnYigyNTUsMjU1LDI1NSkiO3M6MTE6ImNvbG9yX3RpdGxlIjtzOjEzOiJyZ2IoNjIsNjgsNzIpIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czoxODoicmdiKDExMSwgMTEyLCAxMTYpIjtzOjE3OiJjb2xvcl9jb3Vyc2VfY2FyZCI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjE4OiJjb2xvcl9jb3Vyc2VfdGl0bGUiO3M6MTY6InJnYigyNTUsMjU1LDI1NSkiO3M6MTg6ImNvbG9yX2NvdXJzZV9wcmljZSI7czoxNjoicmdiKDI1NSwyNTUsMjU1KSI7czo5OiJjb2xvcl9idG4iO3M6MTU6InJnYig2MiwgNjgsIDcyKSI7czoxMjoiYnV0dG9uX2JkcnJkIjtzOjE6IjgiO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1601487346, 1601489071), (237, 'cocoon_parallax_features', 403, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6NDg6e3M6MTI6InNsaWRlc251bWJlciI7czoxOiI4IjtzOjU6InRpdGxlIjtzOjE3OiJJbmNsdWRlZCBGZWF0dXJlcyI7czo4OiJzdWJ0aXRsZSI7czo1NzoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQuIjtzOjY6InRpdGxlMSI7czoxNzoiTXVsdGltZWRpYSBDZW50ZXIiO3M6NjoidGl0bGUyIjtzOjExOiJDb3Vyc2VzIEh1YiI7czo2OiJ0aXRsZTMiO3M6MTY6Ik9ubGluZSBTdHVkeSBBcHAiO3M6NjoidGl0bGU0IjtzOjE5OiJCZXN0IFRlYWNoZXIgQ291cnNlIjtzOjY6InRpdGxlNSI7czoxODoiVW5saW1pdGVkIExlYXJuaW5nIjtzOjY6InRpdGxlNiI7czoxNjoiQ3VzdG9tIERhc2hib2FyZCI7czo2OiJ0aXRsZTciO3M6MTk6IlByZWltdW0gUmVjb21tZW5kZWQiO3M6NjoidGl0bGU4IjtzOjE0OiJJbmZpbml0ZSBIb3VycyI7czo1OiJsaW5rMSI7czoxOiIjIjtzOjU6ImxpbmsyIjtzOjE6IiMiO3M6NToibGluazMiO3M6MToiIyI7czo1OiJsaW5rNCI7czoxOiIjIjtzOjU6Imxpbms1IjtzOjE6IiMiO3M6NToibGluazYiO3M6MToiIyI7czo1OiJsaW5rNyI7czoxOiIjIjtzOjU6Imxpbms4IjtzOjE6IiMiO3M6NToiaWNvbjEiO3M6MTg6ImZsYXRpY29uLXN0dWRlbnQtMyI7czo1OiJpY29uMiI7czoxNToiZmxhdGljb24tdHJvcGh5IjtzOjU6Imljb24zIjtzOjE1OiJmbGF0aWNvbi1yZXZpZXciO3M6NToiaWNvbjQiO3M6MTg6ImZsYXRpY29uLWVsZWFybmluZyI7czo1OiJpY29uNSI7czoyMDoiZmxhdGljb24tcGxheS1idXR0b24iO3M6NToiaWNvbjYiO3M6MTc6ImZsYXRpY29uLXB1enpsZS0xIjtzOjU6Imljb243IjtzOjEzOiJmbGF0aWNvbi1zZW5kIjtzOjU6Imljb244IjtzOjE0OiJmbGF0aWNvbi1jbG9jayI7czo4OiJjb2xvcl9iZyI7czoxNToicmdiKDYyLCA2OCwgNzIpIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjZmZmZmZmIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czo3OiIjZmZmZmZmIjtzOjEwOiJjb2xvcl9pY29uIjtzOjc6IiMwMGViNzQiO3M6MTE6ImNvbG9yX2hvdmVyIjtzOjc6IiNjZGJlOWMiO3M6NToiaW1hZ2UiO2k6NjczNjUxMTc2O3M6NjoidGl0bGU5IjtzOjE3OiJNdWx0aW1lZGlhIENlbnRlciI7czo1OiJsaW5rOSI7czoxOiIjIjtzOjU6Imljb245IjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTMiO3M6NzoidGl0bGUxMCI7czoxNzoiTXVsdGltZWRpYSBDZW50ZXIiO3M6NjoibGluazEwIjtzOjE6IiMiO3M6NjoiaWNvbjEwIjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTMiO3M6NzoidGl0bGUxMSI7czoxNzoiTXVsdGltZWRpYSBDZW50ZXIiO3M6NjoibGluazExIjtzOjE6IiMiO3M6NjoiaWNvbjExIjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTMiO3M6NzoidGl0bGUxMiI7czoxNzoiTXVsdGltZWRpYSBDZW50ZXIiO3M6NjoibGluazEyIjtzOjE6IiMiO3M6NjoiaWNvbjEyIjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTMiO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1601487355, 1601489096), (238, 'cocoon_users_slider_2', 403, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTE6e3M6NToidGl0bGUiO3M6MjI6IlRvcCBSYXRpbmcgSW5zdHJ1Y3RvcnMiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czo1OiJ1c2VycyI7YTo4OntpOjA7czoxOiIxIjtpOjE7czoxOiIyIjtpOjI7czoxOiIzIjtpOjM7czoxOiI0IjtpOjQ7czoxOiI1IjtpOjU7czoxOiI2IjtpOjY7czoxOiI3IjtpOjc7czoxOiI4Ijt9czo4OiJjb2xvcl9iZyI7czoxNjoicmdiKDI1NSwyNTUsMjU1KSI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiIzBhMGEwYSI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiIzZmNzA3NCI7czoxNjoiY29sb3JfaXRlbV90aXRsZSI7czo3OiIjMWIyMDMyIjtzOjE1OiJjb2xvcl9pdGVtX2JvZHkiO3M6NzoiIzQ4NDg0OCI7czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1601487670, 1601489128); INSERT INTO `cocoon_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `requiredbytheme`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`, `timecreated`, `timemodified`) VALUES (239, 'cocoon_faqs', 403, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTY1OntzOjEyOiJzbGlkZXNudW1iZXIiO3M6MToiNCI7czo1OiJ0aXRsZSI7czoyNjoiRnJlcXVlbnRseSBBc2tlZCBRdWVzdGlvbnMiO3M6MTA6ImZhcV90aXRsZTEiO3M6MzI6IldoeSB3b24ndCBteSBwYXltZW50IGdvIHRocm91Z2g/IjtzOjEwOiJmYXFfdGl0bGUyIjtzOjIyOiJIb3cgZG8gSSBnZXQgYSByZWZ1bmQ/IjtzOjEwOiJmYXFfdGl0bGUzIjtzOjI1OiJIb3cgZG8gSSByZWRlZW0gYSBjb3Vwb24/IjtzOjEwOiJmYXFfdGl0bGU0IjtzOjIxOiJDaGFuZ2luZyBhY2NvdW50IG5hbWUiO3M6MTM6ImZhcV9zdWJ0aXRsZTEiO3M6MTg6IkNvdXJzZSBEZXNjcmlwdGlvbiI7czoxMzoiZmFxX3N1YnRpdGxlMiI7czoxODoiQ291cnNlIERlc2NyaXB0aW9uIjtzOjEzOiJmYXFfc3VidGl0bGUzIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTM6ImZhcV9zdWJ0aXRsZTQiO3M6MTg6IkNvdXJzZSBEZXNjcmlwdGlvbiI7czo5OiJmYXFfYm9keTEiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6OToiZmFxX2JvZHkyIjtzOjM2NjoiTG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIjtzOjk6ImZhcV9ib2R5MyI7czozNjY6IkxvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgMTUwMHMsIHdoZW4gYW4gdW5rbm93biBwcmludGVyIHRvb2sgYSBnYWxsZXkgb2YgdHlwZSBhbmQgc2NyYW1ibGVkIGl0IHRvIG1ha2UgYSB0eXBlIHNwZWNpbWVuIGJvb2suIEl0IGhhcyBzdXJ2aXZlZCBub3Qgb25seSBmaXZlIGNlbnR1cmllcywgYnV0IGFsc28gdGhlIGxlYXAgaW50byBlbGVjdHJvbmljIHR5cGVzZXR0aW5nLCByZW1haW5pbmcgZXNzZW50aWFsbHkgdW5jaGFuZ2VkLiI7czo5OiJmYXFfYm9keTQiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6ODoiY29sb3JfYmciO3M6MTY6InJnYigyNTUsMjU1LDI1NSkiO3M6MTE6ImNvbG9yX3RpdGxlIjtzOjc6IiMwYTBhMGEiO3M6MTQ6ImNvbG9yX3BhbmVsX2JnIjtzOjE4OiJyZ2IoMjQ1LCAyNDUsIDI0NikiO3M6MTc6ImNvbG9yX3BhbmVsX3RpdGxlIjtzOjc6IiMwYTBhMGEiO3M6MjA6ImNvbG9yX3BhbmVsX3N1YnRpdGxlIjtzOjc6IiMzYjNiM2IiO3M6MTY6ImNvbG9yX3BhbmVsX2JvZHkiO3M6NzoiIzdlN2U3ZSI7czoxMToiZmlsZV9zbGlkZTEiO2k6NjQwMTQ1NjEyO3M6MTE6ImZpbGVfc2xpZGUyIjtpOjc0NDAwNjk2NjtzOjExOiJmaWxlX3NsaWRlMyI7aToyMTcxMTE0MjU7czoxMToiZmlsZV9zbGlkZTQiO2k6Njg0Mjk4NzQ3O3M6MTA6ImJvZHlfdHlwZTEiO3M6MToiMCI7czo5OiJmYXFfaHRtbDEiO2E6Mzp7czo0OiJ0ZXh0IjtzOjE6IjEiO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NjoiaXRlbWlkIjtpOjE3ODg0NjI4MDt9czoxMDoiYm9keV90eXBlMiI7czoxOiIwIjtzOjk6ImZhcV9odG1sMiI7YTozOntzOjQ6InRleHQiO3M6MToiMiI7czo2OiJmb3JtYXQiO3M6MToiMiI7czo2OiJpdGVtaWQiO2k6ODA4NTkyNDIyO31zOjEwOiJib2R5X3R5cGUzIjtzOjE6IjAiO3M6OToiZmFxX2h0bWwzIjthOjM6e3M6NDoidGV4dCI7czoxOiIzIjtzOjY6ImZvcm1hdCI7czoxOiIxIjtzOjY6Iml0ZW1pZCI7aTo3MTE3NTYyNDY7fXM6MTA6ImJvZHlfdHlwZTQiO3M6MToiMCI7czo5OiJmYXFfaHRtbDQiO2E6Mzp7czo0OiJ0ZXh0IjtzOjE6IjQiO3M6NjoiZm9ybWF0IjtzOjE6IjQiO3M6NjoiaXRlbWlkIjtpOjU4NzE2NjY1Nzt9czoxMDoiZmFxX3RpdGxlNSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTM6ImZhcV9zdWJ0aXRsZTUiO3M6MTg6IkNvdXJzZSBEZXNjcmlwdGlvbiI7czoxMDoiYm9keV90eXBlNSI7czoxOiIwIjtzOjk6ImZhcV9ib2R5NSI7czozNjY6IkxvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgMTUwMHMsIHdoZW4gYW4gdW5rbm93biBwcmludGVyIHRvb2sgYSBnYWxsZXkgb2YgdHlwZSBhbmQgc2NyYW1ibGVkIGl0IHRvIG1ha2UgYSB0eXBlIHNwZWNpbWVuIGJvb2suIEl0IGhhcyBzdXJ2aXZlZCBub3Qgb25seSBmaXZlIGNlbnR1cmllcywgYnV0IGFsc28gdGhlIGxlYXAgaW50byBlbGVjdHJvbmljIHR5cGVzZXR0aW5nLCByZW1haW5pbmcgZXNzZW50aWFsbHkgdW5jaGFuZ2VkLiI7czo5OiJmYXFfaHRtbDUiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6OTUyNDU0MDY2O31zOjEwOiJmYXFfdGl0bGU2IjtzOjMyOiJXaHkgd29uJ3QgbXkgcGF5bWVudCBnbyB0aHJvdWdoPyI7czoxMzoiZmFxX3N1YnRpdGxlNiI7czoxODoiQ291cnNlIERlc2NyaXB0aW9uIjtzOjEwOiJib2R5X3R5cGU2IjtzOjE6IjAiO3M6OToiZmFxX2JvZHk2IjtzOjM2NjoiTG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIjtzOjk6ImZhcV9odG1sNiI7YTozOntzOjQ6InRleHQiO3M6MDoiIjtzOjY6ImZvcm1hdCI7czoxOiIxIjtzOjY6Iml0ZW1pZCI7aTo5ODUzNjU3MzA7fXM6MTA6ImZhcV90aXRsZTciO3M6MzI6IldoeSB3b24ndCBteSBwYXltZW50IGdvIHRocm91Z2g/IjtzOjEzOiJmYXFfc3VidGl0bGU3IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTA6ImJvZHlfdHlwZTciO3M6MToiMCI7czo5OiJmYXFfYm9keTciO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6OToiZmFxX2h0bWw3IjthOjM6e3M6NDoidGV4dCI7czowOiIiO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NjoiaXRlbWlkIjtpOjMyODIxMjUwMTt9czoxMDoiZmFxX3RpdGxlOCI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTM6ImZhcV9zdWJ0aXRsZTgiO3M6MTg6IkNvdXJzZSBEZXNjcmlwdGlvbiI7czoxMDoiYm9keV90eXBlOCI7czoxOiIwIjtzOjk6ImZhcV9ib2R5OCI7czozNjY6IkxvcmVtIElwc3VtIGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgMTUwMHMsIHdoZW4gYW4gdW5rbm93biBwcmludGVyIHRvb2sgYSBnYWxsZXkgb2YgdHlwZSBhbmQgc2NyYW1ibGVkIGl0IHRvIG1ha2UgYSB0eXBlIHNwZWNpbWVuIGJvb2suIEl0IGhhcyBzdXJ2aXZlZCBub3Qgb25seSBmaXZlIGNlbnR1cmllcywgYnV0IGFsc28gdGhlIGxlYXAgaW50byBlbGVjdHJvbmljIHR5cGVzZXR0aW5nLCByZW1haW5pbmcgZXNzZW50aWFsbHkgdW5jaGFuZ2VkLiI7czo5OiJmYXFfaHRtbDgiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NTE1MjUxMTc1O31zOjEwOiJmYXFfdGl0bGU5IjtzOjMyOiJXaHkgd29uJ3QgbXkgcGF5bWVudCBnbyB0aHJvdWdoPyI7czoxMzoiZmFxX3N1YnRpdGxlOSI7czoxODoiQ291cnNlIERlc2NyaXB0aW9uIjtzOjEwOiJib2R5X3R5cGU5IjtzOjE6IjAiO3M6OToiZmFxX2JvZHk5IjtzOjM2NjoiTG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIjtzOjk6ImZhcV9odG1sOSI7YTozOntzOjQ6InRleHQiO3M6MDoiIjtzOjY6ImZvcm1hdCI7czoxOiIxIjtzOjY6Iml0ZW1pZCI7aTo4MTAyNjg2Mjt9czoxMToiZmFxX3RpdGxlMTAiO3M6MzI6IldoeSB3b24ndCBteSBwYXltZW50IGdvIHRocm91Z2g/IjtzOjE0OiJmYXFfc3VidGl0bGUxMCI7czoxODoiQ291cnNlIERlc2NyaXB0aW9uIjtzOjExOiJib2R5X3R5cGUxMCI7czoxOiIwIjtzOjEwOiJmYXFfYm9keTEwIjtzOjM2NjoiTG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcywgd2hlbiBhbiB1bmtub3duIHByaW50ZXIgdG9vayBhIGdhbGxleSBvZiB0eXBlIGFuZCBzY3JhbWJsZWQgaXQgdG8gbWFrZSBhIHR5cGUgc3BlY2ltZW4gYm9vay4gSXQgaGFzIHN1cnZpdmVkIG5vdCBvbmx5IGZpdmUgY2VudHVyaWVzLCBidXQgYWxzbyB0aGUgbGVhcCBpbnRvIGVsZWN0cm9uaWMgdHlwZXNldHRpbmcsIHJlbWFpbmluZyBlc3NlbnRpYWxseSB1bmNoYW5nZWQuIjtzOjEwOiJmYXFfaHRtbDEwIjthOjM6e3M6NDoidGV4dCI7czowOiIiO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NjoiaXRlbWlkIjtpOjQ5MjkxNTI1O31zOjExOiJmYXFfdGl0bGUxMSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTExIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTExIjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTEiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTEiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NjE3MDMzMDAwO31zOjExOiJmYXFfdGl0bGUxMiI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTEyIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTEyIjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTIiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTIiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NjU4Mjk5Mzc3O31zOjExOiJmYXFfdGl0bGUxMyI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTEzIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTEzIjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTMiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTMiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6MTI0NDE3NzE0O31zOjExOiJmYXFfdGl0bGUxNCI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTE0IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTE0IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTQiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTQiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6OTU2NTA5MjIyO31zOjExOiJmYXFfdGl0bGUxNSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTE1IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTE1IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTUiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTUiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6MzE4Mzk0MTA4O31zOjExOiJmYXFfdGl0bGUxNiI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTE2IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTE2IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTYiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTYiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6Njk2MjIyMTIwO31zOjExOiJmYXFfdGl0bGUxNyI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTE3IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTE3IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTciO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTciO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6MTYyOTk1NTE0O31zOjExOiJmYXFfdGl0bGUxOCI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTE4IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTE4IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTgiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTgiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6Nzk4MzkwNzg4O31zOjExOiJmYXFfdGl0bGUxOSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTE5IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTE5IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MTkiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMTkiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6OTk0ODAzODU0O31zOjExOiJmYXFfdGl0bGUyMCI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTIwIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTIwIjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjAiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjAiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6MTk2NzA4MDIxO31zOjExOiJmYXFfdGl0bGUyMSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTIxIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTIxIjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjEiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjEiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6Mjc2ODQ0MTIxO31zOjExOiJmYXFfdGl0bGUyMiI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTIyIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTIyIjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjIiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjIiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NjYzOTg3NDQ5O31zOjExOiJmYXFfdGl0bGUyMyI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTIzIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTIzIjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjMiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjMiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NDc5ODY3MzQ4O31zOjExOiJmYXFfdGl0bGUyNCI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTI0IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTI0IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjQiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjQiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6MTIzNzE3MDAxO31zOjExOiJmYXFfdGl0bGUyNSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTI1IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTI1IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjUiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjUiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NzUwMjg1NDE3O31zOjExOiJmYXFfdGl0bGUyNiI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTI2IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTI2IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjYiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjYiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6OTA3Nzg1MDE2O31zOjExOiJmYXFfdGl0bGUyNyI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTI3IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTI3IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjciO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjciO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6OTc0NTMwNzM2O31zOjExOiJmYXFfdGl0bGUyOCI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTI4IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTI4IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjgiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjgiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6Mzg1MzQ3MDc5O31zOjExOiJmYXFfdGl0bGUyOSI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTI5IjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTI5IjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MjkiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMjkiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6NTAyODg2NzA1O31zOjExOiJmYXFfdGl0bGUzMCI7czozMjoiV2h5IHdvbid0IG15IHBheW1lbnQgZ28gdGhyb3VnaD8iO3M6MTQ6ImZhcV9zdWJ0aXRsZTMwIjtzOjE4OiJDb3Vyc2UgRGVzY3JpcHRpb24iO3M6MTE6ImJvZHlfdHlwZTMwIjtzOjE6IjAiO3M6MTA6ImZhcV9ib2R5MzAiO3M6MzY2OiJMb3JlbSBJcHN1bSBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTA6ImZhcV9odG1sMzAiO2E6Mzp7czo0OiJ0ZXh0IjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo2OiJpdGVtaWQiO2k6OTM0MTg3ODczO31zOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1601487683, 1601489163), (240, 'cocoon_partners', 403, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6OTp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6ODoiY29sb3JfYmciO3M6NDoiI2ZmZiI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiIzBhMGEwYSI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiIzZmNzA3NCI7czo1OiJpbWFnZSI7aToyMTI3MzIwODtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1601487698, 1601488669), (241, 'cocoon_hero_5', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487753, 1601487753), (242, 'cocoon_course_categories_4', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487760, 1601487760), (243, 'cocoon_course_grid_4', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487770, 1601487770), (244, 'cocoon_parallax_counters', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MjI6e3M6NToidGl0bGUiO3M6NDQ6IkVuaGFuY2UgeW91ciBza2lsbHMgd2l0aCBiZXN0IE9ubGluZSBjb3Vyc2VzIjtzOjg6InN1YnRpdGxlIjtzOjI0OiJTVEFSVElORyBPTkxJTkUgTEVBUk5JTkciO3M6OToiY291bnRlcl8xIjtzOjQ6IjY1MDAiO3M6OToiY291bnRlcl8yIjtzOjU6IjU4MjYzIjtzOjk6ImNvdW50ZXJfMyI7czo2OiI4OTY2NzMiO3M6OToiY291bnRlcl80IjtzOjQ6Ijg1NzAiO3M6MTQ6ImNvdW50ZXJfMV90ZXh0IjtzOjE3OiJTdHVkZW50cyBsZWFybmluZyI7czoxNDoiY291bnRlcl8yX3RleHQiO3M6OToiR3JhZHVhdGVzIjtzOjE0OiJjb3VudGVyXzNfdGV4dCI7czoxMjoiRnJlZSBjb3Vyc2VzIjtzOjE0OiJjb3VudGVyXzRfdGV4dCI7czoxNDoiQWN0aXZlIGNvdXJzZXMiO3M6MTQ6ImNvdW50ZXJfMV9pY29uIjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTMiO3M6MTQ6ImNvdW50ZXJfMl9pY29uIjtzOjEyOiJmbGF0aWNvbi1jYXAiO3M6MTQ6ImNvdW50ZXJfM19pY29uIjtzOjE1OiJmbGF0aWNvbi1qaWdzYXciO3M6MTQ6ImNvdW50ZXJfNF9pY29uIjtzOjI0OiJmbGF0aWNvbi1vbmxpbmUtbGVhcm5pbmciO3M6NToiaW1hZ2UiO2k6MDtzOjg6ImNvbG9yX2JnIjtzOjE2OiJyZ2IoMzMsIDQ2LCAxMTMpIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjZmZmZmZmIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czo3OiIjZmZmZmZmIjtzOjU6InN0eWxlIjtzOjE6IjAiO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1601487784, 1601489202), (245, 'cocoon_services_dark', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487797, 1601487797), (246, 'cocoon_parallax_testimonials', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MjEwOntzOjU6InRpdGxlIjtzOjE1OiJXaGF0IFBlb3BsZSBTYXkiO3M6ODoic3VidGl0bGUiO3M6NTc6IkN1bSBkb2N0dXMgY2l2aWJ1cyBlZmZpY2lhbnR1ciBpbiBpbXBlcmRpZXQgZGV0ZXJydWlzc2V0LiI7czoxMjoic2xpZGVzbnVtYmVyIjtzOjE6IjUiO3M6MTI6InNsaWRlX3RpdGxlMSI7czoxMzoiQXVndXN0YSBTaWx2YSI7czo5OiJzdWJ0aXRsZTEiO3M6NjoiQ2xpZW50IjtzOjU6ImJvZHkxIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo2OiJpbWFnZTEiO2k6NDk1OTI4ODc3O3M6MTI6InNsaWRlX3RpdGxlMiI7czoxMzoiQXVndXN0YSBTaWx2YSI7czo5OiJzdWJ0aXRsZTIiO3M6NjoiQ2xpZW50IjtzOjU6ImJvZHkyIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo2OiJpbWFnZTIiO2k6NjU3OTYwMTYwO3M6MTI6InNsaWRlX3RpdGxlMyI7czoxMzoiQXVndXN0YSBTaWx2YSI7czo5OiJzdWJ0aXRsZTMiO3M6NjoiQ2xpZW50IjtzOjU6ImJvZHkzIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo2OiJpbWFnZTMiO2k6NjM2NTk4NTUzO3M6MTI6InNsaWRlX3RpdGxlNCI7czoxMzoiQXVndXN0YSBTaWx2YSI7czo5OiJzdWJ0aXRsZTQiO3M6NjoiQ2xpZW50IjtzOjU6ImJvZHk0IjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo2OiJpbWFnZTQiO2k6Mzk1NzUyMjc7czoxMjoic2xpZGVfdGl0bGU1IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjk6InN1YnRpdGxlNSI7czo2OiJDbGllbnQiO3M6NToiYm9keTUiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjY6ImltYWdlNSI7aTo5NzM4OTcxMjc7czo4OiJjb2xvcl9iZyI7czoxNjoicmdiKDMzLCA0NiwgMTEzKSI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiI2ZmZmZmZiI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiI2ZmZmZmZiI7czo1OiJpbWFnZSI7aTo5NTQzNzI4OTc7czoxMjoic2xpZGVfdGl0bGU2IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjk6InN1YnRpdGxlNiI7czo2OiJDbGllbnQiO3M6NToiYm9keTYiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjY6ImltYWdlNiI7aTo0NTM1NjU2Njg7czoxMjoic2xpZGVfdGl0bGU3IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjk6InN1YnRpdGxlNyI7czo2OiJDbGllbnQiO3M6NToiYm9keTciO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjY6ImltYWdlNyI7aToyMTU1MjMzODU7czoxMjoic2xpZGVfdGl0bGU4IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjk6InN1YnRpdGxlOCI7czo2OiJDbGllbnQiO3M6NToiYm9keTgiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjY6ImltYWdlOCI7aTo4NzY2NDYzMTY7czoxMjoic2xpZGVfdGl0bGU5IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjk6InN1YnRpdGxlOSI7czo2OiJDbGllbnQiO3M6NToiYm9keTkiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjY6ImltYWdlOSI7aTo1ODQ0NzM4NDY7czoxMzoic2xpZGVfdGl0bGUxMCI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUxMCI7czo2OiJDbGllbnQiO3M6NjoiYm9keTEwIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTEwIjtpOjQ1NTk4NTAzMztzOjEzOiJzbGlkZV90aXRsZTExIjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTExIjtzOjY6IkNsaWVudCI7czo2OiJib2R5MTEiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMTEiO2k6NTgwODMxODY5O3M6MTM6InNsaWRlX3RpdGxlMTIiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMTIiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkxMiI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UxMiI7aTo4NzYwODExMDc7czoxMzoic2xpZGVfdGl0bGUxMyI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUxMyI7czo2OiJDbGllbnQiO3M6NjoiYm9keTEzIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTEzIjtpOjMyMzM0NzM5MjtzOjEzOiJzbGlkZV90aXRsZTE0IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTE0IjtzOjY6IkNsaWVudCI7czo2OiJib2R5MTQiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMTQiO2k6NzgwMzYyNTY2O3M6MTM6InNsaWRlX3RpdGxlMTUiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMTUiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkxNSI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UxNSI7aTo1NjMwNjg5NTtzOjEzOiJzbGlkZV90aXRsZTE2IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTE2IjtzOjY6IkNsaWVudCI7czo2OiJib2R5MTYiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMTYiO2k6Mjk5Nzc4NzE3O3M6MTM6InNsaWRlX3RpdGxlMTciO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMTciO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkxNyI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UxNyI7aTozMjE4NTY5NDY7czoxMzoic2xpZGVfdGl0bGUxOCI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUxOCI7czo2OiJDbGllbnQiO3M6NjoiYm9keTE4IjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTE4IjtpOjMxMDY2OTI3MTtzOjEzOiJzbGlkZV90aXRsZTE5IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTE5IjtzOjY6IkNsaWVudCI7czo2OiJib2R5MTkiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMTkiO2k6OTYyMTI2MzEyO3M6MTM6InNsaWRlX3RpdGxlMjAiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMjAiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkyMCI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UyMCI7aToyNTMxOTMyOTY7czoxMzoic2xpZGVfdGl0bGUyMSI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUyMSI7czo2OiJDbGllbnQiO3M6NjoiYm9keTIxIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTIxIjtpOjQwNjIxOTgwOTtzOjEzOiJzbGlkZV90aXRsZTIyIjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTIyIjtzOjY6IkNsaWVudCI7czo2OiJib2R5MjIiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMjIiO2k6NTA4OTQxMjk0O3M6MTM6InNsaWRlX3RpdGxlMjMiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMjMiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkyMyI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UyMyI7aTo2NjcxNzUzNTQ7czoxMzoic2xpZGVfdGl0bGUyNCI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUyNCI7czo2OiJDbGllbnQiO3M6NjoiYm9keTI0IjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTI0IjtpOjcxNzQ0MTYwODtzOjEzOiJzbGlkZV90aXRsZTI1IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTI1IjtzOjY6IkNsaWVudCI7czo2OiJib2R5MjUiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMjUiO2k6ODc4MDU1OTM5O3M6MTM6InNsaWRlX3RpdGxlMjYiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMjYiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkyNiI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UyNiI7aTo5MjYxNDA5MDQ7czoxMzoic2xpZGVfdGl0bGUyNyI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUyNyI7czo2OiJDbGllbnQiO3M6NjoiYm9keTI3IjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTI3IjtpOjUzODkzMTg2NjtzOjEzOiJzbGlkZV90aXRsZTI4IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTI4IjtzOjY6IkNsaWVudCI7czo2OiJib2R5MjgiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMjgiO2k6NDE4ODg5NjMzO3M6MTM6InNsaWRlX3RpdGxlMjkiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMjkiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkyOSI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UyOSI7aTo4NTUzMjI1ODg7czoxMzoic2xpZGVfdGl0bGUzMCI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUzMCI7czo2OiJDbGllbnQiO3M6NjoiYm9keTMwIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTMwIjtpOjgzMTc3MDAyMTtzOjEzOiJzbGlkZV90aXRsZTMxIjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTMxIjtzOjY6IkNsaWVudCI7czo2OiJib2R5MzEiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMzEiO2k6MTQxNDU3MDAxO3M6MTM6InNsaWRlX3RpdGxlMzIiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMzIiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkzMiI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UzMiI7aTo5ODU2OTUxOTE7czoxMzoic2xpZGVfdGl0bGUzMyI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUzMyI7czo2OiJDbGllbnQiO3M6NjoiYm9keTMzIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTMzIjtpOjUwMjk1NTg0MjtzOjEzOiJzbGlkZV90aXRsZTM0IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTM0IjtzOjY6IkNsaWVudCI7czo2OiJib2R5MzQiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMzQiO2k6OTk4MzI5Nzk7czoxMzoic2xpZGVfdGl0bGUzNSI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUzNSI7czo2OiJDbGllbnQiO3M6NjoiYm9keTM1IjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTM1IjtpOjUwNTY0MzA0MztzOjEzOiJzbGlkZV90aXRsZTM2IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTM2IjtzOjY6IkNsaWVudCI7czo2OiJib2R5MzYiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMzYiO2k6NzA0OTgyMzMyO3M6MTM6InNsaWRlX3RpdGxlMzciO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlMzciO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHkzNyI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2UzNyI7aTo0NzkyODYwMjM7czoxMzoic2xpZGVfdGl0bGUzOCI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGUzOCI7czo2OiJDbGllbnQiO3M6NjoiYm9keTM4IjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTM4IjtpOjYxMTA2NDU3ODtzOjEzOiJzbGlkZV90aXRsZTM5IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTM5IjtzOjY6IkNsaWVudCI7czo2OiJib2R5MzkiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlMzkiO2k6OTI2ODYxMDU0O3M6MTM6InNsaWRlX3RpdGxlNDAiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlNDAiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHk0MCI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2U0MCI7aTo2OTM4Mzg2MTg7czoxMzoic2xpZGVfdGl0bGU0MSI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGU0MSI7czo2OiJDbGllbnQiO3M6NjoiYm9keTQxIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTQxIjtpOjI2NjA4NjI5NztzOjEzOiJzbGlkZV90aXRsZTQyIjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTQyIjtzOjY6IkNsaWVudCI7czo2OiJib2R5NDIiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlNDIiO2k6Njc5OTY0NjM3O3M6MTM6InNsaWRlX3RpdGxlNDMiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlNDMiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHk0MyI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2U0MyI7aTo2NzgxNTg5NjU7czoxMzoic2xpZGVfdGl0bGU0NCI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGU0NCI7czo2OiJDbGllbnQiO3M6NjoiYm9keTQ0IjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTQ0IjtpOjMxMTM2MzI1MztzOjEzOiJzbGlkZV90aXRsZTQ1IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTQ1IjtzOjY6IkNsaWVudCI7czo2OiJib2R5NDUiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlNDUiO2k6ODUyMDg3OTE4O3M6MTM6InNsaWRlX3RpdGxlNDYiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlNDYiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHk0NiI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2U0NiI7aTo4MDIyOTk4OTU7czoxMzoic2xpZGVfdGl0bGU0NyI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGU0NyI7czo2OiJDbGllbnQiO3M6NjoiYm9keTQ3IjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTQ3IjtpOjYyMDg3MjA0ODtzOjEzOiJzbGlkZV90aXRsZTQ4IjtzOjEzOiJBdWd1c3RhIFNpbHZhIjtzOjEwOiJzdWJ0aXRsZTQ4IjtzOjY6IkNsaWVudCI7czo2OiJib2R5NDgiO3M6OTU6IkFsaXF1YW0gZGljdHVtIGVsaXQgdml0YWUgbWF1cmlzIGZhY2lsaXNpcyBhdCBkaWN0dW0gdXJuYSBkaWduaXNzaW0gZG9uZWMgdmVsIGxlY3R1cyB2ZWwgZmVsaXMuIjtzOjc6ImltYWdlNDgiO2k6NjczMDYwMDE5O3M6MTM6InNsaWRlX3RpdGxlNDkiO3M6MTM6IkF1Z3VzdGEgU2lsdmEiO3M6MTA6InN1YnRpdGxlNDkiO3M6NjoiQ2xpZW50IjtzOjY6ImJvZHk0OSI7czo5NToiQWxpcXVhbSBkaWN0dW0gZWxpdCB2aXRhZSBtYXVyaXMgZmFjaWxpc2lzIGF0IGRpY3R1bSB1cm5hIGRpZ25pc3NpbSBkb25lYyB2ZWwgbGVjdHVzIHZlbCBmZWxpcy4iO3M6NzoiaW1hZ2U0OSI7aTo0NDA1MDQwMDM7czoxMzoic2xpZGVfdGl0bGU1MCI7czoxMzoiQXVndXN0YSBTaWx2YSI7czoxMDoic3VidGl0bGU1MCI7czo2OiJDbGllbnQiO3M6NjoiYm9keTUwIjtzOjk1OiJBbGlxdWFtIGRpY3R1bSBlbGl0IHZpdGFlIG1hdXJpcyBmYWNpbGlzaXMgYXQgZGljdHVtIHVybmEgZGlnbmlzc2ltIGRvbmVjIHZlbCBsZWN0dXMgdmVsIGZlbGlzLiI7czo3OiJpbWFnZTUwIjtpOjUzNzY3MTUxOTtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1601487805, 1601489218), (247, 'cocoon_steps_dark', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487814, 1601487814), (248, 'cocoon_users_slider_2_dark', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487831, 1601487831), (249, 'cocoon_price_tables_dark', 412, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1601487845, 1601487845), (251, 'cocoon_cf_paid', 1, 1, 0, 'course-index-*', NULL, 'side-pre', 3, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJ0aXRsZSI7czoxNToiRmlsdGVyIGJ5IHByaWNlIjtzOjE2OiJjaGlsZF9jYXRlZ29yaWVzIjtzOjE6IjAiO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1601489758, 1601489903), (252, 'cocoon_cf_rating', 1, 1, 0, 'course-index-category', NULL, 'side-pre', 4, 'Tzo4OiJzdGRDbGFzcyI6NTp7czo1OiJ0aXRsZSI7czoxNjoiRmlsdGVyIGJ5IHJhdGluZyI7czoxNjoiY2hpbGRfY2F0ZWdvcmllcyI7czoxOiIwIjtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1601489854, 1601489910), (253, 'cocoon_course_rating', 1, 1, 0, 'course-view-*', NULL, 'below-content', 0, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoxNzoiU3R1ZGVudHMgZmVlZGJhY2siO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1601490004, 1601490045), (254, 'cocoon_slider_7', 426, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045534, 1612045534), (255, 'cocoon_course_grid_7', 426, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045549, 1612045549), (256, 'cocoon_parallax_subscribe_2', 426, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045567, 1612045567), (257, 'cocoon_event_list', 426, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6Mjk6e3M6NToiaXRlbXMiO3M6MToiNCI7czo1OiJ0aXRsZSI7czoxNToiVXBjb21pbmcgRXZlbnRzIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjE0OiJTZWUgQWxsIEV2ZW50cyI7czo2OiJldmVudDEiO3M6NDoiMTAwMiI7czo2OiJldmVudDIiO3M6NDoiMTAwMiI7czo2OiJldmVudDMiO3M6NDoiMTAwMiI7czo2OiJldmVudDQiO3M6NDoiMTAwMiI7czo2OiJldmVudDUiO3M6NDoiMTAwMiI7czo2OiJldmVudDYiO3M6NDoiMTAwMiI7czo2OiJjb2xvcjEiO3M6NzoiIzIzYWQ5NiI7czo2OiJjb2xvcjIiO3M6NzoiIzIzYWQ5NiI7czo2OiJjb2xvcjMiO3M6NzoiIzIzYWQ5NiI7czo2OiJjb2xvcjQiO3M6NzoiIzIzYWQ5NiI7czo2OiJjb2xvcjUiO3M6NzoiIzIzYWQ5NiI7czo2OiJjb2xvcjYiO3M6NzoiIzIzYWQ5NiI7czoxMjoiY29sb3JfaG92ZXIxIjtzOjc6IiMzZjNiNjQiO3M6MTI6ImNvbG9yX2hvdmVyMiI7czo3OiIjM2YzYjY0IjtzOjEyOiJjb2xvcl9ob3ZlcjMiO3M6NzoiIzNmM2I2NCI7czoxMjoiY29sb3JfaG92ZXI0IjtzOjc6IiMzZjNiNjQiO3M6MTI6ImNvbG9yX2hvdmVyNSI7czo3OiIjM2YzYjY0IjtzOjEyOiJjb2xvcl9ob3ZlcjYiO3M6NzoiIzNmM2I2NCI7czo4OiJjb2xvcl9iZyI7czo3OiIjZjhmOGY4IjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czoxODoicmdiKDExMSwgMTEyLCAxMTYpIjtzOjk6ImNvbG9yX2J0biI7czo3OiIjNTU1NTU1IjtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1612045579, 1612045609), (258, 'cocoon_blog_recent_slider', 426, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045622, 1612045622), (259, 'cocoon_tstmnls_6', 426, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045636, 1612045636), (260, 'cocoon_subscribe', 426, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTI6e3M6NToidGl0bGUiO3M6MTQ6IkdldCBOZXdzbGV0dGVyIjtzOjg6InN1YnRpdGxlIjtzOjg4OiJZb3VyIGRvd25sb2FkIHNob3VsZCBzdGFydCBhdXRvbWF0aWNhbGx5LCBpZiBub3QgQ2xpY2sgaGVyZS4gRG8geW91IHdhbnQgb3VyIG5ld3NsZXR0ZXI/IjtzOjExOiJidXR0b25fdGV4dCI7czoxMDoiR2V0IGl0IE5vdyI7czo4OiJjb2xvcl9iZyI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czo3OiIjNmY3MDc0IjtzOjk6ImNvbG9yX2J0biI7czoxNzoicmdiKDM1LCAxNzMsIDE1MCkiO3M6MTU6ImNvbG9yX2J0bl9ob3ZlciI7czoxNzoicmdiKDM1LCAxNzMsIDE1MCkiO3M6MTA6ImJveF9zaGFkb3ciO3M6MToiMSI7czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1612045649, 1612045682), (261, 'cocoon_slider_8', 434, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045736, 1612045736), (262, 'cocoon_featured_video', 434, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045746, 1612045746), (263, 'cocoon_course_grid_5', 434, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045766, 1612045766), (264, 'cocoon_tstmnls_5', 434, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045779, 1612045779), (265, 'cocoon_event_list_2', 434, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MzU6e3M6NToiaXRlbXMiO3M6MToiNCI7czo1OiJ0aXRsZSI7czoxNToiVXBjb21pbmcgRXZlbnRzIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjE0OiJTZWUgQWxsIEV2ZW50cyI7czo2OiJldmVudDEiO3M6NDoiMTAwMiI7czo2OiJldmVudDIiO3M6NDoiMTAwMiI7czo2OiJldmVudDMiO3M6NDoiMTAwMiI7czo2OiJldmVudDQiO3M6NDoiMTAwMiI7czo2OiJldmVudDUiO3M6NDoiMTAwMiI7czo2OiJldmVudDYiO3M6NDoiMTAwMiI7czo5OiJjb2xvcl9iZzEiO3M6NzoiI2Y5ZjlmOSI7czoxMToiY29sb3JfZGF0ZTEiO3M6MjM6InJnYigwLCAxMDMsIDIxOCwgMC4xMDIpIjtzOjk6ImNvbG9yX2JnMiI7czo3OiIjZjlmOWY5IjtzOjExOiJjb2xvcl9kYXRlMiI7czoyMzoicmdiKDAsIDEwMywgMjE4LCAwLjEwMikiO3M6OToiY29sb3JfYmczIjtzOjc6IiNmOWY5ZjkiO3M6MTE6ImNvbG9yX2RhdGUzIjtzOjIzOiJyZ2IoMCwgMTAzLCAyMTgsIDAuMTAyKSI7czo5OiJjb2xvcl9iZzQiO3M6NzoiI2Y5ZjlmOSI7czoxMToiY29sb3JfZGF0ZTQiO3M6MjM6InJnYigwLCAxMDMsIDIxOCwgMC4xMDIpIjtzOjk6ImNvbG9yX2JnNSI7czo3OiIjZjlmOWY5IjtzOjExOiJjb2xvcl9kYXRlNSI7czoyMzoicmdiKDAsIDEwMywgMjE4LCAwLjEwMikiO3M6OToiY29sb3JfYmc2IjtzOjc6IiNmOWY5ZjkiO3M6MTE6ImNvbG9yX2RhdGU2IjtzOjIzOiJyZ2IoMCwgMTAzLCAyMTgsIDAuMTAyKSI7czo4OiJjb2xvcl9iZyI7czo3OiIjZmZmZmZmIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czoxODoicmdiKDExMSwgMTEyLCAxMTYpIjtzOjk6ImNvbG9yX2J0biI7czo3OiIjNTU1NTU1IjtzOjY6ImltYWdlMSI7aTo4NDE0NzE3MTM7czo2OiJpbWFnZTIiO2k6NDQ2NTM0MjIzO3M6NjoiaW1hZ2UzIjtpOjUzNzE2NjQ4NDtzOjY6ImltYWdlNCI7aTozNDg3NTY4MjA7czo2OiJpbWFnZTUiO2k6MjQzMTgzNTgyO3M6NjoiaW1hZ2U2IjtpOjgxNzI5MTQ0MTtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1612045792, 1612045820), (266, 'cocoon_blog_recent_slider', 434, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045833, 1612045833), (267, 'cocoon_subscribe', 434, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045843, 1612045843), (268, 'cocoon_hero_6', 442, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045885, 1612045885), (269, 'cocoon_course_categories_5', 442, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045901, 1612045901), (270, 'cocoon_course_grid_8', 442, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612045917, 1612045917); INSERT INTO `cocoon_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `requiredbytheme`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`, `timecreated`, `timemodified`) VALUES (271, 'cocoon_parallax_counters', 442, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MjI6e3M6NToidGl0bGUiO3M6NDQ6IkVuaGFuY2UgeW91ciBza2lsbHMgd2l0aCBiZXN0IE9ubGluZSBjb3Vyc2VzIjtzOjg6InN1YnRpdGxlIjtzOjI0OiJTVEFSVElORyBPTkxJTkUgTEVBUk5JTkciO3M6OToiY291bnRlcl8xIjtzOjQ6IjY1MDAiO3M6OToiY291bnRlcl8yIjtzOjU6IjU4MjYzIjtzOjk6ImNvdW50ZXJfMyI7czo2OiI4OTY2NzMiO3M6OToiY291bnRlcl80IjtzOjQ6Ijg1NzAiO3M6MTQ6ImNvdW50ZXJfMV90ZXh0IjtzOjE3OiJTdHVkZW50cyBsZWFybmluZyI7czoxNDoiY291bnRlcl8yX3RleHQiO3M6OToiR3JhZHVhdGVzIjtzOjE0OiJjb3VudGVyXzNfdGV4dCI7czoxMjoiRnJlZSBjb3Vyc2VzIjtzOjE0OiJjb3VudGVyXzRfdGV4dCI7czoxNDoiQWN0aXZlIGNvdXJzZXMiO3M6MTQ6ImNvdW50ZXJfMV9pY29uIjtzOjE4OiJmbGF0aWNvbi1zdHVkZW50LTMiO3M6MTQ6ImNvdW50ZXJfMl9pY29uIjtzOjEyOiJmbGF0aWNvbi1jYXAiO3M6MTQ6ImNvdW50ZXJfM19pY29uIjtzOjE1OiJmbGF0aWNvbi1qaWdzYXciO3M6MTQ6ImNvdW50ZXJfNF9pY29uIjtzOjI0OiJmbGF0aWNvbi1vbmxpbmUtbGVhcm5pbmciO3M6ODoiY29sb3JfYmciO3M6MjE6InJnYmEoMzQsIDIxLCA1NiwgMC44KSI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiI2ZmZmZmZiI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiI2ZmZmZmZiI7czo1OiJpbWFnZSI7aTo1NDQ2Nzg0MTY7czo1OiJzdHlsZSI7czoxOiIwIjtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1612045931, 1612045958), (272, 'cocoon_featured_teacher', 442, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MjM6e3M6NToidGl0bGUiO3M6MTU6IlRlYWNoZXIgb2YgV2VlayI7czo0OiJib2R5IjtzOjM2NToiTG9yZW0gSXBzdW0gaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5cyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLiBJdCBoYXMgc3Vydml2ZWQgbm90IG9ubHkgZml2ZSBjZW50dXJpZXMsIGJ1dCBhbHNvIHRoZSBsZWFwIGludG8gZWxlY3Ryb25pYyB0eXBlc2V0dGluZywgcmVtYWluaW5nIGVzc2VudGlhbGx5IHVuY2hhbmdlZC4iO3M6MTM6ImNvdXJzZXNfdGl0bGUiO3M6MTU6IlRlYWNoZXIgQ291cnNlcyI7czoxMDoiaG92ZXJfdGV4dCI7czoxNDoiUHJldmlldyBDb3Vyc2UiO3M6MTI6ImhvdmVyX2FjY2VudCI7czoxMDoiVG9wIFNlbGxlciI7czoxMjoiY291cnNlX2ltYWdlIjtzOjE6IjEiO3M6MTE6ImRlc2NyaXB0aW9uIjtzOjE6IjAiO3M6NToicHJpY2UiO3M6MToiMSI7czo5OiJlbnJvbF9idG4iO3M6MToiMCI7czoxNDoiZW5yb2xfYnRuX3RleHQiO3M6NzoiQnV5IE5vdyI7czoxMDoiY29sb3JfYmZiZyI7czoxOToicmdiYSg5NCwgOTQsIDk0LCAwKSI7czoxMToiY29sb3JfdGl0bGUiO3M6MjI6InJnYmEoMjU1LDI1NSwyNTUsLjA1MSkiO3M6MTQ6ImNvbG9yX3N1YnRpdGxlIjtzOjQ6IiNmZmYiO3M6MTc6ImNvbG9yX2NvdXJzZV9jYXJkIjtzOjE4OiJyZ2IoMjU1LCAyNTUsIDI1NSkiO3M6MTg6ImNvbG9yX2NvdXJzZV90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE4OiJjb2xvcl9jb3Vyc2VfcHJpY2UiO3M6MTY6InJnYigxOTksIDg1LCA1MSkiO3M6MjI6ImNvbG9yX2NvdXJzZV9lbnJvbF9idG4iO3M6NzoiIzc5YjUzMCI7czo2OiJpbWFnZTEiO2k6OTg5NjUwOTU0O3M6NjoiaW1hZ2UyIjtpOjEzODgyODY0MjtzOjQ6InVzZXIiO3M6MToiNiI7czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1612045975, 1612046010), (273, 'cocoon_users_slider_round', 442, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612046035, 1612046035), (274, 'cocoon_tstmnls_3', 442, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612046058, 1612046058), (275, 'cocoon_partners', 442, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6OTp7czo1OiJ0aXRsZSI7czoyNDoiTmVlZCBUbyBUcmFpbiBZb3VyIFRlYW0/IjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6ODoiY29sb3JfYmciO3M6NDoiI2ZmZiI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiIzBhMGEwYSI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiIzZmNzA3NCI7czo1OiJpbWFnZSI7aTozMjY2MzM3MTE7czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1612046069, 1612046121), (276, 'cocoon_hero_7', 451, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612046154, 1612046154), (277, 'cocoon_features', 451, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6Mzc6e3M6NjoidGl0bGUxIjtzOjIyOiJMZWFybiBGcm9tIFRoZSBFeHBlcnRzIjtzOjU6Imljb24xIjtzOjE2OiJmbGF0aWNvbi1zdHVkZW50IjtzOjY6InRpdGxlMiI7czoyMDoiQm9vayBMaWJyYXJ5ICYgU3RvcmUiO3M6NToiaWNvbjIiO3M6MTM6ImZsYXRpY29uLWJvb2siO3M6NjoidGl0bGUzIjtzOjE5OiJXb3JsZHdpZGUgUmVjb2duaXplIjtzOjU6Imljb24zIjtzOjE1OiJmbGF0aWNvbi1nbG9iYWwiO3M6NjoidGl0bGU0IjtzOjIxOiJCZXN0IEluZHVzdHJ5IExlYWRlcnMiO3M6NToiaWNvbjQiO3M6MTQ6ImZsYXRpY29uLWZpcnN0IjtzOjU6Iml0ZW1zIjtzOjE6IjQiO3M6NToidGl0bGUiO3M6MjE6Ikdyb3csIExlYXJuICYgQ29ucXVlciI7czo4OiJzdWJ0aXRsZSI7czo1NjoiQ3VtIGRvY3R1cyBjaXZpYnVzIGVmZmljaWFudHVyIGluIGltcGVyZGlldCBkZXRlcnJ1aXNzZXQiO3M6NToic3R5bGUiO3M6MToiMSI7czo4OiJjb2xvcl9iZyI7czoxODoicmdiKDI0OSwgMjUwLCAyNTIpIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czo3OiIjNmY3MDc0IjtzOjE2OiJjb2xvcl9pdGVtX3RpdGxlIjtzOjc6IiMwYTBhMGEiO3M6MTU6ImNvbG9yX2l0ZW1faWNvbiI7czo3OiIjMTkyNjc1IjtzOjIxOiJjb2xvcl9pdGVtX2ljb25faG92ZXIiO3M6NzoiI2ZmMTA1MyI7czo2OiJ0aXRsZTUiO3M6MTc6IkRvdmUgS2luZGVyZ2FydGVuIjtzOjU6Imljb241IjtzOjE2OiJmbGF0aWNvbi1zdHVkZW50IjtzOjY6InRpdGxlNiI7czoxNzoiRG92ZSBLaW5kZXJnYXJ0ZW4iO3M6NToiaWNvbjYiO3M6MTY6ImZsYXRpY29uLXN0dWRlbnQiO3M6NjoidGl0bGU3IjtzOjE3OiJEb3ZlIEtpbmRlcmdhcnRlbiI7czo1OiJpY29uNyI7czoxNjoiZmxhdGljb24tc3R1ZGVudCI7czo2OiJ0aXRsZTgiO3M6MTc6IkRvdmUgS2luZGVyZ2FydGVuIjtzOjU6Imljb244IjtzOjE2OiJmbGF0aWNvbi1zdHVkZW50IjtzOjY6InRpdGxlOSI7czoxNzoiRG92ZSBLaW5kZXJnYXJ0ZW4iO3M6NToiaWNvbjkiO3M6MTY6ImZsYXRpY29uLXN0dWRlbnQiO3M6NzoidGl0bGUxMCI7czoxNzoiRG92ZSBLaW5kZXJnYXJ0ZW4iO3M6NjoiaWNvbjEwIjtzOjE2OiJmbGF0aWNvbi1zdHVkZW50IjtzOjc6InRpdGxlMTEiO3M6MTc6IkRvdmUgS2luZGVyZ2FydGVuIjtzOjY6Imljb24xMSI7czoxNjoiZmxhdGljb24tc3R1ZGVudCI7czo3OiJ0aXRsZTEyIjtzOjE3OiJEb3ZlIEtpbmRlcmdhcnRlbiI7czo2OiJpY29uMTIiO3M6MTY6ImZsYXRpY29uLXN0dWRlbnQiO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1612046166, 1612046198), (278, 'cocoon_course_categories', 451, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTc6e3M6NToidGl0bGUiO3M6Mjk6IlZpYSBTY2hvb2wgQ2F0ZWdvcmllcyBDb3Vyc2VzIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6MTE6ImJ1dHRvbl90ZXh0IjtzOjE2OiJWaWV3IEFsbCBDb3Vyc2VzIjtzOjQ6ImJvZHkiO3M6MToiMCI7czo1OiJpdGVtcyI7czoxOiI4IjtzOjg6ImNvbG9yX2JnIjtzOjE2OiJyZ2IoMjU1LDI1NSwyNTUpIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czo3OiIjNmY3MDc0IjtzOjEzOiJjb2xvcl9vdmVybGF5IjtzOjE3OiJyZ2JhKDEwLDEwLDEwLC41KSI7czoxMToiY29sb3JfaG92ZXIiO3M6NzoiIzI0NDFlNyI7czo5OiJjb2xvcl9idG4iO3M6NzoiIzI0NDFlNyI7czoxMjoiYnV0dG9uX2JkcnJkIjtzOjI6IjUwIjtzOjEwOiJjYXRlZ29yaWVzIjthOjA6e31zOjU6InN0eWxlIjtzOjE6IjAiO3M6MTQ6ImNjbl9tYXJnaW5fdG9wIjtzOjE6IjAiO3M6MTc6ImNjbl9tYXJnaW5fYm90dG9tIjtzOjE6IjAiO3M6MTM6ImNjbl9jc3NfY2xhc3MiO3M6MDoiIjt9', 1612046212, 1612046331), (279, 'cocoon_course_grid_6', 451, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612046226, 1612046226), (280, 'cocoon_tstmnls_4', 451, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, '', 1612046240, 1612046240), (281, 'cocoon_blog_recent_slider', 451, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6ODp7czo1OiJ0aXRsZSI7czo0OiJCbG9nIjtzOjg6InN1YnRpdGxlIjtzOjU3OiJDdW0gZG9jdHVzIGNpdmlidXMgZWZmaWNpYW50dXIgaW4gaW1wZXJkaWV0IGRldGVycnVpc3NldC4iO3M6ODoiY29sb3JfYmciO3M6MTg6InJnYigyNDksIDI0OSwgMjQ5KSI7czoxMToiY29sb3JfdGl0bGUiO3M6NzoiIzBhMGEwYSI7czoxNDoiY29sb3Jfc3VidGl0bGUiO3M6NzoiIzZmNzA3NCI7czoxNDoiY2NuX21hcmdpbl90b3AiO3M6MToiMCI7czoxNzoiY2NuX21hcmdpbl9ib3R0b20iO3M6MToiMCI7czoxMzoiY2NuX2Nzc19jbGFzcyI7czowOiIiO30=', 1612046251, 1612046298), (282, 'cocoon_subscribe', 451, 0, 0, 'mod-page-*', NULL, 'fullwidth-top', 0, 'Tzo4OiJzdGRDbGFzcyI6MTI6e3M6NToidGl0bGUiO3M6MTQ6IkdldCBOZXdzbGV0dGVyIjtzOjg6InN1YnRpdGxlIjtzOjg4OiJZb3VyIGRvd25sb2FkIHNob3VsZCBzdGFydCBhdXRvbWF0aWNhbGx5LCBpZiBub3QgQ2xpY2sgaGVyZS4gRG8geW91IHdhbnQgb3VyIG5ld3NsZXR0ZXI/IjtzOjExOiJidXR0b25fdGV4dCI7czoxMDoiR2V0IGl0IE5vdyI7czo4OiJjb2xvcl9iZyI7czoxODoicmdiKDI1NSwgMjU1LCAyNTUpIjtzOjExOiJjb2xvcl90aXRsZSI7czo3OiIjMGEwYTBhIjtzOjE0OiJjb2xvcl9zdWJ0aXRsZSI7czo3OiIjNmY3MDc0IjtzOjk6ImNvbG9yX2J0biI7czo3OiIjMjQ0MWU3IjtzOjE1OiJjb2xvcl9idG5faG92ZXIiO3M6NzoiIzI0NDFlNyI7czoxMDoiYm94X3NoYWRvdyI7czoxOiIxIjtzOjE0OiJjY25fbWFyZ2luX3RvcCI7czoxOiIwIjtzOjE3OiJjY25fbWFyZ2luX2JvdHRvbSI7czoxOiIwIjtzOjEzOiJjY25fY3NzX2NsYXNzIjtzOjA6IiI7fQ==', 1612046263, 1612046279), (283, 'calendar_month', 271, 0, 0, 'my-index', '7', 'content', 0, NULL, 1653438589, 1653438589), (284, 'calendar_month', 5, 0, 0, 'my-index', '8', 'content', 0, NULL, 1653438589, 1653438589), (285, 'calendar_month', 222, 0, 0, 'my-index', '10', 'content', 0, NULL, 1653438589, 1653438589), (286, 'myoverview', 1, 0, 0, 'my-index', '12', 'content', 0, '', 1653438593, 1653438593), (287, 'recentlyaccesseditems', 271, 0, 0, 'my-index', '7', 'side-post', 0, NULL, 1653438595, 1653438595), (288, 'recentlyaccesseditems', 5, 0, 0, 'my-index', '8', 'side-post', 0, NULL, 1653438595, 1653438595), (289, 'recentlyaccesseditems', 222, 0, 0, 'my-index', '10', 'side-post', 0, NULL, 1653438595, 1653438595); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block_positions` -- CREATE TABLE `cocoon_block_positions` ( `id` bigint NOT NULL, `blockinstanceid` bigint NOT NULL, `contextid` bigint NOT NULL, `pagetype` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `subpage` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `visible` smallint NOT NULL, `region` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `weight` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the position of a sticky block_instance on a another '; -- -- Volcado de datos para la tabla `cocoon_block_positions` -- INSERT INTO `cocoon_block_positions` (`id`, `blockinstanceid`, `contextid`, `pagetype`, `subpage`, `visible`, `region`, `weight`) VALUES (7, 58, 80, 'mod-page-view', '', 1, 'above-content', 0), (8, 59, 80, 'mod-page-view', '', 1, 'fullwidth-top', 0), (9, 60, 83, 'mod-page-view', '', 1, 'fullwidth-top', 0), (10, 61, 85, 'mod-page-view', '', 1, 'fullwidth-top', 0), (11, 62, 85, 'mod-page-view', '', 1, 'fullwidth-top', 3), (12, 63, 85, 'mod-page-view', '', 1, 'fullwidth-top', 1), (13, 64, 2, 'site-index', '', 1, 'fullwidth-top', -8), (14, 65, 2, 'site-index', '', 1, 'fullwidth-top', -3), (16, 67, 2, 'site-index', '', 1, 'fullwidth-top', -9), (17, 69, 2, 'site-index', '', 1, 'fullwidth-top', -5), (18, 70, 95, 'mod-page-view', '', 1, 'fullwidth-top', 0), (19, 71, 97, 'mod-page-view', '', 1, 'fullwidth-top', 0), (21, 73, 100, 'mod-page-view', '', 1, 'fullwidth-top', -5), (22, 74, 100, 'mod-page-view', '', 1, 'fullwidth-top', 1), (23, 75, 100, 'mod-page-view', '', 1, 'fullwidth-top', 0), (24, 76, 34, 'mod-page-view', '', 1, 'fullwidth-top', 5), (25, 77, 34, 'mod-page-view', '', 1, 'fullwidth-top', 1), (27, 79, 34, 'mod-page-view', '', 1, 'fullwidth-top', 0), (28, 80, 2, 'site-index', '', 1, 'fullwidth-top', -7), (29, 81, 109, 'mod-page-view', '', 1, 'fullwidth-top', -6), (30, 82, 109, 'mod-page-view', '', 1, 'fullwidth-top', -6), (31, 83, 109, 'mod-page-view', '', 1, 'fullwidth-top', -2), (32, 84, 109, 'mod-page-view', '', 1, 'fullwidth-top', 0), (33, 85, 95, 'mod-page-view', '', 1, 'fullwidth-top', -3), (34, 86, 95, 'mod-page-view', '', 1, 'fullwidth-top', -1), (35, 87, 116, 'mod-page-view', '', 1, 'fullwidth-top', -11), (36, 88, 116, 'mod-page-view', '', 1, 'fullwidth-top', -10), (37, 89, 116, 'mod-page-view', '', 1, 'fullwidth-top', -10), (38, 90, 116, 'mod-page-view', '', 1, 'fullwidth-top', -7), (40, 92, 116, 'mod-page-view', '', 1, 'fullwidth-top', -2), (41, 93, 100, 'mod-page-view', '', 1, 'fullwidth-top', -7), (43, 95, 2, 'site-index', '', 1, 'fullwidth-top', -6), (44, 96, 2, 'site-index', '', 1, 'fullwidth-top', -10), (45, 97, 34, 'mod-page-view', '', 1, 'fullwidth-top', -1), (46, 98, 128, 'mod-page-view', '', 1, 'fullwidth-top', -9), (48, 100, 34, 'mod-page-view', '', 1, 'fullwidth-top', 2), (49, 101, 34, 'mod-page-view', '', 1, 'fullwidth-top', 3), (54, 102, 34, 'mod-page-view', '', 1, 'fullwidth-top', 4), (55, 107, 2, 'site-index', '', 1, 'side-pre', 0), (56, 108, 2, 'site-index', '', 1, 'side-pre', 0), (57, 109, 2, 'site-index', '', 1, 'side-pre', 1), (58, 110, 2, 'site-index', '', 1, 'side-pre', 2), (59, 115, 135, 'course-index-category', '', 1, 'fullwidth-top', 3), (62, 122, 231, 'mod-page-view', '', 1, 'fullwidth-top', 0), (63, 123, 85, 'mod-page-view', '', 1, 'fullwidth-top', 2), (64, 124, 85, 'mod-page-view', '', 1, 'fullwidth-top', -3), (65, 125, 85, 'mod-page-view', '', 1, 'fullwidth-top', -1), (66, 126, 85, 'mod-page-view', '', 0, 'user-notif', -10), (67, 127, 85, 'mod-page-view', '', 1, 'fullwidth-top', -2), (68, 128, 109, 'mod-page-view', '', 1, 'fullwidth-top', -6), (69, 129, 100, 'mod-page-view', '', 1, 'fullwidth-top', -7), (70, 130, 97, 'mod-page-view', '', 1, 'fullwidth-top', 1), (71, 131, 97, 'mod-page-view', '', 1, 'fullwidth-top', -3), (72, 133, 97, 'mod-page-view', '', 1, 'fullwidth-top', -4), (73, 72, 97, 'mod-page-view', '', 1, 'fullwidth-top', -1), (74, 134, 109, 'mod-page-view', '', 1, 'fullwidth-top', -4), (75, 135, 109, 'mod-page-view', '', 1, 'fullwidth-top', -3), (76, 136, 95, 'mod-page-view', '', 1, 'fullwidth-top', 2), (77, 137, 109, 'mod-page-view', '', 1, 'fullwidth-top', -7), (78, 138, 2, 'site-index', '', 1, 'fullwidth-top', 0), (79, 139, 116, 'mod-page-view', '', 1, 'fullwidth-top', -10), (82, 141, 5, 'blog-index', '', 0, 'fullwidth-top', 2), (84, 142, 252, 'mod-page-view', '', 1, 'above-content', 0), (85, 146, 252, 'mod-page-view', '', 1, 'above-content', 2), (86, 144, 252, 'mod-page-view', '', 1, 'left', 0), (87, 145, 252, 'mod-page-view', '', 1, 'left', 1), (88, 147, 2, 'site-index', '', 1, 'side-pre', 0), (90, 159, 109, 'mod-page-view', '', 1, 'fullwidth-top', -5), (91, 160, 95, 'mod-page-view', '', 1, 'fullwidth-top', -2), (92, 161, 95, 'mod-page-view', '', 1, 'fullwidth-top', 1), (93, 162, 95, 'mod-page-view', '', 1, 'fullwidth-top', 3), (94, 163, 116, 'mod-page-view', '', 1, 'fullwidth-top', -9), (95, 165, 116, 'mod-page-view', '', 1, 'fullwidth-top', 0), (96, 167, 128, 'mod-page-view', '', 1, 'fullwidth-top', -3), (97, 168, 128, 'mod-page-view', '', 1, 'fullwidth-top', -2), (98, 169, 128, 'mod-page-view', '', 1, 'fullwidth-top', -5), (99, 170, 128, 'mod-page-view', '', 1, 'fullwidth-top', -8), (100, 171, 128, 'mod-page-view', '', 1, 'fullwidth-top', -10), (102, 172, 128, 'mod-page-view', '', 1, 'fullwidth-top', -4), (103, 173, 97, 'mod-page-view', '', 1, 'fullwidth-top', -2), (104, 174, 97, 'mod-page-view', '', 1, 'fullwidth-top', 2), (105, 175, 100, 'mod-page-view', '', 1, 'fullwidth-top', -10), (106, 177, 100, 'mod-page-view', '', 1, 'fullwidth-top', -8), (107, 178, 100, 'mod-page-view', '', 1, 'fullwidth-top', -1), (108, 183, 299, 'mod-page-view', '', 1, 'above-content', 0), (109, 184, 299, 'mod-page-view', '', 1, 'above-content', 0), (110, 185, 299, 'mod-page-view', '', 1, 'above-content', 0), (111, 186, 299, 'mod-page-view', '', 1, 'above-content', 0), (112, 191, 305, 'mod-page-view', '', 1, 'below-content', 3), (113, 192, 305, 'mod-page-view', '', 1, 'above-content', 3), (114, 193, 305, 'mod-page-view', '', 1, 'below-content', 2), (115, 196, 2, 'site-index', '', 1, 'fullwidth-top', -4), (116, 107, 153, 'course-view-topics', '', 0, 'above-content', -1), (117, 108, 153, 'course-view-topics', '', 1, 'above-content', 1), (118, 197, 153, 'course-view-topics', '', 1, 'above-content', 0), (119, 107, 152, 'course-view-topics', '', 0, 'above-content', -1), (120, 198, 152, 'course-view-topics', '', 1, 'above-content', 0), (121, 108, 152, 'course-view-topics', '', 1, 'above-content', -1), (122, 199, 116, 'mod-page-view', '', 1, 'fullwidth-top', -5), (123, 200, 100, 'mod-page-view', '', 1, 'fullwidth-top', -2), (124, 201, 85, 'mod-page-view', '', 1, 'fullwidth-top', 4), (125, 104, 139, 'course-index-category', '', 1, 'side-pre', 3), (126, 209, 371, 'mod-page-view', '', 1, 'fullwidth-top', 1), (127, 210, 371, 'mod-page-view', '', 1, 'fullwidth-top', 2), (128, 211, 371, 'mod-page-view', '', 1, 'fullwidth-top', 3), (129, 212, 371, 'mod-page-view', '', 1, 'fullwidth-top', 4), (130, 219, 381, 'mod-page-view', '', 1, 'fullwidth-top', 1), (131, 220, 381, 'mod-page-view', '', 1, 'fullwidth-top', 2), (132, 221, 381, 'mod-page-view', '', 1, 'fullwidth-top', 3), (133, 222, 381, 'mod-page-view', '', 1, 'fullwidth-top', 4), (134, 230, 392, 'mod-page-view', '', 1, 'fullwidth-top', 0), (135, 232, 392, 'mod-page-view', '', 1, 'fullwidth-top', 2); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block_recentlyaccesseditems` -- CREATE TABLE `cocoon_block_recentlyaccesseditems` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, `userid` bigint NOT NULL, `timeaccess` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Most recently accessed items accessed by a user'; -- -- Volcado de datos para la tabla `cocoon_block_recentlyaccesseditems` -- INSERT INTO `cocoon_block_recentlyaccesseditems` (`id`, `courseid`, `cmid`, `userid`, `timeaccess`) VALUES (35, 1, 86, 8, 1577830006), (37, 1, 87, 8, 1577830028), (38, 1, 16, 8, 1577632200), (61, 1, 87, 5, 1578014299), (87, 1, 90, 2, 1601489465), (88, 1, 91, 2, 1601489233), (89, 1, 92, 2, 1601489218), (90, 1, 87, 2, 1601490223), (91, 1, 93, 2, 1612045682), (92, 1, 94, 2, 1612045843), (93, 1, 95, 2, 1612046121), (94, 1, 96, 2, 1612046332), (95, 11, 30, 2, 1653438128); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block_recent_activity` -- CREATE TABLE `cocoon_block_recent_activity` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `cmid` bigint NOT NULL, `timecreated` bigint NOT NULL, `userid` bigint NOT NULL, `action` tinyint(1) NOT NULL, `modname` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Recent activity block'; -- -- Volcado de datos para la tabla `cocoon_block_recent_activity` -- INSERT INTO `cocoon_block_recent_activity` (`id`, `courseid`, `cmid`, `timecreated`, `userid`, `action`, `modname`) VALUES (67, 1, 93, 1612045485, 2, 0, NULL), (68, 1, 94, 1612045715, 2, 0, NULL), (69, 1, 95, 1612045873, 2, 0, NULL), (70, 1, 96, 1612046146, 2, 0, NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_block_rss_client` -- CREATE TABLE `cocoon_block_rss_client` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `title` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `preferredtitle` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `shared` tinyint NOT NULL DEFAULT '0', `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `skiptime` bigint NOT NULL DEFAULT '0', `skipuntil` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Remote news feed information. Contains the news feed id, the'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_blog_association` -- CREATE TABLE `cocoon_blog_association` ( `id` bigint NOT NULL, `contextid` bigint NOT NULL, `blogid` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Associations of blog entries with courses and module instanc'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_blog_external` -- CREATE TABLE `cocoon_blog_external` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `url` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `filtertags` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `failedlastsync` tinyint(1) NOT NULL DEFAULT '0', `timemodified` bigint DEFAULT NULL, `timefetched` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='External blog links used for RSS copying of blog entries to '; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_book` -- CREATE TABLE `cocoon_book` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `numbering` smallint NOT NULL DEFAULT '0', `navstyle` smallint NOT NULL DEFAULT '1', `customtitles` tinyint NOT NULL DEFAULT '0', `revision` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines book'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_book_chapters` -- CREATE TABLE `cocoon_book_chapters` ( `id` bigint NOT NULL, `bookid` bigint NOT NULL DEFAULT '0', `pagenum` bigint NOT NULL DEFAULT '0', `subchapter` bigint NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `contentformat` smallint NOT NULL DEFAULT '0', `hidden` tinyint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `importsrc` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines book_chapters'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_cache_filters` -- CREATE TABLE `cocoon_cache_filters` ( `id` bigint NOT NULL, `filter` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `version` bigint NOT NULL DEFAULT '0', `md5key` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `rawtext` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='For keeping information about cached data'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_cache_flags` -- CREATE TABLE `cocoon_cache_flags` ( `id` bigint NOT NULL, `flagtype` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `expiry` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Cache of time-sensitive flags'; -- -- Volcado de datos para la tabla `cocoon_cache_flags` -- INSERT INTO `cocoon_cache_flags` (`id`, `flagtype`, `name`, `timemodified`, `value`, `expiry`) VALUES (1, 'userpreferenceschanged', '2', 1737053688, '1', 1737060888), (2, 'accesslib/dirtycontexts', '/1', 1653438564, '1', 1653445764), (3, 'userpreferenceschanged', '9', 1736967905, '1', 1736975105); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_capabilities` -- CREATE TABLE `cocoon_capabilities` ( `id` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `captype` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextlevel` bigint NOT NULL DEFAULT '0', `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `riskbitmask` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='this defines all capabilities'; -- -- Volcado de datos para la tabla `cocoon_capabilities` -- INSERT INTO `cocoon_capabilities` (`id`, `name`, `captype`, `contextlevel`, `component`, `riskbitmask`) VALUES (1, 'moodle/site:config', 'write', 10, 'moodle', 62), (2, 'moodle/site:configview', 'read', 10, 'moodle', 0), (3, 'moodle/site:readallmessages', 'read', 10, 'moodle', 8), (4, 'moodle/site:manageallmessaging', 'write', 10, 'moodle', 8), (5, 'moodle/site:deleteanymessage', 'write', 10, 'moodle', 32), (6, 'moodle/site:sendmessage', 'write', 10, 'moodle', 16), (7, 'moodle/site:deleteownmessage', 'write', 10, 'moodle', 0), (8, 'moodle/site:approvecourse', 'write', 40, 'moodle', 4), (9, 'moodle/backup:backupcourse', 'write', 50, 'moodle', 28), (10, 'moodle/backup:backupsection', 'write', 50, 'moodle', 28), (11, 'moodle/backup:backupactivity', 'write', 70, 'moodle', 28), (12, 'moodle/backup:backuptargetimport', 'read', 50, 'moodle', 28), (13, 'moodle/backup:downloadfile', 'write', 50, 'moodle', 28), (14, 'moodle/backup:configure', 'write', 50, 'moodle', 28), (15, 'moodle/backup:userinfo', 'read', 50, 'moodle', 8), (16, 'moodle/backup:anonymise', 'read', 50, 'moodle', 8), (17, 'moodle/restore:restorecourse', 'write', 50, 'moodle', 28), (18, 'moodle/restore:restoresection', 'write', 50, 'moodle', 28), (19, 'moodle/restore:restoreactivity', 'write', 50, 'moodle', 28), (20, 'moodle/restore:viewautomatedfilearea', 'write', 50, 'moodle', 28), (21, 'moodle/restore:restoretargetimport', 'write', 50, 'moodle', 28), (22, 'moodle/restore:uploadfile', 'write', 50, 'moodle', 28), (23, 'moodle/restore:configure', 'write', 50, 'moodle', 28), (24, 'moodle/restore:rolldates', 'write', 50, 'moodle', 0), (25, 'moodle/restore:userinfo', 'write', 50, 'moodle', 30), (26, 'moodle/restore:createuser', 'write', 10, 'moodle', 24), (27, 'moodle/site:manageblocks', 'write', 80, 'moodle', 20), (28, 'moodle/site:accessallgroups', 'read', 70, 'moodle', 0), (29, 'moodle/site:viewfullnames', 'read', 70, 'moodle', 0), (30, 'moodle/site:viewuseridentity', 'read', 70, 'moodle', 0), (31, 'moodle/site:viewreports', 'read', 50, 'moodle', 8), (32, 'moodle/site:trustcontent', 'write', 70, 'moodle', 4), (33, 'moodle/site:uploadusers', 'write', 10, 'moodle', 24), (34, 'moodle/filter:manage', 'write', 50, 'moodle', 0), (35, 'moodle/user:create', 'write', 10, 'moodle', 24), (36, 'moodle/user:delete', 'write', 10, 'moodle', 40), (37, 'moodle/user:update', 'write', 10, 'moodle', 24), (38, 'moodle/user:viewdetails', 'read', 50, 'moodle', 0), (39, 'moodle/user:viewalldetails', 'read', 30, 'moodle', 8), (40, 'moodle/user:viewlastip', 'read', 30, 'moodle', 8), (41, 'moodle/user:viewhiddendetails', 'read', 50, 'moodle', 8), (42, 'moodle/user:loginas', 'write', 50, 'moodle', 30), (43, 'moodle/user:managesyspages', 'write', 10, 'moodle', 0), (44, 'moodle/user:manageblocks', 'write', 30, 'moodle', 0), (45, 'moodle/user:manageownblocks', 'write', 10, 'moodle', 0), (46, 'moodle/user:manageownfiles', 'write', 10, 'moodle', 0), (47, 'moodle/user:ignoreuserquota', 'write', 10, 'moodle', 0), (48, 'moodle/my:configsyspages', 'write', 10, 'moodle', 0), (49, 'moodle/role:assign', 'write', 50, 'moodle', 28), (50, 'moodle/role:review', 'read', 50, 'moodle', 8), (51, 'moodle/role:override', 'write', 50, 'moodle', 28), (52, 'moodle/role:safeoverride', 'write', 50, 'moodle', 16), (53, 'moodle/role:manage', 'write', 10, 'moodle', 28), (54, 'moodle/role:switchroles', 'read', 50, 'moodle', 12), (55, 'moodle/category:manage', 'write', 40, 'moodle', 4), (56, 'moodle/category:viewcourselist', 'read', 40, 'moodle', 0), (57, 'moodle/category:viewhiddencategories', 'read', 40, 'moodle', 0), (58, 'moodle/cohort:manage', 'write', 40, 'moodle', 0), (59, 'moodle/cohort:assign', 'write', 40, 'moodle', 0), (60, 'moodle/cohort:view', 'read', 50, 'moodle', 0), (61, 'moodle/course:create', 'write', 40, 'moodle', 4), (62, 'moodle/course:creategroupconversations', 'write', 50, 'moodle', 4), (63, 'moodle/course:request', 'write', 40, 'moodle', 0), (64, 'moodle/course:delete', 'write', 50, 'moodle', 32), (65, 'moodle/course:update', 'write', 50, 'moodle', 4), (66, 'moodle/course:view', 'read', 50, 'moodle', 0), (67, 'moodle/course:enrolreview', 'read', 50, 'moodle', 8), (68, 'moodle/course:enrolconfig', 'write', 50, 'moodle', 8), (69, 'moodle/course:reviewotherusers', 'read', 50, 'moodle', 0), (70, 'moodle/course:bulkmessaging', 'write', 50, 'moodle', 16), (71, 'moodle/course:viewhiddenuserfields', 'read', 50, 'moodle', 8), (72, 'moodle/course:viewhiddencourses', 'read', 50, 'moodle', 0), (73, 'moodle/course:visibility', 'write', 50, 'moodle', 0), (74, 'moodle/course:managefiles', 'write', 50, 'moodle', 4), (75, 'moodle/course:ignoreavailabilityrestrictions', 'read', 70, 'moodle', 0), (76, 'moodle/course:ignorefilesizelimits', 'write', 50, 'moodle', 0), (77, 'moodle/course:manageactivities', 'write', 70, 'moodle', 4), (78, 'moodle/course:activityvisibility', 'write', 70, 'moodle', 0), (79, 'moodle/course:viewhiddenactivities', 'read', 70, 'moodle', 0), (80, 'moodle/course:viewparticipants', 'read', 50, 'moodle', 0), (81, 'moodle/course:changefullname', 'write', 50, 'moodle', 4), (82, 'moodle/course:changeshortname', 'write', 50, 'moodle', 4), (83, 'moodle/course:changelockedcustomfields', 'write', 50, 'moodle', 16), (84, 'moodle/course:configurecustomfields', 'write', 10, 'moodle', 16), (85, 'moodle/course:renameroles', 'write', 50, 'moodle', 0), (86, 'moodle/course:changeidnumber', 'write', 50, 'moodle', 4), (87, 'moodle/course:changecategory', 'write', 50, 'moodle', 4), (88, 'moodle/course:changesummary', 'write', 50, 'moodle', 4), (89, 'moodle/course:setforcedlanguage', 'write', 50, 'moodle', 0), (90, 'moodle/site:viewparticipants', 'read', 10, 'moodle', 0), (91, 'moodle/course:isincompletionreports', 'read', 50, 'moodle', 0), (92, 'moodle/course:viewscales', 'read', 50, 'moodle', 0), (93, 'moodle/course:managescales', 'write', 50, 'moodle', 0), (94, 'moodle/course:managegroups', 'write', 50, 'moodle', 4), (95, 'moodle/course:reset', 'write', 50, 'moodle', 32), (96, 'moodle/course:viewsuspendedusers', 'read', 50, 'moodle', 0), (97, 'moodle/course:tag', 'write', 50, 'moodle', 16), (98, 'moodle/blog:view', 'read', 10, 'moodle', 0), (99, 'moodle/blog:search', 'read', 10, 'moodle', 0), (100, 'moodle/blog:viewdrafts', 'read', 10, 'moodle', 8), (101, 'moodle/blog:create', 'write', 10, 'moodle', 16), (102, 'moodle/blog:manageentries', 'write', 10, 'moodle', 16), (103, 'moodle/blog:manageexternal', 'write', 10, 'moodle', 16), (104, 'moodle/calendar:manageownentries', 'write', 50, 'moodle', 16), (105, 'moodle/calendar:managegroupentries', 'write', 50, 'moodle', 16), (106, 'moodle/calendar:manageentries', 'write', 50, 'moodle', 16), (107, 'moodle/user:editprofile', 'write', 30, 'moodle', 24), (108, 'moodle/user:editownprofile', 'write', 10, 'moodle', 16), (109, 'moodle/user:changeownpassword', 'write', 10, 'moodle', 0), (110, 'moodle/user:readuserposts', 'read', 30, 'moodle', 0), (111, 'moodle/user:readuserblogs', 'read', 30, 'moodle', 0), (112, 'moodle/user:viewuseractivitiesreport', 'read', 30, 'moodle', 8), (113, 'moodle/user:editmessageprofile', 'write', 30, 'moodle', 16), (114, 'moodle/user:editownmessageprofile', 'write', 10, 'moodle', 0), (115, 'moodle/question:managecategory', 'write', 50, 'moodle', 20), (116, 'moodle/question:add', 'write', 50, 'moodle', 20), (117, 'moodle/question:editmine', 'write', 50, 'moodle', 20), (118, 'moodle/question:editall', 'write', 50, 'moodle', 20), (119, 'moodle/question:viewmine', 'read', 50, 'moodle', 0), (120, 'moodle/question:viewall', 'read', 50, 'moodle', 0), (121, 'moodle/question:usemine', 'read', 50, 'moodle', 0), (122, 'moodle/question:useall', 'read', 50, 'moodle', 0), (123, 'moodle/question:movemine', 'write', 50, 'moodle', 0), (124, 'moodle/question:moveall', 'write', 50, 'moodle', 0), (125, 'moodle/question:config', 'write', 10, 'moodle', 2), (126, 'moodle/question:flag', 'write', 50, 'moodle', 0), (127, 'moodle/question:tagmine', 'write', 50, 'moodle', 0), (128, 'moodle/question:tagall', 'write', 50, 'moodle', 0), (129, 'moodle/site:doclinks', 'read', 10, 'moodle', 0), (130, 'moodle/course:sectionvisibility', 'write', 50, 'moodle', 0), (131, 'moodle/course:useremail', 'write', 50, 'moodle', 0), (132, 'moodle/course:viewhiddensections', 'read', 50, 'moodle', 0), (133, 'moodle/course:setcurrentsection', 'write', 50, 'moodle', 0), (134, 'moodle/course:movesections', 'write', 50, 'moodle', 0), (135, 'moodle/site:mnetlogintoremote', 'read', 10, 'moodle', 0), (136, 'moodle/grade:viewall', 'read', 50, 'moodle', 8), (137, 'moodle/grade:view', 'read', 50, 'moodle', 0), (138, 'moodle/grade:viewhidden', 'read', 50, 'moodle', 8), (139, 'moodle/grade:import', 'write', 50, 'moodle', 12), (140, 'moodle/grade:export', 'read', 50, 'moodle', 8), (141, 'moodle/grade:manage', 'write', 50, 'moodle', 12), (142, 'moodle/grade:edit', 'write', 50, 'moodle', 12), (143, 'moodle/grade:managegradingforms', 'write', 50, 'moodle', 12), (144, 'moodle/grade:sharegradingforms', 'write', 10, 'moodle', 4), (145, 'moodle/grade:managesharedforms', 'write', 10, 'moodle', 4), (146, 'moodle/grade:manageoutcomes', 'write', 50, 'moodle', 0), (147, 'moodle/grade:manageletters', 'write', 50, 'moodle', 0), (148, 'moodle/grade:hide', 'write', 50, 'moodle', 0), (149, 'moodle/grade:lock', 'write', 50, 'moodle', 0), (150, 'moodle/grade:unlock', 'write', 50, 'moodle', 0), (151, 'moodle/my:manageblocks', 'write', 10, 'moodle', 0), (152, 'moodle/notes:view', 'read', 50, 'moodle', 0), (153, 'moodle/notes:manage', 'write', 50, 'moodle', 16), (154, 'moodle/tag:manage', 'write', 10, 'moodle', 16), (155, 'moodle/tag:edit', 'write', 10, 'moodle', 16), (156, 'moodle/tag:flag', 'write', 10, 'moodle', 16), (157, 'moodle/tag:editblocks', 'write', 10, 'moodle', 0), (158, 'moodle/block:view', 'read', 80, 'moodle', 0), (159, 'moodle/block:edit', 'write', 80, 'moodle', 20), (160, 'moodle/portfolio:export', 'read', 10, 'moodle', 0), (161, 'moodle/comment:view', 'read', 50, 'moodle', 0), (162, 'moodle/comment:post', 'write', 50, 'moodle', 24), (163, 'moodle/comment:delete', 'write', 50, 'moodle', 32), (164, 'moodle/webservice:createtoken', 'write', 10, 'moodle', 62), (165, 'moodle/webservice:managealltokens', 'write', 10, 'moodle', 42), (166, 'moodle/webservice:createmobiletoken', 'write', 10, 'moodle', 24), (167, 'moodle/rating:view', 'read', 50, 'moodle', 0), (168, 'moodle/rating:viewany', 'read', 50, 'moodle', 8), (169, 'moodle/rating:viewall', 'read', 50, 'moodle', 8), (170, 'moodle/rating:rate', 'write', 50, 'moodle', 0), (171, 'moodle/course:markcomplete', 'write', 50, 'moodle', 0), (172, 'moodle/course:overridecompletion', 'write', 50, 'moodle', 0), (175, 'moodle/badges:manageglobalsettings', 'write', 10, 'moodle', 34), (176, 'moodle/badges:viewbadges', 'read', 50, 'moodle', 0), (177, 'moodle/badges:manageownbadges', 'write', 30, 'moodle', 0), (178, 'moodle/badges:viewotherbadges', 'read', 30, 'moodle', 0), (179, 'moodle/badges:earnbadge', 'write', 50, 'moodle', 0), (180, 'moodle/badges:createbadge', 'write', 50, 'moodle', 16), (181, 'moodle/badges:deletebadge', 'write', 50, 'moodle', 32), (182, 'moodle/badges:configuredetails', 'write', 50, 'moodle', 16), (183, 'moodle/badges:configurecriteria', 'write', 50, 'moodle', 4), (184, 'moodle/badges:configuremessages', 'write', 50, 'moodle', 16), (185, 'moodle/badges:awardbadge', 'write', 50, 'moodle', 16), (186, 'moodle/badges:revokebadge', 'write', 50, 'moodle', 16), (187, 'moodle/badges:viewawarded', 'read', 50, 'moodle', 8), (188, 'moodle/site:forcelanguage', 'read', 10, 'moodle', 0), (189, 'moodle/search:query', 'read', 10, 'moodle', 0), (190, 'moodle/competency:competencymanage', 'write', 40, 'moodle', 0), (191, 'moodle/competency:competencyview', 'read', 40, 'moodle', 0), (192, 'moodle/competency:competencygrade', 'write', 50, 'moodle', 0), (193, 'moodle/competency:coursecompetencymanage', 'write', 50, 'moodle', 0), (194, 'moodle/competency:coursecompetencyconfigure', 'write', 70, 'moodle', 0), (195, 'moodle/competency:coursecompetencygradable', 'read', 50, 'moodle', 0), (196, 'moodle/competency:coursecompetencyview', 'read', 50, 'moodle', 0), (197, 'moodle/competency:evidencedelete', 'write', 30, 'moodle', 0), (198, 'moodle/competency:planmanage', 'write', 30, 'moodle', 0), (199, 'moodle/competency:planmanagedraft', 'write', 30, 'moodle', 0), (200, 'moodle/competency:planmanageown', 'write', 30, 'moodle', 0), (201, 'moodle/competency:planmanageowndraft', 'write', 30, 'moodle', 0), (202, 'moodle/competency:planview', 'read', 30, 'moodle', 0), (203, 'moodle/competency:planviewdraft', 'read', 30, 'moodle', 0), (204, 'moodle/competency:planviewown', 'read', 30, 'moodle', 0), (205, 'moodle/competency:planviewowndraft', 'read', 30, 'moodle', 0), (206, 'moodle/competency:planrequestreview', 'write', 30, 'moodle', 0), (207, 'moodle/competency:planrequestreviewown', 'write', 30, 'moodle', 0), (208, 'moodle/competency:planreview', 'write', 30, 'moodle', 0), (209, 'moodle/competency:plancomment', 'write', 30, 'moodle', 0), (210, 'moodle/competency:plancommentown', 'write', 30, 'moodle', 0), (211, 'moodle/competency:usercompetencyview', 'read', 30, 'moodle', 0), (212, 'moodle/competency:usercompetencyrequestreview', 'write', 30, 'moodle', 0), (213, 'moodle/competency:usercompetencyrequestreviewown', 'write', 30, 'moodle', 0), (214, 'moodle/competency:usercompetencyreview', 'write', 30, 'moodle', 0), (215, 'moodle/competency:usercompetencycomment', 'write', 30, 'moodle', 0), (216, 'moodle/competency:usercompetencycommentown', 'write', 30, 'moodle', 0), (217, 'moodle/competency:templatemanage', 'write', 40, 'moodle', 0), (218, 'moodle/analytics:listinsights', 'read', 50, 'moodle', 8), (219, 'moodle/analytics:managemodels', 'write', 10, 'moodle', 2), (220, 'moodle/competency:templateview', 'read', 40, 'moodle', 0), (221, 'moodle/competency:userevidencemanage', 'write', 30, 'moodle', 0), (222, 'moodle/competency:userevidencemanageown', 'write', 30, 'moodle', 0), (223, 'moodle/competency:userevidenceview', 'read', 30, 'moodle', 0), (224, 'moodle/site:maintenanceaccess', 'write', 10, 'moodle', 0), (225, 'moodle/site:messageanyuser', 'write', 10, 'moodle', 16), (226, 'moodle/site:managecontextlocks', 'write', 70, 'moodle', 0), (227, 'moodle/course:togglecompletion', 'write', 70, 'moodle', 0), (228, 'moodle/analytics:listowninsights', 'read', 10, 'moodle', 0), (229, 'mod/assign:view', 'read', 70, 'mod_assign', 0), (230, 'mod/assign:submit', 'write', 70, 'mod_assign', 0), (231, 'mod/assign:grade', 'write', 70, 'mod_assign', 4), (232, 'mod/assign:exportownsubmission', 'read', 70, 'mod_assign', 0), (233, 'mod/assign:addinstance', 'write', 50, 'mod_assign', 4), (234, 'mod/assign:editothersubmission', 'write', 70, 'mod_assign', 41), (235, 'mod/assign:grantextension', 'write', 70, 'mod_assign', 0), (236, 'mod/assign:revealidentities', 'write', 70, 'mod_assign', 0), (237, 'mod/assign:reviewgrades', 'write', 70, 'mod_assign', 0), (238, 'mod/assign:releasegrades', 'write', 70, 'mod_assign', 0), (239, 'mod/assign:managegrades', 'write', 70, 'mod_assign', 0), (240, 'mod/assign:manageallocations', 'write', 70, 'mod_assign', 0), (241, 'mod/assign:viewgrades', 'read', 70, 'mod_assign', 0), (242, 'mod/assign:viewblinddetails', 'write', 70, 'mod_assign', 8), (243, 'mod/assign:receivegradernotifications', 'read', 70, 'mod_assign', 0), (244, 'mod/assign:manageoverrides', 'write', 70, 'mod_assign', 0), (245, 'mod/assign:showhiddengrader', 'read', 70, 'mod_assign', 0), (246, 'mod/assignment:view', 'read', 70, 'mod_assignment', 0), (247, 'mod/assignment:addinstance', 'write', 50, 'mod_assignment', 4), (248, 'mod/assignment:submit', 'write', 70, 'mod_assignment', 0), (249, 'mod/assignment:grade', 'write', 70, 'mod_assignment', 4), (250, 'mod/assignment:exportownsubmission', 'read', 70, 'mod_assignment', 0), (251, 'mod/book:addinstance', 'write', 50, 'mod_book', 4), (252, 'mod/book:read', 'read', 70, 'mod_book', 0), (253, 'mod/book:viewhiddenchapters', 'read', 70, 'mod_book', 0), (254, 'mod/book:edit', 'write', 70, 'mod_book', 4), (255, 'mod/chat:addinstance', 'write', 50, 'mod_chat', 4), (256, 'mod/chat:chat', 'write', 70, 'mod_chat', 16), (257, 'mod/chat:readlog', 'read', 70, 'mod_chat', 0), (258, 'mod/chat:deletelog', 'write', 70, 'mod_chat', 0), (259, 'mod/chat:exportparticipatedsession', 'read', 70, 'mod_chat', 8), (260, 'mod/chat:exportsession', 'read', 70, 'mod_chat', 8), (261, 'mod/chat:view', 'read', 70, 'mod_chat', 0), (262, 'mod/choice:addinstance', 'write', 50, 'mod_choice', 4), (263, 'mod/choice:choose', 'write', 70, 'mod_choice', 0), (264, 'mod/choice:readresponses', 'read', 70, 'mod_choice', 0), (265, 'mod/choice:deleteresponses', 'write', 70, 'mod_choice', 0), (266, 'mod/choice:downloadresponses', 'read', 70, 'mod_choice', 0), (267, 'mod/choice:view', 'read', 70, 'mod_choice', 0), (268, 'mod/data:addinstance', 'write', 50, 'mod_data', 4), (269, 'mod/data:viewentry', 'read', 70, 'mod_data', 0), (270, 'mod/data:writeentry', 'write', 70, 'mod_data', 16), (271, 'mod/data:comment', 'write', 70, 'mod_data', 16), (272, 'mod/data:rate', 'write', 70, 'mod_data', 0), (273, 'mod/data:viewrating', 'read', 70, 'mod_data', 0), (274, 'mod/data:viewanyrating', 'read', 70, 'mod_data', 8), (275, 'mod/data:viewallratings', 'read', 70, 'mod_data', 8), (276, 'mod/data:approve', 'write', 70, 'mod_data', 16), (277, 'mod/data:manageentries', 'write', 70, 'mod_data', 16), (278, 'mod/data:managecomments', 'write', 70, 'mod_data', 16), (279, 'mod/data:managetemplates', 'write', 70, 'mod_data', 20), (280, 'mod/data:viewalluserpresets', 'read', 70, 'mod_data', 0), (281, 'mod/data:manageuserpresets', 'write', 70, 'mod_data', 20), (282, 'mod/data:exportentry', 'read', 70, 'mod_data', 8), (283, 'mod/data:exportownentry', 'read', 70, 'mod_data', 0), (284, 'mod/data:exportallentries', 'read', 70, 'mod_data', 8), (285, 'mod/data:exportuserinfo', 'read', 70, 'mod_data', 8), (286, 'mod/data:view', 'read', 70, 'mod_data', 0), (287, 'mod/feedback:addinstance', 'write', 50, 'mod_feedback', 4), (288, 'mod/feedback:view', 'read', 70, 'mod_feedback', 0), (289, 'mod/feedback:complete', 'write', 70, 'mod_feedback', 16), (290, 'mod/feedback:viewanalysepage', 'read', 70, 'mod_feedback', 8), (291, 'mod/feedback:deletesubmissions', 'write', 70, 'mod_feedback', 0), (292, 'mod/feedback:mapcourse', 'write', 70, 'mod_feedback', 0), (293, 'mod/feedback:edititems', 'write', 70, 'mod_feedback', 20), (294, 'mod/feedback:createprivatetemplate', 'write', 70, 'mod_feedback', 16), (295, 'mod/feedback:createpublictemplate', 'write', 70, 'mod_feedback', 16), (296, 'mod/feedback:deletetemplate', 'write', 70, 'mod_feedback', 0), (297, 'mod/feedback:viewreports', 'read', 70, 'mod_feedback', 8), (298, 'mod/feedback:receivemail', 'read', 70, 'mod_feedback', 8), (299, 'mod/folder:addinstance', 'write', 50, 'mod_folder', 4), (300, 'mod/folder:view', 'read', 70, 'mod_folder', 0), (301, 'mod/folder:managefiles', 'write', 70, 'mod_folder', 20), (302, 'mod/forum:addinstance', 'write', 50, 'mod_forum', 4), (303, 'mod/forum:viewdiscussion', 'read', 70, 'mod_forum', 0), (304, 'mod/forum:viewhiddentimedposts', 'read', 70, 'mod_forum', 0), (305, 'mod/forum:startdiscussion', 'write', 70, 'mod_forum', 16), (306, 'mod/forum:replypost', 'write', 70, 'mod_forum', 16), (307, 'mod/forum:addnews', 'write', 70, 'mod_forum', 16), (308, 'mod/forum:replynews', 'write', 70, 'mod_forum', 16), (309, 'mod/forum:viewrating', 'read', 70, 'mod_forum', 0), (310, 'mod/forum:viewanyrating', 'read', 70, 'mod_forum', 8), (311, 'mod/forum:viewallratings', 'read', 70, 'mod_forum', 8), (312, 'mod/forum:rate', 'write', 70, 'mod_forum', 0), (313, 'mod/forum:postprivatereply', 'write', 70, 'mod_forum', 0), (314, 'mod/forum:readprivatereplies', 'read', 70, 'mod_forum', 0), (315, 'mod/forum:createattachment', 'write', 70, 'mod_forum', 16), (316, 'mod/forum:deleteownpost', 'write', 70, 'mod_forum', 0), (317, 'mod/forum:deleteanypost', 'write', 70, 'mod_forum', 0), (318, 'mod/forum:splitdiscussions', 'write', 70, 'mod_forum', 0), (319, 'mod/forum:movediscussions', 'write', 70, 'mod_forum', 0), (320, 'mod/forum:pindiscussions', 'write', 70, 'mod_forum', 0), (321, 'mod/forum:editanypost', 'write', 70, 'mod_forum', 16), (322, 'mod/forum:viewqandawithoutposting', 'read', 70, 'mod_forum', 0), (323, 'mod/forum:viewsubscribers', 'read', 70, 'mod_forum', 0), (324, 'mod/forum:managesubscriptions', 'write', 70, 'mod_forum', 16), (325, 'mod/forum:postwithoutthrottling', 'write', 70, 'mod_forum', 16), (326, 'mod/forum:exportdiscussion', 'read', 70, 'mod_forum', 8), (327, 'mod/forum:exportpost', 'read', 70, 'mod_forum', 8), (328, 'mod/forum:exportownpost', 'read', 70, 'mod_forum', 8), (329, 'mod/forum:addquestion', 'write', 70, 'mod_forum', 16), (330, 'mod/forum:allowforcesubscribe', 'read', 70, 'mod_forum', 0), (331, 'mod/forum:canposttomygroups', 'write', 70, 'mod_forum', 0), (332, 'mod/forum:canoverridediscussionlock', 'write', 70, 'mod_forum', 0), (333, 'mod/forum:canoverridecutoff', 'write', 70, 'mod_forum', 0), (334, 'mod/forum:cantogglefavourite', 'write', 70, 'mod_forum', 0), (335, 'mod/glossary:addinstance', 'write', 50, 'mod_glossary', 4), (336, 'mod/glossary:view', 'read', 70, 'mod_glossary', 0), (337, 'mod/glossary:write', 'write', 70, 'mod_glossary', 16), (338, 'mod/glossary:manageentries', 'write', 70, 'mod_glossary', 16), (339, 'mod/glossary:managecategories', 'write', 70, 'mod_glossary', 16), (340, 'mod/glossary:comment', 'write', 70, 'mod_glossary', 16), (341, 'mod/glossary:managecomments', 'write', 70, 'mod_glossary', 16), (342, 'mod/glossary:import', 'write', 70, 'mod_glossary', 16), (343, 'mod/glossary:export', 'read', 70, 'mod_glossary', 0), (344, 'mod/glossary:approve', 'write', 70, 'mod_glossary', 16), (345, 'mod/glossary:rate', 'write', 70, 'mod_glossary', 0), (346, 'mod/glossary:viewrating', 'read', 70, 'mod_glossary', 0), (347, 'mod/glossary:viewanyrating', 'read', 70, 'mod_glossary', 8), (348, 'mod/glossary:viewallratings', 'read', 70, 'mod_glossary', 8), (349, 'mod/glossary:exportentry', 'read', 70, 'mod_glossary', 8), (350, 'mod/glossary:exportownentry', 'read', 70, 'mod_glossary', 0), (351, 'mod/imscp:view', 'read', 70, 'mod_imscp', 0), (352, 'mod/imscp:addinstance', 'write', 50, 'mod_imscp', 4), (353, 'mod/label:addinstance', 'write', 50, 'mod_label', 4), (354, 'mod/label:view', 'read', 70, 'mod_label', 0), (355, 'mod/lesson:addinstance', 'write', 50, 'mod_lesson', 4), (356, 'mod/lesson:edit', 'write', 70, 'mod_lesson', 4), (357, 'mod/lesson:grade', 'write', 70, 'mod_lesson', 20), (358, 'mod/lesson:viewreports', 'read', 70, 'mod_lesson', 8), (359, 'mod/lesson:manage', 'write', 70, 'mod_lesson', 0), (360, 'mod/lesson:manageoverrides', 'write', 70, 'mod_lesson', 0), (361, 'mod/lesson:view', 'read', 70, 'mod_lesson', 0), (362, 'mod/lti:view', 'read', 70, 'mod_lti', 0), (363, 'mod/lti:addinstance', 'write', 50, 'mod_lti', 4), (364, 'mod/lti:manage', 'write', 70, 'mod_lti', 8), (365, 'mod/lti:admin', 'write', 70, 'mod_lti', 8), (366, 'mod/lti:addcoursetool', 'write', 50, 'mod_lti', 0), (367, 'mod/lti:requesttooladd', 'write', 50, 'mod_lti', 0), (368, 'mod/page:view', 'read', 70, 'mod_page', 0), (369, 'mod/page:addinstance', 'write', 50, 'mod_page', 4), (370, 'mod/quiz:view', 'read', 70, 'mod_quiz', 0), (371, 'mod/quiz:addinstance', 'write', 50, 'mod_quiz', 4), (372, 'mod/quiz:attempt', 'write', 70, 'mod_quiz', 16), (373, 'mod/quiz:reviewmyattempts', 'read', 70, 'mod_quiz', 0), (374, 'mod/quiz:manage', 'write', 70, 'mod_quiz', 16), (375, 'mod/quiz:manageoverrides', 'write', 70, 'mod_quiz', 0), (376, 'mod/quiz:preview', 'write', 70, 'mod_quiz', 0), (377, 'mod/quiz:grade', 'write', 70, 'mod_quiz', 20), (378, 'mod/quiz:regrade', 'write', 70, 'mod_quiz', 16), (379, 'mod/quiz:viewreports', 'read', 70, 'mod_quiz', 8), (380, 'mod/quiz:deleteattempts', 'write', 70, 'mod_quiz', 32), (381, 'mod/quiz:ignoretimelimits', 'read', 70, 'mod_quiz', 0), (382, 'mod/quiz:emailconfirmsubmission', 'read', 70, 'mod_quiz', 0), (383, 'mod/quiz:emailnotifysubmission', 'read', 70, 'mod_quiz', 0), (384, 'mod/quiz:emailwarnoverdue', 'read', 70, 'mod_quiz', 0), (385, 'mod/resource:view', 'read', 70, 'mod_resource', 0), (386, 'mod/resource:addinstance', 'write', 50, 'mod_resource', 4), (387, 'mod/scorm:addinstance', 'write', 50, 'mod_scorm', 4), (388, 'mod/scorm:viewreport', 'read', 70, 'mod_scorm', 0), (389, 'mod/scorm:skipview', 'read', 70, 'mod_scorm', 0), (390, 'mod/scorm:savetrack', 'write', 70, 'mod_scorm', 0), (391, 'mod/scorm:viewscores', 'read', 70, 'mod_scorm', 0), (392, 'mod/scorm:deleteresponses', 'write', 70, 'mod_scorm', 0), (393, 'mod/scorm:deleteownresponses', 'write', 70, 'mod_scorm', 0), (394, 'mod/survey:addinstance', 'write', 50, 'mod_survey', 4), (395, 'mod/survey:participate', 'read', 70, 'mod_survey', 0), (396, 'mod/survey:readresponses', 'read', 70, 'mod_survey', 0), (397, 'mod/survey:download', 'read', 70, 'mod_survey', 0), (398, 'mod/url:view', 'read', 70, 'mod_url', 0), (399, 'mod/url:addinstance', 'write', 50, 'mod_url', 4), (400, 'mod/wiki:addinstance', 'write', 50, 'mod_wiki', 4), (401, 'mod/wiki:viewpage', 'read', 70, 'mod_wiki', 0), (402, 'mod/wiki:editpage', 'write', 70, 'mod_wiki', 16), (403, 'mod/wiki:createpage', 'write', 70, 'mod_wiki', 16), (404, 'mod/wiki:viewcomment', 'read', 70, 'mod_wiki', 0), (405, 'mod/wiki:editcomment', 'write', 70, 'mod_wiki', 16), (406, 'mod/wiki:managecomment', 'write', 70, 'mod_wiki', 0), (407, 'mod/wiki:managefiles', 'write', 70, 'mod_wiki', 0), (408, 'mod/wiki:overridelock', 'write', 70, 'mod_wiki', 0), (409, 'mod/wiki:managewiki', 'write', 70, 'mod_wiki', 0), (410, 'mod/workshop:view', 'read', 70, 'mod_workshop', 0), (411, 'mod/workshop:addinstance', 'write', 50, 'mod_workshop', 4), (412, 'mod/workshop:switchphase', 'write', 70, 'mod_workshop', 0), (413, 'mod/workshop:editdimensions', 'write', 70, 'mod_workshop', 4), (414, 'mod/workshop:submit', 'write', 70, 'mod_workshop', 0), (415, 'mod/workshop:peerassess', 'write', 70, 'mod_workshop', 0), (416, 'mod/workshop:manageexamples', 'write', 70, 'mod_workshop', 0), (417, 'mod/workshop:allocate', 'write', 70, 'mod_workshop', 0), (418, 'mod/workshop:publishsubmissions', 'write', 70, 'mod_workshop', 0), (419, 'mod/workshop:viewauthornames', 'read', 70, 'mod_workshop', 0), (420, 'mod/workshop:viewreviewernames', 'read', 70, 'mod_workshop', 0), (421, 'mod/workshop:viewallsubmissions', 'read', 70, 'mod_workshop', 0), (422, 'mod/workshop:viewpublishedsubmissions', 'read', 70, 'mod_workshop', 0), (423, 'mod/workshop:viewauthorpublished', 'read', 70, 'mod_workshop', 0), (424, 'mod/workshop:viewallassessments', 'read', 70, 'mod_workshop', 0), (425, 'mod/workshop:overridegrades', 'write', 70, 'mod_workshop', 0), (426, 'mod/workshop:ignoredeadlines', 'write', 70, 'mod_workshop', 0), (427, 'mod/workshop:deletesubmissions', 'write', 70, 'mod_workshop', 0), (428, 'mod/workshop:exportsubmissions', 'read', 70, 'mod_workshop', 0), (429, 'auth/oauth2:managelinkedlogins', 'write', 30, 'auth_oauth2', 0), (430, 'enrol/category:synchronised', 'write', 10, 'enrol_category', 0), (431, 'enrol/category:config', 'write', 50, 'enrol_category', 0), (432, 'enrol/cohort:config', 'write', 50, 'enrol_cohort', 0), (433, 'enrol/cohort:unenrol', 'write', 50, 'enrol_cohort', 0), (434, 'enrol/database:unenrol', 'write', 50, 'enrol_database', 0), (435, 'enrol/database:config', 'write', 50, 'enrol_database', 0), (436, 'enrol/flatfile:manage', 'write', 50, 'enrol_flatfile', 0), (437, 'enrol/flatfile:unenrol', 'write', 50, 'enrol_flatfile', 0), (438, 'enrol/guest:config', 'write', 50, 'enrol_guest', 0), (439, 'enrol/imsenterprise:config', 'write', 50, 'enrol_imsenterprise', 0), (440, 'enrol/ldap:manage', 'write', 50, 'enrol_ldap', 0), (441, 'enrol/lti:config', 'write', 50, 'enrol_lti', 0), (442, 'enrol/lti:unenrol', 'write', 50, 'enrol_lti', 0), (443, 'enrol/manual:config', 'write', 50, 'enrol_manual', 0), (444, 'enrol/manual:enrol', 'write', 50, 'enrol_manual', 0), (445, 'enrol/manual:manage', 'write', 50, 'enrol_manual', 0), (446, 'enrol/manual:unenrol', 'write', 50, 'enrol_manual', 0), (447, 'enrol/manual:unenrolself', 'write', 50, 'enrol_manual', 0), (448, 'enrol/meta:config', 'write', 50, 'enrol_meta', 0), (449, 'enrol/meta:selectaslinked', 'read', 50, 'enrol_meta', 0), (450, 'enrol/meta:unenrol', 'write', 50, 'enrol_meta', 0), (451, 'enrol/mnet:config', 'write', 50, 'enrol_mnet', 0), (452, 'enrol/paypal:config', 'write', 50, 'enrol_paypal', 0), (453, 'enrol/paypal:manage', 'write', 50, 'enrol_paypal', 0), (454, 'enrol/paypal:unenrol', 'write', 50, 'enrol_paypal', 0), (455, 'enrol/paypal:unenrolself', 'write', 50, 'enrol_paypal', 0), (456, 'enrol/self:config', 'write', 50, 'enrol_self', 0), (457, 'enrol/self:manage', 'write', 50, 'enrol_self', 0), (458, 'enrol/self:holdkey', 'write', 50, 'enrol_self', 0), (459, 'enrol/self:unenrolself', 'write', 50, 'enrol_self', 0), (460, 'enrol/self:unenrol', 'write', 50, 'enrol_self', 0), (461, 'message/airnotifier:managedevice', 'write', 10, 'message_airnotifier', 0), (462, 'block/activity_modules:addinstance', 'write', 80, 'block_activity_modules', 20), (463, 'block/activity_results:addinstance', 'write', 80, 'block_activity_results', 20), (464, 'block/admin_bookmarks:myaddinstance', 'write', 10, 'block_admin_bookmarks', 0), (465, 'block/admin_bookmarks:addinstance', 'write', 80, 'block_admin_bookmarks', 20), (466, 'block/badges:addinstance', 'read', 80, 'block_badges', 0), (467, 'block/badges:myaddinstance', 'read', 10, 'block_badges', 8), (468, 'block/blog_menu:addinstance', 'write', 80, 'block_blog_menu', 20), (469, 'block/blog_recent:addinstance', 'write', 80, 'block_blog_recent', 20), (470, 'block/blog_tags:addinstance', 'write', 80, 'block_blog_tags', 20), (471, 'block/calendar_month:myaddinstance', 'write', 10, 'block_calendar_month', 0), (472, 'block/calendar_month:addinstance', 'write', 80, 'block_calendar_month', 20), (473, 'block/calendar_upcoming:myaddinstance', 'write', 10, 'block_calendar_upcoming', 0), (474, 'block/calendar_upcoming:addinstance', 'write', 80, 'block_calendar_upcoming', 20), (475, 'block/comments:myaddinstance', 'write', 10, 'block_comments', 0), (476, 'block/comments:addinstance', 'write', 80, 'block_comments', 20), (479, 'block/completionstatus:addinstance', 'write', 80, 'block_completionstatus', 20), (480, 'block/course_list:myaddinstance', 'write', 10, 'block_course_list', 0), (481, 'block/course_list:addinstance', 'write', 80, 'block_course_list', 20), (482, 'block/course_summary:addinstance', 'write', 80, 'block_course_summary', 20), (483, 'block/feedback:addinstance', 'write', 80, 'block_feedback', 20), (484, 'block/globalsearch:myaddinstance', 'write', 10, 'block_globalsearch', 0), (485, 'block/globalsearch:addinstance', 'write', 80, 'block_globalsearch', 0), (486, 'block/glossary_random:myaddinstance', 'write', 10, 'block_glossary_random', 0), (487, 'block/glossary_random:addinstance', 'write', 80, 'block_glossary_random', 20), (488, 'block/html:myaddinstance', 'write', 10, 'block_html', 0), (489, 'block/html:addinstance', 'write', 80, 'block_html', 20), (490, 'block/login:addinstance', 'write', 80, 'block_login', 20), (491, 'block/lp:addinstance', 'write', 10, 'block_lp', 0), (492, 'block/lp:myaddinstance', 'write', 10, 'block_lp', 0), (493, 'block/mentees:myaddinstance', 'write', 10, 'block_mentees', 0), (494, 'block/mentees:addinstance', 'write', 80, 'block_mentees', 20), (495, 'block/mnet_hosts:myaddinstance', 'write', 10, 'block_mnet_hosts', 0), (496, 'block/mnet_hosts:addinstance', 'write', 80, 'block_mnet_hosts', 20), (497, 'block/myoverview:myaddinstance', 'write', 10, 'block_myoverview', 0), (498, 'block/myprofile:myaddinstance', 'write', 10, 'block_myprofile', 0), (499, 'block/myprofile:addinstance', 'write', 80, 'block_myprofile', 20), (500, 'block/navigation:myaddinstance', 'write', 10, 'block_navigation', 0), (501, 'block/navigation:addinstance', 'write', 80, 'block_navigation', 20), (502, 'block/news_items:myaddinstance', 'write', 10, 'block_news_items', 0), (503, 'block/news_items:addinstance', 'write', 80, 'block_news_items', 20), (504, 'block/online_users:myaddinstance', 'write', 10, 'block_online_users', 0), (505, 'block/online_users:addinstance', 'write', 80, 'block_online_users', 20), (506, 'block/online_users:viewlist', 'read', 80, 'block_online_users', 0), (508, 'block/private_files:myaddinstance', 'write', 10, 'block_private_files', 0), (509, 'block/private_files:addinstance', 'write', 80, 'block_private_files', 20), (511, 'block/recent_activity:addinstance', 'write', 80, 'block_recent_activity', 20), (512, 'block/recent_activity:viewaddupdatemodule', 'read', 50, 'block_recent_activity', 0), (513, 'block/recent_activity:viewdeletemodule', 'read', 50, 'block_recent_activity', 0), (514, 'block/recentlyaccessedcourses:myaddinstance', 'write', 10, 'block_recentlyaccessedcourses', 0), (515, 'block/recentlyaccesseditems:myaddinstance', 'write', 10, 'block_recentlyaccesseditems', 0), (516, 'block/rss_client:myaddinstance', 'write', 10, 'block_rss_client', 0), (517, 'block/rss_client:addinstance', 'write', 80, 'block_rss_client', 20), (518, 'block/rss_client:manageownfeeds', 'write', 80, 'block_rss_client', 0), (519, 'block/rss_client:manageanyfeeds', 'write', 80, 'block_rss_client', 16), (520, 'block/search_forums:addinstance', 'write', 80, 'block_search_forums', 20), (521, 'block/section_links:addinstance', 'write', 80, 'block_section_links', 20), (522, 'block/selfcompletion:addinstance', 'write', 80, 'block_selfcompletion', 20), (523, 'block/settings:myaddinstance', 'write', 10, 'block_settings', 0), (524, 'block/settings:addinstance', 'write', 80, 'block_settings', 20), (525, 'block/site_main_menu:addinstance', 'write', 80, 'block_site_main_menu', 20), (526, 'block/social_activities:addinstance', 'write', 80, 'block_social_activities', 20), (527, 'block/starredcourses:myaddinstance', 'write', 10, 'block_starredcourses', 0), (528, 'block/tag_flickr:addinstance', 'write', 80, 'block_tag_flickr', 20), (529, 'block/tag_youtube:addinstance', 'write', 80, 'block_tag_youtube', 20), (530, 'block/tags:myaddinstance', 'write', 10, 'block_tags', 0), (531, 'block/tags:addinstance', 'write', 80, 'block_tags', 20), (532, 'block/timeline:myaddinstance', 'write', 10, 'block_timeline', 0), (533, 'report/completion:view', 'read', 50, 'report_completion', 8), (534, 'report/courseoverview:view', 'read', 10, 'report_courseoverview', 8), (535, 'report/log:view', 'read', 50, 'report_log', 8), (536, 'report/log:viewtoday', 'read', 50, 'report_log', 8), (537, 'report/loglive:view', 'read', 50, 'report_loglive', 8), (538, 'report/outline:view', 'read', 50, 'report_outline', 8), (539, 'report/outline:viewuserreport', 'read', 50, 'report_outline', 8), (540, 'report/participation:view', 'read', 50, 'report_participation', 8), (541, 'report/performance:view', 'read', 10, 'report_performance', 2), (542, 'report/progress:view', 'read', 50, 'report_progress', 8), (543, 'report/questioninstances:view', 'read', 10, 'report_questioninstances', 0), (544, 'report/security:view', 'read', 10, 'report_security', 2), (545, 'report/stats:view', 'read', 50, 'report_stats', 8), (546, 'report/usersessions:manageownsessions', 'write', 30, 'report_usersessions', 0), (547, 'gradeexport/ods:view', 'read', 50, 'gradeexport_ods', 8), (548, 'gradeexport/ods:publish', 'read', 50, 'gradeexport_ods', 8), (549, 'gradeexport/txt:view', 'read', 50, 'gradeexport_txt', 8), (550, 'gradeexport/txt:publish', 'read', 50, 'gradeexport_txt', 8), (551, 'gradeexport/xls:view', 'read', 50, 'gradeexport_xls', 8), (552, 'gradeexport/xls:publish', 'read', 50, 'gradeexport_xls', 8), (553, 'gradeexport/xml:view', 'read', 50, 'gradeexport_xml', 8), (554, 'gradeexport/xml:publish', 'read', 50, 'gradeexport_xml', 8), (555, 'gradeimport/csv:view', 'write', 50, 'gradeimport_csv', 0), (556, 'gradeimport/direct:view', 'write', 50, 'gradeimport_direct', 0), (557, 'gradeimport/xml:view', 'write', 50, 'gradeimport_xml', 0), (558, 'gradeimport/xml:publish', 'write', 50, 'gradeimport_xml', 0), (559, 'gradereport/grader:view', 'read', 50, 'gradereport_grader', 8), (560, 'gradereport/history:view', 'read', 50, 'gradereport_history', 8), (561, 'gradereport/outcomes:view', 'read', 50, 'gradereport_outcomes', 8), (562, 'gradereport/overview:view', 'read', 50, 'gradereport_overview', 8), (563, 'gradereport/singleview:view', 'read', 50, 'gradereport_singleview', 8), (564, 'gradereport/user:view', 'read', 50, 'gradereport_user', 8), (565, 'webservice/rest:use', 'read', 50, 'webservice_rest', 0), (566, 'webservice/soap:use', 'read', 50, 'webservice_soap', 0), (567, 'webservice/xmlrpc:use', 'read', 50, 'webservice_xmlrpc', 0), (568, 'repository/areafiles:view', 'read', 70, 'repository_areafiles', 0), (569, 'repository/boxnet:view', 'read', 70, 'repository_boxnet', 0), (570, 'repository/coursefiles:view', 'read', 70, 'repository_coursefiles', 0), (571, 'repository/dropbox:view', 'read', 70, 'repository_dropbox', 0), (572, 'repository/equella:view', 'read', 70, 'repository_equella', 0), (573, 'repository/filesystem:view', 'read', 70, 'repository_filesystem', 0), (574, 'repository/flickr:view', 'read', 70, 'repository_flickr', 0), (575, 'repository/flickr_public:view', 'read', 70, 'repository_flickr_public', 0), (576, 'repository/googledocs:view', 'read', 70, 'repository_googledocs', 0), (577, 'repository/local:view', 'read', 70, 'repository_local', 0), (578, 'repository/merlot:view', 'read', 70, 'repository_merlot', 0), (579, 'repository/nextcloud:view', 'read', 70, 'repository_nextcloud', 0), (580, 'repository/onedrive:view', 'read', 70, 'repository_onedrive', 0), (581, 'repository/picasa:view', 'read', 70, 'repository_picasa', 0), (582, 'repository/recent:view', 'read', 70, 'repository_recent', 0), (583, 'repository/s3:view', 'read', 70, 'repository_s3', 0), (584, 'repository/skydrive:view', 'read', 70, 'repository_skydrive', 0), (585, 'repository/upload:view', 'read', 70, 'repository_upload', 0), (586, 'repository/url:view', 'read', 70, 'repository_url', 0), (587, 'repository/user:view', 'read', 70, 'repository_user', 0), (588, 'repository/webdav:view', 'read', 70, 'repository_webdav', 0), (589, 'repository/wikimedia:view', 'read', 70, 'repository_wikimedia', 0), (590, 'repository/youtube:view', 'read', 70, 'repository_youtube', 0), (591, 'tool/customlang:view', 'read', 10, 'tool_customlang', 2), (592, 'tool/customlang:edit', 'write', 10, 'tool_customlang', 6), (593, 'tool/dataprivacy:managedatarequests', 'write', 10, 'tool_dataprivacy', 60), (594, 'tool/dataprivacy:requestdeleteforotheruser', 'write', 10, 'tool_dataprivacy', 60), (595, 'tool/dataprivacy:managedataregistry', 'write', 10, 'tool_dataprivacy', 60), (596, 'tool/dataprivacy:makedatarequestsforchildren', 'write', 30, 'tool_dataprivacy', 24), (597, 'tool/dataprivacy:makedatadeletionrequestsforchildren', 'write', 30, 'tool_dataprivacy', 24), (598, 'tool/dataprivacy:downloadownrequest', 'read', 30, 'tool_dataprivacy', 0), (599, 'tool/dataprivacy:downloadallrequests', 'read', 30, 'tool_dataprivacy', 8), (600, 'tool/dataprivacy:requestdelete', 'write', 30, 'tool_dataprivacy', 32), (601, 'tool/lpmigrate:frameworksmigrate', 'write', 10, 'tool_lpmigrate', 0), (602, 'tool/monitor:subscribe', 'read', 50, 'tool_monitor', 8), (603, 'tool/monitor:managerules', 'write', 50, 'tool_monitor', 4), (604, 'tool/monitor:managetool', 'write', 10, 'tool_monitor', 4), (605, 'tool/policy:accept', 'write', 10, 'tool_policy', 0), (606, 'tool/policy:acceptbehalf', 'write', 30, 'tool_policy', 8), (607, 'tool/policy:managedocs', 'write', 10, 'tool_policy', 0), (608, 'tool/policy:viewacceptances', 'read', 10, 'tool_policy', 0), (609, 'tool/recyclebin:deleteitems', 'write', 50, 'tool_recyclebin', 32), (610, 'tool/recyclebin:restoreitems', 'write', 50, 'tool_recyclebin', 0), (611, 'tool/recyclebin:viewitems', 'read', 50, 'tool_recyclebin', 0), (612, 'tool/uploaduser:uploaduserpictures', 'write', 10, 'tool_uploaduser', 16), (613, 'tool/usertours:managetours', 'write', 10, 'tool_usertours', 4), (614, 'booktool/exportimscp:export', 'read', 70, 'booktool_exportimscp', 0), (615, 'booktool/importhtml:import', 'write', 70, 'booktool_importhtml', 4), (616, 'booktool/print:print', 'read', 70, 'booktool_print', 0), (617, 'quiz/grading:viewstudentnames', 'read', 70, 'quiz_grading', 0), (618, 'quiz/grading:viewidnumber', 'read', 70, 'quiz_grading', 0), (619, 'quiz/statistics:view', 'read', 70, 'quiz_statistics', 0), (620, 'atto/recordrtc:recordaudio', 'write', 70, 'atto_recordrtc', 0), (621, 'atto/recordrtc:recordvideo', 'write', 70, 'atto_recordrtc', 0), (637, 'block/cocoon_course_details:myaddinstance', 'write', 10, 'block_cocoon_course_details', 0), (638, 'block/cocoon_course_details:addinstance', 'write', 80, 'block_cocoon_course_details', 20), (639, 'block/cocoon_course_features:myaddinstance', 'write', 10, 'block_cocoon_course_features', 0), (640, 'block/cocoon_course_features:addinstance', 'write', 80, 'block_cocoon_course_features', 20), (641, 'block/cocoon_course_instructor:myaddinstance', 'write', 10, 'block_cocoon_course_instructor', 0), (642, 'block/cocoon_course_instructor:addinstance', 'write', 80, 'block_cocoon_course_instructor', 20), (643, 'block/cocoon_course_info:myaddinstance', 'write', 10, 'block_cocoon_course_info', 0), (644, 'block/cocoon_course_info:addinstance', 'write', 80, 'block_cocoon_course_info', 20), (645, 'block/cocoon_course_overview:myaddinstance', 'write', 10, 'block_cocoon_course_overview', 0), (646, 'block/cocoon_course_overview:addinstance', 'write', 80, 'block_cocoon_course_overview', 20), (647, 'block/cocoon_course_intro:myaddinstance', 'write', 10, 'block_cocoon_course_intro', 0), (648, 'block/cocoon_course_intro:addinstance', 'write', 80, 'block_cocoon_course_intro', 20), (652, 'block/cocoon_course_list:myaddinstance', 'write', 10, 'block_cocoon_course_list', 0), (653, 'block/cocoon_course_list:addinstance', 'write', 80, 'block_cocoon_course_list', 20), (654, 'block/cocoon_featuredcourses:addinstance', 'write', 80, 'block_cocoon_featuredcourses', 20), (655, 'block/cocoon_featuredcourses:myaddinstance', 'write', 80, 'block_cocoon_featuredcourses', 20), (656, 'block/cocoon_users:addinstance', 'read', 80, 'block_cocoon_users', 0), (657, 'block/cocoon_users:myaddinstance', 'read', 10, 'block_cocoon_users', 8), (658, 'block/cocoon_users_slider:addinstance', 'read', 80, 'block_cocoon_users_slider', 0), (659, 'block/cocoon_users_slider:myaddinstance', 'read', 10, 'block_cocoon_users_slider', 8), (661, 'block/cocoon_gallery:myaddinstance', 'write', 10, 'block_cocoon_gallery', 0), (662, 'block/cocoon_gallery:addinstance', 'write', 80, 'block_cocoon_gallery', 20), (663, 'block/cocoon_partners:myaddinstance', 'write', 10, 'block_cocoon_partners', 0), (664, 'block/cocoon_partners:addinstance', 'write', 80, 'block_cocoon_partners', 20), (665, 'block/cocoon_parallax:myaddinstance', 'write', 10, 'block_cocoon_parallax', 0), (666, 'block/cocoon_parallax:addinstance', 'write', 80, 'block_cocoon_parallax', 20), (669, 'block/cocoon_course_categories:myaddinstance', 'write', 10, 'block_cocoon_course_categories', 0), (670, 'block/cocoon_course_categories:addinstance', 'write', 80, 'block_cocoon_course_categories', 20), (671, 'block/cocoon_blog_recent:addinstance', 'write', 80, 'block_cocoon_blog_recent', 20), (672, 'block/cocoon_blog_recent_slider:addinstance', 'write', 80, 'block_cocoon_blog_recent_slider', 20), (673, 'block/cocoon_gallery_slider:myaddinstance', 'write', 10, 'block_cocoon_gallery_slider', 0), (674, 'block/cocoon_gallery_slider:addinstance', 'write', 80, 'block_cocoon_gallery_slider', 20), (675, 'block/cocoon_parallax_counters:myaddinstance', 'write', 10, 'block_cocoon_parallax_counters', 0), (676, 'block/cocoon_parallax_counters:addinstance', 'write', 80, 'block_cocoon_parallax_counters', 20), (677, 'block/cocoon_users_slider_round:addinstance', 'read', 80, 'block_cocoon_users_slider_round', 0), (678, 'block/cocoon_users_slider_round:myaddinstance', 'read', 10, 'block_cocoon_users_slider_round', 8), (679, 'block/cocoon_action_panels:myaddinstance', 'write', 10, 'block_cocoon_action_panels', 0), (680, 'block/cocoon_action_panels:addinstance', 'write', 80, 'block_cocoon_action_panels', 20), (681, 'block/cocoon_courses_slider:addinstance', 'write', 80, 'block_cocoon_courses_slider', 20), (682, 'block/cocoon_courses_slider:myaddinstance', 'write', 80, 'block_cocoon_courses_slider', 20), (685, 'block/cocoon_tstmnls:myaddinstance', 'write', 10, 'block_cocoon_tstmnls', 0), (686, 'block/cocoon_tstmnls:addinstance', 'write', 80, 'block_cocoon_tstmnls', 20), (687, 'block/cocoon_slider_1:myaddinstance', 'write', 10, 'block_cocoon_slider_1', 0), (688, 'block/cocoon_slider_1:addinstance', 'write', 80, 'block_cocoon_slider_1', 20), (689, 'block/cocoon_slider_2:myaddinstance', 'write', 10, 'block_cocoon_slider_2', 0), (690, 'block/cocoon_slider_2:addinstance', 'write', 80, 'block_cocoon_slider_2', 20), (691, 'block/cocoon_event_slider:myaddinstance', 'write', 10, 'block_cocoon_event_slider', 0), (692, 'block/cocoon_event_slider:addinstance', 'write', 80, 'block_cocoon_event_slider', 20), (693, 'block/cocoon_blog_recent_list:addinstance', 'write', 80, 'block_cocoon_blog_recent_list', 20), (694, 'block/cocoon_globalsearch_sb:myaddinstance', 'write', 10, 'block_cocoon_globalsearch_sb', 0), (695, 'block/cocoon_globalsearch_sb:addinstance', 'write', 80, 'block_cocoon_globalsearch_sb', 0), (696, 'block/cocoon_featured_posts:myaddinstance', 'write', 10, 'block_cocoon_featured_posts', 0), (697, 'block/cocoon_featured_posts:addinstance', 'write', 80, 'block_cocoon_featured_posts', 20), (698, 'block/cocoon_contact_form:myaddinstance', 'write', 10, 'block_cocoon_contact_form', 0), (699, 'block/cocoon_contact_form:addinstance', 'write', 80, 'block_cocoon_contact_form', 20), (700, 'block/cocoon_about_1:myaddinstance', 'write', 10, 'block_cocoon_about_1', 0), (701, 'block/cocoon_about_1:addinstance', 'write', 80, 'block_cocoon_about_1', 20), (702, 'block/cocoon_about_2:myaddinstance', 'write', 10, 'block_cocoon_about_2', 0), (703, 'block/cocoon_about_2:addinstance', 'write', 80, 'block_cocoon_about_2', 20), (704, 'block/cocoon_simple_counters:myaddinstance', 'write', 10, 'block_cocoon_simple_counters', 0), (705, 'block/cocoon_simple_counters:addinstance', 'write', 80, 'block_cocoon_simple_counters', 20), (706, 'block/cocoon_hero_1:myaddinstance', 'write', 10, 'block_cocoon_hero_1', 0), (707, 'block/cocoon_hero_1:addinstance', 'write', 80, 'block_cocoon_hero_1', 20), (708, 'block/cocoon_hero_2:myaddinstance', 'write', 10, 'block_cocoon_hero_2', 0), (709, 'block/cocoon_hero_2:addinstance', 'write', 80, 'block_cocoon_hero_2', 20), (710, 'block/cocoon_slider_3:myaddinstance', 'write', 10, 'block_cocoon_slider_3', 0), (711, 'block/cocoon_slider_3:addinstance', 'write', 80, 'block_cocoon_slider_3', 20), (712, 'block/cocoon_features:myaddinstance', 'write', 10, 'block_cocoon_features', 0), (713, 'block/cocoon_features:addinstance', 'write', 80, 'block_cocoon_features', 20), (714, 'block/cocoon_parallax_white:myaddinstance', 'write', 10, 'block_cocoon_parallax_white', 0), (715, 'block/cocoon_parallax_white:addinstance', 'write', 80, 'block_cocoon_parallax_white', 20), (716, 'block/cocoon_hero_3:myaddinstance', 'write', 10, 'block_cocoon_hero_3', 0), (717, 'block/cocoon_hero_3:addinstance', 'write', 80, 'block_cocoon_hero_3', 0), (718, 'block/cocoon_tablets:myaddinstance', 'write', 10, 'block_cocoon_tablets', 0), (719, 'block/cocoon_tablets:addinstance', 'write', 80, 'block_cocoon_tablets', 20), (720, 'block/cocoon_subscribe:myaddinstance', 'write', 10, 'block_cocoon_subscribe', 0), (721, 'block/cocoon_subscribe:addinstance', 'write', 80, 'block_cocoon_subscribe', 20), (722, 'block/cocoon_slider_4:myaddinstance', 'write', 10, 'block_cocoon_slider_4', 0), (723, 'block/cocoon_slider_4:addinstance', 'write', 80, 'block_cocoon_slider_4', 20), (726, 'block/cocoon_faqs:myaddinstance', 'write', 10, 'block_cocoon_faqs', 0), (727, 'block/cocoon_faqs:addinstance', 'write', 80, 'block_cocoon_faqs', 20), (728, 'block/cocoon_more_courses:addinstance', 'write', 80, 'block_cocoon_more_courses', 20), (729, 'block/cocoon_more_courses:myaddinstance', 'write', 80, 'block_cocoon_more_courses', 20), (732, 'block/cocoon_pills:myaddinstance', 'write', 10, 'block_cocoon_pills', 0), (733, 'block/cocoon_pills:addinstance', 'write', 80, 'block_cocoon_pills', 20), (736, 'block/cocoon_programs:myaddinstance', 'write', 10, 'block_cocoon_programs', 0), (737, 'block/cocoon_programs:addinstance', 'write', 80, 'block_cocoon_programs', 20), (738, 'block/cocoon_featured_event:myaddinstance', 'write', 10, 'block_cocoon_featured_event', 0), (739, 'block/cocoon_featured_event:addinstance', 'write', 80, 'block_cocoon_featured_event', 20), (740, 'block/cocoon_event_details:myaddinstance', 'write', 10, 'block_cocoon_event_details', 0), (741, 'block/cocoon_event_details:addinstance', 'write', 80, 'block_cocoon_event_details', 20), (742, 'block/cocoon_event_contact:myaddinstance', 'write', 10, 'block_cocoon_event_contact', 0), (743, 'block/cocoon_event_contact:addinstance', 'write', 80, 'block_cocoon_event_contact', 20), (744, 'block/cocoon_event_body:myaddinstance', 'write', 10, 'block_cocoon_event_body', 0), (745, 'block/cocoon_event_body:addinstance', 'write', 80, 'block_cocoon_event_body', 20), (746, 'block/cocoon_parallax_apps:myaddinstance', 'write', 10, 'block_cocoon_parallax_apps', 0), (747, 'block/cocoon_parallax_apps:addinstance', 'write', 80, 'block_cocoon_parallax_apps', 20), (749, 'moodle/h5p:setdisplayoptions', 'write', 70, 'moodle', 0), (750, 'moodle/h5p:deploy', 'write', 70, 'moodle', 4), (751, 'moodle/h5p:updatelibraries', 'write', 70, 'moodle', 4), (752, 'mod/forum:exportforum', 'read', 70, 'mod_forum', 8), (753, 'mod/forum:grade', 'write', 70, 'mod_forum', 0), (754, 'forumreport/summary:view', 'read', 70, 'forumreport_summary', 0), (755, 'forumreport/summary:viewall', 'read', 70, 'forumreport_summary', 8), (756, 'atto/h5p:addembed', 'write', 70, 'atto_h5p', 0), (757, 'block/cocoon_custom_html:myaddinstance', 'write', 10, 'block_cocoon_custom_html', 0), (758, 'block/cocoon_custom_html:addinstance', 'write', 80, 'block_cocoon_custom_html', 20), (759, 'block/cocoon_globalsearch_n:myaddinstance', 'write', 10, 'block_cocoon_globalsearch_n', 0), (760, 'block/cocoon_globalsearch_n:addinstance', 'write', 80, 'block_cocoon_globalsearch_n', 0), (761, 'block/cocoon_mynews:myaddinstance', 'write', 10, 'block_cocoon_mynews', 0), (762, 'block/cocoon_mynews:addinstance', 'write', 80, 'block_cocoon_mynews', 20), (763, 'block/cocoon_myorders:myaddinstance', 'write', 10, 'block_cocoon_myorders', 0), (764, 'block/cocoon_myorders:addinstance', 'write', 80, 'block_cocoon_myorders', 20), (765, 'block/cocoon_myviews:myaddinstance', 'write', 10, 'block_cocoon_myviews', 0), (766, 'block/cocoon_myviews:addinstance', 'write', 80, 'block_cocoon_myviews', 20), (767, 'block/cocoon_accordion:myaddinstance', 'write', 10, 'block_cocoon_accordion', 0), (768, 'block/cocoon_accordion:addinstance', 'write', 80, 'block_cocoon_accordion', 20), (769, 'block/cocoon_boxes:myaddinstance', 'write', 10, 'block_cocoon_boxes', 0), (770, 'block/cocoon_boxes:addinstance', 'write', 80, 'block_cocoon_boxes', 20), (771, 'block/cocoon_cf_paid:myaddinstance', 'write', 10, 'block_cocoon_cf_paid', 0); INSERT INTO `cocoon_capabilities` (`id`, `name`, `captype`, `contextlevel`, `component`, `riskbitmask`) VALUES (772, 'block/cocoon_cf_paid:addinstance', 'write', 80, 'block_cocoon_cf_paid', 20), (773, 'block/cocoon_cf_rating:myaddinstance', 'write', 10, 'block_cocoon_cf_rating', 0), (774, 'block/cocoon_cf_rating:addinstance', 'write', 80, 'block_cocoon_cf_rating', 20), (775, 'block/cocoon_course_categories_2:myaddinstance', 'write', 10, 'block_cocoon_course_categories_2', 0), (776, 'block/cocoon_course_categories_2:addinstance', 'write', 80, 'block_cocoon_course_categories_2', 20), (777, 'block/cocoon_course_categories_3:myaddinstance', 'write', 10, 'block_cocoon_course_categories_3', 0), (778, 'block/cocoon_course_categories_3:addinstance', 'write', 80, 'block_cocoon_course_categories_3', 20), (779, 'block/cocoon_course_categories_4:myaddinstance', 'write', 10, 'block_cocoon_course_categories_4', 0), (780, 'block/cocoon_course_categories_4:addinstance', 'write', 80, 'block_cocoon_course_categories_4', 20), (781, 'block/cocoon_course_enrl_c:myaddinstance', 'write', 10, 'block_cocoon_course_enrl_c', 0), (782, 'block/cocoon_course_enrl_c:addinstance', 'write', 80, 'block_cocoon_course_enrl_c', 20), (783, 'block/cocoon_course_feat_a:myaddinstance', 'write', 10, 'block_cocoon_course_feat_a', 0), (784, 'block/cocoon_course_feat_a:addinstance', 'write', 80, 'block_cocoon_course_feat_a', 20), (785, 'block/cocoon_course_grid:addinstance', 'write', 80, 'block_cocoon_course_grid', 20), (786, 'block/cocoon_course_grid:myaddinstance', 'write', 80, 'block_cocoon_course_grid', 20), (787, 'block/cocoon_course_grid_2:addinstance', 'write', 80, 'block_cocoon_course_grid_2', 20), (788, 'block/cocoon_course_grid_2:myaddinstance', 'write', 80, 'block_cocoon_course_grid_2', 20), (789, 'block/cocoon_course_grid_3:addinstance', 'write', 80, 'block_cocoon_course_grid_3', 20), (790, 'block/cocoon_course_grid_3:myaddinstance', 'write', 80, 'block_cocoon_course_grid_3', 20), (791, 'block/cocoon_course_grid_4:addinstance', 'write', 80, 'block_cocoon_course_grid_4', 20), (792, 'block/cocoon_course_grid_4:myaddinstance', 'write', 80, 'block_cocoon_course_grid_4', 20), (793, 'block/cocoon_course_rating:addinstance', 'write', 80, 'block_cocoon_course_rating', 20), (794, 'block/cocoon_course_rating:myaddinstance', 'write', 80, 'block_cocoon_course_rating', 20), (795, 'block/cocoon_course_rating:rate', 'write', 50, 'block_cocoon_course_rating', 0), (796, 'block/cocoon_hero_4:myaddinstance', 'write', 10, 'block_cocoon_hero_4', 0), (797, 'block/cocoon_hero_4:addinstance', 'write', 80, 'block_cocoon_hero_4', 0), (798, 'block/cocoon_hero_5:myaddinstance', 'write', 10, 'block_cocoon_hero_5', 0), (799, 'block/cocoon_hero_5:addinstance', 'write', 80, 'block_cocoon_hero_5', 0), (800, 'block/cocoon_my_courses:addinstance', 'write', 80, 'block_cocoon_my_courses', 20), (801, 'block/cocoon_my_courses:myaddinstance', 'write', 80, 'block_cocoon_my_courses', 20), (802, 'block/cocoon_parallax_features:myaddinstance', 'write', 10, 'block_cocoon_parallax_features', 0), (803, 'block/cocoon_parallax_features:addinstance', 'write', 80, 'block_cocoon_parallax_features', 20), (804, 'block/cocoon_parallax_subscribe:myaddinstance', 'write', 10, 'block_cocoon_parallax_subscribe', 0), (805, 'block/cocoon_parallax_subscribe:addinstance', 'write', 80, 'block_cocoon_parallax_subscribe', 20), (806, 'block/cocoon_parallax_testimonials:myaddinstance', 'write', 10, 'block_cocoon_parallax_testimonials', 0), (807, 'block/cocoon_parallax_testimonials:addinstance', 'write', 80, 'block_cocoon_parallax_testimonials', 20), (808, 'block/cocoon_price_tables:myaddinstance', 'write', 10, 'block_cocoon_price_tables', 0), (809, 'block/cocoon_price_tables:addinstance', 'write', 80, 'block_cocoon_price_tables', 20), (810, 'block/cocoon_price_tables_dark:myaddinstance', 'write', 10, 'block_cocoon_price_tables_dark', 0), (811, 'block/cocoon_price_tables_dark:addinstance', 'write', 80, 'block_cocoon_price_tables_dark', 20), (812, 'block/cocoon_services:myaddinstance', 'write', 10, 'block_cocoon_services', 0), (813, 'block/cocoon_services:addinstance', 'write', 80, 'block_cocoon_services', 20), (814, 'block/cocoon_services_dark:myaddinstance', 'write', 10, 'block_cocoon_services_dark', 0), (815, 'block/cocoon_services_dark:addinstance', 'write', 80, 'block_cocoon_services_dark', 20), (816, 'block/cocoon_slider_1_v:myaddinstance', 'write', 10, 'block_cocoon_slider_1_v', 0), (817, 'block/cocoon_slider_1_v:addinstance', 'write', 80, 'block_cocoon_slider_1_v', 20), (818, 'block/cocoon_slider_5:myaddinstance', 'write', 10, 'block_cocoon_slider_5', 0), (819, 'block/cocoon_slider_5:addinstance', 'write', 80, 'block_cocoon_slider_5', 20), (820, 'block/cocoon_slider_6:myaddinstance', 'write', 10, 'block_cocoon_slider_6', 0), (821, 'block/cocoon_slider_6:addinstance', 'write', 80, 'block_cocoon_slider_6', 20), (822, 'block/cocoon_steps:myaddinstance', 'write', 10, 'block_cocoon_steps', 0), (823, 'block/cocoon_steps:addinstance', 'write', 80, 'block_cocoon_steps', 20), (824, 'block/cocoon_steps_dark:myaddinstance', 'write', 10, 'block_cocoon_steps_dark', 0), (825, 'block/cocoon_steps_dark:addinstance', 'write', 80, 'block_cocoon_steps_dark', 20), (826, 'block/cocoon_tabs:myaddinstance', 'write', 10, 'block_cocoon_tabs', 0), (827, 'block/cocoon_tabs:addinstance', 'write', 80, 'block_cocoon_tabs', 20), (828, 'block/cocoon_tstmnls_2:myaddinstance', 'write', 10, 'block_cocoon_tstmnls_2', 0), (829, 'block/cocoon_tstmnls_2:addinstance', 'write', 80, 'block_cocoon_tstmnls_2', 20), (830, 'block/cocoon_users_slider_2:addinstance', 'read', 80, 'block_cocoon_users_slider_2', 0), (831, 'block/cocoon_users_slider_2:myaddinstance', 'read', 10, 'block_cocoon_users_slider_2', 8), (832, 'block/cocoon_users_slider_2_dark:addinstance', 'read', 80, 'block_cocoon_users_slider_2_dark', 0), (833, 'block/cocoon_users_slider_2_dark:myaddinstance', 'read', 10, 'block_cocoon_users_slider_2_dark', 8), (834, 'moodle/site:viewanonymousevents', 'read', 70, 'moodle', 8), (835, 'moodle/course:recommendactivity', 'write', 10, 'moodle', 0), (836, 'moodle/contentbank:access', 'read', 50, 'moodle', 0), (837, 'moodle/contentbank:upload', 'write', 50, 'moodle', 16), (838, 'moodle/contentbank:deleteanycontent', 'write', 50, 'moodle', 32), (839, 'moodle/contentbank:deleteowncontent', 'write', 50, 'moodle', 0), (840, 'moodle/contentbank:manageanycontent', 'write', 50, 'moodle', 32), (841, 'moodle/contentbank:manageowncontent', 'write', 50, 'moodle', 0), (842, 'moodle/contentbank:useeditor', 'write', 50, 'moodle', 16), (843, 'mod/h5pactivity:view', 'read', 70, 'mod_h5pactivity', 0), (844, 'mod/h5pactivity:addinstance', 'write', 50, 'mod_h5pactivity', 0), (845, 'mod/h5pactivity:submit', 'write', 70, 'mod_h5pactivity', 0), (846, 'mod/h5pactivity:reviewattempts', 'read', 70, 'mod_h5pactivity', 0), (847, 'mod/lti:addpreconfiguredinstance', 'write', 50, 'mod_lti', 0), (848, 'mod/lti:addmanualinstance', 'write', 50, 'mod_lti', 0), (849, 'report/status:view', 'read', 10, 'report_status', 2), (850, 'repository/contentbank:view', 'read', 70, 'repository_contentbank', 0), (851, 'repository/contentbank:accesscoursecontent', 'read', 50, 'repository_contentbank', 0), (852, 'repository/contentbank:accesscoursecategorycontent', 'read', 40, 'repository_contentbank', 0), (853, 'repository/contentbank:accessgeneralcontent', 'read', 40, 'repository_contentbank', 0), (854, 'contenttype/h5p:access', 'read', 50, 'contenttype_h5p', 0), (855, 'contenttype/h5p:upload', 'write', 50, 'contenttype_h5p', 16), (856, 'contenttype/h5p:useeditor', 'write', 50, 'contenttype_h5p', 16), (857, 'quizaccess/seb:managetemplates', 'write', 10, 'quizaccess_seb', 0), (858, 'quizaccess/seb:bypassseb', 'read', 70, 'quizaccess_seb', 0), (859, 'quizaccess/seb:manage_seb_requiresafeexambrowser', 'write', 70, 'quizaccess_seb', 0), (860, 'quizaccess/seb:manage_seb_templateid', 'read', 70, 'quizaccess_seb', 0), (861, 'quizaccess/seb:manage_filemanager_sebconfigfile', 'write', 70, 'quizaccess_seb', 0), (862, 'quizaccess/seb:manage_seb_showsebdownloadlink', 'write', 70, 'quizaccess_seb', 0), (863, 'quizaccess/seb:manage_seb_allowedbrowserexamkeys', 'write', 70, 'quizaccess_seb', 0), (864, 'quizaccess/seb:manage_seb_linkquitseb', 'write', 70, 'quizaccess_seb', 0), (865, 'quizaccess/seb:manage_seb_userconfirmquit', 'write', 70, 'quizaccess_seb', 0), (866, 'quizaccess/seb:manage_seb_allowuserquitseb', 'write', 70, 'quizaccess_seb', 0), (867, 'quizaccess/seb:manage_seb_quitpassword', 'write', 70, 'quizaccess_seb', 0), (868, 'quizaccess/seb:manage_seb_allowreloadinexam', 'write', 70, 'quizaccess_seb', 0), (869, 'quizaccess/seb:manage_seb_showsebtaskbar', 'write', 70, 'quizaccess_seb', 0), (870, 'quizaccess/seb:manage_seb_showreloadbutton', 'write', 70, 'quizaccess_seb', 0), (871, 'quizaccess/seb:manage_seb_showtime', 'write', 70, 'quizaccess_seb', 0), (872, 'quizaccess/seb:manage_seb_showkeyboardlayout', 'write', 70, 'quizaccess_seb', 0), (873, 'quizaccess/seb:manage_seb_showwificontrol', 'write', 70, 'quizaccess_seb', 0), (874, 'quizaccess/seb:manage_seb_enableaudiocontrol', 'write', 70, 'quizaccess_seb', 0), (875, 'quizaccess/seb:manage_seb_muteonstartup', 'write', 70, 'quizaccess_seb', 0), (876, 'quizaccess/seb:manage_seb_allowspellchecking', 'write', 70, 'quizaccess_seb', 0), (877, 'quizaccess/seb:manage_seb_activateurlfiltering', 'write', 70, 'quizaccess_seb', 0), (878, 'quizaccess/seb:manage_seb_filterembeddedcontent', 'write', 70, 'quizaccess_seb', 0), (879, 'quizaccess/seb:manage_seb_expressionsallowed', 'write', 70, 'quizaccess_seb', 0), (880, 'quizaccess/seb:manage_seb_regexallowed', 'write', 70, 'quizaccess_seb', 0), (881, 'quizaccess/seb:manage_seb_expressionsblocked', 'write', 70, 'quizaccess_seb', 0), (882, 'quizaccess/seb:manage_seb_regexblocked', 'write', 70, 'quizaccess_seb', 0), (883, 'moodle/site:senderrormessage', 'write', 10, 'moodle', 16), (884, 'moodle/contentbank:downloadcontent', 'read', 50, 'moodle', 0), (885, 'moodle/course:downloadcoursecontent', 'read', 50, 'moodle', 0), (886, 'moodle/course:configuredownloadcontent', 'write', 50, 'moodle', 0), (887, 'moodle/payment:manageaccounts', 'write', 50, 'moodle', 42), (888, 'moodle/payment:viewpayments', 'read', 50, 'moodle', 8), (889, 'enrol/fee:config', 'write', 50, 'enrol_fee', 0), (890, 'enrol/fee:manage', 'write', 50, 'enrol_fee', 0), (891, 'enrol/fee:unenrol', 'write', 50, 'enrol_fee', 0), (892, 'enrol/fee:unenrolself', 'write', 50, 'enrol_fee', 0), (893, 'enrol/self:enrolself', 'write', 50, 'enrol_self', 0), (894, 'tool/customlang:export', 'read', 10, 'tool_customlang', 2), (895, 'block/cocoon_course_categories_5:myaddinstance', 'write', 10, 'block_cocoon_course_categories_5', 0), (896, 'block/cocoon_course_categories_5:addinstance', 'write', 80, 'block_cocoon_course_categories_5', 20), (897, 'block/cocoon_course_grid_5:addinstance', 'write', 80, 'block_cocoon_course_grid_5', 20), (898, 'block/cocoon_course_grid_5:myaddinstance', 'write', 80, 'block_cocoon_course_grid_5', 20), (899, 'block/cocoon_course_grid_6:addinstance', 'write', 80, 'block_cocoon_course_grid_6', 20), (900, 'block/cocoon_course_grid_6:myaddinstance', 'write', 80, 'block_cocoon_course_grid_6', 20), (901, 'block/cocoon_course_grid_7:addinstance', 'write', 80, 'block_cocoon_course_grid_7', 20), (902, 'block/cocoon_course_grid_7:myaddinstance', 'write', 80, 'block_cocoon_course_grid_7', 20), (903, 'block/cocoon_course_grid_8:addinstance', 'write', 80, 'block_cocoon_course_grid_8', 20), (904, 'block/cocoon_course_grid_8:myaddinstance', 'write', 80, 'block_cocoon_course_grid_8', 20), (905, 'block/cocoon_event_list:myaddinstance', 'write', 10, 'block_cocoon_event_list', 0), (906, 'block/cocoon_event_list:addinstance', 'write', 80, 'block_cocoon_event_list', 20), (907, 'block/cocoon_event_list_2:myaddinstance', 'write', 10, 'block_cocoon_event_list_2', 0), (908, 'block/cocoon_event_list_2:addinstance', 'write', 80, 'block_cocoon_event_list_2', 20), (909, 'block/cocoon_featured_teacher:addinstance', 'write', 80, 'block_cocoon_featured_teacher', 20), (910, 'block/cocoon_featured_teacher:myaddinstance', 'write', 80, 'block_cocoon_featured_teacher', 20), (911, 'block/cocoon_featured_video:myaddinstance', 'write', 10, 'block_cocoon_featured_video', 0), (912, 'block/cocoon_featured_video:addinstance', 'write', 80, 'block_cocoon_featured_video', 20), (913, 'block/cocoon_hero_6:myaddinstance', 'write', 10, 'block_cocoon_hero_6', 0), (914, 'block/cocoon_hero_6:addinstance', 'write', 80, 'block_cocoon_hero_6', 20), (915, 'block/cocoon_hero_7:myaddinstance', 'write', 10, 'block_cocoon_hero_7', 0), (916, 'block/cocoon_hero_7:addinstance', 'write', 80, 'block_cocoon_hero_7', 20), (917, 'block/cocoon_parallax_subscribe_2:myaddinstance', 'write', 10, 'block_cocoon_parallax_subscribe_2', 0), (918, 'block/cocoon_parallax_subscribe_2:addinstance', 'write', 80, 'block_cocoon_parallax_subscribe_2', 20), (919, 'block/cocoon_slider_7:myaddinstance', 'write', 10, 'block_cocoon_slider_7', 0), (920, 'block/cocoon_slider_7:addinstance', 'write', 80, 'block_cocoon_slider_7', 20), (921, 'block/cocoon_slider_8:myaddinstance', 'write', 10, 'block_cocoon_slider_8', 0), (922, 'block/cocoon_slider_8:addinstance', 'write', 80, 'block_cocoon_slider_8', 20), (923, 'block/cocoon_tstmnls_3:myaddinstance', 'write', 10, 'block_cocoon_tstmnls_3', 0), (924, 'block/cocoon_tstmnls_3:addinstance', 'write', 80, 'block_cocoon_tstmnls_3', 20), (925, 'block/cocoon_tstmnls_4:myaddinstance', 'write', 10, 'block_cocoon_tstmnls_4', 0), (926, 'block/cocoon_tstmnls_4:addinstance', 'write', 80, 'block_cocoon_tstmnls_4', 20), (927, 'block/cocoon_tstmnls_5:myaddinstance', 'write', 10, 'block_cocoon_tstmnls_5', 0), (928, 'block/cocoon_tstmnls_5:addinstance', 'write', 80, 'block_cocoon_tstmnls_5', 20), (929, 'block/cocoon_tstmnls_6:myaddinstance', 'write', 10, 'block_cocoon_tstmnls_6', 0), (930, 'block/cocoon_tstmnls_6:addinstance', 'write', 80, 'block_cocoon_tstmnls_6', 20), (931, 'block/cocoon_form:myaddinstance', 'write', 10, 'block_cocoon_form', 0), (932, 'block/cocoon_form:addinstance', 'write', 80, 'block_cocoon_form', 20), (933, 'moodle/contentbank:viewunlistedcontent', 'read', 50, 'moodle', 0), (934, 'moodle/reportbuilder:view', 'read', 10, 'moodle', 0), (935, 'moodle/reportbuilder:edit', 'write', 10, 'moodle', 0), (936, 'moodle/reportbuilder:editall', 'write', 10, 'moodle', 0), (937, 'moodle/reportbuilder:scheduleviewas', 'read', 10, 'moodle', 0), (938, 'mod/assign:viewownsubmissionsummary', 'read', 70, 'mod_assign', 0), (939, 'mod/bigbluebuttonbn:addinstance', 'write', 50, 'mod_bigbluebuttonbn', 4), (940, 'mod/bigbluebuttonbn:addinstancewithmeeting', 'write', 70, 'mod_bigbluebuttonbn', 0), (941, 'mod/bigbluebuttonbn:addinstancewithrecording', 'write', 70, 'mod_bigbluebuttonbn', 0), (942, 'mod/bigbluebuttonbn:join', 'read', 70, 'mod_bigbluebuttonbn', 0), (943, 'mod/bigbluebuttonbn:view', 'read', 70, 'mod_bigbluebuttonbn', 0), (944, 'mod/bigbluebuttonbn:managerecordings', 'write', 70, 'mod_bigbluebuttonbn', 0), (945, 'mod/bigbluebuttonbn:publishrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0), (946, 'mod/bigbluebuttonbn:unpublishrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0), (947, 'mod/bigbluebuttonbn:protectrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0), (948, 'mod/bigbluebuttonbn:unprotectrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0), (949, 'mod/bigbluebuttonbn:deleterecordings', 'write', 70, 'mod_bigbluebuttonbn', 0), (950, 'mod/bigbluebuttonbn:importrecordings', 'write', 70, 'mod_bigbluebuttonbn', 0), (951, 'mod/quiz:viewoverrides', 'read', 70, 'mod_quiz', 0), (952, 'mod/quiz:emailnotifyattemptgraded', 'read', 70, 'mod_quiz', 0), (953, 'block/accessreview:addinstance', 'write', 80, 'block_accessreview', 0), (954, 'block/accessreview:view', 'read', 80, 'block_accessreview', 0), (955, 'moodle/question:commentmine', 'write', 50, 'qbank_comment', 0), (956, 'moodle/question:commentall', 'write', 50, 'qbank_comment', 0), (957, 'qbank/customfields:changelockedcustomfields', 'write', 50, 'qbank_customfields', 16), (958, 'qbank/customfields:configurecustomfields', 'write', 10, 'qbank_customfields', 16), (959, 'qbank/customfields:viewhiddencustomfields', 'read', 50, 'qbank_customfields', 0), (960, 'tool/brickfield:viewcoursetools', 'read', 50, 'tool_brickfield', 8), (961, 'tool/brickfield:viewsystemtools', 'read', 10, 'tool_brickfield', 2); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_chat` -- CREATE TABLE `cocoon_chat` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `keepdays` bigint NOT NULL DEFAULT '0', `studentlogs` smallint NOT NULL DEFAULT '0', `chattime` bigint NOT NULL DEFAULT '0', `schedule` smallint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Each of these is a chat room'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_chat_messages` -- CREATE TABLE `cocoon_chat_messages` ( `id` bigint NOT NULL, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `issystem` tinyint(1) NOT NULL DEFAULT '0', `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores all the actual chat messages'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_chat_messages_current` -- CREATE TABLE `cocoon_chat_messages_current` ( `id` bigint NOT NULL, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `issystem` tinyint(1) NOT NULL DEFAULT '0', `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timestamp` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores current session'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_chat_users` -- CREATE TABLE `cocoon_chat_users` ( `id` bigint NOT NULL, `chatid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `version` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ip` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `firstping` bigint NOT NULL DEFAULT '0', `lastping` bigint NOT NULL DEFAULT '0', `lastmessageping` bigint NOT NULL DEFAULT '0', `sid` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `course` bigint NOT NULL DEFAULT '0', `lang` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Keeps track of which users are in which chat rooms'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_choice` -- CREATE TABLE `cocoon_choice` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `publish` tinyint NOT NULL DEFAULT '0', `showresults` tinyint NOT NULL DEFAULT '0', `display` smallint NOT NULL DEFAULT '0', `allowupdate` tinyint NOT NULL DEFAULT '0', `allowmultiple` tinyint NOT NULL DEFAULT '0', `showunanswered` tinyint NOT NULL DEFAULT '0', `includeinactive` tinyint NOT NULL DEFAULT '1', `limitanswers` tinyint NOT NULL DEFAULT '0', `timeopen` bigint NOT NULL DEFAULT '0', `timeclose` bigint NOT NULL DEFAULT '0', `showpreview` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0', `showavailable` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available choices are stored here'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_choice_answers` -- CREATE TABLE `cocoon_choice_answers` ( `id` bigint NOT NULL, `choiceid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `optionid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='choices performed by users'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_choice_options` -- CREATE TABLE `cocoon_choice_options` ( `id` bigint NOT NULL, `choiceid` bigint NOT NULL DEFAULT '0', `text` longtext COLLATE utf8mb4_unicode_ci, `maxanswers` bigint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='available options to choice'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_cocoon_form_builder` -- CREATE TABLE `cocoon_cocoon_form_builder` ( `id` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Cocoon Form Builder'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_cocoon_form_builder_forms` -- CREATE TABLE `cocoon_cocoon_form_builder_forms` ( `id` bigint NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `json` longtext COLLATE utf8mb4_unicode_ci, `data` longtext COLLATE utf8mb4_unicode_ci, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `confirm_message` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `recipients` longtext COLLATE utf8mb4_unicode_ci, `status` tinyint(1) DEFAULT '1', `ajax` tinyint(1) DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Cocoon Form Builder'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_cohort` -- CREATE TABLE `cocoon_cohort` ( `id` bigint NOT NULL, `contextid` bigint NOT NULL, `name` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL, `visible` tinyint(1) NOT NULL DEFAULT '1', `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `theme` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Each record represents one cohort (aka site-wide group).'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_cohort_members` -- CREATE TABLE `cocoon_cohort_members` ( `id` bigint NOT NULL, `cohortid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Link a user to a cohort.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_comments` -- CREATE TABLE `cocoon_comments` ( `id` bigint NOT NULL, `contextid` bigint NOT NULL, `component` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `commentarea` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `format` tinyint NOT NULL DEFAULT '0', `userid` bigint NOT NULL, `timecreated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='moodle comments module'; -- -- Volcado de datos para la tabla `cocoon_comments` -- INSERT INTO `cocoon_comments` (`id`, `contextid`, `component`, `commentarea`, `itemid`, `content`, `format`, `userid`, `timecreated`) VALUES (7, 5, 'block_comments', 'page_comments', 0, 'Test 2', 0, 2, 1577702697), (9, 305, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578009060), (10, 305, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578009070), (11, 5, 'blog', 'format_blog', 4, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578009232), (12, 5, 'blog', 'format_blog', 3, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578009238), (13, 5, 'blog', 'format_blog', 2, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578009242), (14, 5, 'blog', 'format_blog', 1, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578009245), (15, 5, 'blog', 'format_blog', 4, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578009251), (16, 5, 'blog', 'format_blog', 3, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578009253), (17, 5, 'blog', 'format_blog', 2, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578009255), (18, 5, 'blog', 'format_blog', 1, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578009256), (19, 156, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578012862), (20, 155, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578012869), (21, 154, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578012872), (22, 153, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578012876), (23, 152, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578012881), (24, 150, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578012884), (25, 148, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578012887), (26, 146, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578012892), (27, 156, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578012901), (28, 155, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578012903), (29, 154, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578012905), (30, 153, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578012906), (31, 152, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578012908), (32, 150, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578012909), (33, 148, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578012911), (34, 146, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578012913), (35, 170, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013015), (36, 176, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013019), (37, 175, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013025), (38, 174, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013029), (39, 173, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013034), (40, 172, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013037), (41, 171, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013042), (42, 170, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013050), (43, 176, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013052), (44, 175, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013054), (45, 174, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013056), (46, 173, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013057), (47, 172, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013059), (48, 171, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013061), (49, 180, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013164), (50, 184, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013168), (51, 183, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013173), (52, 182, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013176), (53, 181, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013180), (54, 179, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013183), (55, 178, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013187), (56, 180, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013198), (57, 184, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013200), (58, 183, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013201), (59, 182, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013202), (60, 181, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013203), (61, 179, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013207), (62, 178, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013208), (63, 188, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013390), (64, 191, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013394), (65, 189, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013397), (66, 187, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013401), (67, 186, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013403), (68, 185, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013407), (69, 188, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013414), (70, 191, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013417), (71, 189, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013419), (72, 187, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013420), (73, 186, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013421), (74, 185, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013423), (75, 198, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013655), (76, 197, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013672), (77, 196, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013678), (78, 195, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013682), (79, 194, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013686), (80, 193, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013689), (81, 192, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578013693), (82, 198, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013733), (83, 197, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013769), (84, 196, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013780), (85, 195, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013783), (86, 194, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013788), (87, 193, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013791), (88, 192, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578013793), (89, 203, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014018), (90, 205, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014021), (91, 204, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014026), (92, 202, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014030), (93, 201, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014034), (94, 200, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014037), (95, 199, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014040), (96, 203, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014048), (97, 205, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014050), (98, 204, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014052), (99, 202, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014054), (100, 201, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014056), (101, 200, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014057), (102, 199, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014061), (103, 207, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014117), (104, 212, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014121), (105, 211, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014124), (106, 210, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014127), (107, 209, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014131), (108, 208, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014136), (109, 206, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014141), (110, 207, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014149), (111, 212, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014155), (112, 211, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014157), (113, 210, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014159), (114, 209, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014161), (115, 208, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014163), (116, 206, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014164), (117, 218, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014312), (118, 219, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014318), (119, 217, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014324), (120, 216, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014328), (121, 215, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014333), (122, 214, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014338), (123, 213, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578014341), (124, 218, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014358), (125, 219, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014360), (126, 217, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014361), (127, 216, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014363), (128, 215, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014364), (129, 214, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014367), (130, 213, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578014369), (131, 190, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the Beginner to Advanced course first.\n\nThe sound and video quality is of a good standard. Thank you Cristian.', 0, 5, 1578015534), (132, 190, 'block_comments', 'page_comments', 0, 'This is the second Photoshop course I have completed with Cristian. Worth every penny and recommend it highly. To get the most out of this course, its best to to take the', 0, 5, 1578015538); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency` -- CREATE TABLE `cocoon_competency` ( `id` bigint NOT NULL, `shortname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` smallint NOT NULL DEFAULT '0', `idnumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `competencyframeworkid` bigint NOT NULL, `parentid` bigint NOT NULL DEFAULT '0', `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortorder` bigint NOT NULL, `ruletype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ruleoutcome` tinyint NOT NULL DEFAULT '0', `ruleconfig` longtext COLLATE utf8mb4_unicode_ci, `scaleid` bigint DEFAULT NULL, `scaleconfiguration` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table contains the master record of each competency in '; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_coursecomp` -- CREATE TABLE `cocoon_competency_coursecomp` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `competencyid` bigint NOT NULL, `ruleoutcome` tinyint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `sortorder` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Link a competency to a course.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_coursecompsetting` -- CREATE TABLE `cocoon_competency_coursecompsetting` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `pushratingstouserplans` tinyint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table contains the course specific settings for compete'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_evidence` -- CREATE TABLE `cocoon_competency_evidence` ( `id` bigint NOT NULL, `usercompetencyid` bigint NOT NULL, `contextid` bigint NOT NULL, `action` tinyint NOT NULL, `actionuserid` bigint DEFAULT NULL, `descidentifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `desccomponent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `desca` longtext COLLATE utf8mb4_unicode_ci, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `grade` bigint DEFAULT NULL, `note` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='The evidence linked to a user competency'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_framework` -- CREATE TABLE `cocoon_competency_framework` ( `id` bigint NOT NULL, `shortname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextid` bigint NOT NULL, `idnumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` smallint NOT NULL DEFAULT '0', `scaleid` bigint DEFAULT NULL, `scaleconfiguration` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `visible` tinyint NOT NULL DEFAULT '1', `taxonomies` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='List of competency frameworks.'; -- -- Volcado de datos para la tabla `cocoon_competency_framework` -- INSERT INTO `cocoon_competency_framework` (`id`, `shortname`, `contextid`, `idnumber`, `description`, `descriptionformat`, `scaleid`, `scaleconfiguration`, `visible`, `taxonomies`, `timecreated`, `timemodified`, `usermodified`) VALUES (1, 'Beginner', 1, '1', '

A beginner competency framework.

', 1, 1, '[{\"scaleid\":\"1\"},{\"id\":2,\"scaledefault\":1,\"proficient\":1}]', 1, 'competency,concept,domain,indicator', 1576575649, 1576575649, 2); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_modulecomp` -- CREATE TABLE `cocoon_competency_modulecomp` ( `id` bigint NOT NULL, `cmid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `sortorder` bigint NOT NULL, `competencyid` bigint NOT NULL, `ruleoutcome` tinyint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Link a competency to a module.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_plan` -- CREATE TABLE `cocoon_competency_plan` ( `id` bigint NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` smallint NOT NULL DEFAULT '0', `userid` bigint NOT NULL, `templateid` bigint DEFAULT NULL, `origtemplateid` bigint DEFAULT NULL, `status` tinyint(1) NOT NULL, `duedate` bigint DEFAULT '0', `reviewerid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Learning plans'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_plancomp` -- CREATE TABLE `cocoon_competency_plancomp` ( `id` bigint NOT NULL, `planid` bigint NOT NULL, `competencyid` bigint NOT NULL, `sortorder` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Plan competencies'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_relatedcomp` -- CREATE TABLE `cocoon_competency_relatedcomp` ( `id` bigint NOT NULL, `competencyid` bigint NOT NULL, `relatedcompetencyid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Related competencies'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_template` -- CREATE TABLE `cocoon_competency_template` ( `id` bigint NOT NULL, `shortname` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextid` bigint NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` smallint NOT NULL DEFAULT '0', `visible` tinyint NOT NULL DEFAULT '1', `duedate` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Learning plan templates.'; -- -- Volcado de datos para la tabla `cocoon_competency_template` -- INSERT INTO `cocoon_competency_template` (`id`, `shortname`, `contextid`, `description`, `descriptionformat`, `visible`, `duedate`, `timecreated`, `timemodified`, `usermodified`) VALUES (1, 'Learning plan', 1, '

Your learning plan.

', 1, 1, 0, 1576575535, 1576575535, 2), (2, 'Your Learning Plan', 47, '

Your Learning Plan

', 1, 1, 0, 1576575676, 1576575676, 2); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_templatecohort` -- CREATE TABLE `cocoon_competency_templatecohort` ( `id` bigint NOT NULL, `templateid` bigint NOT NULL, `cohortid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Default comment for the table, please edit me'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_templatecomp` -- CREATE TABLE `cocoon_competency_templatecomp` ( `id` bigint NOT NULL, `templateid` bigint NOT NULL, `competencyid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `sortorder` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Link a competency to a learning plan template.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_usercomp` -- CREATE TABLE `cocoon_competency_usercomp` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, `status` tinyint NOT NULL DEFAULT '0', `reviewerid` bigint DEFAULT NULL, `proficiency` tinyint DEFAULT NULL, `grade` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='User competencies'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_usercompcourse` -- CREATE TABLE `cocoon_competency_usercompcourse` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `courseid` bigint NOT NULL, `competencyid` bigint NOT NULL, `proficiency` tinyint DEFAULT NULL, `grade` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='User competencies in a course'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_usercompplan` -- CREATE TABLE `cocoon_competency_usercompplan` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `competencyid` bigint NOT NULL, `planid` bigint NOT NULL, `proficiency` tinyint DEFAULT NULL, `grade` bigint DEFAULT NULL, `sortorder` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='User competencies plans'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_userevidence` -- CREATE TABLE `cocoon_competency_userevidence` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `descriptionformat` tinyint(1) NOT NULL, `url` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='The evidence of prior learning'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_competency_userevidencecomp` -- CREATE TABLE `cocoon_competency_userevidencecomp` ( `id` bigint NOT NULL, `userevidenceid` bigint NOT NULL, `competencyid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Relationship between user evidence and competencies'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_config` -- CREATE TABLE `cocoon_config` ( `id` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Moodle configuration variables'; -- -- Volcado de datos para la tabla `cocoon_config` -- INSERT INTO `cocoon_config` (`id`, `name`, `value`) VALUES (2, 'rolesactive', '1'), (3, 'auth', 'email'), (4, 'enrol_plugins_enabled', 'manual,guest,self,cohort'), (5, 'theme', 'edumy'), (6, 'filter_multilang_converted', '1'), (7, 'siteidentifier', '0PbGLqSpvgQTHRzEKPKTaIImD6zmHHydlocalhost'), (8, 'backup_version', '2019052000'), (9, 'backup_release', '3.7'), (10, 'mnet_dispatcher_mode', 'off'), (11, 'sessiontimeout', '7200'), (12, 'stringfilters', ''), (13, 'filterall', '0'), (14, 'texteditors', 'atto,tinymce,textarea'), (15, 'antiviruses', ''), (16, 'media_plugins_sortorder', 'videojs,youtube,swf'), (17, 'upgrade_extracreditweightsstepignored', '1'), (18, 'upgrade_calculatedgradeitemsignored', '1'), (19, 'upgrade_letterboundarycourses', '1'), (20, 'mnet_localhost_id', '1'), (21, 'mnet_all_hosts_id', '2'), (22, 'siteguest', '1'), (23, 'siteadmins', '2'), (24, 'themerev', '1736965004'), (25, 'jsrev', '1736965004'), (26, 'gdversion', '2'), (27, 'licenses', 'unknown,allrightsreserved,public,cc,cc-nd,cc-nc-nd,cc-nc,cc-nc-sa,cc-sa'), (29, 'version', '2022041901'), (30, 'enableoutcomes', '0'), (31, 'usecomments', '1'), (32, 'usetags', '1'), (33, 'enablenotes', '1'), (34, 'enableportfolios', '0'), (35, 'enablewebservices', '0'), (36, 'enablestats', '0'), (37, 'enablerssfeeds', '0'), (38, 'enableblogs', '1'), (39, 'enablecompletion', '1'), (40, 'completiondefault', '1'), (41, 'enableavailability', '1'), (42, 'enableplagiarism', '0'), (43, 'enablebadges', '1'), (44, 'enableglobalsearch', '1'), (45, 'allowstealth', '0'), (46, 'defaultpreference_maildisplay', '2'), (47, 'defaultpreference_mailformat', '1'), (48, 'defaultpreference_maildigest', '0'), (49, 'defaultpreference_autosubscribe', '1'), (50, 'defaultpreference_trackforums', '0'), (51, 'autologinguests', '1'), (52, 'hiddenuserfields', ''), (53, 'showuseridentity', 'email'), (54, 'fullnamedisplay', 'language'), (55, 'alternativefullnameformat', 'language'), (56, 'maxusersperpage', '100'), (57, 'enablegravatar', '0'), (58, 'gravatardefaulturl', 'mm'), (59, 'agedigitalconsentverification', '0'), (60, 'agedigitalconsentmap', '*, 16\nAT, 14\nBE, 13\nBG, 14\nCY, 14\nCZ, 15\nDK, 13\nEE, 13\nES, 14\nFI, 13\nFR, 15\nGB, 13\nGR, 15\nIT, 14\nLT, 14\nLV, 13\nMT, 13\nNO, 13\nPT, 13\nSE, 13\nUS, 13'), (61, 'sitepolicy', ''), (62, 'sitepolicyguest', ''), (63, 'enablecourserequests', '0'), (64, 'defaultrequestcategory', '3'), (65, 'requestcategoryselection', '0'), (66, 'courserequestnotify', ''), (67, 'enableasyncbackup', '0'), (68, 'grade_profilereport', 'user'), (69, 'grade_aggregationposition', '1'), (70, 'grade_includescalesinaggregation', '1'), (71, 'grade_hiddenasdate', '0'), (72, 'gradepublishing', '0'), (73, 'grade_export_exportfeedback', '0'), (74, 'grade_export_displaytype', '1'), (75, 'grade_export_decimalpoints', '2'), (77, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email'), (78, 'grade_export_customprofilefields', ''), (79, 'recovergradesdefault', '0'), (80, 'gradeexport', ''), (81, 'unlimitedgrades', '0'), (82, 'grade_report_showmin', '1'), (83, 'gradepointmax', '100'), (84, 'gradepointdefault', '100'), (85, 'grade_minmaxtouse', '1'), (86, 'grade_mygrades_report', 'overview'), (87, 'gradereport_mygradeurl', ''), (88, 'grade_hideforcedsettings', '1'), (89, 'grade_aggregation', '13'), (90, 'grade_aggregation_flag', '0'), (91, 'grade_aggregations_visible', '13'), (92, 'grade_aggregateonlygraded', '1'), (93, 'grade_aggregateonlygraded_flag', '2'), (94, 'grade_aggregateoutcomes', '0'), (95, 'grade_aggregateoutcomes_flag', '2'), (96, 'grade_keephigh', '0'), (97, 'grade_keephigh_flag', '3'), (98, 'grade_droplow', '0'), (99, 'grade_droplow_flag', '2'), (100, 'grade_overridecat', '1'), (101, 'grade_displaytype', '1'), (102, 'grade_decimalpoints', '2'), (103, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'), (104, 'grade_report_studentsperpage', '100'), (105, 'grade_report_showonlyactiveenrol', '1'), (106, 'grade_report_quickgrading', '1'), (107, 'grade_report_showquickfeedback', '0'), (108, 'grade_report_meanselection', '1'), (109, 'grade_report_enableajax', '0'), (110, 'grade_report_showcalculations', '1'), (111, 'grade_report_showeyecons', '0'), (112, 'grade_report_showaverages', '1'), (113, 'grade_report_showlocks', '0'), (114, 'grade_report_showranges', '0'), (115, 'grade_report_showanalysisicon', '1'), (116, 'grade_report_showuserimage', '1'), (117, 'grade_report_showactivityicons', '1'), (118, 'grade_report_shownumberofgrades', '0'), (119, 'grade_report_averagesdisplaytype', 'inherit'), (120, 'grade_report_rangesdisplaytype', 'inherit'), (121, 'grade_report_averagesdecimalpoints', 'inherit'), (122, 'grade_report_rangesdecimalpoints', 'inherit'), (123, 'grade_report_historyperpage', '50'), (124, 'grade_report_overview_showrank', '0'), (125, 'grade_report_overview_showtotalsifcontainhidden', '0'), (126, 'grade_report_user_showrank', '0'), (127, 'grade_report_user_showpercentage', '1'), (128, 'grade_report_user_showgrade', '1'), (129, 'grade_report_user_showfeedback', '1'), (130, 'grade_report_user_showrange', '1'), (131, 'grade_report_user_showweight', '1'), (132, 'grade_report_user_showaverage', '0'), (133, 'grade_report_user_showlettergrade', '0'), (134, 'grade_report_user_rangedecimals', '0'), (135, 'grade_report_user_showhiddenitems', '1'), (136, 'grade_report_user_showtotalsifcontainhidden', '0'), (137, 'grade_report_user_showcontributiontocoursetotal', '1'), (138, 'badges_defaultissuername', ''), (139, 'badges_defaultissuercontact', ''), (140, 'badges_badgesalt', 'badges1570138755'), (141, 'badges_allowcoursebadges', '1'), (142, 'badges_allowexternalbackpack', '1'), (144, 'forcetimezone', 'America/Santiago'), (145, 'country', 'CL'), (146, 'defaultcity', ''), (147, 'geoip2file', ''), (148, 'googlemapkey3', ''), (149, 'allcountrycodes', ''), (150, 'autolang', '0'), (151, 'lang', 'es'), (152, 'langmenu', '0'), (153, 'langlist', ''), (154, 'langrev', '1736965566'), (155, 'langcache', '1'), (156, 'langstringcache', '1'), (157, 'locale', ''), (158, 'latinexcelexport', '0'), (159, 'messaging', '1'), (160, 'messagingallusers', '1'), (161, 'messagingdefaultpressenter', '1'), (162, 'messagingdeletereadnotificationsdelay', '604800'), (163, 'messagingdeleteallnotificationsdelay', '2620800'), (164, 'messagingallowemailoverride', '0'), (165, 'requiremodintro', '0'), (167, 'authloginviaemail', '0'), (168, 'allowaccountssameemail', '0'), (169, 'authpreventaccountcreation', '0'), (170, 'loginpageautofocus', '0'), (171, 'guestloginbutton', '1'), (172, 'limitconcurrentlogins', '0'), (173, 'alternateloginurl', ''), (174, 'forgottenpasswordurl', ''), (175, 'auth_instructions', ''), (176, 'allowemailaddresses', ''), (177, 'denyemailaddresses', ''), (178, 'verifychangedemail', '1'), (179, 'recaptchapublickey', ''), (180, 'recaptchaprivatekey', ''), (181, 'filteruploadedfiles', '0'), (182, 'filtermatchoneperpage', '0'), (183, 'filtermatchonepertext', '0'), (184, 'sitedefaultlicense', 'allrightsreserved'), (185, 'media_default_width', '400'), (186, 'media_default_height', '300'), (187, 'portfolio_moderate_filesize_threshold', '1048576'), (188, 'portfolio_high_filesize_threshold', '5242880'), (189, 'portfolio_moderate_db_threshold', '20'), (190, 'portfolio_high_db_threshold', '50'), (191, 'repositorycacheexpire', '120'), (192, 'repositorygetfiletimeout', '30'), (193, 'repositorysyncfiletimeout', '1'), (194, 'repositorysyncimagetimeout', '3'), (195, 'repositoryallowexternallinks', '1'), (196, 'legacyfilesinnewcourses', '0'), (197, 'legacyfilesaddallowed', '1'), (198, 'searchengine', 'simpledb'), (199, 'searchindexwhendisabled', '0'), (200, 'searchindextime', '600'), (201, 'searchallavailablecourses', '0'), (202, 'searchincludeallcourses', '0'), (203, 'searchenablecategories', '0'), (204, 'searchdefaultcategory', 'core-all'), (205, 'searchhideallcategory', '0'), (206, 'enablewsdocumentation', '0'), (207, 'allowbeforeblock', '0'), (208, 'allowedip', ''), (209, 'blockedip', ''), (210, 'protectusernames', '1'), (211, 'forcelogin', '0'), (212, 'forceloginforprofiles', '1'), (213, 'forceloginforprofileimage', '0'), (215, 'allowindexing', '0'), (216, 'maxbytes', '0'), (217, 'userquota', '104857600'), (218, 'allowobjectembed', '0'), (219, 'enabletrusttext', '0'), (220, 'maxeditingtime', '1800'), (221, 'extendedusernamechars', '0'), (222, 'keeptagnamecase', '1'), (223, 'profilesforenrolledusersonly', '1'), (224, 'cronclionly', '1'), (225, 'cronremotepassword', 'opensesame'), (226, 'lockoutthreshold', '0'), (227, 'lockoutwindow', '1800'), (228, 'lockoutduration', '1800'), (229, 'passwordpolicy', '1'), (230, 'minpasswordlength', '8'), (231, 'minpassworddigits', '1'), (232, 'minpasswordlower', '1'), (233, 'minpasswordupper', '1'), (234, 'minpasswordnonalphanum', '1'), (235, 'maxconsecutiveidentchars', '0'), (236, 'passwordreuselimit', '0'), (237, 'pwresettime', '1800'), (238, 'passwordchangelogout', '0'), (239, 'passwordchangetokendeletion', '0'), (240, 'tokenduration', '7257600'), (241, 'groupenrolmentkeypolicy', '1'), (242, 'disableuserimages', '0'), (243, 'emailchangeconfirmation', '1'), (244, 'rememberusername', '2'), (245, 'strictformsrequired', '0'), (246, 'cookiesecure', '1'), (247, 'cookiehttponly', '0'), (248, 'allowframembedding', '0'), (249, 'curlsecurityblockedhosts', ''), (250, 'curlsecurityallowedport', ''), (251, 'displayloginfailures', '0'), (252, 'notifyloginfailures', ''), (253, 'notifyloginthreshold', '10'), (254, 'themelist', ''), (255, 'themedesignermode', '0'), (256, 'allowuserthemes', '0'), (257, 'allowcoursethemes', '0'), (258, 'allowcategorythemes', '0'), (259, 'allowcohortthemes', '0'), (260, 'allowthemechangeonurl', '1'), (261, 'allowuserblockhiding', '1'), (262, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\n- Home 9 (Video)|/mod/page/view.php?id=88\r\n- Home 10|/mod/page/view.php?id=89\r\n- Home 11|/mod/page/view.php?id=90\r\n- Home 12|/mod/page/view.php?id=91\r\n- Home 13 (Dark)|/mod/page/view.php?id=92\r\n- Home 14|/mod/page/view.php?id=93\r\n- Home 15|/mod/page/view.php?id=94\r\n- Home 16|/mod/page/view.php?id=95\r\n- Home 17|/mod/page/view.php?id=96\r\nCourses|#\r\n- Courses List|/course/index.php?categoryid=3\r\n- Courses List Slider|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Event Single|/mod/page/view.php?id=87\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80'), (263, 'customusermenuitems', 'profile,moodle|/user/profile.php\ngrades,grades|/grade/report/mygrades.php\ncalendar,core_calendar|/calendar/view.php?view=month\nprivatefiles,moodle|/user/files.php\nreports,core_reportbuilder|/reportbuilder/index.php'), (264, 'enabledevicedetection', '1'), (265, 'devicedetectregex', '[]'), (266, 'calendartype', 'gregorian'), (267, 'calendar_adminseesall', '0'), (268, 'calendar_site_timeformat', '0'), (269, 'calendar_startwday', '1'), (270, 'calendar_weekend', '65'), (271, 'calendar_lookahead', '21'), (272, 'calendar_maxevents', '10'), (273, 'enablecalendarexport', '1'), (274, 'calendar_customexport', '1'), (275, 'calendar_exportlookahead', '365'), (276, 'calendar_exportlookback', '5'), (277, 'calendar_exportsalt', '3sM7G16yrhyL389UKYtX9EDU8D4NcNs789zYQ7vuVWqOHsNOyRdsnQIeCHfg'), (278, 'calendar_showicalsource', '1'), (279, 'useblogassociations', '1'), (280, 'bloglevel', '5'), (281, 'useexternalblogs', '0'), (282, 'externalblogcrontime', '86400'), (283, 'maxexternalblogsperuser', '1'), (284, 'blogusecomments', '1'), (285, 'blogshowcommentscount', '1'), (286, 'defaulthomepage', '0'), (287, 'allowguestmymoodle', '1'), (288, 'navshowfullcoursenames', '0'), (289, 'navshowcategories', '1'), (290, 'navshowmycoursecategories', '1'), (291, 'navshowallcourses', '1'), (292, 'navsortmycoursessort', 'sortorder'), (293, 'navcourselimit', '10'), (294, 'usesitenameforsitepages', '0'), (295, 'linkadmincategories', '1'), (296, 'linkcoursesections', '1'), (297, 'navshowfrontpagemods', '1'), (298, 'navadduserpostslinks', '1'), (299, 'formatstringstriptags', '1'), (300, 'emoticons', '[{\"text\":\":-)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":-D\",\"imagename\":\"s\\/biggrin\",\"imagecomponent\":\"core\",\"altidentifier\":\"biggrin\",\"altcomponent\":\"core_pix\"},{\"text\":\";-)\",\"imagename\":\"s\\/wink\",\"imagecomponent\":\"core\",\"altidentifier\":\"wink\",\"altcomponent\":\"core_pix\"},{\"text\":\":-\\/\",\"imagename\":\"s\\/mixed\",\"imagecomponent\":\"core\",\"altidentifier\":\"mixed\",\"altcomponent\":\"core_pix\"},{\"text\":\"V-.\",\"imagename\":\"s\\/thoughtful\",\"imagecomponent\":\"core\",\"altidentifier\":\"thoughtful\",\"altcomponent\":\"core_pix\"},{\"text\":\":-P\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\":-p\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\"B-)\",\"imagename\":\"s\\/cool\",\"imagecomponent\":\"core\",\"altidentifier\":\"cool\",\"altcomponent\":\"core_pix\"},{\"text\":\"^-)\",\"imagename\":\"s\\/approve\",\"imagecomponent\":\"core\",\"altidentifier\":\"approve\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-)\",\"imagename\":\"s\\/wideeyes\",\"imagecomponent\":\"core\",\"altidentifier\":\"wideeyes\",\"altcomponent\":\"core_pix\"},{\"text\":\":o)\",\"imagename\":\"s\\/clown\",\"imagecomponent\":\"core\",\"altidentifier\":\"clown\",\"altcomponent\":\"core_pix\"},{\"text\":\":-(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\":(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-.\",\"imagename\":\"s\\/shy\",\"imagecomponent\":\"core\",\"altidentifier\":\"shy\",\"altcomponent\":\"core_pix\"},{\"text\":\":-I\",\"imagename\":\"s\\/blush\",\"imagecomponent\":\"core\",\"altidentifier\":\"blush\",\"altcomponent\":\"core_pix\"},{\"text\":\":-X\",\"imagename\":\"s\\/kiss\",\"imagecomponent\":\"core\",\"altidentifier\":\"kiss\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-o\",\"imagename\":\"s\\/surprise\",\"imagecomponent\":\"core\",\"altidentifier\":\"surprise\",\"altcomponent\":\"core_pix\"},{\"text\":\"P-|\",\"imagename\":\"s\\/blackeye\",\"imagecomponent\":\"core\",\"altidentifier\":\"blackeye\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-[\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"(grr)\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"xx-P\",\"imagename\":\"s\\/dead\",\"imagecomponent\":\"core\",\"altidentifier\":\"dead\",\"altcomponent\":\"core_pix\"},{\"text\":\"|-.\",\"imagename\":\"s\\/sleepy\",\"imagecomponent\":\"core\",\"altidentifier\":\"sleepy\",\"altcomponent\":\"core_pix\"},{\"text\":\"}-]\",\"imagename\":\"s\\/evil\",\"imagecomponent\":\"core\",\"altidentifier\":\"evil\",\"altcomponent\":\"core_pix\"},{\"text\":\"(h)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(heart)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(y)\",\"imagename\":\"s\\/yes\",\"imagecomponent\":\"core\",\"altidentifier\":\"yes\",\"altcomponent\":\"core\"},{\"text\":\"(n)\",\"imagename\":\"s\\/no\",\"imagecomponent\":\"core\",\"altidentifier\":\"no\",\"altcomponent\":\"core\"},{\"text\":\"(martin)\",\"imagename\":\"s\\/martin\",\"imagecomponent\":\"core\",\"altidentifier\":\"martin\",\"altcomponent\":\"core_pix\"},{\"text\":\"( )\",\"imagename\":\"s\\/egg\",\"imagecomponent\":\"core\",\"altidentifier\":\"egg\",\"altcomponent\":\"core_pix\"}]'), (301, 'docroot', 'https://docs.moodle.org'), (302, 'doclang', ''), (303, 'doctonewwindow', '0'), (304, 'coursecontactduplicates', '0'), (305, 'courselistshortnames', '0'), (306, 'coursesperpage', '20'), (307, 'courseswithsummarieslimit', '10'), (308, 'courseoverviewfileslimit', '1'), (309, 'courseoverviewfilesext', '.jpg,.gif,.png'), (310, 'coursegraceperiodbefore', '0'), (311, 'coursegraceperiodafter', '0'), (312, 'useexternalyui', '0'), (313, 'yuicomboloading', '1'), (314, 'cachejs', '1'), (315, 'modchooserdefault', '1'), (316, 'additionalhtmlhead', ''), (317, 'additionalhtmltopofbody', ''), (318, 'additionalhtmlfooter', ''), (319, 'pathtophp', ''), (320, 'pathtodu', ''), (321, 'aspellpath', ''), (322, 'pathtodot', ''), (323, 'pathtogs', '/usr/bin/gs'), (324, 'pathtopython', ''), (325, 'supportname', 'Admin User'), (327, 'supportpage', ''), (328, 'dbsessions', '0'), (329, 'sessioncookie', ''), (330, 'sessioncookiepath', '/edumy/'), (331, 'sessioncookiedomain', ''), (332, 'statsfirstrun', 'none'), (333, 'statsmaxruntime', '0'), (334, 'statsruntimedays', '31'), (335, 'statsuserthreshold', '0'), (336, 'slasharguments', '1'), (337, 'getremoteaddrconf', '0'), (338, 'proxyhost', ''), (339, 'proxyport', '0'), (340, 'proxytype', 'HTTP'), (341, 'proxyuser', ''), (342, 'proxypassword', ''), (343, 'proxybypass', 'localhost, 127.0.0.1'), (344, 'maintenance_enabled', '0'), (345, 'maintenance_message', ''), (346, 'deleteunconfirmed', '168'), (347, 'deleteincompleteusers', '0'), (348, 'disablegradehistory', '0'), (349, 'gradehistorylifetime', '0'), (350, 'tempdatafoldercleanup', '1'), (351, 'extramemorylimit', '512M'), (352, 'maxtimelimit', '0'), (353, 'curlcache', '120'), (354, 'curltimeoutkbitrate', '56'), (355, 'task_scheduled_concurrency_limit', '3'), (356, 'task_scheduled_max_runtime', '1800'), (357, 'task_adhoc_concurrency_limit', '3'), (358, 'task_adhoc_max_runtime', '1800'), (359, 'task_logmode', '1'), (360, 'task_logretention', '2419200'), (361, 'task_logretainruns', '20'), (362, 'smtphosts', ''), (363, 'smtpsecure', ''), (364, 'smtpauthtype', 'LOGIN'), (365, 'smtpuser', ''), (366, 'smtppass', ''), (367, 'smtpmaxbulk', '1'), (368, 'allowedemaildomains', ''), (369, 'sitemailcharset', '0'), (370, 'allowusermailcharset', '0'), (371, 'allowattachments', '1'), (372, 'mailnewline', 'LF'), (373, 'emailfromvia', '1'), (374, 'emailsubjectprefix', ''), (375, 'updateautocheck', '1'), (376, 'updateminmaturity', '200'), (377, 'updatenotifybuilds', '0'), (379, 'dndallowtextandlinks', '0'), (380, 'pathtosassc', ''), (381, 'contextlocking', '0'), (382, 'contextlockappliestoadmin', '1'), (383, 'forceclean', '0'), (384, 'debug', '32767'), (385, 'debugdisplay', '0'), (387, 'perfdebug', '7'), (388, 'debugstringids', '0'), (389, 'debugvalidators', '0'), (390, 'debugpageinfo', '0'), (391, 'profilingenabled', '0'), (392, 'profilingincluded', ''), (393, 'profilingexcluded', ''), (394, 'profilingautofrec', '0'), (395, 'profilingallowme', '0'), (396, 'profilingallowall', '0'), (397, 'profilingslow', '0'), (398, 'profilinglifetime', '1440'), (399, 'profilingimportprefix', '(I)'), (400, 'release', '4.0.1 (Build: 20220509)'), (401, 'branch', '400'), (402, 'localcachedirpurged', '1736965004'), (403, 'scheduledtaskreset', '1736965004'), (404, 'allversionshash', '8cb4721cdc6185020b3ebf24db9ed400ce8e54d1'), (406, 'registrationpending', '0'), (407, 'notloggedinroleid', '6'), (408, 'guestroleid', '6'), (409, 'defaultuserroleid', '7'), (410, 'creatornewroleid', '3'), (411, 'restorernewroleid', '3'), (412, 'sitepolicyhandler', ''), (413, 'gradebookroles', '5'), (419, 'airnotifierurl', 'https://messages.moodle.net'), (420, 'airnotifierport', '443'), (421, 'airnotifiermobileappname', 'com.moodle.moodlemobile'), (422, 'airnotifierappname', 'commoodlemoodlemobile'), (423, 'airnotifieraccesskey', ''), (424, 'chat_method', 'ajax'), (425, 'chat_refresh_userlist', '10'), (426, 'chat_old_ping', '35'), (427, 'chat_refresh_room', '5'), (428, 'chat_normal_updatemode', 'jsupdate'), (429, 'chat_serverhost', 'localhost'), (430, 'chat_serverip', '127.0.0.1'), (431, 'chat_serverport', '9111'), (432, 'chat_servermax', '100'), (433, 'data_enablerssfeeds', '0'), (434, 'feedback_allowfullanonymous', '0'), (435, 'forum_displaymode', '3'), (436, 'forum_shortpost', '300'), (437, 'forum_longpost', '600'), (438, 'forum_manydiscussions', '100'), (439, 'forum_maxbytes', '512000'), (440, 'forum_maxattachments', '9'), (441, 'forum_subscription', '0'), (442, 'forum_trackingtype', '1'), (443, 'forum_trackreadposts', '1'), (444, 'forum_allowforcedreadtracking', '0'), (445, 'forum_oldpostdays', '14'), (446, 'forum_usermarksread', '0'), (447, 'forum_cleanreadtime', '2'), (448, 'digestmailtime', '17'), (449, 'forum_enablerssfeeds', '0'), (450, 'forum_enabletimedposts', '1'), (451, 'glossary_entbypage', '10'), (452, 'glossary_dupentries', '0'), (453, 'glossary_allowcomments', '0'), (454, 'glossary_linkbydefault', '1'), (455, 'glossary_defaultapproval', '1'), (456, 'glossary_enablerssfeeds', '0'), (457, 'glossary_linkentries', '0'), (458, 'glossary_casesensitive', '0'), (459, 'glossary_fullmatch', '0'), (460, 'block_course_list_adminview', 'all'), (461, 'block_course_list_hideallcourseslink', '0'), (462, 'block_html_allowcssclasses', '0'), (463, 'block_online_users_timetosee', '5'), (464, 'block_rss_client_num_entries', '5'), (465, 'block_rss_client_timeout', '30'), (466, 'pathtounoconv', '/usr/bin/unoconv'), (467, 'filter_multilang_force_old', '0'), (469, 'logguests', '1'), (470, 'loglifetime', '0'), (471, 'profileroles', '5,4,3'), (472, 'coursecontact', '3'), (473, 'frontpage', ''), (474, 'frontpageloggedin', ''), (475, 'maxcategorydepth', '2'), (476, 'frontpagecourselimit', '200'), (477, 'commentsperpage', '15'), (478, 'defaultfrontpageroleid', '8'), (479, 'messageinbound_enabled', '0'), (480, 'messageinbound_mailbox', ''), (481, 'messageinbound_domain', ''), (482, 'messageinbound_host', ''), (483, 'messageinbound_hostssl', 'ssl'), (484, 'messageinbound_hostuser', ''), (485, 'messageinbound_hostpass', ''), (486, 'enablemobilewebservice', '0'), (487, 'timezone', 'America/Santiago'), (488, 'registerauth', 'email'), (489, 'noreplyaddress', 'email@example.com'), (498, 'reposecretkey', '1576574045MnP9OLIescYOwI4fLMwxy0zmAEZNJSyX'), (500, 'block_cocoon_course_list_adminview', 'all'), (501, 'block_cocoon_course_list_hideallcourseslink', '0'), (504, 'block_cocoon_course_categories_adminview', 'all'), (505, 'block_cocoon_course_categories_hideallcourseslink', '0'), (516, 'fileslastcleanup', '1612046702'), (517, 'scorm_updatetimelast', '1612046703'), (518, 'templaterev', '1736965004'), (520, 'opentowebcrawlers', '0'), (521, 'lockrequestcategory', '1'), (522, 'enableanalytics', '1'), (523, 'userfiltersdefault', 'realname'), (524, 'block_online_users_onlinestatushiding', '1'), (525, 'navsortmycourseshiddenlast', '1'), (526, 'cachetemplates', '1'), (527, 'filescleanupperiod', '86400'), (528, 'task_logtostdout', '1'), (529, 'enablecourserelativedates', '0'), (532, 'allowemojipicker', '1'), (534, 'enableuserfeedback', '0'), (535, 'userfeedback_nextreminder', '1'), (536, 'userfeedback_remindafter', '90'), (537, 'activitychoosertabmode', '0'), (538, 'h5plibraryhandler', 'h5plib_v124'), (539, 'rememberuserlicensepref', '1'), (540, 'passwordpolicycheckonlogin', '0'), (541, 'langmenuinsecurelayout', '0'), (542, 'logininfoinsecurelayout', '0'), (543, 'reverseproxyignore', ''), (544, 'mobilecssurl', ''), (547, 'paygw_plugins_sortorder', 'paypal'), (548, 'downloadcoursecontentallowed', '0'), (549, 'maxsizeperdownloadcoursefile', '52428800'), (550, 'activitychooseractivefooter', 'tool_moodlenet'), (551, 'autolangusercreation', '1'), (552, 'searchenginequeryonly', ''), (553, 'searchbannerenable', '0'), (554, 'searchbanner', ''), (555, 'referrerpolicy', 'default'), (556, 'cron_enabled', '1'), (557, 'divertallemailsto', ''), (558, 'divertallemailsexcept', ''), (559, 'emaildkimselector', ''), (560, 'emailheaders', ''), (561, 'debugsqltrace', '0'), (564, 'enroladminnewcourse', '0'), (565, 'enablecustomreports', '1'), (566, 'enableaccessibilitytools', '1'), (567, 'defaultpreference_core_contentbank_visibility', '1'), (568, 'bigbluebuttonbn_server_url', 'https://test-moodle.blindsidenetworks.com/bigbluebutton/'), (569, 'bigbluebuttonbn_shared_secret', '0b21fcaf34673a8c3ec8ed877d76ae34'), (570, 'bigbluebuttonbn_welcome_default', ''), (571, 'bigbluebuttonbn_welcome_editable', '1'), (572, 'bigbluebuttonbn_recording_default', '1'), (573, 'bigbluebuttonbn_recording_refresh_period', '300'), (574, 'bigbluebuttonbn_recording_editable', '1'), (575, 'bigbluebuttonbn_recording_all_from_start_default', '0'), (576, 'bigbluebuttonbn_recording_all_from_start_editable', '0'), (577, 'bigbluebuttonbn_recording_hide_button_default', '0'), (578, 'bigbluebuttonbn_recording_hide_button_editable', '0'), (579, 'bigbluebuttonbn_importrecordings_enabled', '0'), (580, 'bigbluebuttonbn_importrecordings_from_deleted_enabled', '0'), (581, 'bigbluebuttonbn_recordings_deleted_default', '1'), (582, 'bigbluebuttonbn_recordings_deleted_editable', '0'), (583, 'bigbluebuttonbn_recordings_imported_default', '0'), (584, 'bigbluebuttonbn_recordings_imported_editable', '1'), (585, 'bigbluebuttonbn_recordings_preview_default', '1'), (586, 'bigbluebuttonbn_recordings_preview_editable', '0'), (587, 'bigbluebuttonbn_recordings_sortorder', '0'), (588, 'bigbluebuttonbn_recording_protect_editable', '1'), (589, 'bigbluebuttonbn_waitformoderator_default', '0'), (590, 'bigbluebuttonbn_waitformoderator_editable', '1'), (591, 'bigbluebuttonbn_waitformoderator_ping_interval', '10'), (592, 'bigbluebuttonbn_waitformoderator_cache_ttl', '60'), (593, 'bigbluebuttonbn_voicebridge_editable', '0'), (594, 'bigbluebuttonbn_preuploadpresentation_editable', '0'), (595, 'bigbluebuttonbn_userlimit_default', '0'), (596, 'bigbluebuttonbn_userlimit_editable', '0'), (597, 'bigbluebuttonbn_participant_moderator_default', '0'), (598, 'bigbluebuttonbn_muteonstart_default', '0'), (599, 'bigbluebuttonbn_muteonstart_editable', '0'), (600, 'bigbluebuttonbn_disablecam_default', '0'), (601, 'bigbluebuttonbn_disablecam_editable', '1'), (602, 'bigbluebuttonbn_disablemic_default', '0'), (603, 'bigbluebuttonbn_disablemic_editable', '1'), (604, 'bigbluebuttonbn_disableprivatechat_default', '0'), (605, 'bigbluebuttonbn_disableprivatechat_editable', '1'), (606, 'bigbluebuttonbn_disablepublicchat_default', '0'), (607, 'bigbluebuttonbn_disablepublicchat_editable', '1'), (608, 'bigbluebuttonbn_disablenote_default', '0'), (609, 'bigbluebuttonbn_disablenote_editable', '1'), (610, 'bigbluebuttonbn_hideuserlist_default', '0'), (611, 'bigbluebuttonbn_hideuserlist_editable', '1'), (612, 'bigbluebuttonbn_lockonjoin_default', '1'), (613, 'bigbluebuttonbn_lockonjoin_editable', '0'), (614, 'bigbluebuttonbn_recordingready_enabled', '0'), (615, 'bigbluebuttonbn_meetingevents_enabled', '0'), (616, 'filternavigationwithsystemcontext', '0'), (617, 'searchmaxtopresults', '3'), (618, 'searchteacherroles', ''), (619, 'enabledashboard', '1'), (620, 'pathtopdftoppm', ''), (621, 'supportemail', 'email@example.com'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_config_log` -- CREATE TABLE `cocoon_config_log` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `timemodified` bigint NOT NULL, `plugin` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci, `oldvalue` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Changes done in server configuration through admin UI'; -- -- Volcado de datos para la tabla `cocoon_config_log` -- INSERT INTO `cocoon_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES (1, 0, 1570138759, NULL, 'enableoutcomes', '0', NULL), (2, 0, 1570138759, NULL, 'usecomments', '1', NULL), (3, 0, 1570138759, NULL, 'usetags', '1', NULL), (4, 0, 1570138759, NULL, 'enablenotes', '1', NULL), (5, 0, 1570138759, NULL, 'enableportfolios', '0', NULL), (6, 0, 1570138759, NULL, 'enablewebservices', '0', NULL), (7, 0, 1570138759, NULL, 'enablestats', '0', NULL), (8, 0, 1570138759, NULL, 'enablerssfeeds', '0', NULL), (9, 0, 1570138759, NULL, 'enableblogs', '1', NULL), (10, 0, 1570138759, NULL, 'enablecompletion', '1', NULL), (11, 0, 1570138759, NULL, 'completiondefault', '1', NULL), (12, 0, 1570138759, NULL, 'enableavailability', '1', NULL), (13, 0, 1570138759, NULL, 'enableplagiarism', '0', NULL), (14, 0, 1570138759, NULL, 'enablebadges', '1', NULL), (15, 0, 1570138759, NULL, 'enableglobalsearch', '0', NULL), (16, 0, 1570138759, NULL, 'allowstealth', '0', NULL), (17, 0, 1570138759, NULL, 'defaultpreference_maildisplay', '2', NULL), (18, 0, 1570138759, NULL, 'defaultpreference_mailformat', '1', NULL), (19, 0, 1570138759, NULL, 'defaultpreference_maildigest', '0', NULL), (20, 0, 1570138759, NULL, 'defaultpreference_autosubscribe', '1', NULL), (21, 0, 1570138759, NULL, 'defaultpreference_trackforums', '0', NULL), (22, 0, 1570138759, NULL, 'autologinguests', '0', NULL), (23, 0, 1570138759, NULL, 'hiddenuserfields', '', NULL), (24, 0, 1570138759, NULL, 'showuseridentity', 'email', NULL), (25, 0, 1570138759, NULL, 'fullnamedisplay', 'language', NULL), (26, 0, 1570138759, NULL, 'alternativefullnameformat', 'language', NULL), (27, 0, 1570138759, NULL, 'maxusersperpage', '100', NULL), (28, 0, 1570138759, NULL, 'enablegravatar', '0', NULL), (29, 0, 1570138759, NULL, 'gravatardefaulturl', 'mm', NULL), (30, 0, 1570138759, NULL, 'agedigitalconsentverification', '0', NULL), (31, 0, 1570138759, NULL, 'agedigitalconsentmap', '*, 16\nAT, 14\nES, 14\nUS, 13', NULL), (32, 0, 1570138759, NULL, 'sitepolicy', '', NULL), (33, 0, 1570138759, NULL, 'sitepolicyguest', '', NULL), (34, 0, 1570138759, 'moodlecourse', 'visible', '1', NULL), (35, 0, 1570138759, 'moodlecourse', 'format', 'topics', NULL), (36, 0, 1570138759, 'moodlecourse', 'maxsections', '52', NULL), (37, 0, 1570138759, 'moodlecourse', 'numsections', '4', NULL), (38, 0, 1570138759, 'moodlecourse', 'hiddensections', '0', NULL), (39, 0, 1570138759, 'moodlecourse', 'coursedisplay', '0', NULL), (40, 0, 1570138759, 'moodlecourse', 'courseenddateenabled', '1', NULL), (41, 0, 1570138759, 'moodlecourse', 'courseduration', '31536000', NULL), (42, 0, 1570138759, 'moodlecourse', 'lang', '', NULL), (43, 0, 1570138759, 'moodlecourse', 'newsitems', '5', NULL), (44, 0, 1570138759, 'moodlecourse', 'showgrades', '1', NULL), (45, 0, 1570138759, 'moodlecourse', 'showreports', '0', NULL), (46, 0, 1570138759, 'moodlecourse', 'maxbytes', '0', NULL), (47, 0, 1570138759, 'moodlecourse', 'enablecompletion', '1', NULL), (48, 0, 1570138759, 'moodlecourse', 'groupmode', '0', NULL), (49, 0, 1570138759, 'moodlecourse', 'groupmodeforce', '0', NULL), (50, 0, 1570138759, NULL, 'enablecourserequests', '0', NULL), (51, 0, 1570138759, NULL, 'defaultrequestcategory', '1', NULL), (52, 0, 1570138759, NULL, 'requestcategoryselection', '0', NULL), (53, 0, 1570138759, NULL, 'courserequestnotify', '', NULL), (54, 0, 1570138759, 'backup', 'loglifetime', '30', NULL), (55, 0, 1570138759, 'backup', 'backup_general_users', '1', NULL), (56, 0, 1570138759, 'backup', 'backup_general_users_locked', '', NULL), (57, 0, 1570138759, 'backup', 'backup_general_anonymize', '0', NULL), (58, 0, 1570138759, 'backup', 'backup_general_anonymize_locked', '', NULL), (59, 0, 1570138759, 'backup', 'backup_general_role_assignments', '1', NULL), (60, 0, 1570138759, 'backup', 'backup_general_role_assignments_locked', '', NULL), (61, 0, 1570138759, 'backup', 'backup_general_activities', '1', NULL), (62, 0, 1570138759, 'backup', 'backup_general_activities_locked', '', NULL), (63, 0, 1570138759, 'backup', 'backup_general_blocks', '1', NULL), (64, 0, 1570138759, 'backup', 'backup_general_blocks_locked', '', NULL), (65, 0, 1570138759, 'backup', 'backup_general_filters', '1', NULL), (66, 0, 1570138759, 'backup', 'backup_general_filters_locked', '', NULL), (67, 0, 1570138759, 'backup', 'backup_general_comments', '1', NULL), (68, 0, 1570138759, 'backup', 'backup_general_comments_locked', '', NULL), (69, 0, 1570138759, 'backup', 'backup_general_badges', '1', NULL), (70, 0, 1570138759, 'backup', 'backup_general_badges_locked', '', NULL), (71, 0, 1570138759, 'backup', 'backup_general_calendarevents', '1', NULL), (72, 0, 1570138759, 'backup', 'backup_general_calendarevents_locked', '', NULL), (73, 0, 1570138759, 'backup', 'backup_general_userscompletion', '1', NULL), (74, 0, 1570138759, 'backup', 'backup_general_userscompletion_locked', '', NULL), (75, 0, 1570138759, 'backup', 'backup_general_logs', '0', NULL), (76, 0, 1570138759, 'backup', 'backup_general_logs_locked', '', NULL), (77, 0, 1570138759, 'backup', 'backup_general_histories', '0', NULL), (78, 0, 1570138759, 'backup', 'backup_general_histories_locked', '', NULL), (79, 0, 1570138759, 'backup', 'backup_general_questionbank', '1', NULL), (80, 0, 1570138759, 'backup', 'backup_general_questionbank_locked', '', NULL), (81, 0, 1570138759, 'backup', 'backup_general_groups', '1', NULL), (82, 0, 1570138759, 'backup', 'backup_general_groups_locked', '', NULL), (83, 0, 1570138759, 'backup', 'backup_general_competencies', '1', NULL), (84, 0, 1570138759, 'backup', 'backup_general_competencies_locked', '', NULL), (85, 0, 1570138759, 'backup', 'import_general_maxresults', '10', NULL), (86, 0, 1570138759, 'backup', 'import_general_duplicate_admin_allowed', '0', NULL), (87, 0, 1570138759, 'backup', 'backup_import_activities', '1', NULL), (88, 0, 1570138759, 'backup', 'backup_import_activities_locked', '', NULL), (89, 0, 1570138759, 'backup', 'backup_import_blocks', '1', NULL), (90, 0, 1570138759, 'backup', 'backup_import_blocks_locked', '', NULL), (91, 0, 1570138759, 'backup', 'backup_import_filters', '1', NULL), (92, 0, 1570138759, 'backup', 'backup_import_filters_locked', '', NULL), (93, 0, 1570138759, 'backup', 'backup_import_calendarevents', '1', NULL), (94, 0, 1570138759, 'backup', 'backup_import_calendarevents_locked', '', NULL), (95, 0, 1570138759, 'backup', 'backup_import_questionbank', '1', NULL), (96, 0, 1570138759, 'backup', 'backup_import_questionbank_locked', '', NULL), (97, 0, 1570138759, 'backup', 'backup_import_groups', '1', NULL), (98, 0, 1570138759, 'backup', 'backup_import_groups_locked', '', NULL), (99, 0, 1570138759, 'backup', 'backup_import_competencies', '1', NULL), (100, 0, 1570138759, 'backup', 'backup_import_competencies_locked', '', NULL), (101, 0, 1570138759, 'backup', 'backup_auto_active', '0', NULL), (102, 0, 1570138759, 'backup', 'backup_auto_weekdays', '0000000', NULL), (103, 0, 1570138759, 'backup', 'backup_auto_hour', '0', NULL), (104, 0, 1570138759, 'backup', 'backup_auto_minute', '0', NULL), (105, 0, 1570138759, 'backup', 'backup_auto_storage', '0', NULL), (106, 0, 1570138759, 'backup', 'backup_auto_destination', '', NULL), (107, 0, 1570138759, 'backup', 'backup_auto_max_kept', '1', NULL), (108, 0, 1570138759, 'backup', 'backup_auto_delete_days', '0', NULL), (109, 0, 1570138759, 'backup', 'backup_auto_min_kept', '0', NULL), (110, 0, 1570138759, 'backup', 'backup_shortname', '0', NULL), (111, 0, 1570138759, 'backup', 'backup_auto_skip_hidden', '1', NULL), (112, 0, 1570138759, 'backup', 'backup_auto_skip_modif_days', '30', NULL), (113, 0, 1570138759, 'backup', 'backup_auto_skip_modif_prev', '0', NULL), (114, 0, 1570138759, 'backup', 'backup_auto_users', '1', NULL), (115, 0, 1570138759, 'backup', 'backup_auto_role_assignments', '1', NULL), (116, 0, 1570138760, 'backup', 'backup_auto_activities', '1', NULL), (117, 0, 1570138760, 'backup', 'backup_auto_blocks', '1', NULL), (118, 0, 1570138760, 'backup', 'backup_auto_filters', '1', NULL), (119, 0, 1570138760, 'backup', 'backup_auto_comments', '1', NULL), (120, 0, 1570138760, 'backup', 'backup_auto_badges', '1', NULL), (121, 0, 1570138760, 'backup', 'backup_auto_calendarevents', '1', NULL), (122, 0, 1570138760, 'backup', 'backup_auto_userscompletion', '1', NULL), (123, 0, 1570138760, 'backup', 'backup_auto_logs', '0', NULL), (124, 0, 1570138760, 'backup', 'backup_auto_histories', '0', NULL), (125, 0, 1570138760, 'backup', 'backup_auto_questionbank', '1', NULL), (126, 0, 1570138760, 'backup', 'backup_auto_groups', '1', NULL), (127, 0, 1570138760, 'backup', 'backup_auto_competencies', '1', NULL), (128, 0, 1570138760, 'restore', 'restore_general_users', '1', NULL), (129, 0, 1570138760, 'restore', 'restore_general_users_locked', '', NULL), (130, 0, 1570138760, 'restore', 'restore_general_enrolments', '1', NULL), (131, 0, 1570138760, 'restore', 'restore_general_enrolments_locked', '', NULL), (132, 0, 1570138760, 'restore', 'restore_general_role_assignments', '1', NULL), (133, 0, 1570138760, 'restore', 'restore_general_role_assignments_locked', '', NULL), (134, 0, 1570138760, 'restore', 'restore_general_activities', '1', NULL), (135, 0, 1570138760, 'restore', 'restore_general_activities_locked', '', NULL), (136, 0, 1570138760, 'restore', 'restore_general_blocks', '1', NULL), (137, 0, 1570138760, 'restore', 'restore_general_blocks_locked', '', NULL), (138, 0, 1570138760, 'restore', 'restore_general_filters', '1', NULL), (139, 0, 1570138760, 'restore', 'restore_general_filters_locked', '', NULL), (140, 0, 1570138760, 'restore', 'restore_general_comments', '1', NULL), (141, 0, 1570138760, 'restore', 'restore_general_comments_locked', '', NULL), (142, 0, 1570138760, 'restore', 'restore_general_badges', '1', NULL), (143, 0, 1570138760, 'restore', 'restore_general_badges_locked', '', NULL), (144, 0, 1570138760, 'restore', 'restore_general_calendarevents', '1', NULL), (145, 0, 1570138760, 'restore', 'restore_general_calendarevents_locked', '', NULL), (146, 0, 1570138760, 'restore', 'restore_general_userscompletion', '1', NULL), (147, 0, 1570138760, 'restore', 'restore_general_userscompletion_locked', '', NULL), (148, 0, 1570138760, 'restore', 'restore_general_logs', '1', NULL), (149, 0, 1570138760, 'restore', 'restore_general_logs_locked', '', NULL), (150, 0, 1570138760, 'restore', 'restore_general_histories', '1', NULL), (151, 0, 1570138760, 'restore', 'restore_general_histories_locked', '', NULL), (152, 0, 1570138760, 'restore', 'restore_general_groups', '1', NULL), (153, 0, 1570138760, 'restore', 'restore_general_groups_locked', '', NULL), (154, 0, 1570138760, 'restore', 'restore_general_competencies', '1', NULL), (155, 0, 1570138760, 'restore', 'restore_general_competencies_locked', '', NULL), (156, 0, 1570138760, 'restore', 'restore_merge_overwrite_conf', '0', NULL), (157, 0, 1570138760, 'restore', 'restore_merge_overwrite_conf_locked', '', NULL), (158, 0, 1570138760, 'restore', 'restore_merge_course_fullname', '1', NULL), (159, 0, 1570138760, 'restore', 'restore_merge_course_fullname_locked', '', NULL), (160, 0, 1570138760, 'restore', 'restore_merge_course_shortname', '1', NULL), (161, 0, 1570138760, 'restore', 'restore_merge_course_shortname_locked', '', NULL), (162, 0, 1570138760, 'restore', 'restore_merge_course_startdate', '1', NULL), (163, 0, 1570138760, 'restore', 'restore_merge_course_startdate_locked', '', NULL), (164, 0, 1570138760, 'restore', 'restore_replace_overwrite_conf', '0', NULL), (165, 0, 1570138760, 'restore', 'restore_replace_overwrite_conf_locked', '', NULL), (166, 0, 1570138760, 'restore', 'restore_replace_course_fullname', '1', NULL), (167, 0, 1570138760, 'restore', 'restore_replace_course_fullname_locked', '', NULL), (168, 0, 1570138760, 'restore', 'restore_replace_course_shortname', '1', NULL), (169, 0, 1570138760, 'restore', 'restore_replace_course_shortname_locked', '', NULL), (170, 0, 1570138760, 'restore', 'restore_replace_course_startdate', '1', NULL), (171, 0, 1570138760, 'restore', 'restore_replace_course_startdate_locked', '', NULL), (172, 0, 1570138760, 'restore', 'restore_replace_keep_roles_and_enrolments', '0', NULL), (173, 0, 1570138760, 'restore', 'restore_replace_keep_roles_and_enrolments_locked', '', NULL), (174, 0, 1570138760, 'restore', 'restore_replace_keep_groups_and_groupings', '0', NULL), (175, 0, 1570138760, 'restore', 'restore_replace_keep_groups_and_groupings_locked', '', NULL), (176, 0, 1570138760, NULL, 'enableasyncbackup', '0', NULL), (177, 0, 1570138760, 'backup', 'backup_async_message_users', '0', NULL), (178, 0, 1570138760, 'backup', 'backup_async_message_subject', 'Moodle {operation} completed successfully', NULL), (179, 0, 1570138760, 'backup', 'backup_async_message', 'Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.', NULL), (180, 0, 1570138760, NULL, 'grade_profilereport', 'user', NULL), (181, 0, 1570138760, NULL, 'grade_aggregationposition', '1', NULL), (182, 0, 1570138760, NULL, 'grade_includescalesinaggregation', '1', NULL), (183, 0, 1570138760, NULL, 'grade_hiddenasdate', '0', NULL), (184, 0, 1570138760, NULL, 'gradepublishing', '0', NULL), (185, 0, 1570138760, NULL, 'grade_export_exportfeedback', '0', NULL), (186, 0, 1570138760, NULL, 'grade_export_displaytype', '1', NULL), (187, 0, 1570138760, NULL, 'grade_export_decimalpoints', '2', NULL), (188, 0, 1570138760, NULL, 'grade_navmethod', '1', NULL), (189, 0, 1570138760, NULL, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email', NULL), (190, 0, 1570138760, NULL, 'grade_export_customprofilefields', '', NULL), (191, 0, 1570138760, NULL, 'recovergradesdefault', '0', NULL), (192, 0, 1570138760, NULL, 'gradeexport', '', NULL), (193, 0, 1570138760, NULL, 'unlimitedgrades', '0', NULL), (194, 0, 1570138760, NULL, 'grade_report_showmin', '1', NULL), (195, 0, 1570138760, NULL, 'gradepointmax', '100', NULL), (196, 0, 1570138760, NULL, 'gradepointdefault', '100', NULL), (197, 0, 1570138760, NULL, 'grade_minmaxtouse', '1', NULL), (198, 0, 1570138760, NULL, 'grade_mygrades_report', 'overview', NULL), (199, 0, 1570138760, NULL, 'gradereport_mygradeurl', '', NULL), (200, 0, 1570138760, NULL, 'grade_hideforcedsettings', '1', NULL), (201, 0, 1570138760, NULL, 'grade_aggregation', '13', NULL), (202, 0, 1570138760, NULL, 'grade_aggregation_flag', '0', NULL), (203, 0, 1570138760, NULL, 'grade_aggregations_visible', '13', NULL), (204, 0, 1570138760, NULL, 'grade_aggregateonlygraded', '1', NULL), (205, 0, 1570138760, NULL, 'grade_aggregateonlygraded_flag', '2', NULL), (206, 0, 1570138760, NULL, 'grade_aggregateoutcomes', '0', NULL), (207, 0, 1570138760, NULL, 'grade_aggregateoutcomes_flag', '2', NULL), (208, 0, 1570138760, NULL, 'grade_keephigh', '0', NULL), (209, 0, 1570138760, NULL, 'grade_keephigh_flag', '3', NULL), (210, 0, 1570138760, NULL, 'grade_droplow', '0', NULL), (211, 0, 1570138760, NULL, 'grade_droplow_flag', '2', NULL), (212, 0, 1570138760, NULL, 'grade_overridecat', '1', NULL), (213, 0, 1570138760, NULL, 'grade_displaytype', '1', NULL), (214, 0, 1570138760, NULL, 'grade_decimalpoints', '2', NULL), (215, 0, 1570138760, NULL, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime', NULL), (216, 0, 1570138760, NULL, 'grade_report_studentsperpage', '100', NULL), (217, 0, 1570138760, NULL, 'grade_report_showonlyactiveenrol', '1', NULL), (218, 0, 1570138760, NULL, 'grade_report_quickgrading', '1', NULL), (219, 0, 1570138760, NULL, 'grade_report_showquickfeedback', '0', NULL), (220, 0, 1570138760, NULL, 'grade_report_meanselection', '1', NULL), (221, 0, 1570138760, NULL, 'grade_report_enableajax', '0', NULL), (222, 0, 1570138760, NULL, 'grade_report_showcalculations', '1', NULL), (223, 0, 1570138760, NULL, 'grade_report_showeyecons', '0', NULL), (224, 0, 1570138760, NULL, 'grade_report_showaverages', '1', NULL), (225, 0, 1570138760, NULL, 'grade_report_showlocks', '0', NULL), (226, 0, 1570138760, NULL, 'grade_report_showranges', '0', NULL), (227, 0, 1570138760, NULL, 'grade_report_showanalysisicon', '1', NULL), (228, 0, 1570138760, NULL, 'grade_report_showuserimage', '1', NULL), (229, 0, 1570138760, NULL, 'grade_report_showactivityicons', '1', NULL), (230, 0, 1570138760, NULL, 'grade_report_shownumberofgrades', '0', NULL), (231, 0, 1570138760, NULL, 'grade_report_averagesdisplaytype', 'inherit', NULL), (232, 0, 1570138760, NULL, 'grade_report_rangesdisplaytype', 'inherit', NULL), (233, 0, 1570138760, NULL, 'grade_report_averagesdecimalpoints', 'inherit', NULL), (234, 0, 1570138760, NULL, 'grade_report_rangesdecimalpoints', 'inherit', NULL), (235, 0, 1570138760, NULL, 'grade_report_historyperpage', '50', NULL), (236, 0, 1570138760, NULL, 'grade_report_overview_showrank', '0', NULL), (237, 0, 1570138760, NULL, 'grade_report_overview_showtotalsifcontainhidden', '0', NULL), (238, 0, 1570138760, NULL, 'grade_report_user_showrank', '0', NULL), (239, 0, 1570138760, NULL, 'grade_report_user_showpercentage', '1', NULL), (240, 0, 1570138760, NULL, 'grade_report_user_showgrade', '1', NULL), (241, 0, 1570138760, NULL, 'grade_report_user_showfeedback', '1', NULL), (242, 0, 1570138760, NULL, 'grade_report_user_showrange', '1', NULL), (243, 0, 1570138760, NULL, 'grade_report_user_showweight', '1', NULL), (244, 0, 1570138760, NULL, 'grade_report_user_showaverage', '0', NULL), (245, 0, 1570138760, NULL, 'grade_report_user_showlettergrade', '0', NULL), (246, 0, 1570138760, NULL, 'grade_report_user_rangedecimals', '0', NULL), (247, 0, 1570138760, NULL, 'grade_report_user_showhiddenitems', '1', NULL), (248, 0, 1570138760, NULL, 'grade_report_user_showtotalsifcontainhidden', '0', NULL), (249, 0, 1570138760, NULL, 'grade_report_user_showcontributiontocoursetotal', '1', NULL), (250, 0, 1570138760, 'analytics', 'modeinstruction', '', NULL), (251, 0, 1570138760, 'analytics', 'percentonline', '0', NULL), (252, 0, 1570138760, 'analytics', 'typeinstitution', '', NULL), (253, 0, 1570138760, 'analytics', 'levelinstitution', '', NULL), (254, 0, 1570138760, 'analytics', 'predictionsprocessor', '\\mlbackend_php\\processor', NULL), (255, 0, 1570138760, 'analytics', 'defaulttimesplittingsevaluation', '\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range', NULL), (256, 0, 1570138760, 'analytics', 'modeloutputdir', '/Users/raphael/moodledata/models', NULL), (257, 0, 1570138760, 'analytics', 'onlycli', '1', NULL), (258, 0, 1570138760, 'analytics', 'modeltimelimit', '1200', NULL), (259, 0, 1570138760, 'core_competency', 'enabled', '1', NULL), (260, 0, 1570138760, 'core_competency', 'pushcourseratingstouserplans', '1', NULL), (261, 0, 1570138760, NULL, 'badges_defaultissuername', '', NULL), (262, 0, 1570138760, NULL, 'badges_defaultissuercontact', '', NULL), (263, 0, 1570138760, NULL, 'badges_badgesalt', 'badges1570138755', NULL), (264, 0, 1570138760, NULL, 'badges_allowcoursebadges', '1', NULL), (265, 0, 1570138760, NULL, 'badges_allowexternalbackpack', '1', NULL), (266, 0, 1570138761, NULL, 'timezone', 'Europe/London', NULL), (267, 0, 1570138761, NULL, 'forcetimezone', '99', NULL), (268, 0, 1570138761, NULL, 'country', '0', NULL), (269, 0, 1570138761, NULL, 'defaultcity', '', NULL), (270, 0, 1570138761, NULL, 'geoip2file', '/Users/raphael/moodledata/geoip/GeoLite2-City.mmdb', NULL), (271, 0, 1570138761, NULL, 'googlemapkey3', '', NULL), (272, 0, 1570138761, NULL, 'allcountrycodes', '', NULL), (273, 0, 1570138761, NULL, 'autolang', '1', NULL), (274, 0, 1570138761, NULL, 'lang', 'en', NULL), (275, 0, 1570138761, NULL, 'langmenu', '1', NULL), (276, 0, 1570138761, NULL, 'langlist', '', NULL), (277, 0, 1570138761, NULL, 'langcache', '1', NULL), (278, 0, 1570138761, NULL, 'langstringcache', '1', NULL), (279, 0, 1570138761, NULL, 'locale', '', NULL), (280, 0, 1570138761, NULL, 'latinexcelexport', '0', NULL), (281, 0, 1570138761, NULL, 'messaging', '1', NULL), (282, 0, 1570138761, NULL, 'messagingallusers', '0', NULL), (283, 0, 1570138761, NULL, 'messagingdefaultpressenter', '1', NULL), (284, 0, 1570138761, NULL, 'messagingdeletereadnotificationsdelay', '604800', NULL), (285, 0, 1570138761, NULL, 'messagingdeleteallnotificationsdelay', '2620800', NULL), (286, 0, 1570138761, NULL, 'messagingallowemailoverride', '0', NULL), (287, 0, 1570138761, NULL, 'requiremodintro', '0', NULL), (288, 0, 1570138761, NULL, 'registerauth', '', NULL), (289, 0, 1570138761, NULL, 'authloginviaemail', '0', NULL), (290, 0, 1570138761, NULL, 'allowaccountssameemail', '0', NULL), (291, 0, 1570138761, NULL, 'authpreventaccountcreation', '0', NULL), (292, 0, 1570138761, NULL, 'loginpageautofocus', '0', NULL), (293, 0, 1570138761, NULL, 'guestloginbutton', '1', NULL), (294, 0, 1570138761, NULL, 'limitconcurrentlogins', '0', NULL), (295, 0, 1570138761, NULL, 'alternateloginurl', '', NULL), (296, 0, 1570138761, NULL, 'forgottenpasswordurl', '', NULL), (297, 0, 1570138761, NULL, 'auth_instructions', '', NULL), (298, 0, 1570138761, NULL, 'allowemailaddresses', '', NULL), (299, 0, 1570138761, NULL, 'denyemailaddresses', '', NULL), (300, 0, 1570138761, NULL, 'verifychangedemail', '1', NULL), (301, 0, 1570138761, NULL, 'recaptchapublickey', '', NULL), (302, 0, 1570138761, NULL, 'recaptchaprivatekey', '', NULL), (303, 0, 1570138761, 'cachestore_apcu', 'testperformance', '0', NULL), (304, 0, 1570138762, 'cachestore_memcached', 'testservers', '', NULL), (305, 0, 1570138762, 'cachestore_mongodb', 'testserver', '', NULL), (306, 0, 1570138762, 'cachestore_redis', 'test_server', '', NULL), (307, 0, 1570138762, 'cachestore_redis', 'test_password', '', NULL), (308, 0, 1570138762, NULL, 'filteruploadedfiles', '0', NULL), (309, 0, 1570138762, NULL, 'filtermatchoneperpage', '0', NULL), (310, 0, 1570138762, NULL, 'filtermatchonepertext', '0', NULL), (311, 0, 1570138762, NULL, 'sitedefaultlicense', 'allrightsreserved', NULL), (312, 0, 1570138762, NULL, 'media_default_width', '400', NULL), (313, 0, 1570138762, NULL, 'media_default_height', '300', NULL), (314, 0, 1570138762, NULL, 'portfolio_moderate_filesize_threshold', '1048576', NULL), (315, 0, 1570138762, NULL, 'portfolio_high_filesize_threshold', '5242880', NULL), (316, 0, 1570138762, NULL, 'portfolio_moderate_db_threshold', '20', NULL), (317, 0, 1570138762, NULL, 'portfolio_high_db_threshold', '50', NULL), (318, 0, 1570138762, 'question_preview', 'behaviour', 'deferredfeedback', NULL), (319, 0, 1570138762, 'question_preview', 'correctness', '1', NULL), (320, 0, 1570138762, 'question_preview', 'marks', '2', NULL), (321, 0, 1570138762, 'question_preview', 'markdp', '2', NULL), (322, 0, 1570138762, 'question_preview', 'feedback', '1', NULL), (323, 0, 1570138762, 'question_preview', 'generalfeedback', '1', NULL), (324, 0, 1570138762, 'question_preview', 'rightanswer', '1', NULL), (325, 0, 1570138762, 'question_preview', 'history', '0', NULL), (326, 0, 1570138762, NULL, 'repositorycacheexpire', '120', NULL), (327, 0, 1570138762, NULL, 'repositorygetfiletimeout', '30', NULL), (328, 0, 1570138762, NULL, 'repositorysyncfiletimeout', '1', NULL), (329, 0, 1570138762, NULL, 'repositorysyncimagetimeout', '3', NULL), (330, 0, 1570138762, NULL, 'repositoryallowexternallinks', '1', NULL), (331, 0, 1570138762, NULL, 'legacyfilesinnewcourses', '0', NULL), (332, 0, 1570138762, NULL, 'legacyfilesaddallowed', '1', NULL), (333, 0, 1570138762, NULL, 'searchengine', 'simpledb', NULL), (334, 0, 1570138762, NULL, 'searchindexwhendisabled', '0', NULL), (335, 0, 1570138762, NULL, 'searchindextime', '600', NULL), (336, 0, 1570138762, NULL, 'searchallavailablecourses', '0', NULL), (337, 0, 1570138762, NULL, 'searchincludeallcourses', '0', NULL), (338, 0, 1570138762, NULL, 'searchenablecategories', '0', NULL), (339, 0, 1570138762, NULL, 'searchdefaultcategory', 'core-all', NULL), (340, 0, 1570138762, NULL, 'searchhideallcategory', '0', NULL), (341, 0, 1570138762, NULL, 'enablewsdocumentation', '0', NULL), (342, 0, 1570138762, NULL, 'allowbeforeblock', '0', NULL), (343, 0, 1570138762, NULL, 'allowedip', '', NULL), (344, 0, 1570138762, NULL, 'blockedip', '', NULL), (345, 0, 1570138762, NULL, 'protectusernames', '1', NULL), (346, 0, 1570138762, NULL, 'forcelogin', '0', NULL), (347, 0, 1570138762, NULL, 'forceloginforprofiles', '1', NULL), (348, 0, 1570138762, NULL, 'forceloginforprofileimage', '0', NULL), (349, 0, 1570138762, NULL, 'opentogoogle', '0', NULL), (350, 0, 1570138762, NULL, 'allowindexing', '0', NULL), (351, 0, 1570138762, NULL, 'maxbytes', '0', NULL), (352, 0, 1570138762, NULL, 'userquota', '104857600', NULL), (353, 0, 1570138762, NULL, 'allowobjectembed', '0', NULL), (354, 0, 1570138762, NULL, 'enabletrusttext', '0', NULL), (355, 0, 1570138762, NULL, 'maxeditingtime', '1800', NULL), (356, 0, 1570138762, NULL, 'extendedusernamechars', '0', NULL), (357, 0, 1570138762, NULL, 'keeptagnamecase', '1', NULL), (358, 0, 1570138762, NULL, 'profilesforenrolledusersonly', '1', NULL), (359, 0, 1570138762, NULL, 'cronclionly', '1', NULL), (360, 0, 1570138762, NULL, 'cronremotepassword', '', NULL), (361, 0, 1570138762, 'tool_task', 'enablerunnow', '1', NULL), (362, 0, 1570138762, NULL, 'lockoutthreshold', '0', NULL), (363, 0, 1570138762, NULL, 'lockoutwindow', '1800', NULL), (364, 0, 1570138762, NULL, 'lockoutduration', '1800', NULL), (365, 0, 1570138762, NULL, 'passwordpolicy', '1', NULL), (366, 0, 1570138762, NULL, 'minpasswordlength', '8', NULL), (367, 0, 1570138762, NULL, 'minpassworddigits', '1', NULL), (368, 0, 1570138762, NULL, 'minpasswordlower', '1', NULL), (369, 0, 1570138762, NULL, 'minpasswordupper', '1', NULL), (370, 0, 1570138762, NULL, 'minpasswordnonalphanum', '1', NULL), (371, 0, 1570138762, NULL, 'maxconsecutiveidentchars', '0', NULL), (372, 0, 1570138762, NULL, 'passwordreuselimit', '0', NULL), (373, 0, 1570138762, NULL, 'pwresettime', '1800', NULL), (374, 0, 1570138762, NULL, 'passwordchangelogout', '0', NULL), (375, 0, 1570138762, NULL, 'passwordchangetokendeletion', '0', NULL), (376, 0, 1570138762, NULL, 'tokenduration', '7257600', NULL), (377, 0, 1570138762, NULL, 'groupenrolmentkeypolicy', '1', NULL), (378, 0, 1570138762, NULL, 'disableuserimages', '0', NULL), (379, 0, 1570138762, NULL, 'emailchangeconfirmation', '1', NULL), (380, 0, 1570138762, NULL, 'rememberusername', '2', NULL), (381, 0, 1570138762, NULL, 'strictformsrequired', '0', NULL), (382, 0, 1570138762, NULL, 'cookiesecure', '1', NULL), (383, 0, 1570138762, NULL, 'cookiehttponly', '0', NULL), (384, 0, 1570138762, NULL, 'allowframembedding', '0', NULL), (385, 0, 1570138762, NULL, 'curlsecurityblockedhosts', '', NULL), (386, 0, 1570138762, NULL, 'curlsecurityallowedport', '', NULL), (387, 0, 1570138762, NULL, 'displayloginfailures', '0', NULL), (388, 0, 1570138762, NULL, 'notifyloginfailures', '', NULL), (389, 0, 1570138762, NULL, 'notifyloginthreshold', '10', NULL), (390, 0, 1570138762, NULL, 'themelist', '', NULL), (391, 0, 1570138762, NULL, 'themedesignermode', '0', NULL), (392, 0, 1570138762, NULL, 'allowuserthemes', '0', NULL), (393, 0, 1570138762, NULL, 'allowcoursethemes', '0', NULL), (394, 0, 1570138762, NULL, 'allowcategorythemes', '0', NULL), (395, 0, 1570138762, NULL, 'allowcohortthemes', '0', NULL), (396, 0, 1570138762, NULL, 'allowthemechangeonurl', '0', NULL), (397, 0, 1570138762, NULL, 'allowuserblockhiding', '1', NULL), (398, 0, 1570138762, NULL, 'custommenuitems', '', NULL), (399, 0, 1570138762, NULL, 'customusermenuitems', 'grades,grades|/grade/report/mygrades.php|t/grades\nmessages,message|/message/index.php|t/message\npreferences,moodle|/user/preferences.php|t/preferences', NULL), (400, 0, 1570138762, NULL, 'enabledevicedetection', '1', NULL), (401, 0, 1570138762, NULL, 'devicedetectregex', '[]', NULL), (402, 0, 1570138762, 'theme_boost', 'preset', 'default.scss', NULL), (403, 0, 1570138762, 'theme_boost', 'presetfiles', '', NULL), (404, 0, 1570138762, 'theme_boost', 'backgroundimage', '', NULL), (405, 0, 1570138762, 'theme_boost', 'brandcolor', '', NULL), (406, 0, 1570138762, 'theme_boost', 'scsspre', '', NULL), (407, 0, 1570138762, 'theme_boost', 'scss', '', NULL), (408, 0, 1570138762, 'theme_classic', 'navbardark', '0', NULL), (409, 0, 1570138762, 'theme_classic', 'preset', 'default.scss', NULL), (410, 0, 1570138762, 'theme_classic', 'presetfiles', '', NULL), (411, 0, 1570138762, 'theme_classic', 'backgroundimage', '', NULL), (412, 0, 1570138762, 'theme_classic', 'brandcolor', '', NULL), (413, 0, 1570138762, 'theme_classic', 'scsspre', '', NULL), (414, 0, 1570138762, 'theme_classic', 'scss', '', NULL), (415, 0, 1570138762, 'core_admin', 'logo', '', NULL), (416, 0, 1570138762, 'core_admin', 'logocompact', '', NULL), (417, 0, 1570138762, NULL, 'calendartype', 'gregorian', NULL), (418, 0, 1570138762, NULL, 'calendar_adminseesall', '0', NULL), (419, 0, 1570138762, NULL, 'calendar_site_timeformat', '0', NULL), (420, 0, 1570138762, NULL, 'calendar_startwday', '1', NULL), (421, 0, 1570138762, NULL, 'calendar_weekend', '65', NULL), (422, 0, 1570138762, NULL, 'calendar_lookahead', '21', NULL), (423, 0, 1570138762, NULL, 'calendar_maxevents', '10', NULL), (424, 0, 1570138762, NULL, 'enablecalendarexport', '1', NULL), (425, 0, 1570138762, NULL, 'calendar_customexport', '1', NULL), (426, 0, 1570138762, NULL, 'calendar_exportlookahead', '365', NULL), (427, 0, 1570138762, NULL, 'calendar_exportlookback', '5', NULL), (428, 0, 1570138762, NULL, 'calendar_exportsalt', '3sM7G16yrhyL389UKYtX9EDU8D4NcNs789zYQ7vuVWqOHsNOyRdsnQIeCHfg', NULL), (429, 0, 1570138762, NULL, 'calendar_showicalsource', '1', NULL), (430, 0, 1570138762, NULL, 'useblogassociations', '1', NULL), (431, 0, 1570138762, NULL, 'bloglevel', '4', NULL), (432, 0, 1570138762, NULL, 'useexternalblogs', '1', NULL), (433, 0, 1570138762, NULL, 'externalblogcrontime', '86400', NULL), (434, 0, 1570138762, NULL, 'maxexternalblogsperuser', '1', NULL), (435, 0, 1570138762, NULL, 'blogusecomments', '1', NULL), (436, 0, 1570138762, NULL, 'blogshowcommentscount', '1', NULL), (437, 0, 1570138762, NULL, 'defaulthomepage', '1', NULL), (438, 0, 1570138762, NULL, 'allowguestmymoodle', '1', NULL), (439, 0, 1570138762, NULL, 'navshowfullcoursenames', '0', NULL), (440, 0, 1570138762, NULL, 'navshowcategories', '1', NULL), (441, 0, 1570138762, NULL, 'navshowmycoursecategories', '0', NULL), (442, 0, 1570138762, NULL, 'navshowallcourses', '0', NULL), (443, 0, 1570138762, NULL, 'navsortmycoursessort', 'sortorder', NULL), (444, 0, 1570138762, NULL, 'navcourselimit', '10', NULL), (445, 0, 1570138762, NULL, 'usesitenameforsitepages', '0', NULL), (446, 0, 1570138762, NULL, 'linkadmincategories', '1', NULL), (447, 0, 1570138762, NULL, 'linkcoursesections', '1', NULL), (448, 0, 1570138762, NULL, 'navshowfrontpagemods', '1', NULL), (449, 0, 1570138762, NULL, 'navadduserpostslinks', '1', NULL), (450, 0, 1570138762, NULL, 'formatstringstriptags', '1', NULL), (451, 0, 1570138762, NULL, 'emoticons', '[{\"text\":\":-)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":)\",\"imagename\":\"s\\/smiley\",\"imagecomponent\":\"core\",\"altidentifier\":\"smiley\",\"altcomponent\":\"core_pix\"},{\"text\":\":-D\",\"imagename\":\"s\\/biggrin\",\"imagecomponent\":\"core\",\"altidentifier\":\"biggrin\",\"altcomponent\":\"core_pix\"},{\"text\":\";-)\",\"imagename\":\"s\\/wink\",\"imagecomponent\":\"core\",\"altidentifier\":\"wink\",\"altcomponent\":\"core_pix\"},{\"text\":\":-\\/\",\"imagename\":\"s\\/mixed\",\"imagecomponent\":\"core\",\"altidentifier\":\"mixed\",\"altcomponent\":\"core_pix\"},{\"text\":\"V-.\",\"imagename\":\"s\\/thoughtful\",\"imagecomponent\":\"core\",\"altidentifier\":\"thoughtful\",\"altcomponent\":\"core_pix\"},{\"text\":\":-P\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\":-p\",\"imagename\":\"s\\/tongueout\",\"imagecomponent\":\"core\",\"altidentifier\":\"tongueout\",\"altcomponent\":\"core_pix\"},{\"text\":\"B-)\",\"imagename\":\"s\\/cool\",\"imagecomponent\":\"core\",\"altidentifier\":\"cool\",\"altcomponent\":\"core_pix\"},{\"text\":\"^-)\",\"imagename\":\"s\\/approve\",\"imagecomponent\":\"core\",\"altidentifier\":\"approve\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-)\",\"imagename\":\"s\\/wideeyes\",\"imagecomponent\":\"core\",\"altidentifier\":\"wideeyes\",\"altcomponent\":\"core_pix\"},{\"text\":\":o)\",\"imagename\":\"s\\/clown\",\"imagecomponent\":\"core\",\"altidentifier\":\"clown\",\"altcomponent\":\"core_pix\"},{\"text\":\":-(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\":(\",\"imagename\":\"s\\/sad\",\"imagecomponent\":\"core\",\"altidentifier\":\"sad\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-.\",\"imagename\":\"s\\/shy\",\"imagecomponent\":\"core\",\"altidentifier\":\"shy\",\"altcomponent\":\"core_pix\"},{\"text\":\":-I\",\"imagename\":\"s\\/blush\",\"imagecomponent\":\"core\",\"altidentifier\":\"blush\",\"altcomponent\":\"core_pix\"},{\"text\":\":-X\",\"imagename\":\"s\\/kiss\",\"imagecomponent\":\"core\",\"altidentifier\":\"kiss\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-o\",\"imagename\":\"s\\/surprise\",\"imagecomponent\":\"core\",\"altidentifier\":\"surprise\",\"altcomponent\":\"core_pix\"},{\"text\":\"P-|\",\"imagename\":\"s\\/blackeye\",\"imagecomponent\":\"core\",\"altidentifier\":\"blackeye\",\"altcomponent\":\"core_pix\"},{\"text\":\"8-[\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"(grr)\",\"imagename\":\"s\\/angry\",\"imagecomponent\":\"core\",\"altidentifier\":\"angry\",\"altcomponent\":\"core_pix\"},{\"text\":\"xx-P\",\"imagename\":\"s\\/dead\",\"imagecomponent\":\"core\",\"altidentifier\":\"dead\",\"altcomponent\":\"core_pix\"},{\"text\":\"|-.\",\"imagename\":\"s\\/sleepy\",\"imagecomponent\":\"core\",\"altidentifier\":\"sleepy\",\"altcomponent\":\"core_pix\"},{\"text\":\"}-]\",\"imagename\":\"s\\/evil\",\"imagecomponent\":\"core\",\"altidentifier\":\"evil\",\"altcomponent\":\"core_pix\"},{\"text\":\"(h)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(heart)\",\"imagename\":\"s\\/heart\",\"imagecomponent\":\"core\",\"altidentifier\":\"heart\",\"altcomponent\":\"core_pix\"},{\"text\":\"(y)\",\"imagename\":\"s\\/yes\",\"imagecomponent\":\"core\",\"altidentifier\":\"yes\",\"altcomponent\":\"core\"},{\"text\":\"(n)\",\"imagename\":\"s\\/no\",\"imagecomponent\":\"core\",\"altidentifier\":\"no\",\"altcomponent\":\"core\"},{\"text\":\"(martin)\",\"imagename\":\"s\\/martin\",\"imagecomponent\":\"core\",\"altidentifier\":\"martin\",\"altcomponent\":\"core_pix\"},{\"text\":\"( )\",\"imagename\":\"s\\/egg\",\"imagecomponent\":\"core\",\"altidentifier\":\"egg\",\"altcomponent\":\"core_pix\"}]', NULL), (452, 0, 1570138762, NULL, 'docroot', 'https://docs.moodle.org', NULL), (453, 0, 1570138762, NULL, 'doclang', '', NULL), (454, 0, 1570138762, NULL, 'doctonewwindow', '0', NULL), (455, 0, 1570138762, NULL, 'coursecontactduplicates', '0', NULL), (456, 0, 1570138762, NULL, 'courselistshortnames', '0', NULL), (457, 0, 1570138762, NULL, 'coursesperpage', '20', NULL), (458, 0, 1570138762, NULL, 'courseswithsummarieslimit', '10', NULL), (459, 0, 1570138762, NULL, 'courseoverviewfileslimit', '1', NULL), (460, 0, 1570138762, NULL, 'courseoverviewfilesext', '.jpg,.gif,.png', NULL), (461, 0, 1570138762, NULL, 'coursegraceperiodbefore', '0', NULL), (462, 0, 1570138762, NULL, 'coursegraceperiodafter', '0', NULL), (463, 0, 1570138762, NULL, 'useexternalyui', '0', NULL), (464, 0, 1570138762, NULL, 'yuicomboloading', '1', NULL), (465, 0, 1570138762, NULL, 'cachejs', '1', NULL), (466, 0, 1570138762, NULL, 'modchooserdefault', '1', NULL), (467, 0, 1570138762, NULL, 'additionalhtmlhead', '', NULL), (468, 0, 1570138762, NULL, 'additionalhtmltopofbody', '', NULL), (469, 0, 1570138762, NULL, 'additionalhtmlfooter', '', NULL), (470, 0, 1570138762, NULL, 'pathtophp', '', NULL), (471, 0, 1570138762, NULL, 'pathtodu', '', NULL), (472, 0, 1570138762, NULL, 'aspellpath', '', NULL), (473, 0, 1570138762, NULL, 'pathtodot', '', NULL), (474, 0, 1570138762, NULL, 'pathtogs', '/usr/bin/gs', NULL), (475, 0, 1570138762, NULL, 'pathtopython', '', NULL), (476, 0, 1570138762, NULL, 'supportname', 'Admin User', NULL), (477, 0, 1570138762, NULL, 'supportemail', '', NULL), (478, 0, 1570138762, NULL, 'supportpage', '', NULL), (479, 0, 1570138762, NULL, 'dbsessions', '0', NULL), (480, 0, 1570138762, NULL, 'sessioncookie', '', NULL), (481, 0, 1570138762, NULL, 'sessioncookiepath', '', NULL), (482, 0, 1570138762, NULL, 'sessioncookiedomain', '', NULL), (483, 0, 1570138762, NULL, 'statsfirstrun', 'none', NULL), (484, 0, 1570138762, NULL, 'statsmaxruntime', '0', NULL), (485, 0, 1570138762, NULL, 'statsruntimedays', '31', NULL), (486, 0, 1570138762, NULL, 'statsuserthreshold', '0', NULL), (487, 0, 1570138762, NULL, 'slasharguments', '1', NULL), (488, 0, 1570138762, NULL, 'getremoteaddrconf', '0', NULL), (489, 0, 1570138762, NULL, 'proxyhost', '', NULL), (490, 0, 1570138762, NULL, 'proxyport', '0', NULL), (491, 0, 1570138762, NULL, 'proxytype', 'HTTP', NULL), (492, 0, 1570138762, NULL, 'proxyuser', '', NULL), (493, 0, 1570138762, NULL, 'proxypassword', '', NULL), (494, 0, 1570138762, NULL, 'proxybypass', 'localhost, 127.0.0.1', NULL), (495, 0, 1570138762, NULL, 'maintenance_enabled', '0', NULL), (496, 0, 1570138762, NULL, 'maintenance_message', '', NULL), (497, 0, 1570138762, NULL, 'deleteunconfirmed', '168', NULL), (498, 0, 1570138762, NULL, 'deleteincompleteusers', '0', NULL), (499, 0, 1570138762, NULL, 'disablegradehistory', '0', NULL), (500, 0, 1570138762, NULL, 'gradehistorylifetime', '0', NULL), (501, 0, 1570138762, NULL, 'tempdatafoldercleanup', '168', NULL), (502, 0, 1570138762, NULL, 'extramemorylimit', '512M', NULL), (503, 0, 1570138762, NULL, 'maxtimelimit', '0', NULL), (504, 0, 1570138762, NULL, 'curlcache', '120', NULL), (505, 0, 1570138762, NULL, 'curltimeoutkbitrate', '56', NULL), (506, 0, 1570138762, NULL, 'task_scheduled_concurrency_limit', '3', NULL), (507, 0, 1570138762, NULL, 'task_scheduled_max_runtime', '1800', NULL), (508, 0, 1570138762, NULL, 'task_adhoc_concurrency_limit', '3', NULL), (509, 0, 1570138762, NULL, 'task_adhoc_max_runtime', '1800', NULL), (510, 0, 1570138762, NULL, 'task_logmode', '1', NULL), (511, 0, 1570138762, NULL, 'task_logretention', '2419200', NULL), (512, 0, 1570138762, NULL, 'task_logretainruns', '20', NULL), (513, 0, 1570138762, NULL, 'smtphosts', '', NULL), (514, 0, 1570138762, NULL, 'smtpsecure', '', NULL), (515, 0, 1570138762, NULL, 'smtpauthtype', 'LOGIN', NULL), (516, 0, 1570138762, NULL, 'smtpuser', '', NULL), (517, 0, 1570138762, NULL, 'smtppass', '', NULL), (518, 0, 1570138762, NULL, 'smtpmaxbulk', '1', NULL), (519, 0, 1570138762, NULL, 'allowedemaildomains', '', NULL), (520, 0, 1570138762, NULL, 'sitemailcharset', '0', NULL), (521, 0, 1570138762, NULL, 'allowusermailcharset', '0', NULL), (522, 0, 1570138762, NULL, 'allowattachments', '1', NULL), (523, 0, 1570138762, NULL, 'mailnewline', 'LF', NULL), (524, 0, 1570138762, NULL, 'emailfromvia', '1', NULL), (525, 0, 1570138762, NULL, 'emailsubjectprefix', '', NULL), (526, 0, 1570138762, NULL, 'updateautocheck', '1', NULL), (527, 0, 1570138762, NULL, 'updateminmaturity', '200', NULL), (528, 0, 1570138762, NULL, 'updatenotifybuilds', '0', NULL), (529, 0, 1570138762, NULL, 'enablesafebrowserintegration', '0', NULL), (530, 0, 1570138762, NULL, 'dndallowtextandlinks', '0', NULL), (531, 0, 1570138762, NULL, 'pathtosassc', '', NULL), (532, 0, 1570138762, NULL, 'contextlocking', '0', NULL), (533, 0, 1570138762, NULL, 'contextlockappliestoadmin', '1', NULL), (534, 0, 1570138762, NULL, 'forceclean', '0', NULL), (535, 0, 1570138762, NULL, 'debug', '0', NULL), (536, 0, 1570138762, NULL, 'debugdisplay', '0', NULL), (537, 0, 1570138762, NULL, 'debugsmtp', '0', NULL), (538, 0, 1570138762, NULL, 'perfdebug', '7', NULL), (539, 0, 1570138762, NULL, 'debugstringids', '0', NULL), (540, 0, 1570138762, NULL, 'debugvalidators', '0', NULL), (541, 0, 1570138762, NULL, 'debugpageinfo', '0', NULL), (542, 0, 1570138762, NULL, 'profilingenabled', '0', NULL), (543, 0, 1570138762, NULL, 'profilingincluded', '', NULL), (544, 0, 1570138762, NULL, 'profilingexcluded', '', NULL), (545, 0, 1570138762, NULL, 'profilingautofrec', '0', NULL), (546, 0, 1570138762, NULL, 'profilingallowme', '0', NULL), (547, 0, 1570138762, NULL, 'profilingallowall', '0', NULL), (548, 0, 1570138762, NULL, 'profilingslow', '0', NULL), (549, 0, 1570138762, NULL, 'profilinglifetime', '1440', NULL), (550, 0, 1570138762, NULL, 'profilingimportprefix', '(I)', NULL), (551, 0, 1570138776, 'activitynames', 'filter_active', '1', ''), (552, 0, 1570138776, 'mathjaxloader', 'filter_active', '1', ''), (553, 0, 1570138776, 'mediaplugin', 'filter_active', '1', ''), (554, 2, 1570138960, NULL, 'notloggedinroleid', '6', NULL), (555, 2, 1570138960, NULL, 'guestroleid', '6', NULL), (556, 2, 1570138960, NULL, 'defaultuserroleid', '7', NULL), (557, 2, 1570138960, NULL, 'creatornewroleid', '3', NULL), (558, 2, 1570138960, NULL, 'restorernewroleid', '3', NULL), (559, 2, 1570138960, 'tool_dataprivacy', 'contactdataprotectionofficer', '0', NULL), (560, 2, 1570138960, 'tool_dataprivacy', 'automaticdeletionrequests', '1', NULL), (561, 2, 1570138960, 'tool_dataprivacy', 'privacyrequestexpiry', '604800', NULL), (562, 2, 1570138960, 'tool_dataprivacy', 'requireallenddatesforuserdeletion', '1', NULL), (563, 2, 1570138960, 'tool_dataprivacy', 'showdataretentionsummary', '1', NULL), (564, 2, 1570138960, 'tool_log', 'exportlog', '1', NULL), (565, 2, 1570138960, NULL, 'sitepolicyhandler', '', NULL), (566, 2, 1570138960, NULL, 'gradebookroles', '5', NULL), (567, 2, 1570138960, 'analytics', 'logstore', 'logstore_standard', NULL), (568, 2, 1570138960, NULL, 'jabberhost', '', NULL), (569, 2, 1570138960, NULL, 'jabberserver', '', NULL), (570, 2, 1570138960, NULL, 'jabberusername', '', NULL), (571, 2, 1570138960, NULL, 'jabberpassword', '', NULL), (572, 2, 1570138960, NULL, 'jabberport', '5222', NULL), (573, 2, 1570138960, NULL, 'airnotifierurl', 'https://messages.moodle.net', NULL), (574, 2, 1570138960, NULL, 'airnotifierport', '443', NULL), (575, 2, 1570138960, NULL, 'airnotifiermobileappname', 'com.moodle.moodlemobile', NULL), (576, 2, 1570138960, NULL, 'airnotifierappname', 'commoodlemoodlemobile', NULL), (577, 2, 1570138960, NULL, 'airnotifieraccesskey', '', NULL), (578, 2, 1570138960, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments', NULL), (579, 2, 1570138960, 'assign', 'showrecentsubmissions', '0', NULL), (580, 2, 1570138960, 'assign', 'submissionreceipts', '1', NULL), (581, 2, 1570138960, 'assign', 'submissionstatement', 'This submission is my own work, except where I have acknowledged the use of the works of other people.', NULL), (582, 2, 1570138960, 'assign', 'submissionstatementteamsubmission', 'This submission is the work of my group, except where we have acknowledged the use of the works of other people.', NULL), (583, 2, 1570138960, 'assign', 'submissionstatementteamsubmissionallsubmit', 'This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.', NULL), (584, 2, 1570138960, 'assign', 'maxperpage', '-1', NULL), (585, 2, 1570138960, 'assign', 'alwaysshowdescription', '1', NULL), (586, 2, 1570138960, 'assign', 'alwaysshowdescription_adv', '', NULL), (587, 2, 1570138960, 'assign', 'alwaysshowdescription_locked', '', NULL), (588, 2, 1570138960, 'assign', 'allowsubmissionsfromdate', '0', NULL), (589, 2, 1570138960, 'assign', 'allowsubmissionsfromdate_enabled', '1', NULL), (590, 2, 1570138960, 'assign', 'allowsubmissionsfromdate_adv', '', NULL), (591, 2, 1570138960, 'assign', 'duedate', '604800', NULL), (592, 2, 1570138960, 'assign', 'duedate_enabled', '1', NULL), (593, 2, 1570138960, 'assign', 'duedate_adv', '', NULL), (594, 2, 1570138960, 'assign', 'cutoffdate', '1209600', NULL), (595, 2, 1570138960, 'assign', 'cutoffdate_enabled', '', NULL), (596, 2, 1570138960, 'assign', 'cutoffdate_adv', '', NULL), (597, 2, 1570138960, 'assign', 'gradingduedate', '1209600', NULL), (598, 2, 1570138960, 'assign', 'gradingduedate_enabled', '1', NULL), (599, 2, 1570138960, 'assign', 'gradingduedate_adv', '', NULL), (600, 2, 1570138960, 'assign', 'submissiondrafts', '0', NULL), (601, 2, 1570138960, 'assign', 'submissiondrafts_adv', '', NULL), (602, 2, 1570138961, 'assign', 'submissiondrafts_locked', '', NULL), (603, 2, 1570138961, 'assign', 'requiresubmissionstatement', '0', NULL), (604, 2, 1570138961, 'assign', 'requiresubmissionstatement_adv', '', NULL), (605, 2, 1570138961, 'assign', 'requiresubmissionstatement_locked', '', NULL), (606, 2, 1570138961, 'assign', 'attemptreopenmethod', 'none', NULL), (607, 2, 1570138961, 'assign', 'attemptreopenmethod_adv', '', NULL), (608, 2, 1570138961, 'assign', 'attemptreopenmethod_locked', '', NULL), (609, 2, 1570138961, 'assign', 'maxattempts', '-1', NULL), (610, 2, 1570138961, 'assign', 'maxattempts_adv', '', NULL), (611, 2, 1570138961, 'assign', 'maxattempts_locked', '', NULL), (612, 2, 1570138961, 'assign', 'teamsubmission', '0', NULL), (613, 2, 1570138961, 'assign', 'teamsubmission_adv', '', NULL), (614, 2, 1570138961, 'assign', 'teamsubmission_locked', '', NULL), (615, 2, 1570138961, 'assign', 'preventsubmissionnotingroup', '0', NULL), (616, 2, 1570138961, 'assign', 'preventsubmissionnotingroup_adv', '', NULL), (617, 2, 1570138961, 'assign', 'preventsubmissionnotingroup_locked', '', NULL), (618, 2, 1570138961, 'assign', 'requireallteammemberssubmit', '0', NULL), (619, 2, 1570138961, 'assign', 'requireallteammemberssubmit_adv', '', NULL), (620, 2, 1570138961, 'assign', 'requireallteammemberssubmit_locked', '', NULL), (621, 2, 1570138961, 'assign', 'teamsubmissiongroupingid', '', NULL), (622, 2, 1570138961, 'assign', 'teamsubmissiongroupingid_adv', '', NULL), (623, 2, 1570138961, 'assign', 'sendnotifications', '0', NULL), (624, 2, 1570138961, 'assign', 'sendnotifications_adv', '', NULL), (625, 2, 1570138961, 'assign', 'sendnotifications_locked', '', NULL), (626, 2, 1570138961, 'assign', 'sendlatenotifications', '0', NULL), (627, 2, 1570138961, 'assign', 'sendlatenotifications_adv', '', NULL), (628, 2, 1570138961, 'assign', 'sendlatenotifications_locked', '', NULL), (629, 2, 1570138961, 'assign', 'sendstudentnotifications', '1', NULL), (630, 2, 1570138961, 'assign', 'sendstudentnotifications_adv', '', NULL), (631, 2, 1570138961, 'assign', 'sendstudentnotifications_locked', '', NULL), (632, 2, 1570138961, 'assign', 'blindmarking', '0', NULL), (633, 2, 1570138961, 'assign', 'blindmarking_adv', '', NULL), (634, 2, 1570138961, 'assign', 'blindmarking_locked', '', NULL), (635, 2, 1570138961, 'assign', 'hidegrader', '0', NULL), (636, 2, 1570138961, 'assign', 'hidegrader_adv', '', NULL), (637, 2, 1570138961, 'assign', 'hidegrader_locked', '', NULL), (638, 2, 1570138961, 'assign', 'markingworkflow', '0', NULL), (639, 2, 1570138961, 'assign', 'markingworkflow_adv', '', NULL), (640, 2, 1570138961, 'assign', 'markingworkflow_locked', '', NULL), (641, 2, 1570138961, 'assign', 'markingallocation', '0', NULL), (642, 2, 1570138961, 'assign', 'markingallocation_adv', '', NULL), (643, 2, 1570138961, 'assign', 'markingallocation_locked', '', NULL), (644, 2, 1570138961, 'assignsubmission_file', 'default', '1', NULL), (645, 2, 1570138961, 'assignsubmission_file', 'maxfiles', '20', NULL), (646, 2, 1570138961, 'assignsubmission_file', 'filetypes', '', NULL), (647, 2, 1570138961, 'assignsubmission_file', 'maxbytes', '0', NULL), (648, 2, 1570138961, 'assignsubmission_onlinetext', 'default', '0', NULL), (649, 2, 1570138961, 'assignfeedback_comments', 'default', '1', NULL), (650, 2, 1570138961, 'assignfeedback_comments', 'inline', '0', NULL), (651, 2, 1570138961, 'assignfeedback_comments', 'inline_adv', '', NULL), (652, 2, 1570138961, 'assignfeedback_comments', 'inline_locked', '', NULL), (653, 2, 1570138961, 'assignfeedback_editpdf', 'default', '1', NULL), (654, 2, 1570138961, 'assignfeedback_editpdf', 'stamps', '', NULL), (655, 2, 1570138961, 'assignfeedback_file', 'default', '0', NULL), (656, 2, 1570138961, 'assignfeedback_offline', 'default', '0', NULL), (657, 2, 1570138961, 'book', 'numberingoptions', '0,1,2,3', NULL), (658, 2, 1570138961, 'book', 'navoptions', '0,1,2', NULL), (659, 2, 1570138961, 'book', 'numbering', '1', NULL), (660, 2, 1570138961, 'book', 'navstyle', '1', NULL), (661, 2, 1570138961, NULL, 'chat_method', 'ajax', NULL), (662, 2, 1570138961, NULL, 'chat_refresh_userlist', '10', NULL), (663, 2, 1570138961, NULL, 'chat_old_ping', '35', NULL), (664, 2, 1570138961, NULL, 'chat_refresh_room', '5', NULL), (665, 2, 1570138961, NULL, 'chat_normal_updatemode', 'jsupdate', NULL), (666, 2, 1570138961, NULL, 'chat_serverhost', 'localhost', NULL), (667, 2, 1570138961, NULL, 'chat_serverip', '127.0.0.1', NULL), (668, 2, 1570138961, NULL, 'chat_serverport', '9111', NULL), (669, 2, 1570138961, NULL, 'chat_servermax', '100', NULL), (670, 2, 1570138961, NULL, 'data_enablerssfeeds', '0', NULL), (671, 2, 1570138961, NULL, 'feedback_allowfullanonymous', '0', NULL), (672, 2, 1570138961, 'resource', 'framesize', '130', NULL), (673, 2, 1570138961, 'resource', 'displayoptions', '0,1,4,5,6', NULL), (674, 2, 1570138961, 'resource', 'printintro', '1', NULL), (675, 2, 1570138961, 'resource', 'display', '0', NULL), (676, 2, 1570138961, 'resource', 'showsize', '0', NULL), (677, 2, 1570138961, 'resource', 'showtype', '0', NULL), (678, 2, 1570138961, 'resource', 'showdate', '0', NULL), (679, 2, 1570138961, 'resource', 'popupwidth', '620', NULL), (680, 2, 1570138961, 'resource', 'popupheight', '450', NULL), (681, 2, 1570138961, 'resource', 'filterfiles', '0', NULL), (682, 2, 1570138961, 'folder', 'showexpanded', '1', NULL), (683, 2, 1570138961, 'folder', 'maxsizetodownload', '0', NULL), (684, 2, 1570138961, NULL, 'forum_displaymode', '3', NULL), (685, 2, 1570138961, NULL, 'forum_shortpost', '300', NULL), (686, 2, 1570138961, NULL, 'forum_longpost', '600', NULL), (687, 2, 1570138961, NULL, 'forum_manydiscussions', '100', NULL), (688, 2, 1570138961, NULL, 'forum_maxbytes', '512000', NULL), (689, 2, 1570138961, NULL, 'forum_maxattachments', '9', NULL), (690, 2, 1570138961, NULL, 'forum_subscription', '0', NULL), (691, 2, 1570138961, NULL, 'forum_trackingtype', '1', NULL), (692, 2, 1570138961, NULL, 'forum_trackreadposts', '1', NULL), (693, 2, 1570138961, NULL, 'forum_allowforcedreadtracking', '0', NULL), (694, 2, 1570138961, NULL, 'forum_oldpostdays', '14', NULL), (695, 2, 1570138961, NULL, 'forum_usermarksread', '0', NULL), (696, 2, 1570138961, NULL, 'forum_cleanreadtime', '2', NULL), (697, 2, 1570138961, NULL, 'digestmailtime', '17', NULL), (698, 2, 1570138961, NULL, 'forum_enablerssfeeds', '0', NULL), (699, 2, 1570138961, NULL, 'forum_enabletimedposts', '1', NULL), (700, 2, 1570138961, NULL, 'glossary_entbypage', '10', NULL), (701, 2, 1570138961, NULL, 'glossary_dupentries', '0', NULL), (702, 2, 1570138961, NULL, 'glossary_allowcomments', '0', NULL), (703, 2, 1570138961, NULL, 'glossary_linkbydefault', '1', NULL); INSERT INTO `cocoon_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES (704, 2, 1570138961, NULL, 'glossary_defaultapproval', '1', NULL), (705, 2, 1570138961, NULL, 'glossary_enablerssfeeds', '0', NULL), (706, 2, 1570138961, NULL, 'glossary_linkentries', '0', NULL), (707, 2, 1570138961, NULL, 'glossary_casesensitive', '0', NULL), (708, 2, 1570138961, NULL, 'glossary_fullmatch', '0', NULL), (709, 2, 1570138961, 'imscp', 'keepold', '1', NULL), (710, 2, 1570138961, 'imscp', 'keepold_adv', '', NULL), (711, 2, 1570138961, 'label', 'dndmedia', '1', NULL), (712, 2, 1570138961, 'label', 'dndresizewidth', '400', NULL), (713, 2, 1570138961, 'label', 'dndresizeheight', '400', NULL), (714, 2, 1570138961, 'mod_lesson', 'mediafile', '', NULL), (715, 2, 1570138961, 'mod_lesson', 'mediafile_adv', '1', NULL), (716, 2, 1570138961, 'mod_lesson', 'mediawidth', '640', NULL), (717, 2, 1570138961, 'mod_lesson', 'mediaheight', '480', NULL), (718, 2, 1570138961, 'mod_lesson', 'mediaclose', '0', NULL), (719, 2, 1570138961, 'mod_lesson', 'progressbar', '0', NULL), (720, 2, 1570138961, 'mod_lesson', 'progressbar_adv', '', NULL), (721, 2, 1570138961, 'mod_lesson', 'ongoing', '0', NULL), (722, 2, 1570138961, 'mod_lesson', 'ongoing_adv', '1', NULL), (723, 2, 1570138961, 'mod_lesson', 'displayleftmenu', '0', NULL), (724, 2, 1570138961, 'mod_lesson', 'displayleftmenu_adv', '', NULL), (725, 2, 1570138961, 'mod_lesson', 'displayleftif', '0', NULL), (726, 2, 1570138961, 'mod_lesson', 'displayleftif_adv', '1', NULL), (727, 2, 1570138961, 'mod_lesson', 'slideshow', '0', NULL), (728, 2, 1570138961, 'mod_lesson', 'slideshow_adv', '1', NULL), (729, 2, 1570138961, 'mod_lesson', 'slideshowwidth', '640', NULL), (730, 2, 1570138961, 'mod_lesson', 'slideshowheight', '480', NULL), (731, 2, 1570138961, 'mod_lesson', 'slideshowbgcolor', '#FFFFFF', NULL), (732, 2, 1570138961, 'mod_lesson', 'maxanswers', '5', NULL), (733, 2, 1570138961, 'mod_lesson', 'maxanswers_adv', '1', NULL), (734, 2, 1570138961, 'mod_lesson', 'defaultfeedback', '0', NULL), (735, 2, 1570138961, 'mod_lesson', 'defaultfeedback_adv', '1', NULL), (736, 2, 1570138961, 'mod_lesson', 'activitylink', '', NULL), (737, 2, 1570138961, 'mod_lesson', 'activitylink_adv', '1', NULL), (738, 2, 1570138961, 'mod_lesson', 'timelimit', '0', NULL), (739, 2, 1570138961, 'mod_lesson', 'timelimit_adv', '', NULL), (740, 2, 1570138961, 'mod_lesson', 'password', '0', NULL), (741, 2, 1570138961, 'mod_lesson', 'password_adv', '1', NULL), (742, 2, 1570138961, 'mod_lesson', 'modattempts', '0', NULL), (743, 2, 1570138961, 'mod_lesson', 'modattempts_adv', '', NULL), (744, 2, 1570138961, 'mod_lesson', 'displayreview', '0', NULL), (745, 2, 1570138961, 'mod_lesson', 'displayreview_adv', '', NULL), (746, 2, 1570138961, 'mod_lesson', 'maximumnumberofattempts', '1', NULL), (747, 2, 1570138961, 'mod_lesson', 'maximumnumberofattempts_adv', '', NULL), (748, 2, 1570138961, 'mod_lesson', 'defaultnextpage', '0', NULL), (749, 2, 1570138961, 'mod_lesson', 'defaultnextpage_adv', '1', NULL), (750, 2, 1570138961, 'mod_lesson', 'numberofpagestoshow', '1', NULL), (751, 2, 1570138961, 'mod_lesson', 'numberofpagestoshow_adv', '1', NULL), (752, 2, 1570138961, 'mod_lesson', 'practice', '0', NULL), (753, 2, 1570138961, 'mod_lesson', 'practice_adv', '', NULL), (754, 2, 1570138961, 'mod_lesson', 'customscoring', '1', NULL), (755, 2, 1570138961, 'mod_lesson', 'customscoring_adv', '1', NULL), (756, 2, 1570138961, 'mod_lesson', 'retakesallowed', '0', NULL), (757, 2, 1570138961, 'mod_lesson', 'retakesallowed_adv', '', NULL), (758, 2, 1570138961, 'mod_lesson', 'handlingofretakes', '0', NULL), (759, 2, 1570138961, 'mod_lesson', 'handlingofretakes_adv', '1', NULL), (760, 2, 1570138961, 'mod_lesson', 'minimumnumberofquestions', '0', NULL), (761, 2, 1570138961, 'mod_lesson', 'minimumnumberofquestions_adv', '1', NULL), (762, 2, 1570138961, 'page', 'displayoptions', '5', NULL), (763, 2, 1570138961, 'page', 'printheading', '1', NULL), (764, 2, 1570138961, 'page', 'printintro', '0', NULL), (765, 2, 1570138961, 'page', 'printlastmodified', '1', NULL), (766, 2, 1570138961, 'page', 'display', '5', NULL), (767, 2, 1570138961, 'page', 'popupwidth', '620', NULL), (768, 2, 1570138961, 'page', 'popupheight', '450', NULL), (769, 2, 1570138961, 'quiz', 'timelimit', '0', NULL), (770, 2, 1570138961, 'quiz', 'timelimit_adv', '', NULL), (771, 2, 1570138961, 'quiz', 'overduehandling', 'autosubmit', NULL), (772, 2, 1570138961, 'quiz', 'overduehandling_adv', '', NULL), (773, 2, 1570138961, 'quiz', 'graceperiod', '86400', NULL), (774, 2, 1570138961, 'quiz', 'graceperiod_adv', '', NULL), (775, 2, 1570138961, 'quiz', 'graceperiodmin', '60', NULL), (776, 2, 1570138961, 'quiz', 'attempts', '0', NULL), (777, 2, 1570138961, 'quiz', 'attempts_adv', '', NULL), (778, 2, 1570138961, 'quiz', 'grademethod', '1', NULL), (779, 2, 1570138961, 'quiz', 'grademethod_adv', '', NULL), (780, 2, 1570138961, 'quiz', 'maximumgrade', '10', NULL), (781, 2, 1570138961, 'quiz', 'questionsperpage', '1', NULL), (782, 2, 1570138961, 'quiz', 'questionsperpage_adv', '', NULL), (783, 2, 1570138961, 'quiz', 'navmethod', 'free', NULL), (784, 2, 1570138961, 'quiz', 'navmethod_adv', '1', NULL), (785, 2, 1570138961, 'quiz', 'shuffleanswers', '1', NULL), (786, 2, 1570138961, 'quiz', 'shuffleanswers_adv', '', NULL), (787, 2, 1570138961, 'quiz', 'preferredbehaviour', 'deferredfeedback', NULL), (788, 2, 1570138961, 'quiz', 'canredoquestions', '0', NULL), (789, 2, 1570138961, 'quiz', 'canredoquestions_adv', '1', NULL), (790, 2, 1570138961, 'quiz', 'attemptonlast', '0', NULL), (791, 2, 1570138961, 'quiz', 'attemptonlast_adv', '1', NULL), (792, 2, 1570138961, 'quiz', 'reviewattempt', '69904', NULL), (793, 2, 1570138961, 'quiz', 'reviewcorrectness', '69904', NULL), (794, 2, 1570138961, 'quiz', 'reviewmarks', '69904', NULL), (795, 2, 1570138961, 'quiz', 'reviewspecificfeedback', '69904', NULL), (796, 2, 1570138961, 'quiz', 'reviewgeneralfeedback', '69904', NULL), (797, 2, 1570138961, 'quiz', 'reviewrightanswer', '69904', NULL), (798, 2, 1570138961, 'quiz', 'reviewoverallfeedback', '4368', NULL), (799, 2, 1570138961, 'quiz', 'showuserpicture', '0', NULL), (800, 2, 1570138961, 'quiz', 'showuserpicture_adv', '', NULL), (801, 2, 1570138961, 'quiz', 'decimalpoints', '2', NULL), (802, 2, 1570138961, 'quiz', 'decimalpoints_adv', '', NULL), (803, 2, 1570138961, 'quiz', 'questiondecimalpoints', '-1', NULL), (804, 2, 1570138961, 'quiz', 'questiondecimalpoints_adv', '1', NULL), (805, 2, 1570138961, 'quiz', 'showblocks', '0', NULL), (806, 2, 1570138961, 'quiz', 'showblocks_adv', '1', NULL), (807, 2, 1570138961, 'quiz', 'password', '', NULL), (808, 2, 1570138961, 'quiz', 'password_adv', '', NULL), (809, 2, 1570138961, 'quiz', 'subnet', '', NULL), (810, 2, 1570138961, 'quiz', 'subnet_adv', '1', NULL), (811, 2, 1570138961, 'quiz', 'delay1', '0', NULL), (812, 2, 1570138961, 'quiz', 'delay1_adv', '1', NULL), (813, 2, 1570138961, 'quiz', 'delay2', '0', NULL), (814, 2, 1570138961, 'quiz', 'delay2_adv', '1', NULL), (815, 2, 1570138961, 'quiz', 'browsersecurity', '-', NULL), (816, 2, 1570138961, 'quiz', 'browsersecurity_adv', '1', NULL), (817, 2, 1570138961, 'quiz', 'initialnumfeedbacks', '2', NULL), (818, 2, 1570138961, 'quiz', 'autosaveperiod', '60', NULL), (819, 2, 1570138961, 'scorm', 'displaycoursestructure', '0', NULL), (820, 2, 1570138961, 'scorm', 'displaycoursestructure_adv', '', NULL), (821, 2, 1570138961, 'scorm', 'popup', '0', NULL), (822, 2, 1570138961, 'scorm', 'popup_adv', '', NULL), (823, 2, 1570138961, 'scorm', 'displayactivityname', '1', NULL), (824, 2, 1570138961, 'scorm', 'framewidth', '100', NULL), (825, 2, 1570138961, 'scorm', 'framewidth_adv', '1', NULL), (826, 2, 1570138961, 'scorm', 'frameheight', '500', NULL), (827, 2, 1570138961, 'scorm', 'frameheight_adv', '1', NULL), (828, 2, 1570138961, 'scorm', 'winoptgrp_adv', '1', NULL), (829, 2, 1570138961, 'scorm', 'scrollbars', '0', NULL), (830, 2, 1570138961, 'scorm', 'directories', '0', NULL), (831, 2, 1570138961, 'scorm', 'location', '0', NULL), (832, 2, 1570138961, 'scorm', 'menubar', '0', NULL), (833, 2, 1570138961, 'scorm', 'toolbar', '0', NULL), (834, 2, 1570138961, 'scorm', 'status', '0', NULL), (835, 2, 1570138961, 'scorm', 'skipview', '0', NULL), (836, 2, 1570138961, 'scorm', 'skipview_adv', '1', NULL), (837, 2, 1570138961, 'scorm', 'hidebrowse', '0', NULL), (838, 2, 1570138961, 'scorm', 'hidebrowse_adv', '1', NULL), (839, 2, 1570138961, 'scorm', 'hidetoc', '0', NULL), (840, 2, 1570138961, 'scorm', 'hidetoc_adv', '1', NULL), (841, 2, 1570138961, 'scorm', 'nav', '1', NULL), (842, 2, 1570138961, 'scorm', 'nav_adv', '1', NULL), (843, 2, 1570138961, 'scorm', 'navpositionleft', '-100', NULL), (844, 2, 1570138961, 'scorm', 'navpositionleft_adv', '1', NULL), (845, 2, 1570138961, 'scorm', 'navpositiontop', '-100', NULL), (846, 2, 1570138961, 'scorm', 'navpositiontop_adv', '1', NULL), (847, 2, 1570138961, 'scorm', 'collapsetocwinsize', '767', NULL), (848, 2, 1570138961, 'scorm', 'collapsetocwinsize_adv', '1', NULL), (849, 2, 1570138961, 'scorm', 'displayattemptstatus', '1', NULL), (850, 2, 1570138961, 'scorm', 'displayattemptstatus_adv', '', NULL), (851, 2, 1570138961, 'scorm', 'grademethod', '1', NULL), (852, 2, 1570138961, 'scorm', 'maxgrade', '100', NULL), (853, 2, 1570138961, 'scorm', 'maxattempt', '0', NULL), (854, 2, 1570138961, 'scorm', 'whatgrade', '0', NULL), (855, 2, 1570138961, 'scorm', 'forcecompleted', '0', NULL), (856, 2, 1570138961, 'scorm', 'forcenewattempt', '0', NULL), (857, 2, 1570138961, 'scorm', 'autocommit', '0', NULL), (858, 2, 1570138961, 'scorm', 'masteryoverride', '1', NULL), (859, 2, 1570138961, 'scorm', 'lastattemptlock', '0', NULL), (860, 2, 1570138961, 'scorm', 'auto', '0', NULL), (861, 2, 1570138961, 'scorm', 'updatefreq', '0', NULL), (862, 2, 1570138961, 'scorm', 'scormstandard', '0', NULL), (863, 2, 1570138961, 'scorm', 'allowtypeexternal', '0', NULL), (864, 2, 1570138961, 'scorm', 'allowtypelocalsync', '0', NULL), (865, 2, 1570138961, 'scorm', 'allowtypeexternalaicc', '0', NULL), (866, 2, 1570138961, 'scorm', 'allowaicchacp', '0', NULL), (867, 2, 1570138961, 'scorm', 'aicchacptimeout', '30', NULL), (868, 2, 1570138961, 'scorm', 'aicchacpkeepsessiondata', '1', NULL), (869, 2, 1570138961, 'scorm', 'aiccuserid', '1', NULL), (870, 2, 1570138961, 'scorm', 'forcejavascript', '1', NULL), (871, 2, 1570138961, 'scorm', 'allowapidebug', '0', NULL), (872, 2, 1570138961, 'scorm', 'apidebugmask', '.*', NULL), (873, 2, 1570138961, 'scorm', 'protectpackagedownloads', '0', NULL), (874, 2, 1570138961, 'url', 'framesize', '130', NULL), (875, 2, 1570138961, 'url', 'secretphrase', '', NULL), (876, 2, 1570138961, 'url', 'rolesinparams', '0', NULL), (877, 2, 1570138961, 'url', 'displayoptions', '0,1,5,6', NULL), (878, 2, 1570138961, 'url', 'printintro', '1', NULL), (879, 2, 1570138961, 'url', 'display', '0', NULL), (880, 2, 1570138961, 'url', 'popupwidth', '620', NULL), (881, 2, 1570138961, 'url', 'popupheight', '450', NULL), (882, 2, 1570138961, 'workshop', 'grade', '80', NULL), (883, 2, 1570138961, 'workshop', 'gradinggrade', '20', NULL), (884, 2, 1570138961, 'workshop', 'gradedecimals', '0', NULL), (885, 2, 1570138961, 'workshop', 'maxbytes', '0', NULL), (886, 2, 1570138961, 'workshop', 'strategy', 'accumulative', NULL), (887, 2, 1570138961, 'workshop', 'examplesmode', '0', NULL), (888, 2, 1570138961, 'workshopallocation_random', 'numofreviews', '5', NULL), (889, 2, 1570138962, 'workshopform_numerrors', 'grade0', 'No', NULL), (890, 2, 1570138962, 'workshopform_numerrors', 'grade1', 'Yes', NULL), (891, 2, 1570138962, 'workshopeval_best', 'comparison', '5', NULL), (892, 2, 1570138962, 'tool_recyclebin', 'coursebinenable', '1', NULL), (893, 2, 1570138962, 'tool_recyclebin', 'coursebinexpiry', '604800', NULL), (894, 2, 1570138962, 'tool_recyclebin', 'categorybinenable', '1', NULL), (895, 2, 1570138962, 'tool_recyclebin', 'categorybinexpiry', '604800', NULL), (896, 2, 1570138962, 'tool_recyclebin', 'autohide', '1', NULL), (897, 2, 1570138962, 'antivirus_clamav', 'runningmethod', 'commandline', NULL), (898, 2, 1570138962, 'antivirus_clamav', 'pathtoclam', '', NULL), (899, 2, 1570138962, 'antivirus_clamav', 'pathtounixsocket', '', NULL), (900, 2, 1570138962, 'antivirus_clamav', 'clamfailureonupload', 'donothing', NULL), (901, 2, 1570138962, 'auth_cas', 'field_map_firstname', '', NULL), (902, 2, 1570138962, 'auth_cas', 'field_updatelocal_firstname', 'oncreate', NULL), (903, 2, 1570138962, 'auth_cas', 'field_updateremote_firstname', '0', NULL), (904, 2, 1570138962, 'auth_cas', 'field_lock_firstname', 'unlocked', NULL), (905, 2, 1570138962, 'auth_cas', 'field_map_lastname', '', NULL), (906, 2, 1570138962, 'auth_cas', 'field_updatelocal_lastname', 'oncreate', NULL), (907, 2, 1570138962, 'auth_cas', 'field_updateremote_lastname', '0', NULL), (908, 2, 1570138962, 'auth_cas', 'field_lock_lastname', 'unlocked', NULL), (909, 2, 1570138962, 'auth_cas', 'field_map_email', '', NULL), (910, 2, 1570138962, 'auth_cas', 'field_updatelocal_email', 'oncreate', NULL), (911, 2, 1570138962, 'auth_cas', 'field_updateremote_email', '0', NULL), (912, 2, 1570138962, 'auth_cas', 'field_lock_email', 'unlocked', NULL), (913, 2, 1570138962, 'auth_cas', 'field_map_city', '', NULL), (914, 2, 1570138962, 'auth_cas', 'field_updatelocal_city', 'oncreate', NULL), (915, 2, 1570138962, 'auth_cas', 'field_updateremote_city', '0', NULL), (916, 2, 1570138962, 'auth_cas', 'field_lock_city', 'unlocked', NULL), (917, 2, 1570138962, 'auth_cas', 'field_map_country', '', NULL), (918, 2, 1570138962, 'auth_cas', 'field_updatelocal_country', 'oncreate', NULL), (919, 2, 1570138962, 'auth_cas', 'field_updateremote_country', '0', NULL), (920, 2, 1570138962, 'auth_cas', 'field_lock_country', 'unlocked', NULL), (921, 2, 1570138962, 'auth_cas', 'field_map_lang', '', NULL), (922, 2, 1570138962, 'auth_cas', 'field_updatelocal_lang', 'oncreate', NULL), (923, 2, 1570138962, 'auth_cas', 'field_updateremote_lang', '0', NULL), (924, 2, 1570138962, 'auth_cas', 'field_lock_lang', 'unlocked', NULL), (925, 2, 1570138962, 'auth_cas', 'field_map_description', '', NULL), (926, 2, 1570138962, 'auth_cas', 'field_updatelocal_description', 'oncreate', NULL), (927, 2, 1570138962, 'auth_cas', 'field_updateremote_description', '0', NULL), (928, 2, 1570138962, 'auth_cas', 'field_lock_description', 'unlocked', NULL), (929, 2, 1570138962, 'auth_cas', 'field_map_url', '', NULL), (930, 2, 1570138962, 'auth_cas', 'field_updatelocal_url', 'oncreate', NULL), (931, 2, 1570138962, 'auth_cas', 'field_updateremote_url', '0', NULL), (932, 2, 1570138962, 'auth_cas', 'field_lock_url', 'unlocked', NULL), (933, 2, 1570138962, 'auth_cas', 'field_map_idnumber', '', NULL), (934, 2, 1570138962, 'auth_cas', 'field_updatelocal_idnumber', 'oncreate', NULL), (935, 2, 1570138962, 'auth_cas', 'field_updateremote_idnumber', '0', NULL), (936, 2, 1570138962, 'auth_cas', 'field_lock_idnumber', 'unlocked', NULL), (937, 2, 1570138962, 'auth_cas', 'field_map_institution', '', NULL), (938, 2, 1570138962, 'auth_cas', 'field_updatelocal_institution', 'oncreate', NULL), (939, 2, 1570138962, 'auth_cas', 'field_updateremote_institution', '0', NULL), (940, 2, 1570138962, 'auth_cas', 'field_lock_institution', 'unlocked', NULL), (941, 2, 1570138962, 'auth_cas', 'field_map_department', '', NULL), (942, 2, 1570138962, 'auth_cas', 'field_updatelocal_department', 'oncreate', NULL), (943, 2, 1570138962, 'auth_cas', 'field_updateremote_department', '0', NULL), (944, 2, 1570138962, 'auth_cas', 'field_lock_department', 'unlocked', NULL), (945, 2, 1570138962, 'auth_cas', 'field_map_phone1', '', NULL), (946, 2, 1570138962, 'auth_cas', 'field_updatelocal_phone1', 'oncreate', NULL), (947, 2, 1570138962, 'auth_cas', 'field_updateremote_phone1', '0', NULL), (948, 2, 1570138962, 'auth_cas', 'field_lock_phone1', 'unlocked', NULL), (949, 2, 1570138962, 'auth_cas', 'field_map_phone2', '', NULL), (950, 2, 1570138962, 'auth_cas', 'field_updatelocal_phone2', 'oncreate', NULL), (951, 2, 1570138962, 'auth_cas', 'field_updateremote_phone2', '0', NULL), (952, 2, 1570138962, 'auth_cas', 'field_lock_phone2', 'unlocked', NULL), (953, 2, 1570138962, 'auth_cas', 'field_map_address', '', NULL), (954, 2, 1570138962, 'auth_cas', 'field_updatelocal_address', 'oncreate', NULL), (955, 2, 1570138962, 'auth_cas', 'field_updateremote_address', '0', NULL), (956, 2, 1570138962, 'auth_cas', 'field_lock_address', 'unlocked', NULL), (957, 2, 1570138962, 'auth_cas', 'field_map_firstnamephonetic', '', NULL), (958, 2, 1570138962, 'auth_cas', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL), (959, 2, 1570138962, 'auth_cas', 'field_updateremote_firstnamephonetic', '0', NULL), (960, 2, 1570138962, 'auth_cas', 'field_lock_firstnamephonetic', 'unlocked', NULL), (961, 2, 1570138962, 'auth_cas', 'field_map_lastnamephonetic', '', NULL), (962, 2, 1570138962, 'auth_cas', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL), (963, 2, 1570138962, 'auth_cas', 'field_updateremote_lastnamephonetic', '0', NULL), (964, 2, 1570138962, 'auth_cas', 'field_lock_lastnamephonetic', 'unlocked', NULL), (965, 2, 1570138962, 'auth_cas', 'field_map_middlename', '', NULL), (966, 2, 1570138962, 'auth_cas', 'field_updatelocal_middlename', 'oncreate', NULL), (967, 2, 1570138962, 'auth_cas', 'field_updateremote_middlename', '0', NULL), (968, 2, 1570138962, 'auth_cas', 'field_lock_middlename', 'unlocked', NULL), (969, 2, 1570138962, 'auth_cas', 'field_map_alternatename', '', NULL), (970, 2, 1570138962, 'auth_cas', 'field_updatelocal_alternatename', 'oncreate', NULL), (971, 2, 1570138962, 'auth_cas', 'field_updateremote_alternatename', '0', NULL), (972, 2, 1570138962, 'auth_cas', 'field_lock_alternatename', 'unlocked', NULL), (973, 2, 1570138962, 'auth_email', 'recaptcha', '0', NULL), (974, 2, 1570138962, 'auth_email', 'field_lock_firstname', 'unlocked', NULL), (975, 2, 1570138962, 'auth_email', 'field_lock_lastname', 'unlocked', NULL), (976, 2, 1570138962, 'auth_email', 'field_lock_email', 'unlocked', NULL), (977, 2, 1570138962, 'auth_email', 'field_lock_city', 'unlocked', NULL), (978, 2, 1570138962, 'auth_email', 'field_lock_country', 'unlocked', NULL), (979, 2, 1570138962, 'auth_email', 'field_lock_lang', 'unlocked', NULL), (980, 2, 1570138962, 'auth_email', 'field_lock_description', 'unlocked', NULL), (981, 2, 1570138962, 'auth_email', 'field_lock_url', 'unlocked', NULL), (982, 2, 1570138962, 'auth_email', 'field_lock_idnumber', 'unlocked', NULL), (983, 2, 1570138962, 'auth_email', 'field_lock_institution', 'unlocked', NULL), (984, 2, 1570138962, 'auth_email', 'field_lock_department', 'unlocked', NULL), (985, 2, 1570138962, 'auth_email', 'field_lock_phone1', 'unlocked', NULL), (986, 2, 1570138962, 'auth_email', 'field_lock_phone2', 'unlocked', NULL), (987, 2, 1570138962, 'auth_email', 'field_lock_address', 'unlocked', NULL), (988, 2, 1570138962, 'auth_email', 'field_lock_firstnamephonetic', 'unlocked', NULL), (989, 2, 1570138962, 'auth_email', 'field_lock_lastnamephonetic', 'unlocked', NULL), (990, 2, 1570138962, 'auth_email', 'field_lock_middlename', 'unlocked', NULL), (991, 2, 1570138962, 'auth_email', 'field_lock_alternatename', 'unlocked', NULL), (992, 2, 1570138962, 'auth_db', 'host', '127.0.0.1', NULL), (993, 2, 1570138962, 'auth_db', 'type', 'mysqli', NULL), (994, 2, 1570138962, 'auth_db', 'sybasequoting', '0', NULL), (995, 2, 1570138962, 'auth_db', 'name', '', NULL), (996, 2, 1570138962, 'auth_db', 'user', '', NULL), (997, 2, 1570138962, 'auth_db', 'pass', '', NULL), (998, 2, 1570138962, 'auth_db', 'table', '', NULL), (999, 2, 1570138962, 'auth_db', 'fielduser', '', NULL), (1000, 2, 1570138962, 'auth_db', 'fieldpass', '', NULL), (1001, 2, 1570138962, 'auth_db', 'passtype', 'plaintext', NULL), (1002, 2, 1570138962, 'auth_db', 'extencoding', 'utf-8', NULL), (1003, 2, 1570138962, 'auth_db', 'setupsql', '', NULL), (1004, 2, 1570138962, 'auth_db', 'debugauthdb', '0', NULL), (1005, 2, 1570138962, 'auth_db', 'changepasswordurl', '', NULL), (1006, 2, 1570138962, 'auth_db', 'removeuser', '0', NULL), (1007, 2, 1570138962, 'auth_db', 'updateusers', '0', NULL), (1008, 2, 1570138962, 'auth_db', 'field_map_firstname', '', NULL), (1009, 2, 1570138962, 'auth_db', 'field_updatelocal_firstname', 'oncreate', NULL), (1010, 2, 1570138962, 'auth_db', 'field_updateremote_firstname', '0', NULL), (1011, 2, 1570138962, 'auth_db', 'field_lock_firstname', 'unlocked', NULL), (1012, 2, 1570138962, 'auth_db', 'field_map_lastname', '', NULL), (1013, 2, 1570138962, 'auth_db', 'field_updatelocal_lastname', 'oncreate', NULL), (1014, 2, 1570138962, 'auth_db', 'field_updateremote_lastname', '0', NULL), (1015, 2, 1570138962, 'auth_db', 'field_lock_lastname', 'unlocked', NULL), (1016, 2, 1570138962, 'auth_db', 'field_map_email', '', NULL), (1017, 2, 1570138962, 'auth_db', 'field_updatelocal_email', 'oncreate', NULL), (1018, 2, 1570138962, 'auth_db', 'field_updateremote_email', '0', NULL), (1019, 2, 1570138962, 'auth_db', 'field_lock_email', 'unlocked', NULL), (1020, 2, 1570138962, 'auth_db', 'field_map_city', '', NULL), (1021, 2, 1570138962, 'auth_db', 'field_updatelocal_city', 'oncreate', NULL), (1022, 2, 1570138962, 'auth_db', 'field_updateremote_city', '0', NULL), (1023, 2, 1570138962, 'auth_db', 'field_lock_city', 'unlocked', NULL), (1024, 2, 1570138962, 'auth_db', 'field_map_country', '', NULL), (1025, 2, 1570138962, 'auth_db', 'field_updatelocal_country', 'oncreate', NULL), (1026, 2, 1570138962, 'auth_db', 'field_updateremote_country', '0', NULL), (1027, 2, 1570138962, 'auth_db', 'field_lock_country', 'unlocked', NULL), (1028, 2, 1570138962, 'auth_db', 'field_map_lang', '', NULL), (1029, 2, 1570138962, 'auth_db', 'field_updatelocal_lang', 'oncreate', NULL), (1030, 2, 1570138962, 'auth_db', 'field_updateremote_lang', '0', NULL), (1031, 2, 1570138962, 'auth_db', 'field_lock_lang', 'unlocked', NULL), (1032, 2, 1570138962, 'auth_db', 'field_map_description', '', NULL), (1033, 2, 1570138962, 'auth_db', 'field_updatelocal_description', 'oncreate', NULL), (1034, 2, 1570138962, 'auth_db', 'field_updateremote_description', '0', NULL), (1035, 2, 1570138962, 'auth_db', 'field_lock_description', 'unlocked', NULL), (1036, 2, 1570138962, 'auth_db', 'field_map_url', '', NULL), (1037, 2, 1570138962, 'auth_db', 'field_updatelocal_url', 'oncreate', NULL), (1038, 2, 1570138962, 'auth_db', 'field_updateremote_url', '0', NULL), (1039, 2, 1570138962, 'auth_db', 'field_lock_url', 'unlocked', NULL), (1040, 2, 1570138962, 'auth_db', 'field_map_idnumber', '', NULL), (1041, 2, 1570138962, 'auth_db', 'field_updatelocal_idnumber', 'oncreate', NULL), (1042, 2, 1570138962, 'auth_db', 'field_updateremote_idnumber', '0', NULL), (1043, 2, 1570138962, 'auth_db', 'field_lock_idnumber', 'unlocked', NULL), (1044, 2, 1570138962, 'auth_db', 'field_map_institution', '', NULL), (1045, 2, 1570138962, 'auth_db', 'field_updatelocal_institution', 'oncreate', NULL), (1046, 2, 1570138962, 'auth_db', 'field_updateremote_institution', '0', NULL), (1047, 2, 1570138962, 'auth_db', 'field_lock_institution', 'unlocked', NULL), (1048, 2, 1570138962, 'auth_db', 'field_map_department', '', NULL), (1049, 2, 1570138962, 'auth_db', 'field_updatelocal_department', 'oncreate', NULL), (1050, 2, 1570138962, 'auth_db', 'field_updateremote_department', '0', NULL), (1051, 2, 1570138962, 'auth_db', 'field_lock_department', 'unlocked', NULL), (1052, 2, 1570138962, 'auth_db', 'field_map_phone1', '', NULL), (1053, 2, 1570138962, 'auth_db', 'field_updatelocal_phone1', 'oncreate', NULL), (1054, 2, 1570138962, 'auth_db', 'field_updateremote_phone1', '0', NULL), (1055, 2, 1570138962, 'auth_db', 'field_lock_phone1', 'unlocked', NULL), (1056, 2, 1570138962, 'auth_db', 'field_map_phone2', '', NULL), (1057, 2, 1570138962, 'auth_db', 'field_updatelocal_phone2', 'oncreate', NULL), (1058, 2, 1570138962, 'auth_db', 'field_updateremote_phone2', '0', NULL), (1059, 2, 1570138962, 'auth_db', 'field_lock_phone2', 'unlocked', NULL), (1060, 2, 1570138962, 'auth_db', 'field_map_address', '', NULL), (1061, 2, 1570138962, 'auth_db', 'field_updatelocal_address', 'oncreate', NULL), (1062, 2, 1570138962, 'auth_db', 'field_updateremote_address', '0', NULL), (1063, 2, 1570138962, 'auth_db', 'field_lock_address', 'unlocked', NULL), (1064, 2, 1570138962, 'auth_db', 'field_map_firstnamephonetic', '', NULL), (1065, 2, 1570138962, 'auth_db', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL), (1066, 2, 1570138962, 'auth_db', 'field_updateremote_firstnamephonetic', '0', NULL), (1067, 2, 1570138962, 'auth_db', 'field_lock_firstnamephonetic', 'unlocked', NULL), (1068, 2, 1570138962, 'auth_db', 'field_map_lastnamephonetic', '', NULL), (1069, 2, 1570138962, 'auth_db', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL), (1070, 2, 1570138962, 'auth_db', 'field_updateremote_lastnamephonetic', '0', NULL), (1071, 2, 1570138962, 'auth_db', 'field_lock_lastnamephonetic', 'unlocked', NULL), (1072, 2, 1570138962, 'auth_db', 'field_map_middlename', '', NULL), (1073, 2, 1570138962, 'auth_db', 'field_updatelocal_middlename', 'oncreate', NULL), (1074, 2, 1570138962, 'auth_db', 'field_updateremote_middlename', '0', NULL), (1075, 2, 1570138962, 'auth_db', 'field_lock_middlename', 'unlocked', NULL), (1076, 2, 1570138962, 'auth_db', 'field_map_alternatename', '', NULL), (1077, 2, 1570138962, 'auth_db', 'field_updatelocal_alternatename', 'oncreate', NULL), (1078, 2, 1570138962, 'auth_db', 'field_updateremote_alternatename', '0', NULL), (1079, 2, 1570138962, 'auth_db', 'field_lock_alternatename', 'unlocked', NULL), (1080, 2, 1570138962, 'auth_ldap', 'field_map_firstname', '', NULL), (1081, 2, 1570138962, 'auth_ldap', 'field_updatelocal_firstname', 'oncreate', NULL), (1082, 2, 1570138962, 'auth_ldap', 'field_updateremote_firstname', '0', NULL), (1083, 2, 1570138962, 'auth_ldap', 'field_lock_firstname', 'unlocked', NULL), (1084, 2, 1570138962, 'auth_ldap', 'field_map_lastname', '', NULL), (1085, 2, 1570138962, 'auth_ldap', 'field_updatelocal_lastname', 'oncreate', NULL), (1086, 2, 1570138962, 'auth_ldap', 'field_updateremote_lastname', '0', NULL), (1087, 2, 1570138962, 'auth_ldap', 'field_lock_lastname', 'unlocked', NULL), (1088, 2, 1570138962, 'auth_ldap', 'field_map_email', '', NULL), (1089, 2, 1570138962, 'auth_ldap', 'field_updatelocal_email', 'oncreate', NULL), (1090, 2, 1570138962, 'auth_ldap', 'field_updateremote_email', '0', NULL), (1091, 2, 1570138962, 'auth_ldap', 'field_lock_email', 'unlocked', NULL), (1092, 2, 1570138962, 'auth_ldap', 'field_map_city', '', NULL), (1093, 2, 1570138962, 'auth_ldap', 'field_updatelocal_city', 'oncreate', NULL), (1094, 2, 1570138962, 'auth_ldap', 'field_updateremote_city', '0', NULL), (1095, 2, 1570138962, 'auth_ldap', 'field_lock_city', 'unlocked', NULL), (1096, 2, 1570138962, 'auth_ldap', 'field_map_country', '', NULL), (1097, 2, 1570138962, 'auth_ldap', 'field_updatelocal_country', 'oncreate', NULL), (1098, 2, 1570138962, 'auth_ldap', 'field_updateremote_country', '0', NULL), (1099, 2, 1570138962, 'auth_ldap', 'field_lock_country', 'unlocked', NULL), (1100, 2, 1570138962, 'auth_ldap', 'field_map_lang', '', NULL), (1101, 2, 1570138962, 'auth_ldap', 'field_updatelocal_lang', 'oncreate', NULL), (1102, 2, 1570138962, 'auth_ldap', 'field_updateremote_lang', '0', NULL), (1103, 2, 1570138962, 'auth_ldap', 'field_lock_lang', 'unlocked', NULL), (1104, 2, 1570138962, 'auth_ldap', 'field_map_description', '', NULL), (1105, 2, 1570138962, 'auth_ldap', 'field_updatelocal_description', 'oncreate', NULL), (1106, 2, 1570138962, 'auth_ldap', 'field_updateremote_description', '0', NULL), (1107, 2, 1570138962, 'auth_ldap', 'field_lock_description', 'unlocked', NULL), (1108, 2, 1570138962, 'auth_ldap', 'field_map_url', '', NULL), (1109, 2, 1570138962, 'auth_ldap', 'field_updatelocal_url', 'oncreate', NULL), (1110, 2, 1570138962, 'auth_ldap', 'field_updateremote_url', '0', NULL), (1111, 2, 1570138962, 'auth_ldap', 'field_lock_url', 'unlocked', NULL), (1112, 2, 1570138962, 'auth_ldap', 'field_map_idnumber', '', NULL), (1113, 2, 1570138962, 'auth_ldap', 'field_updatelocal_idnumber', 'oncreate', NULL), (1114, 2, 1570138962, 'auth_ldap', 'field_updateremote_idnumber', '0', NULL), (1115, 2, 1570138962, 'auth_ldap', 'field_lock_idnumber', 'unlocked', NULL), (1116, 2, 1570138962, 'auth_ldap', 'field_map_institution', '', NULL), (1117, 2, 1570138962, 'auth_ldap', 'field_updatelocal_institution', 'oncreate', NULL), (1118, 2, 1570138962, 'auth_ldap', 'field_updateremote_institution', '0', NULL), (1119, 2, 1570138962, 'auth_ldap', 'field_lock_institution', 'unlocked', NULL), (1120, 2, 1570138962, 'auth_ldap', 'field_map_department', '', NULL), (1121, 2, 1570138962, 'auth_ldap', 'field_updatelocal_department', 'oncreate', NULL), (1122, 2, 1570138962, 'auth_ldap', 'field_updateremote_department', '0', NULL), (1123, 2, 1570138962, 'auth_ldap', 'field_lock_department', 'unlocked', NULL), (1124, 2, 1570138962, 'auth_ldap', 'field_map_phone1', '', NULL), (1125, 2, 1570138962, 'auth_ldap', 'field_updatelocal_phone1', 'oncreate', NULL), (1126, 2, 1570138962, 'auth_ldap', 'field_updateremote_phone1', '0', NULL), (1127, 2, 1570138962, 'auth_ldap', 'field_lock_phone1', 'unlocked', NULL), (1128, 2, 1570138962, 'auth_ldap', 'field_map_phone2', '', NULL), (1129, 2, 1570138962, 'auth_ldap', 'field_updatelocal_phone2', 'oncreate', NULL), (1130, 2, 1570138962, 'auth_ldap', 'field_updateremote_phone2', '0', NULL), (1131, 2, 1570138962, 'auth_ldap', 'field_lock_phone2', 'unlocked', NULL), (1132, 2, 1570138962, 'auth_ldap', 'field_map_address', '', NULL), (1133, 2, 1570138962, 'auth_ldap', 'field_updatelocal_address', 'oncreate', NULL), (1134, 2, 1570138962, 'auth_ldap', 'field_updateremote_address', '0', NULL), (1135, 2, 1570138962, 'auth_ldap', 'field_lock_address', 'unlocked', NULL), (1136, 2, 1570138962, 'auth_ldap', 'field_map_firstnamephonetic', '', NULL), (1137, 2, 1570138962, 'auth_ldap', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL), (1138, 2, 1570138962, 'auth_ldap', 'field_updateremote_firstnamephonetic', '0', NULL), (1139, 2, 1570138962, 'auth_ldap', 'field_lock_firstnamephonetic', 'unlocked', NULL), (1140, 2, 1570138962, 'auth_ldap', 'field_map_lastnamephonetic', '', NULL), (1141, 2, 1570138962, 'auth_ldap', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL), (1142, 2, 1570138962, 'auth_ldap', 'field_updateremote_lastnamephonetic', '0', NULL), (1143, 2, 1570138962, 'auth_ldap', 'field_lock_lastnamephonetic', 'unlocked', NULL), (1144, 2, 1570138962, 'auth_ldap', 'field_map_middlename', '', NULL), (1145, 2, 1570138962, 'auth_ldap', 'field_updatelocal_middlename', 'oncreate', NULL), (1146, 2, 1570138962, 'auth_ldap', 'field_updateremote_middlename', '0', NULL), (1147, 2, 1570138962, 'auth_ldap', 'field_lock_middlename', 'unlocked', NULL), (1148, 2, 1570138962, 'auth_ldap', 'field_map_alternatename', '', NULL), (1149, 2, 1570138962, 'auth_ldap', 'field_updatelocal_alternatename', 'oncreate', NULL), (1150, 2, 1570138962, 'auth_ldap', 'field_updateremote_alternatename', '0', NULL), (1151, 2, 1570138962, 'auth_ldap', 'field_lock_alternatename', 'unlocked', NULL), (1152, 2, 1570138962, 'auth_manual', 'expiration', '0', NULL), (1153, 2, 1570138962, 'auth_manual', 'expirationtime', '30', NULL), (1154, 2, 1570138962, 'auth_manual', 'expiration_warning', '0', NULL), (1155, 2, 1570138962, 'auth_manual', 'field_lock_firstname', 'unlocked', NULL), (1156, 2, 1570138962, 'auth_manual', 'field_lock_lastname', 'unlocked', NULL), (1157, 2, 1570138962, 'auth_manual', 'field_lock_email', 'unlocked', NULL), (1158, 2, 1570138962, 'auth_manual', 'field_lock_city', 'unlocked', NULL), (1159, 2, 1570138962, 'auth_manual', 'field_lock_country', 'unlocked', NULL), (1160, 2, 1570138962, 'auth_manual', 'field_lock_lang', 'unlocked', NULL), (1161, 2, 1570138962, 'auth_manual', 'field_lock_description', 'unlocked', NULL), (1162, 2, 1570138962, 'auth_manual', 'field_lock_url', 'unlocked', NULL), (1163, 2, 1570138962, 'auth_manual', 'field_lock_idnumber', 'unlocked', NULL), (1164, 2, 1570138962, 'auth_manual', 'field_lock_institution', 'unlocked', NULL), (1165, 2, 1570138962, 'auth_manual', 'field_lock_department', 'unlocked', NULL), (1166, 2, 1570138962, 'auth_manual', 'field_lock_phone1', 'unlocked', NULL), (1167, 2, 1570138962, 'auth_manual', 'field_lock_phone2', 'unlocked', NULL), (1168, 2, 1570138962, 'auth_manual', 'field_lock_address', 'unlocked', NULL), (1169, 2, 1570138962, 'auth_manual', 'field_lock_firstnamephonetic', 'unlocked', NULL), (1170, 2, 1570138962, 'auth_manual', 'field_lock_lastnamephonetic', 'unlocked', NULL), (1171, 2, 1570138962, 'auth_manual', 'field_lock_middlename', 'unlocked', NULL), (1172, 2, 1570138962, 'auth_manual', 'field_lock_alternatename', 'unlocked', NULL), (1173, 2, 1570138962, 'auth_mnet', 'rpc_negotiation_timeout', '30', NULL), (1174, 2, 1570138962, 'auth_none', 'field_lock_firstname', 'unlocked', NULL), (1175, 2, 1570138962, 'auth_none', 'field_lock_lastname', 'unlocked', NULL), (1176, 2, 1570138962, 'auth_none', 'field_lock_email', 'unlocked', NULL), (1177, 2, 1570138962, 'auth_none', 'field_lock_city', 'unlocked', NULL), (1178, 2, 1570138962, 'auth_none', 'field_lock_country', 'unlocked', NULL), (1179, 2, 1570138962, 'auth_none', 'field_lock_lang', 'unlocked', NULL), (1180, 2, 1570138962, 'auth_none', 'field_lock_description', 'unlocked', NULL), (1181, 2, 1570138962, 'auth_none', 'field_lock_url', 'unlocked', NULL), (1182, 2, 1570138962, 'auth_none', 'field_lock_idnumber', 'unlocked', NULL), (1183, 2, 1570138962, 'auth_none', 'field_lock_institution', 'unlocked', NULL), (1184, 2, 1570138962, 'auth_none', 'field_lock_department', 'unlocked', NULL), (1185, 2, 1570138962, 'auth_none', 'field_lock_phone1', 'unlocked', NULL), (1186, 2, 1570138962, 'auth_none', 'field_lock_phone2', 'unlocked', NULL), (1187, 2, 1570138962, 'auth_none', 'field_lock_address', 'unlocked', NULL), (1188, 2, 1570138962, 'auth_none', 'field_lock_firstnamephonetic', 'unlocked', NULL), (1189, 2, 1570138962, 'auth_none', 'field_lock_lastnamephonetic', 'unlocked', NULL), (1190, 2, 1570138962, 'auth_none', 'field_lock_middlename', 'unlocked', NULL), (1191, 2, 1570138962, 'auth_none', 'field_lock_alternatename', 'unlocked', NULL), (1192, 2, 1570138962, 'auth_oauth2', 'field_lock_firstname', 'unlocked', NULL), (1193, 2, 1570138962, 'auth_oauth2', 'field_lock_lastname', 'unlocked', NULL), (1194, 2, 1570138962, 'auth_oauth2', 'field_lock_email', 'unlocked', NULL), (1195, 2, 1570138962, 'auth_oauth2', 'field_lock_city', 'unlocked', NULL), (1196, 2, 1570138962, 'auth_oauth2', 'field_lock_country', 'unlocked', NULL), (1197, 2, 1570138962, 'auth_oauth2', 'field_lock_lang', 'unlocked', NULL), (1198, 2, 1570138962, 'auth_oauth2', 'field_lock_description', 'unlocked', NULL), (1199, 2, 1570138962, 'auth_oauth2', 'field_lock_url', 'unlocked', NULL), (1200, 2, 1570138962, 'auth_oauth2', 'field_lock_idnumber', 'unlocked', NULL), (1201, 2, 1570138962, 'auth_oauth2', 'field_lock_institution', 'unlocked', NULL), (1202, 2, 1570138962, 'auth_oauth2', 'field_lock_department', 'unlocked', NULL), (1203, 2, 1570138962, 'auth_oauth2', 'field_lock_phone1', 'unlocked', NULL), (1204, 2, 1570138962, 'auth_oauth2', 'field_lock_phone2', 'unlocked', NULL), (1205, 2, 1570138962, 'auth_oauth2', 'field_lock_address', 'unlocked', NULL), (1206, 2, 1570138962, 'auth_oauth2', 'field_lock_firstnamephonetic', 'unlocked', NULL), (1207, 2, 1570138962, 'auth_oauth2', 'field_lock_lastnamephonetic', 'unlocked', NULL), (1208, 2, 1570138962, 'auth_oauth2', 'field_lock_middlename', 'unlocked', NULL), (1209, 2, 1570138962, 'auth_oauth2', 'field_lock_alternatename', 'unlocked', NULL), (1210, 2, 1570138962, 'auth_shibboleth', 'user_attribute', '', NULL), (1211, 2, 1570138962, 'auth_shibboleth', 'convert_data', '', NULL), (1212, 2, 1570138962, 'auth_shibboleth', 'alt_login', 'off', NULL), (1213, 2, 1570138962, 'auth_shibboleth', 'organization_selection', 'urn:mace:organization1:providerID, Example Organization 1\n https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai', NULL), (1214, 2, 1570138962, 'auth_shibboleth', 'logout_handler', '', NULL), (1215, 2, 1570138962, 'auth_shibboleth', 'logout_return_url', '', NULL), (1216, 2, 1570138963, 'auth_shibboleth', 'login_name', 'Shibboleth Login', NULL), (1217, 2, 1570138963, 'auth_shibboleth', 'auth_logo', '', NULL), (1218, 2, 1570138963, 'auth_shibboleth', 'auth_instructions', 'Use the Shibboleth login to get access via Shibboleth, if your institution supports it. Otherwise, use the normal login form shown here.', NULL), (1219, 2, 1570138963, 'auth_shibboleth', 'changepasswordurl', '', NULL), (1220, 2, 1570138963, 'auth_shibboleth', 'field_map_firstname', '', NULL), (1221, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_firstname', 'oncreate', NULL), (1222, 2, 1570138963, 'auth_shibboleth', 'field_lock_firstname', 'unlocked', NULL), (1223, 2, 1570138963, 'auth_shibboleth', 'field_map_lastname', '', NULL), (1224, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_lastname', 'oncreate', NULL), (1225, 2, 1570138963, 'auth_shibboleth', 'field_lock_lastname', 'unlocked', NULL), (1226, 2, 1570138963, 'auth_shibboleth', 'field_map_email', '', NULL), (1227, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_email', 'oncreate', NULL), (1228, 2, 1570138963, 'auth_shibboleth', 'field_lock_email', 'unlocked', NULL), (1229, 2, 1570138963, 'auth_shibboleth', 'field_map_city', '', NULL), (1230, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_city', 'oncreate', NULL), (1231, 2, 1570138963, 'auth_shibboleth', 'field_lock_city', 'unlocked', NULL), (1232, 2, 1570138963, 'auth_shibboleth', 'field_map_country', '', NULL), (1233, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_country', 'oncreate', NULL), (1234, 2, 1570138963, 'auth_shibboleth', 'field_lock_country', 'unlocked', NULL), (1235, 2, 1570138963, 'auth_shibboleth', 'field_map_lang', '', NULL), (1236, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_lang', 'oncreate', NULL), (1237, 2, 1570138963, 'auth_shibboleth', 'field_lock_lang', 'unlocked', NULL), (1238, 2, 1570138963, 'auth_shibboleth', 'field_map_description', '', NULL), (1239, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_description', 'oncreate', NULL), (1240, 2, 1570138963, 'auth_shibboleth', 'field_lock_description', 'unlocked', NULL), (1241, 2, 1570138963, 'auth_shibboleth', 'field_map_url', '', NULL), (1242, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_url', 'oncreate', NULL), (1243, 2, 1570138963, 'auth_shibboleth', 'field_lock_url', 'unlocked', NULL), (1244, 2, 1570138963, 'auth_shibboleth', 'field_map_idnumber', '', NULL), (1245, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_idnumber', 'oncreate', NULL), (1246, 2, 1570138963, 'auth_shibboleth', 'field_lock_idnumber', 'unlocked', NULL), (1247, 2, 1570138963, 'auth_shibboleth', 'field_map_institution', '', NULL), (1248, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_institution', 'oncreate', NULL), (1249, 2, 1570138963, 'auth_shibboleth', 'field_lock_institution', 'unlocked', NULL), (1250, 2, 1570138963, 'auth_shibboleth', 'field_map_department', '', NULL), (1251, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_department', 'oncreate', NULL), (1252, 2, 1570138963, 'auth_shibboleth', 'field_lock_department', 'unlocked', NULL), (1253, 2, 1570138963, 'auth_shibboleth', 'field_map_phone1', '', NULL), (1254, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_phone1', 'oncreate', NULL), (1255, 2, 1570138963, 'auth_shibboleth', 'field_lock_phone1', 'unlocked', NULL), (1256, 2, 1570138963, 'auth_shibboleth', 'field_map_phone2', '', NULL), (1257, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_phone2', 'oncreate', NULL), (1258, 2, 1570138963, 'auth_shibboleth', 'field_lock_phone2', 'unlocked', NULL), (1259, 2, 1570138963, 'auth_shibboleth', 'field_map_address', '', NULL), (1260, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_address', 'oncreate', NULL), (1261, 2, 1570138963, 'auth_shibboleth', 'field_lock_address', 'unlocked', NULL), (1262, 2, 1570138963, 'auth_shibboleth', 'field_map_firstnamephonetic', '', NULL), (1263, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL), (1264, 2, 1570138963, 'auth_shibboleth', 'field_lock_firstnamephonetic', 'unlocked', NULL), (1265, 2, 1570138963, 'auth_shibboleth', 'field_map_lastnamephonetic', '', NULL), (1266, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL), (1267, 2, 1570138963, 'auth_shibboleth', 'field_lock_lastnamephonetic', 'unlocked', NULL), (1268, 2, 1570138963, 'auth_shibboleth', 'field_map_middlename', '', NULL), (1269, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_middlename', 'oncreate', NULL), (1270, 2, 1570138963, 'auth_shibboleth', 'field_lock_middlename', 'unlocked', NULL), (1271, 2, 1570138963, 'auth_shibboleth', 'field_map_alternatename', '', NULL), (1272, 2, 1570138963, 'auth_shibboleth', 'field_updatelocal_alternatename', 'oncreate', NULL), (1273, 2, 1570138963, 'auth_shibboleth', 'field_lock_alternatename', 'unlocked', NULL), (1274, 2, 1570138963, 'block_activity_results', 'config_showbest', '3', NULL), (1275, 2, 1570138963, 'block_activity_results', 'config_showbest_locked', '', NULL), (1276, 2, 1570138963, 'block_activity_results', 'config_showworst', '0', NULL), (1277, 2, 1570138963, 'block_activity_results', 'config_showworst_locked', '', NULL), (1278, 2, 1570138963, 'block_activity_results', 'config_usegroups', '0', NULL), (1279, 2, 1570138963, 'block_activity_results', 'config_usegroups_locked', '', NULL), (1280, 2, 1570138963, 'block_activity_results', 'config_nameformat', '1', NULL), (1281, 2, 1570138963, 'block_activity_results', 'config_nameformat_locked', '', NULL), (1282, 2, 1570138963, 'block_activity_results', 'config_gradeformat', '1', NULL), (1283, 2, 1570138963, 'block_activity_results', 'config_gradeformat_locked', '', NULL), (1284, 2, 1570138963, 'block_activity_results', 'config_decimalpoints', '2', NULL), (1285, 2, 1570138963, 'block_activity_results', 'config_decimalpoints_locked', '', NULL), (1286, 2, 1570138963, 'block_myoverview', 'displaycategories', '1', NULL), (1287, 2, 1570138963, NULL, 'block_course_list_adminview', 'all', NULL), (1288, 2, 1570138963, NULL, 'block_course_list_hideallcourseslink', '0', NULL), (1289, 2, 1570138963, NULL, 'block_html_allowcssclasses', '0', NULL), (1290, 2, 1570138963, NULL, 'block_online_users_timetosee', '5', NULL), (1291, 2, 1570138963, NULL, 'block_rss_client_num_entries', '5', NULL), (1292, 2, 1570138963, NULL, 'block_rss_client_timeout', '30', NULL), (1293, 2, 1570138963, 'block_section_links', 'numsections1', '22', NULL), (1294, 2, 1570138963, 'block_section_links', 'incby1', '2', NULL), (1295, 2, 1570138963, 'block_section_links', 'numsections2', '40', NULL), (1296, 2, 1570138963, 'block_section_links', 'incby2', '5', NULL), (1297, 2, 1570138963, 'block_tag_youtube', 'apikey', '', NULL), (1298, 2, 1570138963, 'format_singleactivity', 'activitytype', 'forum', NULL), (1299, 2, 1570138963, 'fileconverter_googledrive', 'issuerid', '', NULL), (1300, 2, 1570138963, NULL, 'pathtounoconv', '/usr/bin/unoconv', NULL), (1301, 2, 1570138963, 'enrol_cohort', 'roleid', '5', NULL), (1302, 2, 1570138963, 'enrol_cohort', 'unenrolaction', '0', NULL), (1303, 2, 1570138963, 'enrol_meta', 'nosyncroleids', '', NULL), (1304, 2, 1570138963, 'enrol_meta', 'syncall', '1', NULL), (1305, 2, 1570138963, 'enrol_meta', 'unenrolaction', '3', NULL), (1306, 2, 1570138963, 'enrol_meta', 'coursesort', 'sortorder', NULL), (1307, 2, 1570138963, 'enrol_database', 'dbtype', '', NULL), (1308, 2, 1570138963, 'enrol_database', 'dbhost', 'localhost', NULL), (1309, 2, 1570138963, 'enrol_database', 'dbuser', '', NULL), (1310, 2, 1570138963, 'enrol_database', 'dbpass', '', NULL), (1311, 2, 1570138963, 'enrol_database', 'dbname', '', NULL), (1312, 2, 1570138963, 'enrol_database', 'dbencoding', 'utf-8', NULL), (1313, 2, 1570138963, 'enrol_database', 'dbsetupsql', '', NULL), (1314, 2, 1570138963, 'enrol_database', 'dbsybasequoting', '0', NULL), (1315, 2, 1570138963, 'enrol_database', 'debugdb', '0', NULL), (1316, 2, 1570138963, 'enrol_database', 'localcoursefield', 'idnumber', NULL), (1317, 2, 1570138963, 'enrol_database', 'localuserfield', 'idnumber', NULL), (1318, 2, 1570138963, 'enrol_database', 'localrolefield', 'shortname', NULL), (1319, 2, 1570138963, 'enrol_database', 'localcategoryfield', 'id', NULL), (1320, 2, 1570138963, 'enrol_database', 'remoteenroltable', '', NULL), (1321, 2, 1570138963, 'enrol_database', 'remotecoursefield', '', NULL), (1322, 2, 1570138963, 'enrol_database', 'remoteuserfield', '', NULL), (1323, 2, 1570138963, 'enrol_database', 'remoterolefield', '', NULL), (1324, 2, 1570138963, 'enrol_database', 'remoteotheruserfield', '', NULL), (1325, 2, 1570138963, 'enrol_database', 'defaultrole', '5', NULL), (1326, 2, 1570138963, 'enrol_database', 'ignorehiddencourses', '0', NULL), (1327, 2, 1570138963, 'enrol_database', 'unenrolaction', '0', NULL), (1328, 2, 1570138963, 'enrol_database', 'newcoursetable', '', NULL), (1329, 2, 1570138963, 'enrol_database', 'newcoursefullname', 'fullname', NULL), (1330, 2, 1570138963, 'enrol_database', 'newcourseshortname', 'shortname', NULL), (1331, 2, 1570138963, 'enrol_database', 'newcourseidnumber', 'idnumber', NULL), (1332, 2, 1570138963, 'enrol_database', 'newcoursecategory', '', NULL), (1333, 2, 1570138963, 'enrol_database', 'defaultcategory', '1', NULL), (1334, 2, 1570138963, 'enrol_database', 'templatecourse', '', NULL), (1335, 2, 1570138963, 'enrol_flatfile', 'location', '', NULL), (1336, 2, 1570138963, 'enrol_flatfile', 'encoding', 'UTF-8', NULL), (1337, 2, 1570138963, 'enrol_flatfile', 'mailstudents', '0', NULL), (1338, 2, 1570138963, 'enrol_flatfile', 'mailteachers', '0', NULL), (1339, 2, 1570138963, 'enrol_flatfile', 'mailadmins', '0', NULL), (1340, 2, 1570138963, 'enrol_flatfile', 'unenrolaction', '3', NULL), (1341, 2, 1570138963, 'enrol_flatfile', 'expiredaction', '3', NULL), (1342, 2, 1570138963, 'enrol_guest', 'requirepassword', '0', NULL), (1343, 2, 1570138963, 'enrol_guest', 'usepasswordpolicy', '0', NULL), (1344, 2, 1570138963, 'enrol_guest', 'showhint', '0', NULL), (1345, 2, 1570138963, 'enrol_guest', 'defaultenrol', '1', NULL), (1346, 2, 1570138963, 'enrol_guest', 'status', '1', NULL), (1347, 2, 1570138963, 'enrol_guest', 'status_adv', '', NULL), (1348, 2, 1570138963, 'enrol_imsenterprise', 'imsfilelocation', '', NULL), (1349, 2, 1570138963, 'enrol_imsenterprise', 'logtolocation', '', NULL), (1350, 2, 1570138963, 'enrol_imsenterprise', 'mailadmins', '0', NULL), (1351, 2, 1570138963, 'enrol_imsenterprise', 'createnewusers', '0', NULL), (1352, 2, 1570138963, 'enrol_imsenterprise', 'imsupdateusers', '0', NULL), (1353, 2, 1570138963, 'enrol_imsenterprise', 'imsdeleteusers', '0', NULL), (1354, 2, 1570138963, 'enrol_imsenterprise', 'fixcaseusernames', '0', NULL), (1355, 2, 1570138963, 'enrol_imsenterprise', 'fixcasepersonalnames', '0', NULL), (1356, 2, 1570138963, 'enrol_imsenterprise', 'imssourcedidfallback', '0', NULL), (1357, 2, 1570138963, 'enrol_imsenterprise', 'imsrolemap01', '5', NULL), (1358, 2, 1570138963, 'enrol_imsenterprise', 'imsrolemap02', '3', NULL), (1359, 2, 1570138963, 'enrol_imsenterprise', 'imsrolemap03', '3', NULL), (1360, 2, 1570138963, 'enrol_imsenterprise', 'imsrolemap04', '5', NULL), (1361, 2, 1570138963, 'enrol_imsenterprise', 'imsrolemap05', '0', NULL), (1362, 2, 1570138963, 'enrol_imsenterprise', 'imsrolemap06', '4', NULL), (1363, 2, 1570138963, 'enrol_imsenterprise', 'imsrolemap07', '0', NULL), (1364, 2, 1570138963, 'enrol_imsenterprise', 'imsrolemap08', '4', NULL), (1365, 2, 1570138963, 'enrol_imsenterprise', 'truncatecoursecodes', '0', NULL), (1366, 2, 1570138963, 'enrol_imsenterprise', 'createnewcourses', '0', NULL), (1367, 2, 1570138963, 'enrol_imsenterprise', 'updatecourses', '0', NULL), (1368, 2, 1570138963, 'enrol_imsenterprise', 'createnewcategories', '0', NULL), (1369, 2, 1570138963, 'enrol_imsenterprise', 'nestedcategories', '0', NULL), (1370, 2, 1570138963, 'enrol_imsenterprise', 'categoryidnumber', '0', NULL), (1371, 2, 1570138963, 'enrol_imsenterprise', 'categoryseparator', '', NULL), (1372, 2, 1570138963, 'enrol_imsenterprise', 'imsunenrol', '0', NULL), (1373, 2, 1570138963, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode', NULL), (1374, 2, 1570138963, 'enrol_imsenterprise', 'imscoursemapfullname', 'short', NULL), (1375, 2, 1570138963, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore', NULL), (1376, 2, 1570138963, 'enrol_imsenterprise', 'imsrestricttarget', '', NULL), (1377, 2, 1570138963, 'enrol_imsenterprise', 'imscapitafix', '0', NULL), (1378, 2, 1570138963, 'enrol_manual', 'expiredaction', '1', NULL), (1379, 2, 1570138963, 'enrol_manual', 'expirynotifyhour', '6', NULL), (1380, 2, 1570138963, 'enrol_manual', 'defaultenrol', '1', NULL), (1381, 2, 1570138963, 'enrol_manual', 'status', '0', NULL), (1382, 2, 1570138963, 'enrol_manual', 'roleid', '5', NULL), (1383, 2, 1570138963, 'enrol_manual', 'enrolstart', '4', NULL), (1384, 2, 1570138963, 'enrol_manual', 'enrolperiod', '0', NULL), (1385, 2, 1570138963, 'enrol_manual', 'expirynotify', '0', NULL), (1386, 2, 1570138963, 'enrol_manual', 'expirythreshold', '86400', NULL), (1387, 2, 1570138963, 'enrol_mnet', 'roleid', '5', NULL), (1388, 2, 1570138963, 'enrol_mnet', 'roleid_adv', '1', NULL), (1389, 2, 1570138963, 'enrol_paypal', 'paypalbusiness', '', NULL), (1390, 2, 1570138963, 'enrol_paypal', 'mailstudents', '0', NULL), (1391, 2, 1570138963, 'enrol_paypal', 'mailteachers', '0', NULL), (1392, 2, 1570138963, 'enrol_paypal', 'mailadmins', '0', NULL), (1393, 2, 1570138963, 'enrol_paypal', 'expiredaction', '3', NULL), (1394, 2, 1570138963, 'enrol_paypal', 'status', '1', NULL), (1395, 2, 1570138963, 'enrol_paypal', 'cost', '0', NULL), (1396, 2, 1570138963, 'enrol_paypal', 'currency', 'USD', NULL), (1397, 2, 1570138963, 'enrol_paypal', 'roleid', '5', NULL), (1398, 2, 1570138963, 'enrol_paypal', 'enrolperiod', '0', NULL), (1399, 2, 1570138963, 'enrol_lti', 'emaildisplay', '2', NULL), (1400, 2, 1570138963, 'enrol_lti', 'city', '', NULL), (1401, 2, 1570138963, 'enrol_lti', 'country', '', NULL), (1402, 2, 1570138963, 'enrol_lti', 'timezone', '99', NULL), (1403, 2, 1570138963, 'enrol_lti', 'lang', 'en', NULL), (1404, 2, 1570138963, 'enrol_lti', 'institution', '', NULL), (1405, 2, 1570138963, 'enrol_self', 'requirepassword', '0', NULL), (1406, 2, 1570138963, 'enrol_self', 'usepasswordpolicy', '0', NULL), (1407, 2, 1570138963, 'enrol_self', 'showhint', '0', NULL), (1408, 2, 1570138963, 'enrol_self', 'expiredaction', '1', NULL), (1409, 2, 1570138963, 'enrol_self', 'expirynotifyhour', '6', NULL), (1410, 2, 1570138963, 'enrol_self', 'defaultenrol', '1', NULL), (1411, 2, 1570138963, 'enrol_self', 'status', '1', NULL), (1412, 2, 1570138963, 'enrol_self', 'newenrols', '1', NULL), (1413, 2, 1570138963, 'enrol_self', 'groupkey', '0', NULL), (1414, 2, 1570138963, 'enrol_self', 'roleid', '5', NULL), (1415, 2, 1570138963, 'enrol_self', 'enrolperiod', '0', NULL), (1416, 2, 1570138963, 'enrol_self', 'expirynotify', '0', NULL); INSERT INTO `cocoon_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES (1417, 2, 1570138963, 'enrol_self', 'expirythreshold', '86400', NULL), (1418, 2, 1570138963, 'enrol_self', 'longtimenosee', '0', NULL), (1419, 2, 1570138963, 'enrol_self', 'maxenrolled', '0', NULL), (1420, 2, 1570138963, 'enrol_self', 'sendcoursewelcomemessage', '1', NULL), (1421, 2, 1570138963, 'filter_urltolink', 'formats', '0', NULL), (1422, 2, 1570138963, 'filter_urltolink', 'embedimages', '1', NULL), (1423, 2, 1570138963, 'filter_emoticon', 'formats', '1,4,0', NULL), (1424, 2, 1570138963, 'filter_mathjaxloader', 'httpsurl', 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js', NULL), (1425, 2, 1570138963, 'filter_mathjaxloader', 'texfiltercompatibility', '0', NULL), (1426, 2, 1570138963, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n', NULL), (1427, 2, 1570138963, 'filter_mathjaxloader', 'additionaldelimiters', '', NULL), (1428, 2, 1570138963, NULL, 'filter_multilang_force_old', '0', NULL), (1429, 2, 1570138963, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n', NULL), (1430, 2, 1570138963, 'filter_tex', 'latexbackground', '#FFFFFF', NULL), (1431, 2, 1570138963, 'filter_tex', 'density', '120', NULL), (1432, 2, 1570138963, 'filter_tex', 'pathlatex', '/sw/bin/latex', NULL), (1433, 2, 1570138963, 'filter_tex', 'pathdvips', '/sw/bin/dvips', NULL), (1434, 2, 1570138963, 'filter_tex', 'pathconvert', '/sw/bin/convert', NULL), (1435, 2, 1570138963, 'filter_tex', 'pathdvisvgm', '/usr/bin/dvisvgm', NULL), (1436, 2, 1570138963, 'filter_tex', 'pathmimetex', '', NULL), (1437, 2, 1570138963, 'filter_tex', 'convertformat', 'gif', NULL), (1438, 2, 1570138963, NULL, 'filter_censor_badwords', '', NULL), (1439, 2, 1570138963, 'logstore_database', 'dbdriver', '', NULL), (1440, 2, 1570138963, 'logstore_database', 'dbhost', '', NULL), (1441, 2, 1570138963, 'logstore_database', 'dbuser', '', NULL), (1442, 2, 1570138963, 'logstore_database', 'dbpass', '', NULL), (1443, 2, 1570138963, 'logstore_database', 'dbname', '', NULL), (1444, 2, 1570138963, 'logstore_database', 'dbtable', '', NULL), (1445, 2, 1570138963, 'logstore_database', 'dbpersist', '0', NULL), (1446, 2, 1570138963, 'logstore_database', 'dbsocket', '', NULL), (1447, 2, 1570138963, 'logstore_database', 'dbport', '', NULL), (1448, 2, 1570138963, 'logstore_database', 'dbschema', '', NULL), (1449, 2, 1570138963, 'logstore_database', 'dbcollation', '', NULL), (1450, 2, 1570138963, 'logstore_database', 'dbhandlesoptions', '0', NULL), (1451, 2, 1570138963, 'logstore_database', 'buffersize', '50', NULL), (1452, 2, 1570138963, 'logstore_database', 'jsonformat', '1', NULL), (1453, 2, 1570138963, 'logstore_database', 'logguests', '0', NULL), (1454, 2, 1570138963, 'logstore_database', 'includelevels', '1,2,0', NULL), (1455, 2, 1570138963, 'logstore_database', 'includeactions', 'c,r,u,d', NULL), (1456, 2, 1570138963, 'logstore_legacy', 'loglegacy', '0', NULL), (1457, 2, 1570138963, NULL, 'logguests', '1', NULL), (1458, 2, 1570138963, NULL, 'loglifetime', '0', NULL), (1459, 2, 1570138963, 'logstore_standard', 'logguests', '1', NULL), (1460, 2, 1570138963, 'logstore_standard', 'jsonformat', '1', NULL), (1461, 2, 1570138963, 'logstore_standard', 'loglifetime', '0', NULL), (1462, 2, 1570138963, 'logstore_standard', 'buffersize', '50', NULL), (1463, 2, 1570138963, 'media_videojs', 'videoextensions', 'html_video,.f4v,.flv', NULL), (1464, 2, 1570138963, 'media_videojs', 'audioextensions', 'html_audio', NULL), (1465, 2, 1570138963, 'media_videojs', 'rtmp', '0', NULL), (1466, 2, 1570138963, 'media_videojs', 'useflash', '0', NULL), (1467, 2, 1570138963, 'media_videojs', 'youtube', '1', NULL), (1468, 2, 1570138963, 'media_videojs', 'videocssclass', 'video-js', NULL), (1469, 2, 1570138963, 'media_videojs', 'audiocssclass', 'video-js', NULL), (1470, 2, 1570138963, 'media_videojs', 'limitsize', '1', NULL), (1471, 2, 1570138963, 'qtype_multichoice', 'answerhowmany', '1', NULL), (1472, 2, 1570138963, 'qtype_multichoice', 'shuffleanswers', '1', NULL), (1473, 2, 1570138963, 'qtype_multichoice', 'answernumbering', 'abc', NULL), (1474, 2, 1570138963, 'editor_atto', 'toolbar', 'collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html', NULL), (1475, 2, 1570138963, 'editor_atto', 'autosavefrequency', '60', NULL), (1476, 2, 1570138963, 'atto_collapse', 'showgroups', '5', NULL), (1477, 2, 1570138963, 'atto_equation', 'librarygroup1', '\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n', NULL), (1478, 2, 1570138963, 'atto_equation', 'librarygroup2', '\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n', NULL), (1479, 2, 1570138963, 'atto_equation', 'librarygroup3', '\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n', NULL), (1480, 2, 1570138963, 'atto_equation', 'librarygroup4', '\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n', NULL), (1481, 2, 1570138963, 'atto_recordrtc', 'allowedtypes', 'both', NULL), (1482, 2, 1570138963, 'atto_recordrtc', 'audiobitrate', '128000', NULL), (1483, 2, 1570138963, 'atto_recordrtc', 'videobitrate', '2500000', NULL), (1484, 2, 1570138963, 'atto_recordrtc', 'timelimit', '120', NULL), (1485, 2, 1570138963, 'atto_table', 'allowborders', '0', NULL), (1486, 2, 1570138963, 'atto_table', 'allowbackgroundcolour', '0', NULL), (1487, 2, 1570138963, 'atto_table', 'allowwidth', '0', NULL), (1488, 2, 1570138963, 'editor_tinymce', 'customtoolbar', 'wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen', NULL), (1489, 2, 1570138963, 'editor_tinymce', 'fontselectlist', 'Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings', NULL), (1490, 2, 1570138963, 'editor_tinymce', 'customconfig', '', NULL), (1491, 2, 1570138963, 'tinymce_moodleemoticon', 'requireemoticon', '1', NULL), (1492, 2, 1570138963, 'tinymce_spellchecker', 'spellengine', '', NULL), (1493, 2, 1570138963, 'tinymce_spellchecker', 'spelllanguagelist', '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv', NULL), (1494, 2, 1570138963, NULL, 'profileroles', '5,4,3', NULL), (1495, 2, 1570138963, NULL, 'coursecontact', '3', NULL), (1496, 2, 1570138963, NULL, 'frontpage', '6', NULL), (1497, 2, 1570138963, NULL, 'frontpageloggedin', '6', NULL), (1498, 2, 1570138963, NULL, 'maxcategorydepth', '2', NULL), (1499, 2, 1570138963, NULL, 'frontpagecourselimit', '200', NULL), (1500, 2, 1570138963, NULL, 'commentsperpage', '15', NULL), (1501, 2, 1570138963, NULL, 'defaultfrontpageroleid', '8', NULL), (1502, 2, 1570138963, NULL, 'messageinbound_enabled', '0', NULL), (1503, 2, 1570138963, NULL, 'messageinbound_mailbox', '', NULL), (1504, 2, 1570138963, NULL, 'messageinbound_domain', '', NULL), (1505, 2, 1570138963, NULL, 'messageinbound_host', '', NULL), (1506, 2, 1570138963, NULL, 'messageinbound_hostssl', 'ssl', NULL), (1507, 2, 1570138963, NULL, 'messageinbound_hostuser', '', NULL), (1508, 2, 1570138963, NULL, 'messageinbound_hostpass', '', NULL), (1509, 2, 1570138964, NULL, 'enablemobilewebservice', '0', NULL), (1510, 2, 1570138964, 'tool_mobile', 'apppolicy', '', NULL), (1511, 2, 1570138999, NULL, 'timezone', 'Europe/London', NULL), (1512, 2, 1570138999, NULL, 'registerauth', '', NULL), (1513, 2, 1570139006, NULL, 'noreplyaddress', 'email@example.com', NULL), (1514, 2, 1570140850, 'theme_edumy', 'preset', 'default.scss', NULL), (1515, 2, 1570140850, 'theme_edumy', 'presetfiles', '', NULL), (1516, 2, 1570140850, 'theme_edumy', 'brandcolor', '#F000FA', NULL), (1517, 2, 1570140850, 'theme_edumy', 'scsspre', '', NULL), (1518, 2, 1570140850, 'theme_edumy', 'scss', '', NULL), (1519, 2, 1570143857, 'theme_photo', 'preset', 'default.scss', NULL), (1520, 2, 1570143857, 'theme_photo', 'presetfiles', '', NULL), (1521, 2, 1570143857, 'theme_photo', 'brandcolor', '', NULL), (1522, 2, 1570143857, 'theme_photo', 'defaultbackgroundimage', '', NULL), (1523, 2, 1570143857, 'theme_photo', 'loginbackgroundimage', '', NULL), (1524, 2, 1570143857, 'theme_photo', 'frontpagebackgroundimage', '', NULL), (1525, 2, 1570143857, 'theme_photo', 'dashboardbackgroundimage', '', NULL), (1526, 2, 1570143857, 'theme_photo', 'incoursebackgroundimage', '', NULL), (1527, 2, 1570143857, 'theme_photo', 'scsspre', '', NULL), (1528, 2, 1570143857, 'theme_photo', 'scss', '', NULL), (1529, 2, 1570144047, 'theme_photo', 'loginbackgroundimage', '/cocoon-test.jpg', ''), (1530, 2, 1570145406, NULL, 'themedesignermode', '1', '0'), (1531, 2, 1570145406, NULL, 'customusermenuitems', 'grades,grades|/grade/report/mygrades.php|t/grades\r\nmessages,message|/message/index.php|t/message\r\npreferences,moodle|/user/preferences.php|t/preferences', 'grades,grades|/grade/report/mygrades.php|t/grades\nmessages,message|/message/index.php|t/message\npreferences,moodle|/user/preferences.php|t/preferences'), (1532, 2, 1570216283, NULL, 'themedesignermode', '0', '1'), (1533, 2, 1570220148, 'slideshow', 'Max_Slides', '5', NULL), (1534, 2, 1570220148, 'slideshow', 'Max_Size', '1048576', NULL), (1535, 2, 1570235262, NULL, 'debug', '32767', '0'), (1536, 2, 1570236548, 'local_staticpage', 'documents', '', NULL), (1537, 2, 1570236548, 'local_staticpage', 'documenttitlesource', '1', NULL), (1538, 2, 1570236548, 'local_staticpage', 'documentheadingsource', '1', NULL), (1539, 2, 1570236548, 'local_staticpage', 'documentnavbarsource', '1', NULL), (1540, 2, 1570236548, 'local_staticpage', 'apacherewrite', '1', NULL), (1541, 2, 1570236548, 'local_staticpage', 'forcelogin', '2', NULL), (1542, 2, 1570236548, 'local_staticpage', 'processfilters', '2', NULL), (1543, 2, 1570236548, 'local_staticpage', 'cleanhtml', '2', NULL), (1544, 2, 1570236548, 'local_staticpage', 'checkavailability', '1', NULL), (1545, 2, 1570236548, 'local_staticpage', 'checkavailabilityconnecttimeout', '0', NULL), (1546, 2, 1570236548, 'local_staticpage', 'checkavailabilitytimeout', '0', NULL), (1547, 2, 1570236718, 'local_staticpage', 'documents', '/page-become-instructor.html', ''), (1548, 2, 1570323788, 'algebra', 'filter_active', '-9999', ''), (1549, 2, 1570323788, 'censor', 'filter_active', '-9999', ''), (1550, 2, 1570323788, 'data', 'filter_active', '-9999', ''), (1551, 2, 1570323788, 'emailprotect', 'filter_active', '-9999', ''), (1552, 2, 1570323788, 'emoticon', 'filter_active', '-9999', ''), (1553, 2, 1570323788, 'glossary', 'filter_active', '-9999', ''), (1554, 2, 1570323788, 'multilang', 'filter_active', '-9999', ''), (1555, 2, 1570323788, 'tex', 'filter_active', '-9999', ''), (1556, 2, 1570323788, 'tidy', 'filter_active', '-9999', ''), (1557, 2, 1570323788, 'urltolink', 'filter_active', '-9999', ''), (1558, 2, 1570324232, 'shortcodes', 'filter_active', '1', ''), (1559, 2, 1570400186, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nMoodle.com|https://moodle.com/\r\n', ''), (1560, 2, 1570402777, 'atto_cocoonshortcodes', 'librarygroup1', '\\cdot\r\n\\times\r\n\\ast\r\n\\div\r\n\\diamond\r\n\\pm\r\n\\mp\r\n\\oplus\r\n\\ominus\r\n\\otimes\r\n\\oslash\r\n\\odot\r\n\\circ\r\n\\bullet\r\n\\asymp\r\n\\equiv\r\n\\subseteq\r\n\\supseteq\r\n\\leq\r\n\\geq\r\n\\preceq\r\n\\succeq\r\n\\sim\r\n\\simeq\r\n\\approx\r\n\\subset\r\n\\supset\r\n\\ll\r\n\\gg\r\n\\prec\r\n\\succ\r\n\\infty\r\n\\in\r\n\\ni\r\n\\forall\r\n\\exists\r\n\\neq\r\n', NULL), (1561, 2, 1570402777, 'atto_cocoonshortcodes', 'librarygroup2', '\\leftarrow\r\n\\rightarrow\r\n\\uparrow\r\n\\downarrow\r\n\\leftrightarrow\r\n\\nearrow\r\n\\searrow\r\n\\swarrow\r\n\\nwarrow\r\n\\Leftarrow\r\n\\Rightarrow\r\n\\Uparrow\r\n\\Downarrow\r\n\\Leftrightarrow\r\n', NULL), (1562, 2, 1570402777, 'atto_cocoonshortcodes', 'librarygroup3', '\\alpha\r\n\\beta\r\n\\gamma\r\n\\delta\r\n\\epsilon\r\n\\zeta\r\n\\eta\r\n\\theta\r\n\\iota\r\n\\kappa\r\n\\lambda\r\n\\mu\r\n\\nu\r\n\\xi\r\n\\pi\r\n\\rho\r\n\\sigma\r\n\\tau\r\n\\upsilon\r\n\\phi\r\n\\chi\r\n\\psi\r\n\\omega\r\n\\Gamma\r\n\\Delta\r\n\\Theta\r\n\\Lambda\r\n\\Xi\r\n\\Pi\r\n\\Sigma\r\n\\Upsilon\r\n\\Phi\r\n\\Psi\r\n\\Omega\r\n', NULL), (1563, 2, 1570402777, 'atto_cocoonshortcodes', 'librarygroup4', '\\sum{a,b}\r\n\\sqrt[a]{b+c}\r\n\\int_{a}^{b}{c}\r\n\\iint_{a}^{b}{c}\r\n\\iiint_{a}^{b}{c}\r\n\\oint{a}\r\n(a)\r\n[a]\r\n\\lbrace{a}\\rbrace\r\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\r\n\\frac{a}{b+c}\r\n\\vec{a}\r\n\\binom {a} {b}\r\n{a \\brack b}\r\n{a \\brace b}\r\n', NULL), (1564, 2, 1570402905, 'atto_cocoonshortcodes', 'librarygroup1', '', '\\cdot\r\n\\times\r\n\\ast\r\n\\div\r\n\\diamond\r\n\\pm\r\n\\mp\r\n\\oplus\r\n\\ominus\r\n\\otimes\r\n\\oslash\r\n\\odot\r\n\\circ\r\n\\bullet\r\n\\asymp\r\n\\equiv\r\n\\subseteq\r\n\\supseteq\r\n\\leq\r\n\\geq\r\n\\preceq\r\n\\succeq\r\n\\sim\r\n\\simeq\r\n\\approx\r\n\\subset\r\n\\supset\r\n\\ll\r\n\\gg\r\n\\prec\r\n\\succ\r\n\\infty\r\n\\in\r\n\\ni\r\n\\forall\r\n\\exists\r\n\\neq\r\n'), (1565, 2, 1570402905, 'atto_cocoonshortcodes', 'librarygroup3', '', '\\alpha\r\n\\beta\r\n\\gamma\r\n\\delta\r\n\\epsilon\r\n\\zeta\r\n\\eta\r\n\\theta\r\n\\iota\r\n\\kappa\r\n\\lambda\r\n\\mu\r\n\\nu\r\n\\xi\r\n\\pi\r\n\\rho\r\n\\sigma\r\n\\tau\r\n\\upsilon\r\n\\phi\r\n\\chi\r\n\\psi\r\n\\omega\r\n\\Gamma\r\n\\Delta\r\n\\Theta\r\n\\Lambda\r\n\\Xi\r\n\\Pi\r\n\\Sigma\r\n\\Upsilon\r\n\\Phi\r\n\\Psi\r\n\\Omega\r\n'), (1566, 2, 1570402905, 'atto_cocoonshortcodes', 'librarygroup4', '', '\\sum{a,b}\r\n\\sqrt[a]{b+c}\r\n\\int_{a}^{b}{c}\r\n\\iint_{a}^{b}{c}\r\n\\iiint_{a}^{b}{c}\r\n\\oint{a}\r\n(a)\r\n[a]\r\n\\lbrace{a}\\rbrace\r\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\r\n\\frac{a}{b+c}\r\n\\vec{a}\r\n\\binom {a} {b}\r\n{a \\brack b}\r\n{a \\brace b}\r\n'), (1567, 2, 1570402980, 'editor_atto', 'toolbar', 'collapse = collapse\r\nstyle1 = title, bold, italic\r\nlist = unorderedlist, orderedlist\r\nlinks = link\r\nfiles = image, media, recordrtc, managefiles\r\nstyle2 = underline, strike, subscript, superscript\r\nalign = align\r\nindent = indent\r\ninsert = equation, charmap, table, clear, cocoonshortcodes\r\nundo = undo\r\naccessibility = accessibilitychecker, accessibilityhelper\r\nother = html', 'collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html'), (1568, 2, 1570402980, 'atto_equation', 'librarygroup1', '\\cdot\r\n\\times\r\n\\ast\r\n\\div\r\n\\diamond\r\n\\pm\r\n\\mp\r\n\\oplus\r\n\\ominus\r\n\\otimes\r\n\\oslash\r\n\\odot\r\n\\circ\r\n\\bullet\r\n\\asymp\r\n\\equiv\r\n\\subseteq\r\n\\supseteq\r\n\\leq\r\n\\geq\r\n\\preceq\r\n\\succeq\r\n\\sim\r\n\\simeq\r\n\\approx\r\n\\subset\r\n\\supset\r\n\\ll\r\n\\gg\r\n\\prec\r\n\\succ\r\n\\infty\r\n\\in\r\n\\ni\r\n\\forall\r\n\\exists\r\n\\neq\r\n', '\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n'), (1569, 2, 1570402980, 'atto_equation', 'librarygroup2', '\\leftarrow\r\n\\rightarrow\r\n\\uparrow\r\n\\downarrow\r\n\\leftrightarrow\r\n\\nearrow\r\n\\searrow\r\n\\swarrow\r\n\\nwarrow\r\n\\Leftarrow\r\n\\Rightarrow\r\n\\Uparrow\r\n\\Downarrow\r\n\\Leftrightarrow\r\n', '\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n'), (1570, 2, 1570402980, 'atto_equation', 'librarygroup3', '\\alpha\r\n\\beta\r\n\\gamma\r\n\\delta\r\n\\epsilon\r\n\\zeta\r\n\\eta\r\n\\theta\r\n\\iota\r\n\\kappa\r\n\\lambda\r\n\\mu\r\n\\nu\r\n\\xi\r\n\\pi\r\n\\rho\r\n\\sigma\r\n\\tau\r\n\\upsilon\r\n\\phi\r\n\\chi\r\n\\psi\r\n\\omega\r\n\\Gamma\r\n\\Delta\r\n\\Theta\r\n\\Lambda\r\n\\Xi\r\n\\Pi\r\n\\Sigma\r\n\\Upsilon\r\n\\Phi\r\n\\Psi\r\n\\Omega\r\n', '\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n'), (1571, 2, 1570402980, 'atto_equation', 'librarygroup4', '\\sum{a,b}\r\n\\sqrt[a]{b+c}\r\n\\int_{a}^{b}{c}\r\n\\iint_{a}^{b}{c}\r\n\\iiint_{a}^{b}{c}\r\n\\oint{a}\r\n(a)\r\n[a]\r\n\\lbrace{a}\\rbrace\r\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\r\n\\frac{a}{b+c}\r\n\\vec{a}\r\n\\binom {a} {b}\r\n{a \\brack b}\r\n{a \\brace b}\r\n', '\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n'), (1572, 2, 1570403433, 'atto_cocoonshortcodes', 'librarygroup2', '[slider title=\"test\"][/slider]\r\n\\rightarrow\r\n\\uparrow\r\n\\downarrow\r\n\\leftrightarrow\r\n\\nearrow\r\n\\searrow\r\n\\swarrow\r\n\\nwarrow\r\n\\Leftarrow\r\n\\Rightarrow\r\n\\Uparrow\r\n\\Downarrow\r\n\\Leftrightarrow\r\n', '\\leftarrow\r\n\\rightarrow\r\n\\uparrow\r\n\\downarrow\r\n\\leftrightarrow\r\n\\nearrow\r\n\\searrow\r\n\\swarrow\r\n\\nwarrow\r\n\\Leftarrow\r\n\\Rightarrow\r\n\\Uparrow\r\n\\Downarrow\r\n\\Leftrightarrow\r\n'), (1573, 2, 1574780338, 'core_admin', 'logo', '/header-logo.png', ''), (1574, 2, 1574791416, 'login', 'block_visibility', '0', '1'), (1575, 2, 1574791424, 'login', 'block_visibility', '1', '0'), (1576, 2, 1574795359, NULL, 'allowthemechangeonurl', '1', '0'), (1577, 2, 1574816143, 'page', 'printheading', '0', '1'), (1578, 2, 1574816143, 'page', 'printlastmodified', '0', '1'), (1579, 2, 1574826756, 'theme_photo', 'cocoon_facebook_url', 'test1', NULL), (1580, 2, 1574828045, 'theme_photo', 'cocoon_facebook_url', '', 'test1'), (1581, 2, 1574828333, 'theme_photo', 'cocoon_copyright', 'Copyright © 2020 Edumy Moodle Theme by Cocoon. All Rights Reserved.', NULL), (1582, 2, 1574872512, NULL, 'navshowmycoursecategories', '1', '0'), (1583, 2, 1574872512, NULL, 'navshowallcourses', '1', '0'), (1584, 2, 1576472436, NULL, 'bloglevel', '5', '4'), (1585, 2, 1576484570, NULL, 'enableglobalsearch', '1', '0'), (1586, 2, 1576484584, NULL, 'useexternalblogs', '0', '1'), (1587, 2, 1576490628, NULL, 'registerauth', 'email', ''), (1588, 2, 1576573770, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses Single|#\r\n-- Single v1|#', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nMoodle.com|https://moodle.com/\r\n'), (1589, 2, 1576573931, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses Single|#\r\n-- Single v1|#'), (1590, 2, 1576575069, NULL, 'block_cocoon_course_list_adminview', 'all', NULL), (1591, 2, 1576575069, NULL, 'block_cocoon_course_list_hideallcourseslink', '0', NULL), (1592, 2, 1576601613, NULL, 'messagingallusers', '1', '0'), (1593, 2, 1576603438, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2'), (1594, 2, 1576610617, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Login|/login/index.php\r\n- Register|/login/signup.php', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2'), (1595, 2, 1576619311, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Login|/login/index.php\r\n- Register|/login/signup.php', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Login|/login/index.php\r\n- Register|/login/signup.php'), (1596, 2, 1576624587, 'atto_snippet', 'snippetcount', '5', NULL), (1597, 2, 1576624587, 'atto_snippet', 'loadfromtheme', '1', NULL), (1598, 2, 1576624587, 'atto_snippet', 'snippetname_3', '', NULL), (1599, 2, 1576624587, 'atto_snippet', 'snippetkey_3', '', NULL), (1600, 2, 1576624587, 'atto_snippet', 'snippetinstructions_3', '', NULL), (1601, 2, 1576624587, 'atto_snippet', 'snippet_3', '', NULL), (1602, 2, 1576624587, 'atto_snippet', 'defaults_3', '', NULL), (1603, 2, 1576624587, 'atto_snippet', 'snippetversion_3', '1.0.0', NULL), (1604, 2, 1576624587, 'atto_snippet', 'snippetname_4', '', NULL), (1605, 2, 1576624587, 'atto_snippet', 'snippetkey_4', '', NULL), (1606, 2, 1576624587, 'atto_snippet', 'snippetinstructions_4', '', NULL), (1607, 2, 1576624587, 'atto_snippet', 'snippet_4', '', NULL), (1608, 2, 1576624587, 'atto_snippet', 'defaults_4', '', NULL), (1609, 2, 1576624587, 'atto_snippet', 'snippetversion_4', '1.0.0', NULL), (1610, 2, 1576624587, 'atto_snippet', 'snippetname_5', '', NULL), (1611, 2, 1576624587, 'atto_snippet', 'snippetkey_5', '', NULL), (1612, 2, 1576624587, 'atto_snippet', 'snippetinstructions_5', '', NULL), (1613, 2, 1576624587, 'atto_snippet', 'snippet_5', '', NULL), (1614, 2, 1576624587, 'atto_snippet', 'defaults_5', '', NULL), (1615, 2, 1576624587, 'atto_snippet', 'snippetversion_5', '1.0.0', NULL), (1616, 2, 1576628570, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Login|/login/index.php\r\n- Register|/login/signup.php'), (1617, 2, 1576628667, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- UI Elements|/mod/page/view.php?id=2', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php'), (1618, 2, 1576628769, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- UI Elements|/mod/page/view.php?id=2'), (1619, 2, 1576629542, NULL, 'custommenuitems', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1620, 2, 1576698114, NULL, 'block_cocoon_course_categories_adminview', 'all', NULL), (1621, 2, 1576698114, NULL, 'block_cocoon_course_categories_hideallcourseslink', '0', NULL), (1622, 2, 1576774493, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Moodle community|https://moodle.org\r\n-Moodle free support|https://moodle.org/support\r\n-Moodle Docs|https://docs.moodle.org|Moodle Docs\r\n-German Moodle Docs|https://docs.moodle.org/de|Documentation in German|de\r\n-###\r\n-Moodle development|https://moodle.org/development\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1623, 2, 1576781440, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1624, 2, 1576783208, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1625, 2, 1576783510, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1626, 2, 1576789832, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCalendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1627, 2, 1576790196, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1572566400\r\n- Day view|/calendar/view.php?view=day&time=1574524500\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1628, 2, 1576793441, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1572566400\r\n- Day view|/calendar/view.php?view=day&time=1574524500\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1629, 2, 1576909821, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1630, 2, 1576959481, NULL, 'frontpage', '', '6'), (1631, 2, 1576959481, NULL, 'frontpageloggedin', '', '6'), (1632, 2, 1576971830, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=2\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'); INSERT INTO `cocoon_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES (1633, 2, 1577330484, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2'), (1634, 2, 1577391947, 'local_contact', 'recipient_list', '', NULL), (1635, 2, 1577391947, 'local_contact', 'loginrequired', '0', NULL), (1636, 2, 1577391947, 'local_contact', 'nosubjectsitename', '0', NULL), (1637, 2, 1577483037, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Courses Single\r\n-- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1638, 2, 1577483367, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Courses Single\r\n-- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1639, 2, 1577486136, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1640, 2, 1577488806, 'enrol_guest', 'status', '0', '1'), (1641, 2, 1577488820, 'enrol_guest', 'status', '1', '0'), (1642, 2, 1577489131, 'enrol_guest', 'status', '0', '1'), (1643, 2, 1577489131, 'enrol_guest', 'status_adv', '1', ''), (1644, 2, 1577499925, 'theme_photo', 'cocoon_twitter_url', '', NULL), (1645, 2, 1577499925, 'theme_photo', 'cocoon_instagram_url', '', NULL), (1646, 2, 1577499925, 'theme_photo', 'cocoon_pinterest_url', '', NULL), (1647, 2, 1577499925, 'theme_photo', 'cocoon_dribbble_url', '', NULL), (1648, 2, 1577499925, 'theme_photo', 'cocoon_google_url', '', NULL), (1649, 2, 1577499925, 'theme_photo', 'footer_col_1_title', 'Contact', NULL), (1650, 2, 1577499925, 'theme_photo', 'footer_col_1_body', '

329 Queensberry Street, North Melbourne

\r\n

VIC 3051, Australia.

\r\n

123 456 7890

\r\n

support@edumy.com

', NULL), (1651, 2, 1577499925, 'theme_photo', 'footer_col_2_title', 'Company', NULL), (1652, 2, 1577499925, 'theme_photo', 'footer_col_2_body', '', NULL), (1653, 2, 1577499925, 'theme_photo', 'footer_col_3_title', 'Programs', NULL), (1654, 2, 1577499925, 'theme_photo', 'footer_col_3_body', '', NULL), (1655, 2, 1577499925, 'theme_photo', 'footer_col_4_title', 'Support', NULL), (1656, 2, 1577499925, 'theme_photo', 'footer_col_4_body', '', NULL), (1657, 2, 1577499925, 'theme_photo', 'footer_col_5_title', 'Mobile', NULL), (1658, 2, 1577499925, 'theme_photo', 'footer_col_5_body', '
\r\n \r\n \r\n
', NULL), (1659, 2, 1577500971, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Social Format|/course/view.php?id=10\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1660, 2, 1577501313, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Social Format|/course/view.php?id=10\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1661, 2, 1577501429, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Topics Format|/course/view.php?id=2\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1662, 2, 1577550261, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=2\r\n- Topics Format|/course/view.php?id=2\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1663, 2, 1577550471, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1664, 2, 1577553244, NULL, 'defaulthomepage', '0', '1'), (1665, 2, 1577556210, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nContact|/mod/page/view.php?id=80'), (1666, 2, 1577571709, 'theme_photo', 'headertype', '1', NULL), (1667, 2, 1577573279, 'theme_photo', 'headertype', '2', '1'), (1668, 2, 1577573872, 'theme_photo', 'headertype', '3', '2'), (1669, 2, 1577573960, 'theme_photo', 'headertype', '4', '3'), (1670, 2, 1577574010, 'theme_photo', 'headertype', '5', '4'), (1671, 2, 1577574077, 'theme_photo', 'headertype', '6', '5'), (1672, 2, 1577574177, 'theme_photo', 'headertype', '8', '6'), (1673, 2, 1577574386, 'theme_photo', 'headertype', '2', '8'), (1674, 2, 1577575109, 'theme_photo', 'email_address', 'hello@edumy.com', NULL), (1675, 2, 1577575109, 'theme_photo', 'phone', '(56) 123 456 789', NULL), (1676, 2, 1577575109, 'theme_photo', 'cta_text', 'Become an Instructor', NULL), (1677, 2, 1577575109, 'theme_photo', 'cta_link', '#', NULL), (1678, 2, 1577575270, 'theme_photo', 'headertype', '3', '2'), (1679, 2, 1577575352, 'theme_photo', 'headertype', '4', '3'), (1680, 2, 1577575493, 'theme_photo', 'headertype', '1', '4'), (1681, 2, 1577575973, NULL, 'block_cocoon_library_list_adminview', 'all', NULL), (1682, 2, 1577575973, NULL, 'block_cocoon_library_list_hideallcourseslink', '0', NULL), (1683, 2, 1577575998, 'theme_photo', 'headertype', '2', '1'), (1684, 2, 1577576308, 'theme_photo', 'headertype', '1', '2'), (1685, 2, 1577576452, 'theme_photo', 'headertype', '2', '1'), (1686, 2, 1577577292, 'theme_photo', 'headertype', '1', '2'), (1687, 2, 1577578009, 'theme_photo', 'headertype', '2', '1'), (1688, 2, 1577578153, 'theme_photo', 'headertype', '3', '2'), (1689, 2, 1577578637, 'theme_photo', 'headertype', '4', '3'), (1690, 2, 1577579401, 'theme_photo', 'headertype', '5', '4'), (1691, 2, 1577579573, 'theme_photo', 'headertype', '6', '5'), (1692, 2, 1577579655, 'theme_photo', 'headertype', '7', '6'), (1693, 2, 1577579693, 'theme_photo', 'headertype', '8', '7'), (1694, 2, 1577579737, 'theme_photo', 'headertype', '1', '8'), (1695, 2, 1577579875, 'theme_photo', 'headertype', '2', '1'), (1696, 2, 1577580216, 'theme_photo', 'headertype', '3', '2'), (1697, 2, 1577580516, 'theme_photo', 'headertype', '4', '3'), (1698, 2, 1577581245, 'theme_photo', 'headertype', '5', '4'), (1699, 2, 1577581358, 'theme_photo', 'headertype', '6', '5'), (1700, 2, 1577581461, 'theme_photo', 'headertype', '7', '6'), (1701, 2, 1577581549, 'theme_photo', 'headertype', '1', '7'), (1702, 2, 1577581718, 'theme_photo', 'footertype', '2', NULL), (1703, 2, 1577582051, 'theme_photo', 'footertype', '3', '2'), (1704, 2, 1577582203, 'theme_photo', 'footertype', '2', '3'), (1705, 2, 1577582232, 'theme_photo', 'footertype', '3', '2'), (1706, 2, 1577582418, 'theme_photo', 'footertype', '4', '3'), (1707, 2, 1577582642, 'theme_photo', 'footertype', '1', '4'), (1708, 2, 1577627264, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80'), (1709, 2, 1577629873, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Event Single|/mod/page/view.php?id=87\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80'), (1710, 2, 1577735862, 'theme_edumy', 'preset', 'default.scss', NULL), (1711, 2, 1577735862, 'theme_edumy', 'presetfiles', '', NULL), (1712, 2, 1577735862, 'theme_edumy', 'brandcolor', '', NULL), (1713, 2, 1577735862, 'theme_edumy', 'defaultbackgroundimage', '', NULL), (1714, 2, 1577735862, 'theme_edumy', 'loginbackgroundimage', '', NULL), (1715, 2, 1577735862, 'theme_edumy', 'frontpagebackgroundimage', '', NULL), (1716, 2, 1577735862, 'theme_edumy', 'dashboardbackgroundimage', '', NULL), (1717, 2, 1577735862, 'theme_edumy', 'incoursebackgroundimage', '', NULL), (1718, 2, 1577735862, 'theme_edumy', 'scsspre', '', NULL), (1719, 2, 1577735862, 'theme_edumy', 'scss', '', NULL), (1720, 2, 1577735862, 'theme_edumy', 'cocoon_facebook_url', '#', NULL), (1721, 2, 1577735862, 'theme_edumy', 'cocoon_twitter_url', '#', NULL), (1722, 2, 1577735862, 'theme_edumy', 'cocoon_instagram_url', '#', NULL), (1723, 2, 1577735862, 'theme_edumy', 'cocoon_pinterest_url', '#', NULL), (1724, 2, 1577735862, 'theme_edumy', 'cocoon_dribbble_url', '#', NULL), (1725, 2, 1577735862, 'theme_edumy', 'cocoon_google_url', '#', NULL), (1726, 2, 1577735862, 'theme_edumy', 'cocoon_copyright', 'Copyright © 2020 Edumy Moodle Theme by Cocoon. All Rights Reserved.', NULL), (1727, 2, 1577735862, 'theme_edumy', 'footer_col_1_title', 'Contact', NULL), (1728, 2, 1577735862, 'theme_edumy', 'footer_col_1_body', '', NULL), (1729, 2, 1577735862, 'theme_edumy', 'footer_col_2_title', 'Company', NULL), (1730, 2, 1577735862, 'theme_edumy', 'footer_col_2_body', '', NULL), (1731, 2, 1577735862, 'theme_edumy', 'footer_col_3_title', 'Programs', NULL), (1732, 2, 1577735862, 'theme_edumy', 'footer_col_3_body', '', NULL), (1733, 2, 1577735862, 'theme_edumy', 'footer_col_4_title', 'Support', NULL), (1734, 2, 1577735862, 'theme_edumy', 'footer_col_4_body', '', NULL), (1735, 2, 1577735862, 'theme_edumy', 'footer_col_5_title', 'Mobile', NULL), (1736, 2, 1577735862, 'theme_edumy', 'footer_col_5_body', '', NULL), (1737, 2, 1577735862, 'theme_edumy', 'headertype', '1', NULL), (1738, 2, 1577735862, 'theme_edumy', 'email_address', 'hello@edumy.com', NULL), (1739, 2, 1577735862, 'theme_edumy', 'phone', '(56) 123 456 789', NULL), (1740, 2, 1577735862, 'theme_edumy', 'cta_text', 'Become an Instructor', NULL), (1741, 2, 1577735862, 'theme_edumy', 'cta_link', '#', NULL), (1742, 2, 1577735862, 'theme_edumy', 'footertype', '1', NULL), (1743, 2, 1577830437, 'theme_edumy', 'calendar_event_image', '/el1.jpg', NULL), (1744, 2, 1577830814, 'theme_edumy', 'calendareventimage', '/el1.jpg', NULL), (1745, 2, 1577895093, 'theme_edumy', 'footer_col_1_title', 'CONTACT', 'Contact'), (1746, 2, 1577895093, 'theme_edumy', 'footer_col_1_body', '

329 Queensberry Street, North Melbourne

\r\n

VIC 3051, Australia.

\r\n

123 456 7890

\r\n

support@edumy.com

', ''), (1747, 2, 1577895093, 'theme_edumy', 'footer_col_2_title', 'COMPANY', 'Company'), (1748, 2, 1577895093, 'theme_edumy', 'footer_col_2_body', '', ''), (1749, 2, 1577895093, 'theme_edumy', 'footer_col_3_title', 'PROGRAMS', 'Programs'), (1750, 2, 1577895093, 'theme_edumy', 'footer_col_3_body', '', ''), (1751, 2, 1577895093, 'theme_edumy', 'footer_col_4_title', 'SUPPORT', 'Support'), (1752, 2, 1577895093, 'theme_edumy', 'footer_col_4_body', '\r\n', ''), (1753, 2, 1577895093, 'theme_edumy', 'footer_col_5_title', 'MOBILE', 'Mobile'), (1754, 2, 1577895093, 'theme_edumy', 'footer_col_5_body', '
\r\n\r\n\r\n
', ''), (1755, 2, 1577900872, NULL, 'autologinguests', '1', '0'), (1756, 2, 1577918475, 'theme_edumy', 'headerlogo1', '/header-logo.png', NULL), (1757, 2, 1577918797, 'theme_edumy', 'headerlogo2', '/header-logo2.png', NULL), (1758, 2, 1577919779, 'theme_edumy', 'footerlogo1', '/header-logo.png', NULL), (1759, 2, 1577922341, 'theme_edumy', 'headertype', '2', '1'), (1760, 2, 1577923937, 'theme_edumy', 'headertype', '1', '2'), (1761, 2, 1577924529, NULL, 'autolang', '0', '1'), (1762, 2, 1577924529, NULL, 'langmenu', '0', '1'), (1763, 2, 1577924612, 'theme_edumy', 'headertype', '2', '1'), (1764, 2, 1577924980, 'theme_edumy', 'headertype', '3', '2'), (1765, 2, 1577925996, 'theme_edumy', 'headertype', '4', '3'), (1766, 2, 1577926096, 'theme_edumy', 'headertype', '5', '4'), (1767, 2, 1577926156, 'theme_edumy', 'headertype', '6', '5'), (1768, 2, 1577926269, 'theme_edumy', 'headertype', '7', '6'), (1769, 2, 1577927216, 'theme_edumy', 'headertype', '1', '7'), (1770, 2, 1577998980, 'theme_edumy', 'blogstyle', '1', NULL), (1771, 2, 1577998980, 'theme_edumy', 'courseliststyle', '1', NULL), (1772, 2, 1577999134, 'theme_edumy', 'blogstyle', '2', '1'), (1773, 2, 1578000234, 'theme_edumy', 'blogstyle', '3', '2'), (1774, 2, 1578000863, 'theme_edumy', 'blogstyle', '2', '3'), (1775, 2, 1578000934, 'theme_edumy', 'blogstyle', '1', '2'), (1776, 2, 1578001638, 'theme_edumy', 'courseliststyle', '2', '1'), (1777, 2, 1578006639, 'theme_edumy', 'courseliststyle', '1', '2'), (1778, 2, 1578007671, 'theme_edumy', 'courseliststyle', '2', '1'), (1779, 2, 1578017008, 'theme_edumy', 'footertype', '2', '1'), (1780, 2, 1578017096, 'theme_edumy', 'footertype', '3', '2'), (1781, 2, 1578017133, 'theme_edumy', 'footertype', '4', '3'), (1782, 2, 1578017355, 'theme_edumy', 'footer_menu', '', NULL), (1783, 2, 1578018724, 'theme_edumy', 'footertype', '1', '4'), (1784, 2, 1578019597, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCourses|#\r\n- Courses List|/course/index.php?categoryid=3\r\n- Courses List Slider|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Event Single|/mod/page/view.php?id=87\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCourses|#\r\n- Courses v1|/course/index.php?categoryid=3\r\n- Courses v2|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Event Single|/mod/page/view.php?id=87\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List 1|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80'), (1785, 2, 1578023797, NULL, 'tempdatafoldercleanup', '1', '168'), (1786, 2, 1578023853, NULL, 'cronclionly', '0', '1'), (1787, 2, 1578025905, NULL, 'cronclionly', '1', '0'), (1788, 2, 1578074814, 'theme_edumy', 'headertype', '3', '1'), (1789, 2, 1578075463, 'theme_edumy', 'headertype', '2', '3'), (1790, 2, 1578076082, 'theme_edumy', 'headertype', '4', '2'), (1791, 2, 1578076410, 'theme_edumy', 'headertype', '5', '4'), (1792, 2, 1578077081, 'theme_edumy', 'headertype', '6', '5'), (1793, 2, 1578077536, 'theme_edumy', 'headertype', '7', '6'), (1794, 2, 1578077881, 'theme_edumy', 'headertype', '1', '7'), (1795, 0, 1578095312, 'displayh5p', 'filter_active', '1', ''), (1796, 2, 1578095504, NULL, 'enableanalytics', '1', NULL), (1797, 2, 1578095504, NULL, 'userfiltersdefault', 'realname', NULL), (1798, 2, 1578095504, 'backup', 'backup_general_files', '1', NULL), (1799, 2, 1578095504, 'backup', 'backup_general_files_locked', '', NULL), (1800, 2, 1578095504, 'backup', 'backup_auto_files', '1', NULL), (1801, 2, 1578095504, 'block_myoverview', 'layouts', 'card,list,summary', NULL), (1802, 2, 1578095504, 'block_myoverview', 'displaygroupingallincludinghidden', '0', NULL), (1803, 2, 1578095504, 'block_myoverview', 'displaygroupingall', '1', NULL), (1804, 2, 1578095504, 'block_myoverview', 'displaygroupinginprogress', '1', NULL), (1805, 2, 1578095504, 'block_myoverview', 'displaygroupingpast', '1', NULL), (1806, 2, 1578095504, 'block_myoverview', 'displaygroupingfuture', '1', NULL), (1807, 2, 1578095504, 'block_myoverview', 'displaygroupingcustomfield', '0', NULL), (1808, 2, 1578095504, 'block_myoverview', 'customfiltergrouping', '', NULL), (1809, 2, 1578095504, 'block_myoverview', 'displaygroupingstarred', '1', NULL), (1810, 2, 1578095504, 'block_myoverview', 'displaygroupinghidden', '1', NULL), (1811, 2, 1578095504, NULL, 'block_online_users_onlinestatushiding', '1', NULL), (1812, 2, 1578095504, 'block_recentlyaccessedcourses', 'displaycategories', '1', NULL), (1813, 2, 1578095504, 'block_starredcourses', 'displaycategories', '1', NULL), (1814, 2, 1578095504, 'filter_displayh5p', 'allowedsources', 'https://h5p.org/h5p/embed/[id]', NULL), (1815, 2, 1578095504, 'mlbackend_python', 'useserver', '0', NULL), (1816, 2, 1578095504, 'mlbackend_python', 'host', '', NULL), (1817, 2, 1578095504, 'mlbackend_python', 'port', '0', NULL), (1818, 2, 1578095504, 'mlbackend_python', 'secure', '0', NULL), (1819, 2, 1578095504, 'mlbackend_python', 'username', 'default', NULL), (1820, 2, 1578095504, 'mlbackend_python', 'password', '', NULL), (1821, 2, 1578095504, NULL, 'navsortmycourseshiddenlast', '1', NULL), (1822, 2, 1578095504, NULL, 'cachetemplates', '1', NULL), (1823, 2, 1578095504, NULL, 'filescleanupperiod', '86400', NULL), (1824, 2, 1578095504, NULL, 'task_logtostdout', '1', NULL), (1825, 2, 1578095504, NULL, 'enablecourserelativedates', '0', NULL), (1826, 2, 1578095664, NULL, 'cronclionly', '0', '1'), (1827, 2, 1578095830, NULL, 'cronclionly', '1', '0'), (1828, 2, 1585444782, 'theme_edumy', 'favicon', '', NULL), (1829, 2, 1585444782, 'theme_edumy', 'heading_bg', '', NULL), (1830, 2, 1585444782, 'theme_edumy', 'logotype', '0', NULL), (1831, 2, 1585444782, 'theme_edumy', 'logo_image', '0', NULL), (1832, 2, 1585444782, 'theme_edumy', 'headerlogo3', '', NULL), (1833, 2, 1585444782, 'theme_edumy', 'logotype_footer', '0', NULL), (1834, 2, 1585444782, 'theme_edumy', 'logo_image_footer', '0', NULL), (1835, 2, 1585444782, 'theme_edumy', 'library_list', '0', NULL), (1836, 2, 1585444782, 'theme_edumy', 'color_gradient_start', '#ff1053', NULL), (1837, 2, 1585444782, 'theme_edumy', 'color_gradient_end', '#3452ff', NULL), (1838, 2, 1585444782, 'theme_edumy', 'color_primary', '#2441e7', NULL), (1839, 2, 1585444782, 'theme_edumy', 'color_secondary', '#ff1053', NULL), (1840, 2, 1585444782, 'theme_edumy', 'color_accent', '#e35a9a', NULL), (1841, 2, 1585444782, 'theme_edumy', 'color_accent_2', '#c75533', NULL), (1842, 2, 1585444782, 'theme_edumy', 'color_header_style_2_top', '#000', NULL), (1843, 2, 1585444782, 'theme_edumy', 'color_header_style_2_bottom', '#141414', NULL), (1844, 2, 1585444782, 'theme_edumy', 'color_header_style_4_top', '#3452ff', NULL), (1845, 2, 1585444782, 'theme_edumy', 'color_header_style_5', '#ffffff', NULL), (1846, 2, 1585444782, 'theme_edumy', 'color_header_style_6_top', '#3452ff', NULL), (1847, 2, 1585444782, 'theme_edumy', 'color_footer_style_1_top', '#151515', NULL), (1848, 2, 1585444782, 'theme_edumy', 'color_footer_style_1_bottom', '#0a0a0a', NULL), (1849, 2, 1585444782, 'theme_edumy', 'color_footer_style_2_top', '#f9fafc', NULL), (1850, 2, 1585444782, 'theme_edumy', 'color_footer_style_2_bottom', '#ebeef4', NULL), (1851, 2, 1585444782, 'theme_edumy', 'color_footer_style_3_top', '#f9fafc', NULL), (1852, 2, 1585444782, 'theme_edumy', 'color_footer_style_3_middle', '#ffffff', NULL), (1853, 2, 1585444782, 'theme_edumy', 'color_footer_style_3_bottom', '#fafafa', NULL); INSERT INTO `cocoon_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES (1854, 2, 1585444782, 'theme_edumy', 'gmaps_key', '', NULL), (1855, 2, 1585444782, 'theme_edumy', 'custom_css', '', NULL), (1856, 2, 1585444782, 'theme_edumy', 'custom_css_dashboard', '', NULL), (1857, 2, 1585444782, 'theme_edumy', 'custom_js', '', NULL), (1858, 2, 1585444782, 'theme_edumy', 'custom_js_dashboard', '', NULL), (1859, 2, 1601465012, NULL, 'allowemojipicker', '1', NULL), (1860, 2, 1601465012, 'theme_edumy', 'back_to_top', '0', NULL), (1861, 2, 1601465012, 'theme_edumy', 'logo_image_width', '', NULL), (1862, 2, 1601465012, 'theme_edumy', 'logo_image_height', '', NULL), (1863, 2, 1601465012, 'theme_edumy', 'headerlogo_mobile', '', NULL), (1864, 2, 1601465012, 'theme_edumy', 'logo_image_width_footer', '', NULL), (1865, 2, 1601465012, 'theme_edumy', 'logo_image_height_footer', '', NULL), (1866, 2, 1601465012, 'theme_edumy', 'header_search', '0', NULL), (1867, 2, 1601465012, 'theme_edumy', 'header_login', '0', NULL), (1868, 2, 1601465012, 'theme_edumy', 'header_main_menu', '0', NULL), (1869, 2, 1601465012, 'theme_edumy', 'headertype_settings', '1', NULL), (1870, 2, 1601465012, 'theme_edumy', 'breadcrumb_style', '0', NULL), (1871, 2, 1601465012, 'theme_edumy', 'breadcrumb_title', '0', NULL), (1872, 2, 1601465012, 'theme_edumy', 'breadcrumb_trail', '0', NULL), (1873, 2, 1601465012, 'theme_edumy', 'breadcrumb_clip', '0', NULL), (1874, 2, 1601465012, 'theme_edumy', 'breadcrumb_caps', '0', NULL), (1875, 2, 1601465012, 'theme_edumy', 'preloader_image', '', NULL), (1876, 2, 1601465012, 'theme_edumy', 'preloader_duration', '0', NULL), (1877, 2, 1601465012, 'theme_edumy', 'course_price_format', '6', NULL), (1878, 2, 1601465012, 'theme_edumy', 'course_ratings', '0', NULL), (1879, 2, 1601465012, 'theme_edumy', 'coursecat_modified', '0', NULL), (1880, 2, 1601465012, 'theme_edumy', 'coursecat_enrolments', '0', NULL), (1881, 2, 1601465012, 'theme_edumy', 'coursecat_announcements', '0', NULL), (1882, 2, 1601465012, 'theme_edumy', 'coursecat_prices', '0', NULL), (1883, 2, 1601465012, 'theme_edumy', 'course_single_style', '0', NULL), (1884, 2, 1601465012, 'theme_edumy', 'course_enrolment_payment', '0', NULL), (1885, 2, 1601465012, 'theme_edumy', 'singlecourse_blocks', '0', NULL), (1886, 2, 1601465012, 'theme_edumy', 'course_start_date', '0', NULL), (1887, 2, 1601465012, 'theme_edumy', 'course_category', '0', NULL), (1888, 2, 1601465012, 'theme_edumy', 'course_content_enroled_only', '0', NULL), (1889, 2, 1601465012, 'theme_edumy', 'topics_format_collapsible', '0', NULL), (1890, 2, 1601465012, 'theme_edumy', 'quiz_layout', '0', NULL), (1891, 2, 1601465012, 'theme_edumy', 'social_target', '0', NULL), (1892, 2, 1601465012, 'theme_edumy', 'cocoon_youtube_url', '', NULL), (1893, 2, 1601465012, 'theme_edumy', 'cocoon_vk_url', '', NULL), (1894, 2, 1601465012, 'theme_edumy', 'cocoon_500px_url', '', NULL), (1895, 2, 1601465012, 'theme_edumy', 'cocoon_behance_url', '', NULL), (1896, 2, 1601465012, 'theme_edumy', 'cocoon_digg_url', '', NULL), (1897, 2, 1601465012, 'theme_edumy', 'cocoon_flickr_url', '', NULL), (1898, 2, 1601465012, 'theme_edumy', 'cocoon_foursquare_url', '', NULL), (1899, 2, 1601465012, 'theme_edumy', 'cocoon_linkedin_url', '', NULL), (1900, 2, 1601465012, 'theme_edumy', 'cocoon_medium_url', '', NULL), (1901, 2, 1601465012, 'theme_edumy', 'cocoon_meetup_url', '', NULL), (1902, 2, 1601465012, 'theme_edumy', 'cocoon_snapchat_url', '', NULL), (1903, 2, 1601465012, 'theme_edumy', 'cocoon_tumblr_url', '', NULL), (1904, 2, 1601465012, 'theme_edumy', 'cocoon_vimeo_url', '', NULL), (1905, 2, 1601465012, 'theme_edumy', 'cocoon_wechat_url', '', NULL), (1906, 2, 1601465012, 'theme_edumy', 'cocoon_whatsapp_url', '', NULL), (1907, 2, 1601465012, 'theme_edumy', 'cocoon_wordpress_url', '', NULL), (1908, 2, 1601465012, 'theme_edumy', 'cocoon_weibo_url', '', NULL), (1909, 2, 1601465012, 'theme_edumy', 'cocoon_telegram_url', '', NULL), (1910, 2, 1601465012, 'theme_edumy', 'cocoon_moodle_url', '', NULL), (1911, 2, 1601465012, 'theme_edumy', 'cocoon_amazon_url', '', NULL), (1912, 2, 1601465012, 'theme_edumy', 'cocoon_slideshare_url', '', NULL), (1913, 2, 1601465012, 'theme_edumy', 'cocoon_soundcloud_url', '', NULL), (1914, 2, 1601465012, 'theme_edumy', 'cocoon_leanpub_url', '', NULL), (1915, 2, 1601465012, 'theme_edumy', 'cocoon_xing_url', '', NULL), (1916, 2, 1601465012, 'theme_edumy', 'cocoon_bitcoin_url', '', NULL), (1917, 2, 1601465012, 'theme_edumy', 'cocoon_twitch_url', '', NULL), (1918, 2, 1601465012, 'theme_edumy', 'cocoon_github_url', '', NULL), (1919, 2, 1601465012, 'theme_edumy', 'cocoon_gitlab_url', '', NULL), (1920, 2, 1601465012, 'theme_edumy', 'cocoon_forumbee_url', '', NULL), (1921, 2, 1601465012, 'theme_edumy', 'cocoon_trello_url', '', NULL), (1922, 2, 1601465012, 'theme_edumy', 'cocoon_weixin_url', '', NULL), (1923, 2, 1601465012, 'theme_edumy', 'cocoon_slack_url', '', NULL), (1924, 2, 1601465012, 'theme_edumy', 'color_primary_alternate', '#192675', NULL), (1925, 2, 1601465013, 'theme_edumy', 'color_tertiary', '#6c757d', NULL), (1926, 2, 1601465013, 'theme_edumy', 'color_accent_3', '#192675', NULL), (1927, 2, 1601465013, 'theme_edumy', 'color_accent_4', '#f0d078', NULL), (1928, 2, 1601465013, 'theme_edumy', 'color_parallax', '#2441e7', NULL), (1929, 2, 1601465013, 'theme_edumy', 'color_footer_style_5_top', '#0d2f81', NULL), (1930, 2, 1601465013, 'theme_edumy', 'color_footer_style_5_bottom', '#072670', NULL), (1931, 2, 1601465013, 'theme_edumy', 'color_footer_style_6_all', '#3f4449', NULL), (1932, 2, 1601465013, 'theme_edumy', 'color_footer_style_7_top', '#ffffff', NULL), (1933, 2, 1601465013, 'theme_edumy', 'color_footer_style_7_bottom', '#ffffff', NULL), (1934, 2, 1601465013, 'theme_edumy', 'dashboard_header', '0', NULL), (1935, 2, 1601465013, 'theme_edumy', 'dashboard_sticky_header', '0', NULL), (1936, 2, 1601465013, 'theme_edumy', 'dashboard_sticky_drawer', '0', NULL), (1937, 2, 1601465013, 'theme_edumy', 'dashboard_left_drawer', '0', NULL), (1938, 2, 1601465013, 'theme_edumy', 'breadcrumb_clip_dash', '0', NULL), (1939, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_1_visibility', '0', NULL), (1940, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_1_title', '', NULL), (1941, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_1_subtitle', '', NULL), (1942, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_1_url', '', NULL), (1943, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_1_color', '#2441e7', NULL), (1944, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_1_ccn_icon_class', 'flaticon-speech-bubble', NULL), (1945, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_2_visibility', '0', NULL), (1946, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_2_title', '', NULL), (1947, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_2_subtitle', '', NULL), (1948, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_2_url', '', NULL), (1949, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_2_color', '#ff1053', NULL), (1950, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_2_ccn_icon_class', 'flaticon-cap', NULL), (1951, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_3_visibility', '0', NULL), (1952, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_3_title', '', NULL), (1953, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_3_subtitle', '', NULL), (1954, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_3_url', '', NULL), (1955, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_3_color', '#00a78e', NULL), (1956, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_3_ccn_icon_class', 'flaticon-settings', NULL), (1957, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_4_visibility', '0', NULL), (1958, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_4_title', '', NULL), (1959, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_4_subtitle', '', NULL), (1960, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_4_url', '', NULL), (1961, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_4_color', '#ecd06f', NULL), (1962, 2, 1601465013, 'theme_edumy', 'dashboard_tablet_4_ccn_icon_class', 'flaticon-rating', NULL), (1963, 2, 1601465013, 'theme_edumy', 'navigation_icon_visibility', '0', NULL), (1964, 2, 1601465013, 'theme_edumy', 'navigation_icon_ccn_icon_class', 'flaticon-settings', NULL), (1965, 2, 1601465013, 'theme_edumy', 'notification_icon_visibility', '0', NULL), (1966, 2, 1601465013, 'theme_edumy', 'notification_icon_ccn_icon_class', 'flaticon-alarm', NULL), (1967, 2, 1601465013, 'theme_edumy', 'messages_icon_visibility', '0', NULL), (1968, 2, 1601465013, 'theme_edumy', 'messages_icon_ccn_icon_class', 'flaticon-speech-bubble', NULL), (1969, 2, 1601465013, 'theme_edumy', 'dark_mode_icon_visibility', '0', NULL), (1970, 2, 1601465013, 'theme_edumy', 'dark_mode_icon_ccn_icon_class', 'ccn-flaticon-hide', NULL), (1971, 2, 1601465013, 'theme_edumy', 'profile_icon_username', '0', NULL), (1972, 2, 1601465013, 'theme_edumy', 'order_receipt_address_line_1', '1 Trafalgar Square', NULL), (1973, 2, 1601465013, 'theme_edumy', 'order_receipt_address_line_2', 'Westminster', NULL), (1974, 2, 1601465013, 'theme_edumy', 'order_receipt_address_line_3', 'Central London', NULL), (1975, 2, 1601465013, 'theme_edumy', 'order_receipt_zip', 'SW1 3EJ', NULL), (1976, 2, 1601465013, 'theme_edumy', 'order_receipt_phone', '+133-424-481-500', NULL), (1977, 2, 1601465013, 'theme_edumy', 'order_receipt_email', 'orders@edumylearning.edu', NULL), (1978, 2, 1601465013, 'theme_edumy', 'primary_font', '0', NULL), (1979, 2, 1601465013, 'theme_edumy', 'secondary_font', '5', NULL), (1980, 2, 1601465013, 'theme_edumy', 'upload_font_eot', '', NULL), (1981, 2, 1601465013, 'theme_edumy', 'upload_font_woff2', '', NULL), (1982, 2, 1601465013, 'theme_edumy', 'upload_font_woff', '', NULL), (1983, 2, 1601465013, 'theme_edumy', 'upload_font_ttf', '', NULL), (1984, 2, 1601465013, 'theme_edumy', 'upload_font_svg', '', NULL), (1985, 2, 1601465013, 'theme_edumy', 'upload_font_secondary_eot', '', NULL), (1986, 2, 1601465013, 'theme_edumy', 'upload_font_secondary_woff2', '', NULL), (1987, 2, 1601465013, 'theme_edumy', 'upload_font_secondary_woff', '', NULL), (1988, 2, 1601465013, 'theme_edumy', 'upload_font_secondary_ttf', '', NULL), (1989, 2, 1601465013, 'theme_edumy', 'upload_font_secondary_svg', '', NULL), (1990, 2, 1601465013, 'theme_edumy', 'dashboard_layout', '0', NULL), (1991, 2, 1601465013, 'theme_edumy', 'coursemainpage_layout', '0', NULL), (1992, 2, 1601465013, 'theme_edumy', 'incourse_layout', '0', NULL), (1993, 2, 1601465013, 'theme_edumy', 'user_profile_layout', '0', NULL), (1994, 2, 1601465013, 'theme_edumy', 'blog_post_author', '0', NULL), (1995, 2, 1601465013, 'theme_edumy', 'blog_post_date', '0', NULL), (1996, 2, 1601465013, 'theme_edumy', 'page_settings_controls', '0', NULL), (1997, 2, 1601465013, 'theme_edumy', 'iconset_edumy', '1', NULL), (1998, 2, 1601465013, 'theme_edumy', 'iconset_cocoon', '1', NULL), (1999, 2, 1601465013, 'theme_edumy', 'iconset_fontawesome', '1', NULL), (2000, 2, 1601465013, 'theme_edumy', 'iconset_lineawesome', '1', NULL), (2001, 2, 1601465013, 'theme_edumy', 'meta_description', '', NULL), (2002, 2, 1601465013, 'theme_edumy', 'meta_abstract', '', NULL), (2003, 2, 1601465013, 'theme_edumy', 'meta_keywords', '', NULL), (2004, 2, 1601465013, 'theme_edumy', 'dev_expose_blocks', '0', NULL), (2005, 2, 1601465600, NULL, 'enableuserfeedback', '0', NULL), (2006, 2, 1601465600, NULL, 'userfeedback_nextreminder', '1', NULL), (2007, 2, 1601465600, NULL, 'userfeedback_remindafter', '90', NULL), (2008, 2, 1601465600, 'tool_dataprivacy', 'automaticdataexportapproval', '0', NULL), (2009, 2, 1601465600, 'tool_dataprivacy', 'automaticdatadeletionapproval', '0', NULL), (2010, 2, 1601465600, NULL, 'activitychoosertabmode', '0', NULL), (2011, 2, 1601465600, 'backup', 'backup_general_contentbankcontent', '1', NULL), (2012, 2, 1601465600, 'backup', 'backup_general_contentbankcontent_locked', '', NULL), (2013, 2, 1601465600, 'backup', 'backup_import_contentbankcontent', '1', NULL), (2014, 2, 1601465600, 'backup', 'backup_import_contentbankcontent_locked', '', NULL), (2015, 2, 1601465600, 'backup', 'backup_auto_contentbankcontent', '1', NULL), (2016, 2, 1601465600, 'restore', 'restore_general_contentbankcontent', '1', NULL), (2017, 2, 1601465600, 'restore', 'restore_general_contentbankcontent_locked', '', NULL), (2018, 2, 1601465600, NULL, 'h5plibraryhandler', 'h5plib_v124', NULL), (2019, 2, 1601465600, NULL, 'rememberuserlicensepref', '1', NULL), (2020, 2, 1601465600, 'quiz', 'quizpassword', '', NULL), (2021, 2, 1601465600, 'quiz', 'quizpassword_adv', '', NULL), (2022, 2, 1601465600, 'quiz', 'quizpassword_required', '', NULL), (2023, 2, 1601465600, 'quizaccess_seb', 'autoreconfigureseb', '1', NULL), (2024, 2, 1601465600, 'quizaccess_seb', 'showseblinks', 'seb,http', NULL), (2025, 2, 1601465600, 'quizaccess_seb', 'downloadlink', 'https://safeexambrowser.org/download_en.html', NULL), (2026, 2, 1601465600, 'quizaccess_seb', 'quizpasswordrequired', '0', NULL), (2027, 2, 1601465600, 'quizaccess_seb', 'displayblocksbeforestart', '0', NULL), (2028, 2, 1601465600, 'quizaccess_seb', 'displayblockswhenfinished', '1', NULL), (2029, 2, 1601465600, 'antivirus_clamav', 'tcpsockethost', '', NULL), (2030, 2, 1601465600, 'antivirus_clamav', 'tcpsocketport', '3310', NULL), (2031, 2, 1601465600, 'antivirus_clamav', 'tries', '1', NULL), (2032, 2, 1601465600, NULL, 'passwordpolicycheckonlogin', '0', NULL), (2033, 2, 1601465600, NULL, 'langmenuinsecurelayout', '0', NULL), (2034, 2, 1601465600, NULL, 'logininfoinsecurelayout', '0', NULL), (2035, 2, 1601465600, NULL, 'reverseproxyignore', '', NULL), (2036, 2, 1601465600, 'tool_mobile', 'typeoflogin', '1', NULL), (2037, 2, 1601465600, 'tool_mobile', 'qrcodetype', '1', NULL), (2038, 2, 1601465600, 'tool_mobile', 'forcedurlscheme', 'moodlemobile', NULL), (2039, 2, 1601465600, 'tool_mobile', 'minimumversion', '', NULL), (2040, 2, 1601465600, NULL, 'mobilecssurl', '', NULL), (2041, 2, 1601465600, 'tool_mobile', 'enablesmartappbanners', '0', NULL), (2042, 2, 1601465600, 'tool_mobile', 'iosappid', '633359593', NULL), (2043, 2, 1601465600, 'tool_mobile', 'androidappid', 'com.moodle.moodlemobile', NULL), (2044, 2, 1601465600, 'tool_mobile', 'setuplink', 'https://download.moodle.org/mobile', NULL), (2045, 2, 1601465600, 'tool_mobile', 'forcelogout', '0', NULL), (2046, 2, 1601465600, 'tool_mobile', 'disabledfeatures', '', NULL), (2047, 2, 1601465600, 'tool_mobile', 'custommenuitems', '', NULL), (2048, 2, 1601465600, 'tool_mobile', 'customlangstrings', '', NULL), (2049, 2, 1601465600, 'tool_moodlenet', 'enablemoodlenet', '0', NULL), (2050, 2, 1601465600, 'tool_moodlenet', 'defaultmoodlenetname', 'MoodleNet Central', NULL), (2051, 2, 1601465600, 'tool_moodlenet', 'defaultmoodlenet', 'https://moodle.net', NULL), (2052, 2, 1601465693, 'theme_edumy', 'breadcrumb_clip_dash', '1', '0'), (2053, 2, 1601488235, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\n- Home 9 (Video)|/mod/page/view.php?id=88\r\n- Home 10|/mod/page/view.php?id=89\r\n- Home 11|/mod/page/view.php?id=90\r\n- Home 12|/mod/page/view.php?id=91\r\n- Home 13 (Dark)|/mod/page/view.php?id=92\r\nCourses|#\r\n- Courses List|/course/index.php?categoryid=3\r\n- Courses List Slider|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Event Single|/mod/page/view.php?id=87\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\nCourses|#\r\n- Courses List|/course/index.php?categoryid=3\r\n- Courses List Slider|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Event Single|/mod/page/view.php?id=87\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80'), (2054, 2, 1601489573, NULL, 'geoip2file', '', '/Users/raphael/moodledata/geoip/GeoLite2-City.mmdb'), (2055, 2, 1601489591, 'analytics', 'modeloutputdir', '', '/Users/raphael/moodledata/models'), (2056, 2, 1601489591, NULL, 'sessioncookiepath', '/edumy/', ''), (2057, 2, 1601489642, NULL, 'cronremotepassword', '********', ''), (2058, 2, 1601489990, 'theme_edumy', 'dev_expose_blocks', '1', '0'), (2059, 2, 1601490094, 'theme_edumy', 'dev_expose_blocks', '0', '1'), (2060, 2, 1601490126, 'theme_edumy', 'course_ratings', '2', '0'), (2061, 2, 1601490126, 'theme_edumy', 'dev_expose_blocks', '1', '0'), (2062, 2, 1601490351, NULL, 'cronclionly', '0', '1'), (2063, 2, 1601490388, NULL, 'cronclionly', '1', '0'), (2064, 2, 1605200479, 'theme_edumy', 'cta_icon_ccn_icon_class', 'flaticon-megaphone', NULL), (2065, 2, 1605200479, 'theme_edumy', 'logo_url', '', NULL), (2066, 2, 1605200775, 'moodlecourse', 'downloadcontentsitedefault', '0', NULL), (2067, 2, 1605200775, NULL, 'downloadcoursecontentallowed', '0', NULL), (2068, 2, 1605200775, NULL, 'maxsizeperdownloadcoursefile', '52428800', NULL), (2069, 2, 1605200775, NULL, 'activitychooseractivefooter', 'hidden', NULL), (2070, 2, 1605200775, 'backup', 'backup_general_legacyfiles', '1', NULL), (2071, 2, 1605200775, 'backup', 'backup_general_legacyfiles_locked', '', NULL), (2072, 2, 1605200775, 'backup', 'backup_import_legacyfiles', '1', NULL), (2073, 2, 1605200775, 'backup', 'backup_import_legacyfiles_locked', '', NULL), (2074, 2, 1605200775, 'backup', 'backup_auto_legacyfiles', '1', NULL), (2075, 2, 1605200775, 'restore', 'restore_general_legacyfiles', '1', NULL), (2076, 2, 1605200775, 'restore', 'restore_general_legacyfiles_locked', '', NULL), (2077, 2, 1605200775, NULL, 'autolangusercreation', '1', NULL), (2078, 2, 1605200775, 'antivirus', 'notifyemail', '', NULL), (2079, 2, 1605200775, 'antivirus', 'enablequarantine', '0', NULL), (2080, 2, 1605200775, 'antivirus', 'quarantinetime', '2419200', NULL), (2081, 2, 1605200775, 'enrol_fee', 'expiredaction', '3', NULL), (2082, 2, 1605200775, 'enrol_fee', 'status', '1', NULL), (2083, 2, 1605200775, 'enrol_fee', 'cost', '0', NULL), (2084, 2, 1605200775, 'enrol_fee', 'currency', 'USD', NULL), (2085, 2, 1605200775, 'enrol_fee', 'roleid', '5', NULL), (2086, 2, 1605200775, 'enrol_fee', 'enrolperiod', '0', NULL), (2087, 2, 1605200775, 'paygw_paypal', 'surcharge', '0', NULL), (2088, 2, 1605200775, NULL, 'searchenginequeryonly', '', NULL), (2089, 2, 1605200775, NULL, 'searchbannerenable', '0', NULL), (2090, 2, 1605200775, NULL, 'searchbanner', '', NULL), (2091, 2, 1605200775, NULL, 'referrerpolicy', 'default', NULL), (2092, 2, 1605200775, NULL, 'cron_enabled', '1', NULL), (2093, 2, 1605200775, NULL, 'divertallemailsto', '', NULL), (2094, 2, 1605200775, NULL, 'divertallemailsexcept', '', NULL), (2095, 2, 1605200775, NULL, 'emaildkimselector', '', NULL), (2096, 2, 1605200775, NULL, 'emailheaders', '', NULL), (2097, 2, 1605200775, 'tool_mobile', 'filetypeexclusionlist', '', NULL), (2098, 2, 1605200775, NULL, 'debugsqltrace', '0', NULL), (2099, 2, 1605200871, NULL, 'cronclionly', '0', '1'), (2100, 2, 1605200897, NULL, 'cronclionly', '1', '0'), (2101, 2, 1612045419, 'theme_edumy', 'color_header_style_3_top', '#051925', NULL), (2102, 2, 1612045419, 'theme_edumy', 'login_layout', '0', NULL), (2103, 2, 1612045419, 'theme_edumy', 'lazy_loading', '0', NULL), (2104, 2, 1612046403, NULL, 'custommenuitems', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\n- Home 9 (Video)|/mod/page/view.php?id=88\r\n- Home 10|/mod/page/view.php?id=89\r\n- Home 11|/mod/page/view.php?id=90\r\n- Home 12|/mod/page/view.php?id=91\r\n- Home 13 (Dark)|/mod/page/view.php?id=92\r\n- Home 14|/mod/page/view.php?id=93\r\n- Home 15|/mod/page/view.php?id=94\r\n- Home 16|/mod/page/view.php?id=95\r\n- Home 17|/mod/page/view.php?id=96\r\nCourses|#\r\n- Courses List|/course/index.php?categoryid=3\r\n- Courses List Slider|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Event Single|/mod/page/view.php?id=87\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80', 'Home|#\r\n- Home 1|/index.php?redirect=0\r\n- Home 2|/mod/page/view.php?id=4\r\n- Home 3|/mod/page/view.php?id=20\r\n- Home 4|/mod/page/view.php?id=17\r\n- Home 5|/mod/page/view.php?id=21\r\n- Home 6 (University)|/mod/page/view.php?id=22\r\n- Home 7 (College)|/mod/page/view.php?id=18\r\n- Home 8 (Kindergarden)|/mod/page/view.php?id=19\r\n- Home 9 (Video)|/mod/page/view.php?id=88\r\n- Home 10|/mod/page/view.php?id=89\r\n- Home 11|/mod/page/view.php?id=90\r\n- Home 12|/mod/page/view.php?id=91\r\n- Home 13 (Dark)|/mod/page/view.php?id=92\r\nCourses|#\r\n- Courses List|/course/index.php?categoryid=3\r\n- Courses List Slider|/course/index.php?categoryid=4\r\n- Single v1|/course/view.php?id=11\r\n- Single v2|/course/view.php?id=8\r\n- Single v3|/course/view.php?id=7\r\n- Topics Format|/course/view.php?id=11\r\n- Social Format|/course/view.php?id=10\r\n- Weekly Format|/course/view.php?id=9\r\n- Instructors|/mod/page/view.php?id=14\r\nEvents|#\r\n-Event List|/mod/page/view.php?id=86\r\n-Event Single|/mod/page/view.php?id=87\r\n-Calendar|/calendar/view.php\r\n- Month view|/calendar/view.php?view=month&time=1575158400\r\n- Day view|/calendar/view.php?view=day&time=1577491200\r\nPages|#\r\n- About Us|/mod/page/view.php?id=16\r\n- Gallery|/mod/page/view.php?id=15\r\n- FAQ|/mod/page/view.php?id=81\r\n- Login|/login/index.php\r\n- Register|/login/signup.php\r\n- Become an Instructor|/mod/page/view.php?id=1\r\n- Terms & Conditions|/admin/tool/dataprivacy/summary.php\r\n- UI Elements|/mod/page/view.php?id=2\r\nBlog|#\r\n- Blog List|/blog/index.php\r\n- Blog Single|/blog/index.php?entryid=2\r\nContact|/mod/page/view.php?id=80'), (2105, 2, 1612046479, 'theme_edumy', 'cocoon_copyright', 'Copyright © 2021 Edumy Moodle Theme by Cocoon. All Rights Reserved.', 'Copyright © 2020 Edumy Moodle Theme by Cocoon. All Rights Reserved.'), (2106, 2, 1612046513, 'editor_atto', 'toolbar', 'collapse = collapse\r\nstyle1 = title, bold, italic\r\nlist = unorderedlist, orderedlist\r\nlinks = link\r\nfiles = image, media, recordrtc, managefiles, h5p\r\nstyle2 = underline, strike, subscript, superscript\r\nalign = align\r\nindent = indent\r\ninsert = equation, charmap, table, clear\r\nundo = undo\r\naccessibility = accessibilitychecker, accessibilityhelper\r\nother = html', 'collapse = collapse\r\nstyle1 = title, bold, italic\r\nlist = unorderedlist, orderedlist\r\nlinks = link\r\nfiles = image, media, recordrtc, managefiles, h5p\r\nstyle2 = underline, strike, subscript, superscript\r\nalign = align\r\nindent = indent\r\ninsert = equation, charmap, table, clear, cocoonshortcodes\r\nundo = undo\r\naccessibility = accessibilitychecker, accessibilityhelper\r\nother = html'), (2107, 2, 1612046693, NULL, 'cronclionly', '0', '1'), (2108, 2, 1612046726, NULL, 'cronclionly', '1', '0'), (2109, 2, 1653435233, 'theme_edumy', 'language_menu', '0', NULL), (2110, 2, 1653435233, 'theme_edumy', 'login_bg', '', NULL), (2111, 2, 1653435233, 'theme_edumy', 'edumy_focus_sidebar', '0', NULL), (2112, 2, 1653435233, 'theme_edumy', 'edumy_homepage_core', '0', NULL), (2113, 2, 1653437603, 'theme_edumy', 'headerlogo4', '', NULL), (2114, 2, 1653438780, NULL, 'enablecustomreports', '1', NULL), (2115, 2, 1653438780, NULL, 'enableaccessibilitytools', '1', NULL), (2116, 2, 1653438780, NULL, 'defaultpreference_core_contentbank_visibility', '1', NULL), (2117, 2, 1653438780, 'moodlecourse', 'participantsperpage', '20', NULL), (2118, 2, 1653438780, 'moodlecourse', 'showactivitydates', '1', NULL), (2119, 2, 1653438780, 'moodlecourse', 'showcompletionconditions', '1', NULL), (2120, 2, 1653438780, 'backup', 'backup_import_permissions', '0', NULL), (2121, 2, 1653438780, 'backup', 'backup_import_permissions_locked', '', NULL), (2122, 2, 1653438780, 'restore', 'restore_general_permissions', '1', NULL), (2123, 2, 1653438780, 'restore', 'restore_general_permissions_locked', '', NULL), (2124, 2, 1653438780, 'analytics', 'calclifetime', '35', NULL), (2125, 2, 1653438780, 'assign', 'enabletimelimit', '0', NULL), (2126, 2, 1653438780, NULL, 'bigbluebuttonbn_server_url', 'https://test-moodle.blindsidenetworks.com/bigbluebutton/', NULL), (2127, 2, 1653438780, NULL, 'bigbluebuttonbn_shared_secret', '********', NULL), (2128, 2, 1653438780, NULL, 'bigbluebuttonbn_welcome_default', '', NULL), (2129, 2, 1653438780, NULL, 'bigbluebuttonbn_welcome_editable', '1', NULL), (2130, 2, 1653438780, NULL, 'bigbluebuttonbn_recording_default', '1', NULL), (2131, 2, 1653438780, NULL, 'bigbluebuttonbn_recording_refresh_period', '300', NULL), (2132, 2, 1653438780, NULL, 'bigbluebuttonbn_recording_editable', '1', NULL), (2133, 2, 1653438780, NULL, 'bigbluebuttonbn_recording_all_from_start_default', '0', NULL), (2134, 2, 1653438780, NULL, 'bigbluebuttonbn_recording_all_from_start_editable', '0', NULL), (2135, 2, 1653438780, NULL, 'bigbluebuttonbn_recording_hide_button_default', '0', NULL), (2136, 2, 1653438780, NULL, 'bigbluebuttonbn_recording_hide_button_editable', '0', NULL), (2137, 2, 1653438780, NULL, 'bigbluebuttonbn_importrecordings_enabled', '0', NULL), (2138, 2, 1653438780, NULL, 'bigbluebuttonbn_importrecordings_from_deleted_enabled', '0', NULL), (2139, 2, 1653438780, NULL, 'bigbluebuttonbn_recordings_deleted_default', '1', NULL), (2140, 2, 1653438780, NULL, 'bigbluebuttonbn_recordings_deleted_editable', '0', NULL), (2141, 2, 1653438780, NULL, 'bigbluebuttonbn_recordings_imported_default', '0', NULL), (2142, 2, 1653438780, NULL, 'bigbluebuttonbn_recordings_imported_editable', '1', NULL), (2143, 2, 1653438780, NULL, 'bigbluebuttonbn_recordings_preview_default', '1', NULL), (2144, 2, 1653438780, NULL, 'bigbluebuttonbn_recordings_preview_editable', '0', NULL), (2145, 2, 1653438780, NULL, 'bigbluebuttonbn_recordings_sortorder', '0', NULL), (2146, 2, 1653438780, NULL, 'bigbluebuttonbn_recording_protect_editable', '1', NULL), (2147, 2, 1653438780, NULL, 'bigbluebuttonbn_waitformoderator_default', '0', NULL), (2148, 2, 1653438780, NULL, 'bigbluebuttonbn_waitformoderator_editable', '1', NULL), (2149, 2, 1653438780, NULL, 'bigbluebuttonbn_waitformoderator_ping_interval', '10', NULL), (2150, 2, 1653438780, NULL, 'bigbluebuttonbn_waitformoderator_cache_ttl', '60', NULL), (2151, 2, 1653438780, NULL, 'bigbluebuttonbn_voicebridge_editable', '0', NULL), (2152, 2, 1653438780, NULL, 'bigbluebuttonbn_preuploadpresentation_editable', '0', NULL), (2153, 2, 1653438780, 'mod_bigbluebuttonbn', 'presentationdefault', '', NULL), (2154, 2, 1653438780, NULL, 'bigbluebuttonbn_userlimit_default', '0', NULL), (2155, 2, 1653438780, NULL, 'bigbluebuttonbn_userlimit_editable', '0', NULL), (2156, 2, 1653438780, NULL, 'bigbluebuttonbn_participant_moderator_default', '0', NULL), (2157, 2, 1653438780, NULL, 'bigbluebuttonbn_muteonstart_default', '0', NULL), (2158, 2, 1653438780, NULL, 'bigbluebuttonbn_muteonstart_editable', '0', NULL), (2159, 2, 1653438780, NULL, 'bigbluebuttonbn_disablecam_default', '0', NULL), (2160, 2, 1653438780, NULL, 'bigbluebuttonbn_disablecam_editable', '1', NULL), (2161, 2, 1653438780, NULL, 'bigbluebuttonbn_disablemic_default', '0', NULL), (2162, 2, 1653438780, NULL, 'bigbluebuttonbn_disablemic_editable', '1', NULL), (2163, 2, 1653438780, NULL, 'bigbluebuttonbn_disableprivatechat_default', '0', NULL), (2164, 2, 1653438780, NULL, 'bigbluebuttonbn_disableprivatechat_editable', '1', NULL), (2165, 2, 1653438780, NULL, 'bigbluebuttonbn_disablepublicchat_default', '0', NULL), (2166, 2, 1653438780, NULL, 'bigbluebuttonbn_disablepublicchat_editable', '1', NULL), (2167, 2, 1653438780, NULL, 'bigbluebuttonbn_disablenote_default', '0', NULL), (2168, 2, 1653438781, NULL, 'bigbluebuttonbn_disablenote_editable', '1', NULL), (2169, 2, 1653438781, NULL, 'bigbluebuttonbn_hideuserlist_default', '0', NULL), (2170, 2, 1653438781, NULL, 'bigbluebuttonbn_hideuserlist_editable', '1', NULL), (2171, 2, 1653438781, NULL, 'bigbluebuttonbn_lockonjoin_default', '1', NULL), (2172, 2, 1653438781, NULL, 'bigbluebuttonbn_lockonjoin_editable', '0', NULL), (2173, 2, 1653438781, NULL, 'bigbluebuttonbn_recordingready_enabled', '0', NULL), (2174, 2, 1653438781, NULL, 'bigbluebuttonbn_meetingevents_enabled', '0', NULL), (2175, 2, 1653438781, 'quiz', 'notifyattemptgradeddelay', '18000', NULL), (2176, 2, 1653438781, 'tool_brickfield', 'analysistype', '0', NULL), (2177, 2, 1653438781, 'tool_brickfield', 'deletehistoricaldata', '1', NULL), (2178, 2, 1653438781, 'tool_brickfield', 'batch', '1000', NULL), (2179, 2, 1653438781, 'tool_brickfield', 'perpage', '50', NULL), (2180, 2, 1653438781, 'antivirus', 'notifylevel', '2', NULL), (2181, 2, 1653438781, 'antivirus', 'threshold', '1200', NULL), (2182, 2, 1653438781, 'block_accessreview', 'whattoshow', 'showboth', NULL), (2183, 2, 1653438781, 'block_accessreview', 'errordisplay', 'showint', NULL), (2184, 2, 1653438781, 'block_accessreview', 'toolpage', 'errors', NULL), (2185, 2, 1653438781, 'block_section_links', 'showsectionname', '0', NULL), (2186, 2, 1653438781, 'cachestore_redis', 'test_ttl', '0', NULL), (2187, 2, 1653438781, NULL, 'filternavigationwithsystemcontext', '0', NULL), (2188, 2, 1653438781, NULL, 'searchmaxtopresults', '3', NULL), (2189, 2, 1653438781, NULL, 'searchteacherroles', '', NULL), (2190, 2, 1653438781, 'atto_recordrtc', 'audiotimelimit', '120', NULL), (2191, 2, 1653438781, 'atto_recordrtc', 'videotimelimit', '120', NULL), (2192, 2, 1653438781, 'adminpresets', 'sensiblesettings', 'recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none', NULL), (2193, 2, 1653438781, 'theme_boost', 'unaddableblocks', 'navigation,settings,course_list,section_links', NULL), (2194, 2, 1653438781, 'theme_boost', 'loginbackgroundimage', '', NULL), (2195, 2, 1653438781, 'theme_classic', 'unaddableblocks', '', NULL), (2196, 2, 1653438781, 'theme_classic', 'loginbackgroundimage', '', NULL), (2197, 2, 1653438781, 'theme_edumy', 'disable_primary_nav', '0', NULL), (2198, 2, 1653438781, NULL, 'enabledashboard', '1', NULL), (2199, 2, 1653438781, NULL, 'pathtopdftoppm', '', NULL), (2200, 2, 1653438781, 'tool_mobile', 'qrkeyttl', '600', NULL), (2201, 2, 1653438781, 'tool_mobile', 'autologinmintimebetweenreq', '360', NULL), (2202, 2, 1653438822, NULL, 'supportemail', 'email@example.com', NULL), (2203, 2, 1736965073, 'auth_cas', 'auth_name', 'CAS', NULL), (2204, 2, 1736965073, 'auth_cas', 'auth_logo', '', NULL), (2205, 2, 1736965073, 'auth_cas', 'hostname', '', NULL), (2206, 2, 1736965073, 'auth_cas', 'baseuri', '', NULL), (2207, 2, 1736965073, 'auth_cas', 'port', '0', NULL), (2208, 2, 1736965073, 'auth_cas', 'casversion', '2.0', NULL), (2209, 2, 1736965073, 'auth_cas', 'language', 'CAS_Languages_English', NULL), (2210, 2, 1736965073, 'auth_cas', 'proxycas', '0', NULL), (2211, 2, 1736965073, 'auth_cas', 'logoutcas', '0', NULL), (2212, 2, 1736965073, 'auth_cas', 'multiauth', '0', NULL), (2213, 2, 1736965073, 'auth_cas', 'certificate_check', '0', NULL), (2214, 2, 1736965073, 'auth_cas', 'certificate_path', '', NULL), (2215, 2, 1736965073, 'auth_cas', 'curl_ssl_version', '', NULL), (2216, 2, 1736965073, 'auth_cas', 'logout_return_url', '', NULL), (2217, 2, 1736965073, 'auth_cas', 'host_url', '', NULL), (2218, 2, 1736965073, 'auth_cas', 'ldap_version', '3', NULL), (2219, 2, 1736965073, 'auth_cas', 'start_tls', '0', NULL), (2220, 2, 1736965073, 'auth_cas', 'ldapencoding', 'utf-8', NULL), (2221, 2, 1736965073, 'auth_cas', 'pagesize', '250', NULL), (2222, 2, 1736965073, 'auth_cas', 'bind_dn', '', NULL), (2223, 2, 1736965073, 'auth_cas', 'bind_pw', '', NULL), (2224, 2, 1736965073, 'auth_cas', 'user_type', 'default', NULL), (2225, 2, 1736965073, 'auth_cas', 'contexts', '', NULL), (2226, 2, 1736965073, 'auth_cas', 'search_sub', '0', NULL), (2227, 2, 1736965073, 'auth_cas', 'opt_deref', '0', NULL), (2228, 2, 1736965073, 'auth_cas', 'user_attribute', '', NULL), (2229, 2, 1736965073, 'auth_cas', 'memberattribute', '', NULL), (2230, 2, 1736965073, 'auth_cas', 'objectclass', '', NULL), (2231, 2, 1736965073, 'auth_cas', 'attrcreators', '', NULL), (2232, 2, 1736965073, 'auth_cas', 'groupecreators', '', NULL), (2233, 2, 1736965073, 'auth_cas', 'removeuser', '0', NULL), (2234, 2, 1736965073, 'auth_ldap', 'host_url', '', NULL), (2235, 2, 1736965073, 'auth_ldap', 'ldap_version', '3', NULL), (2236, 2, 1736965073, 'auth_ldap', 'start_tls', '0', NULL), (2237, 2, 1736965073, 'auth_ldap', 'ldapencoding', 'utf-8', NULL), (2238, 2, 1736965073, 'auth_ldap', 'pagesize', '250', NULL), (2239, 2, 1736965073, 'auth_ldap', 'preventpassindb', '0', NULL), (2240, 2, 1736965073, 'auth_ldap', 'bind_dn', '', NULL), (2241, 2, 1736965073, 'auth_ldap', 'bind_pw', '', NULL), (2242, 2, 1736965073, 'auth_ldap', 'user_type', 'default', NULL), (2243, 2, 1736965073, 'auth_ldap', 'contexts', '', NULL), (2244, 2, 1736965073, 'auth_ldap', 'search_sub', '0', NULL), (2245, 2, 1736965073, 'auth_ldap', 'opt_deref', '0', NULL), (2246, 2, 1736965073, 'auth_ldap', 'user_attribute', '', NULL), (2247, 2, 1736965073, 'auth_ldap', 'suspended_attribute', '', NULL), (2248, 2, 1736965073, 'auth_ldap', 'memberattribute', '', NULL), (2249, 2, 1736965073, 'auth_ldap', 'objectclass', '', NULL), (2250, 2, 1736965073, 'auth_ldap', 'forcechangepassword', '0', NULL), (2251, 2, 1736965073, 'auth_ldap', 'stdchangepassword', '0', NULL), (2252, 2, 1736965073, 'auth_ldap', 'passtype', 'plaintext', NULL), (2253, 2, 1736965073, 'auth_ldap', 'changepasswordurl', '', NULL), (2254, 2, 1736965073, 'auth_ldap', 'expiration', '0', NULL), (2255, 2, 1736965073, 'auth_ldap', 'expiration_warning', '', NULL), (2256, 2, 1736965073, 'auth_ldap', 'expireattr', '', NULL), (2257, 2, 1736965073, 'auth_ldap', 'gracelogins', '0', NULL), (2258, 2, 1736965073, 'auth_ldap', 'graceattr', '', NULL), (2259, 2, 1736965073, 'auth_ldap', 'auth_user_create', '0', NULL), (2260, 2, 1736965073, 'auth_ldap', 'create_context', '', NULL), (2261, 2, 1736965073, 'auth_ldap', 'managercontext', '', NULL), (2262, 2, 1736965073, 'auth_ldap', 'coursecreatorcontext', '', NULL), (2263, 2, 1736965073, 'auth_ldap', 'removeuser', '0', NULL), (2264, 2, 1736965073, 'auth_ldap', 'sync_suspended', '0', NULL), (2265, 2, 1736965073, 'auth_ldap', 'ntlmsso_enabled', '0', NULL), (2266, 2, 1736965073, 'auth_ldap', 'ntlmsso_subnet', '', NULL), (2267, 2, 1736965073, 'auth_ldap', 'ntlmsso_ie_fastpath', '0', NULL), (2268, 2, 1736965073, 'auth_ldap', 'ntlmsso_type', 'ntlm', NULL), (2269, 2, 1736965073, 'auth_ldap', 'ntlmsso_remoteuserformat', '', NULL), (2270, 2, 1736965073, 'cachestore_redis', 'test_serializer', '1', NULL), (2271, 2, 1736965073, 'enrol_ldap', 'host_url', '', NULL), (2272, 2, 1736965073, 'enrol_ldap', 'start_tls', '0', NULL), (2273, 2, 1736965073, 'enrol_ldap', 'ldap_version', '3', NULL), (2274, 2, 1736965073, 'enrol_ldap', 'ldapencoding', 'utf-8', NULL), (2275, 2, 1736965073, 'enrol_ldap', 'pagesize', '250', NULL), (2276, 2, 1736965073, 'enrol_ldap', 'bind_dn', '', NULL), (2277, 2, 1736965073, 'enrol_ldap', 'bind_pw', '', NULL), (2278, 2, 1736965073, 'enrol_ldap', 'course_search_sub', '0', NULL), (2279, 2, 1736965073, 'enrol_ldap', 'memberattribute_isdn', '0', NULL), (2280, 2, 1736965073, 'enrol_ldap', 'user_contexts', '', NULL), (2281, 2, 1736965073, 'enrol_ldap', 'user_search_sub', '0', NULL), (2282, 2, 1736965073, 'enrol_ldap', 'user_type', 'default', NULL), (2283, 2, 1736965073, 'enrol_ldap', 'opt_deref', '0', NULL), (2284, 2, 1736965073, 'enrol_ldap', 'idnumber_attribute', '', NULL), (2285, 2, 1736965073, 'enrol_ldap', 'course_idnumber', '', NULL), (2286, 2, 1736965073, 'enrol_ldap', 'course_shortname', '', NULL), (2287, 2, 1736965073, 'enrol_ldap', 'course_fullname', '', NULL), (2288, 2, 1736965073, 'enrol_ldap', 'course_summary', '', NULL), (2289, 2, 1736965073, 'enrol_ldap', 'ignorehiddencourses', '0', NULL), (2290, 2, 1736965073, 'enrol_ldap', 'unenrolaction', '0', NULL), (2291, 2, 1736965073, 'enrol_ldap', 'autocreate', '0', NULL), (2292, 2, 1736965073, 'enrol_ldap', 'category', '3', NULL), (2293, 2, 1736965073, 'enrol_ldap', 'template', '', NULL), (2294, 2, 1736965073, 'enrol_ldap', 'course_shortname_updateonsync', '0', NULL), (2295, 2, 1736965073, 'enrol_ldap', 'course_fullname_updateonsync', '0', NULL), (2296, 2, 1736965073, 'enrol_ldap', 'course_summary_updateonsync', '0', NULL), (2297, 2, 1736965073, 'enrol_ldap', 'nested_groups', '0', NULL), (2298, 2, 1736965073, 'enrol_ldap', 'group_memberofattribute', '', NULL), (2299, 2, 1736965566, NULL, 'lang', 'es', 'en'), (2300, 2, 1736966126, NULL, 'timezone', 'America/Santiago', 'Europe/London'), (2301, 2, 1736966126, NULL, 'forcetimezone', 'America/Santiago', '99'), (2302, 2, 1736966126, NULL, 'country', 'CL', '0'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_config_plugins` -- CREATE TABLE `cocoon_config_plugins` ( `id` bigint NOT NULL, `plugin` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'core', `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Moodle modules and plugins configuration variables'; -- -- Volcado de datos para la tabla `cocoon_config_plugins` -- INSERT INTO `cocoon_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES (1, 'question', 'multichoice_sortorder', '1'), (2, 'question', 'truefalse_sortorder', '2'), (3, 'question', 'match_sortorder', '3'), (4, 'question', 'shortanswer_sortorder', '4'), (5, 'question', 'numerical_sortorder', '5'), (6, 'question', 'essay_sortorder', '6'), (7, 'moodlecourse', 'visible', '1'), (8, 'moodlecourse', 'format', 'topics'), (9, 'moodlecourse', 'maxsections', '52'), (10, 'moodlecourse', 'numsections', '4'), (11, 'moodlecourse', 'hiddensections', '0'), (12, 'moodlecourse', 'coursedisplay', '0'), (13, 'moodlecourse', 'courseenddateenabled', '1'), (14, 'moodlecourse', 'courseduration', '31536000'), (15, 'moodlecourse', 'lang', ''), (16, 'moodlecourse', 'newsitems', '5'), (17, 'moodlecourse', 'showgrades', '1'), (18, 'moodlecourse', 'showreports', '0'), (19, 'moodlecourse', 'maxbytes', '0'), (20, 'moodlecourse', 'enablecompletion', '1'), (21, 'moodlecourse', 'groupmode', '0'), (22, 'moodlecourse', 'groupmodeforce', '0'), (23, 'backup', 'loglifetime', '30'), (24, 'backup', 'backup_general_users', '1'), (25, 'backup', 'backup_general_users_locked', ''), (26, 'backup', 'backup_general_anonymize', '0'), (27, 'backup', 'backup_general_anonymize_locked', ''), (28, 'backup', 'backup_general_role_assignments', '1'), (29, 'backup', 'backup_general_role_assignments_locked', ''), (30, 'backup', 'backup_general_activities', '1'), (31, 'backup', 'backup_general_activities_locked', ''), (32, 'backup', 'backup_general_blocks', '1'), (33, 'backup', 'backup_general_blocks_locked', ''), (34, 'backup', 'backup_general_filters', '1'), (35, 'backup', 'backup_general_filters_locked', ''), (36, 'backup', 'backup_general_comments', '1'), (37, 'backup', 'backup_general_comments_locked', ''), (38, 'backup', 'backup_general_badges', '1'), (39, 'backup', 'backup_general_badges_locked', ''), (40, 'backup', 'backup_general_calendarevents', '1'), (41, 'backup', 'backup_general_calendarevents_locked', ''), (42, 'backup', 'backup_general_userscompletion', '1'), (43, 'backup', 'backup_general_userscompletion_locked', ''), (44, 'backup', 'backup_general_logs', '0'), (45, 'backup', 'backup_general_logs_locked', ''), (46, 'backup', 'backup_general_histories', '0'), (47, 'backup', 'backup_general_histories_locked', ''), (48, 'backup', 'backup_general_questionbank', '1'), (49, 'backup', 'backup_general_questionbank_locked', ''), (50, 'backup', 'backup_general_groups', '1'), (51, 'backup', 'backup_general_groups_locked', ''), (52, 'backup', 'backup_general_competencies', '1'), (53, 'backup', 'backup_general_competencies_locked', ''), (54, 'backup', 'import_general_maxresults', '10'), (55, 'backup', 'import_general_duplicate_admin_allowed', '0'), (56, 'backup', 'backup_import_activities', '1'), (57, 'backup', 'backup_import_activities_locked', ''), (58, 'backup', 'backup_import_blocks', '1'), (59, 'backup', 'backup_import_blocks_locked', ''), (60, 'backup', 'backup_import_filters', '1'), (61, 'backup', 'backup_import_filters_locked', ''), (62, 'backup', 'backup_import_calendarevents', '1'), (63, 'backup', 'backup_import_calendarevents_locked', ''), (64, 'backup', 'backup_import_questionbank', '1'), (65, 'backup', 'backup_import_questionbank_locked', ''), (66, 'backup', 'backup_import_groups', '1'), (67, 'backup', 'backup_import_groups_locked', ''), (68, 'backup', 'backup_import_competencies', '1'), (69, 'backup', 'backup_import_competencies_locked', ''), (70, 'backup', 'backup_auto_active', '0'), (71, 'backup', 'backup_auto_weekdays', '0000000'), (72, 'backup', 'backup_auto_hour', '0'), (73, 'backup', 'backup_auto_minute', '0'), (74, 'backup', 'backup_auto_storage', '0'), (75, 'backup', 'backup_auto_destination', ''), (76, 'backup', 'backup_auto_max_kept', '1'), (77, 'backup', 'backup_auto_delete_days', '0'), (78, 'backup', 'backup_auto_min_kept', '0'), (79, 'backup', 'backup_shortname', '0'), (80, 'backup', 'backup_auto_skip_hidden', '1'), (81, 'backup', 'backup_auto_skip_modif_days', '30'), (82, 'backup', 'backup_auto_skip_modif_prev', '0'), (83, 'backup', 'backup_auto_users', '1'), (84, 'backup', 'backup_auto_role_assignments', '1'), (85, 'backup', 'backup_auto_activities', '1'), (86, 'backup', 'backup_auto_blocks', '1'), (87, 'backup', 'backup_auto_filters', '1'), (88, 'backup', 'backup_auto_comments', '1'), (89, 'backup', 'backup_auto_badges', '1'), (90, 'backup', 'backup_auto_calendarevents', '1'), (91, 'backup', 'backup_auto_userscompletion', '1'), (92, 'backup', 'backup_auto_logs', '0'), (93, 'backup', 'backup_auto_histories', '0'), (94, 'backup', 'backup_auto_questionbank', '1'), (95, 'backup', 'backup_auto_groups', '1'), (96, 'backup', 'backup_auto_competencies', '1'), (97, 'restore', 'restore_general_users', '1'), (98, 'restore', 'restore_general_users_locked', ''), (99, 'restore', 'restore_general_enrolments', '1'), (100, 'restore', 'restore_general_enrolments_locked', ''), (101, 'restore', 'restore_general_role_assignments', '1'), (102, 'restore', 'restore_general_role_assignments_locked', ''), (103, 'restore', 'restore_general_activities', '1'), (104, 'restore', 'restore_general_activities_locked', ''), (105, 'restore', 'restore_general_blocks', '1'), (106, 'restore', 'restore_general_blocks_locked', ''), (107, 'restore', 'restore_general_filters', '1'), (108, 'restore', 'restore_general_filters_locked', ''), (109, 'restore', 'restore_general_comments', '1'), (110, 'restore', 'restore_general_comments_locked', ''), (111, 'restore', 'restore_general_badges', '1'), (112, 'restore', 'restore_general_badges_locked', ''), (113, 'restore', 'restore_general_calendarevents', '1'), (114, 'restore', 'restore_general_calendarevents_locked', ''), (115, 'restore', 'restore_general_userscompletion', '1'), (116, 'restore', 'restore_general_userscompletion_locked', ''), (117, 'restore', 'restore_general_logs', '1'), (118, 'restore', 'restore_general_logs_locked', ''), (119, 'restore', 'restore_general_histories', '1'), (120, 'restore', 'restore_general_histories_locked', ''), (121, 'restore', 'restore_general_groups', '1'), (122, 'restore', 'restore_general_groups_locked', ''), (123, 'restore', 'restore_general_competencies', '1'), (124, 'restore', 'restore_general_competencies_locked', ''), (125, 'restore', 'restore_merge_overwrite_conf', '0'), (126, 'restore', 'restore_merge_overwrite_conf_locked', ''), (127, 'restore', 'restore_merge_course_fullname', '1'), (128, 'restore', 'restore_merge_course_fullname_locked', ''), (129, 'restore', 'restore_merge_course_shortname', '1'), (130, 'restore', 'restore_merge_course_shortname_locked', ''), (131, 'restore', 'restore_merge_course_startdate', '1'), (132, 'restore', 'restore_merge_course_startdate_locked', ''), (133, 'restore', 'restore_replace_overwrite_conf', '0'), (134, 'restore', 'restore_replace_overwrite_conf_locked', ''), (135, 'restore', 'restore_replace_course_fullname', '1'), (136, 'restore', 'restore_replace_course_fullname_locked', ''), (137, 'restore', 'restore_replace_course_shortname', '1'), (138, 'restore', 'restore_replace_course_shortname_locked', ''), (139, 'restore', 'restore_replace_course_startdate', '1'), (140, 'restore', 'restore_replace_course_startdate_locked', ''), (141, 'restore', 'restore_replace_keep_roles_and_enrolments', '0'), (142, 'restore', 'restore_replace_keep_roles_and_enrolments_locked', ''), (143, 'restore', 'restore_replace_keep_groups_and_groupings', '0'), (144, 'restore', 'restore_replace_keep_groups_and_groupings_locked', ''), (145, 'backup', 'backup_async_message_users', '0'), (146, 'backup', 'backup_async_message_subject', 'Moodle {operation} completed successfully'), (147, 'backup', 'backup_async_message', 'Hi {user_firstname},
Your {operation} (ID: {backupid}) has completed successfully.

You can access it here: {link}.'), (148, 'analytics', 'modeinstruction', ''), (149, 'analytics', 'percentonline', '0'), (150, 'analytics', 'typeinstitution', ''), (151, 'analytics', 'levelinstitution', ''), (152, 'analytics', 'predictionsprocessor', '\\mlbackend_php\\processor'), (153, 'analytics', 'defaulttimesplittingsevaluation', '\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'), (154, 'analytics', 'modeloutputdir', ''), (155, 'analytics', 'onlycli', '1'), (156, 'analytics', 'modeltimelimit', '1200'), (157, 'core_competency', 'enabled', '1'), (158, 'core_competency', 'pushcourseratingstouserplans', '1'), (159, 'cachestore_apcu', 'testperformance', '0'), (160, 'cachestore_memcached', 'testservers', ''), (161, 'cachestore_mongodb', 'testserver', ''), (162, 'cachestore_redis', 'test_server', ''), (163, 'cachestore_redis', 'test_password', ''), (164, 'question_preview', 'behaviour', 'deferredfeedback'), (165, 'question_preview', 'correctness', '1'), (166, 'question_preview', 'marks', '2'), (167, 'question_preview', 'markdp', '2'), (168, 'question_preview', 'feedback', '1'), (169, 'question_preview', 'generalfeedback', '1'), (170, 'question_preview', 'rightanswer', '1'), (171, 'question_preview', 'history', '0'), (172, 'tool_task', 'enablerunnow', '1'), (173, 'theme_boost', 'preset', 'default.scss'), (174, 'theme_boost', 'presetfiles', ''), (175, 'theme_boost', 'backgroundimage', ''), (176, 'theme_boost', 'brandcolor', ''), (177, 'theme_boost', 'scsspre', ''), (178, 'theme_boost', 'scss', ''), (179, 'theme_classic', 'navbardark', '0'), (180, 'theme_classic', 'preset', 'default.scss'), (181, 'theme_classic', 'presetfiles', ''), (182, 'theme_classic', 'backgroundimage', ''), (183, 'theme_classic', 'brandcolor', ''), (184, 'theme_classic', 'scsspre', ''), (185, 'theme_classic', 'scss', ''), (186, 'core_admin', 'logo', '/header-logo.png'), (187, 'core_admin', 'logocompact', ''), (188, 'antivirus_clamav', 'version', '2022041900'), (189, 'availability_completion', 'version', '2022041900'), (190, 'availability_date', 'version', '2022041900'), (191, 'availability_grade', 'version', '2022041900'), (192, 'availability_group', 'version', '2022041900'), (193, 'availability_grouping', 'version', '2022041900'), (194, 'availability_profile', 'version', '2022041900'), (195, 'qtype_calculated', 'version', '2022041900'), (196, 'qtype_calculatedmulti', 'version', '2022041900'), (197, 'qtype_calculatedsimple', 'version', '2022041900'), (198, 'qtype_ddimageortext', 'version', '2022041900'), (199, 'qtype_ddmarker', 'version', '2022041900'), (200, 'qtype_ddwtos', 'version', '2022041900'), (201, 'qtype_description', 'version', '2022041900'), (202, 'qtype_essay', 'version', '2022041900'), (203, 'qtype_gapselect', 'version', '2022041900'), (204, 'qtype_match', 'version', '2022041900'), (205, 'qtype_missingtype', 'version', '2022041900'), (206, 'qtype_multianswer', 'version', '2022041900'), (207, 'qtype_multichoice', 'version', '2022041900'), (208, 'qtype_numerical', 'version', '2022041900'), (209, 'qtype_random', 'version', '2022041900'), (210, 'qtype_randomsamatch', 'version', '2022041900'), (211, 'qtype_shortanswer', 'version', '2022041900'), (212, 'qtype_truefalse', 'version', '2022041900'), (213, 'mod_assign', 'version', '2022041900'), (214, 'mod_assignment', 'version', '2022041900'), (216, 'mod_book', 'version', '2022041900'), (217, 'mod_chat', 'version', '2022041900'), (218, 'mod_choice', 'version', '2022041900'), (219, 'mod_data', 'version', '2022041900'), (220, 'mod_feedback', 'version', '2022041900'), (222, 'mod_folder', 'version', '2022041900'), (224, 'mod_forum', 'version', '2022041900'), (225, 'mod_glossary', 'version', '2022041900'), (226, 'mod_imscp', 'version', '2022041900'), (228, 'mod_label', 'version', '2022041900'), (229, 'mod_lesson', 'version', '2022041900'), (230, 'mod_lti', 'version', '2022041900'), (232, 'mod_lti', 'kid', '6f6d98158ec191fcae60'), (233, 'mod_lti', 'privatekey', '-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDaeqJGkPf+tC3P\neryitwR7rc4+4Y8H7p7p+JyG2xGruo9PiR7ga6ZUai7m8y18d+u2Zb33oqA/pDtL\nw2S+C54znxx4jTqj0yOE03rBcq3PK/DaBOmqvcDnuYzuxj0pwYRnctfy7edCtFBH\nxVnIDZmehvS9NAzJQ6QL7P5XBb0RHyJ0N0eZiMSj3QOeuXuBIxKAUVoWovnJiBcN\nORRwVE4ShWtxEWKX2GrEjLTE2XQfSXM6AfPQjpTOoeKrBBkUsRxGNoCr7Pvq7e/M\nZGfQ1OWu+w/IJ7sX+1pSZPprt9XCHXlLd+Nm3oOLkrrj1OT+1MLvdifHbRlxbywd\n7eimEmldAgMBAAECggEARW/mdWELwKLJUIDkxR4/yYMi4q9TgyTe0uPV87Jaembv\nt0qQSqlMEtYwk+xDz6RZgP3zE2pXXgK3acvvD8uneyadqN7R/VFUn5mLEUJ+ZTLE\n+LXJAiAO2FcLqLPOqp+7khlY8veToYqnXTgm4cMYyN6BmESbr7fUwomPCF9liLPz\nK6HUKutZODuooHnGZ/K2BgzzigRr0Nbzboen3g8HpRs5feKYQATM09DrGUXuw2ie\ngfqczcd739swBGx4s8KG7zmCD35X3+Ij2h3ZFRjpjUkByx6jTDdwEKq2P2RC5k28\nAfDRxK4iMdP7mE6YrLRiIjdY95xBVQYqiD64RPcrLQKBgQDvK03K2sexk3BYkMPX\nd7o+IkebkwPPpNTUgvcYpJJ+S+PoYVsEWbXd4awFL40Gk2Bwe72M29A6qJh9vMvB\nulqTCVymRaeZhOOSK3yFQc6Rc0zFa6b/RtMHkDfvm+gtk1Pl2kdK/ezSxVqg/e7H\n68YNVdYxeU9hKUbNA9LltJn5SwKBgQDp2pePlvN2y3z95CeHk0JJZqRKav3wbHe4\nnAqGEXVFCdZXekuGUI7R2m/rytLTH6/o6dXzGbXD6rvnYyV8Z/QBpr2xI9w1pVlV\n9+bsg8RCYoMZud5xq31+TXrXrojMXxsoJksVx56VVHfF+XzYXdUeKSkMelKOwsyN\n3/GJbi1m9wKBgFRxYqcDtcvxtZHfkvXpdN1pNwUr1AWlOevKTbnqqTpkSxSKAxu3\nHOo5OoYeMtmmgT9VwSgRmCSN0EFcvkgpJr+RZ5/hKfqfG8ZJCk72XBuorOtrRewN\nsoaSGd3EmyY0RUP7XH6SxuHoAkajQYJesW+V5elT3n38l93cwsKNkGufAoGAaXpn\nEiUL+3EdF4dpLQWGyIS7ZbWMhHzoIyR+uqn1MwaU3zASEKsVQCI+iSQao4+PUIbo\nMZZPHecqidt2dP6OWJBUzylVkfzapqQCTHvCcg7tAxWK98pZ+DYKSm421bewEBP1\nmgVHyiMnQuydGxp3nfsCwNYLlsjWasevskU3xVECgYEA6jqhC57ibx3Yddj3TYp8\nsyG5q4Dl7Us4qvnHSHQuLk2FgtQqCxpWEpdMYknPZG2lrcseUbAaAu0AeSYM4m8i\nfDOLcmrmoEZ3lVFOMYhir8FDIWV27IqfTcTW5C4fKqSAJ00lTkmwliYETemqN77h\n1TrvuvJX8cz38Dfudu12b4w=\n-----END PRIVATE KEY-----\n'), (234, 'mod_page', 'version', '2022041900'), (236, 'mod_quiz', 'version', '2022041900'), (237, 'mod_resource', 'version', '2022041900'), (238, 'mod_scorm', 'version', '2022041900'), (239, 'mod_survey', 'version', '2022041900'), (241, 'mod_url', 'version', '2022041900'), (243, 'mod_wiki', 'version', '2022041900'), (245, 'mod_workshop', 'version', '2022041900'), (246, 'auth_cas', 'version', '2022041900'), (248, 'auth_db', 'version', '2022041900'), (250, 'auth_email', 'version', '2022041900'), (251, 'auth_ldap', 'version', '2022041900'), (253, 'auth_lti', 'version', '2022041900'), (254, 'auth_manual', 'version', '2022041900'), (255, 'auth_mnet', 'version', '2022041900'), (257, 'auth_nologin', 'version', '2022041900'), (258, 'auth_none', 'version', '2022041900'), (259, 'auth_oauth2', 'version', '2022041900'), (260, 'auth_shibboleth', 'version', '2022041900'), (262, 'auth_webservice', 'version', '2022041900'), (263, 'calendartype_gregorian', 'version', '2022041900'), (264, 'customfield_checkbox', 'version', '2022041900'), (265, 'customfield_date', 'version', '2022041900'), (266, 'customfield_select', 'version', '2022041900'), (267, 'customfield_text', 'version', '2022041900'), (268, 'customfield_textarea', 'version', '2022041900'), (269, 'enrol_category', 'version', '2022041900'), (271, 'enrol_cohort', 'version', '2022041900'), (272, 'enrol_database', 'version', '2022041900'), (274, 'enrol_flatfile', 'version', '2022041900'), (276, 'enrol_flatfile', 'map_1', 'manager'), (277, 'enrol_flatfile', 'map_2', 'coursecreator'), (278, 'enrol_flatfile', 'map_3', 'editingteacher'), (279, 'enrol_flatfile', 'map_4', 'teacher'), (280, 'enrol_flatfile', 'map_5', 'student'), (281, 'enrol_flatfile', 'map_6', 'guest'), (282, 'enrol_flatfile', 'map_7', 'user'), (283, 'enrol_flatfile', 'map_8', 'frontpage'), (284, 'enrol_guest', 'version', '2022041900'), (285, 'enrol_imsenterprise', 'version', '2022041900'), (287, 'enrol_ldap', 'version', '2022041900'), (289, 'enrol_lti', 'version', '2022041900'), (290, 'enrol_manual', 'version', '2022041900'), (292, 'enrol_meta', 'version', '2022041900'), (294, 'enrol_mnet', 'version', '2022041900'), (295, 'enrol_paypal', 'version', '2022041900'), (296, 'enrol_self', 'version', '2022041900'), (298, 'message_airnotifier', 'version', '2022041900'), (348, 'message_email', 'version', '2022041900'), (451, 'message_popup', 'version', '2022041900'), (485, 'block_activity_modules', 'version', '2022041900'), (486, 'block_activity_results', 'version', '2022041900'), (487, 'block_admin_bookmarks', 'version', '2022041900'), (488, 'block_badges', 'version', '2022041900'), (489, 'block_blog_menu', 'version', '2022041900'), (490, 'block_blog_recent', 'version', '2022041900'), (491, 'block_blog_tags', 'version', '2022041900'), (492, 'block_calendar_month', 'version', '2022041901'), (493, 'block_calendar_upcoming', 'version', '2022041900'), (494, 'block_comments', 'version', '2022041900'), (496, 'block_completionstatus', 'version', '2022041900'), (497, 'block_course_list', 'version', '2022041900'), (498, 'block_course_summary', 'version', '2022041900'), (499, 'block_feedback', 'version', '2022041900'), (501, 'block_globalsearch', 'version', '2022041900'), (502, 'block_glossary_random', 'version', '2022041900'), (503, 'block_html', 'version', '2022041900'), (504, 'block_login', 'version', '2022041900'), (505, 'block_lp', 'version', '2022041900'), (506, 'block_mentees', 'version', '2022041900'), (507, 'block_mnet_hosts', 'version', '2022041900'), (508, 'block_myoverview', 'version', '2022041901'), (509, 'block_myprofile', 'version', '2022041900'), (510, 'block_navigation', 'version', '2022041900'), (511, 'block_news_items', 'version', '2022041900'), (512, 'block_online_users', 'version', '2022041900'), (514, 'block_private_files', 'version', '2022041900'), (517, 'block_recent_activity', 'version', '2022041900'), (518, 'block_recentlyaccessedcourses', 'version', '2022041900'), (520, 'block_recentlyaccesseditems', 'version', '2022041901'), (521, 'block_rss_client', 'version', '2022041900'), (522, 'block_search_forums', 'version', '2022041900'), (523, 'block_section_links', 'version', '2022041900'), (524, 'block_selfcompletion', 'version', '2022041900'), (525, 'block_settings', 'version', '2022041900'), (526, 'block_site_main_menu', 'version', '2022041900'), (527, 'block_social_activities', 'version', '2022041900'), (528, 'block_starredcourses', 'version', '2022041900'), (529, 'block_tag_flickr', 'version', '2022041900'), (530, 'block_tag_youtube', 'version', '2022041900'), (532, 'block_tags', 'version', '2022041900'), (533, 'block_timeline', 'version', '2022041901'), (535, 'media_html5audio', 'version', '2022041900'), (536, 'media_html5video', 'version', '2022041900'), (538, 'media_videojs', 'version', '2022041900'), (539, 'media_vimeo', 'version', '2022041900'), (540, 'media_youtube', 'version', '2022041900'), (541, 'filter_activitynames', 'version', '2022041900'), (543, 'filter_algebra', 'version', '2022041900'), (545, 'filter_data', 'version', '2022041900'), (547, 'filter_emailprotect', 'version', '2022041900'), (548, 'filter_emoticon', 'version', '2022041900'), (549, 'filter_glossary', 'version', '2022041900'), (551, 'filter_mathjaxloader', 'version', '2022041900'), (553, 'filter_mediaplugin', 'version', '2022041900'), (555, 'filter_multilang', 'version', '2022041900'), (556, 'filter_tex', 'version', '2022041900'), (558, 'filter_tidy', 'version', '2022041900'), (559, 'filter_urltolink', 'version', '2022041900'), (560, 'editor_atto', 'version', '2022041900'), (562, 'editor_textarea', 'version', '2022041900'), (563, 'editor_tinymce', 'version', '2022041900'), (564, 'format_singleactivity', 'version', '2022041900'), (565, 'format_social', 'version', '2022041900'), (566, 'format_topics', 'version', '2022041900'), (567, 'format_weeks', 'version', '2022041900'), (568, 'dataformat_csv', 'version', '2022041900'), (569, 'dataformat_excel', 'version', '2022041900'), (570, 'dataformat_html', 'version', '2022041900'), (571, 'dataformat_json', 'version', '2022041900'), (572, 'dataformat_ods', 'version', '2022041900'), (573, 'dataformat_pdf', 'version', '2022041900'), (574, 'profilefield_checkbox', 'version', '2022041900'), (575, 'profilefield_datetime', 'version', '2022041900'), (576, 'profilefield_menu', 'version', '2022041900'), (577, 'profilefield_text', 'version', '2022041900'), (578, 'profilefield_textarea', 'version', '2022041900'), (579, 'report_backups', 'version', '2022041900'), (580, 'report_competency', 'version', '2022041900'), (581, 'report_completion', 'version', '2022041900'), (583, 'report_configlog', 'version', '2022041900'), (584, 'report_courseoverview', 'version', '2022041900'), (585, 'report_eventlist', 'version', '2022041900'), (586, 'report_insights', 'version', '2022041900'), (587, 'report_log', 'version', '2022041900'), (589, 'report_loglive', 'version', '2022041900'), (590, 'report_outline', 'version', '2022041900'), (592, 'report_participation', 'version', '2022041900'), (594, 'report_performance', 'version', '2022041900'), (595, 'report_progress', 'version', '2022041900'), (597, 'report_questioninstances', 'version', '2022041900'), (598, 'report_security', 'version', '2022041900'), (599, 'report_stats', 'version', '2022041900'), (601, 'report_usersessions', 'version', '2022041900'), (602, 'gradeexport_ods', 'version', '2022041900'), (603, 'gradeexport_txt', 'version', '2022041900'), (604, 'gradeexport_xls', 'version', '2022041900'), (605, 'gradeexport_xml', 'version', '2022041900'), (606, 'gradeimport_csv', 'version', '2022041900'), (607, 'gradeimport_direct', 'version', '2022041900'), (608, 'gradeimport_xml', 'version', '2022041900'), (609, 'gradereport_grader', 'version', '2022041900'), (610, 'gradereport_history', 'version', '2022041900'), (611, 'gradereport_outcomes', 'version', '2022041900'), (612, 'gradereport_overview', 'version', '2022041900'), (613, 'gradereport_singleview', 'version', '2022041900'), (614, 'gradereport_user', 'version', '2022041900'), (615, 'gradingform_guide', 'version', '2022041900'), (616, 'gradingform_rubric', 'version', '2022041900'), (617, 'mlbackend_php', 'version', '2022041900'), (618, 'mlbackend_python', 'version', '2022041900'), (619, 'mnetservice_enrol', 'version', '2022041900'), (620, 'webservice_rest', 'version', '2022041900'), (621, 'webservice_soap', 'version', '2022041900'), (622, 'webservice_xmlrpc', 'version', '2022041900'), (623, 'repository_areafiles', 'version', '2022041900'), (625, 'areafiles', 'enablecourseinstances', '0'), (626, 'areafiles', 'enableuserinstances', '0'), (628, 'repository_coursefiles', 'version', '2022041900'), (629, 'repository_dropbox', 'version', '2022041900'), (630, 'repository_equella', 'version', '2022041900'), (631, 'repository_filesystem', 'version', '2022041900'), (632, 'repository_flickr', 'version', '2022041900'), (633, 'repository_flickr_public', 'version', '2022041900'), (634, 'repository_googledocs', 'version', '2022041900'), (635, 'repository_local', 'version', '2022041900'), (637, 'local', 'enablecourseinstances', '0'), (638, 'local', 'enableuserinstances', '0'), (639, 'repository_merlot', 'version', '2022041900'), (640, 'repository_nextcloud', 'version', '2022041900'), (641, 'repository_onedrive', 'version', '2022041900'), (643, 'repository_recent', 'version', '2022041900'), (645, 'recent', 'enablecourseinstances', '0'), (646, 'recent', 'enableuserinstances', '0'), (647, 'repository_s3', 'version', '2022041900'), (649, 'repository_upload', 'version', '2022041900'), (651, 'upload', 'enablecourseinstances', '0'), (652, 'upload', 'enableuserinstances', '0'), (653, 'repository_url', 'version', '2022041900'), (655, 'url', 'enablecourseinstances', '0'), (656, 'url', 'enableuserinstances', '0'), (657, 'repository_user', 'version', '2022041900'), (659, 'user', 'enablecourseinstances', '0'), (660, 'user', 'enableuserinstances', '0'), (661, 'repository_webdav', 'version', '2022041900'), (662, 'repository_wikimedia', 'version', '2022041900'), (664, 'wikimedia', 'enablecourseinstances', '0'), (665, 'wikimedia', 'enableuserinstances', '0'), (666, 'repository_youtube', 'version', '2022041900'), (669, 'portfolio_download', 'version', '2022041900'), (670, 'portfolio_flickr', 'version', '2022041900'), (671, 'portfolio_googledocs', 'version', '2022041900'), (672, 'portfolio_mahara', 'version', '2022041900'), (674, 'search_simpledb', 'version', '2022041900'), (676, 'search_solr', 'version', '2022041900'), (677, 'qbehaviour_adaptive', 'version', '2022041900'), (678, 'qbehaviour_adaptivenopenalty', 'version', '2022041900'), (679, 'qbehaviour_deferredcbm', 'version', '2022041900'), (680, 'qbehaviour_deferredfeedback', 'version', '2022041900'), (681, 'qbehaviour_immediatecbm', 'version', '2022041900'), (682, 'qbehaviour_immediatefeedback', 'version', '2022041900'), (683, 'qbehaviour_informationitem', 'version', '2022041900'), (684, 'qbehaviour_interactive', 'version', '2022041900'), (685, 'qbehaviour_interactivecountback', 'version', '2022041900'), (686, 'qbehaviour_manualgraded', 'version', '2022041900'), (688, 'question', 'disabledbehaviours', 'manualgraded'), (689, 'qbehaviour_missing', 'version', '2022041900'), (690, 'qformat_aiken', 'version', '2022041900'), (691, 'qformat_blackboard_six', 'version', '2022041900'), (693, 'qformat_gift', 'version', '2022041900'), (694, 'qformat_missingword', 'version', '2022041900'), (695, 'qformat_multianswer', 'version', '2022041900'), (697, 'qformat_xhtml', 'version', '2022041900'), (698, 'qformat_xml', 'version', '2022041900'), (699, 'tool_analytics', 'version', '2022041900'), (700, 'tool_availabilityconditions', 'version', '2022041900'), (701, 'tool_behat', 'version', '2022041900'), (702, 'tool_capability', 'version', '2022041900'), (703, 'tool_cohortroles', 'version', '2022041900'), (704, 'tool_customlang', 'version', '2022041900'), (706, 'tool_dataprivacy', 'version', '2022041900'), (725, 'tool_dbtransfer', 'version', '2022041900'), (726, 'tool_filetypes', 'version', '2022041900'), (727, 'tool_generator', 'version', '2022041900'), (729, 'tool_httpsreplace', 'version', '2022041900'), (730, 'tool_innodb', 'version', '2022041900'), (731, 'tool_installaddon', 'version', '2022041900'), (732, 'tool_langimport', 'version', '2022041900'), (733, 'tool_log', 'version', '2022041900'), (735, 'tool_log', 'enabled_stores', 'logstore_standard'), (736, 'tool_lp', 'version', '2022041900'), (737, 'tool_lpimportcsv', 'version', '2022041900'), (738, 'tool_lpmigrate', 'version', '2022041900'), (739, 'tool_messageinbound', 'version', '2022041900'), (758, 'tool_mobile', 'version', '2022041900'), (759, 'tool_monitor', 'version', '2022041900'), (766, 'tool_multilangupgrade', 'version', '2022041900'), (767, 'tool_oauth2', 'version', '2022041900'), (768, 'tool_phpunit', 'version', '2022041900'), (769, 'tool_policy', 'version', '2022041900'), (770, 'tool_profiling', 'version', '2022041900'), (771, 'tool_recyclebin', 'version', '2022041900'), (772, 'tool_replace', 'version', '2022041900'), (773, 'tool_spamcleaner', 'version', '2022041900'), (774, 'tool_task', 'version', '2022041900'), (775, 'tool_templatelibrary', 'version', '2022041900'), (776, 'tool_unsuproles', 'version', '2022041900'), (778, 'tool_uploadcourse', 'version', '2022041900'), (779, 'tool_uploaduser', 'version', '2022041900'), (780, 'tool_usertours', 'version', '2022041900'), (782, 'tool_xmldb', 'version', '2022041900'), (783, 'cachestore_apcu', 'version', '2022041900'), (784, 'cachestore_file', 'version', '2022041900'), (785, 'cachestore_memcached', 'version', '2022041900'), (786, 'cachestore_mongodb', 'version', '2022041900'), (787, 'cachestore_redis', 'version', '2022041900'), (788, 'cachestore_session', 'version', '2022041900'), (789, 'cachestore_static', 'version', '2022041900'), (790, 'cachelock_file', 'version', '2022041900'), (791, 'fileconverter_googledrive', 'version', '2022041900'), (792, 'fileconverter_unoconv', 'version', '2022041900'), (794, 'theme_boost', 'version', '2022041900'), (795, 'theme_classic', 'version', '2022041900'), (796, 'assignsubmission_comments', 'version', '2022041900'), (798, 'assignsubmission_file', 'sortorder', '1'), (799, 'assignsubmission_comments', 'sortorder', '2'), (800, 'assignsubmission_onlinetext', 'sortorder', '0'), (801, 'assignsubmission_file', 'version', '2022041900'), (802, 'assignsubmission_onlinetext', 'version', '2022041900'), (804, 'assignfeedback_comments', 'version', '2022041900'), (806, 'assignfeedback_comments', 'sortorder', '0'), (807, 'assignfeedback_editpdf', 'sortorder', '1'), (808, 'assignfeedback_file', 'sortorder', '3'), (809, 'assignfeedback_offline', 'sortorder', '2'), (810, 'assignfeedback_editpdf', 'version', '2022041900'), (812, 'assignfeedback_file', 'version', '2022041900'), (814, 'assignfeedback_offline', 'version', '2022041900'), (815, 'assignment_offline', 'version', '2022041900'), (816, 'assignment_online', 'version', '2022041900'), (817, 'assignment_upload', 'version', '2022041900'), (818, 'assignment_uploadsingle', 'version', '2022041900'), (819, 'booktool_exportimscp', 'version', '2022041900'), (820, 'booktool_importhtml', 'version', '2022041900'), (821, 'booktool_print', 'version', '2022041900'), (822, 'datafield_checkbox', 'version', '2022041900'), (823, 'datafield_date', 'version', '2022041900'), (824, 'datafield_file', 'version', '2022041900'), (825, 'datafield_latlong', 'version', '2022041900'), (826, 'datafield_menu', 'version', '2022041900'), (827, 'datafield_multimenu', 'version', '2022041900'), (828, 'datafield_number', 'version', '2022041900'), (829, 'datafield_picture', 'version', '2022041900'), (830, 'datafield_radiobutton', 'version', '2022041900'), (831, 'datafield_text', 'version', '2022041900'), (832, 'datafield_textarea', 'version', '2022041900'), (833, 'datafield_url', 'version', '2022041900'), (834, 'datapreset_imagegallery', 'version', '2022041900'), (835, 'ltiservice_basicoutcomes', 'version', '2022041900'), (836, 'ltiservice_gradebookservices', 'version', '2022041900'), (837, 'ltiservice_memberships', 'version', '2022041900'), (838, 'ltiservice_profile', 'version', '2022041900'), (839, 'ltiservice_toolproxy', 'version', '2022041900'), (840, 'ltiservice_toolsettings', 'version', '2022041900'), (841, 'quiz_grading', 'version', '2022041900'), (843, 'quiz_overview', 'version', '2022041900'), (845, 'quiz_responses', 'version', '2022041900'), (847, 'quiz_statistics', 'version', '2022041900'), (849, 'quizaccess_delaybetweenattempts', 'version', '2022041900'), (850, 'quizaccess_ipaddress', 'version', '2022041900'), (851, 'quizaccess_numattempts', 'version', '2022041900'), (852, 'quizaccess_offlineattempts', 'version', '2022041900'), (853, 'quizaccess_openclosedate', 'version', '2022041900'), (854, 'quizaccess_password', 'version', '2022041900'), (856, 'quizaccess_securewindow', 'version', '2022041900'), (857, 'quizaccess_timelimit', 'version', '2022041900'), (858, 'scormreport_basic', 'version', '2022041900'), (859, 'scormreport_graphs', 'version', '2022041900'), (860, 'scormreport_interactions', 'version', '2022041900'), (861, 'scormreport_objectives', 'version', '2022041900'), (862, 'workshopform_accumulative', 'version', '2022041900'), (864, 'workshopform_comments', 'version', '2022041900'), (866, 'workshopform_numerrors', 'version', '2022041900'), (868, 'workshopform_rubric', 'version', '2022041900'), (870, 'workshopallocation_manual', 'version', '2022041900'), (871, 'workshopallocation_random', 'version', '2022041900'), (872, 'workshopallocation_scheduled', 'version', '2022041900'), (873, 'workshopeval_best', 'version', '2022041900'), (874, 'atto_accessibilitychecker', 'version', '2022041900'), (875, 'atto_accessibilityhelper', 'version', '2022041900'), (876, 'atto_align', 'version', '2022041900'), (877, 'atto_backcolor', 'version', '2022041900'), (878, 'atto_bold', 'version', '2022041900'), (879, 'atto_charmap', 'version', '2022041900'), (880, 'atto_clear', 'version', '2022041900'), (881, 'atto_collapse', 'version', '2022041900'), (882, 'atto_emoticon', 'version', '2022041900'), (883, 'atto_equation', 'version', '2022041900'), (884, 'atto_fontcolor', 'version', '2022041900'), (885, 'atto_html', 'version', '2022041900'), (886, 'atto_image', 'version', '2022041900'), (887, 'atto_indent', 'version', '2022041900'), (888, 'atto_italic', 'version', '2022041900'), (889, 'atto_link', 'version', '2022041900'), (890, 'atto_managefiles', 'version', '2022041900'), (891, 'atto_media', 'version', '2022041900'), (892, 'atto_noautolink', 'version', '2022041900'), (893, 'atto_orderedlist', 'version', '2022041900'), (894, 'atto_recordrtc', 'version', '2022041900'), (895, 'atto_rtl', 'version', '2022041900'), (896, 'atto_strike', 'version', '2022041900'), (897, 'atto_subscript', 'version', '2022041900'), (898, 'atto_superscript', 'version', '2022041900'), (899, 'atto_table', 'version', '2022041900'), (900, 'atto_title', 'version', '2022041900'), (901, 'atto_underline', 'version', '2022041900'), (902, 'atto_undo', 'version', '2022041900'), (903, 'atto_unorderedlist', 'version', '2022041900'), (904, 'tinymce_ctrlhelp', 'version', '2022041900'), (905, 'tinymce_managefiles', 'version', '2022041900'), (906, 'tinymce_moodleemoticon', 'version', '2022041900'), (907, 'tinymce_moodleimage', 'version', '2022041900'), (908, 'tinymce_moodlemedia', 'version', '2022041900'), (909, 'tinymce_moodlenolink', 'version', '2022041900'), (910, 'tinymce_pdw', 'version', '2022041900'), (911, 'tinymce_spellchecker', 'version', '2022041900'), (913, 'tinymce_wrap', 'version', '2022041900'), (914, 'logstore_database', 'version', '2022041900'), (915, 'logstore_legacy', 'version', '2022041900'), (916, 'logstore_standard', 'version', '2022041900'), (917, 'tool_dataprivacy', 'contactdataprotectionofficer', '0'), (918, 'tool_dataprivacy', 'automaticdeletionrequests', '1'), (919, 'tool_dataprivacy', 'privacyrequestexpiry', '604800'), (920, 'tool_dataprivacy', 'requireallenddatesforuserdeletion', '1'), (921, 'tool_dataprivacy', 'showdataretentionsummary', '1'), (922, 'tool_log', 'exportlog', '1'), (923, 'analytics', 'logstore', 'logstore_standard'), (924, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments'), (925, 'assign', 'showrecentsubmissions', '0'), (926, 'assign', 'submissionreceipts', '1'), (927, 'assign', 'submissionstatement', 'This submission is my own work, except where I have acknowledged the use of the works of other people.'), (928, 'assign', 'submissionstatementteamsubmission', 'This submission is the work of my group, except where we have acknowledged the use of the works of other people.'), (929, 'assign', 'submissionstatementteamsubmissionallsubmit', 'This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.'), (930, 'assign', 'maxperpage', '-1'), (931, 'assign', 'alwaysshowdescription', '1'), (932, 'assign', 'alwaysshowdescription_adv', ''), (933, 'assign', 'alwaysshowdescription_locked', ''), (934, 'assign', 'allowsubmissionsfromdate', '0'), (935, 'assign', 'allowsubmissionsfromdate_enabled', '1'), (936, 'assign', 'allowsubmissionsfromdate_adv', ''), (937, 'assign', 'duedate', '604800'), (938, 'assign', 'duedate_enabled', '1'), (939, 'assign', 'duedate_adv', ''), (940, 'assign', 'cutoffdate', '1209600'), (941, 'assign', 'cutoffdate_enabled', ''), (942, 'assign', 'cutoffdate_adv', ''), (943, 'assign', 'gradingduedate', '1209600'), (944, 'assign', 'gradingduedate_enabled', '1'), (945, 'assign', 'gradingduedate_adv', ''), (946, 'assign', 'submissiondrafts', '0'), (947, 'assign', 'submissiondrafts_adv', ''), (948, 'assign', 'submissiondrafts_locked', ''), (949, 'assign', 'requiresubmissionstatement', '0'), (950, 'assign', 'requiresubmissionstatement_adv', ''), (951, 'assign', 'requiresubmissionstatement_locked', ''), (952, 'assign', 'attemptreopenmethod', 'none'), (953, 'assign', 'attemptreopenmethod_adv', ''), (954, 'assign', 'attemptreopenmethod_locked', ''), (955, 'assign', 'maxattempts', '-1'), (956, 'assign', 'maxattempts_adv', ''), (957, 'assign', 'maxattempts_locked', ''), (958, 'assign', 'teamsubmission', '0'), (959, 'assign', 'teamsubmission_adv', ''), (960, 'assign', 'teamsubmission_locked', ''), (961, 'assign', 'preventsubmissionnotingroup', '0'), (962, 'assign', 'preventsubmissionnotingroup_adv', ''), (963, 'assign', 'preventsubmissionnotingroup_locked', ''), (964, 'assign', 'requireallteammemberssubmit', '0'), (965, 'assign', 'requireallteammemberssubmit_adv', ''), (966, 'assign', 'requireallteammemberssubmit_locked', ''), (967, 'assign', 'teamsubmissiongroupingid', ''), (968, 'assign', 'teamsubmissiongroupingid_adv', ''), (969, 'assign', 'sendnotifications', '0'), (970, 'assign', 'sendnotifications_adv', ''), (971, 'assign', 'sendnotifications_locked', ''), (972, 'assign', 'sendlatenotifications', '0'), (973, 'assign', 'sendlatenotifications_adv', ''), (974, 'assign', 'sendlatenotifications_locked', ''), (975, 'assign', 'sendstudentnotifications', '1'), (976, 'assign', 'sendstudentnotifications_adv', ''), (977, 'assign', 'sendstudentnotifications_locked', ''), (978, 'assign', 'blindmarking', '0'), (979, 'assign', 'blindmarking_adv', ''), (980, 'assign', 'blindmarking_locked', ''), (981, 'assign', 'hidegrader', '0'), (982, 'assign', 'hidegrader_adv', ''), (983, 'assign', 'hidegrader_locked', ''), (984, 'assign', 'markingworkflow', '0'), (985, 'assign', 'markingworkflow_adv', ''), (986, 'assign', 'markingworkflow_locked', ''), (987, 'assign', 'markingallocation', '0'), (988, 'assign', 'markingallocation_adv', ''), (989, 'assign', 'markingallocation_locked', ''), (990, 'assignsubmission_file', 'default', '1'), (991, 'assignsubmission_file', 'maxfiles', '20'), (992, 'assignsubmission_file', 'filetypes', ''), (993, 'assignsubmission_file', 'maxbytes', '0'), (994, 'assignsubmission_onlinetext', 'default', '0'), (995, 'assignfeedback_comments', 'default', '1'), (996, 'assignfeedback_comments', 'inline', '0'), (997, 'assignfeedback_comments', 'inline_adv', ''), (998, 'assignfeedback_comments', 'inline_locked', ''), (999, 'assignfeedback_editpdf', 'default', '1'), (1000, 'assignfeedback_editpdf', 'stamps', ''), (1001, 'assignfeedback_file', 'default', '0'), (1002, 'assignfeedback_offline', 'default', '0'), (1003, 'book', 'numberingoptions', '0,1,2,3'), (1004, 'book', 'navoptions', '0,1,2'), (1005, 'book', 'numbering', '1'), (1006, 'book', 'navstyle', '1'), (1007, 'resource', 'framesize', '130'), (1008, 'resource', 'displayoptions', '0,1,4,5,6'), (1009, 'resource', 'printintro', '1'), (1010, 'resource', 'display', '0'), (1011, 'resource', 'showsize', '0'), (1012, 'resource', 'showtype', '0'), (1013, 'resource', 'showdate', '0'), (1014, 'resource', 'popupwidth', '620'), (1015, 'resource', 'popupheight', '450'), (1016, 'resource', 'filterfiles', '0'), (1017, 'folder', 'showexpanded', '1'), (1018, 'folder', 'maxsizetodownload', '0'), (1019, 'imscp', 'keepold', '1'), (1020, 'imscp', 'keepold_adv', ''), (1021, 'label', 'dndmedia', '1'), (1022, 'label', 'dndresizewidth', '400'), (1023, 'label', 'dndresizeheight', '400'), (1024, 'mod_lesson', 'mediafile', ''), (1025, 'mod_lesson', 'mediafile_adv', '1'), (1026, 'mod_lesson', 'mediawidth', '640'), (1027, 'mod_lesson', 'mediaheight', '480'), (1028, 'mod_lesson', 'mediaclose', '0'), (1029, 'mod_lesson', 'progressbar', '0'), (1030, 'mod_lesson', 'progressbar_adv', ''), (1031, 'mod_lesson', 'ongoing', '0'), (1032, 'mod_lesson', 'ongoing_adv', '1'), (1033, 'mod_lesson', 'displayleftmenu', '0'), (1034, 'mod_lesson', 'displayleftmenu_adv', ''), (1035, 'mod_lesson', 'displayleftif', '0'), (1036, 'mod_lesson', 'displayleftif_adv', '1'), (1037, 'mod_lesson', 'slideshow', '0'), (1038, 'mod_lesson', 'slideshow_adv', '1'), (1039, 'mod_lesson', 'slideshowwidth', '640'), (1040, 'mod_lesson', 'slideshowheight', '480'), (1041, 'mod_lesson', 'slideshowbgcolor', '#FFFFFF'), (1042, 'mod_lesson', 'maxanswers', '5'), (1043, 'mod_lesson', 'maxanswers_adv', '1'), (1044, 'mod_lesson', 'defaultfeedback', '0'), (1045, 'mod_lesson', 'defaultfeedback_adv', '1'), (1046, 'mod_lesson', 'activitylink', ''), (1047, 'mod_lesson', 'activitylink_adv', '1'), (1048, 'mod_lesson', 'timelimit', '0'), (1049, 'mod_lesson', 'timelimit_adv', ''), (1050, 'mod_lesson', 'password', '0'), (1051, 'mod_lesson', 'password_adv', '1'), (1052, 'mod_lesson', 'modattempts', '0'), (1053, 'mod_lesson', 'modattempts_adv', ''), (1054, 'mod_lesson', 'displayreview', '0'), (1055, 'mod_lesson', 'displayreview_adv', ''), (1056, 'mod_lesson', 'maximumnumberofattempts', '1'), (1057, 'mod_lesson', 'maximumnumberofattempts_adv', ''), (1058, 'mod_lesson', 'defaultnextpage', '0'), (1059, 'mod_lesson', 'defaultnextpage_adv', '1'), (1060, 'mod_lesson', 'numberofpagestoshow', '1'), (1061, 'mod_lesson', 'numberofpagestoshow_adv', '1'), (1062, 'mod_lesson', 'practice', '0'), (1063, 'mod_lesson', 'practice_adv', ''), (1064, 'mod_lesson', 'customscoring', '1'), (1065, 'mod_lesson', 'customscoring_adv', '1'), (1066, 'mod_lesson', 'retakesallowed', '0'), (1067, 'mod_lesson', 'retakesallowed_adv', ''), (1068, 'mod_lesson', 'handlingofretakes', '0'), (1069, 'mod_lesson', 'handlingofretakes_adv', '1'), (1070, 'mod_lesson', 'minimumnumberofquestions', '0'), (1071, 'mod_lesson', 'minimumnumberofquestions_adv', '1'), (1072, 'page', 'displayoptions', '5'), (1073, 'page', 'printheading', '0'), (1074, 'page', 'printintro', '0'), (1075, 'page', 'printlastmodified', '0'), (1076, 'page', 'display', '5'), (1077, 'page', 'popupwidth', '620'), (1078, 'page', 'popupheight', '450'), (1079, 'quiz', 'timelimit', '0'), (1080, 'quiz', 'timelimit_adv', ''), (1081, 'quiz', 'overduehandling', 'autosubmit'), (1082, 'quiz', 'overduehandling_adv', ''), (1083, 'quiz', 'graceperiod', '86400'), (1084, 'quiz', 'graceperiod_adv', ''), (1085, 'quiz', 'graceperiodmin', '60'), (1086, 'quiz', 'attempts', '0'), (1087, 'quiz', 'attempts_adv', ''), (1088, 'quiz', 'grademethod', '1'), (1089, 'quiz', 'grademethod_adv', ''), (1090, 'quiz', 'maximumgrade', '10'), (1091, 'quiz', 'questionsperpage', '1'), (1092, 'quiz', 'questionsperpage_adv', ''), (1093, 'quiz', 'navmethod', 'free'), (1094, 'quiz', 'navmethod_adv', '1'), (1095, 'quiz', 'shuffleanswers', '1'), (1096, 'quiz', 'shuffleanswers_adv', ''), (1097, 'quiz', 'preferredbehaviour', 'deferredfeedback'), (1098, 'quiz', 'canredoquestions', '0'), (1099, 'quiz', 'canredoquestions_adv', '1'), (1100, 'quiz', 'attemptonlast', '0'), (1101, 'quiz', 'attemptonlast_adv', '1'), (1102, 'quiz', 'reviewattempt', '69904'), (1103, 'quiz', 'reviewcorrectness', '69904'), (1104, 'quiz', 'reviewmarks', '69904'), (1105, 'quiz', 'reviewspecificfeedback', '69904'), (1106, 'quiz', 'reviewgeneralfeedback', '69904'), (1107, 'quiz', 'reviewrightanswer', '69904'), (1108, 'quiz', 'reviewoverallfeedback', '4368'), (1109, 'quiz', 'showuserpicture', '0'), (1110, 'quiz', 'showuserpicture_adv', ''), (1111, 'quiz', 'decimalpoints', '2'), (1112, 'quiz', 'decimalpoints_adv', ''), (1113, 'quiz', 'questiondecimalpoints', '-1'), (1114, 'quiz', 'questiondecimalpoints_adv', '1'), (1115, 'quiz', 'showblocks', '0'), (1116, 'quiz', 'showblocks_adv', '1'), (1117, 'quiz', 'password', ''), (1118, 'quiz', 'password_adv', ''), (1119, 'quiz', 'subnet', ''), (1120, 'quiz', 'subnet_adv', '1'), (1121, 'quiz', 'delay1', '0'), (1122, 'quiz', 'delay1_adv', '1'), (1123, 'quiz', 'delay2', '0'), (1124, 'quiz', 'delay2_adv', '1'), (1125, 'quiz', 'browsersecurity', '-'), (1126, 'quiz', 'browsersecurity_adv', '1'), (1127, 'quiz', 'initialnumfeedbacks', '2'), (1128, 'quiz', 'autosaveperiod', '60'), (1129, 'scorm', 'displaycoursestructure', '0'), (1130, 'scorm', 'displaycoursestructure_adv', ''), (1131, 'scorm', 'popup', '0'), (1132, 'scorm', 'popup_adv', ''), (1133, 'scorm', 'displayactivityname', '1'), (1134, 'scorm', 'framewidth', '100'), (1135, 'scorm', 'framewidth_adv', '1'), (1136, 'scorm', 'frameheight', '500'), (1137, 'scorm', 'frameheight_adv', '1'), (1138, 'scorm', 'winoptgrp_adv', '1'), (1139, 'scorm', 'scrollbars', '0'), (1140, 'scorm', 'directories', '0'), (1141, 'scorm', 'location', '0'), (1142, 'scorm', 'menubar', '0'), (1143, 'scorm', 'toolbar', '0'), (1144, 'scorm', 'status', '0'), (1145, 'scorm', 'skipview', '0'), (1146, 'scorm', 'skipview_adv', '1'), (1147, 'scorm', 'hidebrowse', '0'), (1148, 'scorm', 'hidebrowse_adv', '1'), (1149, 'scorm', 'hidetoc', '0'), (1150, 'scorm', 'hidetoc_adv', '1'), (1151, 'scorm', 'nav', '1'), (1152, 'scorm', 'nav_adv', '1'), (1153, 'scorm', 'navpositionleft', '-100'), (1154, 'scorm', 'navpositionleft_adv', '1'), (1155, 'scorm', 'navpositiontop', '-100'), (1156, 'scorm', 'navpositiontop_adv', '1'), (1157, 'scorm', 'collapsetocwinsize', '767'), (1158, 'scorm', 'collapsetocwinsize_adv', '1'), (1159, 'scorm', 'displayattemptstatus', '1'), (1160, 'scorm', 'displayattemptstatus_adv', ''), (1161, 'scorm', 'grademethod', '1'), (1162, 'scorm', 'maxgrade', '100'), (1163, 'scorm', 'maxattempt', '0'), (1164, 'scorm', 'whatgrade', '0'), (1165, 'scorm', 'forcecompleted', '0'), (1166, 'scorm', 'forcenewattempt', '0'), (1167, 'scorm', 'autocommit', '0'), (1168, 'scorm', 'masteryoverride', '1'), (1169, 'scorm', 'lastattemptlock', '0'), (1170, 'scorm', 'auto', '0'), (1171, 'scorm', 'updatefreq', '0'), (1172, 'scorm', 'scormstandard', '0'), (1173, 'scorm', 'allowtypeexternal', '0'), (1174, 'scorm', 'allowtypelocalsync', '0'), (1175, 'scorm', 'allowtypeexternalaicc', '0'), (1176, 'scorm', 'allowaicchacp', '0'), (1177, 'scorm', 'aicchacptimeout', '30'), (1178, 'scorm', 'aicchacpkeepsessiondata', '1'), (1179, 'scorm', 'aiccuserid', '1'), (1180, 'scorm', 'forcejavascript', '1'), (1181, 'scorm', 'allowapidebug', '0'), (1182, 'scorm', 'apidebugmask', '.*'), (1183, 'scorm', 'protectpackagedownloads', '0'), (1184, 'url', 'framesize', '130'), (1185, 'url', 'secretphrase', ''), (1186, 'url', 'rolesinparams', '0'), (1187, 'url', 'displayoptions', '0,1,5,6'), (1188, 'url', 'printintro', '1'), (1189, 'url', 'display', '0'), (1190, 'url', 'popupwidth', '620'), (1191, 'url', 'popupheight', '450'), (1192, 'workshop', 'grade', '80'), (1193, 'workshop', 'gradinggrade', '20'), (1194, 'workshop', 'gradedecimals', '0'), (1195, 'workshop', 'maxbytes', '0'), (1196, 'workshop', 'strategy', 'accumulative'), (1197, 'workshop', 'examplesmode', '0'), (1198, 'workshopallocation_random', 'numofreviews', '5'), (1199, 'workshopform_numerrors', 'grade0', 'No'), (1200, 'workshopform_numerrors', 'grade1', 'Yes'), (1201, 'workshopeval_best', 'comparison', '5'), (1202, 'tool_recyclebin', 'coursebinenable', '1'), (1203, 'tool_recyclebin', 'coursebinexpiry', '604800'), (1204, 'tool_recyclebin', 'categorybinenable', '1'), (1205, 'tool_recyclebin', 'categorybinexpiry', '604800'), (1206, 'tool_recyclebin', 'autohide', '1'), (1207, 'antivirus_clamav', 'runningmethod', 'commandline'), (1208, 'antivirus_clamav', 'pathtoclam', ''), (1209, 'antivirus_clamav', 'pathtounixsocket', ''), (1210, 'antivirus_clamav', 'clamfailureonupload', 'donothing'), (1211, 'auth_cas', 'field_map_firstname', ''), (1212, 'auth_cas', 'field_updatelocal_firstname', 'oncreate'), (1213, 'auth_cas', 'field_updateremote_firstname', '0'), (1214, 'auth_cas', 'field_lock_firstname', 'unlocked'), (1215, 'auth_cas', 'field_map_lastname', ''), (1216, 'auth_cas', 'field_updatelocal_lastname', 'oncreate'), (1217, 'auth_cas', 'field_updateremote_lastname', '0'), (1218, 'auth_cas', 'field_lock_lastname', 'unlocked'), (1219, 'auth_cas', 'field_map_email', ''), (1220, 'auth_cas', 'field_updatelocal_email', 'oncreate'), (1221, 'auth_cas', 'field_updateremote_email', '0'), (1222, 'auth_cas', 'field_lock_email', 'unlocked'), (1223, 'auth_cas', 'field_map_city', ''), (1224, 'auth_cas', 'field_updatelocal_city', 'oncreate'), (1225, 'auth_cas', 'field_updateremote_city', '0'), (1226, 'auth_cas', 'field_lock_city', 'unlocked'), (1227, 'auth_cas', 'field_map_country', ''), (1228, 'auth_cas', 'field_updatelocal_country', 'oncreate'), (1229, 'auth_cas', 'field_updateremote_country', '0'), (1230, 'auth_cas', 'field_lock_country', 'unlocked'), (1231, 'auth_cas', 'field_map_lang', ''), (1232, 'auth_cas', 'field_updatelocal_lang', 'oncreate'), (1233, 'auth_cas', 'field_updateremote_lang', '0'), (1234, 'auth_cas', 'field_lock_lang', 'unlocked'), (1235, 'auth_cas', 'field_map_description', ''), (1236, 'auth_cas', 'field_updatelocal_description', 'oncreate'), (1237, 'auth_cas', 'field_updateremote_description', '0'), (1238, 'auth_cas', 'field_lock_description', 'unlocked'), (1239, 'auth_cas', 'field_map_url', ''), (1240, 'auth_cas', 'field_updatelocal_url', 'oncreate'), (1241, 'auth_cas', 'field_updateremote_url', '0'), (1242, 'auth_cas', 'field_lock_url', 'unlocked'), (1243, 'auth_cas', 'field_map_idnumber', ''), (1244, 'auth_cas', 'field_updatelocal_idnumber', 'oncreate'), (1245, 'auth_cas', 'field_updateremote_idnumber', '0'), (1246, 'auth_cas', 'field_lock_idnumber', 'unlocked'), (1247, 'auth_cas', 'field_map_institution', ''), (1248, 'auth_cas', 'field_updatelocal_institution', 'oncreate'), (1249, 'auth_cas', 'field_updateremote_institution', '0'), (1250, 'auth_cas', 'field_lock_institution', 'unlocked'), (1251, 'auth_cas', 'field_map_department', ''), (1252, 'auth_cas', 'field_updatelocal_department', 'oncreate'), (1253, 'auth_cas', 'field_updateremote_department', '0'), (1254, 'auth_cas', 'field_lock_department', 'unlocked'), (1255, 'auth_cas', 'field_map_phone1', ''), (1256, 'auth_cas', 'field_updatelocal_phone1', 'oncreate'), (1257, 'auth_cas', 'field_updateremote_phone1', '0'), (1258, 'auth_cas', 'field_lock_phone1', 'unlocked'), (1259, 'auth_cas', 'field_map_phone2', ''), (1260, 'auth_cas', 'field_updatelocal_phone2', 'oncreate'), (1261, 'auth_cas', 'field_updateremote_phone2', '0'), (1262, 'auth_cas', 'field_lock_phone2', 'unlocked'), (1263, 'auth_cas', 'field_map_address', ''), (1264, 'auth_cas', 'field_updatelocal_address', 'oncreate'), (1265, 'auth_cas', 'field_updateremote_address', '0'), (1266, 'auth_cas', 'field_lock_address', 'unlocked'), (1267, 'auth_cas', 'field_map_firstnamephonetic', ''), (1268, 'auth_cas', 'field_updatelocal_firstnamephonetic', 'oncreate'), (1269, 'auth_cas', 'field_updateremote_firstnamephonetic', '0'), (1270, 'auth_cas', 'field_lock_firstnamephonetic', 'unlocked'), (1271, 'auth_cas', 'field_map_lastnamephonetic', ''), (1272, 'auth_cas', 'field_updatelocal_lastnamephonetic', 'oncreate'), (1273, 'auth_cas', 'field_updateremote_lastnamephonetic', '0'), (1274, 'auth_cas', 'field_lock_lastnamephonetic', 'unlocked'), (1275, 'auth_cas', 'field_map_middlename', ''), (1276, 'auth_cas', 'field_updatelocal_middlename', 'oncreate'), (1277, 'auth_cas', 'field_updateremote_middlename', '0'), (1278, 'auth_cas', 'field_lock_middlename', 'unlocked'), (1279, 'auth_cas', 'field_map_alternatename', ''), (1280, 'auth_cas', 'field_updatelocal_alternatename', 'oncreate'), (1281, 'auth_cas', 'field_updateremote_alternatename', '0'), (1282, 'auth_cas', 'field_lock_alternatename', 'unlocked'), (1283, 'auth_email', 'recaptcha', '0'), (1284, 'auth_email', 'field_lock_firstname', 'unlocked'), (1285, 'auth_email', 'field_lock_lastname', 'unlocked'), (1286, 'auth_email', 'field_lock_email', 'unlocked'), (1287, 'auth_email', 'field_lock_city', 'unlocked'), (1288, 'auth_email', 'field_lock_country', 'unlocked'), (1289, 'auth_email', 'field_lock_lang', 'unlocked'), (1290, 'auth_email', 'field_lock_description', 'unlocked'), (1291, 'auth_email', 'field_lock_url', 'unlocked'), (1292, 'auth_email', 'field_lock_idnumber', 'unlocked'), (1293, 'auth_email', 'field_lock_institution', 'unlocked'), (1294, 'auth_email', 'field_lock_department', 'unlocked'), (1295, 'auth_email', 'field_lock_phone1', 'unlocked'), (1296, 'auth_email', 'field_lock_phone2', 'unlocked'), (1297, 'auth_email', 'field_lock_address', 'unlocked'), (1298, 'auth_email', 'field_lock_firstnamephonetic', 'unlocked'), (1299, 'auth_email', 'field_lock_lastnamephonetic', 'unlocked'), (1300, 'auth_email', 'field_lock_middlename', 'unlocked'), (1301, 'auth_email', 'field_lock_alternatename', 'unlocked'), (1302, 'auth_db', 'host', '127.0.0.1'), (1303, 'auth_db', 'type', 'mysqli'), (1304, 'auth_db', 'sybasequoting', '0'), (1305, 'auth_db', 'name', ''), (1306, 'auth_db', 'user', ''), (1307, 'auth_db', 'pass', ''), (1308, 'auth_db', 'table', ''), (1309, 'auth_db', 'fielduser', ''), (1310, 'auth_db', 'fieldpass', ''), (1311, 'auth_db', 'passtype', 'plaintext'), (1312, 'auth_db', 'extencoding', 'utf-8'); INSERT INTO `cocoon_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES (1313, 'auth_db', 'setupsql', ''), (1314, 'auth_db', 'debugauthdb', '0'), (1315, 'auth_db', 'changepasswordurl', ''), (1316, 'auth_db', 'removeuser', '0'), (1317, 'auth_db', 'updateusers', '0'), (1318, 'auth_db', 'field_map_firstname', ''), (1319, 'auth_db', 'field_updatelocal_firstname', 'oncreate'), (1320, 'auth_db', 'field_updateremote_firstname', '0'), (1321, 'auth_db', 'field_lock_firstname', 'unlocked'), (1322, 'auth_db', 'field_map_lastname', ''), (1323, 'auth_db', 'field_updatelocal_lastname', 'oncreate'), (1324, 'auth_db', 'field_updateremote_lastname', '0'), (1325, 'auth_db', 'field_lock_lastname', 'unlocked'), (1326, 'auth_db', 'field_map_email', ''), (1327, 'auth_db', 'field_updatelocal_email', 'oncreate'), (1328, 'auth_db', 'field_updateremote_email', '0'), (1329, 'auth_db', 'field_lock_email', 'unlocked'), (1330, 'auth_db', 'field_map_city', ''), (1331, 'auth_db', 'field_updatelocal_city', 'oncreate'), (1332, 'auth_db', 'field_updateremote_city', '0'), (1333, 'auth_db', 'field_lock_city', 'unlocked'), (1334, 'auth_db', 'field_map_country', ''), (1335, 'auth_db', 'field_updatelocal_country', 'oncreate'), (1336, 'auth_db', 'field_updateremote_country', '0'), (1337, 'auth_db', 'field_lock_country', 'unlocked'), (1338, 'auth_db', 'field_map_lang', ''), (1339, 'auth_db', 'field_updatelocal_lang', 'oncreate'), (1340, 'auth_db', 'field_updateremote_lang', '0'), (1341, 'auth_db', 'field_lock_lang', 'unlocked'), (1342, 'auth_db', 'field_map_description', ''), (1343, 'auth_db', 'field_updatelocal_description', 'oncreate'), (1344, 'auth_db', 'field_updateremote_description', '0'), (1345, 'auth_db', 'field_lock_description', 'unlocked'), (1346, 'auth_db', 'field_map_url', ''), (1347, 'auth_db', 'field_updatelocal_url', 'oncreate'), (1348, 'auth_db', 'field_updateremote_url', '0'), (1349, 'auth_db', 'field_lock_url', 'unlocked'), (1350, 'auth_db', 'field_map_idnumber', ''), (1351, 'auth_db', 'field_updatelocal_idnumber', 'oncreate'), (1352, 'auth_db', 'field_updateremote_idnumber', '0'), (1353, 'auth_db', 'field_lock_idnumber', 'unlocked'), (1354, 'auth_db', 'field_map_institution', ''), (1355, 'auth_db', 'field_updatelocal_institution', 'oncreate'), (1356, 'auth_db', 'field_updateremote_institution', '0'), (1357, 'auth_db', 'field_lock_institution', 'unlocked'), (1358, 'auth_db', 'field_map_department', ''), (1359, 'auth_db', 'field_updatelocal_department', 'oncreate'), (1360, 'auth_db', 'field_updateremote_department', '0'), (1361, 'auth_db', 'field_lock_department', 'unlocked'), (1362, 'auth_db', 'field_map_phone1', ''), (1363, 'auth_db', 'field_updatelocal_phone1', 'oncreate'), (1364, 'auth_db', 'field_updateremote_phone1', '0'), (1365, 'auth_db', 'field_lock_phone1', 'unlocked'), (1366, 'auth_db', 'field_map_phone2', ''), (1367, 'auth_db', 'field_updatelocal_phone2', 'oncreate'), (1368, 'auth_db', 'field_updateremote_phone2', '0'), (1369, 'auth_db', 'field_lock_phone2', 'unlocked'), (1370, 'auth_db', 'field_map_address', ''), (1371, 'auth_db', 'field_updatelocal_address', 'oncreate'), (1372, 'auth_db', 'field_updateremote_address', '0'), (1373, 'auth_db', 'field_lock_address', 'unlocked'), (1374, 'auth_db', 'field_map_firstnamephonetic', ''), (1375, 'auth_db', 'field_updatelocal_firstnamephonetic', 'oncreate'), (1376, 'auth_db', 'field_updateremote_firstnamephonetic', '0'), (1377, 'auth_db', 'field_lock_firstnamephonetic', 'unlocked'), (1378, 'auth_db', 'field_map_lastnamephonetic', ''), (1379, 'auth_db', 'field_updatelocal_lastnamephonetic', 'oncreate'), (1380, 'auth_db', 'field_updateremote_lastnamephonetic', '0'), (1381, 'auth_db', 'field_lock_lastnamephonetic', 'unlocked'), (1382, 'auth_db', 'field_map_middlename', ''), (1383, 'auth_db', 'field_updatelocal_middlename', 'oncreate'), (1384, 'auth_db', 'field_updateremote_middlename', '0'), (1385, 'auth_db', 'field_lock_middlename', 'unlocked'), (1386, 'auth_db', 'field_map_alternatename', ''), (1387, 'auth_db', 'field_updatelocal_alternatename', 'oncreate'), (1388, 'auth_db', 'field_updateremote_alternatename', '0'), (1389, 'auth_db', 'field_lock_alternatename', 'unlocked'), (1390, 'auth_ldap', 'field_map_firstname', ''), (1391, 'auth_ldap', 'field_updatelocal_firstname', 'oncreate'), (1392, 'auth_ldap', 'field_updateremote_firstname', '0'), (1393, 'auth_ldap', 'field_lock_firstname', 'unlocked'), (1394, 'auth_ldap', 'field_map_lastname', ''), (1395, 'auth_ldap', 'field_updatelocal_lastname', 'oncreate'), (1396, 'auth_ldap', 'field_updateremote_lastname', '0'), (1397, 'auth_ldap', 'field_lock_lastname', 'unlocked'), (1398, 'auth_ldap', 'field_map_email', ''), (1399, 'auth_ldap', 'field_updatelocal_email', 'oncreate'), (1400, 'auth_ldap', 'field_updateremote_email', '0'), (1401, 'auth_ldap', 'field_lock_email', 'unlocked'), (1402, 'auth_ldap', 'field_map_city', ''), (1403, 'auth_ldap', 'field_updatelocal_city', 'oncreate'), (1404, 'auth_ldap', 'field_updateremote_city', '0'), (1405, 'auth_ldap', 'field_lock_city', 'unlocked'), (1406, 'auth_ldap', 'field_map_country', ''), (1407, 'auth_ldap', 'field_updatelocal_country', 'oncreate'), (1408, 'auth_ldap', 'field_updateremote_country', '0'), (1409, 'auth_ldap', 'field_lock_country', 'unlocked'), (1410, 'auth_ldap', 'field_map_lang', ''), (1411, 'auth_ldap', 'field_updatelocal_lang', 'oncreate'), (1412, 'auth_ldap', 'field_updateremote_lang', '0'), (1413, 'auth_ldap', 'field_lock_lang', 'unlocked'), (1414, 'auth_ldap', 'field_map_description', ''), (1415, 'auth_ldap', 'field_updatelocal_description', 'oncreate'), (1416, 'auth_ldap', 'field_updateremote_description', '0'), (1417, 'auth_ldap', 'field_lock_description', 'unlocked'), (1418, 'auth_ldap', 'field_map_url', ''), (1419, 'auth_ldap', 'field_updatelocal_url', 'oncreate'), (1420, 'auth_ldap', 'field_updateremote_url', '0'), (1421, 'auth_ldap', 'field_lock_url', 'unlocked'), (1422, 'auth_ldap', 'field_map_idnumber', ''), (1423, 'auth_ldap', 'field_updatelocal_idnumber', 'oncreate'), (1424, 'auth_ldap', 'field_updateremote_idnumber', '0'), (1425, 'auth_ldap', 'field_lock_idnumber', 'unlocked'), (1426, 'auth_ldap', 'field_map_institution', ''), (1427, 'auth_ldap', 'field_updatelocal_institution', 'oncreate'), (1428, 'auth_ldap', 'field_updateremote_institution', '0'), (1429, 'auth_ldap', 'field_lock_institution', 'unlocked'), (1430, 'auth_ldap', 'field_map_department', ''), (1431, 'auth_ldap', 'field_updatelocal_department', 'oncreate'), (1432, 'auth_ldap', 'field_updateremote_department', '0'), (1433, 'auth_ldap', 'field_lock_department', 'unlocked'), (1434, 'auth_ldap', 'field_map_phone1', ''), (1435, 'auth_ldap', 'field_updatelocal_phone1', 'oncreate'), (1436, 'auth_ldap', 'field_updateremote_phone1', '0'), (1437, 'auth_ldap', 'field_lock_phone1', 'unlocked'), (1438, 'auth_ldap', 'field_map_phone2', ''), (1439, 'auth_ldap', 'field_updatelocal_phone2', 'oncreate'), (1440, 'auth_ldap', 'field_updateremote_phone2', '0'), (1441, 'auth_ldap', 'field_lock_phone2', 'unlocked'), (1442, 'auth_ldap', 'field_map_address', ''), (1443, 'auth_ldap', 'field_updatelocal_address', 'oncreate'), (1444, 'auth_ldap', 'field_updateremote_address', '0'), (1445, 'auth_ldap', 'field_lock_address', 'unlocked'), (1446, 'auth_ldap', 'field_map_firstnamephonetic', ''), (1447, 'auth_ldap', 'field_updatelocal_firstnamephonetic', 'oncreate'), (1448, 'auth_ldap', 'field_updateremote_firstnamephonetic', '0'), (1449, 'auth_ldap', 'field_lock_firstnamephonetic', 'unlocked'), (1450, 'auth_ldap', 'field_map_lastnamephonetic', ''), (1451, 'auth_ldap', 'field_updatelocal_lastnamephonetic', 'oncreate'), (1452, 'auth_ldap', 'field_updateremote_lastnamephonetic', '0'), (1453, 'auth_ldap', 'field_lock_lastnamephonetic', 'unlocked'), (1454, 'auth_ldap', 'field_map_middlename', ''), (1455, 'auth_ldap', 'field_updatelocal_middlename', 'oncreate'), (1456, 'auth_ldap', 'field_updateremote_middlename', '0'), (1457, 'auth_ldap', 'field_lock_middlename', 'unlocked'), (1458, 'auth_ldap', 'field_map_alternatename', ''), (1459, 'auth_ldap', 'field_updatelocal_alternatename', 'oncreate'), (1460, 'auth_ldap', 'field_updateremote_alternatename', '0'), (1461, 'auth_ldap', 'field_lock_alternatename', 'unlocked'), (1462, 'auth_manual', 'expiration', '0'), (1463, 'auth_manual', 'expirationtime', '30'), (1464, 'auth_manual', 'expiration_warning', '0'), (1465, 'auth_manual', 'field_lock_firstname', 'unlocked'), (1466, 'auth_manual', 'field_lock_lastname', 'unlocked'), (1467, 'auth_manual', 'field_lock_email', 'unlocked'), (1468, 'auth_manual', 'field_lock_city', 'unlocked'), (1469, 'auth_manual', 'field_lock_country', 'unlocked'), (1470, 'auth_manual', 'field_lock_lang', 'unlocked'), (1471, 'auth_manual', 'field_lock_description', 'unlocked'), (1472, 'auth_manual', 'field_lock_url', 'unlocked'), (1473, 'auth_manual', 'field_lock_idnumber', 'unlocked'), (1474, 'auth_manual', 'field_lock_institution', 'unlocked'), (1475, 'auth_manual', 'field_lock_department', 'unlocked'), (1476, 'auth_manual', 'field_lock_phone1', 'unlocked'), (1477, 'auth_manual', 'field_lock_phone2', 'unlocked'), (1478, 'auth_manual', 'field_lock_address', 'unlocked'), (1479, 'auth_manual', 'field_lock_firstnamephonetic', 'unlocked'), (1480, 'auth_manual', 'field_lock_lastnamephonetic', 'unlocked'), (1481, 'auth_manual', 'field_lock_middlename', 'unlocked'), (1482, 'auth_manual', 'field_lock_alternatename', 'unlocked'), (1483, 'auth_mnet', 'rpc_negotiation_timeout', '30'), (1484, 'auth_none', 'field_lock_firstname', 'unlocked'), (1485, 'auth_none', 'field_lock_lastname', 'unlocked'), (1486, 'auth_none', 'field_lock_email', 'unlocked'), (1487, 'auth_none', 'field_lock_city', 'unlocked'), (1488, 'auth_none', 'field_lock_country', 'unlocked'), (1489, 'auth_none', 'field_lock_lang', 'unlocked'), (1490, 'auth_none', 'field_lock_description', 'unlocked'), (1491, 'auth_none', 'field_lock_url', 'unlocked'), (1492, 'auth_none', 'field_lock_idnumber', 'unlocked'), (1493, 'auth_none', 'field_lock_institution', 'unlocked'), (1494, 'auth_none', 'field_lock_department', 'unlocked'), (1495, 'auth_none', 'field_lock_phone1', 'unlocked'), (1496, 'auth_none', 'field_lock_phone2', 'unlocked'), (1497, 'auth_none', 'field_lock_address', 'unlocked'), (1498, 'auth_none', 'field_lock_firstnamephonetic', 'unlocked'), (1499, 'auth_none', 'field_lock_lastnamephonetic', 'unlocked'), (1500, 'auth_none', 'field_lock_middlename', 'unlocked'), (1501, 'auth_none', 'field_lock_alternatename', 'unlocked'), (1502, 'auth_oauth2', 'field_lock_firstname', 'unlocked'), (1503, 'auth_oauth2', 'field_lock_lastname', 'unlocked'), (1504, 'auth_oauth2', 'field_lock_email', 'unlocked'), (1505, 'auth_oauth2', 'field_lock_city', 'unlocked'), (1506, 'auth_oauth2', 'field_lock_country', 'unlocked'), (1507, 'auth_oauth2', 'field_lock_lang', 'unlocked'), (1508, 'auth_oauth2', 'field_lock_description', 'unlocked'), (1509, 'auth_oauth2', 'field_lock_url', 'unlocked'), (1510, 'auth_oauth2', 'field_lock_idnumber', 'unlocked'), (1511, 'auth_oauth2', 'field_lock_institution', 'unlocked'), (1512, 'auth_oauth2', 'field_lock_department', 'unlocked'), (1513, 'auth_oauth2', 'field_lock_phone1', 'unlocked'), (1514, 'auth_oauth2', 'field_lock_phone2', 'unlocked'), (1515, 'auth_oauth2', 'field_lock_address', 'unlocked'), (1516, 'auth_oauth2', 'field_lock_firstnamephonetic', 'unlocked'), (1517, 'auth_oauth2', 'field_lock_lastnamephonetic', 'unlocked'), (1518, 'auth_oauth2', 'field_lock_middlename', 'unlocked'), (1519, 'auth_oauth2', 'field_lock_alternatename', 'unlocked'), (1520, 'auth_shibboleth', 'user_attribute', ''), (1521, 'auth_shibboleth', 'convert_data', ''), (1522, 'auth_shibboleth', 'alt_login', 'off'), (1523, 'auth_shibboleth', 'organization_selection', 'urn:mace:organization1:providerID, Example Organization 1\n https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai'), (1524, 'auth_shibboleth', 'logout_handler', ''), (1525, 'auth_shibboleth', 'logout_return_url', ''), (1526, 'auth_shibboleth', 'login_name', 'Shibboleth Login'), (1527, 'auth_shibboleth', 'auth_logo', ''), (1528, 'auth_shibboleth', 'auth_instructions', 'Use the Shibboleth login to get access via Shibboleth, if your institution supports it. Otherwise, use the normal login form shown here.'), (1529, 'auth_shibboleth', 'changepasswordurl', ''), (1530, 'auth_shibboleth', 'field_map_firstname', ''), (1531, 'auth_shibboleth', 'field_updatelocal_firstname', 'oncreate'), (1532, 'auth_shibboleth', 'field_lock_firstname', 'unlocked'), (1533, 'auth_shibboleth', 'field_map_lastname', ''), (1534, 'auth_shibboleth', 'field_updatelocal_lastname', 'oncreate'), (1535, 'auth_shibboleth', 'field_lock_lastname', 'unlocked'), (1536, 'auth_shibboleth', 'field_map_email', ''), (1537, 'auth_shibboleth', 'field_updatelocal_email', 'oncreate'), (1538, 'auth_shibboleth', 'field_lock_email', 'unlocked'), (1539, 'auth_shibboleth', 'field_map_city', ''), (1540, 'auth_shibboleth', 'field_updatelocal_city', 'oncreate'), (1541, 'auth_shibboleth', 'field_lock_city', 'unlocked'), (1542, 'auth_shibboleth', 'field_map_country', ''), (1543, 'auth_shibboleth', 'field_updatelocal_country', 'oncreate'), (1544, 'auth_shibboleth', 'field_lock_country', 'unlocked'), (1545, 'auth_shibboleth', 'field_map_lang', ''), (1546, 'auth_shibboleth', 'field_updatelocal_lang', 'oncreate'), (1547, 'auth_shibboleth', 'field_lock_lang', 'unlocked'), (1548, 'auth_shibboleth', 'field_map_description', ''), (1549, 'auth_shibboleth', 'field_updatelocal_description', 'oncreate'), (1550, 'auth_shibboleth', 'field_lock_description', 'unlocked'), (1551, 'auth_shibboleth', 'field_map_url', ''), (1552, 'auth_shibboleth', 'field_updatelocal_url', 'oncreate'), (1553, 'auth_shibboleth', 'field_lock_url', 'unlocked'), (1554, 'auth_shibboleth', 'field_map_idnumber', ''), (1555, 'auth_shibboleth', 'field_updatelocal_idnumber', 'oncreate'), (1556, 'auth_shibboleth', 'field_lock_idnumber', 'unlocked'), (1557, 'auth_shibboleth', 'field_map_institution', ''), (1558, 'auth_shibboleth', 'field_updatelocal_institution', 'oncreate'), (1559, 'auth_shibboleth', 'field_lock_institution', 'unlocked'), (1560, 'auth_shibboleth', 'field_map_department', ''), (1561, 'auth_shibboleth', 'field_updatelocal_department', 'oncreate'), (1562, 'auth_shibboleth', 'field_lock_department', 'unlocked'), (1563, 'auth_shibboleth', 'field_map_phone1', ''), (1564, 'auth_shibboleth', 'field_updatelocal_phone1', 'oncreate'), (1565, 'auth_shibboleth', 'field_lock_phone1', 'unlocked'), (1566, 'auth_shibboleth', 'field_map_phone2', ''), (1567, 'auth_shibboleth', 'field_updatelocal_phone2', 'oncreate'), (1568, 'auth_shibboleth', 'field_lock_phone2', 'unlocked'), (1569, 'auth_shibboleth', 'field_map_address', ''), (1570, 'auth_shibboleth', 'field_updatelocal_address', 'oncreate'), (1571, 'auth_shibboleth', 'field_lock_address', 'unlocked'), (1572, 'auth_shibboleth', 'field_map_firstnamephonetic', ''), (1573, 'auth_shibboleth', 'field_updatelocal_firstnamephonetic', 'oncreate'), (1574, 'auth_shibboleth', 'field_lock_firstnamephonetic', 'unlocked'), (1575, 'auth_shibboleth', 'field_map_lastnamephonetic', ''), (1576, 'auth_shibboleth', 'field_updatelocal_lastnamephonetic', 'oncreate'), (1577, 'auth_shibboleth', 'field_lock_lastnamephonetic', 'unlocked'), (1578, 'auth_shibboleth', 'field_map_middlename', ''), (1579, 'auth_shibboleth', 'field_updatelocal_middlename', 'oncreate'), (1580, 'auth_shibboleth', 'field_lock_middlename', 'unlocked'), (1581, 'auth_shibboleth', 'field_map_alternatename', ''), (1582, 'auth_shibboleth', 'field_updatelocal_alternatename', 'oncreate'), (1583, 'auth_shibboleth', 'field_lock_alternatename', 'unlocked'), (1584, 'block_activity_results', 'config_showbest', '3'), (1585, 'block_activity_results', 'config_showbest_locked', ''), (1586, 'block_activity_results', 'config_showworst', '0'), (1587, 'block_activity_results', 'config_showworst_locked', ''), (1588, 'block_activity_results', 'config_usegroups', '0'), (1589, 'block_activity_results', 'config_usegroups_locked', ''), (1590, 'block_activity_results', 'config_nameformat', '1'), (1591, 'block_activity_results', 'config_nameformat_locked', ''), (1592, 'block_activity_results', 'config_gradeformat', '1'), (1593, 'block_activity_results', 'config_gradeformat_locked', ''), (1594, 'block_activity_results', 'config_decimalpoints', '2'), (1595, 'block_activity_results', 'config_decimalpoints_locked', ''), (1596, 'block_myoverview', 'displaycategories', '1'), (1597, 'block_section_links', 'numsections1', '22'), (1598, 'block_section_links', 'incby1', '2'), (1599, 'block_section_links', 'numsections2', '40'), (1600, 'block_section_links', 'incby2', '5'), (1601, 'block_tag_youtube', 'apikey', ''), (1602, 'format_singleactivity', 'activitytype', 'forum'), (1603, 'fileconverter_googledrive', 'issuerid', ''), (1604, 'enrol_cohort', 'roleid', '5'), (1605, 'enrol_cohort', 'unenrolaction', '0'), (1606, 'enrol_meta', 'nosyncroleids', ''), (1607, 'enrol_meta', 'syncall', '1'), (1608, 'enrol_meta', 'unenrolaction', '3'), (1609, 'enrol_meta', 'coursesort', 'sortorder'), (1610, 'enrol_database', 'dbtype', ''), (1611, 'enrol_database', 'dbhost', 'localhost'), (1612, 'enrol_database', 'dbuser', ''), (1613, 'enrol_database', 'dbpass', ''), (1614, 'enrol_database', 'dbname', ''), (1615, 'enrol_database', 'dbencoding', 'utf-8'), (1616, 'enrol_database', 'dbsetupsql', ''), (1617, 'enrol_database', 'dbsybasequoting', '0'), (1618, 'enrol_database', 'debugdb', '0'), (1619, 'enrol_database', 'localcoursefield', 'idnumber'), (1620, 'enrol_database', 'localuserfield', 'idnumber'), (1621, 'enrol_database', 'localrolefield', 'shortname'), (1622, 'enrol_database', 'localcategoryfield', 'id'), (1623, 'enrol_database', 'remoteenroltable', ''), (1624, 'enrol_database', 'remotecoursefield', ''), (1625, 'enrol_database', 'remoteuserfield', ''), (1626, 'enrol_database', 'remoterolefield', ''), (1627, 'enrol_database', 'remoteotheruserfield', ''), (1628, 'enrol_database', 'defaultrole', '5'), (1629, 'enrol_database', 'ignorehiddencourses', '0'), (1630, 'enrol_database', 'unenrolaction', '0'), (1631, 'enrol_database', 'newcoursetable', ''), (1632, 'enrol_database', 'newcoursefullname', 'fullname'), (1633, 'enrol_database', 'newcourseshortname', 'shortname'), (1634, 'enrol_database', 'newcourseidnumber', 'idnumber'), (1635, 'enrol_database', 'newcoursecategory', ''), (1636, 'enrol_database', 'defaultcategory', '1'), (1637, 'enrol_database', 'templatecourse', ''), (1638, 'enrol_flatfile', 'location', ''), (1639, 'enrol_flatfile', 'encoding', 'UTF-8'), (1640, 'enrol_flatfile', 'mailstudents', '0'), (1641, 'enrol_flatfile', 'mailteachers', '0'), (1642, 'enrol_flatfile', 'mailadmins', '0'), (1643, 'enrol_flatfile', 'unenrolaction', '3'), (1644, 'enrol_flatfile', 'expiredaction', '3'), (1645, 'enrol_guest', 'requirepassword', '0'), (1646, 'enrol_guest', 'usepasswordpolicy', '0'), (1647, 'enrol_guest', 'showhint', '0'), (1648, 'enrol_guest', 'defaultenrol', '1'), (1649, 'enrol_guest', 'status', '0'), (1650, 'enrol_guest', 'status_adv', '1'), (1651, 'enrol_imsenterprise', 'imsfilelocation', ''), (1652, 'enrol_imsenterprise', 'logtolocation', ''), (1653, 'enrol_imsenterprise', 'mailadmins', '0'), (1654, 'enrol_imsenterprise', 'createnewusers', '0'), (1655, 'enrol_imsenterprise', 'imsupdateusers', '0'), (1656, 'enrol_imsenterprise', 'imsdeleteusers', '0'), (1657, 'enrol_imsenterprise', 'fixcaseusernames', '0'), (1658, 'enrol_imsenterprise', 'fixcasepersonalnames', '0'), (1659, 'enrol_imsenterprise', 'imssourcedidfallback', '0'), (1660, 'enrol_imsenterprise', 'imsrolemap01', '5'), (1661, 'enrol_imsenterprise', 'imsrolemap02', '3'), (1662, 'enrol_imsenterprise', 'imsrolemap03', '3'), (1663, 'enrol_imsenterprise', 'imsrolemap04', '5'), (1664, 'enrol_imsenterprise', 'imsrolemap05', '0'), (1665, 'enrol_imsenterprise', 'imsrolemap06', '4'), (1666, 'enrol_imsenterprise', 'imsrolemap07', '0'), (1667, 'enrol_imsenterprise', 'imsrolemap08', '4'), (1668, 'enrol_imsenterprise', 'truncatecoursecodes', '0'), (1669, 'enrol_imsenterprise', 'createnewcourses', '0'), (1670, 'enrol_imsenterprise', 'updatecourses', '0'), (1671, 'enrol_imsenterprise', 'createnewcategories', '0'), (1672, 'enrol_imsenterprise', 'nestedcategories', '0'), (1673, 'enrol_imsenterprise', 'categoryidnumber', '0'), (1674, 'enrol_imsenterprise', 'categoryseparator', ''), (1675, 'enrol_imsenterprise', 'imsunenrol', '0'), (1676, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode'), (1677, 'enrol_imsenterprise', 'imscoursemapfullname', 'short'), (1678, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore'), (1679, 'enrol_imsenterprise', 'imsrestricttarget', ''), (1680, 'enrol_imsenterprise', 'imscapitafix', '0'), (1681, 'enrol_manual', 'expiredaction', '1'), (1682, 'enrol_manual', 'expirynotifyhour', '6'), (1683, 'enrol_manual', 'defaultenrol', '1'), (1684, 'enrol_manual', 'status', '0'), (1685, 'enrol_manual', 'roleid', '5'), (1686, 'enrol_manual', 'enrolstart', '4'), (1687, 'enrol_manual', 'enrolperiod', '0'), (1688, 'enrol_manual', 'expirynotify', '0'), (1689, 'enrol_manual', 'expirythreshold', '86400'), (1690, 'enrol_mnet', 'roleid', '5'), (1691, 'enrol_mnet', 'roleid_adv', '1'), (1692, 'enrol_paypal', 'paypalbusiness', ''), (1693, 'enrol_paypal', 'mailstudents', '0'), (1694, 'enrol_paypal', 'mailteachers', '0'), (1695, 'enrol_paypal', 'mailadmins', '0'), (1696, 'enrol_paypal', 'expiredaction', '3'), (1697, 'enrol_paypal', 'status', '1'), (1698, 'enrol_paypal', 'cost', '0'), (1699, 'enrol_paypal', 'currency', 'USD'), (1700, 'enrol_paypal', 'roleid', '5'), (1701, 'enrol_paypal', 'enrolperiod', '0'), (1702, 'enrol_lti', 'emaildisplay', '2'), (1703, 'enrol_lti', 'city', ''), (1704, 'enrol_lti', 'country', ''), (1705, 'enrol_lti', 'timezone', '99'), (1706, 'enrol_lti', 'lang', 'en'), (1707, 'enrol_lti', 'institution', ''), (1708, 'enrol_self', 'requirepassword', '0'), (1709, 'enrol_self', 'usepasswordpolicy', '0'), (1710, 'enrol_self', 'showhint', '0'), (1711, 'enrol_self', 'expiredaction', '1'), (1712, 'enrol_self', 'expirynotifyhour', '6'), (1713, 'enrol_self', 'defaultenrol', '1'), (1714, 'enrol_self', 'status', '1'), (1715, 'enrol_self', 'newenrols', '1'), (1716, 'enrol_self', 'groupkey', '0'), (1717, 'enrol_self', 'roleid', '5'), (1718, 'enrol_self', 'enrolperiod', '0'), (1719, 'enrol_self', 'expirynotify', '0'), (1720, 'enrol_self', 'expirythreshold', '86400'), (1721, 'enrol_self', 'longtimenosee', '0'), (1722, 'enrol_self', 'maxenrolled', '0'), (1723, 'enrol_self', 'sendcoursewelcomemessage', '1'), (1724, 'filter_urltolink', 'formats', '0'), (1725, 'filter_urltolink', 'embedimages', '1'), (1726, 'filter_emoticon', 'formats', '1,4,0'), (1727, 'filter_mathjaxloader', 'httpsurl', 'https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'), (1728, 'filter_mathjaxloader', 'texfiltercompatibility', '0'), (1729, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n'), (1730, 'filter_mathjaxloader', 'additionaldelimiters', ''), (1731, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'), (1732, 'filter_tex', 'latexbackground', '#FFFFFF'), (1733, 'filter_tex', 'density', '120'), (1734, 'filter_tex', 'pathlatex', '/sw/bin/latex'), (1735, 'filter_tex', 'pathdvips', '/sw/bin/dvips'), (1736, 'filter_tex', 'pathconvert', '/sw/bin/convert'), (1737, 'filter_tex', 'pathdvisvgm', '/usr/bin/dvisvgm'), (1738, 'filter_tex', 'pathmimetex', ''), (1739, 'filter_tex', 'convertformat', 'gif'), (1740, 'logstore_database', 'dbdriver', ''), (1741, 'logstore_database', 'dbhost', ''), (1742, 'logstore_database', 'dbuser', ''), (1743, 'logstore_database', 'dbpass', ''), (1744, 'logstore_database', 'dbname', ''), (1745, 'logstore_database', 'dbtable', ''), (1746, 'logstore_database', 'dbpersist', '0'), (1747, 'logstore_database', 'dbsocket', ''), (1748, 'logstore_database', 'dbport', ''), (1749, 'logstore_database', 'dbschema', ''), (1750, 'logstore_database', 'dbcollation', ''), (1751, 'logstore_database', 'dbhandlesoptions', '0'), (1752, 'logstore_database', 'buffersize', '50'), (1753, 'logstore_database', 'jsonformat', '1'), (1754, 'logstore_database', 'logguests', '0'), (1755, 'logstore_database', 'includelevels', '1,2,0'), (1756, 'logstore_database', 'includeactions', 'c,r,u,d'), (1757, 'logstore_legacy', 'loglegacy', '0'), (1758, 'logstore_standard', 'logguests', '1'), (1759, 'logstore_standard', 'jsonformat', '1'), (1760, 'logstore_standard', 'loglifetime', '0'), (1761, 'logstore_standard', 'buffersize', '50'), (1762, 'media_videojs', 'videoextensions', 'html_video,.f4v,.flv'), (1763, 'media_videojs', 'audioextensions', 'html_audio'), (1766, 'media_videojs', 'youtube', '1'), (1767, 'media_videojs', 'videocssclass', 'video-js'), (1768, 'media_videojs', 'audiocssclass', 'video-js'), (1769, 'media_videojs', 'limitsize', '1'), (1770, 'qtype_multichoice', 'answerhowmany', '1'), (1771, 'qtype_multichoice', 'shuffleanswers', '1'), (1772, 'qtype_multichoice', 'answernumbering', 'abc'), (1773, 'editor_atto', 'toolbar', 'collapse = collapse\r\nstyle1 = title, bold, italic\r\nlist = unorderedlist, orderedlist\r\nlinks = link\r\nfiles = image, media, recordrtc, managefiles, h5p\r\nstyle2 = underline, strike, subscript, superscript\r\nalign = align\r\nindent = indent\r\ninsert = equation, charmap, table, clear\r\nundo = undo\r\naccessibility = accessibilitychecker, accessibilityhelper\r\nother = html'), (1774, 'editor_atto', 'autosavefrequency', '60'), (1775, 'atto_collapse', 'showgroups', '5'), (1776, 'atto_equation', 'librarygroup1', '\\cdot\r\n\\times\r\n\\ast\r\n\\div\r\n\\diamond\r\n\\pm\r\n\\mp\r\n\\oplus\r\n\\ominus\r\n\\otimes\r\n\\oslash\r\n\\odot\r\n\\circ\r\n\\bullet\r\n\\asymp\r\n\\equiv\r\n\\subseteq\r\n\\supseteq\r\n\\leq\r\n\\geq\r\n\\preceq\r\n\\succeq\r\n\\sim\r\n\\simeq\r\n\\approx\r\n\\subset\r\n\\supset\r\n\\ll\r\n\\gg\r\n\\prec\r\n\\succ\r\n\\infty\r\n\\in\r\n\\ni\r\n\\forall\r\n\\exists\r\n\\neq\r\n'), (1777, 'atto_equation', 'librarygroup2', '\\leftarrow\r\n\\rightarrow\r\n\\uparrow\r\n\\downarrow\r\n\\leftrightarrow\r\n\\nearrow\r\n\\searrow\r\n\\swarrow\r\n\\nwarrow\r\n\\Leftarrow\r\n\\Rightarrow\r\n\\Uparrow\r\n\\Downarrow\r\n\\Leftrightarrow\r\n'), (1778, 'atto_equation', 'librarygroup3', '\\alpha\r\n\\beta\r\n\\gamma\r\n\\delta\r\n\\epsilon\r\n\\zeta\r\n\\eta\r\n\\theta\r\n\\iota\r\n\\kappa\r\n\\lambda\r\n\\mu\r\n\\nu\r\n\\xi\r\n\\pi\r\n\\rho\r\n\\sigma\r\n\\tau\r\n\\upsilon\r\n\\phi\r\n\\chi\r\n\\psi\r\n\\omega\r\n\\Gamma\r\n\\Delta\r\n\\Theta\r\n\\Lambda\r\n\\Xi\r\n\\Pi\r\n\\Sigma\r\n\\Upsilon\r\n\\Phi\r\n\\Psi\r\n\\Omega\r\n'), (1779, 'atto_equation', 'librarygroup4', '\\sum{a,b}\r\n\\sqrt[a]{b+c}\r\n\\int_{a}^{b}{c}\r\n\\iint_{a}^{b}{c}\r\n\\iiint_{a}^{b}{c}\r\n\\oint{a}\r\n(a)\r\n[a]\r\n\\lbrace{a}\\rbrace\r\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\r\n\\frac{a}{b+c}\r\n\\vec{a}\r\n\\binom {a} {b}\r\n{a \\brack b}\r\n{a \\brace b}\r\n'), (1780, 'atto_recordrtc', 'allowedtypes', 'both'), (1781, 'atto_recordrtc', 'audiobitrate', '128000'), (1782, 'atto_recordrtc', 'videobitrate', '2500000'), (1783, 'atto_recordrtc', 'timelimit', '120'), (1784, 'atto_table', 'allowborders', '0'), (1785, 'atto_table', 'allowbackgroundcolour', '0'), (1786, 'atto_table', 'allowwidth', '0'), (1787, 'editor_tinymce', 'customtoolbar', 'wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen'), (1788, 'editor_tinymce', 'fontselectlist', 'Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings'), (1789, 'editor_tinymce', 'customconfig', ''), (1790, 'tinymce_moodleemoticon', 'requireemoticon', '1'), (1791, 'tinymce_spellchecker', 'spellengine', ''), (1792, 'tinymce_spellchecker', 'spelllanguagelist', '+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv'), (1793, 'tool_mobile', 'apppolicy', ''), (1795, 'core_plugin', 'recentfetch', '1612046701'), (1796, 'core_plugin', 'recentresponse', '{\"status\":\"OK\",\"provider\":\"https:\\/\\/download.moodle.org\\/api\\/1.3\\/updates.php\",\"apiver\":\"1.3\",\"timegenerated\":1612046701,\"ticket\":\"JUM5JTkxOSVGQm8lODQlMkMlN0YlRTUlQzAlREQlRDElQjRnQyVFNk4lOTIlOUElQTJRNSVDRSU3Ri0lRUYlRjglMThmJUFBelglREFEJTFCJTg1JTdCJThDJTg5TA==\",\"forbranch\":\"3.10\",\"forversion\":\"2020110900\",\"updates\":{\"core\":[{\"version\":2021013000,\"release\":\"3.11dev (Build: 20210130)\",\"branch\":\"3.11\",\"maturity\":50,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable311\\/moodle-latest-311.zip\"},{\"version\":2020110901.02,\"release\":\"3.10.1+ (Build: 20210130)\",\"branch\":\"3.10\",\"maturity\":200,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable310\\/moodle-latest-310.zip\"},{\"version\":2021052500.54,\"release\":\"4.0dev (Build: 20210130)\",\"branch\":\"4.00\",\"maturity\":50,\"url\":\"https:\\/\\/download.moodle.org\",\"download\":\"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/moodle\\/moodle-latest.zip\"}],\"local_contact\":[{\"version\":\"2020112300\",\"release\":\"1.2.0\",\"maturity\":200,\"url\":\"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=22946\",\"download\":\"https:\\/\\/moodle.org\\/plugins\\/download.php\\/22946\\/local_contact_moodle310_2020112300.zip\",\"downloadmd5\":\"05f261e9f4b5a1e458ed338681ecfce0\"}]}}'), (1815, 'slideshow', 'Max_Slides', '5'), (1816, 'slideshow', 'Max_Size', '1048576'), (1843, 'enrol_ldap', 'objectclass', '(objectClass=*)'), (1844, 'block_cocoon_course_details', 'version', '2020081513.1'), (1845, 'block_cocoon_course_features', 'version', '2020081513.1'), (1846, 'block_cocoon_course_instructor', 'version', '2021090220.38'), (1847, 'block_cocoon_course_info', 'version', '2020081513.1'), (1848, 'block_cocoon_course_overview', 'version', '2021090220.38'), (1849, 'block_cocoon_course_intro', 'version', '2021090220.38'), (1852, 'block_cocoon_course_list', 'version', '2021090220.38'), (1853, 'block_cocoon_featuredcourses', 'version', '2021083018.36'), (1854, 'block_cocoon_users', 'version', '2021090220.38'), (1855, 'block_cocoon_users_slider', 'version', '2021090220.38'), (1890, 'block_cocoon_gallery', 'version', '2021090220.38'), (1891, 'block_cocoon_partners', 'version', '2021090220.38'), (1892, 'block_cocoon_parallax', 'version', '2021090220.38'), (1894, 'block_cocoon_course_categories', 'version', '2021080121.55'), (1895, 'block_cocoon_blog_recent', 'version', '2020081513.1'), (1896, 'block_cocoon_blog_recent_slider', 'version', '2020081513.1'), (1897, 'block_cocoon_gallery_slider', 'version', '2021090220.38'), (1898, 'block_cocoon_parallax_counters', 'version', '2021090220.38'), (1899, 'block_cocoon_users_slider_round', 'version', '2021090220.38'), (1900, 'block_cocoon_action_panels', 'version', '2021030221.37'), (1901, 'block_cocoon_courses_slider', 'version', '2021090220.38'), (1903, 'block_cocoon_tstmnls', 'version', '2020092923.37'), (1904, 'block_cocoon_slider_1', 'version', '2021090220.38'), (1905, 'block_cocoon_slider_2', 'version', '2020081513.1'), (1906, 'filesystem', 'enablecourseinstances', '1'), (1907, 'filesystem', 'enableuserinstances', '1'), (1908, 'block_cocoon_event_slider', 'version', '2021090220.38'), (1909, 'block_cocoon_blog_recent_list', 'version', '2020081513.1'), (1910, 'block_cocoon_globalsearch_sb', 'version', '2020081513.1'), (1911, 'search_simpledb', 'lastschemacheck', '1612046702'), (1912, 'block_cocoon_featured_posts', 'version', '2020081513.1'), (1913, 'block_cocoon_contact_form', 'version', '2021021017.41'), (1914, 'block_cocoon_about_1', 'version', '2020082613.59'), (1915, 'local_contact', 'version', '2019111700'), (1916, 'local_contact', 'recipient_list', ''), (1917, 'local_contact', 'loginrequired', '0'), (1918, 'local_contact', 'nosubjectsitename', '0'), (1919, 'block_cocoon_about_2', 'version', '2021072620.32'), (1920, 'block_cocoon_simple_counters', 'version', '2021090220.38'), (1921, 'block_cocoon_hero_1', 'version', '2021090220.38'), (1922, 'block_cocoon_hero_2', 'version', '2021090220.38'), (1923, 'block_cocoon_slider_3', 'version', '2021090823.41'), (1924, 'block_cocoon_features', 'version', '2021010413.21'), (1925, 'block_cocoon_parallax_white', 'version', '2021090220.38'), (1926, 'block_cocoon_hero_3', 'version', '2021090220.38'), (1927, 'block_cocoon_tablets', 'version', '2021090220.38'), (1928, 'block_cocoon_subscribe', 'version', '2021090220.38'), (1929, 'block_cocoon_slider_4', 'version', '2021090220.38'), (1931, 'block_cocoon_faqs', 'version', '2021090220.38'), (1947, 'block_cocoon_more_courses', 'version', '2021090220.38'), (1955, 'block_cocoon_pills', 'version', '2021090220.38'), (1957, 'block_cocoon_programs', 'version', '2020081513.1'), (1958, 'block_cocoon_featured_event', 'version', '2021020123.04'), (1959, 'block_cocoon_event_details', 'version', '2020081513.1'), (1960, 'block_cocoon_event_contact', 'version', '2020081513.1'), (1961, 'block_cocoon_event_body', 'version', '2021092012.58'), (1962, 'block_cocoon_parallax_apps', 'version', '2021090220.38'), (1963, 'theme_edumy', 'version', '2022120203.04'), (1964, 'theme_edumy', 'preset', 'default.scss'), (1965, 'theme_edumy', 'presetfiles', ''), (1966, 'theme_edumy', 'brandcolor', ''), (1967, 'theme_edumy', 'defaultbackgroundimage', ''), (1968, 'theme_edumy', 'loginbackgroundimage', ''), (1969, 'theme_edumy', 'frontpagebackgroundimage', ''), (1970, 'theme_edumy', 'dashboardbackgroundimage', ''), (1971, 'theme_edumy', 'incoursebackgroundimage', ''), (1972, 'theme_edumy', 'scsspre', ''), (1973, 'theme_edumy', 'scss', ''), (1974, 'theme_edumy', 'cocoon_facebook_url', '#'), (1975, 'theme_edumy', 'cocoon_twitter_url', '#'), (1976, 'theme_edumy', 'cocoon_instagram_url', '#'), (1977, 'theme_edumy', 'cocoon_pinterest_url', '#'), (1978, 'theme_edumy', 'cocoon_dribbble_url', '#'), (1979, 'theme_edumy', 'cocoon_google_url', '#'), (1980, 'theme_edumy', 'cocoon_copyright', 'Copyright © 2021 Edumy Moodle Theme by Cocoon. All Rights Reserved.'), (1981, 'theme_edumy', 'footer_col_1_title', 'CONTACT'), (1982, 'theme_edumy', 'footer_col_1_body', '

329 Queensberry Street, North Melbourne

\r\n

VIC 3051, Australia.

\r\n

123 456 7890

\r\n

support@edumy.com

'), (1983, 'theme_edumy', 'footer_col_2_title', 'COMPANY'), (1984, 'theme_edumy', 'footer_col_2_body', ''), (1985, 'theme_edumy', 'footer_col_3_title', 'PROGRAMS'), (1986, 'theme_edumy', 'footer_col_3_body', ''), (1987, 'theme_edumy', 'footer_col_4_title', 'SUPPORT'), (1988, 'theme_edumy', 'footer_col_4_body', '\r\n'), (1989, 'theme_edumy', 'footer_col_5_title', 'MOBILE'), (1990, 'theme_edumy', 'footer_col_5_body', '
\r\n\r\n\r\n
'), (1991, 'theme_edumy', 'headertype', '1'), (1992, 'theme_edumy', 'email_address', 'hello@edumy.com'), (1993, 'theme_edumy', 'phone', '(56) 123 456 789'), (1994, 'theme_edumy', 'cta_text', 'Become an Instructor'), (1995, 'theme_edumy', 'cta_link', '#'), (1996, 'theme_edumy', 'footertype', '1'), (1997, 'theme_edumy', 'calendar_event_image', '/el1.jpg'), (1998, 'theme_edumy', 'calendareventimage', '/el1.jpg'), (1999, 'theme_edumy', 'headerlogo1', '/header-logo.png'), (2000, 'theme_edumy', 'headerlogo2', '/header-logo2.png'), (2001, 'theme_edumy', 'footerlogo1', '/header-logo.png'), (2002, 'theme_edumy', 'blogstyle', '1'), (2003, 'theme_edumy', 'courseliststyle', '2'), (2004, 'theme_edumy', 'footer_menu', ''), (2005, 'tool_task', 'lastcronstart', '1612046716'), (2006, 'block_html', 'search_content_indexingstart', '1612046702'), (2007, 'block_html', 'search_content_indexingend', '1612046702'), (2008, 'block_html', 'search_content_docsignored', '0'), (2009, 'block_html', 'search_content_docsprocessed', '0'), (2010, 'block_html', 'search_content_recordsprocessed', '0'), (2011, 'mod_forum', 'search_post_indexingstart', '1612046702'), (2012, 'mod_forum', 'search_post_indexingend', '1612046702'), (2013, 'mod_forum', 'search_post_docsignored', '0'), (2014, 'mod_forum', 'search_post_docsprocessed', '0'), (2015, 'mod_forum', 'search_post_recordsprocessed', '0'), (2016, 'mod_forum', 'search_post_lastindexrun', '1577500995'), (2017, 'mod_wiki', 'search_collaborative_page_indexingstart', '1612046702'), (2018, 'mod_wiki', 'search_collaborative_page_indexingend', '1612046702'), (2019, 'mod_wiki', 'search_collaborative_page_docsignored', '0'), (2020, 'mod_wiki', 'search_collaborative_page_docsprocessed', '0'), (2021, 'mod_wiki', 'search_collaborative_page_recordsprocessed', '0'), (2022, 'mod_wiki', 'search_activity_indexingstart', '1612046702'), (2023, 'mod_wiki', 'search_activity_indexingend', '1612046703'), (2024, 'mod_wiki', 'search_activity_docsignored', '0'), (2025, 'mod_wiki', 'search_activity_docsprocessed', '0'), (2026, 'mod_wiki', 'search_activity_recordsprocessed', '0'), (2027, 'mod_url', 'search_activity_indexingstart', '1612046703'), (2028, 'mod_url', 'search_activity_indexingend', '1612046703'), (2029, 'mod_url', 'search_activity_docsignored', '0'), (2030, 'mod_url', 'search_activity_docsprocessed', '0'), (2031, 'mod_url', 'search_activity_recordsprocessed', '0'), (2032, 'mod_survey', 'search_activity_indexingstart', '1612046703'), (2033, 'mod_survey', 'search_activity_indexingend', '1612046703'), (2034, 'mod_survey', 'search_activity_docsignored', '0'), (2035, 'mod_survey', 'search_activity_docsprocessed', '0'), (2036, 'mod_survey', 'search_activity_recordsprocessed', '0'), (2037, 'mod_scorm', 'search_activity_indexingstart', '1612046703'), (2038, 'mod_scorm', 'search_activity_indexingend', '1612046703'), (2039, 'mod_scorm', 'search_activity_docsignored', '0'), (2040, 'mod_scorm', 'search_activity_docsprocessed', '0'), (2041, 'mod_scorm', 'search_activity_recordsprocessed', '0'), (2042, 'mod_resource', 'search_activity_indexingstart', '1612046703'), (2043, 'mod_resource', 'search_activity_indexingend', '1612046703'), (2044, 'mod_resource', 'search_activity_docsignored', '0'), (2045, 'mod_resource', 'search_activity_docsprocessed', '0'), (2046, 'mod_resource', 'search_activity_recordsprocessed', '0'), (2047, 'mod_quiz', 'search_activity_indexingstart', '1612046703'), (2048, 'mod_quiz', 'search_activity_indexingend', '1612046703'), (2049, 'mod_quiz', 'search_activity_docsignored', '0'), (2050, 'mod_quiz', 'search_activity_docsprocessed', '0'), (2051, 'mod_quiz', 'search_activity_recordsprocessed', '0'), (2052, 'mod_page', 'search_activity_indexingstart', '1612046703'), (2053, 'mod_page', 'search_activity_indexingend', '1612046703'), (2054, 'mod_page', 'search_activity_docsignored', '0'), (2055, 'mod_page', 'search_activity_docsprocessed', '4'), (2056, 'mod_page', 'search_activity_recordsprocessed', '4'), (2057, 'mod_page', 'search_activity_lastindexrun', '1612046146'), (2058, 'mod_lti', 'search_activity_indexingstart', '1612046703'), (2059, 'mod_lti', 'search_activity_indexingend', '1612046703'), (2060, 'mod_lti', 'search_activity_docsignored', '0'), (2061, 'mod_lti', 'search_activity_docsprocessed', '0'), (2062, 'mod_lti', 'search_activity_recordsprocessed', '0'), (2063, 'mod_lesson', 'search_activity_indexingstart', '1612046703'), (2064, 'mod_lesson', 'search_activity_indexingend', '1612046703'), (2065, 'mod_lesson', 'search_activity_docsignored', '0'), (2066, 'mod_lesson', 'search_activity_docsprocessed', '0'), (2067, 'mod_lesson', 'search_activity_recordsprocessed', '0'), (2068, 'mod_label', 'search_activity_indexingstart', '1612046703'), (2069, 'mod_label', 'search_activity_indexingend', '1612046703'), (2070, 'mod_label', 'search_activity_docsignored', '0'), (2071, 'mod_label', 'search_activity_docsprocessed', '0'), (2072, 'mod_label', 'search_activity_recordsprocessed', '0'), (2073, 'mod_imscp', 'search_activity_indexingstart', '1612046703'), (2074, 'mod_imscp', 'search_activity_indexingend', '1612046703'), (2075, 'mod_imscp', 'search_activity_docsignored', '0'), (2076, 'mod_imscp', 'search_activity_docsprocessed', '0'), (2077, 'mod_imscp', 'search_activity_recordsprocessed', '0'), (2078, 'mod_glossary', 'search_entry_indexingstart', '1612046703'), (2079, 'mod_glossary', 'search_entry_indexingend', '1612046703'), (2080, 'mod_glossary', 'search_entry_docsignored', '0'), (2081, 'mod_glossary', 'search_entry_docsprocessed', '0'), (2082, 'mod_glossary', 'search_entry_recordsprocessed', '0'), (2083, 'mod_glossary', 'search_activity_indexingstart', '1612046703'), (2084, 'mod_glossary', 'search_activity_indexingend', '1612046703'), (2085, 'mod_glossary', 'search_activity_docsignored', '0'), (2086, 'mod_glossary', 'search_activity_docsprocessed', '0'), (2087, 'mod_glossary', 'search_activity_recordsprocessed', '0'), (2088, 'mod_glossary', 'search_activity_lastindexrun', '1577501154'), (2089, 'mod_forum', 'search_activity_indexingstart', '1612046703'), (2090, 'mod_forum', 'search_activity_indexingend', '1612046703'), (2091, 'mod_forum', 'search_activity_docsignored', '0'), (2092, 'mod_forum', 'search_activity_docsprocessed', '0'), (2093, 'mod_forum', 'search_activity_recordsprocessed', '0'), (2094, 'mod_forum', 'search_activity_lastindexrun', '1577500778'), (2095, 'core_search', 'core_course_course_indexingstart', '1612046703'), (2096, 'core_search', 'core_course_course_indexingend', '1612046703'), (2097, 'core_search', 'core_course_course_docsignored', '0'), (2098, 'core_search', 'core_course_course_docsprocessed', '0'), (2099, 'core_search', 'core_course_course_recordsprocessed', '0'), (2100, 'core_search', 'core_course_course_lastindexrun', '1578091189'), (2101, 'mod_folder', 'search_activity_indexingstart', '1612046703'), (2102, 'mod_folder', 'search_activity_indexingend', '1612046703'), (2103, 'mod_folder', 'search_activity_docsignored', '0'), (2104, 'mod_folder', 'search_activity_docsprocessed', '0'), (2105, 'mod_folder', 'search_activity_recordsprocessed', '0'), (2106, 'mod_feedback', 'search_activity_indexingstart', '1612046703'), (2107, 'mod_feedback', 'search_activity_indexingend', '1612046703'), (2108, 'mod_feedback', 'search_activity_docsignored', '0'), (2109, 'mod_feedback', 'search_activity_docsprocessed', '0'), (2110, 'mod_feedback', 'search_activity_recordsprocessed', '0'), (2111, 'mod_data', 'search_entry_indexingstart', '1612046703'), (2112, 'mod_data', 'search_entry_indexingend', '1612046703'), (2113, 'mod_data', 'search_entry_docsignored', '0'), (2114, 'mod_data', 'search_entry_docsprocessed', '0'), (2115, 'mod_data', 'search_entry_recordsprocessed', '0'), (2116, 'mod_data', 'search_activity_indexingstart', '1612046703'), (2117, 'mod_data', 'search_activity_indexingend', '1612046703'), (2118, 'mod_data', 'search_activity_docsignored', '0'), (2119, 'mod_data', 'search_activity_docsprocessed', '0'), (2120, 'mod_data', 'search_activity_recordsprocessed', '0'), (2121, 'mod_choice', 'search_activity_indexingstart', '1612046703'), (2122, 'mod_choice', 'search_activity_indexingend', '1612046703'), (2123, 'mod_choice', 'search_activity_docsignored', '0'), (2124, 'mod_choice', 'search_activity_docsprocessed', '0'), (2125, 'mod_choice', 'search_activity_recordsprocessed', '0'), (2126, 'mod_chat', 'search_activity_indexingstart', '1612046703'), (2127, 'mod_chat', 'search_activity_indexingend', '1612046703'), (2128, 'mod_chat', 'search_activity_docsignored', '0'), (2129, 'mod_chat', 'search_activity_docsprocessed', '0'), (2130, 'mod_chat', 'search_activity_recordsprocessed', '0'), (2131, 'mod_book', 'search_chapter_indexingstart', '1612046703'), (2132, 'mod_book', 'search_chapter_indexingend', '1612046703'), (2133, 'mod_book', 'search_chapter_docsignored', '0'), (2134, 'mod_book', 'search_chapter_docsprocessed', '0'), (2135, 'mod_book', 'search_chapter_recordsprocessed', '0'), (2136, 'mod_book', 'search_activity_indexingstart', '1612046703'), (2137, 'mod_book', 'search_activity_indexingend', '1612046703'), (2138, 'mod_book', 'search_activity_docsignored', '0'), (2139, 'mod_book', 'search_activity_docsprocessed', '0'), (2140, 'mod_book', 'search_activity_recordsprocessed', '0'), (2141, 'mod_assign', 'search_activity_indexingstart', '1612046703'), (2142, 'mod_assign', 'search_activity_indexingend', '1612046703'), (2143, 'mod_assign', 'search_activity_docsignored', '0'), (2144, 'mod_assign', 'search_activity_docsprocessed', '0'), (2145, 'mod_assign', 'search_activity_recordsprocessed', '0'), (2146, 'mod_assign', 'search_activity_lastindexrun', '1577501491'), (2147, 'core_search', 'core_user_user_indexingstart', '1612046703'), (2148, 'core_search', 'core_user_user_indexingend', '1612046703'), (2149, 'core_search', 'core_user_user_docsignored', '0'), (2150, 'core_search', 'core_user_user_docsprocessed', '1'), (2151, 'core_search', 'core_user_user_recordsprocessed', '1'), (2152, 'core_search', 'core_user_user_lastindexrun', '1612046620'), (2153, 'core_search', 'core_message_message_sent_indexingstart', '1612046703'), (2154, 'core_search', 'core_message_message_sent_indexingend', '1612046703'), (2155, 'core_search', 'core_message_message_sent_docsignored', '0'), (2156, 'core_search', 'core_message_message_sent_docsprocessed', '0'), (2157, 'core_search', 'core_message_message_sent_recordsprocessed', '0'), (2158, 'core_search', 'core_message_message_sent_lastindexrun', '1577691047'), (2159, 'core_search', 'core_message_message_received_indexingstart', '1612046703'), (2160, 'core_search', 'core_message_message_received_indexingend', '1612046703'), (2161, 'core_search', 'core_message_message_received_docsignored', '0'), (2162, 'core_search', 'core_message_message_received_docsprocessed', '0'), (2163, 'core_search', 'core_message_message_received_recordsprocessed', '0'), (2164, 'core_search', 'core_message_message_received_lastindexrun', '1577691047'), (2165, 'core_search', 'core_course_section_indexingstart', '1612046703'), (2166, 'core_search', 'core_course_section_indexingend', '1612046703'), (2167, 'core_search', 'core_course_section_docsignored', '0'), (2168, 'core_search', 'core_course_section_docsprocessed', '0'), (2169, 'core_search', 'core_course_section_recordsprocessed', '0'), (2170, 'core_search', 'core_course_customfield_indexingstart', '1612046703'), (2171, 'core_search', 'core_course_customfield_indexingend', '1612046703'), (2172, 'core_search', 'core_course_customfield_docsignored', '0'), (2173, 'core_search', 'core_course_customfield_docsprocessed', '0'), (2174, 'core_search', 'core_course_customfield_recordsprocessed', '0'), (2175, 'core_search', 'core_course_customfield_lastindexrun', '1578012152'), (2176, 'mod_workshop', 'search_activity_indexingstart', '1612046703'), (2177, 'mod_workshop', 'search_activity_indexingend', '1612046703'), (2178, 'mod_workshop', 'search_activity_docsignored', '0'), (2179, 'mod_workshop', 'search_activity_docsprocessed', '0'), (2180, 'mod_workshop', 'search_activity_recordsprocessed', '0'), (2181, 'tool_task', 'lastcroninterval', '1'), (2182, 'core_admin', 'coursecolor1', '#81ecec'), (2183, 'core_admin', 'coursecolor2', '#74b9ff'), (2184, 'core_admin', 'coursecolor3', '#a29bfe'), (2185, 'core_admin', 'coursecolor4', '#dfe6e9'), (2186, 'core_admin', 'coursecolor5', '#00b894'), (2187, 'core_admin', 'coursecolor6', '#0984e3'), (2188, 'core_admin', 'coursecolor7', '#b2bec3'), (2189, 'core_admin', 'coursecolor8', '#fdcb6e'), (2190, 'core_admin', 'coursecolor9', '#fd79a8'), (2191, 'core_admin', 'coursecolor10', '#6c5ce7'), (2198, 'filter_displayh5p', 'version', '2022041900'), (2200, 'forumreport_summary', 'version', '2022041900'), (2201, 'atto_emojipicker', 'version', '2022041900'), (2202, 'atto_h5p', 'version', '2022041900'), (2203, 'backup', 'backup_general_files', '1'), (2204, 'backup', 'backup_general_files_locked', ''), (2205, 'backup', 'backup_auto_files', '1'), (2206, 'block_myoverview', 'layouts', 'card,list,summary'), (2207, 'block_myoverview', 'displaygroupingallincludinghidden', '0'), (2208, 'block_myoverview', 'displaygroupingall', '1'), (2209, 'block_myoverview', 'displaygroupinginprogress', '1'), (2210, 'block_myoverview', 'displaygroupingpast', '1'), (2211, 'block_myoverview', 'displaygroupingfuture', '1'), (2212, 'block_myoverview', 'displaygroupingcustomfield', '0'), (2213, 'block_myoverview', 'customfiltergrouping', ''), (2215, 'block_myoverview', 'displaygroupinghidden', '1'), (2216, 'block_recentlyaccessedcourses', 'displaycategories', '1'), (2217, 'block_starredcourses', 'displaycategories', '1'), (2218, 'filter_displayh5p', 'allowedsources', ''), (2219, 'mlbackend_python', 'useserver', '0'), (2220, 'mlbackend_python', 'host', ''), (2221, 'mlbackend_python', 'port', '0'), (2222, 'mlbackend_python', 'secure', '0'), (2223, 'mlbackend_python', 'username', 'default'), (2224, 'mlbackend_python', 'password', ''), (2225, 'enrol_manual', 'expirynotifylast', '1612046703'), (2226, 'enrol_self', 'expirynotifylast', '1612046703'), (2227, 'block_cocoon_custom_html', 'version', '2020081513.1'), (2228, 'block_cocoon_globalsearch_n', 'version', '2020081513.1'), (2229, 'block_cocoon_mynews', 'version', '2021090220.38'), (2230, 'block_cocoon_myorders', 'version', '2021090220.38'), (2231, 'block_cocoon_myviews', 'version', '2020081513.1'), (2232, 'theme_edumy', 'favicon', ''); INSERT INTO `cocoon_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES (2233, 'theme_edumy', 'heading_bg', ''), (2234, 'theme_edumy', 'logotype', '0'), (2235, 'theme_edumy', 'logo_image', '0'), (2236, 'theme_edumy', 'headerlogo3', ''), (2237, 'theme_edumy', 'logotype_footer', '0'), (2238, 'theme_edumy', 'logo_image_footer', '0'), (2239, 'theme_edumy', 'library_list', '0'), (2240, 'theme_edumy', 'color_gradient_start', '#ff1053'), (2241, 'theme_edumy', 'color_gradient_end', '#3452ff'), (2242, 'theme_edumy', 'color_primary', '#2441e7'), (2243, 'theme_edumy', 'color_secondary', '#ff1053'), (2244, 'theme_edumy', 'color_accent', '#e35a9a'), (2245, 'theme_edumy', 'color_accent_2', '#c75533'), (2246, 'theme_edumy', 'color_header_style_2_top', '#000'), (2247, 'theme_edumy', 'color_header_style_2_bottom', '#141414'), (2248, 'theme_edumy', 'color_header_style_4_top', '#3452ff'), (2249, 'theme_edumy', 'color_header_style_5', '#ffffff'), (2250, 'theme_edumy', 'color_header_style_6_top', '#3452ff'), (2251, 'theme_edumy', 'color_footer_style_1_top', '#151515'), (2252, 'theme_edumy', 'color_footer_style_1_bottom', '#0a0a0a'), (2253, 'theme_edumy', 'color_footer_style_2_top', '#f9fafc'), (2254, 'theme_edumy', 'color_footer_style_2_bottom', '#ebeef4'), (2255, 'theme_edumy', 'color_footer_style_3_top', '#f9fafc'), (2256, 'theme_edumy', 'color_footer_style_3_middle', '#ffffff'), (2257, 'theme_edumy', 'color_footer_style_3_bottom', '#fafafa'), (2258, 'theme_edumy', 'gmaps_key', ''), (2259, 'theme_edumy', 'custom_css', ''), (2260, 'theme_edumy', 'custom_css_dashboard', ''), (2261, 'theme_edumy', 'custom_js', ''), (2262, 'theme_edumy', 'custom_js_dashboard', ''), (2263, 'block_cocoon_accordion', 'version', '2021100102.25'), (2264, 'block_cocoon_boxes', 'version', '2021012518.04'), (2265, 'block_cocoon_cf_paid', 'version', '2020081513.1'), (2266, 'block_cocoon_cf_rating', 'version', '2020081513.1'), (2267, 'block_cocoon_course_categories_2', 'version', '2021032215.5'), (2268, 'block_cocoon_course_categories_3', 'version', '2021083100.15'), (2269, 'block_cocoon_course_categories_4', 'version', '2021090220.38'), (2270, 'block_cocoon_course_enrl_c', 'version', '2020110418.16'), (2271, 'block_cocoon_course_feat_a', 'version', '2020081513.1'), (2272, 'block_cocoon_course_grid', 'version', '2021083018.38'), (2273, 'block_cocoon_course_grid_2', 'version', '2021083018.38'), (2274, 'block_cocoon_course_grid_3', 'version', '2021083018.38'), (2275, 'block_cocoon_course_grid_4', 'version', '2021083018.38'), (2276, 'block_cocoon_course_rating', 'version', '2021090220.38'), (2277, 'block_cocoon_hero_4', 'version', '2021090220.38'), (2278, 'block_cocoon_hero_5', 'version', '2021090220.38'), (2279, 'block_cocoon_my_courses', 'version', '2021090220.38'), (2280, 'block_cocoon_parallax_features', 'version', '2021090220.38'), (2281, 'block_cocoon_parallax_subscribe', 'version', '2021090220.38'), (2282, 'block_cocoon_parallax_testimonials', 'version', '2021090220.38'), (2283, 'block_cocoon_price_tables', 'version', '2021090220.38'), (2284, 'block_cocoon_price_tables_dark', 'version', '2021090220.38'), (2285, 'block_cocoon_services', 'version', '2021090220.38'), (2286, 'block_cocoon_services_dark', 'version', '2021090220.38'), (2287, 'block_cocoon_slider_1_v', 'version', '2021021202.04'), (2288, 'block_cocoon_slider_5', 'version', '2021090220.38'), (2289, 'block_cocoon_slider_6', 'version', '2021090220.38'), (2290, 'block_cocoon_steps', 'version', '2021090220.38'), (2291, 'block_cocoon_steps_dark', 'version', '2021090220.38'), (2292, 'block_cocoon_tabs', 'version', '2021090220.38'), (2293, 'block_cocoon_tstmnls_2', 'version', '2021090220.38'), (2294, 'block_cocoon_users_slider_2', 'version', '2021090220.38'), (2295, 'block_cocoon_users_slider_2_dark', 'version', '2021090220.38'), (2296, 'theme_edumy', 'back_to_top', '0'), (2297, 'theme_edumy', 'logo_image_width', ''), (2298, 'theme_edumy', 'logo_image_height', ''), (2299, 'theme_edumy', 'headerlogo_mobile', ''), (2300, 'theme_edumy', 'logo_image_width_footer', ''), (2301, 'theme_edumy', 'logo_image_height_footer', ''), (2302, 'theme_edumy', 'header_search', '0'), (2303, 'theme_edumy', 'header_login', '0'), (2304, 'theme_edumy', 'header_main_menu', '0'), (2305, 'theme_edumy', 'headertype_settings', '1'), (2306, 'theme_edumy', 'breadcrumb_style', '0'), (2307, 'theme_edumy', 'breadcrumb_title', '0'), (2308, 'theme_edumy', 'breadcrumb_trail', '0'), (2309, 'theme_edumy', 'breadcrumb_clip', '0'), (2310, 'theme_edumy', 'breadcrumb_caps', '0'), (2311, 'theme_edumy', 'preloader_image', ''), (2312, 'theme_edumy', 'preloader_duration', '0'), (2313, 'theme_edumy', 'course_price_format', '6'), (2314, 'theme_edumy', 'course_ratings', '2'), (2315, 'theme_edumy', 'coursecat_modified', '0'), (2316, 'theme_edumy', 'coursecat_enrolments', '0'), (2317, 'theme_edumy', 'coursecat_announcements', '0'), (2318, 'theme_edumy', 'coursecat_prices', '0'), (2319, 'theme_edumy', 'course_single_style', '0'), (2320, 'theme_edumy', 'course_enrolment_payment', '0'), (2321, 'theme_edumy', 'singlecourse_blocks', '0'), (2322, 'theme_edumy', 'course_start_date', '0'), (2323, 'theme_edumy', 'course_category', '0'), (2324, 'theme_edumy', 'course_content_enroled_only', '0'), (2325, 'theme_edumy', 'topics_format_collapsible', '0'), (2326, 'theme_edumy', 'quiz_layout', '0'), (2327, 'theme_edumy', 'social_target', '0'), (2328, 'theme_edumy', 'cocoon_youtube_url', ''), (2329, 'theme_edumy', 'cocoon_vk_url', ''), (2330, 'theme_edumy', 'cocoon_500px_url', ''), (2331, 'theme_edumy', 'cocoon_behance_url', ''), (2332, 'theme_edumy', 'cocoon_digg_url', ''), (2333, 'theme_edumy', 'cocoon_flickr_url', ''), (2334, 'theme_edumy', 'cocoon_foursquare_url', ''), (2335, 'theme_edumy', 'cocoon_linkedin_url', ''), (2336, 'theme_edumy', 'cocoon_medium_url', ''), (2337, 'theme_edumy', 'cocoon_meetup_url', ''), (2338, 'theme_edumy', 'cocoon_snapchat_url', ''), (2339, 'theme_edumy', 'cocoon_tumblr_url', ''), (2340, 'theme_edumy', 'cocoon_vimeo_url', ''), (2341, 'theme_edumy', 'cocoon_wechat_url', ''), (2342, 'theme_edumy', 'cocoon_whatsapp_url', ''), (2343, 'theme_edumy', 'cocoon_wordpress_url', ''), (2344, 'theme_edumy', 'cocoon_weibo_url', ''), (2345, 'theme_edumy', 'cocoon_telegram_url', ''), (2346, 'theme_edumy', 'cocoon_moodle_url', ''), (2347, 'theme_edumy', 'cocoon_amazon_url', ''), (2348, 'theme_edumy', 'cocoon_slideshare_url', ''), (2349, 'theme_edumy', 'cocoon_soundcloud_url', ''), (2350, 'theme_edumy', 'cocoon_leanpub_url', ''), (2351, 'theme_edumy', 'cocoon_xing_url', ''), (2352, 'theme_edumy', 'cocoon_bitcoin_url', ''), (2353, 'theme_edumy', 'cocoon_twitch_url', ''), (2354, 'theme_edumy', 'cocoon_github_url', ''), (2355, 'theme_edumy', 'cocoon_gitlab_url', ''), (2356, 'theme_edumy', 'cocoon_forumbee_url', ''), (2357, 'theme_edumy', 'cocoon_trello_url', ''), (2358, 'theme_edumy', 'cocoon_weixin_url', ''), (2359, 'theme_edumy', 'cocoon_slack_url', ''), (2360, 'theme_edumy', 'color_primary_alternate', '#192675'), (2361, 'theme_edumy', 'color_tertiary', '#6c757d'), (2362, 'theme_edumy', 'color_accent_3', '#192675'), (2363, 'theme_edumy', 'color_accent_4', '#f0d078'), (2364, 'theme_edumy', 'color_parallax', '#2441e7'), (2365, 'theme_edumy', 'color_footer_style_5_top', '#0d2f81'), (2366, 'theme_edumy', 'color_footer_style_5_bottom', '#072670'), (2367, 'theme_edumy', 'color_footer_style_6_all', '#3f4449'), (2368, 'theme_edumy', 'color_footer_style_7_top', '#ffffff'), (2369, 'theme_edumy', 'color_footer_style_7_bottom', '#ffffff'), (2370, 'theme_edumy', 'dashboard_header', '0'), (2371, 'theme_edumy', 'dashboard_sticky_header', '0'), (2372, 'theme_edumy', 'dashboard_sticky_drawer', '0'), (2373, 'theme_edumy', 'dashboard_left_drawer', '0'), (2374, 'theme_edumy', 'breadcrumb_clip_dash', '1'), (2375, 'theme_edumy', 'dashboard_tablet_1_visibility', '0'), (2376, 'theme_edumy', 'dashboard_tablet_1_title', ''), (2377, 'theme_edumy', 'dashboard_tablet_1_subtitle', ''), (2378, 'theme_edumy', 'dashboard_tablet_1_url', ''), (2379, 'theme_edumy', 'dashboard_tablet_1_color', '#2441e7'), (2380, 'theme_edumy', 'dashboard_tablet_1_ccn_icon_class', 'flaticon-speech-bubble'), (2381, 'theme_edumy', 'dashboard_tablet_2_visibility', '0'), (2382, 'theme_edumy', 'dashboard_tablet_2_title', ''), (2383, 'theme_edumy', 'dashboard_tablet_2_subtitle', ''), (2384, 'theme_edumy', 'dashboard_tablet_2_url', ''), (2385, 'theme_edumy', 'dashboard_tablet_2_color', '#ff1053'), (2386, 'theme_edumy', 'dashboard_tablet_2_ccn_icon_class', 'flaticon-cap'), (2387, 'theme_edumy', 'dashboard_tablet_3_visibility', '0'), (2388, 'theme_edumy', 'dashboard_tablet_3_title', ''), (2389, 'theme_edumy', 'dashboard_tablet_3_subtitle', ''), (2390, 'theme_edumy', 'dashboard_tablet_3_url', ''), (2391, 'theme_edumy', 'dashboard_tablet_3_color', '#00a78e'), (2392, 'theme_edumy', 'dashboard_tablet_3_ccn_icon_class', 'flaticon-settings'), (2393, 'theme_edumy', 'dashboard_tablet_4_visibility', '0'), (2394, 'theme_edumy', 'dashboard_tablet_4_title', ''), (2395, 'theme_edumy', 'dashboard_tablet_4_subtitle', ''), (2396, 'theme_edumy', 'dashboard_tablet_4_url', ''), (2397, 'theme_edumy', 'dashboard_tablet_4_color', '#ecd06f'), (2398, 'theme_edumy', 'dashboard_tablet_4_ccn_icon_class', 'flaticon-rating'), (2399, 'theme_edumy', 'navigation_icon_visibility', '0'), (2400, 'theme_edumy', 'navigation_icon_ccn_icon_class', 'flaticon-settings'), (2401, 'theme_edumy', 'notification_icon_visibility', '0'), (2402, 'theme_edumy', 'notification_icon_ccn_icon_class', 'flaticon-alarm'), (2403, 'theme_edumy', 'messages_icon_visibility', '0'), (2404, 'theme_edumy', 'messages_icon_ccn_icon_class', 'flaticon-speech-bubble'), (2405, 'theme_edumy', 'dark_mode_icon_visibility', '0'), (2406, 'theme_edumy', 'dark_mode_icon_ccn_icon_class', 'ccn-flaticon-hide'), (2407, 'theme_edumy', 'profile_icon_username', '0'), (2408, 'theme_edumy', 'order_receipt_address_line_1', '1 Trafalgar Square'), (2409, 'theme_edumy', 'order_receipt_address_line_2', 'Westminster'), (2410, 'theme_edumy', 'order_receipt_address_line_3', 'Central London'), (2411, 'theme_edumy', 'order_receipt_zip', 'SW1 3EJ'), (2412, 'theme_edumy', 'order_receipt_phone', '+133-424-481-500'), (2413, 'theme_edumy', 'order_receipt_email', 'orders@edumylearning.edu'), (2414, 'theme_edumy', 'primary_font', '0'), (2415, 'theme_edumy', 'secondary_font', '5'), (2416, 'theme_edumy', 'upload_font_eot', ''), (2417, 'theme_edumy', 'upload_font_woff2', ''), (2418, 'theme_edumy', 'upload_font_woff', ''), (2419, 'theme_edumy', 'upload_font_ttf', ''), (2420, 'theme_edumy', 'upload_font_svg', ''), (2421, 'theme_edumy', 'upload_font_secondary_eot', ''), (2422, 'theme_edumy', 'upload_font_secondary_woff2', ''), (2423, 'theme_edumy', 'upload_font_secondary_woff', ''), (2424, 'theme_edumy', 'upload_font_secondary_ttf', ''), (2425, 'theme_edumy', 'upload_font_secondary_svg', ''), (2426, 'theme_edumy', 'dashboard_layout', '0'), (2427, 'theme_edumy', 'coursemainpage_layout', '0'), (2428, 'theme_edumy', 'incourse_layout', '0'), (2429, 'theme_edumy', 'user_profile_layout', '0'), (2430, 'theme_edumy', 'blog_post_author', '0'), (2431, 'theme_edumy', 'blog_post_date', '0'), (2432, 'theme_edumy', 'page_settings_controls', '0'), (2433, 'theme_edumy', 'iconset_edumy', '1'), (2434, 'theme_edumy', 'iconset_cocoon', '1'), (2435, 'theme_edumy', 'iconset_fontawesome', '1'), (2436, 'theme_edumy', 'iconset_lineawesome', '1'), (2437, 'theme_edumy', 'meta_description', ''), (2438, 'theme_edumy', 'meta_abstract', ''), (2439, 'theme_edumy', 'meta_keywords', ''), (2440, 'theme_edumy', 'dev_expose_blocks', '1'), (2441, 'mod_h5pactivity', 'version', '2022041900'), (2442, 'auth_cas', 'memberattribute_isdn', '0'), (2443, 'auth_ldap', 'memberattribute_isdn', '0'), (2444, 'block_myoverview', 'displaygroupingfavourites', '1'), (2445, 'report_status', 'version', '2022041900'), (2446, 'repository_contentbank', 'version', '2022041900'), (2448, 'contentbank', 'enablecourseinstances', '0'), (2449, 'contentbank', 'enableuserinstances', '0'), (2450, 'tool_licensemanager', 'version', '2022041900'), (2451, 'tool_moodlenet', 'version', '2022041900'), (2452, 'contenttype_h5p', 'version', '2022041900'), (2453, 'h5plib_v124', 'version', '2022041900'), (2454, 'quizaccess_seb', 'version', '2022041900'), (2456, 'tool_dataprivacy', 'automaticdataexportapproval', '0'), (2457, 'tool_dataprivacy', 'automaticdatadeletionapproval', '0'), (2458, 'backup', 'backup_general_contentbankcontent', '1'), (2459, 'backup', 'backup_general_contentbankcontent_locked', ''), (2460, 'backup', 'backup_import_contentbankcontent', '1'), (2461, 'backup', 'backup_import_contentbankcontent_locked', ''), (2462, 'backup', 'backup_auto_contentbankcontent', '1'), (2463, 'restore', 'restore_general_contentbankcontent', '1'), (2464, 'restore', 'restore_general_contentbankcontent_locked', ''), (2465, 'quiz', 'quizpassword', ''), (2466, 'quiz', 'quizpassword_adv', ''), (2467, 'quiz', 'quizpassword_required', ''), (2468, 'quizaccess_seb', 'autoreconfigureseb', '1'), (2469, 'quizaccess_seb', 'showseblinks', 'seb,http'), (2470, 'quizaccess_seb', 'downloadlink', 'https://safeexambrowser.org/download_en.html'), (2471, 'quizaccess_seb', 'quizpasswordrequired', '0'), (2472, 'quizaccess_seb', 'displayblocksbeforestart', '0'), (2473, 'quizaccess_seb', 'displayblockswhenfinished', '1'), (2474, 'antivirus_clamav', 'tcpsockethost', ''), (2475, 'antivirus_clamav', 'tcpsocketport', '3310'), (2476, 'antivirus_clamav', 'tries', '1'), (2477, 'tool_mobile', 'typeoflogin', '1'), (2478, 'tool_mobile', 'qrcodetype', '1'), (2479, 'tool_mobile', 'forcedurlscheme', 'moodlemobile'), (2480, 'tool_mobile', 'minimumversion', ''), (2481, 'tool_mobile', 'enablesmartappbanners', '0'), (2482, 'tool_mobile', 'iosappid', '633359593'), (2483, 'tool_mobile', 'androidappid', 'com.moodle.moodlemobile'), (2484, 'tool_mobile', 'setuplink', 'https://download.moodle.org/mobile'), (2485, 'tool_mobile', 'forcelogout', '0'), (2486, 'tool_mobile', 'disabledfeatures', ''), (2487, 'tool_mobile', 'custommenuitems', ''), (2488, 'tool_mobile', 'customlangstrings', ''), (2489, 'tool_moodlenet', 'enablemoodlenet', '1'), (2490, 'tool_moodlenet', 'defaultmoodlenetname', 'MoodleNet Central'), (2491, 'tool_moodlenet', 'defaultmoodlenet', 'https://moodle.net'), (2492, 'theme_edumy', 'cta_icon_ccn_icon_class', 'flaticon-megaphone'), (2493, 'theme_edumy', 'logo_url', ''), (2506, 'enrol_fee', 'version', '2022041900'), (2507, 'report_infectedfiles', 'version', '2022041900'), (2508, 'paygw_paypal', 'version', '2022041900'), (2510, 'moodlecourse', 'downloadcontentsitedefault', '0'), (2511, 'backup', 'backup_general_legacyfiles', '1'), (2512, 'backup', 'backup_general_legacyfiles_locked', ''), (2513, 'backup', 'backup_import_legacyfiles', '1'), (2514, 'backup', 'backup_import_legacyfiles_locked', ''), (2515, 'backup', 'backup_auto_legacyfiles', '1'), (2516, 'restore', 'restore_general_legacyfiles', '1'), (2517, 'restore', 'restore_general_legacyfiles_locked', ''), (2518, 'antivirus', 'notifyemail', ''), (2519, 'antivirus', 'enablequarantine', '0'), (2520, 'antivirus', 'quarantinetime', '2419200'), (2521, 'enrol_fee', 'expiredaction', '3'), (2522, 'enrol_fee', 'status', '1'), (2523, 'enrol_fee', 'cost', '0'), (2524, 'enrol_fee', 'currency', 'USD'), (2525, 'enrol_fee', 'roleid', '5'), (2526, 'enrol_fee', 'enrolperiod', '0'), (2527, 'paygw_paypal', 'surcharge', '0'), (2528, 'tool_mobile', 'filetypeexclusionlist', ''), (2529, 'block_cocoon_course_categories_5', 'version', '2021032215.5'), (2530, 'block_cocoon_course_grid_5', 'version', '2021083018.38'), (2531, 'block_cocoon_course_grid_6', 'version', '2021083018.38'), (2532, 'block_cocoon_course_grid_7', 'version', '2021090220.38'), (2533, 'block_cocoon_course_grid_8', 'version', '2021090220.38'), (2534, 'block_cocoon_event_list', 'version', '2021090220.38'), (2535, 'block_cocoon_event_list_2', 'version', '2021090220.38'), (2536, 'block_cocoon_featured_teacher', 'version', '2021090220.38'), (2537, 'block_cocoon_featured_video', 'version', '2021090220.38'), (2538, 'block_cocoon_hero_6', 'version', '2021090220.38'), (2539, 'block_cocoon_hero_7', 'version', '2021090220.38'), (2540, 'block_cocoon_parallax_subscribe_2', 'version', '2021090220.38'), (2541, 'block_cocoon_slider_7', 'version', '2021090220.38'), (2542, 'block_cocoon_slider_8', 'version', '2021090220.38'), (2543, 'block_cocoon_tstmnls_3', 'version', '2021090220.38'), (2544, 'block_cocoon_tstmnls_4', 'version', '2021090220.38'), (2545, 'block_cocoon_tstmnls_5', 'version', '2021090220.38'), (2546, 'block_cocoon_tstmnls_6', 'version', '2021090220.38'), (2547, 'theme_edumy', 'color_header_style_3_top', '#051925'), (2548, 'theme_edumy', 'login_layout', '0'), (2549, 'theme_edumy', 'lazy_loading', '0'), (2550, 'core_h5p', 'site_uuid', 'da01715f-a4b2-4cb1-9555-f473db8fc96b'), (2551, 'block_cocoon_form', 'version', '2021083004.11'), (2552, 'local_cocoon_form_builder', 'version', '2021060824'), (2553, 'theme_edumy', 'language_menu', '0'), (2554, 'theme_edumy', 'login_bg', ''), (2555, 'theme_edumy', 'edumy_focus_sidebar', '0'), (2556, 'theme_edumy', 'edumy_homepage_core', '0'), (2557, 'theme_edumy', 'headerlogo4', ''), (2558, 'message', 'airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked', '0'), (2559, 'message', 'email_provider_enrol_flatfile_flatfile_enrolment_locked', '0'), (2560, 'message', 'popup_provider_enrol_flatfile_flatfile_enrolment_locked', '0'), (2561, 'message', 'message_provider_enrol_flatfile_flatfile_enrolment_enabled', 'email'), (2562, 'message', 'airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'), (2563, 'message', 'email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'), (2564, 'message', 'popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'), (2565, 'message', 'message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled', 'email'), (2566, 'message', 'airnotifier_provider_enrol_manual_expiry_notification_locked', '0'), (2567, 'message', 'email_provider_enrol_manual_expiry_notification_locked', '0'), (2568, 'message', 'popup_provider_enrol_manual_expiry_notification_locked', '0'), (2569, 'message', 'message_provider_enrol_manual_expiry_notification_enabled', 'email'), (2570, 'message', 'airnotifier_provider_enrol_paypal_paypal_enrolment_locked', '0'), (2571, 'message', 'email_provider_enrol_paypal_paypal_enrolment_locked', '0'), (2572, 'message', 'popup_provider_enrol_paypal_paypal_enrolment_locked', '0'), (2573, 'message', 'message_provider_enrol_paypal_paypal_enrolment_enabled', 'email'), (2574, 'message', 'airnotifier_provider_enrol_self_expiry_notification_locked', '0'), (2575, 'message', 'email_provider_enrol_self_expiry_notification_locked', '0'), (2576, 'message', 'popup_provider_enrol_self_expiry_notification_locked', '0'), (2577, 'message', 'message_provider_enrol_self_expiry_notification_enabled', 'email'), (2578, 'message', 'airnotifier_provider_mod_assignment_assignment_updates_locked', '0'), (2579, 'message', 'email_provider_mod_assignment_assignment_updates_locked', '0'), (2580, 'message', 'popup_provider_mod_assignment_assignment_updates_locked', '0'), (2581, 'message', 'message_provider_mod_assignment_assignment_updates_enabled', 'email'), (2582, 'message', 'airnotifier_provider_mod_assign_assign_notification_locked', '0'), (2583, 'message', 'email_provider_mod_assign_assign_notification_locked', '0'), (2584, 'message', 'popup_provider_mod_assign_assign_notification_locked', '0'), (2585, 'message', 'message_provider_mod_assign_assign_notification_enabled', 'email'), (2586, 'message', 'airnotifier_provider_mod_feedback_message_locked', '0'), (2587, 'message', 'email_provider_mod_feedback_message_locked', '0'), (2588, 'message', 'popup_provider_mod_feedback_message_locked', '0'), (2589, 'message', 'message_provider_mod_feedback_message_enabled', 'email'), (2590, 'message', 'airnotifier_provider_mod_feedback_submission_locked', '0'), (2591, 'message', 'email_provider_mod_feedback_submission_locked', '0'), (2592, 'message', 'popup_provider_mod_feedback_submission_locked', '0'), (2593, 'message', 'message_provider_mod_feedback_submission_enabled', 'email'), (2594, 'message', 'airnotifier_provider_mod_forum_digests_locked', '0'), (2595, 'message', 'email_provider_mod_forum_digests_locked', '0'), (2596, 'message', 'popup_provider_mod_forum_digests_locked', '0'), (2597, 'message', 'message_provider_mod_forum_digests_enabled', 'email'), (2598, 'message', 'airnotifier_provider_mod_forum_posts_locked', '0'), (2599, 'message', 'email_provider_mod_forum_posts_locked', '0'), (2600, 'message', 'popup_provider_mod_forum_posts_locked', '0'), (2601, 'message', 'message_provider_mod_forum_posts_enabled', 'email,airnotifier'), (2602, 'message', 'airnotifier_provider_mod_lesson_graded_essay_locked', '0'), (2603, 'message', 'email_provider_mod_lesson_graded_essay_locked', '0'), (2604, 'message', 'popup_provider_mod_lesson_graded_essay_locked', '0'), (2605, 'message', 'message_provider_mod_lesson_graded_essay_enabled', 'email,airnotifier'), (2606, 'message', 'airnotifier_provider_mod_quiz_attempt_overdue_locked', '0'), (2607, 'message', 'email_provider_mod_quiz_attempt_overdue_locked', '0'), (2608, 'message', 'popup_provider_mod_quiz_attempt_overdue_locked', '0'), (2609, 'message', 'message_provider_mod_quiz_attempt_overdue_enabled', 'email,airnotifier'), (2610, 'message', 'airnotifier_provider_mod_quiz_confirmation_locked', '0'), (2611, 'message', 'email_provider_mod_quiz_confirmation_locked', '0'), (2612, 'message', 'popup_provider_mod_quiz_confirmation_locked', '0'), (2613, 'message', 'message_provider_mod_quiz_confirmation_enabled', 'email,airnotifier'), (2614, 'message', 'airnotifier_provider_mod_quiz_submission_locked', '0'), (2615, 'message', 'email_provider_mod_quiz_submission_locked', '0'), (2616, 'message', 'popup_provider_mod_quiz_submission_locked', '0'), (2617, 'message', 'message_provider_mod_quiz_submission_enabled', 'email'), (2618, 'message', 'airnotifier_provider_moodle_asyncbackupnotification_locked', '0'), (2619, 'message', 'email_provider_moodle_asyncbackupnotification_locked', '0'), (2620, 'message', 'popup_provider_moodle_asyncbackupnotification_locked', '0'), (2621, 'message', 'message_provider_moodle_asyncbackupnotification_enabled', 'popup,email'), (2622, 'message', 'airnotifier_provider_moodle_availableupdate_locked', '0'), (2623, 'message', 'email_provider_moodle_availableupdate_locked', '0'), (2624, 'message', 'popup_provider_moodle_availableupdate_locked', '0'), (2625, 'message', 'message_provider_moodle_availableupdate_enabled', 'email'), (2626, 'message', 'airnotifier_provider_moodle_backup_locked', '0'), (2627, 'message', 'email_provider_moodle_backup_locked', '0'), (2628, 'message', 'popup_provider_moodle_backup_locked', '0'), (2629, 'message', 'message_provider_moodle_backup_enabled', 'email'), (2630, 'message', 'airnotifier_provider_moodle_badgecreatornotice_locked', '0'), (2631, 'message', 'email_provider_moodle_badgecreatornotice_locked', '0'), (2632, 'message', 'popup_provider_moodle_badgecreatornotice_locked', '0'), (2633, 'message', 'message_provider_moodle_badgecreatornotice_enabled', 'email'), (2634, 'message', 'airnotifier_provider_moodle_badgerecipientnotice_locked', '0'), (2635, 'message', 'email_provider_moodle_badgerecipientnotice_locked', '0'), (2636, 'message', 'popup_provider_moodle_badgerecipientnotice_locked', '0'), (2637, 'message', 'message_provider_moodle_badgerecipientnotice_enabled', 'popup,airnotifier,email'), (2638, 'message', 'airnotifier_provider_moodle_competencyplancomment_locked', '0'), (2639, 'message', 'email_provider_moodle_competencyplancomment_locked', '0'), (2640, 'message', 'popup_provider_moodle_competencyplancomment_locked', '0'), (2641, 'message', 'message_provider_moodle_competencyplancomment_enabled', 'email'), (2642, 'message', 'airnotifier_provider_moodle_competencyusercompcomment_locked', '0'), (2643, 'message', 'email_provider_moodle_competencyusercompcomment_locked', '0'), (2644, 'message', 'popup_provider_moodle_competencyusercompcomment_locked', '0'), (2645, 'message', 'message_provider_moodle_competencyusercompcomment_enabled', 'email'), (2646, 'message', 'airnotifier_provider_moodle_coursecompleted_locked', '0'), (2647, 'message', 'email_provider_moodle_coursecompleted_locked', '0'), (2648, 'message', 'popup_provider_moodle_coursecompleted_locked', '0'), (2649, 'message', 'message_provider_moodle_coursecompleted_enabled', 'email'), (2650, 'message', 'airnotifier_provider_moodle_courserequestapproved_locked', '0'), (2651, 'message', 'email_provider_moodle_courserequestapproved_locked', '0'), (2652, 'message', 'popup_provider_moodle_courserequestapproved_locked', '0'), (2653, 'message', 'message_provider_moodle_courserequestapproved_enabled', 'email,airnotifier'), (2654, 'message', 'airnotifier_provider_moodle_courserequested_locked', '0'), (2655, 'message', 'email_provider_moodle_courserequested_locked', '0'), (2656, 'message', 'popup_provider_moodle_courserequested_locked', '0'), (2657, 'message', 'message_provider_moodle_courserequested_enabled', 'email'), (2658, 'message', 'airnotifier_provider_moodle_courserequestrejected_locked', '0'), (2659, 'message', 'email_provider_moodle_courserequestrejected_locked', '0'), (2660, 'message', 'popup_provider_moodle_courserequestrejected_locked', '0'), (2661, 'message', 'message_provider_moodle_courserequestrejected_enabled', 'email,airnotifier'), (2662, 'message', 'airnotifier_provider_moodle_errors_locked', '0'), (2663, 'message', 'email_provider_moodle_errors_locked', '0'), (2664, 'message', 'popup_provider_moodle_errors_locked', '0'), (2665, 'message', 'message_provider_moodle_errors_enabled', 'email'), (2666, 'message', 'airnotifier_provider_moodle_gradenotifications_locked', '0'), (2667, 'message', 'email_provider_moodle_gradenotifications_locked', '0'), (2668, 'message', 'popup_provider_moodle_gradenotifications_locked', '0'), (2669, 'message', 'message_provider_moodle_gradenotifications_enabled', 'popup,email'), (2670, 'message', 'airnotifier_provider_moodle_infected_locked', '0'), (2671, 'message', 'email_provider_moodle_infected_locked', '0'), (2672, 'message', 'popup_provider_moodle_infected_locked', '0'), (2673, 'message', 'message_provider_moodle_infected_enabled', 'email'), (2674, 'message', 'airnotifier_provider_moodle_insights_locked', '0'), (2675, 'message', 'email_provider_moodle_insights_locked', '0'), (2676, 'message', 'popup_provider_moodle_insights_locked', '0'), (2677, 'message', 'message_provider_moodle_insights_enabled', 'popup,airnotifier,email'), (2678, 'message', 'airnotifier_provider_moodle_instantmessage_locked', '0'), (2679, 'message', 'email_provider_moodle_instantmessage_locked', '0'), (2680, 'message', 'popup_provider_moodle_instantmessage_locked', '0'), (2681, 'message', 'message_provider_moodle_instantmessage_enabled', 'popup,email'), (2682, 'message', 'airnotifier_provider_moodle_messagecontactrequests_locked', '0'), (2683, 'message', 'email_provider_moodle_messagecontactrequests_locked', '0'), (2684, 'message', 'popup_provider_moodle_messagecontactrequests_locked', '0'), (2685, 'message', 'message_provider_moodle_messagecontactrequests_enabled', 'airnotifier,email'), (2686, 'message', 'airnotifier_provider_moodle_notices_locked', '0'), (2687, 'message', 'email_provider_moodle_notices_locked', '0'), (2688, 'message', 'popup_provider_moodle_notices_locked', '0'), (2689, 'message', 'message_provider_moodle_notices_enabled', 'email'), (2690, 'message', 'airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'), (2691, 'message', 'email_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'), (2692, 'message', 'popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'), (2693, 'message', 'message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled', 'email,popup'), (2694, 'message', 'airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'), (2695, 'message', 'email_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'), (2696, 'message', 'popup_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'), (2697, 'message', 'message_provider_tool_dataprivacy_datarequestprocessingresults_enabled', 'email,popup'), (2698, 'message', 'airnotifier_provider_tool_dataprivacy_notifyexceptions_locked', '0'), (2699, 'message', 'email_provider_tool_dataprivacy_notifyexceptions_locked', '0'), (2700, 'message', 'popup_provider_tool_dataprivacy_notifyexceptions_locked', '0'), (2701, 'message', 'message_provider_tool_dataprivacy_notifyexceptions_enabled', 'email'), (2702, 'message', 'airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'), (2703, 'message', 'email_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'), (2704, 'message', 'popup_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'), (2705, 'message', 'message_provider_tool_messageinbound_invalidrecipienthandler_enabled', 'email'), (2706, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingerror_locked', '0'), (2707, 'message', 'email_provider_tool_messageinbound_messageprocessingerror_locked', '0'), (2708, 'message', 'popup_provider_tool_messageinbound_messageprocessingerror_locked', '0'), (2709, 'message', 'message_provider_tool_messageinbound_messageprocessingerror_enabled', 'email'), (2710, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'), (2711, 'message', 'email_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'), (2712, 'message', 'popup_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'), (2713, 'message', 'message_provider_tool_messageinbound_messageprocessingsuccess_enabled', 'email'), (2714, 'message', 'airnotifier_provider_tool_monitor_notification_locked', '0'), (2715, 'message', 'email_provider_tool_monitor_notification_locked', '0'), (2716, 'message', 'popup_provider_tool_monitor_notification_locked', '0'), (2717, 'message', 'message_provider_tool_monitor_notification_enabled', 'email'), (2718, 'message', 'airnotifier_provider_moodle_newlogin_locked', '0'), (2719, 'message', 'email_provider_moodle_newlogin_locked', '0'), (2720, 'message', 'popup_provider_moodle_newlogin_locked', '0'), (2721, 'message', 'message_provider_moodle_newlogin_enabled', 'airnotifier,email'), (2722, 'message', 'airnotifier_provider_moodle_coursecontentupdated_locked', '0'), (2723, 'message', 'email_provider_moodle_coursecontentupdated_locked', '0'), (2724, 'message', 'popup_provider_moodle_coursecontentupdated_locked', '0'), (2725, 'message', 'message_provider_moodle_coursecontentupdated_enabled', 'airnotifier,email,popup'), (2726, 'message', 'airnotifier_provider_moodle_reportbuilderschedule_locked', '0'), (2727, 'message', 'email_provider_moodle_reportbuilderschedule_locked', '1'), (2728, 'message', 'popup_provider_moodle_reportbuilderschedule_locked', '0'), (2729, 'message', 'message_provider_moodle_reportbuilderschedule_enabled', 'email'), (2730, 'mod_bigbluebuttonbn', 'version', '2022041901'), (2732, 'message', 'airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'), (2733, 'message', 'email_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'), (2734, 'message', 'popup_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'), (2735, 'message', 'message_provider_mod_bigbluebuttonbn_recording_ready_enabled', 'email'), (2736, 'message', 'airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'), (2737, 'message', 'email_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'), (2738, 'message', 'popup_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'), (2739, 'message', 'message_provider_mod_bigbluebuttonbn_instance_updated_enabled', 'email'), (2740, 'message', 'airnotifier_provider_mod_quiz_attempt_grading_complete_locked', '0'), (2741, 'message', 'email_provider_mod_quiz_attempt_grading_complete_locked', '0'), (2742, 'message', 'popup_provider_mod_quiz_attempt_grading_complete_locked', '0'), (2743, 'message', 'message_provider_mod_quiz_attempt_grading_complete_enabled', 'airnotifier,email'), (2744, 'enrol_lti', 'lti_13_kid', '785607388d904556b756'), (2745, 'enrol_lti', 'lti_13_privatekey', '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDO0ue560sXZ24u\n+vQVLsCcTfzzGtaM4+1sDaZzOVaGO+RB8JhPm/+xLpDcAaC+s8HYBwA3kWyDmDu3\nEAZxrfXClLO6gS486FVgm/5wocFLaWsOYdpiFVcFsCrU9Y+5eg5QvM7TVpsKyDdi\n0rgJCBIsd0br1rnCA9wJXfJTlOYnOTfCjWyPpbukYCbGNpgE+w2/qiiZQIW3U0na\n6gQ5otXCEJj90B/RZUMayqc1G+VS6+gVRsBQF+3u0BuajR34uDgf1BmBddDaGbXk\nNXTLO2we5Pgol6Wrb1AkiKBXVlKrIFi5wfAfj3sdgsnbJ0WFAllnr29x09K+zWlm\nSdu6LNABAgMBAAECggEAAtJBsvmQtqsEh8OInNlca0VtE+vjzVw2mui8womfsokS\nnguoKD3aiRI3i6jCBpfxJv9Bc4CaWFk1R1QCon5bAeKBaSPl+5K3x2+ZUvQB7QNt\nIG8ZSYk8/KjgjLMk2MTfeR56O8vMpaMBjmmNdSIVDWI7J3BwbEMdN0t+yMEZOqO4\n5eCu8NUiK8jfjNwhz0U3D6QbuXbTkEWgKlqeRcq1eSHuhm8AlyQFnv2eLjDYVzuP\nLsxhwVzReRtUKQ9PqBOIFV/K3csYcRAk2krqZngUEBsU3tuLXgPcngLCf0pOEaTP\nZ+4++LbwcZoSmFYSHM3/QZF0sYv6fYt4T62H8Y+AAQKBgQDmvD0ED3EgbQmuEhxS\nasxnoAR3q7rQyxsUFJmTn25IrPpIduQIPhZXTlg37CxT0gretictvbk1m8Bsv1vd\nCr9zPO4lHE4c0dkbf4C5ynYr9K1XLlaV3ExMCw8MjNhJ1kWQZGV48GT8lYoXp4Pn\n772xRVEy1EdLGP2i7/Iq/VnAgQKBgQDleGcVBjKZzs5bkmdlRbNsCPoPjAEd/HzP\nRBXYJReNs1MemM+8eVxyquAPH/rey+6poIldYhku5XHTZfBVJlRbP7ZZ4gQgzRiJ\nqOyoR6YsEUNgR3NlRMMxYT3ezSBLR7eL/LD3xKsFiPgRJ2uvOr/Fd39g+0fLXRbV\nBiMcGAtPgQKBgQCCe9VtpGXvVnpw7GED4s2xlHayTnWZeiLYGkY3i6PMibYIoOOY\nHbR4rx+IkJEI3fGzvQMvBOnmfSw204jZ2igmvUBX0EgEWFAVEufzKaHmfbpBYT0q\nBqlHH8Hk8Qmnx/sTCxOvbxNNHCw58EvSMGvwAilHO3EN8RYOvO8QjLHjAQKBgCmb\nYj16qTQgPmR2ME85iyXcntKw1QcF3++I7dkKKLIlwL18gbYv3yZfe07iwo8hNP4G\nwMFw5xYMvk3RXvlhgMwmyj6T76Gu7nMPcRG2JBg7bRcI/ZBwHmBWvGwoj2F2+H3m\nbIQQYd4YDrq1hh34rgr09uCzzzm9gEVR3o3agjqBAoGBAN0yETM3Ae2adt6Oij5B\nA4xA2SnH70xrDzPzpn0u9+97h8zDB77kNDE4Vv7mZHXT9FwMvDMIJWz61RfPluxd\npOnJf0vPFuU3qARQ4NedqgJDJWOKrh2RH6cQryQzNkeXakZtVKsoum6qKTdQafrl\nedT+dHoa6EK3zTWvJeBu9XDF\n-----END PRIVATE KEY-----\n'), (2746, 'block_accessreview', 'version', '2022041900'), (2747, 'profilefield_social', 'version', '2022041900'), (2748, 'qbank_bulkmove', 'version', '2022041900'), (2749, 'qbank_columnsortorder', 'version', '2022041900'), (2750, 'qbank_comment', 'version', '2022041900'), (2751, 'qbank_customfields', 'version', '2022041900'), (2752, 'qbank_deletequestion', 'version', '2022041900'), (2753, 'qbank_editquestion', 'version', '2022041900'), (2754, 'qbank_exportquestions', 'version', '2022041900'), (2755, 'qbank_exporttoxml', 'version', '2022041900'), (2756, 'qbank_history', 'version', '2022041900'), (2757, 'qbank_importquestions', 'version', '2022041900'), (2758, 'qbank_managecategories', 'version', '2022041900'), (2759, 'qbank_previewquestion', 'version', '2022041900'), (2760, 'qbank_statistics', 'version', '2022041900'), (2761, 'qbank_tagquestion', 'version', '2022041900'), (2762, 'qbank_usage', 'version', '2022041900'), (2763, 'qbank_viewcreator', 'version', '2022041900'), (2764, 'qbank_viewquestionname', 'version', '2022041900'), (2765, 'qbank_viewquestiontext', 'version', '2022041900'), (2766, 'qbank_viewquestiontype', 'version', '2022041900'), (2767, 'tool_admin_presets', 'version', '2022041900'), (2768, 'tool_brickfield', 'version', '2022041900'), (2770, 'tool_componentlibrary', 'version', '2022041900'), (2771, 'moodlecourse', 'participantsperpage', '20'), (2772, 'moodlecourse', 'showactivitydates', '1'), (2773, 'moodlecourse', 'showcompletionconditions', '1'), (2774, 'backup', 'backup_import_permissions', '0'), (2775, 'backup', 'backup_import_permissions_locked', ''), (2776, 'restore', 'restore_general_permissions', '1'), (2777, 'restore', 'restore_general_permissions_locked', ''), (2778, 'analytics', 'calclifetime', '35'), (2779, 'assign', 'enabletimelimit', '0'), (2780, 'mod_bigbluebuttonbn', 'presentationdefault', ''), (2781, 'quiz', 'notifyattemptgradeddelay', '18000'), (2782, 'tool_brickfield', 'analysistype', '0'), (2783, 'tool_brickfield', 'deletehistoricaldata', '1'), (2784, 'tool_brickfield', 'batch', '1000'), (2785, 'tool_brickfield', 'perpage', '50'), (2786, 'antivirus', 'notifylevel', '2'), (2787, 'antivirus', 'threshold', '1200'), (2788, 'block_accessreview', 'whattoshow', 'showboth'), (2789, 'block_accessreview', 'errordisplay', 'showint'), (2790, 'block_accessreview', 'toolpage', 'errors'), (2791, 'block_section_links', 'showsectionname', '0'), (2792, 'cachestore_redis', 'test_ttl', '0'), (2793, 'atto_recordrtc', 'audiotimelimit', '120'), (2794, 'atto_recordrtc', 'videotimelimit', '120'), (2795, 'adminpresets', 'sensiblesettings', 'recaptchapublickey@@none, recaptchaprivatekey@@none, googlemapkey3@@none, secretphrase@@url, cronremotepassword@@none, smtpuser@@none, smtppass@none, proxypassword@@none, quizpassword@@quiz, allowedip@@none, blockedip@@none, dbpass@@logstore_database, messageinbound_hostpass@@none, bind_pw@@auth_cas, pass@@auth_db, bind_pw@@auth_ldap, dbpass@@enrol_database, bind_pw@@enrol_ldap, server_password@@search_solr, ssl_keypassword@@search_solr, alternateserver_password@@search_solr, alternatessl_keypassword@@search_solr, test_password@@cachestore_redis, password@@mlbackend_python, badges_badgesalt@@none, calendar_exportsalt@@none'), (2796, 'theme_boost', 'unaddableblocks', 'navigation,settings,course_list,section_links'), (2797, 'theme_boost', 'loginbackgroundimage', ''), (2798, 'theme_classic', 'unaddableblocks', ''), (2799, 'theme_classic', 'loginbackgroundimage', ''), (2800, 'theme_edumy', 'disable_primary_nav', '0'), (2801, 'tool_mobile', 'qrkeyttl', '600'), (2802, 'tool_mobile', 'autologinmintimebetweenreq', '360'), (2803, 'auth_cas', 'auth_name', 'CAS'), (2804, 'auth_cas', 'auth_logo', ''), (2805, 'auth_cas', 'hostname', ''), (2806, 'auth_cas', 'baseuri', ''), (2807, 'auth_cas', 'port', '0'), (2808, 'auth_cas', 'casversion', '2.0'), (2809, 'auth_cas', 'language', 'CAS_Languages_English'), (2810, 'auth_cas', 'proxycas', '0'), (2811, 'auth_cas', 'logoutcas', '0'), (2812, 'auth_cas', 'multiauth', '0'), (2813, 'auth_cas', 'certificate_check', '0'), (2814, 'auth_cas', 'certificate_path', ''), (2815, 'auth_cas', 'curl_ssl_version', ''), (2816, 'auth_cas', 'logout_return_url', ''), (2817, 'auth_cas', 'host_url', ''), (2818, 'auth_cas', 'ldap_version', '3'), (2819, 'auth_cas', 'start_tls', '0'), (2820, 'auth_cas', 'ldapencoding', 'utf-8'), (2821, 'auth_cas', 'pagesize', '250'), (2822, 'auth_cas', 'bind_dn', ''), (2823, 'auth_cas', 'bind_pw', ''), (2824, 'auth_cas', 'user_type', 'default'), (2825, 'auth_cas', 'contexts', ''), (2826, 'auth_cas', 'search_sub', '0'), (2827, 'auth_cas', 'opt_deref', '0'), (2828, 'auth_cas', 'user_attribute', ''), (2829, 'auth_cas', 'memberattribute', ''), (2830, 'auth_cas', 'objectclass', ''), (2831, 'auth_cas', 'attrcreators', ''), (2832, 'auth_cas', 'groupecreators', ''), (2833, 'auth_cas', 'removeuser', '0'), (2834, 'auth_ldap', 'host_url', ''), (2835, 'auth_ldap', 'ldap_version', '3'), (2836, 'auth_ldap', 'start_tls', '0'), (2837, 'auth_ldap', 'ldapencoding', 'utf-8'), (2838, 'auth_ldap', 'pagesize', '250'), (2839, 'auth_ldap', 'preventpassindb', '0'), (2840, 'auth_ldap', 'bind_dn', ''), (2841, 'auth_ldap', 'bind_pw', ''), (2842, 'auth_ldap', 'user_type', 'default'), (2843, 'auth_ldap', 'contexts', ''), (2844, 'auth_ldap', 'search_sub', '0'), (2845, 'auth_ldap', 'opt_deref', '0'), (2846, 'auth_ldap', 'user_attribute', ''), (2847, 'auth_ldap', 'suspended_attribute', ''), (2848, 'auth_ldap', 'memberattribute', ''), (2849, 'auth_ldap', 'objectclass', ''), (2850, 'auth_ldap', 'forcechangepassword', '0'), (2851, 'auth_ldap', 'stdchangepassword', '0'), (2852, 'auth_ldap', 'passtype', 'plaintext'), (2853, 'auth_ldap', 'changepasswordurl', ''), (2854, 'auth_ldap', 'expiration', '0'), (2855, 'auth_ldap', 'expiration_warning', ''), (2856, 'auth_ldap', 'expireattr', ''), (2857, 'auth_ldap', 'gracelogins', '0'), (2858, 'auth_ldap', 'graceattr', ''), (2859, 'auth_ldap', 'auth_user_create', '0'), (2860, 'auth_ldap', 'create_context', ''), (2861, 'auth_ldap', 'managercontext', ''), (2862, 'auth_ldap', 'coursecreatorcontext', ''), (2863, 'auth_ldap', 'removeuser', '0'), (2864, 'auth_ldap', 'sync_suspended', '0'), (2865, 'auth_ldap', 'ntlmsso_enabled', '0'), (2866, 'auth_ldap', 'ntlmsso_subnet', ''), (2867, 'auth_ldap', 'ntlmsso_ie_fastpath', '0'), (2868, 'auth_ldap', 'ntlmsso_type', 'ntlm'), (2869, 'auth_ldap', 'ntlmsso_remoteuserformat', ''), (2870, 'cachestore_redis', 'test_serializer', '1'), (2871, 'enrol_ldap', 'host_url', ''), (2872, 'enrol_ldap', 'start_tls', '0'), (2873, 'enrol_ldap', 'ldap_version', '3'), (2874, 'enrol_ldap', 'ldapencoding', 'utf-8'), (2875, 'enrol_ldap', 'pagesize', '250'), (2876, 'enrol_ldap', 'bind_dn', ''), (2877, 'enrol_ldap', 'bind_pw', ''), (2878, 'enrol_ldap', 'course_search_sub', '0'), (2879, 'enrol_ldap', 'memberattribute_isdn', '0'), (2880, 'enrol_ldap', 'user_contexts', ''), (2881, 'enrol_ldap', 'user_search_sub', '0'), (2882, 'enrol_ldap', 'user_type', 'default'), (2883, 'enrol_ldap', 'opt_deref', '0'), (2884, 'enrol_ldap', 'idnumber_attribute', ''), (2885, 'enrol_ldap', 'course_idnumber', ''), (2886, 'enrol_ldap', 'course_shortname', ''), (2887, 'enrol_ldap', 'course_fullname', ''), (2888, 'enrol_ldap', 'course_summary', ''), (2889, 'enrol_ldap', 'ignorehiddencourses', '0'), (2890, 'enrol_ldap', 'unenrolaction', '0'), (2891, 'enrol_ldap', 'autocreate', '0'), (2892, 'enrol_ldap', 'category', '3'), (2893, 'enrol_ldap', 'template', ''), (2894, 'enrol_ldap', 'course_shortname_updateonsync', '0'), (2895, 'enrol_ldap', 'course_fullname_updateonsync', '0'), (2896, 'enrol_ldap', 'course_summary_updateonsync', '0'), (2897, 'enrol_ldap', 'nested_groups', '0'), (2898, 'enrol_ldap', 'group_memberofattribute', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_contentbank_content` -- CREATE TABLE `cocoon_contentbank_content` ( `id` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contenttype` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `visibility` tinyint(1) NOT NULL DEFAULT '1', `instanceid` bigint DEFAULT NULL, `configdata` longtext COLLATE utf8mb4_unicode_ci, `usercreated` bigint NOT NULL, `usermodified` bigint DEFAULT NULL, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_context` -- CREATE TABLE `cocoon_context` ( `id` bigint NOT NULL, `contextlevel` bigint NOT NULL DEFAULT '0', `instanceid` bigint NOT NULL DEFAULT '0', `path` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `depth` tinyint NOT NULL DEFAULT '0', `locked` tinyint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='one of these must be set'; -- -- Volcado de datos para la tabla `cocoon_context` -- INSERT INTO `cocoon_context` (`id`, `contextlevel`, `instanceid`, `path`, `depth`, `locked`) VALUES (1, 10, 0, '/1', 1, 0), (2, 50, 1, '/1/2', 2, 0), (4, 30, 1, '/1/4', 2, 0), (5, 30, 2, '/1/5', 2, 0), (7, 80, 2, '/1/7', 2, 0), (29, 70, 1, '/1/2/29', 3, 0), (30, 70, 2, '/1/2/30', 3, 0), (34, 70, 4, '/1/2/34', 3, 0), (77, 70, 13, '/1/2/77', 3, 0), (80, 70, 14, '/1/2/80', 3, 0), (81, 80, 58, '/1/2/80/81', 4, 0), (82, 80, 59, '/1/2/80/82', 4, 0), (83, 70, 15, '/1/2/83', 3, 0), (84, 80, 60, '/1/2/83/84', 4, 0), (85, 70, 16, '/1/2/85', 3, 0), (86, 80, 61, '/1/2/85/86', 4, 0), (87, 80, 62, '/1/2/85/87', 4, 0), (88, 80, 63, '/1/2/85/88', 4, 0), (89, 80, 64, '/1/2/89', 3, 0), (90, 80, 65, '/1/2/90', 3, 0), (92, 80, 67, '/1/2/92', 3, 0), (94, 80, 69, '/1/2/94', 3, 0), (95, 70, 17, '/1/2/95', 3, 0), (96, 80, 70, '/1/2/95/96', 4, 0), (97, 70, 18, '/1/2/97', 3, 0), (98, 80, 71, '/1/2/97/98', 4, 0), (99, 80, 72, '/1/2/97/99', 4, 0), (100, 70, 19, '/1/2/100', 3, 0), (101, 80, 73, '/1/2/100/101', 4, 0), (102, 80, 74, '/1/2/100/102', 4, 0), (103, 80, 75, '/1/2/100/103', 4, 0), (104, 80, 76, '/1/2/34/104', 4, 0), (105, 80, 77, '/1/2/34/105', 4, 0), (107, 80, 79, '/1/2/34/107', 4, 0), (108, 80, 80, '/1/2/108', 3, 0), (109, 70, 20, '/1/2/109', 3, 0), (110, 80, 81, '/1/2/109/110', 4, 0), (111, 80, 82, '/1/2/109/111', 4, 0), (112, 80, 83, '/1/2/109/112', 4, 0), (113, 80, 84, '/1/2/109/113', 4, 0), (114, 80, 85, '/1/2/95/114', 4, 0), (115, 80, 86, '/1/2/95/115', 4, 0), (116, 70, 21, '/1/2/116', 3, 0), (117, 80, 87, '/1/2/116/117', 4, 0), (118, 80, 88, '/1/2/116/118', 4, 0), (119, 80, 89, '/1/2/116/119', 4, 0), (120, 80, 90, '/1/2/116/120', 4, 0), (122, 80, 92, '/1/2/116/122', 4, 0), (123, 80, 93, '/1/2/100/123', 4, 0), (125, 80, 95, '/1/2/125', 3, 0), (126, 80, 96, '/1/2/126', 3, 0), (127, 80, 97, '/1/2/34/127', 4, 0), (128, 70, 22, '/1/2/128', 3, 0), (129, 80, 98, '/1/2/128/129', 4, 0), (131, 80, 100, '/1/2/34/131', 4, 0), (132, 80, 101, '/1/2/34/132', 4, 0), (133, 80, 102, '/1/2/34/133', 4, 0), (134, 40, 3, '/1/134', 2, 0), (135, 40, 4, '/1/135', 2, 0), (136, 40, 5, '/1/136', 2, 0), (137, 40, 6, '/1/137', 2, 0), (138, 40, 7, '/1/138', 2, 0), (139, 40, 8, '/1/139', 2, 0), (140, 40, 9, '/1/140', 2, 0), (141, 40, 10, '/1/141', 2, 0), (143, 80, 104, '/1/143', 2, 0), (144, 80, 105, '/1/144', 2, 0), (145, 80, 106, '/1/145', 2, 0), (146, 50, 4, '/1/134/146', 3, 0), (147, 70, 23, '/1/134/146/147', 4, 0), (148, 50, 5, '/1/134/148', 3, 0), (149, 70, 24, '/1/134/148/149', 4, 0), (150, 50, 6, '/1/134/150', 3, 0), (151, 70, 25, '/1/134/150/151', 4, 0), (152, 50, 7, '/1/134/152', 3, 0), (153, 50, 8, '/1/134/153', 3, 0), (154, 50, 9, '/1/134/154', 3, 0), (155, 50, 10, '/1/134/155', 3, 0), (156, 50, 11, '/1/134/156', 3, 0), (157, 70, 29, '/1/134/155/157', 4, 0), (158, 70, 30, '/1/134/156/158', 4, 0), (159, 70, 28, '/1/134/154/159', 4, 0), (160, 70, 27, '/1/134/153/160', 4, 0), (161, 70, 26, '/1/134/152/161', 4, 0), (162, 80, 107, '/1/2/162', 3, 0), (163, 80, 108, '/1/2/163', 3, 0), (164, 80, 109, '/1/2/164', 3, 0), (165, 80, 110, '/1/2/165', 3, 0), (166, 80, 111, '/1/2/166', 3, 0), (167, 80, 112, '/1/2/167', 3, 0), (168, 80, 113, '/1/2/168', 3, 0), (169, 80, 114, '/1/2/169', 3, 0), (170, 50, 12, '/1/135/170', 3, 0), (171, 50, 13, '/1/135/171', 3, 0), (172, 50, 14, '/1/135/172', 3, 0), (173, 50, 15, '/1/135/173', 3, 0), (174, 50, 16, '/1/135/174', 3, 0), (175, 50, 17, '/1/135/175', 3, 0), (176, 50, 18, '/1/135/176', 3, 0), (177, 80, 115, '/1/135/177', 3, 0), (178, 50, 19, '/1/136/178', 3, 0), (179, 50, 20, '/1/136/179', 3, 0), (180, 50, 21, '/1/136/180', 3, 0), (181, 50, 22, '/1/136/181', 3, 0), (182, 50, 23, '/1/136/182', 3, 0), (183, 50, 24, '/1/136/183', 3, 0), (184, 50, 25, '/1/136/184', 3, 0), (185, 50, 26, '/1/137/185', 3, 0), (186, 50, 27, '/1/137/186', 3, 0), (187, 50, 28, '/1/137/187', 3, 0), (188, 50, 29, '/1/137/188', 3, 0), (189, 50, 30, '/1/137/189', 3, 0), (190, 50, 31, '/1/137/190', 3, 0), (191, 50, 32, '/1/137/191', 3, 0), (192, 50, 33, '/1/138/192', 3, 0), (193, 50, 34, '/1/138/193', 3, 0), (194, 50, 35, '/1/138/194', 3, 0), (195, 50, 36, '/1/138/195', 3, 0), (196, 50, 37, '/1/138/196', 3, 0), (197, 50, 38, '/1/138/197', 3, 0), (198, 50, 39, '/1/138/198', 3, 0), (199, 50, 40, '/1/139/199', 3, 0), (200, 50, 41, '/1/139/200', 3, 0), (201, 50, 42, '/1/139/201', 3, 0), (202, 50, 43, '/1/139/202', 3, 0), (203, 50, 44, '/1/139/203', 3, 0), (204, 50, 45, '/1/139/204', 3, 0), (205, 50, 46, '/1/139/205', 3, 0), (206, 50, 47, '/1/140/206', 3, 0), (207, 50, 48, '/1/140/207', 3, 0), (208, 50, 49, '/1/140/208', 3, 0), (209, 50, 50, '/1/140/209', 3, 0), (210, 50, 51, '/1/140/210', 3, 0), (211, 50, 52, '/1/140/211', 3, 0), (212, 50, 53, '/1/140/212', 3, 0), (213, 50, 54, '/1/141/213', 3, 0), (214, 50, 55, '/1/141/214', 3, 0), (215, 50, 56, '/1/141/215', 3, 0), (216, 50, 57, '/1/141/216', 3, 0), (217, 50, 58, '/1/141/217', 3, 0), (218, 50, 59, '/1/141/218', 3, 0), (219, 50, 60, '/1/141/219', 3, 0), (220, 30, 3, '/1/220', 2, 0), (221, 30, 4, '/1/221', 2, 0), (222, 30, 5, '/1/222', 2, 0), (223, 30, 6, '/1/223', 2, 0), (224, 30, 7, '/1/224', 2, 0), (225, 80, 116, '/1/225', 2, 0), (226, 80, 117, '/1/226', 2, 0), (228, 80, 119, '/1/228', 2, 0), (231, 70, 80, '/1/2/231', 3, 0), (232, 80, 122, '/1/2/231/232', 4, 0), (233, 80, 123, '/1/2/85/233', 4, 0), (234, 80, 124, '/1/2/85/234', 4, 0), (235, 80, 125, '/1/2/85/235', 4, 0), (236, 80, 126, '/1/2/85/236', 4, 0), (237, 80, 127, '/1/2/85/237', 4, 0), (238, 80, 128, '/1/2/109/238', 4, 0), (239, 80, 129, '/1/2/100/239', 4, 0), (240, 80, 130, '/1/2/97/240', 4, 0), (241, 80, 131, '/1/2/97/241', 4, 0), (243, 80, 133, '/1/2/97/243', 4, 0), (244, 80, 134, '/1/2/109/244', 4, 0), (245, 80, 135, '/1/2/109/245', 4, 0), (246, 80, 136, '/1/2/95/246', 4, 0), (247, 80, 137, '/1/2/109/247', 4, 0), (248, 80, 138, '/1/2/248', 3, 0), (249, 80, 139, '/1/2/116/249', 4, 0), (251, 80, 141, '/1/251', 2, 0), (252, 70, 81, '/1/2/252', 3, 0), (253, 80, 142, '/1/2/252/253', 4, 0), (255, 80, 144, '/1/2/252/255', 4, 0), (256, 80, 145, '/1/2/252/256', 4, 0), (257, 80, 146, '/1/2/252/257', 4, 0), (258, 70, 82, '/1/134/155/258', 4, 0), (260, 70, 84, '/1/134/153/260', 4, 0), (261, 80, 147, '/1/2/261', 3, 0), (271, 30, 8, '/1/271', 2, 0), (272, 80, 157, '/1/271/272', 3, 0), (274, 80, 159, '/1/2/109/274', 4, 0), (275, 80, 160, '/1/2/95/275', 4, 0), (276, 80, 161, '/1/2/95/276', 4, 0), (277, 80, 162, '/1/2/95/277', 4, 0), (278, 80, 163, '/1/2/116/278', 4, 0), (280, 80, 165, '/1/2/116/280', 4, 0), (283, 80, 167, '/1/2/128/283', 4, 0), (284, 80, 168, '/1/2/128/284', 4, 0), (285, 80, 169, '/1/2/128/285', 4, 0), (286, 80, 170, '/1/2/128/286', 4, 0), (287, 80, 171, '/1/2/128/287', 4, 0), (288, 80, 172, '/1/2/128/288', 4, 0), (289, 80, 173, '/1/2/97/289', 4, 0), (290, 80, 174, '/1/2/97/290', 4, 0), (291, 80, 175, '/1/2/100/291', 4, 0), (293, 80, 177, '/1/2/100/293', 4, 0), (294, 80, 178, '/1/2/100/294', 4, 0), (295, 80, 179, '/1/5/295', 3, 0), (297, 80, 181, '/1/2/80/297', 4, 0), (298, 80, 182, '/1/2/80/298', 4, 0), (299, 70, 86, '/1/2/299', 3, 0), (300, 80, 183, '/1/2/299/300', 4, 0), (301, 80, 184, '/1/2/299/301', 4, 0), (302, 80, 185, '/1/2/299/302', 4, 0), (303, 80, 186, '/1/2/299/303', 4, 0), (305, 70, 87, '/1/2/305', 3, 0), (306, 80, 188, '/1/2/305/306', 4, 0), (307, 80, 189, '/1/2/305/307', 4, 0), (308, 80, 190, '/1/2/305/308', 4, 0), (309, 80, 191, '/1/2/305/309', 4, 0), (310, 80, 192, '/1/2/305/310', 4, 0), (311, 80, 193, '/1/2/305/311', 4, 0), (314, 80, 196, '/1/2/314', 3, 0), (315, 80, 197, '/1/134/153/315', 4, 0), (316, 80, 198, '/1/134/152/316', 4, 0), (317, 80, 199, '/1/2/116/317', 4, 0), (318, 80, 200, '/1/2/100/318', 4, 0), (319, 80, 201, '/1/2/85/319', 4, 0), (320, 80, 202, '/1/222/320', 3, 0), (322, 70, 31, '/1/135/170/322', 4, 0), (323, 70, 37, '/1/135/176/323', 4, 0), (324, 70, 36, '/1/135/175/324', 4, 0), (325, 70, 35, '/1/135/174/325', 4, 0), (326, 70, 34, '/1/135/173/326', 4, 0), (327, 70, 33, '/1/135/172/327', 4, 0), (328, 70, 32, '/1/135/171/328', 4, 0), (329, 70, 40, '/1/136/180/329', 4, 0), (330, 70, 44, '/1/136/184/330', 4, 0), (331, 70, 43, '/1/136/183/331', 4, 0), (332, 70, 42, '/1/136/182/332', 4, 0), (333, 70, 41, '/1/136/181/333', 4, 0), (334, 70, 39, '/1/136/179/334', 4, 0), (335, 70, 38, '/1/136/178/335', 4, 0), (336, 70, 48, '/1/137/188/336', 4, 0), (337, 70, 51, '/1/137/191/337', 4, 0), (338, 70, 50, '/1/137/190/338', 4, 0), (339, 70, 49, '/1/137/189/339', 4, 0), (340, 70, 47, '/1/137/187/340', 4, 0), (341, 70, 46, '/1/137/186/341', 4, 0), (342, 70, 45, '/1/137/185/342', 4, 0), (343, 70, 58, '/1/138/198/343', 4, 0), (344, 70, 57, '/1/138/197/344', 4, 0), (345, 70, 56, '/1/138/196/345', 4, 0), (346, 70, 55, '/1/138/195/346', 4, 0), (347, 70, 54, '/1/138/194/347', 4, 0), (348, 70, 52, '/1/138/192/348', 4, 0), (349, 70, 53, '/1/138/193/349', 4, 0), (350, 70, 63, '/1/139/203/350', 4, 0), (351, 70, 65, '/1/139/205/351', 4, 0), (352, 70, 64, '/1/139/204/352', 4, 0), (353, 70, 62, '/1/139/202/353', 4, 0), (354, 70, 61, '/1/139/201/354', 4, 0), (355, 70, 60, '/1/139/200/355', 4, 0), (356, 70, 59, '/1/139/199/356', 4, 0), (357, 70, 67, '/1/140/207/357', 4, 0), (358, 70, 72, '/1/140/212/358', 4, 0), (359, 70, 71, '/1/140/211/359', 4, 0), (360, 70, 70, '/1/140/210/360', 4, 0), (361, 70, 69, '/1/140/209/361', 4, 0), (362, 70, 68, '/1/140/208/362', 4, 0), (363, 70, 66, '/1/140/206/363', 4, 0), (364, 70, 78, '/1/141/218/364', 4, 0), (365, 70, 79, '/1/141/219/365', 4, 0), (366, 70, 77, '/1/141/217/366', 4, 0), (367, 70, 76, '/1/141/216/367', 4, 0), (368, 70, 75, '/1/141/215/368', 4, 0), (369, 70, 74, '/1/141/214/369', 4, 0), (370, 70, 73, '/1/141/213/370', 4, 0), (371, 70, 88, '/1/2/371', 3, 0), (372, 80, 204, '/1/2/371/372', 4, 0), (373, 80, 205, '/1/2/371/373', 4, 0), (374, 80, 206, '/1/2/371/374', 4, 0), (375, 80, 207, '/1/2/371/375', 4, 0), (376, 80, 208, '/1/2/371/376', 4, 0), (377, 80, 209, '/1/2/371/377', 4, 0), (378, 80, 210, '/1/2/371/378', 4, 0), (379, 80, 211, '/1/2/371/379', 4, 0), (380, 80, 212, '/1/2/371/380', 4, 0), (381, 70, 89, '/1/2/381', 3, 0), (382, 80, 213, '/1/2/381/382', 4, 0), (383, 80, 214, '/1/2/381/383', 4, 0), (384, 80, 215, '/1/2/381/384', 4, 0), (385, 80, 216, '/1/2/381/385', 4, 0), (386, 80, 217, '/1/2/381/386', 4, 0), (387, 80, 218, '/1/2/381/387', 4, 0), (388, 80, 219, '/1/2/381/388', 4, 0), (389, 80, 220, '/1/2/381/389', 4, 0), (390, 80, 221, '/1/2/381/390', 4, 0), (391, 80, 222, '/1/2/381/391', 4, 0), (392, 70, 90, '/1/2/392', 3, 0), (393, 80, 223, '/1/2/392/393', 4, 0), (394, 80, 224, '/1/2/392/394', 4, 0), (395, 80, 225, '/1/2/392/395', 4, 0), (396, 80, 226, '/1/2/392/396', 4, 0), (397, 80, 227, '/1/2/392/397', 4, 0), (399, 80, 229, '/1/2/392/399', 4, 0), (400, 80, 230, '/1/2/392/400', 4, 0), (401, 80, 231, '/1/2/392/401', 4, 0), (402, 80, 232, '/1/2/392/402', 4, 0), (403, 70, 91, '/1/2/403', 3, 0), (404, 80, 233, '/1/2/403/404', 4, 0), (405, 80, 234, '/1/2/403/405', 4, 0), (406, 80, 235, '/1/2/403/406', 4, 0), (407, 80, 236, '/1/2/403/407', 4, 0), (408, 80, 237, '/1/2/403/408', 4, 0), (409, 80, 238, '/1/2/403/409', 4, 0), (410, 80, 239, '/1/2/403/410', 4, 0), (411, 80, 240, '/1/2/403/411', 4, 0), (412, 70, 92, '/1/2/412', 3, 0), (413, 80, 241, '/1/2/412/413', 4, 0), (414, 80, 242, '/1/2/412/414', 4, 0), (415, 80, 243, '/1/2/412/415', 4, 0), (416, 80, 244, '/1/2/412/416', 4, 0), (417, 80, 245, '/1/2/412/417', 4, 0), (418, 80, 246, '/1/2/412/418', 4, 0), (419, 80, 247, '/1/2/412/419', 4, 0), (420, 80, 248, '/1/2/412/420', 4, 0), (421, 80, 249, '/1/2/412/421', 4, 0), (423, 80, 251, '/1/423', 2, 0), (424, 80, 252, '/1/424', 2, 0), (425, 80, 253, '/1/2/425', 3, 0), (426, 70, 93, '/1/2/426', 3, 0), (427, 80, 254, '/1/2/426/427', 4, 0), (428, 80, 255, '/1/2/426/428', 4, 0), (429, 80, 256, '/1/2/426/429', 4, 0), (430, 80, 257, '/1/2/426/430', 4, 0), (431, 80, 258, '/1/2/426/431', 4, 0), (432, 80, 259, '/1/2/426/432', 4, 0), (433, 80, 260, '/1/2/426/433', 4, 0), (434, 70, 94, '/1/2/434', 3, 0), (435, 80, 261, '/1/2/434/435', 4, 0), (436, 80, 262, '/1/2/434/436', 4, 0), (437, 80, 263, '/1/2/434/437', 4, 0), (438, 80, 264, '/1/2/434/438', 4, 0), (439, 80, 265, '/1/2/434/439', 4, 0), (440, 80, 266, '/1/2/434/440', 4, 0), (441, 80, 267, '/1/2/434/441', 4, 0), (442, 70, 95, '/1/2/442', 3, 0), (443, 80, 268, '/1/2/442/443', 4, 0), (444, 80, 269, '/1/2/442/444', 4, 0), (445, 80, 270, '/1/2/442/445', 4, 0), (446, 80, 271, '/1/2/442/446', 4, 0), (447, 80, 272, '/1/2/442/447', 4, 0), (448, 80, 273, '/1/2/442/448', 4, 0), (449, 80, 274, '/1/2/442/449', 4, 0), (450, 80, 275, '/1/2/442/450', 4, 0), (451, 70, 96, '/1/2/451', 3, 0), (452, 80, 276, '/1/2/451/452', 4, 0), (453, 80, 277, '/1/2/451/453', 4, 0), (454, 80, 278, '/1/2/451/454', 4, 0), (455, 80, 279, '/1/2/451/455', 4, 0), (456, 80, 280, '/1/2/451/456', 4, 0), (457, 80, 281, '/1/2/451/457', 4, 0), (458, 80, 282, '/1/2/451/458', 4, 0), (459, 80, 283, '/1/271/459', 3, 0), (460, 80, 284, '/1/5/460', 3, 0), (461, 80, 285, '/1/222/461', 3, 0), (462, 80, 286, '/1/462', 2, 0), (463, 80, 287, '/1/271/463', 3, 0), (464, 80, 288, '/1/5/464', 3, 0), (465, 80, 289, '/1/222/465', 3, 0), (466, 30, 9, '/1/466', 2, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_context_temp` -- CREATE TABLE `cocoon_context_temp` ( `id` bigint NOT NULL, `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `depth` tinyint NOT NULL, `locked` tinyint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Used by build_context_path() in upgrade and cron to keep con'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course` -- CREATE TABLE `cocoon_course` ( `id` bigint NOT NULL, `category` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', `fullname` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `shortname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `summary` longtext COLLATE utf8mb4_unicode_ci, `summaryformat` tinyint NOT NULL DEFAULT '0', `format` varchar(21) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'topics', `showgrades` tinyint NOT NULL DEFAULT '1', `newsitems` mediumint NOT NULL DEFAULT '1', `startdate` bigint NOT NULL DEFAULT '0', `enddate` bigint NOT NULL DEFAULT '0', `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0', `marker` bigint NOT NULL DEFAULT '0', `maxbytes` bigint NOT NULL DEFAULT '0', `legacyfiles` smallint NOT NULL DEFAULT '0', `showreports` smallint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', `visibleold` tinyint(1) NOT NULL DEFAULT '1', `downloadcontent` tinyint(1) DEFAULT NULL, `groupmode` smallint NOT NULL DEFAULT '0', `groupmodeforce` smallint NOT NULL DEFAULT '0', `defaultgroupingid` bigint NOT NULL DEFAULT '0', `lang` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `calendartype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `theme` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `requested` tinyint(1) NOT NULL DEFAULT '0', `enablecompletion` tinyint(1) NOT NULL DEFAULT '0', `completionnotify` tinyint(1) NOT NULL DEFAULT '0', `cacherev` bigint NOT NULL DEFAULT '0', `originalcourseid` bigint DEFAULT NULL, `showactivitydates` tinyint(1) NOT NULL DEFAULT '0', `showcompletionconditions` tinyint(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Central course table'; -- -- Volcado de datos para la tabla `cocoon_course` -- INSERT INTO `cocoon_course` (`id`, `category`, `sortorder`, `fullname`, `shortname`, `idnumber`, `summary`, `summaryformat`, `format`, `showgrades`, `newsitems`, `startdate`, `enddate`, `relativedatesmode`, `marker`, `maxbytes`, `legacyfiles`, `showreports`, `visible`, `visibleold`, `downloadcontent`, `groupmode`, `groupmodeforce`, `defaultgroupingid`, `lang`, `calendartype`, `theme`, `timecreated`, `timemodified`, `requested`, `enablecompletion`, `completionnotify`, `cacherev`, `originalcourseid`, `showactivitydates`, `showcompletionconditions`) VALUES (1, 0, 1, 'Edumy', 'Edumy', '', '', 0, 'site', 1, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1570138755, 1578091189, 0, 0, 0, 1736965004, NULL, 0, NULL), (4, 3, 10008, 'Introduction Web Design & HTML', 'Introduction Web Design & HTML', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576962846, 1576963880, 0, 1, 0, 1736965004, NULL, 0, 1), (5, 3, 10007, 'Designing a Responsive Mobile Website using Muse', 'Designing a Responsive Mobile Website using Muse', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576962973, 1576963872, 0, 1, 0, 1736965004, NULL, 0, 1), (6, 3, 10006, 'Adobe XD: Prototyping Tips and Tricks', 'Adobe XD: Prototyping Tips and Tricks', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576963051, 1576963865, 0, 1, 0, 1736965004, NULL, 0, 1), (7, 3, 10005, 'Sketch: Creating Responsive SVG', 'Sketch: Creating Responsive SVG', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576963144, 1576963857, 0, 1, 0, 1736965004, NULL, 0, 1), (8, 3, 10004, 'Design Instruments for Communication', 'Design Instruments for Communication', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 0, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576963193, 1577624993, 0, 1, 0, 1736965004, NULL, 0, 1), (9, 3, 10003, 'How to be a DJ? Make Electronic Music', 'How to be a DJ? Make Electronic Music', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'weeks', 1, 0, 1576972800, 1579399200, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576963345, 1577501251, 0, 1, 0, 1736965004, NULL, 0, 1), (10, 3, 10002, 'How to Make Beautiful Landscape Photos?', 'How to Make Beautiful Landscape Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'social', 1, 0, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576963416, 1577500773, 0, 1, 0, 1736965004, NULL, 0, 1), (11, 3, 10001, 'Fashion Photography From Professional', 'Fashion Photography From Professional', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576963460, 1576963825, 0, 1, 0, 1736965004, NULL, 0, 1), (12, 4, 20001, 'Introduction Web Design with HTML Best Seller', 'Introduction Web Design with HTML Best Seller', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576972047, 1576972047, 0, 1, 0, 1736965004, NULL, 0, 1), (13, 4, 20007, 'Designing a Responsive Mobile Site with Muse', 'Designing a Responsive Mobile Site with Muse', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576972092, 1576972092, 0, 1, 0, 1736965004, NULL, 0, 1), (14, 4, 20006, 'Sketch: Creating a Responsive SVG', 'Sketch: Creating a Responsive SVG', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576972151, 1576972151, 0, 1, 0, 1736965004, NULL, 0, 1), (15, 4, 20005, 'Design Instruments and Communication', 'Design Instruments and Communication', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576972205, 1576972205, 0, 1, 0, 1736965004, NULL, 0, 1), (16, 4, 20004, 'How to be a DJ & Make Electronic Music', 'How to be a DJ & Make Electronic Music', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576972250, 1576972250, 0, 1, 0, 1736965004, NULL, 0, 1), (17, 4, 20003, 'How to Create Beautiful Landscape Photos?', 'How to Create Beautiful Landscape Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576972297, 1576972297, 0, 1, 0, 1736965004, NULL, 0, 1), (18, 4, 20002, 'How to Make Beautiful Portrait Photos?', 'How to Make Beautiful Portrait Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1576972800, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1576972341, 1576972341, 0, 1, 0, 1736965004, NULL, 0, 1), (19, 5, 30007, ' Introduction to Web Design with HTML Best Seller', ' Introduction to Web Design with HTML Best Seller', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577031524, 1577031524, 0, 1, 0, 1736965004, NULL, 0, 1), (20, 5, 30006, 'Designing Responsive Mobile Websites with Muse', 'Designing Responsive Mobile Websites with Muse', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577031566, 1577031566, 0, 1, 0, 1736965004, NULL, 0, 1), (21, 5, 30001, 'Sketch: Creating Responsive SVGs', 'Sketch: Creating Responsive SVGs', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577031703, 1577031703, 0, 1, 0, 1736965004, NULL, 0, 1), (22, 5, 30005, 'Design Instrument for Communication', 'Design Instrument for Communication', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577031799, 1577031799, 0, 1, 0, 1736965004, NULL, 0, 1), (23, 5, 30004, 'How to be a DJ? Make Electronic Musics', 'How to be a DJ? Make Electronic Musics', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577031836, 1577031836, 0, 1, 0, 1736965004, NULL, 0, 1), (24, 5, 30003, 'How to Make Beautiful Landscape Photo?', 'How to Make Beautiful Landscape Photo?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577031878, 1577031878, 0, 1, 0, 1736965004, NULL, 0, 1), (25, 5, 30002, 'How to Make a Beautiful Landscape Photo?', 'How to Make a Beautiful Landscape Photo?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577031938, 1577031938, 0, 1, 0, 1736965004, NULL, 0, 1), (26, 6, 40007, 'Introduction Web Design with a HTML Best Seller', 'Introduction Web Design with a HTML Best Seller', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037572, 1577037572, 0, 1, 0, 1736965004, NULL, 0, 1), (27, 6, 40006, 'Design a Responsive Mobile Website with Muse', 'Design a Responsive Mobile Website with Muse', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037618, 1577037618, 0, 1, 0, 1736965004, NULL, 0, 1), (28, 6, 40005, 'Sketch: Creating Great Responsive SVG', 'Sketch: Creating Great Responsive SVG', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037669, 1577037669, 0, 1, 0, 1736965004, NULL, 0, 1), (29, 6, 40001, 'Design Instrumentation for Communication', 'Design Instrumentation for Communication', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037715, 1577037715, 0, 1, 0, 1736965004, NULL, 0, 1), (30, 6, 40004, 'How to be a DJ? How to Make Electronic Music', 'How to be a DJ? How to Make Electronic Music', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037755, 1577037755, 0, 1, 0, 1736965004, NULL, 0, 1), (31, 6, 40003, 'How to Take Beautiful Landscape Photos?', 'How to Take Beautiful Landscape Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037795, 1577037795, 0, 1, 0, 1736965004, NULL, 0, 1), (32, 6, 40002, 'How to Make Beautiful Indoor Photos?', 'How to Make Beautiful Indoor Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037841, 1577037841, 0, 1, 0, 1736965004, NULL, 0, 1), (33, 7, 50007, 'Introduction Web Design with The Best Seller', 'Introduction Web Design with The Best Seller', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037913, 1577037913, 0, 1, 0, 1736965004, NULL, 0, 1), (34, 7, 50006, 'Designing an Adaptive Mobile Website with Muse', 'Designing an Adaptive Mobile Website with Muse', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577037973, 1577037973, 0, 1, 0, 1736965004, NULL, 0, 1), (35, 7, 50005, 'Sketch: Creating Animated Responsive SVG', 'Sketch: Creating Animated Responsive SVG', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038018, 1577038018, 0, 1, 0, 1736965004, NULL, 0, 1), (36, 7, 50004, ' Designing Instruments for Communication', ' Designing Instruments for Communication', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038056, 1577038056, 0, 1, 0, 1736965004, NULL, 0, 1), (37, 7, 50003, 'How to be a DJ? Make Electronic Songs', 'How to be a DJ? Make Electronic Songs', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038100, 1577038100, 0, 1, 0, 1736965004, NULL, 0, 1), (38, 7, 50002, 'How to Shoot Beautiful Landscape Photos?', 'How to Shoot Beautiful Landscape Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038152, 1577038152, 0, 1, 0, 1736965004, NULL, 0, 1), (39, 7, 50001, 'How to Shoot Beautiful Portrait Photos?', 'How to Shoot Beautiful Portrait Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038192, 1577038192, 0, 1, 0, 1736965004, NULL, 0, 1), (40, 8, 60007, 'Introduction Web Coding with HTML Best Seller', 'Introduction Web Coding with HTML Best Seller', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038244, 1577038244, 0, 1, 0, 1736965004, NULL, 0, 1), (41, 8, 60006, 'Designing a Responsive Desktop Website with Muse', 'Designing a Responsive Desktop Website with Muse', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038287, 1577038287, 0, 1, 0, 1736965004, NULL, 0, 1), (42, 8, 60005, 'Sketch: Creating Sharp Responsive SVG', 'Sketch: Creating Sharp Responsive SVG', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038339, 1577038339, 0, 1, 0, 1736965004, NULL, 0, 1), (43, 8, 60004, 'Design Instruments for Work Communication', 'Design Instruments for Work Communication', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038400, 1577038400, 0, 1, 0, 1736965004, NULL, 0, 1), (44, 8, 60001, 'How to be a DJ? Make Electronic Music Tracks', 'How to be a DJ? Make Electronic Music Tracks', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038441, 1578012152, 0, 1, 0, 1736965004, NULL, 0, 1), (45, 8, 60003, 'How to Develop Beautiful Landscape Photos?', 'How to Develop Beautiful Landscape Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038479, 1577038479, 0, 1, 0, 1736965004, NULL, 0, 1), (46, 8, 60002, 'How to Make Beautiful Office Photos?', 'How to Make Beautiful Office Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038520, 1577038520, 0, 1, 0, 1736965004, NULL, 0, 1), (47, 9, 70007, 'Fashion Photography From Professionals', 'Fashion Photography From Professionals', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038617, 1577038617, 0, 1, 0, 1736965004, NULL, 0, 1), (48, 9, 70001, 'Designing Responsive Websites with Muse', 'Designing Responsive Websites with Muse', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038667, 1577038667, 0, 1, 0, 1736965004, NULL, 0, 1), (49, 9, 70006, 'Sketch: Creating Responsive SVG Material', 'Sketch: Creating Responsive SVG Material', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038725, 1577038725, 0, 1, 0, 1736965004, NULL, 0, 1), (50, 9, 70005, 'Design Instruments with Communication', 'Design Instruments with Communication', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038785, 1577038785, 0, 1, 0, 1736965004, NULL, 0, 1), (51, 9, 70004, 'How to Become a DJ? Make Electronic Music', 'How to Become a DJ? Make Electronic Music', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038834, 1577038834, 0, 1, 0, 1736965004, NULL, 0, 1), (52, 9, 70003, 'How to Arrange Beautiful Landscape Photos?', 'How to Arrange Beautiful Landscape Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038892, 1577038892, 0, 1, 0, 1736965004, NULL, 0, 1), (53, 9, 70002, 'How to Arrange Beautiful Portrait Photos?', 'How to Arrange Beautiful Portrait Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577038946, 1577038946, 0, 1, 0, 1736965004, NULL, 0, 1), (54, 10, 80007, 'Introduction Web Design with Best Seller HTML', 'Introduction Web Design with Best Seller HTML', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577039638, 1577039638, 0, 1, 0, 1736965004, NULL, 0, 1), (55, 10, 80006, 'Designing a Responsive Mobile Website from Muse', 'Designing a Responsive Mobile Website from Muse', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577039692, 1577039692, 0, 1, 0, 1736965004, NULL, 0, 1), (56, 10, 80005, 'Sketch: Making Responsive SVG', 'Sketch: Making Responsive SVG', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577039733, 1577039733, 0, 1, 0, 1736965004, NULL, 0, 1), (57, 10, 80004, 'Design Instruments around Communication', 'Design Instruments around Communication', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577039776, 1577039776, 0, 1, 0, 1736965004, NULL, 0, 1), (58, 10, 80003, 'Becoming a DJ? Make Electronic Music', 'Becoming a DJ? Make Electronic Music', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577039812, 1577039812, 0, 1, 0, 1736965004, NULL, 0, 1), (59, 10, 80001, 'How to Picture Beautiful Landscape Photos?', 'How to Picture Beautiful Landscape Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577039858, 1577039858, 0, 1, 0, 1736965004, NULL, 0, 1), (60, 10, 80002, 'How to Shoot Great Portrait Photos?', 'How to Shoot Great Portrait Photos?', '', '

Learn how to build prototypes in Sketch. Find out how to prototype an image carousel for a website or mobile app, with these Sketch prototyping tips.

', 1, 'topics', 1, 5, 1577059200, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', 1577039936, 1577039936, 0, 1, 0, 1736965004, NULL, 0, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_categories` -- CREATE TABLE `cocoon_course_categories` ( `id` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `parent` bigint NOT NULL DEFAULT '0', `sortorder` bigint NOT NULL DEFAULT '0', `coursecount` bigint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', `visibleold` tinyint(1) NOT NULL DEFAULT '1', `timemodified` bigint NOT NULL DEFAULT '0', `depth` bigint NOT NULL DEFAULT '0', `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `theme` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Course categories'; -- -- Volcado de datos para la tabla `cocoon_course_categories` -- INSERT INTO `cocoon_course_categories` (`id`, `name`, `idnumber`, `description`, `descriptionformat`, `parent`, `sortorder`, `coursecount`, `visible`, `visibleold`, `timemodified`, `depth`, `path`, `theme`) VALUES (3, 'Design', '', '

Over 800 Courses

', 1, 0, 10000, 8, 1, 1, 1576961352, 1, '/3', NULL), (4, 'Business', '', '

Over 1,400 Courses

', 1, 0, 20000, 7, 1, 1, 1576961491, 1, '/4', NULL), (5, 'Software Development', '', '

Over 350 Courses

', 1, 0, 30000, 7, 1, 1, 1576961515, 1, '/5', NULL), (6, 'Web Development', '', '

Over 640 Courses

', 1, 0, 40000, 7, 1, 1, 1576961551, 1, '/6', NULL), (7, 'Photography', '', '

Over 740 Courses

', 1, 0, 50000, 7, 1, 1, 1576961604, 1, '/7', NULL), (8, 'Audio + Music', '', '

Over 120 Courses

', 1, 0, 60000, 7, 1, 1, 1576961627, 1, '/8', NULL), (9, 'Marketing', '', '

Over 200 Courses

', 1, 0, 70000, 7, 1, 1, 1576961691, 1, '/9', NULL), (10, '3D + Animation', '', '

Over 900 Courses

', 1, 0, 80000, 7, 1, 1, 1576961717, 1, '/10', NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_completions` -- CREATE TABLE `cocoon_course_completions` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', `timeenrolled` bigint NOT NULL DEFAULT '0', `timestarted` bigint NOT NULL DEFAULT '0', `timecompleted` bigint DEFAULT NULL, `reaggregate` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Course completion records'; -- -- Volcado de datos para la tabla `cocoon_course_completions` -- INSERT INTO `cocoon_course_completions` (`id`, `userid`, `course`, `timeenrolled`, `timestarted`, `timecompleted`, `reaggregate`) VALUES (1, 8, 7, 1577554309, 0, NULL, 1578023870), (2, 8, 8, 1577554253, 0, NULL, 1578023870), (3, 2, 11, 1577693619, 0, NULL, 1578023870), (4, 8, 11, 1577554113, 0, NULL, 1578023870); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_completion_aggr_methd` -- CREATE TABLE `cocoon_course_completion_aggr_methd` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint DEFAULT NULL, `method` tinyint(1) NOT NULL DEFAULT '0', `value` decimal(10,5) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Course completion aggregation methods for criteria'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_completion_criteria` -- CREATE TABLE `cocoon_course_completion_criteria` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `criteriatype` bigint NOT NULL DEFAULT '0', `module` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `moduleinstance` bigint DEFAULT NULL, `courseinstance` bigint DEFAULT NULL, `enrolperiod` bigint DEFAULT NULL, `timeend` bigint DEFAULT NULL, `gradepass` decimal(10,5) DEFAULT NULL, `role` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Course completion criteria'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_completion_crit_compl` -- CREATE TABLE `cocoon_course_completion_crit_compl` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `course` bigint NOT NULL DEFAULT '0', `criteriaid` bigint NOT NULL DEFAULT '0', `gradefinal` decimal(10,5) DEFAULT NULL, `unenroled` bigint DEFAULT NULL, `timecompleted` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Course completion user records'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_completion_defaults` -- CREATE TABLE `cocoon_course_completion_defaults` ( `id` bigint NOT NULL, `course` bigint NOT NULL, `module` bigint NOT NULL, `completion` tinyint(1) NOT NULL DEFAULT '0', `completionview` tinyint(1) NOT NULL DEFAULT '0', `completionusegrade` tinyint(1) NOT NULL DEFAULT '0', `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', `completionexpected` bigint NOT NULL DEFAULT '0', `customrules` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Default settings for activities completion'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_format_options` -- CREATE TABLE `cocoon_course_format_options` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `format` varchar(21) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sectionid` bigint NOT NULL DEFAULT '0', `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores format-specific options for the course or course sect'; -- -- Volcado de datos para la tabla `cocoon_course_format_options` -- INSERT INTO `cocoon_course_format_options` (`id`, `courseid`, `format`, `sectionid`, `name`, `value`) VALUES (1, 1, 'site', 0, 'numsections', '1'), (6, 4, 'topics', 0, 'hiddensections', '0'), (7, 4, 'topics', 0, 'coursedisplay', '0'), (8, 5, 'topics', 0, 'hiddensections', '0'), (9, 5, 'topics', 0, 'coursedisplay', '0'), (10, 6, 'topics', 0, 'hiddensections', '0'), (11, 6, 'topics', 0, 'coursedisplay', '0'), (12, 7, 'topics', 0, 'hiddensections', '0'), (13, 7, 'topics', 0, 'coursedisplay', '0'), (20, 11, 'topics', 0, 'hiddensections', '0'), (21, 11, 'topics', 0, 'coursedisplay', '0'), (22, 12, 'topics', 0, 'hiddensections', '0'), (23, 12, 'topics', 0, 'coursedisplay', '0'), (24, 13, 'topics', 0, 'hiddensections', '0'), (25, 13, 'topics', 0, 'coursedisplay', '0'), (26, 14, 'topics', 0, 'hiddensections', '0'), (27, 14, 'topics', 0, 'coursedisplay', '0'), (28, 15, 'topics', 0, 'hiddensections', '0'), (29, 15, 'topics', 0, 'coursedisplay', '0'), (30, 16, 'topics', 0, 'hiddensections', '0'), (31, 16, 'topics', 0, 'coursedisplay', '0'), (32, 17, 'topics', 0, 'hiddensections', '0'), (33, 17, 'topics', 0, 'coursedisplay', '0'), (34, 18, 'topics', 0, 'hiddensections', '0'), (35, 18, 'topics', 0, 'coursedisplay', '0'), (36, 19, 'topics', 0, 'hiddensections', '0'), (37, 19, 'topics', 0, 'coursedisplay', '0'), (38, 20, 'topics', 0, 'hiddensections', '0'), (39, 20, 'topics', 0, 'coursedisplay', '0'), (40, 21, 'topics', 0, 'hiddensections', '0'), (41, 21, 'topics', 0, 'coursedisplay', '0'), (42, 22, 'topics', 0, 'hiddensections', '0'), (43, 22, 'topics', 0, 'coursedisplay', '0'), (44, 23, 'topics', 0, 'hiddensections', '0'), (45, 23, 'topics', 0, 'coursedisplay', '0'), (46, 24, 'topics', 0, 'hiddensections', '0'), (47, 24, 'topics', 0, 'coursedisplay', '0'), (48, 25, 'topics', 0, 'hiddensections', '0'), (49, 25, 'topics', 0, 'coursedisplay', '0'), (50, 26, 'topics', 0, 'hiddensections', '0'), (51, 26, 'topics', 0, 'coursedisplay', '0'), (52, 27, 'topics', 0, 'hiddensections', '0'), (53, 27, 'topics', 0, 'coursedisplay', '0'), (54, 28, 'topics', 0, 'hiddensections', '0'), (55, 28, 'topics', 0, 'coursedisplay', '0'), (56, 29, 'topics', 0, 'hiddensections', '0'), (57, 29, 'topics', 0, 'coursedisplay', '0'), (58, 30, 'topics', 0, 'hiddensections', '0'), (59, 30, 'topics', 0, 'coursedisplay', '0'), (60, 31, 'topics', 0, 'hiddensections', '0'), (61, 31, 'topics', 0, 'coursedisplay', '0'), (62, 32, 'topics', 0, 'hiddensections', '0'), (63, 32, 'topics', 0, 'coursedisplay', '0'), (64, 33, 'topics', 0, 'hiddensections', '0'), (65, 33, 'topics', 0, 'coursedisplay', '0'), (66, 34, 'topics', 0, 'hiddensections', '0'), (67, 34, 'topics', 0, 'coursedisplay', '0'), (68, 35, 'topics', 0, 'hiddensections', '0'), (69, 35, 'topics', 0, 'coursedisplay', '0'), (70, 36, 'topics', 0, 'hiddensections', '0'), (71, 36, 'topics', 0, 'coursedisplay', '0'), (72, 37, 'topics', 0, 'hiddensections', '0'), (73, 37, 'topics', 0, 'coursedisplay', '0'), (74, 38, 'topics', 0, 'hiddensections', '0'), (75, 38, 'topics', 0, 'coursedisplay', '0'), (76, 39, 'topics', 0, 'hiddensections', '0'), (77, 39, 'topics', 0, 'coursedisplay', '0'), (78, 40, 'topics', 0, 'hiddensections', '0'), (79, 40, 'topics', 0, 'coursedisplay', '0'), (80, 41, 'topics', 0, 'hiddensections', '0'), (81, 41, 'topics', 0, 'coursedisplay', '0'), (82, 42, 'topics', 0, 'hiddensections', '0'), (83, 42, 'topics', 0, 'coursedisplay', '0'), (84, 43, 'topics', 0, 'hiddensections', '0'), (85, 43, 'topics', 0, 'coursedisplay', '0'), (86, 44, 'topics', 0, 'hiddensections', '0'), (87, 44, 'topics', 0, 'coursedisplay', '0'), (88, 45, 'topics', 0, 'hiddensections', '0'), (89, 45, 'topics', 0, 'coursedisplay', '0'), (90, 46, 'topics', 0, 'hiddensections', '0'), (91, 46, 'topics', 0, 'coursedisplay', '0'), (92, 47, 'topics', 0, 'hiddensections', '0'), (93, 47, 'topics', 0, 'coursedisplay', '0'), (94, 48, 'topics', 0, 'hiddensections', '0'), (95, 48, 'topics', 0, 'coursedisplay', '0'), (96, 49, 'topics', 0, 'hiddensections', '0'), (97, 49, 'topics', 0, 'coursedisplay', '0'), (98, 50, 'topics', 0, 'hiddensections', '0'), (99, 50, 'topics', 0, 'coursedisplay', '0'), (100, 51, 'topics', 0, 'hiddensections', '0'), (101, 51, 'topics', 0, 'coursedisplay', '0'), (102, 52, 'topics', 0, 'hiddensections', '0'), (103, 52, 'topics', 0, 'coursedisplay', '0'), (104, 53, 'topics', 0, 'hiddensections', '0'), (105, 53, 'topics', 0, 'coursedisplay', '0'), (106, 54, 'topics', 0, 'hiddensections', '0'), (107, 54, 'topics', 0, 'coursedisplay', '0'), (108, 55, 'topics', 0, 'hiddensections', '0'), (109, 55, 'topics', 0, 'coursedisplay', '0'), (110, 56, 'topics', 0, 'hiddensections', '0'), (111, 56, 'topics', 0, 'coursedisplay', '0'), (112, 57, 'topics', 0, 'hiddensections', '0'), (113, 57, 'topics', 0, 'coursedisplay', '0'), (114, 58, 'topics', 0, 'hiddensections', '0'), (115, 58, 'topics', 0, 'coursedisplay', '0'), (116, 59, 'topics', 0, 'hiddensections', '0'), (117, 59, 'topics', 0, 'coursedisplay', '0'), (118, 60, 'topics', 0, 'hiddensections', '0'), (119, 60, 'topics', 0, 'coursedisplay', '0'), (120, 10, 'social', 0, 'numdiscussions', '10'), (122, 9, 'weeks', 0, 'hiddensections', '0'), (123, 9, 'weeks', 0, 'coursedisplay', '0'), (124, 9, 'weeks', 0, 'automaticenddate', '1'), (126, 8, 'topics', 0, 'hiddensections', '0'), (127, 8, 'topics', 0, 'coursedisplay', '0'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_modules` -- CREATE TABLE `cocoon_course_modules` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `module` bigint NOT NULL DEFAULT '0', `instance` bigint NOT NULL DEFAULT '0', `section` bigint NOT NULL DEFAULT '0', `idnumber` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `added` bigint NOT NULL DEFAULT '0', `score` smallint NOT NULL DEFAULT '0', `indent` mediumint NOT NULL DEFAULT '0', `visible` tinyint(1) NOT NULL DEFAULT '1', `visibleoncoursepage` tinyint(1) NOT NULL DEFAULT '1', `visibleold` tinyint(1) NOT NULL DEFAULT '1', `groupmode` smallint NOT NULL DEFAULT '0', `groupingid` bigint NOT NULL DEFAULT '0', `completion` tinyint(1) NOT NULL DEFAULT '0', `completiongradeitemnumber` bigint DEFAULT NULL, `completionview` tinyint(1) NOT NULL DEFAULT '0', `completionexpected` bigint NOT NULL DEFAULT '0', `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0', `showdescription` tinyint(1) NOT NULL DEFAULT '0', `availability` longtext COLLATE utf8mb4_unicode_ci, `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0', `downloadcontent` tinyint(1) DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='course_modules table retrofitted from MySQL'; -- -- Volcado de datos para la tabla `cocoon_course_modules` -- INSERT INTO `cocoon_course_modules` (`id`, `course`, `module`, `instance`, `section`, `idnumber`, `added`, `score`, `indent`, `visible`, `visibleoncoursepage`, `visibleold`, `groupmode`, `groupingid`, `completion`, `completiongradeitemnumber`, `completionview`, `completionexpected`, `completionpassgrade`, `showdescription`, `availability`, `deletioninprogress`, `downloadcontent`) VALUES (1, 1, 15, 1, 1, '', 1570237092, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (2, 1, 15, 2, 1, '', 1570237274, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (4, 1, 15, 4, 1, '', 1570401073, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (13, 1, 9, 3, 2, NULL, 1576601668, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (14, 1, 15, 5, 1, '', 1576613201, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (15, 1, 15, 6, 1, '', 1576627408, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (16, 1, 15, 7, 1, '', 1576628902, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (17, 1, 15, 8, 1, '', 1576715554, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (18, 1, 15, 9, 1, '', 1576716357, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (19, 1, 15, 10, 1, '', 1576775987, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (20, 1, 15, 11, 1, '', 1576780557, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (21, 1, 15, 12, 1, '', 1576783128, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (22, 1, 15, 13, 1, '', 1576864382, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (23, 4, 9, 4, 14, NULL, 1576962846, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (24, 5, 9, 5, 19, NULL, 1576962973, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (25, 6, 9, 6, 24, NULL, 1576963051, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (26, 7, 9, 7, 29, NULL, 1576963144, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (27, 8, 9, 8, 35, NULL, 1576963193, 0, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (28, 9, 9, 9, 40, NULL, 1576963345, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (29, 10, 9, 10, 44, NULL, 1576963416, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (30, 11, 9, 11, 49, NULL, 1576963461, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (31, 12, 9, 12, 54, NULL, 1576972047, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (32, 13, 9, 13, 59, NULL, 1576972092, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (33, 14, 9, 14, 64, NULL, 1576972151, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (34, 15, 9, 15, 69, NULL, 1576972206, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (35, 16, 9, 16, 74, NULL, 1576972250, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (36, 17, 9, 17, 79, NULL, 1576972297, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (37, 18, 9, 18, 84, NULL, 1576972342, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (38, 19, 9, 19, 89, NULL, 1577031524, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (39, 20, 9, 20, 94, NULL, 1577031566, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (40, 21, 9, 21, 99, NULL, 1577031703, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (41, 22, 9, 22, 104, NULL, 1577031799, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (42, 23, 9, 23, 109, NULL, 1577031836, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (43, 24, 9, 24, 114, NULL, 1577031879, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (44, 25, 9, 25, 119, NULL, 1577031938, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (45, 26, 9, 26, 124, NULL, 1577037572, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (46, 27, 9, 27, 129, NULL, 1577037619, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (47, 28, 9, 28, 134, NULL, 1577037669, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (48, 29, 9, 29, 139, NULL, 1577037715, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (49, 30, 9, 30, 144, NULL, 1577037755, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (50, 31, 9, 31, 149, NULL, 1577037795, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (51, 32, 9, 32, 154, NULL, 1577037841, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (52, 33, 9, 33, 159, NULL, 1577037914, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (53, 34, 9, 34, 164, NULL, 1577037974, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (54, 35, 9, 35, 169, NULL, 1577038018, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (55, 36, 9, 36, 174, NULL, 1577038056, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (56, 37, 9, 37, 179, NULL, 1577038100, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (57, 38, 9, 38, 184, NULL, 1577038152, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (58, 39, 9, 39, 189, NULL, 1577038192, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (59, 40, 9, 40, 194, NULL, 1577038244, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (60, 41, 9, 41, 199, NULL, 1577038287, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (61, 42, 9, 42, 204, NULL, 1577038339, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (62, 43, 9, 43, 209, NULL, 1577038401, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (63, 44, 9, 44, 214, NULL, 1577038441, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (64, 45, 9, 45, 219, NULL, 1577038479, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (65, 46, 9, 46, 224, NULL, 1577038520, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (66, 47, 9, 47, 229, NULL, 1577038617, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (67, 48, 9, 48, 234, NULL, 1577038667, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (68, 49, 9, 49, 239, NULL, 1577038725, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (69, 50, 9, 50, 244, NULL, 1577038785, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (70, 51, 9, 51, 249, NULL, 1577038834, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (71, 52, 9, 52, 254, NULL, 1577038892, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (72, 53, 9, 53, 259, NULL, 1577038946, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (73, 54, 9, 54, 264, NULL, 1577039639, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (74, 55, 9, 55, 269, NULL, 1577039692, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (75, 56, 9, 56, 274, NULL, 1577039734, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (76, 57, 9, 57, 279, NULL, 1577039776, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (77, 58, 9, 58, 284, NULL, 1577039812, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (78, 59, 9, 59, 289, NULL, 1577039858, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (79, 60, 9, 60, 294, NULL, 1577039937, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (80, 1, 15, 14, 1, '', 1577330386, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (81, 1, 15, 15, 1, '', 1577485469, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (82, 10, 9, 61, 44, NULL, 1577500778, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (84, 8, 1, 1, 34, '', 1577501491, 0, 0, 1, 1, 1, 0, 0, 1, NULL, 0, 0, 0, 0, NULL, 0, 1), (86, 1, 15, 17, 1, '', 1577626637, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (87, 1, 15, 18, 1, '', 1577629673, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (88, 1, 15, 19, 1, '', 1601486236, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (89, 1, 15, 20, 1, '', 1601486585, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (90, 1, 15, 21, 1, '', 1601486856, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (91, 1, 15, 22, 1, '', 1601487301, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (92, 1, 15, 23, 1, '', 1601487743, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (93, 1, 15, 24, 1, '', 1612045485, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (94, 1, 15, 25, 1, '', 1612045715, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (95, 1, 15, 26, 1, '', 1612045873, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1), (96, 1, 15, 27, 1, '', 1612046146, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, 0, NULL, 0, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_modules_completion` -- CREATE TABLE `cocoon_course_modules_completion` ( `id` bigint NOT NULL, `coursemoduleid` bigint NOT NULL, `userid` bigint NOT NULL, `completionstate` tinyint(1) NOT NULL, `viewed` tinyint(1) DEFAULT NULL, `overrideby` bigint DEFAULT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the completion state (completed or not completed, etc'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_published` -- CREATE TABLE `cocoon_course_published` ( `id` bigint NOT NULL, `huburl` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `courseid` bigint NOT NULL, `timepublished` bigint NOT NULL, `enrollable` tinyint(1) NOT NULL DEFAULT '1', `hubcourseid` bigint NOT NULL, `status` tinyint(1) DEFAULT '0', `timechecked` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Information about how and when an local courses were publish'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_request` -- CREATE TABLE `cocoon_course_request` ( `id` bigint NOT NULL, `fullname` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `shortname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `summary` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `summaryformat` tinyint NOT NULL DEFAULT '0', `category` bigint NOT NULL DEFAULT '0', `reason` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `requester` bigint NOT NULL DEFAULT '0', `password` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='course requests'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_course_sections` -- CREATE TABLE `cocoon_course_sections` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `section` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `summary` longtext COLLATE utf8mb4_unicode_ci, `summaryformat` tinyint NOT NULL DEFAULT '0', `sequence` longtext COLLATE utf8mb4_unicode_ci, `visible` tinyint(1) NOT NULL DEFAULT '1', `availability` longtext COLLATE utf8mb4_unicode_ci, `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='to define the sections for each course'; -- -- Volcado de datos para la tabla `cocoon_course_sections` -- INSERT INTO `cocoon_course_sections` (`id`, `course`, `section`, `name`, `summary`, `summaryformat`, `sequence`, `visible`, `availability`, `timemodified`) VALUES (1, 1, 1, NULL, '', 1, '4,20,17,21,22,18,19,88,89,90,91,92,93,94,95,96,14,15,16,80,81,86,87,1,2', 1, NULL, 1570214374), (2, 1, 0, NULL, '', 1, '13', 1, NULL, 1570237008), (14, 4, 0, NULL, '', 1, '23', 1, NULL, 1576962846), (15, 4, 1, NULL, '', 1, '', 1, NULL, 1576962846), (16, 4, 2, NULL, '', 1, '', 1, NULL, 1576962846), (17, 4, 3, NULL, '', 1, '', 1, NULL, 1576962846), (18, 4, 4, NULL, '', 1, '', 1, NULL, 1576962846), (19, 5, 0, NULL, '', 1, '24', 1, NULL, 1576962973), (20, 5, 1, NULL, '', 1, '', 1, NULL, 1576962973), (21, 5, 2, NULL, '', 1, '', 1, NULL, 1576962973), (22, 5, 3, NULL, '', 1, '', 1, NULL, 1576962973), (23, 5, 4, NULL, '', 1, '', 1, NULL, 1576962973), (24, 6, 0, NULL, '', 1, '25', 1, NULL, 1576963051), (25, 6, 1, NULL, '', 1, '', 1, NULL, 1576963051), (26, 6, 2, NULL, '', 1, '', 1, NULL, 1576963051), (27, 6, 3, NULL, '', 1, '', 1, NULL, 1576963051), (28, 6, 4, NULL, '', 1, '', 1, NULL, 1576963051), (29, 7, 0, NULL, '', 1, '26', 1, NULL, 1576963144), (30, 7, 1, NULL, '', 1, '', 1, NULL, 1576963144), (31, 7, 2, NULL, '', 1, '', 1, NULL, 1576963144), (32, 7, 3, NULL, '', 1, '', 1, NULL, 1576963144), (33, 7, 4, NULL, '', 1, '', 1, NULL, 1576963144), (34, 8, 0, NULL, '', 1, '84', 1, NULL, 1576963193), (35, 8, 1, NULL, '', 1, '27', 0, NULL, 1577501472), (36, 8, 2, NULL, '', 1, '', 0, NULL, 1577501472), (37, 8, 3, NULL, '', 1, '', 0, NULL, 1577501472), (38, 8, 4, NULL, '', 1, '', 0, NULL, 1577501472), (39, 9, 0, NULL, '', 1, '', 1, NULL, 1576963345), (40, 9, 1, NULL, '', 1, '28', 1, NULL, 1577501282), (41, 9, 2, NULL, '', 1, '', 1, NULL, 1577501285), (42, 9, 3, NULL, '', 1, '', 1, NULL, 1577501287), (43, 9, 4, NULL, '', 1, '', 1, NULL, 1577501289), (44, 10, 0, NULL, '', 1, '29,82', 1, NULL, 1576963416), (45, 10, 1, NULL, '', 1, '', 1, NULL, 1576963416), (46, 10, 2, NULL, '', 1, '', 1, NULL, 1576963416), (47, 10, 3, NULL, '', 1, '', 1, NULL, 1576963416), (48, 10, 4, NULL, '', 1, '', 1, NULL, 1576963416), (49, 11, 0, NULL, '', 1, '30', 1, NULL, 1576963461), (50, 11, 1, NULL, '', 1, '', 1, NULL, 1576963461), (51, 11, 2, NULL, '', 1, '', 1, NULL, 1576963461), (52, 11, 3, NULL, '', 1, '', 1, NULL, 1576963461), (53, 11, 4, NULL, '', 1, '', 1, NULL, 1576963461), (54, 12, 0, NULL, '', 1, '31', 1, NULL, 1576972047), (55, 12, 1, NULL, '', 1, '', 1, NULL, 1576972047), (56, 12, 2, NULL, '', 1, '', 1, NULL, 1576972047), (57, 12, 3, NULL, '', 1, '', 1, NULL, 1576972047), (58, 12, 4, NULL, '', 1, '', 1, NULL, 1576972047), (59, 13, 0, NULL, '', 1, '32', 1, NULL, 1576972092), (60, 13, 1, NULL, '', 1, '', 1, NULL, 1576972092), (61, 13, 2, NULL, '', 1, '', 1, NULL, 1576972092), (62, 13, 3, NULL, '', 1, '', 1, NULL, 1576972092), (63, 13, 4, NULL, '', 1, '', 1, NULL, 1576972092), (64, 14, 0, NULL, '', 1, '33', 1, NULL, 1576972151), (65, 14, 1, NULL, '', 1, '', 1, NULL, 1576972151), (66, 14, 2, NULL, '', 1, '', 1, NULL, 1576972151), (67, 14, 3, NULL, '', 1, '', 1, NULL, 1576972151), (68, 14, 4, NULL, '', 1, '', 1, NULL, 1576972151), (69, 15, 0, NULL, '', 1, '34', 1, NULL, 1576972206), (70, 15, 1, NULL, '', 1, '', 1, NULL, 1576972206), (71, 15, 2, NULL, '', 1, '', 1, NULL, 1576972206), (72, 15, 3, NULL, '', 1, '', 1, NULL, 1576972206), (73, 15, 4, NULL, '', 1, '', 1, NULL, 1576972206), (74, 16, 0, NULL, '', 1, '35', 1, NULL, 1576972250), (75, 16, 1, NULL, '', 1, '', 1, NULL, 1576972250), (76, 16, 2, NULL, '', 1, '', 1, NULL, 1576972250), (77, 16, 3, NULL, '', 1, '', 1, NULL, 1576972250), (78, 16, 4, NULL, '', 1, '', 1, NULL, 1576972250), (79, 17, 0, NULL, '', 1, '36', 1, NULL, 1576972297), (80, 17, 1, NULL, '', 1, '', 1, NULL, 1576972297), (81, 17, 2, NULL, '', 1, '', 1, NULL, 1576972297), (82, 17, 3, NULL, '', 1, '', 1, NULL, 1576972297), (83, 17, 4, NULL, '', 1, '', 1, NULL, 1576972297), (84, 18, 0, NULL, '', 1, '37', 1, NULL, 1576972342), (85, 18, 1, NULL, '', 1, '', 1, NULL, 1576972342), (86, 18, 2, NULL, '', 1, '', 1, NULL, 1576972342), (87, 18, 3, NULL, '', 1, '', 1, NULL, 1576972342), (88, 18, 4, NULL, '', 1, '', 1, NULL, 1576972342), (89, 19, 0, NULL, '', 1, '38', 1, NULL, 1577031524), (90, 19, 1, NULL, '', 1, '', 1, NULL, 1577031524), (91, 19, 2, NULL, '', 1, '', 1, NULL, 1577031524), (92, 19, 3, NULL, '', 1, '', 1, NULL, 1577031524), (93, 19, 4, NULL, '', 1, '', 1, NULL, 1577031524), (94, 20, 0, NULL, '', 1, '39', 1, NULL, 1577031566), (95, 20, 1, NULL, '', 1, '', 1, NULL, 1577031566), (96, 20, 2, NULL, '', 1, '', 1, NULL, 1577031567), (97, 20, 3, NULL, '', 1, '', 1, NULL, 1577031567), (98, 20, 4, NULL, '', 1, '', 1, NULL, 1577031567), (99, 21, 0, NULL, '', 1, '40', 1, NULL, 1577031703), (100, 21, 1, NULL, '', 1, '', 1, NULL, 1577031703), (101, 21, 2, NULL, '', 1, '', 1, NULL, 1577031703), (102, 21, 3, NULL, '', 1, '', 1, NULL, 1577031703), (103, 21, 4, NULL, '', 1, '', 1, NULL, 1577031703), (104, 22, 0, NULL, '', 1, '41', 1, NULL, 1577031799), (105, 22, 1, NULL, '', 1, '', 1, NULL, 1577031799), (106, 22, 2, NULL, '', 1, '', 1, NULL, 1577031799), (107, 22, 3, NULL, '', 1, '', 1, NULL, 1577031799), (108, 22, 4, NULL, '', 1, '', 1, NULL, 1577031799), (109, 23, 0, NULL, '', 1, '42', 1, NULL, 1577031836), (110, 23, 1, NULL, '', 1, '', 1, NULL, 1577031836), (111, 23, 2, NULL, '', 1, '', 1, NULL, 1577031836), (112, 23, 3, NULL, '', 1, '', 1, NULL, 1577031836), (113, 23, 4, NULL, '', 1, '', 1, NULL, 1577031836), (114, 24, 0, NULL, '', 1, '43', 1, NULL, 1577031879), (115, 24, 1, NULL, '', 1, '', 1, NULL, 1577031879), (116, 24, 2, NULL, '', 1, '', 1, NULL, 1577031879), (117, 24, 3, NULL, '', 1, '', 1, NULL, 1577031879), (118, 24, 4, NULL, '', 1, '', 1, NULL, 1577031879), (119, 25, 0, NULL, '', 1, '44', 1, NULL, 1577031938), (120, 25, 1, NULL, '', 1, '', 1, NULL, 1577031938), (121, 25, 2, NULL, '', 1, '', 1, NULL, 1577031938), (122, 25, 3, NULL, '', 1, '', 1, NULL, 1577031938), (123, 25, 4, NULL, '', 1, '', 1, NULL, 1577031938), (124, 26, 0, NULL, '', 1, '45', 1, NULL, 1577037572), (125, 26, 1, NULL, '', 1, '', 1, NULL, 1577037572), (126, 26, 2, NULL, '', 1, '', 1, NULL, 1577037572), (127, 26, 3, NULL, '', 1, '', 1, NULL, 1577037572), (128, 26, 4, NULL, '', 1, '', 1, NULL, 1577037572), (129, 27, 0, NULL, '', 1, '46', 1, NULL, 1577037619), (130, 27, 1, NULL, '', 1, '', 1, NULL, 1577037619), (131, 27, 2, NULL, '', 1, '', 1, NULL, 1577037619), (132, 27, 3, NULL, '', 1, '', 1, NULL, 1577037619), (133, 27, 4, NULL, '', 1, '', 1, NULL, 1577037619), (134, 28, 0, NULL, '', 1, '47', 1, NULL, 1577037669), (135, 28, 1, NULL, '', 1, '', 1, NULL, 1577037669), (136, 28, 2, NULL, '', 1, '', 1, NULL, 1577037669), (137, 28, 3, NULL, '', 1, '', 1, NULL, 1577037669), (138, 28, 4, NULL, '', 1, '', 1, NULL, 1577037669), (139, 29, 0, NULL, '', 1, '48', 1, NULL, 1577037715), (140, 29, 1, NULL, '', 1, '', 1, NULL, 1577037715), (141, 29, 2, NULL, '', 1, '', 1, NULL, 1577037715), (142, 29, 3, NULL, '', 1, '', 1, NULL, 1577037715), (143, 29, 4, NULL, '', 1, '', 1, NULL, 1577037715), (144, 30, 0, NULL, '', 1, '49', 1, NULL, 1577037755), (145, 30, 1, NULL, '', 1, '', 1, NULL, 1577037755), (146, 30, 2, NULL, '', 1, '', 1, NULL, 1577037755), (147, 30, 3, NULL, '', 1, '', 1, NULL, 1577037755), (148, 30, 4, NULL, '', 1, '', 1, NULL, 1577037755), (149, 31, 0, NULL, '', 1, '50', 1, NULL, 1577037795), (150, 31, 1, NULL, '', 1, '', 1, NULL, 1577037795), (151, 31, 2, NULL, '', 1, '', 1, NULL, 1577037795), (152, 31, 3, NULL, '', 1, '', 1, NULL, 1577037795), (153, 31, 4, NULL, '', 1, '', 1, NULL, 1577037795), (154, 32, 0, NULL, '', 1, '51', 1, NULL, 1577037841), (155, 32, 1, NULL, '', 1, '', 1, NULL, 1577037841), (156, 32, 2, NULL, '', 1, '', 1, NULL, 1577037841), (157, 32, 3, NULL, '', 1, '', 1, NULL, 1577037841), (158, 32, 4, NULL, '', 1, '', 1, NULL, 1577037841), (159, 33, 0, NULL, '', 1, '52', 1, NULL, 1577037914), (160, 33, 1, NULL, '', 1, '', 1, NULL, 1577037914), (161, 33, 2, NULL, '', 1, '', 1, NULL, 1577037914), (162, 33, 3, NULL, '', 1, '', 1, NULL, 1577037914), (163, 33, 4, NULL, '', 1, '', 1, NULL, 1577037914), (164, 34, 0, NULL, '', 1, '53', 1, NULL, 1577037974), (165, 34, 1, NULL, '', 1, '', 1, NULL, 1577037974), (166, 34, 2, NULL, '', 1, '', 1, NULL, 1577037974), (167, 34, 3, NULL, '', 1, '', 1, NULL, 1577037974), (168, 34, 4, NULL, '', 1, '', 1, NULL, 1577037974), (169, 35, 0, NULL, '', 1, '54', 1, NULL, 1577038018), (170, 35, 1, NULL, '', 1, '', 1, NULL, 1577038018), (171, 35, 2, NULL, '', 1, '', 1, NULL, 1577038018), (172, 35, 3, NULL, '', 1, '', 1, NULL, 1577038018), (173, 35, 4, NULL, '', 1, '', 1, NULL, 1577038018), (174, 36, 0, NULL, '', 1, '55', 1, NULL, 1577038056), (175, 36, 1, NULL, '', 1, '', 1, NULL, 1577038056), (176, 36, 2, NULL, '', 1, '', 1, NULL, 1577038056), (177, 36, 3, NULL, '', 1, '', 1, NULL, 1577038056), (178, 36, 4, NULL, '', 1, '', 1, NULL, 1577038056), (179, 37, 0, NULL, '', 1, '56', 1, NULL, 1577038100), (180, 37, 1, NULL, '', 1, '', 1, NULL, 1577038100), (181, 37, 2, NULL, '', 1, '', 1, NULL, 1577038100), (182, 37, 3, NULL, '', 1, '', 1, NULL, 1577038100), (183, 37, 4, NULL, '', 1, '', 1, NULL, 1577038100), (184, 38, 0, NULL, '', 1, '57', 1, NULL, 1577038152), (185, 38, 1, NULL, '', 1, '', 1, NULL, 1577038152), (186, 38, 2, NULL, '', 1, '', 1, NULL, 1577038152), (187, 38, 3, NULL, '', 1, '', 1, NULL, 1577038152), (188, 38, 4, NULL, '', 1, '', 1, NULL, 1577038152), (189, 39, 0, NULL, '', 1, '58', 1, NULL, 1577038192), (190, 39, 1, NULL, '', 1, '', 1, NULL, 1577038192), (191, 39, 2, NULL, '', 1, '', 1, NULL, 1577038192), (192, 39, 3, NULL, '', 1, '', 1, NULL, 1577038192), (193, 39, 4, NULL, '', 1, '', 1, NULL, 1577038192), (194, 40, 0, NULL, '', 1, '59', 1, NULL, 1577038244), (195, 40, 1, NULL, '', 1, '', 1, NULL, 1577038244), (196, 40, 2, NULL, '', 1, '', 1, NULL, 1577038244), (197, 40, 3, NULL, '', 1, '', 1, NULL, 1577038244), (198, 40, 4, NULL, '', 1, '', 1, NULL, 1577038244), (199, 41, 0, NULL, '', 1, '60', 1, NULL, 1577038287), (200, 41, 1, NULL, '', 1, '', 1, NULL, 1577038287), (201, 41, 2, NULL, '', 1, '', 1, NULL, 1577038287), (202, 41, 3, NULL, '', 1, '', 1, NULL, 1577038287), (203, 41, 4, NULL, '', 1, '', 1, NULL, 1577038287), (204, 42, 0, NULL, '', 1, '61', 1, NULL, 1577038339), (205, 42, 1, NULL, '', 1, '', 1, NULL, 1577038339), (206, 42, 2, NULL, '', 1, '', 1, NULL, 1577038339), (207, 42, 3, NULL, '', 1, '', 1, NULL, 1577038339), (208, 42, 4, NULL, '', 1, '', 1, NULL, 1577038339), (209, 43, 0, NULL, '', 1, '62', 1, NULL, 1577038401), (210, 43, 1, NULL, '', 1, '', 1, NULL, 1577038401), (211, 43, 2, NULL, '', 1, '', 1, NULL, 1577038401), (212, 43, 3, NULL, '', 1, '', 1, NULL, 1577038401), (213, 43, 4, NULL, '', 1, '', 1, NULL, 1577038401), (214, 44, 0, NULL, '', 1, '63', 1, NULL, 1577038441), (215, 44, 1, NULL, '', 1, '', 1, NULL, 1577038441), (216, 44, 2, NULL, '', 1, '', 1, NULL, 1577038441), (217, 44, 3, NULL, '', 1, '', 1, NULL, 1577038441), (218, 44, 4, NULL, '', 1, '', 1, NULL, 1577038441), (219, 45, 0, NULL, '', 1, '64', 1, NULL, 1577038479), (220, 45, 1, NULL, '', 1, '', 1, NULL, 1577038479), (221, 45, 2, NULL, '', 1, '', 1, NULL, 1577038479), (222, 45, 3, NULL, '', 1, '', 1, NULL, 1577038479), (223, 45, 4, NULL, '', 1, '', 1, NULL, 1577038479), (224, 46, 0, NULL, '', 1, '65', 1, NULL, 1577038520), (225, 46, 1, NULL, '', 1, '', 1, NULL, 1577038520), (226, 46, 2, NULL, '', 1, '', 1, NULL, 1577038520), (227, 46, 3, NULL, '', 1, '', 1, NULL, 1577038520), (228, 46, 4, NULL, '', 1, '', 1, NULL, 1577038520), (229, 47, 0, NULL, '', 1, '66', 1, NULL, 1577038617), (230, 47, 1, NULL, '', 1, '', 1, NULL, 1577038617), (231, 47, 2, NULL, '', 1, '', 1, NULL, 1577038617), (232, 47, 3, NULL, '', 1, '', 1, NULL, 1577038617), (233, 47, 4, NULL, '', 1, '', 1, NULL, 1577038617), (234, 48, 0, NULL, '', 1, '67', 1, NULL, 1577038667), (235, 48, 1, NULL, '', 1, '', 1, NULL, 1577038667), (236, 48, 2, NULL, '', 1, '', 1, NULL, 1577038667), (237, 48, 3, NULL, '', 1, '', 1, NULL, 1577038667), (238, 48, 4, NULL, '', 1, '', 1, NULL, 1577038667), (239, 49, 0, NULL, '', 1, '68', 1, NULL, 1577038725), (240, 49, 1, NULL, '', 1, '', 1, NULL, 1577038725), (241, 49, 2, NULL, '', 1, '', 1, NULL, 1577038725), (242, 49, 3, NULL, '', 1, '', 1, NULL, 1577038725), (243, 49, 4, NULL, '', 1, '', 1, NULL, 1577038725), (244, 50, 0, NULL, '', 1, '69', 1, NULL, 1577038786), (245, 50, 1, NULL, '', 1, '', 1, NULL, 1577038786), (246, 50, 2, NULL, '', 1, '', 1, NULL, 1577038786), (247, 50, 3, NULL, '', 1, '', 1, NULL, 1577038786), (248, 50, 4, NULL, '', 1, '', 1, NULL, 1577038786), (249, 51, 0, NULL, '', 1, '70', 1, NULL, 1577038834), (250, 51, 1, NULL, '', 1, '', 1, NULL, 1577038834), (251, 51, 2, NULL, '', 1, '', 1, NULL, 1577038834), (252, 51, 3, NULL, '', 1, '', 1, NULL, 1577038834), (253, 51, 4, NULL, '', 1, '', 1, NULL, 1577038834), (254, 52, 0, NULL, '', 1, '71', 1, NULL, 1577038892), (255, 52, 1, NULL, '', 1, '', 1, NULL, 1577038892), (256, 52, 2, NULL, '', 1, '', 1, NULL, 1577038892), (257, 52, 3, NULL, '', 1, '', 1, NULL, 1577038892), (258, 52, 4, NULL, '', 1, '', 1, NULL, 1577038892), (259, 53, 0, NULL, '', 1, '72', 1, NULL, 1577038946), (260, 53, 1, NULL, '', 1, '', 1, NULL, 1577038946), (261, 53, 2, NULL, '', 1, '', 1, NULL, 1577038946), (262, 53, 3, NULL, '', 1, '', 1, NULL, 1577038946), (263, 53, 4, NULL, '', 1, '', 1, NULL, 1577038946), (264, 54, 0, NULL, '', 1, '73', 1, NULL, 1577039639), (265, 54, 1, NULL, '', 1, '', 1, NULL, 1577039639), (266, 54, 2, NULL, '', 1, '', 1, NULL, 1577039639), (267, 54, 3, NULL, '', 1, '', 1, NULL, 1577039639), (268, 54, 4, NULL, '', 1, '', 1, NULL, 1577039639), (269, 55, 0, NULL, '', 1, '74', 1, NULL, 1577039692), (270, 55, 1, NULL, '', 1, '', 1, NULL, 1577039692), (271, 55, 2, NULL, '', 1, '', 1, NULL, 1577039692), (272, 55, 3, NULL, '', 1, '', 1, NULL, 1577039692), (273, 55, 4, NULL, '', 1, '', 1, NULL, 1577039692), (274, 56, 0, NULL, '', 1, '75', 1, NULL, 1577039734), (275, 56, 1, NULL, '', 1, '', 1, NULL, 1577039734), (276, 56, 2, NULL, '', 1, '', 1, NULL, 1577039734), (277, 56, 3, NULL, '', 1, '', 1, NULL, 1577039734), (278, 56, 4, NULL, '', 1, '', 1, NULL, 1577039734), (279, 57, 0, NULL, '', 1, '76', 1, NULL, 1577039776), (280, 57, 1, NULL, '', 1, '', 1, NULL, 1577039776), (281, 57, 2, NULL, '', 1, '', 1, NULL, 1577039776), (282, 57, 3, NULL, '', 1, '', 1, NULL, 1577039776), (283, 57, 4, NULL, '', 1, '', 1, NULL, 1577039776), (284, 58, 0, NULL, '', 1, '77', 1, NULL, 1577039812), (285, 58, 1, NULL, '', 1, '', 1, NULL, 1577039812), (286, 58, 2, NULL, '', 1, '', 1, NULL, 1577039812), (287, 58, 3, NULL, '', 1, '', 1, NULL, 1577039812), (288, 58, 4, NULL, '', 1, '', 1, NULL, 1577039812), (289, 59, 0, NULL, '', 1, '78', 1, NULL, 1577039858), (290, 59, 1, NULL, '', 1, '', 1, NULL, 1577039858), (291, 59, 2, NULL, '', 1, '', 1, NULL, 1577039858), (292, 59, 3, NULL, '', 1, '', 1, NULL, 1577039858), (293, 59, 4, NULL, '', 1, '', 1, NULL, 1577039858), (294, 60, 0, NULL, '', 1, '79', 1, NULL, 1577039937), (295, 60, 1, NULL, '', 1, '', 1, NULL, 1577039937), (296, 60, 2, NULL, '', 1, '', 1, NULL, 1577039937), (297, 60, 3, NULL, '', 1, '', 1, NULL, 1577039937), (298, 60, 4, NULL, '', 1, '', 1, NULL, 1577039937); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_customfield_category` -- CREATE TABLE `cocoon_customfield_category` ( `id` bigint NOT NULL, `name` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` bigint DEFAULT NULL, `sortorder` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `area` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0', `contextid` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='core_customfield category table'; -- -- Volcado de datos para la tabla `cocoon_customfield_category` -- INSERT INTO `cocoon_customfield_category` (`id`, `name`, `description`, `descriptionformat`, `sortorder`, `timecreated`, `timemodified`, `component`, `area`, `itemid`, `contextid`) VALUES (1, 'Other fields', NULL, 0, 0, 1577624840, 1577624840, 'core_course', 'course', 0, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_customfield_data` -- CREATE TABLE `cocoon_customfield_data` ( `id` bigint NOT NULL, `fieldid` bigint NOT NULL, `instanceid` bigint NOT NULL, `intvalue` bigint DEFAULT NULL, `decvalue` decimal(10,5) DEFAULT NULL, `shortcharvalue` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `charvalue` varchar(1333) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `valueformat` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `contextid` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='core_customfield data table'; -- -- Volcado de datos para la tabla `cocoon_customfield_data` -- INSERT INTO `cocoon_customfield_data` (`id`, `fieldid`, `instanceid`, `intvalue`, `decvalue`, `shortcharvalue`, `charvalue`, `value`, `valueformat`, `timecreated`, `timemodified`, `contextid`) VALUES (1, 1, 8, 2, NULL, NULL, NULL, '2', 0, 1577624993, 1577624993, 153), (2, 1, 44, 1, NULL, NULL, NULL, '1', 0, 1578012152, 1578012152, 203); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_customfield_field` -- CREATE TABLE `cocoon_customfield_field` ( `id` bigint NOT NULL, `shortname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` bigint DEFAULT NULL, `sortorder` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, `configdata` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='core_customfield field table'; -- -- Volcado de datos para la tabla `cocoon_customfield_field` -- INSERT INTO `cocoon_customfield_field` (`id`, `shortname`, `name`, `type`, `description`, `descriptionformat`, `sortorder`, `categoryid`, `configdata`, `timecreated`, `timemodified`) VALUES (1, 'coursestyle', 'Course style', 'select', '', 1, 0, 1, '{\"required\":\"0\",\"uniquevalues\":\"0\",\"options\":\"1\\r\\n2\\r\\n3\",\"defaultvalue\":\"1\",\"locked\":\"0\",\"visibility\":\"2\"}', 1577624900, 1577624900); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_data` -- CREATE TABLE `cocoon_data` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `comments` smallint NOT NULL DEFAULT '0', `timeavailablefrom` bigint NOT NULL DEFAULT '0', `timeavailableto` bigint NOT NULL DEFAULT '0', `timeviewfrom` bigint NOT NULL DEFAULT '0', `timeviewto` bigint NOT NULL DEFAULT '0', `requiredentries` int NOT NULL DEFAULT '0', `requiredentriestoview` int NOT NULL DEFAULT '0', `maxentries` int NOT NULL DEFAULT '0', `rssarticles` smallint NOT NULL DEFAULT '0', `singletemplate` longtext COLLATE utf8mb4_unicode_ci, `listtemplate` longtext COLLATE utf8mb4_unicode_ci, `listtemplateheader` longtext COLLATE utf8mb4_unicode_ci, `listtemplatefooter` longtext COLLATE utf8mb4_unicode_ci, `addtemplate` longtext COLLATE utf8mb4_unicode_ci, `rsstemplate` longtext COLLATE utf8mb4_unicode_ci, `rsstitletemplate` longtext COLLATE utf8mb4_unicode_ci, `csstemplate` longtext COLLATE utf8mb4_unicode_ci, `jstemplate` longtext COLLATE utf8mb4_unicode_ci, `asearchtemplate` longtext COLLATE utf8mb4_unicode_ci, `approval` smallint NOT NULL DEFAULT '0', `manageapproved` smallint NOT NULL DEFAULT '1', `scale` bigint NOT NULL DEFAULT '0', `assessed` bigint NOT NULL DEFAULT '0', `assesstimestart` bigint NOT NULL DEFAULT '0', `assesstimefinish` bigint NOT NULL DEFAULT '0', `defaultsort` bigint NOT NULL DEFAULT '0', `defaultsortdir` smallint NOT NULL DEFAULT '0', `editany` smallint NOT NULL DEFAULT '0', `notification` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `config` longtext COLLATE utf8mb4_unicode_ci, `completionentries` bigint DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='all database activities' ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_data_content` -- CREATE TABLE `cocoon_data_content` ( `id` bigint NOT NULL, `fieldid` bigint NOT NULL DEFAULT '0', `recordid` bigint NOT NULL DEFAULT '0', `content` longtext COLLATE utf8mb4_unicode_ci, `content1` longtext COLLATE utf8mb4_unicode_ci, `content2` longtext COLLATE utf8mb4_unicode_ci, `content3` longtext COLLATE utf8mb4_unicode_ci, `content4` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='the content introduced in each record/fields'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_data_fields` -- CREATE TABLE `cocoon_data_fields` ( `id` bigint NOT NULL, `dataid` bigint NOT NULL DEFAULT '0', `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `required` tinyint(1) NOT NULL DEFAULT '0', `param1` longtext COLLATE utf8mb4_unicode_ci, `param2` longtext COLLATE utf8mb4_unicode_ci, `param3` longtext COLLATE utf8mb4_unicode_ci, `param4` longtext COLLATE utf8mb4_unicode_ci, `param5` longtext COLLATE utf8mb4_unicode_ci, `param6` longtext COLLATE utf8mb4_unicode_ci, `param7` longtext COLLATE utf8mb4_unicode_ci, `param8` longtext COLLATE utf8mb4_unicode_ci, `param9` longtext COLLATE utf8mb4_unicode_ci, `param10` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='every field available' ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_data_records` -- CREATE TABLE `cocoon_data_records` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `dataid` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `approved` smallint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='every record introduced'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_editor_atto_autosave` -- CREATE TABLE `cocoon_editor_atto_autosave` ( `id` bigint NOT NULL, `elementid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `pagehash` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `userid` bigint NOT NULL, `drafttext` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `draftid` bigint DEFAULT NULL, `pageinstance` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Draft text that is auto-saved every 5 seconds while an edito'; -- -- Volcado de datos para la tabla `cocoon_editor_atto_autosave` -- INSERT INTO `cocoon_editor_atto_autosave` (`id`, `elementid`, `contextid`, `pagehash`, `userid`, `drafttext`, `draftid`, `pageinstance`, `timemodified`) VALUES (1, 'id_message', 158, '84b506b4a0c2ce3cafe4abd717f9d3f4a437658a', 2, '', 469499885, 'yui_3_17_2_1_1653438129309_47', 1653438130); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol` -- CREATE TABLE `cocoon_enrol` ( `id` bigint NOT NULL, `enrol` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `status` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enrolperiod` bigint DEFAULT '0', `enrolstartdate` bigint DEFAULT '0', `enrolenddate` bigint DEFAULT '0', `expirynotify` tinyint(1) DEFAULT '0', `expirythreshold` bigint DEFAULT '0', `notifyall` tinyint(1) DEFAULT '0', `password` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cost` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency` varchar(3) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `roleid` bigint DEFAULT '0', `customint1` bigint DEFAULT NULL, `customint2` bigint DEFAULT NULL, `customint3` bigint DEFAULT NULL, `customint4` bigint DEFAULT NULL, `customint5` bigint DEFAULT NULL, `customint6` bigint DEFAULT NULL, `customint7` bigint DEFAULT NULL, `customint8` bigint DEFAULT NULL, `customchar1` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customchar2` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customchar3` varchar(1333) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customdec1` decimal(12,7) DEFAULT NULL, `customdec2` decimal(12,7) DEFAULT NULL, `customtext1` longtext COLLATE utf8mb4_unicode_ci, `customtext2` longtext COLLATE utf8mb4_unicode_ci, `customtext3` longtext COLLATE utf8mb4_unicode_ci, `customtext4` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Instances of enrolment plugins used in courses, fields marke'; -- -- Volcado de datos para la tabla `cocoon_enrol` -- INSERT INTO `cocoon_enrol` (`id`, `enrol`, `status`, `courseid`, `sortorder`, `name`, `enrolperiod`, `enrolstartdate`, `enrolenddate`, `expirynotify`, `expirythreshold`, `notifyall`, `password`, `cost`, `currency`, `roleid`, `customint1`, `customint2`, `customint3`, `customint4`, `customint5`, `customint6`, `customint7`, `customint8`, `customchar1`, `customchar2`, `customchar3`, `customdec1`, `customdec2`, `customtext1`, `customtext2`, `customtext3`, `customtext4`, `timecreated`, `timemodified`) VALUES (7, 'manual', 0, 4, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576962846, 1576962846), (8, 'guest', 0, 4, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576962846, 1576962846), (9, 'self', 1, 4, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576962846, 1576962846), (10, 'manual', 0, 5, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576962973, 1576962973), (11, 'guest', 0, 5, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576962973, 1576962973), (12, 'self', 1, 5, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576962973, 1576962973), (13, 'manual', 0, 6, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963051, 1576963051), (14, 'guest', 0, 6, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963051, 1576963051), (15, 'self', 1, 6, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963051, 1576963051), (16, 'manual', 0, 7, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963144, 1576963144), (17, 'guest', 0, 7, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963144, 1576963144), (18, 'self', 1, 7, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963144, 1576963144), (19, 'manual', 0, 8, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963193, 1576963193), (20, 'guest', 0, 8, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963193, 1576963193), (21, 'self', 1, 8, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963193, 1576963193), (22, 'manual', 0, 9, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963345, 1576963345), (23, 'guest', 0, 9, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963345, 1576963345), (24, 'self', 1, 9, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963345, 1576963345), (25, 'manual', 0, 10, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963417, 1576963417), (26, 'guest', 0, 10, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963417, 1578009773), (27, 'self', 1, 10, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963417, 1576963417), (28, 'manual', 0, 11, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963461, 1576963461), (29, 'guest', 0, 11, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963461, 1578009687), (30, 'self', 1, 11, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576963461, 1576963461), (31, 'manual', 0, 12, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972047, 1576972047), (32, 'guest', 0, 12, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972047, 1576972047), (33, 'self', 1, 12, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972047, 1576972047), (34, 'manual', 0, 13, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972092, 1576972092), (35, 'guest', 0, 13, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972092, 1576972092), (36, 'self', 1, 13, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972092, 1576972092), (37, 'manual', 0, 14, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972151, 1576972151), (38, 'guest', 0, 14, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972151, 1576972151), (39, 'self', 1, 14, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972151, 1576972151), (40, 'manual', 0, 15, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972206, 1576972206), (41, 'guest', 0, 15, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972206, 1576972206), (42, 'self', 1, 15, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972206, 1576972206), (43, 'manual', 0, 16, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972250, 1576972250), (44, 'guest', 0, 16, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972250, 1576972250), (45, 'self', 1, 16, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972250, 1576972250), (46, 'manual', 0, 17, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972297, 1576972297), (47, 'guest', 0, 17, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972297, 1576972297), (48, 'self', 1, 17, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972297, 1576972297), (49, 'manual', 0, 18, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972342, 1576972342), (50, 'guest', 0, 18, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972342, 1576972342), (51, 'self', 1, 18, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1576972342, 1576972342), (52, 'manual', 0, 19, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031524, 1577031524), (53, 'guest', 0, 19, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031524, 1577031524), (54, 'self', 1, 19, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031524, 1577031524), (55, 'manual', 0, 20, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031567, 1577031567), (56, 'guest', 0, 20, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031567, 1577031567), (57, 'self', 1, 20, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031567, 1577031567), (58, 'manual', 0, 21, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031703, 1577031703), (59, 'guest', 0, 21, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031703, 1577031703), (60, 'self', 1, 21, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031704, 1577031704), (61, 'manual', 0, 22, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031799, 1577031799), (62, 'guest', 0, 22, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031799, 1577031799), (63, 'self', 1, 22, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031799, 1577031799), (64, 'manual', 0, 23, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031836, 1577031836), (65, 'guest', 0, 23, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031836, 1577031836), (66, 'self', 1, 23, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031836, 1577031836), (67, 'manual', 0, 24, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031879, 1577031879), (68, 'guest', 0, 24, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031879, 1577031879), (69, 'self', 1, 24, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031879, 1577031879), (70, 'manual', 0, 25, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031938, 1577031938), (71, 'guest', 0, 25, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031938, 1577031938), (72, 'self', 1, 25, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577031938, 1577031938), (73, 'manual', 0, 26, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037572, 1577037572), (74, 'guest', 0, 26, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037572, 1577037572), (75, 'self', 1, 26, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037572, 1577037572), (76, 'manual', 0, 27, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037619, 1577037619), (77, 'guest', 0, 27, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037619, 1577037619), (78, 'self', 1, 27, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037619, 1577037619), (79, 'manual', 0, 28, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037669, 1577037669), (80, 'guest', 0, 28, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037669, 1577037669), (81, 'self', 1, 28, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037669, 1577037669), (82, 'manual', 0, 29, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037715, 1577037715), (83, 'guest', 0, 29, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037715, 1577037715), (84, 'self', 1, 29, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037715, 1577037715), (85, 'manual', 0, 30, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037755, 1577037755), (86, 'guest', 0, 30, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037755, 1577037755), (87, 'self', 1, 30, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037755, 1577037755), (88, 'manual', 0, 31, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037795, 1577037795), (89, 'guest', 0, 31, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037795, 1577037795), (90, 'self', 1, 31, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037795, 1577037795), (91, 'manual', 0, 32, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037841, 1577037841), (92, 'guest', 0, 32, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037841, 1577037841), (93, 'self', 1, 32, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037841, 1577037841), (94, 'manual', 0, 33, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037914, 1577037914), (95, 'guest', 0, 33, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037914, 1577037914), (96, 'self', 1, 33, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037914, 1577037914), (97, 'manual', 0, 34, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037974, 1577037974), (98, 'guest', 0, 34, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037974, 1577037974), (99, 'self', 1, 34, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577037974, 1577037974), (100, 'manual', 0, 35, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038018, 1577038018), (101, 'guest', 0, 35, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038018, 1577038018), (102, 'self', 1, 35, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038018, 1577038018), (103, 'manual', 0, 36, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038056, 1577038056), (104, 'guest', 0, 36, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038056, 1577038056), (105, 'self', 1, 36, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038056, 1577038056), (106, 'manual', 0, 37, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038100, 1577038100), (107, 'guest', 0, 37, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038100, 1577038100), (108, 'self', 1, 37, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038100, 1577038100), (109, 'manual', 0, 38, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038152, 1577038152), (110, 'guest', 0, 38, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038152, 1577038152), (111, 'self', 1, 38, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038152, 1577038152), (112, 'manual', 0, 39, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038192, 1577038192), (113, 'guest', 0, 39, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038192, 1577038192), (114, 'self', 1, 39, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038192, 1577038192), (115, 'manual', 0, 40, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038244, 1577038244), (116, 'guest', 0, 40, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038244, 1577038244), (117, 'self', 1, 40, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038244, 1577038244), (118, 'manual', 0, 41, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038287, 1577038287), (119, 'guest', 0, 41, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038287, 1577038287), (120, 'self', 1, 41, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038287, 1577038287), (121, 'manual', 0, 42, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038339, 1577038339), (122, 'guest', 0, 42, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038339, 1577038339), (123, 'self', 1, 42, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038339, 1577038339), (124, 'manual', 0, 43, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038401, 1577038401), (125, 'guest', 0, 43, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038401, 1577038401), (126, 'self', 1, 43, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038401, 1577038401), (127, 'manual', 0, 44, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038441, 1577038441), (128, 'guest', 0, 44, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038441, 1577038441), (129, 'self', 1, 44, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038441, 1577038441), (130, 'manual', 0, 45, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038479, 1577038479), (131, 'guest', 0, 45, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038479, 1577038479), (132, 'self', 1, 45, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038479, 1577038479), (133, 'manual', 0, 46, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038520, 1577038520), (134, 'guest', 0, 46, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038520, 1577038520), (135, 'self', 1, 46, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038520, 1577038520), (136, 'manual', 0, 47, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038617, 1577038617), (137, 'guest', 0, 47, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038617, 1577038617), (138, 'self', 1, 47, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038617, 1577038617), (139, 'manual', 0, 48, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038667, 1577038667), (140, 'guest', 0, 48, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038667, 1577038667), (141, 'self', 1, 48, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038667, 1577038667), (142, 'manual', 0, 49, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038725, 1577038725), (143, 'guest', 0, 49, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038725, 1577038725), (144, 'self', 1, 49, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038725, 1577038725), (145, 'manual', 0, 50, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038786, 1577038786), (146, 'guest', 0, 50, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038786, 1577038786), (147, 'self', 1, 50, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038786, 1577038786), (148, 'manual', 0, 51, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038834, 1577038834), (149, 'guest', 0, 51, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038834, 1577038834), (150, 'self', 1, 51, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038834, 1577038834), (151, 'manual', 0, 52, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038892, 1577038892), (152, 'guest', 0, 52, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038892, 1577038892), (153, 'self', 1, 52, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038892, 1577038892), (154, 'manual', 0, 53, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038946, 1577038946), (155, 'guest', 0, 53, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038946, 1577038946), (156, 'self', 1, 53, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577038946, 1577038946), (157, 'manual', 0, 54, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039639, 1577039639), (158, 'guest', 0, 54, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039639, 1577039639), (159, 'self', 1, 54, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039639, 1577039639), (160, 'manual', 0, 55, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039692, 1577039692), (161, 'guest', 0, 55, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039692, 1577039692), (162, 'self', 1, 55, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039692, 1577039692), (163, 'manual', 0, 56, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039734, 1577039734), (164, 'guest', 0, 56, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039734, 1577039734), (165, 'self', 1, 56, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039734, 1577039734), (166, 'manual', 0, 57, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039776, 1577039776), (167, 'guest', 0, 57, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039776, 1577039776), (168, 'self', 1, 57, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039776, 1577039776), (169, 'manual', 0, 58, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039812, 1577039812), (170, 'guest', 0, 58, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039812, 1577039812), (171, 'self', 1, 58, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039812, 1577039812), (172, 'manual', 0, 59, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039858, 1577039858), (173, 'guest', 0, 59, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039858, 1577039858), (174, 'self', 1, 59, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039858, 1577039858), (175, 'manual', 0, 60, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039937, 1577039937), (176, 'guest', 0, 60, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039937, 1577039937), (177, 'self', 1, 60, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1577039937, 1577039937); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_flatfile` -- CREATE TABLE `cocoon_enrol_flatfile` ( `id` bigint NOT NULL, `action` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `roleid` bigint NOT NULL, `userid` bigint NOT NULL, `courseid` bigint NOT NULL, `timestart` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='enrol_flatfile table retrofitted from MySQL'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_app_registration` -- CREATE TABLE `cocoon_enrol_lti_app_registration` ( `id` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `platformid` longtext COLLATE utf8mb4_unicode_ci, `clientid` varchar(1333) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `platformclienthash` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `authenticationrequesturl` longtext COLLATE utf8mb4_unicode_ci, `jwksurl` longtext COLLATE utf8mb4_unicode_ci, `accesstokenurl` longtext COLLATE utf8mb4_unicode_ci, `uniqueid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '0', `platformuniqueidhash` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_context` -- CREATE TABLE `cocoon_enrol_lti_context` ( `id` bigint NOT NULL, `contextid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ltideploymentid` bigint NOT NULL, `type` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_deployment` -- CREATE TABLE `cocoon_enrol_lti_deployment` ( `id` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `deploymentid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `platformid` bigint NOT NULL, `legacyconsumerkey` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_lti2_consumer` -- CREATE TABLE `cocoon_enrol_lti_lti2_consumer` ( `id` bigint NOT NULL, `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `consumerkey256` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `consumerkey` longtext COLLATE utf8mb4_unicode_ci, `secret` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ltiversion` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `consumername` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `consumerversion` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `consumerguid` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `profile` longtext COLLATE utf8mb4_unicode_ci, `toolproxy` longtext COLLATE utf8mb4_unicode_ci, `settings` longtext COLLATE utf8mb4_unicode_ci, `protected` tinyint(1) NOT NULL, `enabled` tinyint(1) NOT NULL, `enablefrom` bigint DEFAULT NULL, `enableuntil` bigint DEFAULT NULL, `lastaccess` bigint DEFAULT NULL, `created` bigint NOT NULL, `updated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='LTI consumers interacting with moodle' ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_lti2_context` -- CREATE TABLE `cocoon_enrol_lti_lti2_context` ( `id` bigint NOT NULL, `consumerid` bigint NOT NULL, `lticontextkey` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `settings` longtext COLLATE utf8mb4_unicode_ci, `created` bigint NOT NULL, `updated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Information about a specific LTI contexts from the consumers'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_lti2_nonce` -- CREATE TABLE `cocoon_enrol_lti_lti2_nonce` ( `id` bigint NOT NULL, `consumerid` bigint NOT NULL, `value` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `expires` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Nonce used for authentication between moodle and a consumer'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_lti2_resource_link` -- CREATE TABLE `cocoon_enrol_lti_lti2_resource_link` ( `id` bigint NOT NULL, `contextid` bigint DEFAULT NULL, `consumerid` bigint DEFAULT NULL, `ltiresourcelinkkey` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `settings` longtext COLLATE utf8mb4_unicode_ci, `primaryresourcelinkid` bigint DEFAULT NULL, `shareapproved` tinyint(1) DEFAULT NULL, `created` bigint NOT NULL, `updated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Link from the consumer to the tool'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_lti2_share_key` -- CREATE TABLE `cocoon_enrol_lti_lti2_share_key` ( `id` bigint NOT NULL, `sharekey` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `resourcelinkid` bigint NOT NULL, `autoapprove` tinyint(1) NOT NULL, `expires` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Resource link share key'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_lti2_tool_proxy` -- CREATE TABLE `cocoon_enrol_lti_lti2_tool_proxy` ( `id` bigint NOT NULL, `toolproxykey` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `consumerid` bigint NOT NULL, `toolproxy` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created` bigint NOT NULL, `updated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='A tool proxy between moodle and a consumer'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_lti2_user_result` -- CREATE TABLE `cocoon_enrol_lti_lti2_user_result` ( `id` bigint NOT NULL, `resourcelinkid` bigint NOT NULL, `ltiuserkey` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ltiresultsourcedid` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `created` bigint NOT NULL, `updated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Results for each user for each resource link'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_resource_link` -- CREATE TABLE `cocoon_enrol_lti_resource_link` ( `id` bigint NOT NULL, `resourcelinkid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `resourceid` bigint NOT NULL, `ltideploymentid` bigint NOT NULL, `lticontextid` bigint DEFAULT NULL, `lineitemsservice` varchar(1333) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lineitemservice` varchar(1333) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lineitemscope` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `resultscope` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `scorescope` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextmembershipsurl` varchar(1333) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nrpsserviceversions` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_tools` -- CREATE TABLE `cocoon_enrol_lti_tools` ( `id` bigint NOT NULL, `enrolid` bigint NOT NULL, `contextid` bigint NOT NULL, `ltiversion` varchar(15) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'LTI-1p3', `uuid` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `provisioningmodelearner` tinyint DEFAULT NULL, `provisioningmodeinstructor` tinyint DEFAULT NULL, `institution` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `lang` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'en', `timezone` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '99', `maxenrolled` bigint NOT NULL DEFAULT '0', `maildisplay` tinyint NOT NULL DEFAULT '2', `city` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `gradesync` tinyint(1) NOT NULL DEFAULT '0', `gradesynccompletion` tinyint(1) NOT NULL DEFAULT '0', `membersync` tinyint(1) NOT NULL DEFAULT '0', `membersyncmode` tinyint(1) NOT NULL DEFAULT '0', `roleinstructor` bigint NOT NULL, `rolelearner` bigint NOT NULL, `secret` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='List of tools provided to the remote system'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_tool_consumer_map` -- CREATE TABLE `cocoon_enrol_lti_tool_consumer_map` ( `id` bigint NOT NULL, `toolid` bigint NOT NULL, `consumerid` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Table that maps the published tool to tool consumers.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_users` -- CREATE TABLE `cocoon_enrol_lti_users` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `toolid` bigint NOT NULL, `serviceurl` longtext COLLATE utf8mb4_unicode_ci, `sourceid` longtext COLLATE utf8mb4_unicode_ci, `ltideploymentid` bigint DEFAULT NULL, `consumerkey` longtext COLLATE utf8mb4_unicode_ci, `consumersecret` longtext COLLATE utf8mb4_unicode_ci, `membershipsurl` longtext COLLATE utf8mb4_unicode_ci, `membershipsid` longtext COLLATE utf8mb4_unicode_ci, `lastgrade` decimal(10,5) DEFAULT NULL, `lastaccess` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='User access log and gradeback data'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_lti_user_resource_link` -- CREATE TABLE `cocoon_enrol_lti_user_resource_link` ( `id` bigint NOT NULL, `ltiuserid` bigint NOT NULL, `resourcelinkid` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_enrol_paypal` -- CREATE TABLE `cocoon_enrol_paypal` ( `id` bigint NOT NULL, `business` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `receiver_email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `receiver_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `item_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `courseid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `instanceid` bigint NOT NULL DEFAULT '0', `memo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_name1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_selection1_x` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_name2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_selection2_x` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `payment_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `pending_reason` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `reason_code` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `txn_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `parent_txn_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `payment_type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timeupdated` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Holds all known information about PayPal transactions' ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_event` -- CREATE TABLE `cocoon_event` ( `id` bigint NOT NULL, `name` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `format` smallint NOT NULL DEFAULT '0', `categoryid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `repeatid` bigint NOT NULL DEFAULT '0', `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `modulename` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `instance` bigint NOT NULL DEFAULT '0', `type` smallint NOT NULL DEFAULT '0', `eventtype` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timestart` bigint NOT NULL DEFAULT '0', `timeduration` bigint NOT NULL DEFAULT '0', `timesort` bigint DEFAULT NULL, `visible` smallint NOT NULL DEFAULT '1', `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sequence` bigint NOT NULL DEFAULT '1', `timemodified` bigint NOT NULL DEFAULT '0', `subscriptionid` bigint DEFAULT NULL, `priority` bigint DEFAULT NULL, `location` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='For everything with a time associated to it'; -- -- Volcado de datos para la tabla `cocoon_event` -- INSERT INTO `cocoon_event` (`id`, `name`, `description`, `format`, `categoryid`, `courseid`, `groupid`, `userid`, `repeatid`, `component`, `modulename`, `instance`, `type`, `eventtype`, `timestart`, `timeduration`, `timesort`, `visible`, `uuid`, `sequence`, `timemodified`, `subscriptionid`, `priority`, `location`) VALUES (1001, 'Everything is Teachable', '

Lorem gravida nibh vel veliauctor aliquenean sollicitudin, lorem quis bibendum auctor nisi elit consequat ipsutis sem nibh id elit.

', 1, 0, 1, 0, 2, 0, NULL, '0', 0, 0, 'site', 1637682900, 0, 1574610900, 1, '', 1, 1576792262, NULL, NULL, 'Cambridge, MA 02138, USA'), (1002, 'Everything is Teachable', '

Lorem gravida nibh vel veliauctor aliquenean sollicitudin, lorem quis bibendum auctor nisi elit consequat ipsutis sem nibh id elit.

', 1, 0, 1, 0, 2, 0, NULL, '0', 0, 0, 'site', 1577569980, 0, NULL, 1, '', 1, 1576792601, NULL, NULL, 'Cambridge, MA 02138, USA'), (1003, 'Assignment 1 is due', '', 1, 0, 8, 0, 2, 0, NULL, 'assign', 1, 1, 'due', 1578096000, 0, 1578096000, 1, '', 1, 1577501491, NULL, NULL, NULL), (1004, 'Assignment 1 is due to be graded', '', 1, 0, 8, 0, 2, 0, NULL, 'assign', 1, 1, 'gradingdue', 1578700800, 0, 1578700800, 1, '', 1, 1577501491, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_events_handlers` -- CREATE TABLE `cocoon_events_handlers` ( `id` bigint NOT NULL, `eventname` varchar(166) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `component` varchar(166) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `handlerfile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `handlerfunction` longtext COLLATE utf8mb4_unicode_ci, `schedule` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` bigint NOT NULL DEFAULT '0', `internal` tinyint NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table is for storing which components requests what typ'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_events_queue` -- CREATE TABLE `cocoon_events_queue` ( `id` bigint NOT NULL, `eventdata` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `stackdump` longtext COLLATE utf8mb4_unicode_ci, `userid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table is for storing queued events. It stores only one '; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_events_queue_handlers` -- CREATE TABLE `cocoon_events_queue_handlers` ( `id` bigint NOT NULL, `queuedeventid` bigint NOT NULL, `handlerid` bigint NOT NULL, `status` bigint DEFAULT NULL, `errormessage` longtext COLLATE utf8mb4_unicode_ci, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This is the list of queued handlers for processing. The even'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_event_subscriptions` -- CREATE TABLE `cocoon_event_subscriptions` ( `id` bigint NOT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `categoryid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `eventtype` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `pollinterval` bigint NOT NULL DEFAULT '0', `lastupdated` bigint DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Tracks subscriptions to remote calendars.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_external_functions` -- CREATE TABLE `cocoon_external_functions` ( `id` bigint NOT NULL, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `classname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `methodname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `classpath` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `capabilities` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `services` varchar(1333) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='list of all external functions'; -- -- Volcado de datos para la tabla `cocoon_external_functions` -- INSERT INTO `cocoon_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) VALUES (1, 'core_auth_confirm_user', 'core_auth_external', 'confirm_user', NULL, 'moodle', '', NULL), (2, 'core_auth_request_password_reset', 'core_auth_external', 'request_password_reset', NULL, 'moodle', '', NULL), (3, 'core_auth_is_minor', 'core_auth_external', 'is_minor', NULL, 'moodle', '', NULL), (4, 'core_auth_is_age_digital_consent_verification_enabled', 'core_auth_external', 'is_age_digital_consent_verification_enabled', NULL, 'moodle', '', NULL), (5, 'core_auth_resend_confirmation_email', 'core_auth_external', 'resend_confirmation_email', NULL, 'moodle', '', NULL), (6, 'core_backup_get_async_backup_progress', 'core_backup_external', 'get_async_backup_progress', 'backup/externallib.php', 'moodle', '', NULL), (7, 'core_backup_get_async_backup_links_backup', 'core_backup_external', 'get_async_backup_links_backup', 'backup/externallib.php', 'moodle', '', NULL), (8, 'core_backup_get_async_backup_links_restore', 'core_backup_external', 'get_async_backup_links_restore', 'backup/externallib.php', 'moodle', '', NULL), (9, 'core_badges_get_user_badges', 'core_badges_external', 'get_user_badges', NULL, 'moodle', 'moodle/badges:viewotherbadges', 'moodle_mobile_app'), (10, 'core_blog_get_entries', 'core_blog\\external', 'get_entries', NULL, 'moodle', '', 'moodle_mobile_app'), (11, 'core_blog_view_entries', 'core_blog\\external', 'view_entries', NULL, 'moodle', '', 'moodle_mobile_app'), (12, 'core_calendar_get_calendar_monthly_view', 'core_calendar_external', 'get_calendar_monthly_view', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'), (13, 'core_calendar_get_calendar_day_view', 'core_calendar_external', 'get_calendar_day_view', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'), (14, 'core_calendar_get_calendar_upcoming_view', 'core_calendar_external', 'get_calendar_upcoming_view', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'), (15, 'core_calendar_update_event_start_day', 'core_calendar_external', 'update_event_start_day', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (16, 'core_calendar_create_calendar_events', 'core_calendar_external', 'create_calendar_events', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (17, 'core_calendar_delete_calendar_events', 'core_calendar_external', 'delete_calendar_events', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (18, 'core_calendar_get_calendar_events', 'core_calendar_external', 'get_calendar_events', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (19, 'core_calendar_get_action_events_by_timesort', 'core_calendar_external', 'get_calendar_action_events_by_timesort', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (20, 'core_calendar_get_action_events_by_course', 'core_calendar_external', 'get_calendar_action_events_by_course', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (21, 'core_calendar_get_action_events_by_courses', 'core_calendar_external', 'get_calendar_action_events_by_courses', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (22, 'core_calendar_get_calendar_event_by_id', 'core_calendar_external', 'get_calendar_event_by_id', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (23, 'core_calendar_submit_create_update_form', 'core_calendar_external', 'submit_create_update_form', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries, moodle/calendar:manageownentries, moodle/calendar:managegroupentries', 'moodle_mobile_app'), (24, 'core_calendar_get_calendar_access_information', 'core_calendar_external', 'get_calendar_access_information', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'), (25, 'core_calendar_get_allowed_event_types', 'core_calendar_external', 'get_allowed_event_types', 'calendar/externallib.php', 'moodle', '', 'moodle_mobile_app'), (26, 'core_cohort_add_cohort_members', 'core_cohort_external', 'add_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:assign', NULL), (27, 'core_cohort_create_cohorts', 'core_cohort_external', 'create_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL), (28, 'core_cohort_delete_cohort_members', 'core_cohort_external', 'delete_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:assign', NULL), (29, 'core_cohort_delete_cohorts', 'core_cohort_external', 'delete_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL), (30, 'core_cohort_get_cohort_members', 'core_cohort_external', 'get_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL), (31, 'core_cohort_search_cohorts', 'core_cohort_external', 'search_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL), (32, 'core_cohort_get_cohorts', 'core_cohort_external', 'get_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL), (33, 'core_cohort_update_cohorts', 'core_cohort_external', 'update_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL), (34, 'core_comment_get_comments', 'core_comment_external', 'get_comments', NULL, 'moodle', 'moodle/comment:view', 'moodle_mobile_app'), (35, 'core_completion_get_activities_completion_status', 'core_completion_external', 'get_activities_completion_status', NULL, 'moodle', '', 'moodle_mobile_app'), (36, 'core_completion_get_course_completion_status', 'core_completion_external', 'get_course_completion_status', NULL, 'moodle', 'report/completion:view', 'moodle_mobile_app'), (37, 'core_completion_mark_course_self_completed', 'core_completion_external', 'mark_course_self_completed', NULL, 'moodle', '', 'moodle_mobile_app'), (38, 'core_completion_update_activity_completion_status_manually', 'core_completion_external', 'update_activity_completion_status_manually', NULL, 'moodle', '', 'moodle_mobile_app'), (39, 'core_completion_override_activity_completion_status', 'core_completion_external', 'override_activity_completion_status', NULL, 'moodle', 'moodle/course:overridecompletion', NULL), (40, 'core_course_create_categories', 'core_course_external', 'create_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL), (41, 'core_course_create_courses', 'core_course_external', 'create_courses', 'course/externallib.php', 'moodle', 'moodle/course:create, moodle/course:visibility', NULL), (42, 'core_course_delete_categories', 'core_course_external', 'delete_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL), (43, 'core_course_delete_courses', 'core_course_external', 'delete_courses', 'course/externallib.php', 'moodle', 'moodle/course:delete', NULL), (44, 'core_course_delete_modules', 'core_course_external', 'delete_modules', 'course/externallib.php', 'moodle', 'moodle/course:manageactivities', NULL), (45, 'core_course_duplicate_course', 'core_course_external', 'duplicate_course', 'course/externallib.php', 'moodle', 'moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create', NULL), (46, 'core_course_get_categories', 'core_course_external', 'get_categories', 'course/externallib.php', 'moodle', 'moodle/category:viewhiddencategories', 'moodle_mobile_app'), (47, 'core_course_get_contents', 'core_course_external', 'get_course_contents', 'course/externallib.php', 'moodle', 'moodle/course:update, moodle/course:viewhiddencourses', 'moodle_mobile_app'), (48, 'core_course_get_course_module', 'core_course_external', 'get_course_module', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (49, 'core_course_get_course_module_by_instance', 'core_course_external', 'get_course_module_by_instance', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (50, 'core_course_get_module', 'core_course_external', 'get_module', 'course/externallib.php', 'moodle', '', NULL), (51, 'core_course_edit_module', 'core_course_external', 'edit_module', 'course/externallib.php', 'moodle', '', NULL), (52, 'core_course_edit_section', 'core_course_external', 'edit_section', 'course/externallib.php', 'moodle', '', NULL), (53, 'core_course_get_courses', 'core_course_external', 'get_courses', 'course/externallib.php', 'moodle', 'moodle/course:view, moodle/course:update, moodle/course:viewhiddencourses', 'moodle_mobile_app'), (54, 'core_course_import_course', 'core_course_external', 'import_course', 'course/externallib.php', 'moodle', 'moodle/backup:backuptargetimport, moodle/restore:restoretargetimport', NULL), (55, 'core_course_search_courses', 'core_course_external', 'search_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (56, 'core_course_update_categories', 'core_course_external', 'update_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL), (57, 'core_course_update_courses', 'core_course_external', 'update_courses', 'course/externallib.php', 'moodle', 'moodle/course:update, moodle/course:changecategory, moodle/course:changefullname, moodle/course:changeshortname, moodle/course:changeidnumber, moodle/course:changesummary, moodle/course:visibility', NULL), (58, 'core_course_view_course', 'core_course_external', 'view_course', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (60, 'core_course_get_user_navigation_options', 'core_course_external', 'get_user_navigation_options', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (61, 'core_course_get_user_administration_options', 'core_course_external', 'get_user_administration_options', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (62, 'core_course_get_courses_by_field', 'core_course_external', 'get_courses_by_field', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (63, 'core_course_check_updates', 'core_course_external', 'check_updates', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (64, 'core_course_get_updates_since', 'core_course_external', 'get_updates_since', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (65, 'core_course_get_enrolled_courses_by_timeline_classification', 'core_course_external', 'get_enrolled_courses_by_timeline_classification', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (66, 'core_course_get_recent_courses', 'core_course_external', 'get_recent_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (67, 'core_course_set_favourite_courses', 'core_course_external', 'set_favourite_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'), (68, 'core_enrol_get_course_enrolment_methods', 'core_enrol_external', 'get_course_enrolment_methods', 'enrol/externallib.php', 'moodle', '', 'moodle_mobile_app'), (69, 'core_enrol_get_enrolled_users', 'core_enrol_external', 'get_enrolled_users', 'enrol/externallib.php', 'moodle', 'moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups', 'moodle_mobile_app'), (70, 'core_enrol_get_enrolled_users_with_capability', 'core_enrol_external', 'get_enrolled_users_with_capability', 'enrol/externallib.php', 'moodle', '', NULL), (71, 'core_enrol_get_potential_users', 'core_enrol_external', 'get_potential_users', 'enrol/externallib.php', 'moodle', 'moodle/course:enrolreview', NULL), (72, 'core_enrol_get_users_courses', 'core_enrol_external', 'get_users_courses', 'enrol/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'), (74, 'core_enrol_submit_user_enrolment_form', 'core_enrol_external', 'submit_user_enrolment_form', 'enrol/externallib.php', 'moodle', '', NULL), (75, 'core_enrol_unenrol_user_enrolment', 'core_enrol_external', 'unenrol_user_enrolment', 'enrol/externallib.php', 'moodle', '', NULL), (76, 'core_fetch_notifications', 'core_external', 'fetch_notifications', 'lib/external/externallib.php', 'moodle', '', NULL), (77, 'core_files_get_files', 'core_files_external', 'get_files', 'files/externallib.php', 'moodle', '', 'moodle_mobile_app'), (78, 'core_files_upload', 'core_files_external', 'upload', 'files/externallib.php', 'moodle', '', NULL), (79, 'core_form_get_filetypes_browser_data', 'core_form\\external', 'get_filetypes_browser_data', NULL, 'moodle', '', NULL), (80, 'core_get_component_strings', 'core_external', 'get_component_strings', 'lib/external/externallib.php', 'moodle', '', 'moodle_mobile_app'), (81, 'core_get_fragment', 'core_external', 'get_fragment', 'lib/external/externallib.php', 'moodle', '', NULL), (82, 'core_get_string', 'core_external', 'get_string', 'lib/external/externallib.php', 'moodle', '', NULL), (83, 'core_get_strings', 'core_external', 'get_strings', 'lib/external/externallib.php', 'moodle', '', NULL), (84, 'core_get_user_dates', 'core_external', 'get_user_dates', 'lib/external/externallib.php', 'moodle', '', NULL), (86, 'core_grades_update_grades', 'core_grades_external', 'update_grades', NULL, 'moodle', '', NULL), (87, 'core_grading_get_definitions', 'core_grading_external', 'get_definitions', NULL, 'moodle', '', NULL), (88, 'core_grading_get_gradingform_instances', 'core_grading_external', 'get_gradingform_instances', NULL, 'moodle', '', NULL), (89, 'core_grading_save_definitions', 'core_grading_external', 'save_definitions', NULL, 'moodle', '', NULL), (90, 'core_group_add_group_members', 'core_group_external', 'add_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL), (91, 'core_group_assign_grouping', 'core_group_external', 'assign_grouping', 'group/externallib.php', 'moodle', '', NULL), (92, 'core_group_create_groupings', 'core_group_external', 'create_groupings', 'group/externallib.php', 'moodle', '', NULL), (93, 'core_group_create_groups', 'core_group_external', 'create_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL), (94, 'core_group_delete_group_members', 'core_group_external', 'delete_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL), (95, 'core_group_delete_groupings', 'core_group_external', 'delete_groupings', 'group/externallib.php', 'moodle', '', NULL), (96, 'core_group_delete_groups', 'core_group_external', 'delete_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL), (97, 'core_group_get_activity_allowed_groups', 'core_group_external', 'get_activity_allowed_groups', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'), (98, 'core_group_get_activity_groupmode', 'core_group_external', 'get_activity_groupmode', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'), (99, 'core_group_get_course_groupings', 'core_group_external', 'get_course_groupings', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'), (100, 'core_group_get_course_groups', 'core_group_external', 'get_course_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', 'moodle_mobile_app'), (101, 'core_group_get_course_user_groups', 'core_group_external', 'get_course_user_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', 'moodle_mobile_app'), (102, 'core_group_get_group_members', 'core_group_external', 'get_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL), (103, 'core_group_get_groupings', 'core_group_external', 'get_groupings', 'group/externallib.php', 'moodle', '', NULL), (104, 'core_group_get_groups', 'core_group_external', 'get_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL), (105, 'core_group_unassign_grouping', 'core_group_external', 'unassign_grouping', 'group/externallib.php', 'moodle', '', NULL), (106, 'core_group_update_groupings', 'core_group_external', 'update_groupings', 'group/externallib.php', 'moodle', '', NULL), (107, 'core_group_update_groups', 'core_group_external', 'update_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL), (108, 'core_message_mute_conversations', 'core_message_external', 'mute_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (109, 'core_message_unmute_conversations', 'core_message_external', 'unmute_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (110, 'core_message_block_user', 'core_message_external', 'block_user', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (113, 'core_message_get_contact_requests', 'core_message_external', 'get_contact_requests', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (114, 'core_message_create_contact_request', 'core_message_external', 'create_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (115, 'core_message_confirm_contact_request', 'core_message_external', 'confirm_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (116, 'core_message_decline_contact_request', 'core_message_external', 'decline_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (117, 'core_message_get_received_contact_requests_count', 'core_message_external', 'get_received_contact_requests_count', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (118, 'core_message_delete_contacts', 'core_message_external', 'delete_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (120, 'core_message_delete_conversations_by_id', 'core_message_external', 'delete_conversations_by_id', 'message/externallib.php', 'moodle', 'moodle/site:deleteownmessage', 'moodle_mobile_app'), (121, 'core_message_delete_message', 'core_message_external', 'delete_message', 'message/externallib.php', 'moodle', 'moodle/site:deleteownmessage', 'moodle_mobile_app'), (122, 'core_message_get_blocked_users', 'core_message_external', 'get_blocked_users', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (123, 'core_message_data_for_messagearea_search_messages', 'core_message_external', 'data_for_messagearea_search_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (126, 'core_message_message_search_users', 'core_message_external', 'message_search_users', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (133, 'core_message_get_user_contacts', 'core_message_external', 'get_user_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (134, 'core_message_get_conversations', 'core_message_external', 'get_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (135, 'core_message_get_conversation', 'core_message_external', 'get_conversation', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (136, 'core_message_get_conversation_between_users', 'core_message_external', 'get_conversation_between_users', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (137, 'core_message_get_self_conversation', 'core_message_external', 'get_self_conversation', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (138, 'core_message_get_messages', 'core_message_external', 'get_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (139, 'core_message_get_conversation_counts', 'core_message_external', 'get_conversation_counts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (140, 'core_message_get_unread_conversation_counts', 'core_message_external', 'get_unread_conversation_counts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (141, 'core_message_get_conversation_members', 'core_message_external', 'get_conversation_members', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (142, 'core_message_get_member_info', 'core_message_external', 'get_member_info', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (143, 'core_message_get_unread_conversations_count', 'core_message_external', 'get_unread_conversations_count', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (144, 'core_message_mark_all_notifications_as_read', 'core_message_external', 'mark_all_notifications_as_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (146, 'core_message_mark_all_conversation_messages_as_read', 'core_message_external', 'mark_all_conversation_messages_as_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (147, 'core_message_mark_message_read', 'core_message_external', 'mark_message_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (148, 'core_message_mark_notification_read', 'core_message_external', 'mark_notification_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (149, 'core_message_message_processor_config_form', 'core_message_external', 'message_processor_config_form', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (150, 'core_message_get_message_processor', 'core_message_external', 'get_message_processor', 'message/externallib.php', 'moodle', '', NULL), (151, 'core_message_search_contacts', 'core_message_external', 'search_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (152, 'core_message_send_instant_messages', 'core_message_external', 'send_instant_messages', 'message/externallib.php', 'moodle', 'moodle/site:sendmessage', 'moodle_mobile_app'), (153, 'core_message_send_messages_to_conversation', 'core_message_external', 'send_messages_to_conversation', 'message/externallib.php', 'moodle', 'moodle/site:sendmessage', 'moodle_mobile_app'), (154, 'core_message_get_conversation_messages', 'core_message_external', 'get_conversation_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (155, 'core_message_unblock_user', 'core_message_external', 'unblock_user', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (157, 'core_message_get_user_notification_preferences', 'core_message_external', 'get_user_notification_preferences', 'message/externallib.php', 'moodle', 'moodle/user:editownmessageprofile', 'moodle_mobile_app'), (158, 'core_message_get_user_message_preferences', 'core_message_external', 'get_user_message_preferences', 'message/externallib.php', 'moodle', 'moodle/user:editownmessageprofile', 'moodle_mobile_app'), (159, 'core_message_set_favourite_conversations', 'core_message_external', 'set_favourite_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (160, 'core_message_unset_favourite_conversations', 'core_message_external', 'unset_favourite_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'), (161, 'core_message_delete_message_for_all_users', 'core_message_external', 'delete_message_for_all_users', 'message/externallib.php', 'moodle', 'moodle/site:deleteanymessage', 'moodle_mobile_app'), (162, 'core_notes_create_notes', 'core_notes_external', 'create_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', 'moodle_mobile_app'), (163, 'core_notes_delete_notes', 'core_notes_external', 'delete_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', 'moodle_mobile_app'), (164, 'core_notes_get_course_notes', 'core_notes_external', 'get_course_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', 'moodle_mobile_app'), (165, 'core_notes_get_notes', 'core_notes_external', 'get_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', NULL), (166, 'core_notes_update_notes', 'core_notes_external', 'update_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', NULL), (167, 'core_notes_view_notes', 'core_notes_external', 'view_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', 'moodle_mobile_app'), (168, 'core_output_load_template', 'core\\output\\external', 'load_template', NULL, 'moodle', '', NULL), (169, 'core_output_load_template_with_dependencies', 'core\\output\\external', 'load_template_with_dependencies', NULL, 'moodle', '', NULL), (170, 'core_output_load_fontawesome_icon_map', 'core\\output\\external', 'load_fontawesome_icon_map', NULL, 'moodle', '', NULL), (171, 'core_question_update_flag', 'core_question_external', 'update_flag', NULL, 'moodle', 'moodle/question:flag', 'moodle_mobile_app'), (172, 'core_question_submit_tags_form', 'core_question_external', 'submit_tags_form', NULL, 'moodle', '', NULL), (173, 'core_question_get_random_question_summaries', 'core_question_external', 'get_random_question_summaries', NULL, 'moodle', '', NULL), (174, 'core_rating_get_item_ratings', 'core_rating_external', 'get_item_ratings', NULL, 'moodle', 'moodle/rating:view', 'moodle_mobile_app'), (175, 'core_rating_add_rating', 'core_rating_external', 'add_rating', NULL, 'moodle', 'moodle/rating:rate', 'moodle_mobile_app'), (176, 'core_role_assign_roles', 'core_role_external', 'assign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign', NULL), (177, 'core_role_unassign_roles', 'core_role_external', 'unassign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign', NULL), (178, 'core_search_get_relevant_users', '\\core_search\\external', 'get_relevant_users', NULL, 'moodle', '', NULL), (179, 'core_tag_get_tagindex', 'core_tag_external', 'get_tagindex', NULL, 'moodle', '', 'moodle_mobile_app'), (180, 'core_tag_get_tags', 'core_tag_external', 'get_tags', NULL, 'moodle', '', NULL), (181, 'core_tag_update_tags', 'core_tag_external', 'update_tags', NULL, 'moodle', '', NULL), (182, 'core_tag_get_tagindex_per_area', 'core_tag_external', 'get_tagindex_per_area', NULL, 'moodle', '', 'moodle_mobile_app'), (183, 'core_tag_get_tag_areas', 'core_tag_external', 'get_tag_areas', NULL, 'moodle', '', 'moodle_mobile_app'), (184, 'core_tag_get_tag_collections', 'core_tag_external', 'get_tag_collections', NULL, 'moodle', '', 'moodle_mobile_app'), (185, 'core_tag_get_tag_cloud', 'core_tag_external', 'get_tag_cloud', NULL, 'moodle', '', 'moodle_mobile_app'), (186, 'core_update_inplace_editable', 'core_external', 'update_inplace_editable', 'lib/external/externallib.php', 'moodle', '', NULL), (187, 'core_user_add_user_device', 'core_user_external', 'add_user_device', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'), (188, 'core_user_add_user_private_files', 'core_user_external', 'add_user_private_files', 'user/externallib.php', 'moodle', 'moodle/user:manageownfiles', 'moodle_mobile_app'), (189, 'core_user_create_users', 'core_user_external', 'create_users', 'user/externallib.php', 'moodle', 'moodle/user:create', NULL), (190, 'core_user_delete_users', 'core_user_external', 'delete_users', 'user/externallib.php', 'moodle', 'moodle/user:delete', NULL), (191, 'core_user_get_course_user_profiles', 'core_user_external', 'get_course_user_profiles', 'user/externallib.php', 'moodle', 'moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update, moodle/site:accessallgroups', 'moodle_mobile_app'), (192, 'core_user_get_users', 'core_user_external', 'get_users', 'user/externallib.php', 'moodle', 'moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update', NULL), (193, 'core_user_get_users_by_field', 'core_user_external', 'get_users_by_field', 'user/externallib.php', 'moodle', 'moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update', 'moodle_mobile_app'), (194, 'core_user_remove_user_device', 'core_user_external', 'remove_user_device', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'), (195, 'core_user_update_users', 'core_user_external', 'update_users', 'user/externallib.php', 'moodle', 'moodle/user:update', NULL), (196, 'core_user_update_user_preferences', 'core_user_external', 'update_user_preferences', 'user/externallib.php', 'moodle', 'moodle/user:editownmessageprofile, moodle/user:editmessageprofile', 'moodle_mobile_app'), (197, 'core_user_view_user_list', 'core_user_external', 'view_user_list', 'user/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'), (198, 'core_user_view_user_profile', 'core_user_external', 'view_user_profile', 'user/externallib.php', 'moodle', 'moodle/user:viewdetails', 'moodle_mobile_app'), (199, 'core_user_get_user_preferences', 'core_user_external', 'get_user_preferences', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'), (200, 'core_user_update_picture', 'core_user_external', 'update_picture', 'user/externallib.php', 'moodle', 'moodle/user:editownprofile, moodle/user:editprofile', 'moodle_mobile_app'), (201, 'core_user_set_user_preferences', 'core_user_external', 'set_user_preferences', 'user/externallib.php', 'moodle', 'moodle/site:config', 'moodle_mobile_app'), (202, 'core_user_agree_site_policy', 'core_user_external', 'agree_site_policy', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'), (203, 'core_user_get_private_files_info', 'core_user_external', 'get_private_files_info', 'user/externallib.php', 'moodle', 'moodle/user:manageownfiles', 'moodle_mobile_app'), (204, 'core_competency_create_competency_framework', 'core_competency\\external', 'create_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (205, 'core_competency_read_competency_framework', 'core_competency\\external', 'read_competency_framework', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (206, 'core_competency_duplicate_competency_framework', 'core_competency\\external', 'duplicate_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (207, 'core_competency_delete_competency_framework', 'core_competency\\external', 'delete_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (208, 'core_competency_update_competency_framework', 'core_competency\\external', 'update_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (209, 'core_competency_list_competency_frameworks', 'core_competency\\external', 'list_competency_frameworks', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (210, 'core_competency_count_competency_frameworks', 'core_competency\\external', 'count_competency_frameworks', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (211, 'core_competency_competency_framework_viewed', 'core_competency\\external', 'competency_framework_viewed', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (212, 'core_competency_create_competency', 'core_competency\\external', 'create_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (213, 'core_competency_read_competency', 'core_competency\\external', 'read_competency', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (214, 'core_competency_competency_viewed', 'core_competency\\external', 'competency_viewed', NULL, 'moodle', 'moodle/competency:competencyview', 'moodle_mobile_app'), (215, 'core_competency_delete_competency', 'core_competency\\external', 'delete_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (216, 'core_competency_update_competency', 'core_competency\\external', 'update_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (217, 'core_competency_list_competencies', 'core_competency\\external', 'list_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (218, 'core_competency_list_competencies_in_template', 'core_competency\\external', 'list_competencies_in_template', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (219, 'core_competency_count_competencies', 'core_competency\\external', 'count_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (220, 'core_competency_count_competencies_in_template', 'core_competency\\external', 'count_competencies_in_template', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (221, 'core_competency_search_competencies', 'core_competency\\external', 'search_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL), (222, 'core_competency_set_parent_competency', 'core_competency\\external', 'set_parent_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (223, 'core_competency_move_up_competency', 'core_competency\\external', 'move_up_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (224, 'core_competency_move_down_competency', 'core_competency\\external', 'move_down_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (225, 'core_competency_list_course_competencies', 'core_competency\\external', 'list_course_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', 'moodle_mobile_app'), (226, 'core_competency_count_competencies_in_course', 'core_competency\\external', 'count_competencies_in_course', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL), (227, 'core_competency_count_courses_using_competency', 'core_competency\\external', 'count_courses_using_competency', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL), (228, 'core_competency_add_competency_to_course', 'core_competency\\external', 'add_competency_to_course', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL), (229, 'core_competency_add_competency_to_template', 'core_competency\\external', 'add_competency_to_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL), (230, 'core_competency_remove_competency_from_course', 'core_competency\\external', 'remove_competency_from_course', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL), (231, 'core_competency_set_course_competency_ruleoutcome', 'core_competency\\external', 'set_course_competency_ruleoutcome', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL), (232, 'core_competency_remove_competency_from_template', 'core_competency\\external', 'remove_competency_from_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL), (233, 'core_competency_reorder_course_competency', 'core_competency\\external', 'reorder_course_competency', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL), (234, 'core_competency_reorder_template_competency', 'core_competency\\external', 'reorder_template_competency', NULL, 'moodle', 'moodle/competency:templatemanage', NULL), (235, 'core_competency_create_template', 'core_competency\\external', 'create_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL), (236, 'core_competency_duplicate_template', 'core_competency\\external', 'duplicate_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL), (237, 'core_competency_read_template', 'core_competency\\external', 'read_template', NULL, 'moodle', 'moodle/competency:templateview', NULL), (238, 'core_competency_delete_template', 'core_competency\\external', 'delete_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL), (239, 'core_competency_update_template', 'core_competency\\external', 'update_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL), (240, 'core_competency_list_templates', 'core_competency\\external', 'list_templates', NULL, 'moodle', 'moodle/competency:templateview', NULL), (241, 'core_competency_list_templates_using_competency', 'core_competency\\external', 'list_templates_using_competency', NULL, 'moodle', 'moodle/competency:templateview', NULL), (242, 'core_competency_count_templates', 'core_competency\\external', 'count_templates', NULL, 'moodle', 'moodle/competency:templateview', NULL), (243, 'core_competency_count_templates_using_competency', 'core_competency\\external', 'count_templates_using_competency', NULL, 'moodle', 'moodle/competency:templateview', NULL), (244, 'core_competency_create_plan', 'core_competency\\external', 'create_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (245, 'core_competency_update_plan', 'core_competency\\external', 'update_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (246, 'core_competency_complete_plan', 'core_competency\\external', 'complete_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (247, 'core_competency_reopen_plan', 'core_competency\\external', 'reopen_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (248, 'core_competency_read_plan', 'core_competency\\external', 'read_plan', NULL, 'moodle', 'moodle/competency:planviewown', NULL), (249, 'core_competency_delete_plan', 'core_competency\\external', 'delete_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (250, 'core_competency_list_user_plans', 'core_competency\\external', 'list_user_plans', NULL, 'moodle', 'moodle/competency:planviewown', NULL), (251, 'core_competency_list_plan_competencies', 'core_competency\\external', 'list_plan_competencies', NULL, 'moodle', 'moodle/competency:planviewown', NULL), (252, 'core_competency_add_competency_to_plan', 'core_competency\\external', 'add_competency_to_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (253, 'core_competency_remove_competency_from_plan', 'core_competency\\external', 'remove_competency_from_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (254, 'core_competency_reorder_plan_competency', 'core_competency\\external', 'reorder_plan_competency', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (255, 'core_competency_plan_request_review', 'core_competency\\external', 'plan_request_review', NULL, 'moodle', 'moodle/competency:planmanagedraft', NULL), (256, 'core_competency_plan_start_review', 'core_competency\\external', 'plan_start_review', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (257, 'core_competency_plan_stop_review', 'core_competency\\external', 'plan_stop_review', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (258, 'core_competency_plan_cancel_review_request', 'core_competency\\external', 'plan_cancel_review_request', NULL, 'moodle', 'moodle/competency:planmanagedraft', NULL), (259, 'core_competency_approve_plan', 'core_competency\\external', 'approve_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (260, 'core_competency_unapprove_plan', 'core_competency\\external', 'unapprove_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (261, 'core_competency_template_has_related_data', 'core_competency\\external', 'template_has_related_data', NULL, 'moodle', 'moodle/competency:templateview', NULL), (262, 'core_competency_get_scale_values', 'core_competency\\external', 'get_scale_values', NULL, 'moodle', 'moodle/competency:competencymanage', 'moodle_mobile_app'), (263, 'core_competency_add_related_competency', 'core_competency\\external', 'add_related_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (264, 'core_competency_remove_related_competency', 'core_competency\\external', 'remove_related_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL), (265, 'core_competency_read_user_evidence', 'core_competency\\external', 'read_user_evidence', NULL, 'moodle', 'moodle/competency:userevidenceview', NULL), (266, 'core_competency_delete_user_evidence', 'core_competency\\external', 'delete_user_evidence', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL), (267, 'core_competency_create_user_evidence_competency', 'core_competency\\external', 'create_user_evidence_competency', NULL, 'moodle', 'moodle/competency:userevidencemanageown, moodle/competency:competencyview', NULL), (268, 'core_competency_delete_user_evidence_competency', 'core_competency\\external', 'delete_user_evidence_competency', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL), (269, 'core_competency_user_competency_cancel_review_request', 'core_competency\\external', 'user_competency_cancel_review_request', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL), (270, 'core_competency_user_competency_request_review', 'core_competency\\external', 'user_competency_request_review', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL), (271, 'core_competency_user_competency_start_review', 'core_competency\\external', 'user_competency_start_review', NULL, 'moodle', 'moodle/competency:competencygrade', NULL), (272, 'core_competency_user_competency_stop_review', 'core_competency\\external', 'user_competency_stop_review', NULL, 'moodle', 'moodle/competency:competencygrade', NULL), (273, 'core_competency_user_competency_viewed', 'core_competency\\external', 'user_competency_viewed', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'), (274, 'core_competency_user_competency_viewed_in_plan', 'core_competency\\external', 'user_competency_viewed_in_plan', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'), (275, 'core_competency_user_competency_viewed_in_course', 'core_competency\\external', 'user_competency_viewed_in_course', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'), (276, 'core_competency_user_competency_plan_viewed', 'core_competency\\external', 'user_competency_plan_viewed', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'), (277, 'core_competency_grade_competency', 'core_competency\\external', 'grade_competency', NULL, 'moodle', 'moodle/competency:competencygrade', NULL), (278, 'core_competency_grade_competency_in_plan', 'core_competency\\external', 'grade_competency_in_plan', NULL, 'moodle', 'moodle/competency:competencygrade', NULL), (279, 'core_competency_grade_competency_in_course', 'core_competency\\external', 'grade_competency_in_course', NULL, 'moodle', 'moodle/competency:competencygrade', 'moodle_mobile_app'), (280, 'core_competency_unlink_plan_from_template', 'core_competency\\external', 'unlink_plan_from_template', NULL, 'moodle', 'moodle/competency:planmanage', NULL), (281, 'core_competency_template_viewed', 'core_competency\\external', 'template_viewed', NULL, 'moodle', 'moodle/competency:templateview', NULL), (282, 'core_competency_request_review_of_user_evidence_linked_competencies', 'core_competency\\external', 'request_review_of_user_evidence_linked_competencies', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL), (283, 'core_competency_update_course_competency_settings', 'core_competency\\external', 'update_course_competency_settings', NULL, 'moodle', 'moodle/competency:coursecompetencyconfigure', NULL), (284, 'core_competency_delete_evidence', 'core_competency\\external', 'delete_evidence', NULL, 'moodle', 'moodle/competency:evidencedelete', 'moodle_mobile_app'), (285, 'core_webservice_get_site_info', 'core_webservice_external', 'get_site_info', 'webservice/externallib.php', 'moodle', '', 'moodle_mobile_app'), (286, 'core_block_get_course_blocks', 'core_block_external', 'get_course_blocks', NULL, 'moodle', '', 'moodle_mobile_app'), (287, 'core_block_get_dashboard_blocks', 'core_block_external', 'get_dashboard_blocks', NULL, 'moodle', '', 'moodle_mobile_app'), (288, 'core_filters_get_available_in_context', 'core_filters\\external', 'get_available_in_context', NULL, 'moodle', '', 'moodle_mobile_app'), (289, 'core_customfield_delete_field', 'core_customfield_external', 'delete_field', 'customfield/externallib.php', 'moodle', '', NULL), (290, 'core_customfield_reload_template', 'core_customfield_external', 'reload_template', 'customfield/externallib.php', 'moodle', '', NULL), (291, 'core_customfield_create_category', 'core_customfield_external', 'create_category', 'customfield/externallib.php', 'moodle', '', NULL), (292, 'core_customfield_delete_category', 'core_customfield_external', 'delete_category', 'customfield/externallib.php', 'moodle', '', NULL), (293, 'core_customfield_move_field', 'core_customfield_external', 'move_field', 'customfield/externallib.php', 'moodle', '', NULL), (294, 'core_customfield_move_category', 'core_customfield_external', 'move_category', 'customfield/externallib.php', 'moodle', '', NULL), (295, 'mod_assign_copy_previous_attempt', 'mod_assign_external', 'copy_previous_attempt', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:submit', NULL), (296, 'mod_assign_get_grades', 'mod_assign_external', 'get_grades', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (297, 'mod_assign_get_assignments', 'mod_assign_external', 'get_assignments', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (298, 'mod_assign_get_submissions', 'mod_assign_external', 'get_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (299, 'mod_assign_get_user_flags', 'mod_assign_external', 'get_user_flags', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (300, 'mod_assign_set_user_flags', 'mod_assign_external', 'set_user_flags', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:grade', 'moodle_mobile_app'), (301, 'mod_assign_get_user_mappings', 'mod_assign_external', 'get_user_mappings', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (302, 'mod_assign_revert_submissions_to_draft', 'mod_assign_external', 'revert_submissions_to_draft', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (303, 'mod_assign_lock_submissions', 'mod_assign_external', 'lock_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (304, 'mod_assign_unlock_submissions', 'mod_assign_external', 'unlock_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (305, 'mod_assign_save_submission', 'mod_assign_external', 'save_submission', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (306, 'mod_assign_submit_for_grading', 'mod_assign_external', 'submit_for_grading', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (307, 'mod_assign_save_grade', 'mod_assign_external', 'save_grade', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (308, 'mod_assign_save_grades', 'mod_assign_external', 'save_grades', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (309, 'mod_assign_save_user_extensions', 'mod_assign_external', 'save_user_extensions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (310, 'mod_assign_reveal_identities', 'mod_assign_external', 'reveal_identities', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'), (311, 'mod_assign_view_grading_table', 'mod_assign_external', 'view_grading_table', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:viewgrades', 'moodle_mobile_app'), (312, 'mod_assign_view_submission_status', 'mod_assign_external', 'view_submission_status', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'), (313, 'mod_assign_get_submission_status', 'mod_assign_external', 'get_submission_status', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'), (314, 'mod_assign_list_participants', 'mod_assign_external', 'list_participants', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:viewgrades', 'moodle_mobile_app'), (315, 'mod_assign_submit_grading_form', 'mod_assign_external', 'submit_grading_form', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:grade', 'moodle_mobile_app'), (316, 'mod_assign_get_participant', 'mod_assign_external', 'get_participant', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:viewgrades', 'moodle_mobile_app'), (317, 'mod_assign_view_assign', 'mod_assign_external', 'view_assign', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'), (318, 'mod_book_view_book', 'mod_book_external', 'view_book', NULL, 'mod_book', 'mod/book:read', 'moodle_mobile_app'), (319, 'mod_book_get_books_by_courses', 'mod_book_external', 'get_books_by_courses', NULL, 'mod_book', '', 'moodle_mobile_app'), (320, 'mod_chat_login_user', 'mod_chat_external', 'login_user', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'), (321, 'mod_chat_get_chat_users', 'mod_chat_external', 'get_chat_users', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'), (322, 'mod_chat_send_chat_message', 'mod_chat_external', 'send_chat_message', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'), (323, 'mod_chat_get_chat_latest_messages', 'mod_chat_external', 'get_chat_latest_messages', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'), (324, 'mod_chat_view_chat', 'mod_chat_external', 'view_chat', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'), (325, 'mod_chat_get_chats_by_courses', 'mod_chat_external', 'get_chats_by_courses', NULL, 'mod_chat', '', 'moodle_mobile_app'), (326, 'mod_chat_get_sessions', 'mod_chat_external', 'get_sessions', NULL, 'mod_chat', '', 'moodle_mobile_app'), (327, 'mod_chat_get_session_messages', 'mod_chat_external', 'get_session_messages', NULL, 'mod_chat', '', 'moodle_mobile_app'), (328, 'mod_choice_get_choice_results', 'mod_choice_external', 'get_choice_results', NULL, 'mod_choice', '', 'moodle_mobile_app'), (329, 'mod_choice_get_choice_options', 'mod_choice_external', 'get_choice_options', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'), (330, 'mod_choice_submit_choice_response', 'mod_choice_external', 'submit_choice_response', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'), (331, 'mod_choice_view_choice', 'mod_choice_external', 'view_choice', NULL, 'mod_choice', '', 'moodle_mobile_app'), (332, 'mod_choice_get_choices_by_courses', 'mod_choice_external', 'get_choices_by_courses', NULL, 'mod_choice', '', 'moodle_mobile_app'), (333, 'mod_choice_delete_choice_responses', 'mod_choice_external', 'delete_choice_responses', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'), (334, 'mod_data_get_databases_by_courses', 'mod_data_external', 'get_databases_by_courses', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'), (335, 'mod_data_view_database', 'mod_data_external', 'view_database', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'); INSERT INTO `cocoon_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) VALUES (336, 'mod_data_get_data_access_information', 'mod_data_external', 'get_data_access_information', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'), (337, 'mod_data_get_entries', 'mod_data_external', 'get_entries', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'), (338, 'mod_data_get_entry', 'mod_data_external', 'get_entry', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'), (339, 'mod_data_get_fields', 'mod_data_external', 'get_fields', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'), (340, 'mod_data_search_entries', 'mod_data_external', 'search_entries', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'), (341, 'mod_data_approve_entry', 'mod_data_external', 'approve_entry', NULL, 'mod_data', 'mod/data:approve', 'moodle_mobile_app'), (342, 'mod_data_delete_entry', 'mod_data_external', 'delete_entry', NULL, 'mod_data', 'mod/data:manageentries', 'moodle_mobile_app'), (343, 'mod_data_add_entry', 'mod_data_external', 'add_entry', NULL, 'mod_data', 'mod/data:writeentry', 'moodle_mobile_app'), (344, 'mod_data_update_entry', 'mod_data_external', 'update_entry', NULL, 'mod_data', 'mod/data:writeentry', 'moodle_mobile_app'), (345, 'mod_feedback_get_feedbacks_by_courses', 'mod_feedback_external', 'get_feedbacks_by_courses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'), (346, 'mod_feedback_get_feedback_access_information', 'mod_feedback_external', 'get_feedback_access_information', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'), (347, 'mod_feedback_view_feedback', 'mod_feedback_external', 'view_feedback', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'), (348, 'mod_feedback_get_current_completed_tmp', 'mod_feedback_external', 'get_current_completed_tmp', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'), (349, 'mod_feedback_get_items', 'mod_feedback_external', 'get_items', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'), (350, 'mod_feedback_launch_feedback', 'mod_feedback_external', 'launch_feedback', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'), (351, 'mod_feedback_get_page_items', 'mod_feedback_external', 'get_page_items', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'), (352, 'mod_feedback_process_page', 'mod_feedback_external', 'process_page', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'), (353, 'mod_feedback_get_analysis', 'mod_feedback_external', 'get_analysis', NULL, 'mod_feedback', 'mod/feedback:viewanalysepage', 'moodle_mobile_app'), (354, 'mod_feedback_get_unfinished_responses', 'mod_feedback_external', 'get_unfinished_responses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'), (355, 'mod_feedback_get_finished_responses', 'mod_feedback_external', 'get_finished_responses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'), (356, 'mod_feedback_get_non_respondents', 'mod_feedback_external', 'get_non_respondents', NULL, 'mod_feedback', 'mod/feedback:viewreports', 'moodle_mobile_app'), (357, 'mod_feedback_get_responses_analysis', 'mod_feedback_external', 'get_responses_analysis', NULL, 'mod_feedback', 'mod/feedback:viewreports', 'moodle_mobile_app'), (358, 'mod_feedback_get_last_completed', 'mod_feedback_external', 'get_last_completed', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'), (359, 'mod_folder_view_folder', 'mod_folder_external', 'view_folder', NULL, 'mod_folder', 'mod/folder:view', 'moodle_mobile_app'), (360, 'mod_folder_get_folders_by_courses', 'mod_folder_external', 'get_folders_by_courses', NULL, 'mod_folder', 'mod/folder:view', 'moodle_mobile_app'), (361, 'mod_forum_get_forums_by_courses', 'mod_forum_external', 'get_forums_by_courses', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion', 'moodle_mobile_app'), (362, 'mod_forum_get_discussion_posts', 'mod_forum_external', 'get_discussion_posts', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', 'moodle_mobile_app'), (364, 'mod_forum_get_forum_discussions_paginated', 'mod_forum_external', 'get_forum_discussions_paginated', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', 'moodle_mobile_app'), (365, 'mod_forum_get_forum_discussions', 'mod_forum_external', 'get_forum_discussions', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', 'moodle_mobile_app'), (366, 'mod_forum_view_forum', 'mod_forum_external', 'view_forum', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion', 'moodle_mobile_app'), (367, 'mod_forum_view_forum_discussion', 'mod_forum_external', 'view_forum_discussion', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion', 'moodle_mobile_app'), (368, 'mod_forum_add_discussion_post', 'mod_forum_external', 'add_discussion_post', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:replypost', 'moodle_mobile_app'), (369, 'mod_forum_add_discussion', 'mod_forum_external', 'add_discussion', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:startdiscussion', 'moodle_mobile_app'), (370, 'mod_forum_can_add_discussion', 'mod_forum_external', 'can_add_discussion', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'), (371, 'mod_forum_get_forum_access_information', 'mod_forum_external', 'get_forum_access_information', NULL, 'mod_forum', '', 'moodle_mobile_app'), (372, 'mod_forum_set_subscription_state', 'mod_forum_external', 'set_subscription_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'), (373, 'mod_forum_set_lock_state', 'mod_forum_external', 'set_lock_state', 'mod/forum/externallib.php', 'mod_forum', 'moodle/course:manageactivities', 'moodle_mobile_app'), (374, 'mod_forum_toggle_favourite_state', 'mod_forum_external', 'toggle_favourite_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'), (375, 'mod_forum_set_pin_state', 'mod_forum_external', 'set_pin_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'), (376, 'mod_glossary_get_glossaries_by_courses', 'mod_glossary_external', 'get_glossaries_by_courses', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (377, 'mod_glossary_view_glossary', 'mod_glossary_external', 'view_glossary', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (378, 'mod_glossary_view_entry', 'mod_glossary_external', 'view_entry', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (379, 'mod_glossary_get_entries_by_letter', 'mod_glossary_external', 'get_entries_by_letter', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (380, 'mod_glossary_get_entries_by_date', 'mod_glossary_external', 'get_entries_by_date', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (381, 'mod_glossary_get_categories', 'mod_glossary_external', 'get_categories', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (382, 'mod_glossary_get_entries_by_category', 'mod_glossary_external', 'get_entries_by_category', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (383, 'mod_glossary_get_authors', 'mod_glossary_external', 'get_authors', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (384, 'mod_glossary_get_entries_by_author', 'mod_glossary_external', 'get_entries_by_author', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (385, 'mod_glossary_get_entries_by_author_id', 'mod_glossary_external', 'get_entries_by_author_id', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (386, 'mod_glossary_get_entries_by_search', 'mod_glossary_external', 'get_entries_by_search', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (387, 'mod_glossary_get_entries_by_term', 'mod_glossary_external', 'get_entries_by_term', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (388, 'mod_glossary_get_entries_to_approve', 'mod_glossary_external', 'get_entries_to_approve', NULL, 'mod_glossary', 'mod/glossary:approve', 'moodle_mobile_app'), (389, 'mod_glossary_get_entry_by_id', 'mod_glossary_external', 'get_entry_by_id', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'), (390, 'mod_glossary_add_entry', 'mod_glossary_external', 'add_entry', NULL, 'mod_glossary', 'mod/glossary:write', 'moodle_mobile_app'), (391, 'mod_imscp_view_imscp', 'mod_imscp_external', 'view_imscp', NULL, 'mod_imscp', 'mod/imscp:view', 'moodle_mobile_app'), (392, 'mod_imscp_get_imscps_by_courses', 'mod_imscp_external', 'get_imscps_by_courses', NULL, 'mod_imscp', 'mod/imscp:view', 'moodle_mobile_app'), (393, 'mod_label_get_labels_by_courses', 'mod_label_external', 'get_labels_by_courses', NULL, 'mod_label', 'mod/label:view', 'moodle_mobile_app'), (394, 'mod_lesson_get_lessons_by_courses', 'mod_lesson_external', 'get_lessons_by_courses', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (395, 'mod_lesson_get_lesson_access_information', 'mod_lesson_external', 'get_lesson_access_information', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (396, 'mod_lesson_view_lesson', 'mod_lesson_external', 'view_lesson', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (397, 'mod_lesson_get_questions_attempts', 'mod_lesson_external', 'get_questions_attempts', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (398, 'mod_lesson_get_user_grade', 'mod_lesson_external', 'get_user_grade', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (399, 'mod_lesson_get_user_attempt_grade', 'mod_lesson_external', 'get_user_attempt_grade', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (400, 'mod_lesson_get_content_pages_viewed', 'mod_lesson_external', 'get_content_pages_viewed', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (401, 'mod_lesson_get_user_timers', 'mod_lesson_external', 'get_user_timers', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (402, 'mod_lesson_get_pages', 'mod_lesson_external', 'get_pages', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (403, 'mod_lesson_launch_attempt', 'mod_lesson_external', 'launch_attempt', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (404, 'mod_lesson_get_page_data', 'mod_lesson_external', 'get_page_data', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (405, 'mod_lesson_process_page', 'mod_lesson_external', 'process_page', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (406, 'mod_lesson_finish_attempt', 'mod_lesson_external', 'finish_attempt', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (407, 'mod_lesson_get_attempts_overview', 'mod_lesson_external', 'get_attempts_overview', NULL, 'mod_lesson', 'mod/lesson:viewreports', 'moodle_mobile_app'), (408, 'mod_lesson_get_user_attempt', 'mod_lesson_external', 'get_user_attempt', NULL, 'mod_lesson', 'mod/lesson:viewreports', 'moodle_mobile_app'), (409, 'mod_lesson_get_pages_possible_jumps', 'mod_lesson_external', 'get_pages_possible_jumps', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (410, 'mod_lesson_get_lesson', 'mod_lesson_external', 'get_lesson', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'), (411, 'mod_lti_get_tool_launch_data', 'mod_lti_external', 'get_tool_launch_data', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'), (412, 'mod_lti_get_ltis_by_courses', 'mod_lti_external', 'get_ltis_by_courses', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'), (413, 'mod_lti_view_lti', 'mod_lti_external', 'view_lti', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'), (414, 'mod_lti_get_tool_proxies', 'mod_lti_external', 'get_tool_proxies', NULL, 'mod_lti', 'moodle/site:config', NULL), (415, 'mod_lti_create_tool_proxy', 'mod_lti_external', 'create_tool_proxy', NULL, 'mod_lti', 'moodle/site:config', NULL), (416, 'mod_lti_delete_tool_proxy', 'mod_lti_external', 'delete_tool_proxy', NULL, 'mod_lti', 'moodle/site:config', NULL), (417, 'mod_lti_get_tool_proxy_registration_request', 'mod_lti_external', 'get_tool_proxy_registration_request', NULL, 'mod_lti', 'moodle/site:config', NULL), (418, 'mod_lti_get_tool_types', 'mod_lti_external', 'get_tool_types', NULL, 'mod_lti', 'moodle/site:config', NULL), (419, 'mod_lti_create_tool_type', 'mod_lti_external', 'create_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL), (420, 'mod_lti_update_tool_type', 'mod_lti_external', 'update_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL), (421, 'mod_lti_delete_tool_type', 'mod_lti_external', 'delete_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL), (422, 'mod_lti_is_cartridge', 'mod_lti_external', 'is_cartridge', NULL, 'mod_lti', 'moodle/site:config', NULL), (423, 'mod_page_view_page', 'mod_page_external', 'view_page', NULL, 'mod_page', 'mod/page:view', 'moodle_mobile_app'), (424, 'mod_page_get_pages_by_courses', 'mod_page_external', 'get_pages_by_courses', NULL, 'mod_page', 'mod/page:view', 'moodle_mobile_app'), (425, 'mod_quiz_get_quizzes_by_courses', 'mod_quiz_external', 'get_quizzes_by_courses', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (426, 'mod_quiz_view_quiz', 'mod_quiz_external', 'view_quiz', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (427, 'mod_quiz_get_user_attempts', 'mod_quiz_external', 'get_user_attempts', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (428, 'mod_quiz_get_user_best_grade', 'mod_quiz_external', 'get_user_best_grade', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (429, 'mod_quiz_get_combined_review_options', 'mod_quiz_external', 'get_combined_review_options', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (430, 'mod_quiz_start_attempt', 'mod_quiz_external', 'start_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'), (431, 'mod_quiz_get_attempt_data', 'mod_quiz_external', 'get_attempt_data', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'), (432, 'mod_quiz_get_attempt_summary', 'mod_quiz_external', 'get_attempt_summary', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'), (433, 'mod_quiz_save_attempt', 'mod_quiz_external', 'save_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'), (434, 'mod_quiz_process_attempt', 'mod_quiz_external', 'process_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'), (435, 'mod_quiz_get_attempt_review', 'mod_quiz_external', 'get_attempt_review', NULL, 'mod_quiz', 'mod/quiz:reviewmyattempts', 'moodle_mobile_app'), (436, 'mod_quiz_view_attempt', 'mod_quiz_external', 'view_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'), (437, 'mod_quiz_view_attempt_summary', 'mod_quiz_external', 'view_attempt_summary', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'), (438, 'mod_quiz_view_attempt_review', 'mod_quiz_external', 'view_attempt_review', NULL, 'mod_quiz', 'mod/quiz:reviewmyattempts', 'moodle_mobile_app'), (439, 'mod_quiz_get_quiz_feedback_for_grade', 'mod_quiz_external', 'get_quiz_feedback_for_grade', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (440, 'mod_quiz_get_quiz_access_information', 'mod_quiz_external', 'get_quiz_access_information', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (441, 'mod_quiz_get_attempt_access_information', 'mod_quiz_external', 'get_attempt_access_information', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (442, 'mod_quiz_get_quiz_required_qtypes', 'mod_quiz_external', 'get_quiz_required_qtypes', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'), (443, 'mod_resource_view_resource', 'mod_resource_external', 'view_resource', NULL, 'mod_resource', 'mod/resource:view', 'moodle_mobile_app'), (444, 'mod_resource_get_resources_by_courses', 'mod_resource_external', 'get_resources_by_courses', NULL, 'mod_resource', 'mod/resource:view', 'moodle_mobile_app'), (445, 'mod_scorm_view_scorm', 'mod_scorm_external', 'view_scorm', NULL, 'mod_scorm', '', 'moodle_mobile_app'), (446, 'mod_scorm_get_scorm_attempt_count', 'mod_scorm_external', 'get_scorm_attempt_count', NULL, 'mod_scorm', '', 'moodle_mobile_app'), (447, 'mod_scorm_get_scorm_scoes', 'mod_scorm_external', 'get_scorm_scoes', NULL, 'mod_scorm', '', 'moodle_mobile_app'), (448, 'mod_scorm_get_scorm_user_data', 'mod_scorm_external', 'get_scorm_user_data', NULL, 'mod_scorm', '', 'moodle_mobile_app'), (449, 'mod_scorm_insert_scorm_tracks', 'mod_scorm_external', 'insert_scorm_tracks', NULL, 'mod_scorm', 'mod/scorm:savetrack', 'moodle_mobile_app'), (450, 'mod_scorm_get_scorm_sco_tracks', 'mod_scorm_external', 'get_scorm_sco_tracks', NULL, 'mod_scorm', '', 'moodle_mobile_app'), (451, 'mod_scorm_get_scorms_by_courses', 'mod_scorm_external', 'get_scorms_by_courses', NULL, 'mod_scorm', '', 'moodle_mobile_app'), (452, 'mod_scorm_launch_sco', 'mod_scorm_external', 'launch_sco', NULL, 'mod_scorm', '', 'moodle_mobile_app'), (453, 'mod_scorm_get_scorm_access_information', 'mod_scorm_external', 'get_scorm_access_information', NULL, 'mod_scorm', '', 'moodle_mobile_app'), (454, 'mod_survey_get_surveys_by_courses', 'mod_survey_external', 'get_surveys_by_courses', NULL, 'mod_survey', '', 'moodle_mobile_app'), (455, 'mod_survey_view_survey', 'mod_survey_external', 'view_survey', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'), (456, 'mod_survey_get_questions', 'mod_survey_external', 'get_questions', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'), (457, 'mod_survey_submit_answers', 'mod_survey_external', 'submit_answers', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'), (458, 'mod_url_view_url', 'mod_url_external', 'view_url', NULL, 'mod_url', 'mod/url:view', 'moodle_mobile_app'), (459, 'mod_url_get_urls_by_courses', 'mod_url_external', 'get_urls_by_courses', NULL, 'mod_url', 'mod/url:view', 'moodle_mobile_app'), (460, 'mod_wiki_get_wikis_by_courses', 'mod_wiki_external', 'get_wikis_by_courses', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'), (461, 'mod_wiki_view_wiki', 'mod_wiki_external', 'view_wiki', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'), (462, 'mod_wiki_view_page', 'mod_wiki_external', 'view_page', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'), (463, 'mod_wiki_get_subwikis', 'mod_wiki_external', 'get_subwikis', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'), (464, 'mod_wiki_get_subwiki_pages', 'mod_wiki_external', 'get_subwiki_pages', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'), (465, 'mod_wiki_get_subwiki_files', 'mod_wiki_external', 'get_subwiki_files', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'), (466, 'mod_wiki_get_page_contents', 'mod_wiki_external', 'get_page_contents', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'), (467, 'mod_wiki_get_page_for_editing', 'mod_wiki_external', 'get_page_for_editing', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'), (468, 'mod_wiki_new_page', 'mod_wiki_external', 'new_page', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'), (469, 'mod_wiki_edit_page', 'mod_wiki_external', 'edit_page', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'), (470, 'mod_workshop_get_workshops_by_courses', 'mod_workshop_external', 'get_workshops_by_courses', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'), (471, 'mod_workshop_get_workshop_access_information', 'mod_workshop_external', 'get_workshop_access_information', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'), (472, 'mod_workshop_get_user_plan', 'mod_workshop_external', 'get_user_plan', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'), (473, 'mod_workshop_view_workshop', 'mod_workshop_external', 'view_workshop', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'), (474, 'mod_workshop_add_submission', 'mod_workshop_external', 'add_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'), (475, 'mod_workshop_update_submission', 'mod_workshop_external', 'update_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'), (476, 'mod_workshop_delete_submission', 'mod_workshop_external', 'delete_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'), (477, 'mod_workshop_get_submissions', 'mod_workshop_external', 'get_submissions', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (478, 'mod_workshop_get_submission', 'mod_workshop_external', 'get_submission', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (479, 'mod_workshop_get_submission_assessments', 'mod_workshop_external', 'get_submission_assessments', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (480, 'mod_workshop_get_assessment', 'mod_workshop_external', 'get_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (481, 'mod_workshop_get_assessment_form_definition', 'mod_workshop_external', 'get_assessment_form_definition', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (482, 'mod_workshop_get_reviewer_assessments', 'mod_workshop_external', 'get_reviewer_assessments', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (483, 'mod_workshop_update_assessment', 'mod_workshop_external', 'update_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (484, 'mod_workshop_get_grades', 'mod_workshop_external', 'get_grades', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (485, 'mod_workshop_evaluate_assessment', 'mod_workshop_external', 'evaluate_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (486, 'mod_workshop_get_grades_report', 'mod_workshop_external', 'get_grades_report', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (487, 'mod_workshop_view_submission', 'mod_workshop_external', 'view_submission', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'), (488, 'mod_workshop_evaluate_submission', 'mod_workshop_external', 'evaluate_submission', NULL, 'mod_workshop', '', 'moodle_mobile_app'), (489, 'auth_email_get_signup_settings', 'auth_email_external', 'get_signup_settings', NULL, 'auth_email', '', NULL), (490, 'auth_email_signup_user', 'auth_email_external', 'signup_user', NULL, 'auth_email', '', NULL), (491, 'enrol_guest_get_instance_info', 'enrol_guest_external', 'get_instance_info', NULL, 'enrol_guest', '', 'moodle_mobile_app'), (492, 'enrol_manual_enrol_users', 'enrol_manual_external', 'enrol_users', 'enrol/manual/externallib.php', 'enrol_manual', 'enrol/manual:enrol', NULL), (493, 'enrol_manual_unenrol_users', 'enrol_manual_external', 'unenrol_users', 'enrol/manual/externallib.php', 'enrol_manual', 'enrol/manual:unenrol', NULL), (494, 'enrol_self_get_instance_info', 'enrol_self_external', 'get_instance_info', 'enrol/self/externallib.php', 'enrol_self', '', 'moodle_mobile_app'), (495, 'enrol_self_enrol_user', 'enrol_self_external', 'enrol_user', 'enrol/self/externallib.php', 'enrol_self', '', 'moodle_mobile_app'), (496, 'message_airnotifier_is_system_configured', 'message_airnotifier_external', 'is_system_configured', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'), (497, 'message_airnotifier_are_notification_preferences_configured', 'message_airnotifier_external', 'are_notification_preferences_configured', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'), (498, 'message_airnotifier_get_user_devices', 'message_airnotifier_external', 'get_user_devices', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'), (499, 'message_airnotifier_enable_device', 'message_airnotifier_external', 'enable_device', 'message/output/airnotifier/externallib.php', 'message_airnotifier', 'message/airnotifier:managedevice', 'moodle_mobile_app'), (500, 'message_popup_get_popup_notifications', 'message_popup_external', 'get_popup_notifications', 'message/output/popup/externallib.php', 'message_popup', '', 'moodle_mobile_app'), (501, 'message_popup_get_unread_popup_notification_count', 'message_popup_external', 'get_unread_popup_notification_count', 'message/output/popup/externallib.php', 'message_popup', '', 'moodle_mobile_app'), (502, 'block_recentlyaccesseditems_get_recent_items', 'block_recentlyaccesseditems\\external', 'get_recent_items', NULL, 'block_recentlyaccesseditems', '', 'moodle_mobile_app'), (503, 'block_starredcourses_get_starred_courses', 'block_starredcourses_external', 'get_starred_courses', 'block/starredcourses/classes/external.php', 'block_starredcourses', '', 'moodle_mobile_app'), (504, 'report_competency_data_for_report', 'report_competency\\external', 'data_for_report', NULL, 'report_competency', 'moodle/competency:coursecompetencyview', NULL), (505, 'report_insights_set_notuseful_prediction', 'report_insights\\external', 'set_notuseful_prediction', NULL, 'report_insights', '', 'moodle_mobile_app'), (506, 'report_insights_set_fixed_prediction', 'report_insights\\external', 'set_fixed_prediction', NULL, 'report_insights', '', 'moodle_mobile_app'), (507, 'gradereport_overview_get_course_grades', 'gradereport_overview_external', 'get_course_grades', NULL, 'gradereport_overview', '', 'moodle_mobile_app'), (508, 'gradereport_overview_view_grade_report', 'gradereport_overview_external', 'view_grade_report', NULL, 'gradereport_overview', 'gradereport/overview:view', 'moodle_mobile_app'), (509, 'gradereport_user_get_grades_table', 'gradereport_user_external', 'get_grades_table', 'grade/report/user/externallib.php', 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'), (510, 'gradereport_user_view_grade_report', 'gradereport_user_external', 'view_grade_report', 'grade/report/user/externallib.php', 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'), (511, 'gradereport_user_get_grade_items', 'gradereport_user_external', 'get_grade_items', 'grade/report/user/externallib.php', 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'), (512, 'tool_dataprivacy_cancel_data_request', 'tool_dataprivacy\\external', 'cancel_data_request', NULL, 'tool_dataprivacy', '', NULL), (513, 'tool_dataprivacy_contact_dpo', 'tool_dataprivacy\\external', 'contact_dpo', NULL, 'tool_dataprivacy', '', NULL), (514, 'tool_dataprivacy_mark_complete', 'tool_dataprivacy\\external', 'mark_complete', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL), (515, 'tool_dataprivacy_get_data_request', 'tool_dataprivacy\\external', 'get_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL), (516, 'tool_dataprivacy_approve_data_request', 'tool_dataprivacy\\external', 'approve_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL), (517, 'tool_dataprivacy_bulk_approve_data_requests', 'tool_dataprivacy\\external', 'bulk_approve_data_requests', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL), (518, 'tool_dataprivacy_deny_data_request', 'tool_dataprivacy\\external', 'deny_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL), (519, 'tool_dataprivacy_bulk_deny_data_requests', 'tool_dataprivacy\\external', 'bulk_deny_data_requests', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL), (520, 'tool_dataprivacy_get_users', 'tool_dataprivacy\\external', 'get_users', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL), (521, 'tool_dataprivacy_create_purpose_form', 'tool_dataprivacy\\external', 'create_purpose_form', NULL, 'tool_dataprivacy', '', NULL), (522, 'tool_dataprivacy_create_category_form', 'tool_dataprivacy\\external', 'create_category_form', NULL, 'tool_dataprivacy', '', NULL), (523, 'tool_dataprivacy_delete_purpose', 'tool_dataprivacy\\external', 'delete_purpose', NULL, 'tool_dataprivacy', '', NULL), (524, 'tool_dataprivacy_delete_category', 'tool_dataprivacy\\external', 'delete_category', NULL, 'tool_dataprivacy', '', NULL), (525, 'tool_dataprivacy_set_contextlevel_form', 'tool_dataprivacy\\external', 'set_contextlevel_form', NULL, 'tool_dataprivacy', '', NULL), (526, 'tool_dataprivacy_set_context_form', 'tool_dataprivacy\\external', 'set_context_form', NULL, 'tool_dataprivacy', '', NULL), (527, 'tool_dataprivacy_tree_extra_branches', 'tool_dataprivacy\\external', 'tree_extra_branches', NULL, 'tool_dataprivacy', '', NULL), (528, 'tool_dataprivacy_confirm_contexts_for_deletion', 'tool_dataprivacy\\external', 'confirm_contexts_for_deletion', NULL, 'tool_dataprivacy', '', NULL), (529, 'tool_dataprivacy_set_context_defaults', 'tool_dataprivacy\\external', 'set_context_defaults', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL), (530, 'tool_dataprivacy_get_category_options', 'tool_dataprivacy\\external', 'get_category_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL), (531, 'tool_dataprivacy_get_purpose_options', 'tool_dataprivacy\\external', 'get_purpose_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL), (532, 'tool_dataprivacy_get_activity_options', 'tool_dataprivacy\\external', 'get_activity_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL), (533, 'tool_lp_data_for_competency_frameworks_manage_page', 'tool_lp\\external', 'data_for_competency_frameworks_manage_page', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL), (534, 'tool_lp_data_for_competency_summary', 'tool_lp\\external', 'data_for_competency_summary', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL), (535, 'tool_lp_data_for_competencies_manage_page', 'tool_lp\\external', 'data_for_competencies_manage_page', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL), (536, 'tool_lp_list_courses_using_competency', 'tool_lp\\external', 'list_courses_using_competency', NULL, 'tool_lp', 'moodle/competency:coursecompetencyview', NULL), (537, 'tool_lp_data_for_course_competencies_page', 'tool_lp\\external', 'data_for_course_competencies_page', NULL, 'tool_lp', 'moodle/competency:coursecompetencyview', 'moodle_mobile_app'), (538, 'tool_lp_data_for_template_competencies_page', 'tool_lp\\external', 'data_for_template_competencies_page', NULL, 'tool_lp', 'moodle/competency:templateview', NULL), (539, 'tool_lp_data_for_templates_manage_page', 'tool_lp\\external', 'data_for_templates_manage_page', NULL, 'tool_lp', 'moodle/competency:templateview', NULL), (540, 'tool_lp_data_for_plans_page', 'tool_lp\\external', 'data_for_plans_page', NULL, 'tool_lp', 'moodle/competency:planviewown', 'moodle_mobile_app'), (541, 'tool_lp_data_for_plan_page', 'tool_lp\\external', 'data_for_plan_page', NULL, 'tool_lp', 'moodle/competency:planview', 'moodle_mobile_app'), (542, 'tool_lp_data_for_related_competencies_section', 'tool_lp\\external', 'data_for_related_competencies_section', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL), (543, 'tool_lp_search_users', 'tool_lp\\external', 'search_users', NULL, 'tool_lp', '', NULL), (544, 'tool_lp_search_cohorts', 'core_cohort_external', 'search_cohorts', 'cohort/externallib.php', 'tool_lp', 'moodle/cohort:view', NULL), (545, 'tool_lp_data_for_user_evidence_list_page', 'tool_lp\\external', 'data_for_user_evidence_list_page', NULL, 'tool_lp', 'moodle/competency:userevidenceview', 'moodle_mobile_app'), (546, 'tool_lp_data_for_user_evidence_page', 'tool_lp\\external', 'data_for_user_evidence_page', NULL, 'tool_lp', 'moodle/competency:userevidenceview', 'moodle_mobile_app'), (547, 'tool_lp_data_for_user_competency_summary', 'tool_lp\\external', 'data_for_user_competency_summary', NULL, 'tool_lp', 'moodle/competency:planview', 'moodle_mobile_app'), (548, 'tool_lp_data_for_user_competency_summary_in_plan', 'tool_lp\\external', 'data_for_user_competency_summary_in_plan', NULL, 'tool_lp', 'moodle/competency:planview', 'moodle_mobile_app'), (549, 'tool_lp_data_for_user_competency_summary_in_course', 'tool_lp\\external', 'data_for_user_competency_summary_in_course', NULL, 'tool_lp', 'moodle/competency:coursecompetencyview', 'moodle_mobile_app'), (550, 'tool_mobile_get_plugins_supporting_mobile', 'tool_mobile\\external', 'get_plugins_supporting_mobile', NULL, 'tool_mobile', '', 'moodle_mobile_app'), (551, 'tool_mobile_get_public_config', 'tool_mobile\\external', 'get_public_config', NULL, 'tool_mobile', '', 'moodle_mobile_app'), (552, 'tool_mobile_get_config', 'tool_mobile\\external', 'get_config', NULL, 'tool_mobile', '', 'moodle_mobile_app'), (553, 'tool_mobile_get_autologin_key', 'tool_mobile\\external', 'get_autologin_key', NULL, 'tool_mobile', '', 'moodle_mobile_app'), (554, 'tool_mobile_get_content', 'tool_mobile\\external', 'get_content', NULL, 'tool_mobile', '', 'moodle_mobile_app'), (555, 'tool_mobile_call_external_functions', 'tool_mobile\\external', 'call_external_functions', NULL, 'tool_mobile', '', 'moodle_mobile_app'), (556, 'tool_policy_get_policy_version', 'tool_policy\\external', 'get_policy_version', NULL, 'tool_policy', '', NULL), (557, 'tool_policy_submit_accept_on_behalf', 'tool_policy\\external', 'submit_accept_on_behalf', NULL, 'tool_policy', '', NULL), (558, 'tool_templatelibrary_list_templates', 'tool_templatelibrary\\external', 'list_templates', NULL, 'tool_templatelibrary', '', NULL), (559, 'tool_templatelibrary_load_canonical_template', 'tool_templatelibrary\\external', 'load_canonical_template', NULL, 'tool_templatelibrary', '', NULL), (560, 'tool_usertours_fetch_and_start_tour', 'tool_usertours\\external\\tour', 'fetch_and_start_tour', NULL, 'tool_usertours', '', NULL), (561, 'tool_usertours_step_shown', 'tool_usertours\\external\\tour', 'step_shown', NULL, 'tool_usertours', '', NULL), (562, 'tool_usertours_complete_tour', 'tool_usertours\\external\\tour', 'complete_tour', NULL, 'tool_usertours', '', NULL), (563, 'tool_usertours_reset_tour', 'tool_usertours\\external\\tour', 'reset_tour', NULL, 'tool_usertours', '', NULL), (564, 'tool_xmldb_invoke_move_action', 'tool_xmldb_external', 'invoke_move_action', NULL, 'tool_xmldb', '', NULL), (565, 'core_calendar_get_timestamps', 'core_calendar_external', 'get_timestamps', 'calendar/externallib.php', 'moodle', '', NULL), (566, 'core_comment_add_comments', 'core_comment_external', 'add_comments', NULL, 'moodle', '', 'moodle_mobile_app'), (567, 'core_comment_delete_comments', 'core_comment_external', 'delete_comments', NULL, 'moodle', '', 'moodle_mobile_app'), (568, 'core_course_get_enrolled_users_by_cmid', 'core_course_external', 'get_enrolled_users_by_cmid', 'course/externallib.php', 'moodle', '', NULL), (569, 'core_enrol_search_users', 'core_enrol_external', 'search_users', 'enrol/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'), (570, 'core_session_touch', 'core\\session\\external', 'touch_session', NULL, 'moodle', '', NULL), (571, 'core_session_time_remaining', 'core\\session\\external', 'time_remaining', NULL, 'moodle', '', NULL), (572, 'core_grades_grader_gradingpanel_point_fetch', 'core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (573, 'core_grades_grader_gradingpanel_point_store', 'core_grades\\grades\\grader\\gradingpanel\\point\\external\\store', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (574, 'core_grades_grader_gradingpanel_scale_fetch', 'core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (575, 'core_grades_grader_gradingpanel_scale_store', 'core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (576, 'core_competency_list_course_module_competencies', 'core_competency\\external', 'list_course_module_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL), (577, 'core_competency_count_course_module_competencies', 'core_competency\\external', 'count_course_module_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL), (578, 'core_h5p_get_trusted_h5p_file', 'core_h5p\\external', 'get_trusted_h5p_file', NULL, 'moodle', '', 'moodle_mobile_app'), (579, 'mod_forum_delete_post', 'mod_forum_external', 'delete_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'), (580, 'mod_forum_get_discussion_posts_by_userid', 'mod_forum_external', 'get_discussion_posts_by_userid', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', NULL), (581, 'mod_forum_get_discussion_post', 'mod_forum_external', 'get_discussion_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'), (582, 'mod_forum_prepare_draft_area_for_post', 'mod_forum_external', 'prepare_draft_area_for_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'), (583, 'mod_forum_update_discussion_post', 'mod_forum_external', 'update_discussion_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'), (584, 'report_insights_action_executed', 'report_insights\\external', 'action_executed', NULL, 'report_insights', '', 'moodle_mobile_app'), (585, 'gradingform_guide_grader_gradingpanel_fetch', 'gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch', 'execute', NULL, 'gradingform_guide', '', NULL), (586, 'gradingform_guide_grader_gradingpanel_store', 'gradingform_guide\\grades\\grader\\gradingpanel\\external\\store', 'execute', NULL, 'gradingform_guide', '', NULL), (587, 'gradingform_rubric_grader_gradingpanel_fetch', 'gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch', 'execute', NULL, 'gradingform_rubric', '', NULL), (588, 'gradingform_rubric_grader_gradingpanel_store', 'gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store', 'execute', NULL, 'gradingform_rubric', '', NULL), (589, 'tool_analytics_potential_contexts', 'tool_analytics\\external', 'potential_contexts', NULL, 'tool_analytics', '', 'moodle_mobile_app'), (590, 'core_backup_get_copy_progress', 'core_backup_external', 'get_copy_progress', 'backup/externallib.php', 'moodle', '', NULL), (591, 'core_backup_submit_copy_form', 'core_backup_external', 'submit_copy_form', 'backup/externallib.php', 'moodle', '', NULL), (592, 'core_course_add_content_item_to_user_favourites', 'core_course_external', 'add_content_item_to_user_favourites', 'course/externallib.php', 'moodle', '', NULL), (593, 'core_course_remove_content_item_from_user_favourites', 'core_course_external', 'remove_content_item_from_user_favourites', 'course/externallib.php', 'moodle', '', NULL), (594, 'core_course_get_course_content_items', 'core_course_external', 'get_course_content_items', 'course/externallib.php', 'moodle', '', NULL), (595, 'core_course_get_activity_chooser_footer', 'core_course_external', 'get_activity_chooser_footer', 'course/externallib.php', 'moodle', '', NULL), (596, 'core_course_toggle_activity_recommendation', 'core_course_external', 'toggle_activity_recommendation', 'course/externallib.php', 'moodle', '', NULL), (597, 'core_output_load_fontawesome_icon_system_map', 'core\\external\\output\\icon_system\\load_fontawesome_map', 'execute', NULL, 'moodle', '', NULL), (598, 'core_table_get_dynamic_table_content', 'core_table\\external\\dynamic\\get', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (599, 'core_xapi_statement_post', 'core_xapi\\external\\post_statement', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (600, 'core_contentbank_delete_content', 'core_contentbank\\external\\delete_content', 'execute', NULL, 'moodle', 'moodle/contentbank:deleteanycontent', NULL), (601, 'core_contentbank_rename_content', 'core_contentbank\\external\\rename_content', 'execute', NULL, 'moodle', 'moodle/contentbank:manageowncontent', NULL), (602, 'core_create_userfeedback_action_record', 'core\\external\\record_userfeedback_action', 'execute', NULL, 'moodle', '', NULL), (603, 'mod_h5pactivity_get_h5pactivity_access_information', 'mod_h5pactivity\\external\\get_h5pactivity_access_information', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'), (604, 'mod_h5pactivity_view_h5pactivity', 'mod_h5pactivity\\external\\view_h5pactivity', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'), (605, 'mod_h5pactivity_get_attempts', 'mod_h5pactivity\\external\\get_attempts', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'), (606, 'mod_h5pactivity_get_results', 'mod_h5pactivity\\external\\get_results', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'), (607, 'mod_h5pactivity_get_h5pactivities_by_courses', 'mod_h5pactivity\\external\\get_h5pactivities_by_courses', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'), (608, 'tool_mobile_validate_subscription_key', 'tool_mobile\\external', 'validate_subscription_key', NULL, 'tool_mobile', '', 'moodle_mobile_app'), (609, 'tool_mobile_get_tokens_for_qr_login', 'tool_mobile\\external', 'get_tokens_for_qr_login', NULL, 'tool_mobile', '', 'moodle_mobile_app'), (610, 'tool_moodlenet_verify_webfinger', 'tool_moodlenet\\external', 'verify_webfinger', NULL, 'tool_moodlenet', '', 'moodle_mobile_app'), (611, 'tool_moodlenet_search_courses', 'tool_moodlenet\\external', 'search_courses', NULL, 'tool_moodlenet', '', 'moodle_mobile_app'), (612, 'core_calendar_get_calendar_export_token', 'core_calendar\\external\\export\\token', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (613, 'core_files_delete_draft_files', 'core_files\\external\\delete\\draft', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (614, 'core_grades_create_gradecategory', 'core_grades_external', 'create_gradecategory', NULL, 'moodle', 'moodle/grade:manage', NULL), (615, 'core_payment_get_available_gateways', 'core_payment\\external\\get_available_gateways', 'execute', NULL, 'moodle', '', NULL), (616, 'mod_glossary_delete_entry', 'mod_glossary\\external\\delete_entry', 'execute', NULL, 'mod_glossary', '', 'moodle_mobile_app'), (617, 'mod_glossary_update_entry', 'mod_glossary\\external\\update_entry', 'execute', NULL, 'mod_glossary', '', 'moodle_mobile_app'), (618, 'mod_glossary_prepare_entry_for_edition', 'mod_glossary\\external\\prepare_entry', 'execute', NULL, 'mod_glossary', '', 'moodle_mobile_app'), (619, 'media_videojs_get_language', 'media_videojs\\external\\get_language', 'execute', NULL, 'media_videojs', '', NULL), (620, 'paygw_paypal_get_config_for_js', 'paygw_paypal\\external\\get_config_for_js', 'execute', NULL, 'paygw_paypal', '', NULL), (621, 'paygw_paypal_create_transaction_complete', 'paygw_paypal\\external\\transaction_complete', 'execute', NULL, 'paygw_paypal', '', NULL), (622, 'core_calendar_delete_subscription', 'core_calendar\\external\\subscription\\delete', 'execute', NULL, 'moodle', '', NULL), (623, 'core_courseformat_get_state', 'core_courseformat\\external\\get_state', 'execute', NULL, 'moodle', '', NULL), (624, 'core_courseformat_update_course', 'core_courseformat\\external\\update_course', 'execute', NULL, 'moodle', 'moodle/course:sectionvisibility, moodle/course:activityvisibility', NULL), (625, 'core_course_get_enrolled_courses_with_action_events_by_timeline_classification', '\\core_course\\external\\get_enrolled_courses_with_action_events_by_timeline_classification', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (626, 'core_files_get_unused_draft_itemid', 'core_files\\external\\get\\unused_draft', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (627, 'core_form_dynamic_form', 'core_form\\external\\dynamic_form', 'execute', NULL, 'moodle', '', NULL), (628, 'core_grades_create_gradecategories', 'core_grades\\external\\create_gradecategories', 'execute', NULL, 'moodle', 'moodle/grade:manage', NULL), (629, 'core_message_get_unread_notification_count', '\\core_message\\external\\get_unread_notification_count', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'), (630, 'core_user_search_identity', '\\core_user\\external\\search_identity', 'execute', NULL, 'moodle', 'moodle/user:viewalldetails', NULL), (631, 'core_block_fetch_addable_blocks', 'core_block\\external\\fetch_addable_blocks', 'execute', NULL, 'moodle', 'moodle/site:manageblocks', 'moodle_mobile_app'), (632, 'core_contentbank_set_content_visibility', 'core_contentbank\\external\\set_content_visibility', 'execute', NULL, 'moodle', 'moodle/contentbank:manageowncontent', NULL), (633, 'core_reportbuilder_filters_reset', 'core_reportbuilder\\external\\filters\\reset', 'execute', NULL, 'moodle', '', NULL), (634, 'core_dynamic_tabs_get_content', 'core\\external\\dynamic_tabs_get_content', 'execute', NULL, 'moodle', '', NULL), (635, 'core_change_editmode', 'core\\external\\editmode', 'change_editmode', NULL, 'moodle', '', NULL), (636, 'core_reportbuilder_reports_delete', 'core_reportbuilder\\external\\reports\\delete', 'execute', NULL, 'moodle', '', NULL), (637, 'core_reportbuilder_reports_get', 'core_reportbuilder\\external\\reports\\get', 'execute', NULL, 'moodle', '', NULL), (638, 'core_reportbuilder_columns_add', 'core_reportbuilder\\external\\columns\\add', 'execute', NULL, 'moodle', '', NULL), (639, 'core_reportbuilder_columns_delete', 'core_reportbuilder\\external\\columns\\delete', 'execute', NULL, 'moodle', '', NULL), (640, 'core_reportbuilder_columns_reorder', 'core_reportbuilder\\external\\columns\\reorder', 'execute', NULL, 'moodle', '', NULL), (641, 'core_reportbuilder_columns_sort_get', 'core_reportbuilder\\external\\columns\\sort\\get', 'execute', NULL, 'moodle', '', NULL), (642, 'core_reportbuilder_columns_sort_reorder', 'core_reportbuilder\\external\\columns\\sort\\reorder', 'execute', NULL, 'moodle', '', NULL), (643, 'core_reportbuilder_columns_sort_toggle', 'core_reportbuilder\\external\\columns\\sort\\toggle', 'execute', NULL, 'moodle', '', NULL), (644, 'core_reportbuilder_conditions_add', 'core_reportbuilder\\external\\conditions\\add', 'execute', NULL, 'moodle', '', NULL), (645, 'core_reportbuilder_conditions_delete', 'core_reportbuilder\\external\\conditions\\delete', 'execute', NULL, 'moodle', '', NULL), (646, 'core_reportbuilder_conditions_reorder', 'core_reportbuilder\\external\\conditions\\reorder', 'execute', NULL, 'moodle', '', NULL), (647, 'core_reportbuilder_conditions_reset', 'core_reportbuilder\\external\\conditions\\reset', 'execute', NULL, 'moodle', '', NULL), (648, 'core_reportbuilder_filters_add', 'core_reportbuilder\\external\\filters\\add', 'execute', NULL, 'moodle', '', NULL), (649, 'core_reportbuilder_filters_delete', 'core_reportbuilder\\external\\filters\\delete', 'execute', NULL, 'moodle', '', NULL), (650, 'core_reportbuilder_filters_reorder', 'core_reportbuilder\\external\\filters\\reorder', 'execute', NULL, 'moodle', '', NULL), (651, 'core_reportbuilder_audiences_delete', 'core_reportbuilder\\external\\audiences\\delete', 'execute', NULL, 'moodle', '', NULL), (652, 'core_reportbuilder_schedules_delete', 'core_reportbuilder\\external\\schedules\\delete', 'execute', NULL, 'moodle', '', NULL), (653, 'core_reportbuilder_schedules_send', 'core_reportbuilder\\external\\schedules\\send', 'execute', NULL, 'moodle', '', NULL), (654, 'core_reportbuilder_schedules_toggle', 'core_reportbuilder\\external\\schedules\\toggle', 'execute', NULL, 'moodle', '', NULL), (655, 'mod_assign_start_submission', 'mod_assign\\external\\start_submission', 'execute', NULL, 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'), (656, 'mod_bigbluebuttonbn_can_join', 'mod_bigbluebuttonbn\\external\\can_join', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'), (657, 'mod_bigbluebuttonbn_get_recordings', 'mod_bigbluebuttonbn\\external\\get_recordings', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'), (658, 'mod_bigbluebuttonbn_get_recordings_to_import', 'mod_bigbluebuttonbn\\external\\get_recordings_to_import', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:importrecordings', 'moodle_mobile_app'), (659, 'mod_bigbluebuttonbn_update_recording', 'mod_bigbluebuttonbn\\external\\update_recording', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:managerecordings', 'moodle_mobile_app'), (660, 'mod_bigbluebuttonbn_end_meeting', 'mod_bigbluebuttonbn\\external\\end_meeting', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:join', 'moodle_mobile_app'), (661, 'mod_bigbluebuttonbn_completion_validate', 'mod_bigbluebuttonbn\\external\\completion_validate', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'), (662, 'mod_bigbluebuttonbn_meeting_info', 'mod_bigbluebuttonbn\\external\\meeting_info', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'), (663, 'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses', 'mod_bigbluebuttonbn\\external\\get_bigbluebuttonbns_by_courses', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'), (664, 'mod_bigbluebuttonbn_view_bigbluebuttonbn', 'mod_bigbluebuttonbn\\external\\view_bigbluebuttonbn', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:view', 'moodle_mobile_app'), (665, 'mod_bigbluebuttonbn_get_join_url', 'mod_bigbluebuttonbn\\external\\get_join_url', 'execute', NULL, 'mod_bigbluebuttonbn', 'mod/bigbluebuttonbn:join', 'moodle_mobile_app'), (666, 'mod_h5pactivity_log_report_viewed', 'mod_h5pactivity\\external\\log_report_viewed', 'execute', NULL, 'mod_h5pactivity', '', 'moodle_mobile_app'), (667, 'mod_h5pactivity_get_user_attempts', 'mod_h5pactivity\\external\\get_user_attempts', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:reviewattempts', 'moodle_mobile_app'), (668, 'mod_lti_get_tool_types_and_proxies', 'mod_lti\\external\\get_tool_types_and_proxies', 'execute', NULL, 'mod_lti', 'moodle/site:config', NULL), (669, 'mod_lti_get_tool_types_and_proxies_count', 'mod_lti\\external\\get_tool_types_and_proxies_count', 'execute', NULL, 'mod_lti', 'moodle/site:config', NULL), (670, 'mod_quiz_set_question_version', 'mod_quiz\\external\\submit_question_version', 'execute', NULL, 'mod_quiz', 'mod/quiz:view', NULL), (671, 'enrol_meta_add_instances', 'enrol_meta\\external\\add_instances', 'execute', NULL, 'enrol_meta', 'enrol/meta:config', NULL), (672, 'enrol_meta_delete_instances', 'enrol_meta\\external\\delete_instances', 'execute', NULL, 'enrol_meta', 'enrol/meta:config', NULL), (673, 'block_accessreview_get_module_data', 'block_accessreview\\external\\get_module_data', 'execute', NULL, 'block_accessreview', 'block/accessreview:view', NULL); INSERT INTO `cocoon_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) VALUES (674, 'block_accessreview_get_section_data', 'block_accessreview\\external\\get_section_data', 'execute', NULL, 'block_accessreview', 'block/accessreview:view', NULL), (675, 'qbank_columnsortorder_set_columnbank_order', 'qbank_columnsortorder\\external\\set_columnbank_order', 'execute', NULL, 'qbank_columnsortorder', '', NULL), (676, 'qbank_editquestion_set_status', 'qbank_editquestion\\external\\update_question_version_status', 'execute', NULL, 'qbank_editquestion', '', NULL), (677, 'qbank_tagquestion_submit_tags_form', 'qbank_tagquestion\\external\\submit_tags', 'execute', NULL, 'qbank_tagquestion', '', NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_external_services` -- CREATE TABLE `cocoon_external_services` ( `id` bigint NOT NULL, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `enabled` tinyint(1) NOT NULL, `requiredcapability` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `restrictedusers` tinyint(1) NOT NULL, `component` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint DEFAULT NULL, `shortname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `downloadfiles` tinyint(1) NOT NULL DEFAULT '0', `uploadfiles` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='built in and custom external services'; -- -- Volcado de datos para la tabla `cocoon_external_services` -- INSERT INTO `cocoon_external_services` (`id`, `name`, `enabled`, `requiredcapability`, `restrictedusers`, `component`, `timecreated`, `timemodified`, `shortname`, `downloadfiles`, `uploadfiles`) VALUES (1, 'Moodle mobile web service', 0, NULL, 0, 'moodle', 1570138757, 1570138964, 'moodle_mobile_app', 1, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_external_services_functions` -- CREATE TABLE `cocoon_external_services_functions` ( `id` bigint NOT NULL, `externalserviceid` bigint NOT NULL, `functionname` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='lists functions available in each service group'; -- -- Volcado de datos para la tabla `cocoon_external_services_functions` -- INSERT INTO `cocoon_external_services_functions` (`id`, `externalserviceid`, `functionname`) VALUES (1460, 1, 'core_badges_get_user_badges'), (1461, 1, 'core_blog_get_entries'), (1462, 1, 'core_blog_view_entries'), (1463, 1, 'core_calendar_get_calendar_monthly_view'), (1464, 1, 'core_calendar_get_calendar_day_view'), (1465, 1, 'core_calendar_get_calendar_upcoming_view'), (1466, 1, 'core_calendar_update_event_start_day'), (1467, 1, 'core_calendar_create_calendar_events'), (1468, 1, 'core_calendar_delete_calendar_events'), (1469, 1, 'core_calendar_get_calendar_events'), (1470, 1, 'core_calendar_get_action_events_by_timesort'), (1471, 1, 'core_calendar_get_action_events_by_course'), (1472, 1, 'core_calendar_get_action_events_by_courses'), (1473, 1, 'core_calendar_get_calendar_event_by_id'), (1474, 1, 'core_calendar_submit_create_update_form'), (1475, 1, 'core_calendar_get_calendar_access_information'), (1476, 1, 'core_calendar_get_allowed_event_types'), (1477, 1, 'core_comment_get_comments'), (1478, 1, 'core_completion_get_activities_completion_status'), (1479, 1, 'core_completion_get_course_completion_status'), (1480, 1, 'core_completion_mark_course_self_completed'), (1481, 1, 'core_completion_update_activity_completion_status_manually'), (1482, 1, 'core_course_get_categories'), (1483, 1, 'core_course_get_contents'), (1484, 1, 'core_course_get_course_module'), (1485, 1, 'core_course_get_course_module_by_instance'), (1486, 1, 'core_course_get_courses'), (1487, 1, 'core_course_search_courses'), (1488, 1, 'core_course_view_course'), (1489, 1, 'core_course_get_user_navigation_options'), (1490, 1, 'core_course_get_user_administration_options'), (1491, 1, 'core_course_get_courses_by_field'), (1492, 1, 'core_course_check_updates'), (1493, 1, 'core_course_get_updates_since'), (1494, 1, 'core_course_get_enrolled_courses_by_timeline_classification'), (1495, 1, 'core_course_get_recent_courses'), (1496, 1, 'core_course_set_favourite_courses'), (1497, 1, 'core_enrol_get_course_enrolment_methods'), (1498, 1, 'core_enrol_get_enrolled_users'), (1499, 1, 'core_enrol_get_users_courses'), (1500, 1, 'core_files_get_files'), (1501, 1, 'core_get_component_strings'), (1502, 1, 'core_group_get_activity_allowed_groups'), (1503, 1, 'core_group_get_activity_groupmode'), (1504, 1, 'core_group_get_course_groupings'), (1505, 1, 'core_group_get_course_groups'), (1506, 1, 'core_group_get_course_user_groups'), (1507, 1, 'core_message_mute_conversations'), (1508, 1, 'core_message_unmute_conversations'), (1509, 1, 'core_message_block_user'), (1510, 1, 'core_message_get_contact_requests'), (1511, 1, 'core_message_create_contact_request'), (1512, 1, 'core_message_confirm_contact_request'), (1513, 1, 'core_message_decline_contact_request'), (1514, 1, 'core_message_get_received_contact_requests_count'), (1515, 1, 'core_message_delete_contacts'), (1516, 1, 'core_message_delete_conversations_by_id'), (1517, 1, 'core_message_delete_message'), (1518, 1, 'core_message_get_blocked_users'), (1519, 1, 'core_message_data_for_messagearea_search_messages'), (1520, 1, 'core_message_message_search_users'), (1521, 1, 'core_message_get_user_contacts'), (1522, 1, 'core_message_get_conversations'), (1523, 1, 'core_message_get_conversation'), (1524, 1, 'core_message_get_conversation_between_users'), (1525, 1, 'core_message_get_self_conversation'), (1526, 1, 'core_message_get_messages'), (1527, 1, 'core_message_get_conversation_counts'), (1528, 1, 'core_message_get_unread_conversation_counts'), (1529, 1, 'core_message_get_conversation_members'), (1530, 1, 'core_message_get_member_info'), (1531, 1, 'core_message_get_unread_conversations_count'), (1532, 1, 'core_message_mark_all_notifications_as_read'), (1533, 1, 'core_message_mark_all_conversation_messages_as_read'), (1534, 1, 'core_message_mark_message_read'), (1535, 1, 'core_message_mark_notification_read'), (1536, 1, 'core_message_message_processor_config_form'), (1537, 1, 'core_message_search_contacts'), (1538, 1, 'core_message_send_instant_messages'), (1539, 1, 'core_message_send_messages_to_conversation'), (1540, 1, 'core_message_get_conversation_messages'), (1541, 1, 'core_message_unblock_user'), (1542, 1, 'core_message_get_user_notification_preferences'), (1543, 1, 'core_message_get_user_message_preferences'), (1544, 1, 'core_message_set_favourite_conversations'), (1545, 1, 'core_message_unset_favourite_conversations'), (1546, 1, 'core_message_delete_message_for_all_users'), (1547, 1, 'core_notes_create_notes'), (1548, 1, 'core_notes_delete_notes'), (1549, 1, 'core_notes_get_course_notes'), (1550, 1, 'core_notes_view_notes'), (1551, 1, 'core_question_update_flag'), (1552, 1, 'core_rating_get_item_ratings'), (1553, 1, 'core_rating_add_rating'), (1554, 1, 'core_tag_get_tagindex'), (1555, 1, 'core_tag_get_tagindex_per_area'), (1556, 1, 'core_tag_get_tag_areas'), (1557, 1, 'core_tag_get_tag_collections'), (1558, 1, 'core_tag_get_tag_cloud'), (1559, 1, 'core_user_add_user_device'), (1560, 1, 'core_user_add_user_private_files'), (1561, 1, 'core_user_get_course_user_profiles'), (1562, 1, 'core_user_get_users_by_field'), (1563, 1, 'core_user_remove_user_device'), (1564, 1, 'core_user_update_user_preferences'), (1565, 1, 'core_user_view_user_list'), (1566, 1, 'core_user_view_user_profile'), (1567, 1, 'core_user_get_user_preferences'), (1568, 1, 'core_user_update_picture'), (1569, 1, 'core_user_set_user_preferences'), (1570, 1, 'core_user_agree_site_policy'), (1571, 1, 'core_user_get_private_files_info'), (1572, 1, 'core_competency_competency_viewed'), (1573, 1, 'core_competency_list_course_competencies'), (1574, 1, 'core_competency_get_scale_values'), (1575, 1, 'core_competency_user_competency_viewed'), (1576, 1, 'core_competency_user_competency_viewed_in_plan'), (1577, 1, 'core_competency_user_competency_viewed_in_course'), (1578, 1, 'core_competency_user_competency_plan_viewed'), (1579, 1, 'core_competency_grade_competency_in_course'), (1580, 1, 'core_competency_delete_evidence'), (1581, 1, 'core_webservice_get_site_info'), (1582, 1, 'core_block_get_course_blocks'), (1583, 1, 'core_block_get_dashboard_blocks'), (1584, 1, 'core_filters_get_available_in_context'), (1585, 1, 'mod_assign_get_grades'), (1586, 1, 'mod_assign_get_assignments'), (1587, 1, 'mod_assign_get_submissions'), (1588, 1, 'mod_assign_get_user_flags'), (1589, 1, 'mod_assign_set_user_flags'), (1590, 1, 'mod_assign_get_user_mappings'), (1591, 1, 'mod_assign_revert_submissions_to_draft'), (1592, 1, 'mod_assign_lock_submissions'), (1593, 1, 'mod_assign_unlock_submissions'), (1594, 1, 'mod_assign_save_submission'), (1595, 1, 'mod_assign_submit_for_grading'), (1596, 1, 'mod_assign_save_grade'), (1597, 1, 'mod_assign_save_grades'), (1598, 1, 'mod_assign_save_user_extensions'), (1599, 1, 'mod_assign_reveal_identities'), (1600, 1, 'mod_assign_view_grading_table'), (1601, 1, 'mod_assign_view_submission_status'), (1602, 1, 'mod_assign_get_submission_status'), (1603, 1, 'mod_assign_list_participants'), (1604, 1, 'mod_assign_submit_grading_form'), (1605, 1, 'mod_assign_get_participant'), (1606, 1, 'mod_assign_view_assign'), (1607, 1, 'mod_book_view_book'), (1608, 1, 'mod_book_get_books_by_courses'), (1609, 1, 'mod_chat_login_user'), (1610, 1, 'mod_chat_get_chat_users'), (1611, 1, 'mod_chat_send_chat_message'), (1612, 1, 'mod_chat_get_chat_latest_messages'), (1613, 1, 'mod_chat_view_chat'), (1614, 1, 'mod_chat_get_chats_by_courses'), (1615, 1, 'mod_chat_get_sessions'), (1616, 1, 'mod_chat_get_session_messages'), (1617, 1, 'mod_choice_get_choice_results'), (1618, 1, 'mod_choice_get_choice_options'), (1619, 1, 'mod_choice_submit_choice_response'), (1620, 1, 'mod_choice_view_choice'), (1621, 1, 'mod_choice_get_choices_by_courses'), (1622, 1, 'mod_choice_delete_choice_responses'), (1623, 1, 'mod_data_get_databases_by_courses'), (1624, 1, 'mod_data_view_database'), (1625, 1, 'mod_data_get_data_access_information'), (1626, 1, 'mod_data_get_entries'), (1627, 1, 'mod_data_get_entry'), (1628, 1, 'mod_data_get_fields'), (1629, 1, 'mod_data_search_entries'), (1630, 1, 'mod_data_approve_entry'), (1631, 1, 'mod_data_delete_entry'), (1632, 1, 'mod_data_add_entry'), (1633, 1, 'mod_data_update_entry'), (1634, 1, 'mod_feedback_get_feedbacks_by_courses'), (1635, 1, 'mod_feedback_get_feedback_access_information'), (1636, 1, 'mod_feedback_view_feedback'), (1637, 1, 'mod_feedback_get_current_completed_tmp'), (1638, 1, 'mod_feedback_get_items'), (1639, 1, 'mod_feedback_launch_feedback'), (1640, 1, 'mod_feedback_get_page_items'), (1641, 1, 'mod_feedback_process_page'), (1642, 1, 'mod_feedback_get_analysis'), (1643, 1, 'mod_feedback_get_unfinished_responses'), (1644, 1, 'mod_feedback_get_finished_responses'), (1645, 1, 'mod_feedback_get_non_respondents'), (1646, 1, 'mod_feedback_get_responses_analysis'), (1647, 1, 'mod_feedback_get_last_completed'), (1648, 1, 'mod_folder_view_folder'), (1649, 1, 'mod_folder_get_folders_by_courses'), (1650, 1, 'mod_forum_get_forums_by_courses'), (1651, 1, 'mod_forum_get_discussion_posts'), (1652, 1, 'mod_forum_get_forum_discussions_paginated'), (1653, 1, 'mod_forum_get_forum_discussions'), (1654, 1, 'mod_forum_view_forum'), (1655, 1, 'mod_forum_view_forum_discussion'), (1656, 1, 'mod_forum_add_discussion_post'), (1657, 1, 'mod_forum_add_discussion'), (1658, 1, 'mod_forum_can_add_discussion'), (1659, 1, 'mod_forum_get_forum_access_information'), (1660, 1, 'mod_forum_set_subscription_state'), (1661, 1, 'mod_forum_set_lock_state'), (1662, 1, 'mod_forum_toggle_favourite_state'), (1663, 1, 'mod_forum_set_pin_state'), (1664, 1, 'mod_glossary_get_glossaries_by_courses'), (1665, 1, 'mod_glossary_view_glossary'), (1666, 1, 'mod_glossary_view_entry'), (1667, 1, 'mod_glossary_get_entries_by_letter'), (1668, 1, 'mod_glossary_get_entries_by_date'), (1669, 1, 'mod_glossary_get_categories'), (1670, 1, 'mod_glossary_get_entries_by_category'), (1671, 1, 'mod_glossary_get_authors'), (1672, 1, 'mod_glossary_get_entries_by_author'), (1673, 1, 'mod_glossary_get_entries_by_author_id'), (1674, 1, 'mod_glossary_get_entries_by_search'), (1675, 1, 'mod_glossary_get_entries_by_term'), (1676, 1, 'mod_glossary_get_entries_to_approve'), (1677, 1, 'mod_glossary_get_entry_by_id'), (1678, 1, 'mod_glossary_add_entry'), (1679, 1, 'mod_imscp_view_imscp'), (1680, 1, 'mod_imscp_get_imscps_by_courses'), (1681, 1, 'mod_label_get_labels_by_courses'), (1682, 1, 'mod_lesson_get_lessons_by_courses'), (1683, 1, 'mod_lesson_get_lesson_access_information'), (1684, 1, 'mod_lesson_view_lesson'), (1685, 1, 'mod_lesson_get_questions_attempts'), (1686, 1, 'mod_lesson_get_user_grade'), (1687, 1, 'mod_lesson_get_user_attempt_grade'), (1688, 1, 'mod_lesson_get_content_pages_viewed'), (1689, 1, 'mod_lesson_get_user_timers'), (1690, 1, 'mod_lesson_get_pages'), (1691, 1, 'mod_lesson_launch_attempt'), (1692, 1, 'mod_lesson_get_page_data'), (1693, 1, 'mod_lesson_process_page'), (1694, 1, 'mod_lesson_finish_attempt'), (1695, 1, 'mod_lesson_get_attempts_overview'), (1696, 1, 'mod_lesson_get_user_attempt'), (1697, 1, 'mod_lesson_get_pages_possible_jumps'), (1698, 1, 'mod_lesson_get_lesson'), (1699, 1, 'mod_lti_get_tool_launch_data'), (1700, 1, 'mod_lti_get_ltis_by_courses'), (1701, 1, 'mod_lti_view_lti'), (1702, 1, 'mod_page_view_page'), (1703, 1, 'mod_page_get_pages_by_courses'), (1704, 1, 'mod_quiz_get_quizzes_by_courses'), (1705, 1, 'mod_quiz_view_quiz'), (1706, 1, 'mod_quiz_get_user_attempts'), (1707, 1, 'mod_quiz_get_user_best_grade'), (1708, 1, 'mod_quiz_get_combined_review_options'), (1709, 1, 'mod_quiz_start_attempt'), (1710, 1, 'mod_quiz_get_attempt_data'), (1711, 1, 'mod_quiz_get_attempt_summary'), (1712, 1, 'mod_quiz_save_attempt'), (1713, 1, 'mod_quiz_process_attempt'), (1714, 1, 'mod_quiz_get_attempt_review'), (1715, 1, 'mod_quiz_view_attempt'), (1716, 1, 'mod_quiz_view_attempt_summary'), (1717, 1, 'mod_quiz_view_attempt_review'), (1718, 1, 'mod_quiz_get_quiz_feedback_for_grade'), (1719, 1, 'mod_quiz_get_quiz_access_information'), (1720, 1, 'mod_quiz_get_attempt_access_information'), (1721, 1, 'mod_quiz_get_quiz_required_qtypes'), (1722, 1, 'mod_resource_view_resource'), (1723, 1, 'mod_resource_get_resources_by_courses'), (1724, 1, 'mod_scorm_view_scorm'), (1725, 1, 'mod_scorm_get_scorm_attempt_count'), (1726, 1, 'mod_scorm_get_scorm_scoes'), (1727, 1, 'mod_scorm_get_scorm_user_data'), (1728, 1, 'mod_scorm_insert_scorm_tracks'), (1729, 1, 'mod_scorm_get_scorm_sco_tracks'), (1730, 1, 'mod_scorm_get_scorms_by_courses'), (1731, 1, 'mod_scorm_launch_sco'), (1732, 1, 'mod_scorm_get_scorm_access_information'), (1733, 1, 'mod_survey_get_surveys_by_courses'), (1734, 1, 'mod_survey_view_survey'), (1735, 1, 'mod_survey_get_questions'), (1736, 1, 'mod_survey_submit_answers'), (1737, 1, 'mod_url_view_url'), (1738, 1, 'mod_url_get_urls_by_courses'), (1739, 1, 'mod_wiki_get_wikis_by_courses'), (1740, 1, 'mod_wiki_view_wiki'), (1741, 1, 'mod_wiki_view_page'), (1742, 1, 'mod_wiki_get_subwikis'), (1743, 1, 'mod_wiki_get_subwiki_pages'), (1744, 1, 'mod_wiki_get_subwiki_files'), (1745, 1, 'mod_wiki_get_page_contents'), (1746, 1, 'mod_wiki_get_page_for_editing'), (1747, 1, 'mod_wiki_new_page'), (1748, 1, 'mod_wiki_edit_page'), (1749, 1, 'mod_workshop_get_workshops_by_courses'), (1750, 1, 'mod_workshop_get_workshop_access_information'), (1751, 1, 'mod_workshop_get_user_plan'), (1752, 1, 'mod_workshop_view_workshop'), (1753, 1, 'mod_workshop_add_submission'), (1754, 1, 'mod_workshop_update_submission'), (1755, 1, 'mod_workshop_delete_submission'), (1756, 1, 'mod_workshop_get_submissions'), (1757, 1, 'mod_workshop_get_submission'), (1758, 1, 'mod_workshop_get_submission_assessments'), (1759, 1, 'mod_workshop_get_assessment'), (1760, 1, 'mod_workshop_get_assessment_form_definition'), (1761, 1, 'mod_workshop_get_reviewer_assessments'), (1762, 1, 'mod_workshop_update_assessment'), (1763, 1, 'mod_workshop_get_grades'), (1764, 1, 'mod_workshop_evaluate_assessment'), (1765, 1, 'mod_workshop_get_grades_report'), (1766, 1, 'mod_workshop_view_submission'), (1767, 1, 'mod_workshop_evaluate_submission'), (1768, 1, 'enrol_guest_get_instance_info'), (1769, 1, 'enrol_self_get_instance_info'), (1770, 1, 'enrol_self_enrol_user'), (1771, 1, 'message_airnotifier_is_system_configured'), (1772, 1, 'message_airnotifier_are_notification_preferences_configured'), (1773, 1, 'message_airnotifier_get_user_devices'), (1774, 1, 'message_airnotifier_enable_device'), (1775, 1, 'message_popup_get_popup_notifications'), (1776, 1, 'message_popup_get_unread_popup_notification_count'), (1777, 1, 'block_recentlyaccesseditems_get_recent_items'), (1778, 1, 'block_starredcourses_get_starred_courses'), (1779, 1, 'report_insights_set_notuseful_prediction'), (1780, 1, 'report_insights_set_fixed_prediction'), (1781, 1, 'gradereport_overview_get_course_grades'), (1782, 1, 'gradereport_overview_view_grade_report'), (1783, 1, 'gradereport_user_get_grades_table'), (1784, 1, 'gradereport_user_view_grade_report'), (1785, 1, 'gradereport_user_get_grade_items'), (1786, 1, 'tool_lp_data_for_course_competencies_page'), (1787, 1, 'tool_lp_data_for_plans_page'), (1788, 1, 'tool_lp_data_for_plan_page'), (1789, 1, 'tool_lp_data_for_user_evidence_list_page'), (1790, 1, 'tool_lp_data_for_user_evidence_page'), (1791, 1, 'tool_lp_data_for_user_competency_summary'), (1792, 1, 'tool_lp_data_for_user_competency_summary_in_plan'), (1793, 1, 'tool_lp_data_for_user_competency_summary_in_course'), (1794, 1, 'tool_mobile_get_plugins_supporting_mobile'), (1795, 1, 'tool_mobile_get_public_config'), (1796, 1, 'tool_mobile_get_config'), (1797, 1, 'tool_mobile_get_autologin_key'), (1798, 1, 'tool_mobile_get_content'), (1799, 1, 'tool_mobile_call_external_functions'), (1800, 1, 'core_comment_add_comments'), (1801, 1, 'core_comment_delete_comments'), (1802, 1, 'core_enrol_search_users'), (1803, 1, 'core_grades_grader_gradingpanel_point_fetch'), (1804, 1, 'core_grades_grader_gradingpanel_point_store'), (1805, 1, 'core_grades_grader_gradingpanel_scale_fetch'), (1806, 1, 'core_grades_grader_gradingpanel_scale_store'), (1807, 1, 'core_h5p_get_trusted_h5p_file'), (1808, 1, 'mod_forum_delete_post'), (1809, 1, 'mod_forum_get_discussion_post'), (1810, 1, 'mod_forum_prepare_draft_area_for_post'), (1811, 1, 'mod_forum_update_discussion_post'), (1812, 1, 'report_insights_action_executed'), (1813, 1, 'tool_analytics_potential_contexts'), (1814, 1, 'core_table_get_dynamic_table_content'), (1815, 1, 'core_xapi_statement_post'), (1816, 1, 'mod_h5pactivity_get_h5pactivity_access_information'), (1817, 1, 'mod_h5pactivity_view_h5pactivity'), (1818, 1, 'mod_h5pactivity_get_attempts'), (1819, 1, 'mod_h5pactivity_get_results'), (1820, 1, 'mod_h5pactivity_get_h5pactivities_by_courses'), (1821, 1, 'tool_mobile_validate_subscription_key'), (1822, 1, 'tool_mobile_get_tokens_for_qr_login'), (1823, 1, 'tool_moodlenet_verify_webfinger'), (1824, 1, 'tool_moodlenet_search_courses'), (1825, 1, 'core_calendar_get_calendar_export_token'), (1826, 1, 'core_files_delete_draft_files'), (1827, 1, 'mod_glossary_delete_entry'), (1828, 1, 'mod_glossary_update_entry'), (1829, 1, 'mod_glossary_prepare_entry_for_edition'), (1830, 1, 'core_course_get_enrolled_courses_with_action_events_by_timeline_classification'), (1831, 1, 'core_files_get_unused_draft_itemid'), (1832, 1, 'core_message_get_unread_notification_count'), (1833, 1, 'core_block_fetch_addable_blocks'), (1834, 1, 'mod_assign_start_submission'), (1835, 1, 'mod_bigbluebuttonbn_can_join'), (1836, 1, 'mod_bigbluebuttonbn_get_recordings'), (1837, 1, 'mod_bigbluebuttonbn_get_recordings_to_import'), (1838, 1, 'mod_bigbluebuttonbn_update_recording'), (1839, 1, 'mod_bigbluebuttonbn_end_meeting'), (1840, 1, 'mod_bigbluebuttonbn_completion_validate'), (1841, 1, 'mod_bigbluebuttonbn_meeting_info'), (1842, 1, 'mod_bigbluebuttonbn_get_bigbluebuttonbns_by_courses'), (1843, 1, 'mod_bigbluebuttonbn_view_bigbluebuttonbn'), (1844, 1, 'mod_bigbluebuttonbn_get_join_url'), (1845, 1, 'mod_h5pactivity_log_report_viewed'), (1846, 1, 'mod_h5pactivity_get_user_attempts'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_external_services_users` -- CREATE TABLE `cocoon_external_services_users` ( `id` bigint NOT NULL, `externalserviceid` bigint NOT NULL, `userid` bigint NOT NULL, `iprestriction` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `validuntil` bigint DEFAULT NULL, `timecreated` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='users allowed to use services with restricted users flag'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_external_tokens` -- CREATE TABLE `cocoon_external_tokens` ( `id` bigint NOT NULL, `token` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `privatetoken` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tokentype` smallint NOT NULL, `userid` bigint NOT NULL, `externalserviceid` bigint NOT NULL, `sid` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contextid` bigint NOT NULL, `creatorid` bigint NOT NULL DEFAULT '1', `iprestriction` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `validuntil` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `lastaccess` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Security tokens for accessing of external services'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_favourite` -- CREATE TABLE `cocoon_favourite` ( `id` bigint NOT NULL, `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemtype` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `contextid` bigint NOT NULL, `userid` bigint NOT NULL, `ordering` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the relationship between an arbitrary item (itemtype,'; -- -- Volcado de datos para la tabla `cocoon_favourite` -- INSERT INTO `cocoon_favourite` (`id`, `component`, `itemtype`, `itemid`, `contextid`, `userid`, `ordering`, `timecreated`, `timemodified`) VALUES (1, 'core_message', 'message_conversations', 1, 5, 2, NULL, 1576602249, 1576602249), (2, 'core_message', 'message_conversations', 2, 271, 8, NULL, 1577623887, 1577623887), (3, 'core_message', 'message_conversations', 4, 222, 5, NULL, 1578009008, 1578009008); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_feedback` -- CREATE TABLE `cocoon_feedback` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `anonymous` tinyint(1) NOT NULL DEFAULT '1', `email_notification` tinyint(1) NOT NULL DEFAULT '1', `multiple_submit` tinyint(1) NOT NULL DEFAULT '1', `autonumbering` tinyint(1) NOT NULL DEFAULT '1', `site_after_submit` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `page_after_submit` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `page_after_submitformat` tinyint NOT NULL DEFAULT '0', `publish_stats` tinyint(1) NOT NULL DEFAULT '0', `timeopen` bigint NOT NULL DEFAULT '0', `timeclose` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionsubmit` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='all feedbacks'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_feedback_completed` -- CREATE TABLE `cocoon_feedback_completed` ( `id` bigint NOT NULL, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `random_response` bigint NOT NULL DEFAULT '0', `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='filled out feedback'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_feedback_completedtmp` -- CREATE TABLE `cocoon_feedback_completedtmp` ( `id` bigint NOT NULL, `feedback` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `guestid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timemodified` bigint NOT NULL DEFAULT '0', `random_response` bigint NOT NULL DEFAULT '0', `anonymous_response` tinyint(1) NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='filled out feedback'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_feedback_item` -- CREATE TABLE `cocoon_feedback_item` ( `id` bigint NOT NULL, `feedback` bigint NOT NULL DEFAULT '0', `template` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `presentation` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `typ` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `hasvalue` tinyint(1) NOT NULL DEFAULT '0', `position` smallint NOT NULL DEFAULT '0', `required` tinyint(1) NOT NULL DEFAULT '0', `dependitem` bigint NOT NULL DEFAULT '0', `dependvalue` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `options` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='feedback_items'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_feedback_sitecourse_map` -- CREATE TABLE `cocoon_feedback_sitecourse_map` ( `id` bigint NOT NULL, `feedbackid` bigint NOT NULL DEFAULT '0', `courseid` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='feedback sitecourse map'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_feedback_template` -- CREATE TABLE `cocoon_feedback_template` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `ispublic` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='templates of feedbackstructures'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_feedback_value` -- CREATE TABLE `cocoon_feedback_value` ( `id` bigint NOT NULL, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='values of the completeds'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_feedback_valuetmp` -- CREATE TABLE `cocoon_feedback_valuetmp` ( `id` bigint NOT NULL, `course_id` bigint NOT NULL DEFAULT '0', `item` bigint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0', `tmp_completed` bigint NOT NULL DEFAULT '0', `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='values of the completedstmp'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_files` -- CREATE TABLE `cocoon_files` ( `id` bigint NOT NULL, `contenthash` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `pathnamehash` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `filearea` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL, `filepath` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `userid` bigint DEFAULT NULL, `filesize` bigint NOT NULL, `mimetype` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` bigint NOT NULL DEFAULT '0', `source` longtext COLLATE utf8mb4_unicode_ci, `author` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `license` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0', `referencefileid` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='description of files, content is stored in sha1 file pool'; -- -- Volcado de datos para la tabla `cocoon_files` -- INSERT INTO `cocoon_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES (1, '5f8e911d0da441e36f47c5c46f4393269211ca56', '508e674d49c30d4fde325fe6c7f6fd3d56b247e1', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'smile.png', 2, 1085, 'image/png', 0, NULL, NULL, NULL, 1570138784, 1570138784, 0, NULL), (2, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1570138784, 1570138784, 0, NULL), (3, '75c101cb8cb34ea573cd25ac38f8157b1de901b8', '68317eab56c67d32aeaee5acf509a0c4aa828b6b', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'sad.png', 2, 966, 'image/png', 0, NULL, NULL, NULL, 1570138784, 1570138784, 0, NULL), (4, '0c5190a24c3943966541401c883eacaa20ca20cb', '695a55ff780e61c9e59428aa425430b0d6bde53b', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'tick.png', 2, 1039, 'image/png', 0, NULL, NULL, NULL, 1570138784, 1570138784, 0, NULL), (5, '8c96a486d5801e0f4ab8c411f561f1c687e1f865', '373e63af262a9b8466ba8632551520be793c37ff', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'cross.png', 2, 861, 'image/png', 0, NULL, NULL, NULL, 1570138784, 1570138784, 0, NULL), (9, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '74c104d54c05b5f8c633a36da516d37e6c5279e4', 1, 'core', 'preview', 0, '/thumb/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1570142460, 1570142460, 0, NULL), (10, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '884555719c50529b9df662a38619d04b5b11e25c', 1, 'core', 'preview', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1570142460, 1570142460, 0, NULL), (36, '0be9a87ba32d56bab0c1575e69a0cedc3ab1ea54', 'ab6d0bdd1f7351694c6de1e6b3d7ad2809f4852d', 1, 'core', 'preview', 0, '/thumb/', '82974187eb5ca7af3250655d5968d35555d1c245', NULL, 2025, 'image/png', 0, NULL, NULL, NULL, 1574780331, 1574780331, 0, NULL), (37, '82974187eb5ca7af3250655d5968d35555d1c245', 'b4370cff938fd32a90867adfbd29463431424842', 1, 'core_admin', 'logo', 0, '/', 'header-logo.png', 2, 1022, 'image/png', 0, 'header-logo.png', 'Admin User', 'allrightsreserved', 1574780329, 1574780338, 0, NULL), (38, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '13329bd7898f033eb0e93c11a609c6adfb8fb295', 1, 'core_admin', 'logo', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1574780330, 1577553096, 0, NULL), (176, '863caa33939bda20fd45448c6d167d079cbebe5d', 'b0e4450c46311a4af275be4f792ce3e5f67b924e', 1, 'core', 'preview', 0, '/thumb/', 'e805f98a429f9f237f23837b90d7dd389f313ed6', NULL, 3126, 'image/png', 0, NULL, NULL, NULL, 1576455500, 1576455500, 0, NULL), (181, '037b1cd5435eb4a35b525f89c95e085844452368', '0a16d6ca237bdf43aad2af1ef7d1ef8f6f788702', 1, 'core', 'preview', 0, '/thumb/', '7b1676c116c645f8b94e9e46672783aa45c57d03', NULL, 15375, 'image/png', 0, NULL, NULL, NULL, 1576459575, 1576459575, 0, NULL), (203, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a389c5763c3ae590d1d880882085b807f1e5e593', 1, 'blog', 'attachment', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576472537, 1578023046, 0, NULL), (208, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bb343b4c8a468ed8946a3f664b0759978f02a6a0', 1, 'blog', 'attachment', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576473184, 1578023043, 0, NULL), (233, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5e23324b9f3dba6099a62cd1015a15980dd082de', 84, 'block_cocoon_gallery', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576627870, 1576627870, 0, NULL), (251, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '3fa654383ab37a85f72a4a211ee741f40d4d87ba', 87, 'block_cocoon_partners', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576629737, 1576629737, 0, NULL), (259, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4a66b8fb7a20036efaaf80fd497f884a2d36dab5', 88, 'block_cocoon_parallax', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576630347, 1576630347, 0, NULL), (270, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2d1ef4ae7bd1e5cfa4381bddb8d01aa00111327d', 90, 'block_cocoon_partners', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576676990, 1576676990, 0, NULL), (278, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b9b114e748f55c87166977e64a994eee2dafc833', 89, 'block_cocoon_parallax', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576677018, 1576677018, 0, NULL), (283, 'baa62538e06816512d31180bd3ea5c750bd6b6ae', '1a32b763f5d357e27ec60ed69f6be1c813a080a8', 1, 'core', 'preview', 0, '/thumb/', 'b86387da9abaa0be9a3d27fa3d611b9319944bfa', NULL, 9187, 'image/png', 0, NULL, NULL, NULL, 1576678787, 1576678787, 0, NULL), (401, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '47ef55662b50c532857a41fb25f3fe83719ac20d', 98, 'block_cocoon_gallery_slider', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576716469, 1576716469, 0, NULL), (422, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '07586cfcc1f92032a02836cef8100286c892cbfa', 99, 'block_cocoon_parallax_counters', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576717524, 1576717524, 0, NULL), (438, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '824c7c0fd01f1d35f2573e781b2e331c0475bbbd', 102, 'block_cocoon_gallery_slider', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576776275, 1576776275, 0, NULL), (444, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '49da035c959ac1ec19dff3000ddbb421ffcb1784', 105, 'block_cocoon_parallax_counters', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576777397, 1576777397, 0, NULL), (449, '99a90296d00fb1ef28130c81860cdde3f497b19e', 'ae75f1c4c58e447771e740cde9481559d4b5d92b', 1, 'core', 'preview', 0, '/thumb/', 'c12b130a5bf5940348852d19b338265e9fd5af7b', NULL, 14352, 'image/png', 0, NULL, NULL, NULL, 1576798124, 1576798124, 0, NULL), (450, '75dcf1513b75ce9ef2e20c73d368641a5dd35178', '75bff2c5c45b9763cf7c56eb98c76bc8cf039c65', 1, 'core', 'preview', 0, '/thumb/', 'daa66ce3a95981395bda127b0331c59d5ff42d7a', NULL, 18348, 'image/png', 0, NULL, NULL, NULL, 1576798125, 1576798125, 0, NULL), (488, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '42d8a49af94ca2f29bc4171dd9a534294ed2ab15', 125, 'block_cocoon_tstmnls', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576800238, 1578021292, 0, NULL), (490, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'db7f1e4a79435fa42d080791ba109b5e78fa2fa8', 125, 'block_cocoon_tstmnls', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576800289, 1578021292, 0, NULL), (492, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'f25da1212ad28794f090db81232625128ab587d1', 125, 'block_cocoon_tstmnls', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576800292, 1578021292, 0, NULL), (494, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd4ada510a65e9f8687f1e4837502b977cbb2886f', 125, 'block_cocoon_tstmnls', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576800294, 1578021292, 0, NULL), (593, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7dad769bf1132ae63a2d194a1dc792952a667e8b', 126, 'block_cocoon_slider_1', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576809140, 1601490240, 0, NULL), (595, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'af73ce0c2bd1774e4132fbd7ed3cc5c9e18d23b6', 126, 'block_cocoon_slider_1', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576809150, 1601490240, 0, NULL), (597, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2e1a4fc3b105e241ecd137c2a017b4087e1ca7db', 126, 'block_cocoon_slider_1', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576809158, 1601490240, 0, NULL), (632, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a1a10429fe384022d61579f837920576302f4652', 127, 'block_cocoon_slider_2', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576811120, 1578021713, 0, NULL), (634, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8f29ff9c12b73617b1fa9d455c2edddd8d086a91', 127, 'block_cocoon_slider_2', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576811123, 1578021713, 0, NULL), (636, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e340e0ee0c7eee663e3005eb5d9effde732b1704', 127, 'block_cocoon_slider_2', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576811126, 1578021713, 0, NULL), (687, '7c782dd1452973834d8da5f7f4b8225fb5e2c80d', 'c6dce03f9ac25423379fbdb332d9822665be3ae2', 1, 'core', 'preview', 0, '/thumb/', '024b317f6698722b114e9eceb070993145a83c2e', NULL, 8968, 'image/png', 0, NULL, NULL, NULL, 1576864570, 1576864570, 0, NULL), (692, '1516b46d8b237acaf3042545b81babe3ced9aef4', 'f33e47a33ab001368fb23fa27518864ab46d8ddb', 1, 'core', 'preview', 0, '/thumb/', '8f67cc1a3343270da81d07b6d15aa784355e2329', NULL, 9013, 'image/png', 0, NULL, NULL, NULL, 1576864585, 1576864585, 0, NULL), (697, '8c9b64de0068fccabf3e7edf320365c2ffc41f37', 'c2b5a676b8f397c5e4e85e2b3ba8bbbc1159e540', 1, 'core', 'preview', 0, '/thumb/', '7d7917f21428e3cfcac0fcfcf37c8d7eec50576c', NULL, 8644, 'image/png', 0, NULL, NULL, NULL, 1576864600, 1576864600, 0, NULL), (698, '024b317f6698722b114e9eceb070993145a83c2e', 'cea0804e47a5eb4c6a704673473289451d3336cc', 129, 'block_cocoon_slider_2', 'slides', 1, '/', 'h1.jpg', 2, 217526, 'image/jpeg', 0, 'home/h1.jpg', 'Admin User', 'allrightsreserved', 1576864569, 1568019990, 0, 1), (699, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'abb9285a72c26ae69d1904bee63a75ed4e7dee11', 129, 'block_cocoon_slider_2', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576864569, 1576864611, 0, NULL), (700, '8f67cc1a3343270da81d07b6d15aa784355e2329', 'fe4ed2c57074197991401cb2b03af4d7ab6ff217', 129, 'block_cocoon_slider_2', 'slides', 2, '/', 'h2.jpg', 2, 194229, 'image/jpeg', 0, 'home/h2.jpg', 'Admin User', 'allrightsreserved', 1576864584, 1568019990, 0, 2), (701, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '527dc9bae6a4c4bf74cdace811915d7ccc1ef190', 129, 'block_cocoon_slider_2', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576864584, 1576864611, 0, NULL), (702, '7d7917f21428e3cfcac0fcfcf37c8d7eec50576c', '9985fbf041a8a647f48160441734b01f956fe700', 129, 'block_cocoon_slider_2', 'slides', 3, '/', 'h3.jpg', 2, 213842, 'image/jpeg', 0, 'home/h3.jpg', 'Admin User', 'allrightsreserved', 1576864598, 1568019990, 0, 3), (703, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd79496642ebe807129fb3af615960e9c8efe9b67', 129, 'block_cocoon_slider_2', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576864598, 1576864611, 0, NULL), (740, '64f8cd98b1ca5ed40a3e39df779e29f58d7e260e', '5ae839e685c352e472c016d1aa34bbfce16761d0', 1, 'core', 'preview', 0, '/thumb/', '392eab1ebe1da8fdfb4b52a1a30fb799ce4be35e', NULL, 20015, 'image/png', 0, NULL, NULL, NULL, 1576936919, 1576936919, 0, NULL), (751, 'ebace4e53b018f49e49fa77a0ffed2cedce2f067', 'de5c591445f01a95676775e3ad07f766bb45350a', 1, 'core', 'preview', 0, '/thumb/', '266c239db53a70e5130ab8d259f1fdd60ed2adbb', NULL, 14530, 'image/png', 0, NULL, NULL, NULL, 1576936943, 1576936943, 0, NULL), (760, '392eab1ebe1da8fdfb4b52a1a30fb799ce4be35e', 'fbb06b6bd6f730b7641534b4855cfa025c0f57ee', 131, 'block_cocoon_event_slider', 'slides', 1, '/', '4.jpg', 2, 41310, 'image/jpeg', 0, 'blog/4.jpg', 'Admin User', 'allrightsreserved', 1576936914, 1568019982, 0, 4), (761, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5995118c1e868d18d4440b7ad64ea60b7ce0caee', 131, 'block_cocoon_event_slider', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576936914, 1576937512, 0, NULL), (762, '266c239db53a70e5130ab8d259f1fdd60ed2adbb', '3c4e12d72b731ba296aee637dc0c04c8fca5975c', 131, 'block_cocoon_event_slider', 'slides', 2, '/', '5.jpg', 2, 20123, 'image/jpeg', 0, 'blog/5.jpg', 'Admin User', 'allrightsreserved', 1576936942, 1568019972, 0, 5), (763, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9f9e28ac1812b284c6a1c5225d7953c67dc79583', 131, 'block_cocoon_event_slider', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576936942, 1576937512, 0, NULL), (764, '392eab1ebe1da8fdfb4b52a1a30fb799ce4be35e', 'f0b18cacd8c286640032d03bcaa551bd09e77807', 131, 'block_cocoon_event_slider', 'slides', 3, '/', '4.jpg', 2, 41310, 'image/jpeg', 0, 'blog/4.jpg', 'Admin User', 'allrightsreserved', 1576936962, 1568019982, 0, 4), (765, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '3d7bbeea43bfe1d114803a396af2e12a183c820a', 131, 'block_cocoon_event_slider', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576936962, 1576937512, 0, NULL), (766, '266c239db53a70e5130ab8d259f1fdd60ed2adbb', '1ea6496e97f8c30ac35608d8bea65de68bb1bb63', 131, 'block_cocoon_event_slider', 'slides', 4, '/', '5.jpg', 2, 20123, 'image/jpeg', 0, 'blog/5.jpg', 'Admin User', 'allrightsreserved', 1576936978, 1568019972, 0, 5), (767, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a47c2b304a9df8070a9071fd1bc74cbde371e02a', 131, 'block_cocoon_event_slider', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576936978, 1576937512, 0, NULL), (768, '392eab1ebe1da8fdfb4b52a1a30fb799ce4be35e', '97a13846667747774c8c4d972c1575f470ff917d', 131, 'block_cocoon_event_slider', 'slides', 5, '/', '4.jpg', 2, 41310, 'image/jpeg', 0, 'blog/4.jpg', 'Admin User', 'allrightsreserved', 1576936997, 1568019982, 0, 4), (769, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e6ab0008ee5378d4f597d6398c1a12ac5b845f15', 131, 'block_cocoon_event_slider', 'slides', 5, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576936997, 1576937512, 0, NULL), (770, '266c239db53a70e5130ab8d259f1fdd60ed2adbb', 'a5aab038130bb0185046b33dbeb6c8a4419c7fe4', 131, 'block_cocoon_event_slider', 'slides', 6, '/', '5.jpg', 2, 20123, 'image/jpeg', 0, 'blog/5.jpg', 'Admin User', 'allrightsreserved', 1576937012, 1568019972, 0, 5), (771, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '3afc9acf8de59a2ad22d4051012ab4fa3d27a77d', 131, 'block_cocoon_event_slider', 'slides', 6, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576937012, 1576937512, 0, NULL), (848, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'd3b05a8ced5d273d0dbcac2e6089fa5634194508', 133, 'block_cocoon_tstmnls', 'slides', 1, '/', '1.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/1.jpg', 'Admin User', 'allrightsreserved', 1576958453, 1578020945, 0, 6), (849, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '07f4835e4044334bba12694cb49286fc87dfb097', 133, 'block_cocoon_tstmnls', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576958453, 1576958575, 0, NULL), (850, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'e8a4ca248668699fbe91d58bcd4cc285bb03c6e3', 133, 'block_cocoon_tstmnls', 'slides', 2, '/', '2.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/2.jpg', 'Admin User', 'allrightsreserved', 1576958487, 1578020945, 0, 7), (851, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2f03cc6d3a718142993c58b06c4919fad2bc0c36', 133, 'block_cocoon_tstmnls', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576958487, 1576958575, 0, NULL), (852, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'be34987d294c70b45b114be25d5b4c1b7a5d937e', 133, 'block_cocoon_tstmnls', 'slides', 3, '/', '3.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/3.jpg', 'Admin User', 'allrightsreserved', 1576958517, 1568019962, 0, 8), (853, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '58fecf0815832d8f1248a1c89bc0ffc94f8bf7a3', 133, 'block_cocoon_tstmnls', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576958517, 1576958575, 0, NULL), (854, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'b55b90fb80e67b5233379f69f9b4ed82a86cb5cb', 133, 'block_cocoon_tstmnls', 'slides', 4, '/', '1.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/1.jpg', 'Admin User', 'allrightsreserved', 1576958547, 1578020945, 0, 6), (855, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'fe3f150d7a691d7931d37a461aabbb64811f0dee', 133, 'block_cocoon_tstmnls', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576958547, 1576958575, 0, NULL), (856, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'be8e3bcf20bc4ac0f1aa50dca039758408d15043', 133, 'block_cocoon_tstmnls', 'slides', 5, '/', '2.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/2.jpg', 'Admin User', 'allrightsreserved', 1576958572, 1578020945, 0, 7), (857, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '54cadfb28760b8a7330ae26d397606349125b4e4', 133, 'block_cocoon_tstmnls', 'slides', 5, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576958572, 1576958575, 0, NULL), (884, 'e805f98a429f9f237f23837b90d7dd389f313ed6', '9ff5d92e6f022f3d15f8b16a605741120e55b3d4', 145, 'block_cocoon_course_info', 'content', 0, '/', '2.png', 2, 3625, 'image/png', 0, 'resource/2.png', 'Admin User', 'allrightsreserved', 1576962029, 1568019964, 0, 9), (885, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2898f69bb6e360f01496cd9f88bc0f293414c8cf', 145, 'block_cocoon_course_info', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576962029, 1576962038, 0, NULL), (932, '47d429bb4a2f862ec2ee33aee7ddfa40aa59791b', '85a9466331919645f2780e35c0a5f0848fb84e87', 146, 'course', 'overviewfiles', 0, '/', 't1.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t1.jpg', 'Admin User', 'allrightsreserved', 1576962804, 1578020687, 0, 10), (933, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7f875c145324e106e4d1cb89491b4535b6087bbf', 146, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576962804, 1576963787, 0, NULL), (938, 'f5eac4dee8690b051b89a029970192816d396d24', 'c51e7f1606d7dafa9f083a69991f2fc25a6d72da', 148, 'course', 'overviewfiles', 0, '/', 't2.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t2.jpg', 'Admin User', 'allrightsreserved', 1576962967, 1578020687, 0, 11), (939, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7f3b2f604f12f9c7b422c1cf4cb00d76dff95e15', 148, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576962967, 1576963784, 0, NULL), (945, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'fd8e57f4b92f41e7a768d1e24b78bd51f694a48f', 150, 'course', 'overviewfiles', 0, '/', 't3.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t3.jpg', 'Admin User', 'allrightsreserved', 1576963048, 1578020687, 0, 12), (946, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '76ef7ceae847fbc84e5c035e0f322fad7b07aa2a', 150, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576963048, 1576963779, 0, NULL), (954, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '5aa130c168732b87df1f2594c3f433e0b10084db', 152, 'course', 'overviewfiles', 0, '/', 't4.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t4.jpg', 'Admin User', 'allrightsreserved', 1576963139, 1578020687, 0, 13), (955, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9bc2d1233190b62c1bb8737bdf97907a6c6da08a', 152, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576963139, 1576963776, 0, NULL), (959, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '995e88836c163afca5137574a23592ec62a943d9', 153, 'course', 'overviewfiles', 0, '/', 't5.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t5.jpg', 'Admin User', 'allrightsreserved', 1576963187, 1578020687, 0, 14), (960, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ce325274971c4ec95eb09566cfd53ed7432e6fcb', 153, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576963187, 1577624955, 0, NULL), (966, '5de2f5d3bae98d16d80920b7eeb4171d17b8b1d9', 'aac95af5e708a188b1acf4cd0bd2211b4adbf383', 154, 'course', 'overviewfiles', 0, '/', 't6.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t6.jpg', 'Admin User', 'allrightsreserved', 1576963338, 1578020687, 0, 15), (967, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '138e946ded0d4fbb943aaed7e811e99302ea995c', 154, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576963338, 1577501218, 0, NULL), (973, '05d4a9d0bcf3aea2b03d0b961367156d3624add0', 'e31087fe9c240c40ebc74ada3799c0a06a219833', 155, 'course', 'overviewfiles', 0, '/', 't7.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t7.jpg', 'Admin User', 'allrightsreserved', 1576963400, 1578020687, 0, 16), (974, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c78de9db7ee79fdfb0b558586dd6d5bc3fa2bf2a', 155, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576963400, 1577500741, 0, NULL), (980, '98802cdc4e31ee04d0414f3aa2c9e94ad5ae541c', 'fdd222cc3fd2b8b752bbbffeeaebf9ae19a12ca5', 156, 'course', 'overviewfiles', 0, '/', 't8.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t8.jpg', 'Admin User', 'allrightsreserved', 1576963456, 1578020687, 0, 17), (981, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '61811f6bb89ae627ee6925c572e9c9c69aab1ce1', 156, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576963456, 1576963765, 0, NULL), (1032, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '41e240dda1e1b9bddd30cad0f94fdf46eb7bd83b', 162, 'block_cocoon_course_intro', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576964581, 1576964581, 0, NULL), (1056, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2fde49640cb380c1d95d7faa2f34db2511706bc5', 164, 'block_cocoon_course_instructor', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576966799, 1576966799, 0, NULL), (1060, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'f329981b6256401a0bf806ae11cbf3ee3c0de0cd', 169, 'block_cocoon_course_info', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576967390, 1576967390, 0, NULL), (1068, '6a008f704a38bffc474a8daae37da1a8f293b564', '054e56cab43e65528afdadb7e30f733d1e0aa6a3', 164, 'block_cocoon_course_instructor', 'content', 0, '/', '6.png', 2, 380, 'image/png', 0, 'team/6.png', 'Admin User', 'allrightsreserved', 1576966799, 1578020907, 0, 19), (1071, 'e805f98a429f9f237f23837b90d7dd389f313ed6', 'b473b812d26c0d18386830c84833afdb415f70d8', 169, 'block_cocoon_course_info', 'content', 0, '/', '2.png', 2, 3625, 'image/png', 0, 'resource/2.png', 'Admin User', 'allrightsreserved', 1576967390, 1576967785, 0, 9), (1100, 'e0836acc733fc8306a5d25d279b2772476fa96d6', '9467f70562a19064c5072ec88336c48731020418', 1, 'core', 'preview', 0, '/thumb/', 'a44b0931e040cad78c23fac34f38e474654d2ac4', NULL, 11140, 'image/png', 0, NULL, NULL, NULL, 1576968868, 1576968868, 0, NULL), (1101, 'a44b0931e040cad78c23fac34f38e474654d2ac4', 'c0f3db39b5bbdd8bac6a9f8843ec8ed1a384dea5', 1, 'blog', 'attachment', 3, '/', '14.jpg', 2, 65702, 'image/jpeg', 0, 'blog/14.jpg', 'Admin User', 'allrightsreserved', 1576968867, 1568019988, 0, 20), (1102, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'f42a79e7439601d9873887c6ef1103ae5683367e', 1, 'blog', 'attachment', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576968867, 1577917213, 0, NULL), (1127, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '01f46e91bc6dac50861510cc327ad122717bb29e', 1, 'blog', 'attachment', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576969088, 1577917717, 0, NULL), (1145, '47d429bb4a2f862ec2ee33aee7ddfa40aa59791b', '80da4a6766480770344e8fc398f11c4ad3481bb4', 170, 'course', 'overviewfiles', 0, '/', 't1.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t1.jpg', 'Admin User', 'allrightsreserved', 1576972043, 1578020687, 0, 10), (1146, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9d979b0715ac0ad265470fac2bc2b104666d250c', 170, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576972043, 1576972047, 0, NULL), (1151, 'f5eac4dee8690b051b89a029970192816d396d24', '3ccc719ec9d0f4cf7525cbbd69c732064d93482d', 171, 'course', 'overviewfiles', 0, '/', 't2.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t2.jpg', 'Admin User', 'allrightsreserved', 1576972089, 1578020687, 0, 11), (1152, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'fb64a28e2c9bdab12cfeb0dc29f350cb61f406e8', 171, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576972089, 1576972092, 0, NULL), (1157, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'a66d562bcac763fdc00e93e7f23874ad727d9bdb', 172, 'course', 'overviewfiles', 0, '/', 't3.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t3.jpg', 'Admin User', 'allrightsreserved', 1576972126, 1578020687, 0, 12), (1158, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2042b8085d200ef5500b0ad25294b6a80e268205', 172, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576972126, 1576972151, 0, NULL), (1161, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'f153839843a089ac286e398b0caba0a0066f842e', 173, 'course', 'overviewfiles', 0, '/', 't4.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t4.jpg', 'Admin User', 'allrightsreserved', 1576972201, 1578020687, 0, 13), (1162, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '893d8f31f5f48a0ac58d8b79f22a8ba08c380457', 173, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576972201, 1576972205, 0, NULL), (1165, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'c002d75d2d65d36ea9739879b0ba3cbb0d032e50', 174, 'course', 'overviewfiles', 0, '/', 't5.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t5.jpg', 'Admin User', 'allrightsreserved', 1576972246, 1578020687, 0, 14), (1166, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4eca3d5579f2413625e9e8fb239f4295b50276b4', 174, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576972246, 1576972250, 0, NULL), (1169, '5de2f5d3bae98d16d80920b7eeb4171d17b8b1d9', 'ba01ebb7e63a4c45163eb447a9d36d55bd93bfbb', 175, 'course', 'overviewfiles', 0, '/', 't6.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t6.jpg', 'Admin User', 'allrightsreserved', 1576972292, 1578020687, 0, 15), (1170, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '6679778fbed3f06c6733ac3d49d178c217169360', 175, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576972292, 1576972297, 0, NULL), (1173, '05d4a9d0bcf3aea2b03d0b961367156d3624add0', '633badb10c8e88e221d83de15d00a724de0371ad', 176, 'course', 'overviewfiles', 0, '/', 't7.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t7.jpg', 'Admin User', 'allrightsreserved', 1576972338, 1578020687, 0, 16), (1174, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '410acec1a757fb8a8e2232cd4b0f3ef9ea3fe94c', 176, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1576972338, 1576972341, 0, NULL), (1177, '47d429bb4a2f862ec2ee33aee7ddfa40aa59791b', '55589ab905ce57d704cdddc05ce5ece229d067ce', 178, 'course', 'overviewfiles', 0, '/', 't1.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t1.jpg', 'Admin User', 'allrightsreserved', 1577031520, 1578020687, 0, 10), (1178, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '0728706450250dad0c08014dc6cebb7b2ffe1ce4', 178, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577031520, 1577031524, 0, NULL), (1181, 'f5eac4dee8690b051b89a029970192816d396d24', '7f4d68f8dff0bd5bf573f4d3c8c239ffc70280aa', 179, 'course', 'overviewfiles', 0, '/', 't2.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t2.jpg', 'Admin User', 'allrightsreserved', 1577031562, 1578020687, 0, 11), (1182, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'dc2ebb27767531f770727c8e3ead483c3f060869', 179, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577031562, 1577031566, 0, NULL), (1185, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'beb20eb1bbb9277ca7202e7a841f1d1e66442d87', 180, 'course', 'overviewfiles', 0, '/', 't3.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t3.jpg', 'Admin User', 'allrightsreserved', 1577031606, 1578020687, 0, 12), (1186, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9636df4faf5173dd082a0eaa73e6485902dd4ca8', 180, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577031606, 1577031703, 0, NULL), (1189, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'a7d9dc8e13200871656b078582d471da2f615b3f', 181, 'course', 'overviewfiles', 0, '/', 't4.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t4.jpg', 'Admin User', 'allrightsreserved', 1577031794, 1578020687, 0, 13), (1190, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '99d6492a9ed3ea6cd809861db660e8b4a1ee917d', 181, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577031794, 1577031799, 0, NULL), (1193, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '76773008cb1fc135b6a06097c7f3230e5b9739b0', 182, 'course', 'overviewfiles', 0, '/', 't5.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t5.jpg', 'Admin User', 'allrightsreserved', 1577031833, 1578020687, 0, 14), (1194, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c7936091a81fdd802c038a6705a302e4ad8e3442', 182, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577031833, 1577031836, 0, NULL), (1197, '5de2f5d3bae98d16d80920b7eeb4171d17b8b1d9', '657631b61d6e4775832031a5f5450e1e4dd1e13b', 183, 'course', 'overviewfiles', 0, '/', 't6.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t6.jpg', 'Admin User', 'allrightsreserved', 1577031875, 1578020687, 0, 15), (1198, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '862a35b635da57cf730ca375fa99c86fa010ee89', 183, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577031875, 1577031878, 0, NULL), (1201, '05d4a9d0bcf3aea2b03d0b961367156d3624add0', 'dc649575ce6ee261cca9066287b7fd3f0059d9a3', 184, 'course', 'overviewfiles', 0, '/', 't7.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t7.jpg', 'Admin User', 'allrightsreserved', 1577031918, 1578020687, 0, 16), (1202, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '02362ef1027882a28295b02ea75e6425a12f727a', 184, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577031918, 1577031938, 0, NULL), (1213, '47d429bb4a2f862ec2ee33aee7ddfa40aa59791b', 'a9d46a094571386ee3ec72ab5ed44de7c6a2a950', 185, 'course', 'overviewfiles', 0, '/', 't1.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t1.jpg', 'Admin User', 'allrightsreserved', 1577037568, 1578020687, 0, 10), (1214, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '42a870e8256c639559a32c6a61d5539098c77aac', 185, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037568, 1577037572, 0, NULL), (1217, 'f5eac4dee8690b051b89a029970192816d396d24', '4f8634ea598d6458bf25ca941b5568bf4ee04ebb', 186, 'course', 'overviewfiles', 0, '/', 't2.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t2.jpg', 'Admin User', 'allrightsreserved', 1577037615, 1578020687, 0, 11), (1218, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9ecd46aa322ed50eb8d4930e045ebea2796b7ff1', 186, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037615, 1577037618, 0, NULL), (1221, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'e5866cc8fed1f411d608d296c1fd7cc68ea06ef4', 187, 'course', 'overviewfiles', 0, '/', 't3.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t3.jpg', 'Admin User', 'allrightsreserved', 1577037662, 1578020687, 0, 12), (1222, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1fc9ba687de912cefb03e8b152dfa09cdb261f10', 187, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037662, 1577037669, 0, NULL), (1225, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'c0961d023d4ff7e1ba466e4969cb784897d2c7c5', 188, 'course', 'overviewfiles', 0, '/', 't4.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t4.jpg', 'Admin User', 'allrightsreserved', 1577037712, 1578020687, 0, 13), (1226, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'f8082862d2fd319c793aa967bbf7b2dbdb71e12b', 188, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037712, 1577037715, 0, NULL), (1229, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'c25fb6f124b491962b8b6fc5a9d705d879dd7313', 189, 'course', 'overviewfiles', 0, '/', 't5.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t5.jpg', 'Admin User', 'allrightsreserved', 1577037752, 1578020687, 0, 14), (1230, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '3918ac5db95896030bdf326d9d403f0bdd2de88e', 189, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037752, 1577037755, 0, NULL), (1233, '5de2f5d3bae98d16d80920b7eeb4171d17b8b1d9', '17fe9d0828d22dea0a8b5ef2a2e98d9e09b5a4c8', 190, 'course', 'overviewfiles', 0, '/', 't6.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t6.jpg', 'Admin User', 'allrightsreserved', 1577037792, 1578020687, 0, 15), (1234, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ae8bbcd892272942cffff68d50da10b53ba044e5', 190, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037792, 1577037795, 0, NULL), (1237, '05d4a9d0bcf3aea2b03d0b961367156d3624add0', '4f5ba2fa08fe6e528cc07aa16a95598d76314ce3', 191, 'course', 'overviewfiles', 0, '/', 't7.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t7.jpg', 'Admin User', 'allrightsreserved', 1577037838, 1578020687, 0, 16), (1238, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e3e166b0a76acb4a0f08cda13a5d564d484b611e', 191, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037838, 1577037841, 0, NULL), (1241, '47d429bb4a2f862ec2ee33aee7ddfa40aa59791b', '71a5b95d524dd3c796b2bd9831a828a2373aa399', 192, 'course', 'overviewfiles', 0, '/', 't1.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t1.jpg', 'Admin User', 'allrightsreserved', 1577037907, 1578020687, 0, 10), (1242, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8c6f6cc85124340518ee4bf6232673665fd4f184', 192, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037907, 1577037913, 0, NULL), (1257, 'f5eac4dee8690b051b89a029970192816d396d24', '5ef6561ffa35bb849df8ca90284acc54a20a7f18', 193, 'course', 'overviewfiles', 0, '/', 't2.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t2.jpg', 'Admin User', 'allrightsreserved', 1577037969, 1578020687, 0, 11), (1258, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ed3436bffc2c549558d691a9e1d9478aa3e81141', 193, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577037969, 1577037973, 0, NULL), (1261, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '83a704a76ff44d573b103e3e0c9f9b989c9e97f2', 194, 'course', 'overviewfiles', 0, '/', 't3.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t3.jpg', 'Admin User', 'allrightsreserved', 1577038015, 1578020687, 0, 12), (1262, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '553643ecd968c12d315f5a947289e82695c2ab6c', 194, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038015, 1577038018, 0, NULL), (1265, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'e53856a8377fb9dfcc1fb296ffb1d1778a1db12b', 195, 'course', 'overviewfiles', 0, '/', 't4.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t4.jpg', 'Admin User', 'allrightsreserved', 1577038053, 1578020687, 0, 13), (1266, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '0c5f41290636b75f4d9c24677abe98e016d7b925', 195, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038053, 1577038056, 0, NULL), (1269, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '62fe3148bfcd85160da372b6f0526487ceed75de', 196, 'course', 'overviewfiles', 0, '/', 't5.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t5.jpg', 'Admin User', 'allrightsreserved', 1577038096, 1578020687, 0, 14), (1270, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'f319fff349dfdb1f170982a9d43a1bbec1d0bf62', 196, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038096, 1577038100, 0, NULL), (1273, '5de2f5d3bae98d16d80920b7eeb4171d17b8b1d9', 'ed0b89dbedeb6e60609caa471144cf735abb0fbc', 197, 'course', 'overviewfiles', 0, '/', 't6.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t6.jpg', 'Admin User', 'allrightsreserved', 1577038134, 1578020687, 0, 15), (1274, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4263ecd53de3585db4764f04fd018af6b8d82c47', 197, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038134, 1577038152, 0, NULL), (1277, '05d4a9d0bcf3aea2b03d0b961367156d3624add0', '0d1765c8846f6c1b3d1051a70c6a77e02f87210a', 198, 'course', 'overviewfiles', 0, '/', 't7.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t7.jpg', 'Admin User', 'allrightsreserved', 1577038189, 1578020687, 0, 16), (1278, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a9b3c907b2dddf4e87d8ef73417a6ad013dc47d6', 198, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038189, 1577038192, 0, NULL), (1281, '47d429bb4a2f862ec2ee33aee7ddfa40aa59791b', '7c0532812ec8747ef2a2c65c4863164a8ef3ac8e', 199, 'course', 'overviewfiles', 0, '/', 't1.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t1.jpg', 'Admin User', 'allrightsreserved', 1577038242, 1578020687, 0, 10), (1282, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7221c627c63786b1b48041c8ba31155e51334199', 199, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038242, 1577038244, 0, NULL), (1285, 'f5eac4dee8690b051b89a029970192816d396d24', '49b1105ef65127bec928154349be8802aedcd777', 200, 'course', 'overviewfiles', 0, '/', 't2.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t2.jpg', 'Admin User', 'allrightsreserved', 1577038283, 1578020687, 0, 11), (1286, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'edbde4ed1643185af9b41d70c64f666102e5a993', 200, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038283, 1577038287, 0, NULL), (1289, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'ebcca479069da25db2c21a5232f8c4ab3d20d56c', 201, 'course', 'overviewfiles', 0, '/', 't3.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t3.jpg', 'Admin User', 'allrightsreserved', 1577038335, 1578020687, 0, 12), (1290, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'dfe59c7162622110b16e6aa087e9ec3f6236178f', 201, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038335, 1577038339, 0, NULL), (1293, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '4b88c98b08400157ead4538c6ca225b9363c4a60', 202, 'course', 'overviewfiles', 0, '/', 't4.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t4.jpg', 'Admin User', 'allrightsreserved', 1577038397, 1578020687, 0, 13), (1294, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '28c40487a950b0cda9df945ef9472b6959d30227', 202, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038397, 1577038401, 0, NULL), (1297, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'bfecf0469da95fd71ec448afddf1f79259ed7a60', 203, 'course', 'overviewfiles', 0, '/', 't5.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t5.jpg', 'Admin User', 'allrightsreserved', 1577038438, 1578020687, 0, 14), (1298, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '17a71f974ee6c07327beba03881f248d5dffd53d', 203, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038438, 1578012123, 0, NULL), (1301, '5de2f5d3bae98d16d80920b7eeb4171d17b8b1d9', '28930e97d71c363c75dc27c1169878067776eaab', 204, 'course', 'overviewfiles', 0, '/', 't6.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t6.jpg', 'Admin User', 'allrightsreserved', 1577038475, 1578020687, 0, 15), (1302, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ab1ddd51c43deadda3c73c825781b3801fdc1248', 204, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038475, 1577038479, 0, NULL), (1305, '05d4a9d0bcf3aea2b03d0b961367156d3624add0', '374cce1d1bed65ecc67162382e1996eb2d591abd', 205, 'course', 'overviewfiles', 0, '/', 't7.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t7.jpg', 'Admin User', 'allrightsreserved', 1577038516, 1578020687, 0, 16), (1306, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '19feeec40837d92efdeb022cfb8eb3547a2e394b', 205, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038516, 1577038520, 0, NULL), (1309, '47d429bb4a2f862ec2ee33aee7ddfa40aa59791b', 'cd294574a9533930f6a010d5b60bcb7fc64c2478', 206, 'course', 'overviewfiles', 0, '/', 't1.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t1.jpg', 'Admin User', 'allrightsreserved', 1577038613, 1578020687, 0, 10), (1310, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2b4d78f28afd8fb5e2e7d14a1264d2150574e54a', 206, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038613, 1577038617, 0, NULL), (1313, 'f5eac4dee8690b051b89a029970192816d396d24', '52b2d8824384c9829c6fd5b30da77fe23bfda7c6', 207, 'course', 'overviewfiles', 0, '/', 't2.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t2.jpg', 'Admin User', 'allrightsreserved', 1577038664, 1578020687, 0, 11), (1314, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bd852da01f2045c839f11fcb6e55d78bee532f05', 207, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038664, 1577038667, 0, NULL), (1317, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '11d512da19853f3c3e652e84d50926437eb3a3e1', 208, 'course', 'overviewfiles', 0, '/', 't3.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t3.jpg', 'Admin User', 'allrightsreserved', 1577038719, 1578020687, 0, 12), (1318, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '38a5cfc37af120079665ed358a44f5085a0101ef', 208, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038719, 1577038725, 0, NULL), (1321, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '8cb8e9467475ac2d0e617ed59e997180fb72ef9a', 209, 'course', 'overviewfiles', 0, '/', 't4.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t4.jpg', 'Admin User', 'allrightsreserved', 1577038768, 1578020687, 0, 13), (1322, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'dade51d146b71da488701cd67195720444fc4d7f', 209, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038768, 1577038785, 0, NULL), (1325, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'faa643c28a23eb85010c8404493ad0d15b25635e', 210, 'course', 'overviewfiles', 0, '/', 't5.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t5.jpg', 'Admin User', 'allrightsreserved', 1577038828, 1578020687, 0, 14), (1326, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '086dabbd9a4e89420f8167bba467da215d73916b', 210, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038828, 1577038834, 0, NULL), (1329, '5de2f5d3bae98d16d80920b7eeb4171d17b8b1d9', 'b54d58c3cbb95a33201c8623e291277d24198734', 211, 'course', 'overviewfiles', 0, '/', 't6.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t6.jpg', 'Admin User', 'allrightsreserved', 1577038888, 1578020687, 0, 15), (1330, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1ab99d9359d8675478d7cd3cf8f612b289ead52c', 211, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038888, 1577038892, 0, NULL), (1333, '05d4a9d0bcf3aea2b03d0b961367156d3624add0', '82c42b80cd1cb684610a68494105cf187400f5aa', 212, 'course', 'overviewfiles', 0, '/', 't7.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t7.jpg', 'Admin User', 'allrightsreserved', 1577038943, 1578020687, 0, 16), (1334, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '505d7d98695c1e0940d55778da8c306d80e5e322', 212, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577038943, 1577038946, 0, NULL), (1337, '47d429bb4a2f862ec2ee33aee7ddfa40aa59791b', 'a1ff69aff1902ef33df67e12cb1bf00b795d53b8', 213, 'course', 'overviewfiles', 0, '/', 't1.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t1.jpg', 'Admin User', 'allrightsreserved', 1577039635, 1578020687, 0, 10), (1338, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '416d84f6a7d4f20f6228fb48a30208c5de5acfae', 213, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577039635, 1577039639, 0, NULL), (1341, 'f5eac4dee8690b051b89a029970192816d396d24', '764d8cbc9df13baea8f6f5f5c69a3f3f48019041', 214, 'course', 'overviewfiles', 0, '/', 't2.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t2.jpg', 'Admin User', 'allrightsreserved', 1577039674, 1578020687, 0, 11), (1342, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c8afb0dd5f1e6c23768e9f451577f4a47227c967', 214, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577039674, 1577039692, 0, NULL), (1345, '6741b88617a4bb7ab02084be28827ad9618eb2bd', 'dcf4803d4cf79c5a0a5d55faf74010be5c0bf06e', 215, 'course', 'overviewfiles', 0, '/', 't3.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t3.jpg', 'Admin User', 'allrightsreserved', 1577039730, 1578020687, 0, 12), (1346, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'dceb038464e53b333cdbdea66e1d348b7d98855f', 215, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577039730, 1577039733, 0, NULL), (1349, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '3196fca2a652579d19ac3e009870d0d2c742780f', 216, 'course', 'overviewfiles', 0, '/', 't4.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t4.jpg', 'Admin User', 'allrightsreserved', 1577039773, 1578020687, 0, 13), (1350, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8478bea9a37297121e0b2d2d83096f814c914bfe', 216, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577039773, 1577039776, 0, NULL), (1353, '6741b88617a4bb7ab02084be28827ad9618eb2bd', '5aaaf6a30c4ffc3290c26eb53d77318d65765d39', 217, 'course', 'overviewfiles', 0, '/', 't5.jpg', 2, 1665, 'image/jpeg', 0, 'courses/t5.jpg', 'Admin User', 'allrightsreserved', 1577039809, 1578020687, 0, 14), (1354, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '0589d28ea0e4aae2de713bafdbea69dd5e9e6b42', 217, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577039809, 1577039812, 0, NULL), (1357, '5de2f5d3bae98d16d80920b7eeb4171d17b8b1d9', '6608452eb66eef13a38b40c0483a51b354c0b188', 218, 'course', 'overviewfiles', 0, '/', 't6.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t6.jpg', 'Admin User', 'allrightsreserved', 1577039854, 1578020687, 0, 15), (1358, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '00a11258f0b5c25236e9a79d1c2205ebd4efc9c2', 218, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577039854, 1577039858, 0, NULL), (1361, '05d4a9d0bcf3aea2b03d0b961367156d3624add0', '63652b4581a8f392a834ffdbe33b222ac2ebcf84', 219, 'course', 'overviewfiles', 0, '/', 't7.jpg', 2, 4901, 'image/jpeg', 0, 'courses/t7.jpg', 'Admin User', 'allrightsreserved', 1577039933, 1578020687, 0, 16), (1362, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8efa12c431d09b6fa0e0e1b001326488d1298d35', 219, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577039933, 1577039937, 0, NULL), (1441, 'cf53d15b55302807d51b535945c42129ba6e96ef', 'b796d9c7ca81e79340982251e178d739c824577e', 1, 'core', 'preview', 0, '/thumb/', '60a74d9e5849756dc108a435f6305d9bb5f48439', NULL, 12714, 'image/png', 0, NULL, NULL, NULL, 1577054483, 1577054483, 0, NULL), (1446, 'f47dcae6e8cd61e637f5a83d72a55892504f8469', '6b459060ab01bef15493d4115e40d8d182af10ec', 1, 'core', 'preview', 0, '/thumb/', 'a9a2f3b58cdfb561e72fd7cec105931a82f6a262', NULL, 13504, 'image/png', 0, NULL, NULL, NULL, 1577054504, 1577054504, 0, NULL), (1451, 'df98ad84b3925c65403cdc712a5290cad7f9a4ec', 'dabd8a5790587e80d7cfba62482ca687bbb7c7bc', 1, 'core', 'preview', 0, '/thumb/', '9ab9f02d2f469732a9c0ea88a2394f7eff7237b6', NULL, 15077, 'image/png', 0, NULL, NULL, NULL, 1577054526, 1577054526, 0, NULL), (1472, '6137b8e086f3774efff7b56e287c339f08680cf5', '1044e116ad97a5a888c8f3c8c3c62ce449a6308e', 1, 'core', 'preview', 0, '/thumb/', '4f4a390843715e8338c2151420552b5e0ecea34a', NULL, 15113, 'image/png', 0, NULL, NULL, NULL, 1577054550, 1577054550, 0, NULL), (1539, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '5c954b3366d4d8db4e0952a8d9602ecc7379c345', 233, 'block_cocoon_tstmnls', 'slides', 1, '/', '1.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/1.jpg', 'Admin User', 'allrightsreserved', 1577390491, 1578020945, 0, 6), (1540, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '19abb3921b03c1871e69747f8d8b1cec7addf6c1', 233, 'block_cocoon_tstmnls', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577390491, 1577390520, 0, NULL), (1541, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'a1b72beff8124a212a3e6249555cb8313a3e39a5', 233, 'block_cocoon_tstmnls', 'slides', 2, '/', '2.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/2.jpg', 'Admin User', 'allrightsreserved', 1577390500, 1578020945, 0, 7), (1542, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a042488cb02bb678062fce11b467a9e4afdeca63', 233, 'block_cocoon_tstmnls', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577390500, 1577390520, 0, NULL), (1543, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'ff650054033af8f7374dd10f7ece9fc0fb450fac', 233, 'block_cocoon_tstmnls', 'slides', 3, '/', '3.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/3.jpg', 'Admin User', 'allrightsreserved', 1577390508, 1568019962, 0, 8), (1544, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7c80d30d92e2b8420f018e81327a3eff8b72cbc2', 233, 'block_cocoon_tstmnls', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577390508, 1577390520, 0, NULL), (1545, '70265f46c7460d0db6fd3c29974406ce8e40fab2', 'aca2347fb2735c5ddb54aa30b67a345df4873c66', 233, 'block_cocoon_tstmnls', 'slides', 4, '/', '4.jpg', 2, 769, 'image/jpeg', 0, 'testimonial/4.jpg', 'Admin User', 'allrightsreserved', 1577390517, 1568019966, 0, 30), (1546, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9362613cf87f02b767453153e076c9470190a047', 233, 'block_cocoon_tstmnls', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577390517, 1577390520, 0, NULL), (1576, '2ccf9934e6a2f1f6f9f2918c81bb142bc661894d', 'eaa2360b18d1edcdd1fc8550980b029da14b85d3', 1, 'core', 'preview', 0, '/thumb/', '79ce17cdc5023b96adc6318dd8a579173b1e376f', NULL, 13479, 'image/png', 0, NULL, NULL, NULL, 1577391990, 1577391990, 0, NULL), (1577, '79ce17cdc5023b96adc6318dd8a579173b1e376f', '273751eaa87f96ed7e1d67ca1c70bd6e5b17d59a', 234, 'block_cocoon_about_1', 'content', 0, '/', '8.jpg', 2, 39244, 'image/jpeg', 0, 'about/8.jpg', 'Admin User', 'allrightsreserved', 1577391989, 1577391991, 0, 31), (1578, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd095a948b7aec311916dc80e466e92a7e1122591', 234, 'block_cocoon_about_1', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577391989, 1577391991, 0, NULL), (1588, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e3dd3e0c89f62aeda3c11d14d755f8558c874b38', 238, 'block_cocoon_hero_1', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577414055, 1577414055, 0, NULL), (1604, 'aab3796b12e0e03a728e9e1f36492e8b2061b596', '56ff83b28a8e1b329bd21e9b5f1bc30b84328ed7', 1, 'core', 'preview', 0, '/thumb/', '21b2f5ffaf8fddeccb516ba87064253bafac2e84', NULL, 11899, 'image/png', 0, NULL, NULL, NULL, 1577414526, 1577414526, 0, NULL), (1605, '21b2f5ffaf8fddeccb516ba87064253bafac2e84', '0cd4e744aaa29e69898ecb047d694c97ecfa499a', 239, 'block_cocoon_hero_2', 'content', 0, '/', '7.jpg', 2, 211668, 'image/jpeg', 0, 'background/7.jpg', 'Admin User', 'allrightsreserved', 1577414524, 1577414531, 0, 33), (1606, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '32217849afc4629525f36aac491fd88c9748b505', 239, 'block_cocoon_hero_2', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577414524, 1577414531, 0, NULL), (1615, '1aaf8425c961467f3790112bbdac23e034e4beab', '1dcc1aceaa0b976686d5269b633ddd38569fbbe3', 1, 'core', 'preview', 0, '/thumb/', '1f2dff118b0ad5d2a6d24f52bd919bc7a36ff8d2', NULL, 9352, 'image/png', 0, NULL, NULL, NULL, 1577415721, 1577415721, 0, NULL), (1620, '533d5b9d6c48ea329708d41062eaf4091331322a', 'a74df1ca5324eb221489aba214e40d35ea3bcb76', 1, 'core', 'preview', 0, '/thumb/', '08c486457cb4c8cf825ef04569cde29f73ca9538', NULL, 10256, 'image/png', 0, NULL, NULL, NULL, 1577415736, 1577415736, 0, NULL); INSERT INTO `cocoon_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES (1621, 'f09495abbabc202a5b37d3aca20b4ab1d16a212f', '080a8b16cd7fa1ffc5603e5334c290c119aae27b', 240, 'block_cocoon_slider_3', 'slides', 1, '/', '6.jpg', 2, 26545, 'image/jpeg', 0, 'home/6.jpg', 'Admin User', 'allrightsreserved', 1577415707, 1568019990, 0, 34), (1622, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '366ef74378844953d8fce6c22b34f45037b9499d', 240, 'block_cocoon_slider_3', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577415707, 1577415737, 0, NULL), (1623, '1f2dff118b0ad5d2a6d24f52bd919bc7a36ff8d2', '6160f4ea35ccf937ad0e57e2eca273e50485e977', 240, 'block_cocoon_slider_3', 'slides', 2, '/', '7.jpg', 2, 221859, 'image/jpeg', 0, 'home/7.jpg', 'Admin User', 'allrightsreserved', 1577415718, 1568019990, 0, 35), (1624, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'abed0a3632c85ed33844c7a69e8dcd6dd8feaae5', 240, 'block_cocoon_slider_3', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577415718, 1577415737, 0, NULL), (1625, '08c486457cb4c8cf825ef04569cde29f73ca9538', 'd3fd00424902e0f63eec2ba95f4374f48c4de702', 240, 'block_cocoon_slider_3', 'slides', 3, '/', '8.jpg', 2, 164200, 'image/jpeg', 0, 'home/8.jpg', 'Admin User', 'allrightsreserved', 1577415734, 1568019990, 0, 36), (1626, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '493dd6dc520af362efec69a4e8bae27de9690cb8', 240, 'block_cocoon_slider_3', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577415734, 1577415737, 0, NULL), (1640, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd34c274d4f13dbbe05386b5c4fe0a48a5139694a', 243, 'block_cocoon_about_1', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577417215, 1577417215, 0, NULL), (1645, 'c12b130a5bf5940348852d19b338265e9fd5af7b', '715521682cc530aefbf9ce2e33c8188361d964b8', 243, 'block_cocoon_about_1', 'content', 0, '/', '1.jpg', 2, 67183, 'image/jpeg', 0, 'about/1.jpg', 'Admin User', 'allrightsreserved', 1577417215, 1568019988, 0, 37), (1650, 'd15643a308e786af1cec25d39514a09e3367969d', '2dae7dd452a0549508b198568bc7658842bb0e33', 1, 'core', 'preview', 0, '/thumb/', 'e7bce4342412859e0efc17a684586678c293925f', NULL, 9713, 'image/png', 0, NULL, NULL, NULL, 1577417907, 1577417907, 0, NULL), (1652, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a84d7fc00b00ad062d35c0741e51d0a1ea7dabe9', 244, 'block_cocoon_parallax_white', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577417905, 1577417905, 0, NULL), (1657, 'e7bce4342412859e0efc17a684586678c293925f', '28a29a32ccc2f3a7dd1be8783c9196f44073f5fb', 244, 'block_cocoon_parallax_white', 'content', 0, '/', '7.png', 2, 68743, 'image/png', 0, 'about/7.png', 'Admin User', 'allrightsreserved', 1577417905, 1577417941, 0, 38), (1668, '266c239db53a70e5130ab8d259f1fdd60ed2adbb', 'd25d4f9cc26731c8093347c67f69eefa67e0bca8', 245, 'block_cocoon_event_slider', 'slides', 1, '/', '5.jpg', 2, 20123, 'image/jpeg', 0, 'blog/5.jpg', 'Admin User', 'allrightsreserved', 1577463486, 1577463537, 0, 5), (1669, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '85025f4427c352b5954a2ba51dd39212dcf4ff6e', 245, 'block_cocoon_event_slider', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577463486, 1577463537, 0, NULL), (1670, '392eab1ebe1da8fdfb4b52a1a30fb799ce4be35e', '8ac258d6cf01f5bba2f5eb75102eeb24f1d4964c', 245, 'block_cocoon_event_slider', 'slides', 2, '/', '4.jpg', 2, 41310, 'image/jpeg', 0, 'blog/4.jpg', 'Admin User', 'allrightsreserved', 1577463505, 1577463537, 0, 4), (1671, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '83b6c9600cc8af21015f7a16c947167835aee42e', 245, 'block_cocoon_event_slider', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577463505, 1577463537, 0, NULL), (1672, '266c239db53a70e5130ab8d259f1fdd60ed2adbb', '022ec2616d318e9c4fe00d86cd883504f209c874', 245, 'block_cocoon_event_slider', 'slides', 3, '/', '5.jpg', 2, 20123, 'image/jpeg', 0, 'blog/5.jpg', 'Admin User', 'allrightsreserved', 1577463518, 1577463537, 0, 5), (1673, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5448b8f7bc64bbe8d22b3420fc2226213c910821', 245, 'block_cocoon_event_slider', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577463518, 1577463537, 0, NULL), (1674, '392eab1ebe1da8fdfb4b52a1a30fb799ce4be35e', '188de8565583d9975f7ce57fce92305b92c3b5b0', 245, 'block_cocoon_event_slider', 'slides', 4, '/', '4.jpg', 2, 41310, 'image/jpeg', 0, 'blog/4.jpg', 'Admin User', 'allrightsreserved', 1577463533, 1577463537, 0, 4), (1675, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b083683d4f4a25622a17a6e08a5fc8fc72af0b33', 245, 'block_cocoon_event_slider', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577463533, 1577463537, 0, NULL), (1684, '28174ecacac29ef8ee503aec750d7671bbbe469b', 'ce0074454ba885e303f9104d093ca57a232aa5fc', 246, 'block_cocoon_hero_3', 'slides', 1, '/', '5.jpg', 2, 28465, 'image/jpeg', 0, 'home/5.jpg', 'Admin User', 'allrightsreserved', 1577465157, 1568019988, 0, 39), (1685, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4282259741e85f989e4e75c41344e52cb6c597ec', 246, 'block_cocoon_hero_3', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577465157, 1577466020, 0, NULL), (1686, '28174ecacac29ef8ee503aec750d7671bbbe469b', 'cc9a52565455af11f47b69bf34e06cbe9104ca0e', 246, 'block_cocoon_hero_3', 'slides', 2, '/', '4.jpg', 2, 28465, 'image/jpeg', 0, 'home/4.jpg', 'Admin User', 'allrightsreserved', 1577465175, 1568019990, 0, 40), (1687, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8a4a1d0bed1a97d7468e670af00019860d9b8e65', 246, 'block_cocoon_hero_3', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577465175, 1577466020, 0, NULL), (1726, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '5f727c360cf9d335b7c23164a26255ff82f0b858', 247, 'block_cocoon_tablets', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'allrightsreserved', 1577467964, 1578020776, 0, 41), (1727, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c28162483cf46d33d17d45375dfd8a7030ca1ea0', 247, 'block_cocoon_tablets', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577467964, 1577468012, 0, NULL), (1728, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '28e2860a998863e6b129b09e643a956199816665', 247, 'block_cocoon_tablets', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'allrightsreserved', 1577467974, 1578020776, 0, 42), (1729, 'ee3b79ad017da917175f70c9014ab29567285a34', 'f81cf2f2d1499208383af2e60acbd1f25e102653', 247, 'block_cocoon_tablets', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'allrightsreserved', 1577467983, 1578020776, 0, 43), (1730, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', '53ac0c6c33b536c5f600d941dad329fc98188fcc', 247, 'block_cocoon_tablets', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'allrightsreserved', 1577468002, 1578020776, 0, 44), (1735, '932e865cf9e2dae52e70c6ac05592cbfb3908ae1', '70ee786fe1c55f36b2e93b93bf5d2934c5940ba5', 1, 'core', 'preview', 0, '/thumb/', 'ac824d3a7e45de3b6a00435236765f296587b200', NULL, 4963, 'image/png', 0, NULL, NULL, NULL, 1577470589, 1577470589, 0, NULL), (1737, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '51734d228c2d20a5a0c0ac439f1e60c52fcae3a6', 249, 'block_cocoon_parallax', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577470587, 1577470587, 0, NULL), (1743, 'ac824d3a7e45de3b6a00435236765f296587b200', 'd5e3e1632e384d0bb72443b1d1d9d61c8cc2048a', 249, 'block_cocoon_parallax', 'content', 0, '/', '5.jpg', 2, 61016, 'image/jpeg', 0, 'background/5.jpg', 'Admin User', 'allrightsreserved', 1577470587, 1568019986, 0, 45), (1766, 'f393cb06be0085765d2c95eab741721749072708', '90c13424cfb40e50d5108b1a7c55d4904b903a81', 1, 'core', 'preview', 0, '/thumb/', '9ddec168d0771a1f29e6a7308134a8acf2fbc7ac', NULL, 4534, 'image/png', 0, NULL, NULL, NULL, 1577474615, 1577474615, 0, NULL), (1925, '60a74d9e5849756dc108a435f6305d9bb5f48439', 'd8cf07e8c623f0beb2729a1743eaa77ac5544e3a', 251, 'block_cocoon_featured_posts', 'slides', 1, '/', '2a.jpg', 2, 18200, 'image/jpeg', 0, 'blog/2a.jpg', 'Admin User', 'allrightsreserved', 1577484375, 1577484446, 0, 26), (1926, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'fab6a15f4bb23e5ac5555adfebb08f93b146bbce', 251, 'block_cocoon_featured_posts', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577484375, 1577484446, 0, NULL), (1927, 'a9a2f3b58cdfb561e72fd7cec105931a82f6a262', '3c074edbbe5fd70aeb918098046e775e9f5abfbc', 251, 'block_cocoon_featured_posts', 'slides', 2, '/', '3a.jpg', 2, 29820, 'image/jpeg', 0, 'blog/3a.jpg', 'Admin User', 'allrightsreserved', 1577484388, 1568019974, 0, 27), (1928, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd15cccfc8bd6bc44f074ef25bab9481c198df173', 251, 'block_cocoon_featured_posts', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577484388, 1577484446, 0, NULL), (1929, '9ab9f02d2f469732a9c0ea88a2394f7eff7237b6', 'f3102684ef4e166a1ace109048dc2fad0e2ef93f', 251, 'block_cocoon_featured_posts', 'slides', 3, '/', '2.jpg', 2, 52402, 'image/jpeg', 0, 'blog/2.jpg', 'Admin User', 'allrightsreserved', 1577484405, 1568019984, 0, 28), (1930, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '576e521b98eec082c834e33534cac940d0aa1e89', 251, 'block_cocoon_featured_posts', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577484405, 1577484446, 0, NULL), (1931, '4f4a390843715e8338c2151420552b5e0ecea34a', 'e9fabf6fcb40cae4c52878ac29d7ca0fa8aa5baf', 251, 'block_cocoon_featured_posts', 'slides', 4, '/', '3.jpg', 2, 54611, 'image/jpeg', 0, 'blog/3.jpg', 'Admin User', 'allrightsreserved', 1577484421, 1568019984, 0, 29), (1932, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5a55f38f4d85b92757f022efda0ffebf8be875d0', 251, 'block_cocoon_featured_posts', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577484421, 1577484446, 0, NULL), (2013, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '1f0810493f7199cc4eb1b64617ab66abd23bc020', 275, 'block_cocoon_tablets', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'allrightsreserved', 1577566865, 1578020776, 0, 41), (2014, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4db157eb69a484db751a212c300413ad4f99c0a0', 275, 'block_cocoon_tablets', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577566865, 1577566912, 0, NULL), (2015, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', 'ed24a258942c19efdc5e561410ac103931c244d4', 275, 'block_cocoon_tablets', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'allrightsreserved', 1577566874, 1578020776, 0, 42), (2016, 'ee3b79ad017da917175f70c9014ab29567285a34', '321ccee9f2ce8cdbf21d2dced9215af691449eae', 275, 'block_cocoon_tablets', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'allrightsreserved', 1577566882, 1578020776, 0, 43), (2017, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', 'c042f966761673fac565d218124e7181310c030e', 275, 'block_cocoon_tablets', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'allrightsreserved', 1577566891, 1578020776, 0, 44), (2030, 'a0e9fa78e528c573749ae7ef584ce3ee068687d7', '75232bd6754b6f6c34825c5765f84f6a59231041', 1, 'core', 'preview', 0, '/thumb/', '336dc2a4db1290ceb52f187691654c2da83f5daa', NULL, 15125, 'image/png', 0, NULL, NULL, NULL, 1577567326, 1577567326, 0, NULL), (2031, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '61dcb788b9cdcc4801d5785233023e4995586794', 276, 'block_cocoon_tstmnls', 'slides', 1, '/', '1.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/1.jpg', 'Admin User', 'allrightsreserved', 1577567215, 1578020945, 0, 6), (2032, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '15c1940d84878f080dc69f8fa34d1dd9400e2106', 276, 'block_cocoon_tstmnls', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567215, 1577567328, 0, NULL), (2033, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '43a35a0d5c3b1fd758ff1a3d13e5013b6448fc15', 276, 'block_cocoon_tstmnls', 'slides', 2, '/', '2.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/2.jpg', 'Admin User', 'allrightsreserved', 1577567237, 1578020945, 0, 7), (2034, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '37a44e6182d205094a353c8b002cb7b3b1f86955', 276, 'block_cocoon_tstmnls', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567237, 1577567328, 0, NULL), (2035, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '1892ab3939df16cd8909cd80c776c444ff2bbf88', 276, 'block_cocoon_tstmnls', 'slides', 3, '/', '3.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/3.jpg', 'Admin User', 'allrightsreserved', 1577567264, 1568019962, 0, 8), (2036, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '602e5c5a631c22c075b50d6888f336a6720ccb52', 276, 'block_cocoon_tstmnls', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567264, 1577567328, 0, NULL), (2037, '70265f46c7460d0db6fd3c29974406ce8e40fab2', '33eed50cc785fddb03a96db7499bf4046773cb84', 276, 'block_cocoon_tstmnls', 'slides', 4, '/', '4.jpg', 2, 769, 'image/jpeg', 0, 'testimonial/4.jpg', 'Admin User', 'allrightsreserved', 1577567289, 1568019966, 0, 30), (2038, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '374e866a078325288f1570c92125c4fb794ef338', 276, 'block_cocoon_tstmnls', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567289, 1577567328, 0, NULL), (2039, '336dc2a4db1290ceb52f187691654c2da83f5daa', '7404a66d1a1a3998b16fd2a7d8d143b73cddabb2', 276, 'block_cocoon_tstmnls', 'slides', 5, '/', '5.jpg', 2, 3270, 'image/jpeg', 0, 'testimonial/5.jpg', 'Admin User', 'allrightsreserved', 1577567323, 1568019964, 0, 49), (2040, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b3d3a5292906374097053b489d290b1991c52ace', 276, 'block_cocoon_tstmnls', 'slides', 5, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567323, 1577567328, 0, NULL), (2045, '682780368ec9d7eed73d2868983e0ff2ebb93428', '7a1a89af6ace2ad75eae9de4bf8391f8e9522d36', 277, 'block_cocoon_parallax', 'content', 0, '/', '2.jpg', 2, 32662, 'image/jpeg', 0, 'background/2.jpg', 'Admin User', 'allrightsreserved', 1577567424, 1578020611, 0, 50), (2046, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '0267f5ca29919668ca393b7089f76e2b7cd0881f', 277, 'block_cocoon_parallax', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567424, 1577567431, 0, NULL), (2049, '682780368ec9d7eed73d2868983e0ff2ebb93428', 'b4c9f4737bea101b5bbf4307f5f7958968f41215', 118, 'block_cocoon_parallax', 'content', 0, '/', '2.jpg', 2, 32662, 'image/jpeg', 0, 'background/2.jpg', 'Admin User', 'allrightsreserved', 1577567649, 1578020611, 0, 50), (2050, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e77292179d4bbb9790845596a0350aa5dc510c66', 118, 'block_cocoon_parallax', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567649, 1577567654, 0, NULL), (2063, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'ba510b30905aa9949469207c583f04932d46d179', 278, 'block_cocoon_tstmnls', 'slides', 1, '/', '1.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/1.jpg', 'Admin User', 'allrightsreserved', 1577567883, 1578020945, 0, 6), (2064, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a5d21be2fab8be43e40b0e9f1295d3a144c540f2', 278, 'block_cocoon_tstmnls', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567883, 1577567937, 0, NULL), (2065, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '25d1c18cd9ce9f0e56ff8de5ed8bc379eb4c649e', 278, 'block_cocoon_tstmnls', 'slides', 2, '/', '2.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/2.jpg', 'Admin User', 'allrightsreserved', 1577567895, 1578020945, 0, 7), (2066, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '91e93d4dade8f1506705e619c186d1d2f1cfc24b', 278, 'block_cocoon_tstmnls', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567895, 1577567937, 0, NULL), (2067, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '52885dd1c1d0fdc0906e09b9d4e11cc91f97c704', 278, 'block_cocoon_tstmnls', 'slides', 3, '/', '3.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/3.jpg', 'Admin User', 'allrightsreserved', 1577567907, 1568019962, 0, 8), (2068, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9ed846764bb4959484cb9622f71e115fb542b0f5', 278, 'block_cocoon_tstmnls', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567907, 1577567937, 0, NULL), (2069, '70265f46c7460d0db6fd3c29974406ce8e40fab2', '76faa3cbe2a8455b53ccefc39f4ad84f79ef6641', 278, 'block_cocoon_tstmnls', 'slides', 4, '/', '4.jpg', 2, 769, 'image/jpeg', 0, 'testimonial/4.jpg', 'Admin User', 'allrightsreserved', 1577567922, 1577567937, 0, 30), (2070, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5b375af6c2f4480a705673af62a769e17ef61928', 278, 'block_cocoon_tstmnls', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567922, 1577567937, 0, NULL), (2071, '336dc2a4db1290ceb52f187691654c2da83f5daa', '95f8627548ec7f3595e4161f5cea8bb61447408a', 278, 'block_cocoon_tstmnls', 'slides', 5, '/', '5.jpg', 2, 3270, 'image/jpeg', 0, 'testimonial/5.jpg', 'Admin User', 'allrightsreserved', 1577567934, 1577567937, 0, 49), (2072, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ed4eb34efbf3dad10efcfc36dfeea007f3ce25bf', 278, 'block_cocoon_tstmnls', 'slides', 5, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577567934, 1577567937, 0, NULL), (2081, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '641d9b750a3056c62d96c6415d7e4c8b589c1452', 122, 'block_cocoon_partners', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'allrightsreserved', 1577568994, 1578020776, 0, 41), (2082, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bf4505fb070f55af5e9645a94b31abc691f5b2c7', 122, 'block_cocoon_partners', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577568994, 1577569048, 0, NULL), (2083, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', 'a10e8256210d7df9a6e382bd913a0a2ef0f5cf83', 122, 'block_cocoon_partners', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'allrightsreserved', 1577569011, 1578020776, 0, 42), (2084, 'ee3b79ad017da917175f70c9014ab29567285a34', '466c8f090d4041ccbe70b046060b48c39c83bfc4', 122, 'block_cocoon_partners', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'allrightsreserved', 1577569021, 1578020776, 0, 43), (2085, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', '1853644fa979120667d82f9667fede41268452ef', 122, 'block_cocoon_partners', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'allrightsreserved', 1577569032, 1578020776, 0, 44), (2086, 'bc71392c34f330049be2c188e0777fad1550fa4d', 'b678d978e2b2dcaf6d893ca223b153336aec5166', 122, 'block_cocoon_partners', 'content', 0, '/', '5.png', 2, 229, 'image/png', 0, 'partners/5.png', 'Admin User', 'allrightsreserved', 1577569042, 1578020776, 0, 51), (2257, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '7f276d06d2a59806db6030763ef3d8c600525b29', 283, 'block_cocoon_partners', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'allrightsreserved', 1577584654, 1578020776, 0, 41), (2258, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'acdaafc459f03ee87fbe1624f3c9efa075449e9e', 283, 'block_cocoon_partners', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577584654, 1577584705, 0, NULL), (2259, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '57b55cf47b96b89acd8ecd70a393762a5aae136c', 283, 'block_cocoon_partners', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'allrightsreserved', 1577584663, 1578020776, 0, 42), (2260, 'ee3b79ad017da917175f70c9014ab29567285a34', '6313f2755b63ed63a83c340cb978c6b7b690a9ec', 283, 'block_cocoon_partners', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'allrightsreserved', 1577584672, 1578020776, 0, 43), (2261, 'bc71392c34f330049be2c188e0777fad1550fa4d', '5619a771bfe5d88209d862a58f54bb59a23fb324', 283, 'block_cocoon_partners', 'content', 0, '/', '5.png', 2, 229, 'image/png', 0, 'partners/5.png', 'Admin User', 'allrightsreserved', 1577584684, 1578020776, 0, 51), (2262, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', 'c78e2968107bc067ac97c77f7b6aed3f4ae8a0ca', 283, 'block_cocoon_partners', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'allrightsreserved', 1577584694, 1578020776, 0, 44), (2266, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c4bf524299e6550d14952be29dc8c5069b5d0c8e', 286, 'block_cocoon_about_1', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577584893, 1577584893, 0, NULL), (2276, 'c12b130a5bf5940348852d19b338265e9fd5af7b', '0e4f19d60579bca94c7d0ebf204b9324fe523046', 286, 'block_cocoon_about_1', 'content', 0, '/', '1.jpg', 2, 67183, 'image/jpeg', 0, 'about/1.jpg', 'Admin User', 'allrightsreserved', 1577584893, 1577585008, 0, 37), (2303, '833ae0903e0110349c5bc1a587d45968fee78b7e', '55e2d5db12696d846b38ca8f396ac480256ab0f8', 1, 'core', 'preview', 0, '/thumb/', '92ee1d7e0e0f445dff4bd14261ebbffeb87e5ea9', NULL, 17026, 'image/png', 0, NULL, NULL, NULL, 1577619581, 1577619581, 0, NULL), (2308, 'fbc11c6dadd2064fa7c097f914473d4eaa41c8b8', '0f319e7a5c94a501253ff5eac1aab0c17d24189a', 1, 'core', 'preview', 0, '/thumb/', '58d3ffb8f1fd4d7b15277df68d4c2a4183883415', NULL, 17515, 'image/png', 0, NULL, NULL, NULL, 1577619597, 1577619597, 0, NULL), (2313, '6ca7878d12ad51c053bd80e8d5d3bc3631474c98', '1b4a93a32e684f13aa08c50abb41e51a9160e738', 1, 'core', 'preview', 0, '/thumb/', 'a1acc4f466a9344d061a3edf699b97aa4daf270f', NULL, 17446, 'image/png', 0, NULL, NULL, NULL, 1577619613, 1577619613, 0, NULL), (2318, '96e796fd4727bcf222a3447189cb6b8addd04c23', '5328029ce7d9c6e24f5bd48e11b616265f264d40', 1, 'core', 'preview', 0, '/thumb/', 'f11850bcccb3cdb8d98cc47ec291c31742c20280', NULL, 17905, 'image/png', 0, NULL, NULL, NULL, 1577619626, 1577619626, 0, NULL), (2319, '92ee1d7e0e0f445dff4bd14261ebbffeb87e5ea9', 'da54ed99493a6da5916bae0f01e99c17793edc49', 287, 'block_cocoon_pills', 'slides', 1, '/', '1.jpg', 2, 33079, 'image/jpeg', 0, 'service/1.jpg', 'Admin User', 'allrightsreserved', 1577619579, 1577619632, 0, 52), (2320, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4287079b540e35bddb9df0b578cba787dd6170ff', 287, 'block_cocoon_pills', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577619579, 1577619632, 0, NULL), (2321, '58d3ffb8f1fd4d7b15277df68d4c2a4183883415', '1f3ef5a5ead495566be006b6ee13d9517f7dca9d', 287, 'block_cocoon_pills', 'slides', 2, '/', '2.jpg', 2, 26389, 'image/jpeg', 0, 'service/2.jpg', 'Admin User', 'allrightsreserved', 1577619595, 1577619632, 0, 53), (2322, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'cf3a500e334e1037956f2b11af7d48b83580584c', 287, 'block_cocoon_pills', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577619595, 1577619632, 0, NULL), (2323, 'a1acc4f466a9344d061a3edf699b97aa4daf270f', 'd2a67e5919c64c092ca97b0b94ba8c3367cbc886', 287, 'block_cocoon_pills', 'slides', 3, '/', '3.jpg', 2, 35746, 'image/jpeg', 0, 'service/3.jpg', 'Admin User', 'allrightsreserved', 1577619612, 1577619632, 0, 54), (2324, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd38af20a309ad378d506e56b130416db8b688173', 287, 'block_cocoon_pills', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577619612, 1577619632, 0, NULL), (2325, 'f11850bcccb3cdb8d98cc47ec291c31742c20280', '2b4ed88bc2931a4062370dd69abbcf2c1b3f011e', 287, 'block_cocoon_pills', 'slides', 4, '/', '4.jpg', 2, 36599, 'image/jpeg', 0, 'service/4.jpg', 'Admin User', 'allrightsreserved', 1577619623, 1577619632, 0, 55), (2326, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '770bea1380a809e97e828d6223bcc1a3c1007f7b', 287, 'block_cocoon_pills', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577619623, 1577619632, 0, NULL), (2329, '9ddec168d0771a1f29e6a7308134a8acf2fbc7ac', 'bee2dcfdd8ac4ab98de47ec9e59fd40a977f21ef', 293, 'block_cocoon_programs', 'slides', 1, '/', 'icon1.png', 2, 1325, 'image/png', 0, 'about/icon1.png', 'Admin User', 'allrightsreserved', 1577622118, 1568019962, 0, 48), (2330, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a9edd400bfaf6761769fc295bc8247a545106045', 293, 'block_cocoon_programs', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577622119, 1577622414, 0, NULL), (2337, '0d34d034e0aa3b0ef017183f3d425e3991cdadd9', '6024c453abd796b4cd00ed2e947a0a6e9e66b201', 1, 'core', 'preview', 0, '/thumb/', '6829615bba8393b4f0bdd8e12101ec397906e84f', NULL, 7107, 'image/png', 0, NULL, NULL, NULL, 1577622239, 1577622239, 0, NULL), (2342, '6c92d4701468e23fb1a9d313d7ccea73b8bf247a', 'abafac1af32e6c3fb87dac60e3ec94e894e552ad', 1, 'core', 'preview', 0, '/thumb/', '82d7c593ad9e2b07b6c4bd8a867544938bcae123', NULL, 7599, 'image/png', 0, NULL, NULL, NULL, 1577622250, 1577622250, 0, NULL), (2347, '06e49f3286ed1eb07a226c0679d9da3f13b8dfa4', '3e71e3fdd432edf5e58b6e9a17402f9396a7ac46', 1, 'core', 'preview', 0, '/thumb/', '4f5a82c1ae2e0618c63dd78b4286892247518076', NULL, 7803, 'image/png', 0, NULL, NULL, NULL, 1577622263, 1577622263, 0, NULL), (2348, '6829615bba8393b4f0bdd8e12101ec397906e84f', 'c414380aff544efeaef04e23f7ad9bd25569d58d', 293, 'block_cocoon_programs', 'slides', 2, '/', 'icon2.png', 2, 1996, 'image/png', 0, 'about/icon2.png', 'Admin User', 'allrightsreserved', 1577622237, 1568019962, 0, 56), (2349, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '6e8cba40ca11b6939cc8729b2aa3f96fa16b5fd6', 293, 'block_cocoon_programs', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577622237, 1577622414, 0, NULL), (2350, '82d7c593ad9e2b07b6c4bd8a867544938bcae123', '5fd6b154435077262bd8a990d5bd4a66aedb44d2', 293, 'block_cocoon_programs', 'slides', 3, '/', 'icon3.png', 2, 2270, 'image/png', 0, 'about/icon3.png', 'Admin User', 'allrightsreserved', 1577622249, 1568019962, 0, 57), (2351, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5b6d1f79afb7c7a294fc4b19dfacd9323c13b257', 293, 'block_cocoon_programs', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577622249, 1577622414, 0, NULL), (2352, '4f5a82c1ae2e0618c63dd78b4286892247518076', 'be4893fcaa9b44001c2dd1c8cb06e1c669a1c62f', 293, 'block_cocoon_programs', 'slides', 4, '/', 'icon4.png', 2, 2331, 'image/png', 0, 'about/icon4.png', 'Admin User', 'allrightsreserved', 1577622261, 1568019962, 0, 58), (2353, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7049f5640bae8ed3444c7aa631d402e805d3f1d0', 293, 'block_cocoon_programs', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577622261, 1577622414, 0, NULL), (2372, 'daa66ce3a95981395bda127b0331c59d5ff42d7a', '4fa1a703f32cead0ae66f0a2d11aa3d97181f698', 293, 'block_cocoon_programs', 'slides', 0, '/', '1.png', 2, 97531, 'image/png', 0, 'about/1.png', 'Admin User', 'allrightsreserved', 1577622430, 1577622433, 0, 46), (2373, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7c638e0a0f057845d6bf0ea23fbf501e22aadb50', 293, 'block_cocoon_programs', 'slides', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577622430, 1577622433, 0, NULL), (2394, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'd0217bce0ceff4e67065feed9ab471acec6f86c0', 294, 'block_cocoon_tstmnls', 'slides', 1, '/', '1.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/1.jpg', 'Admin User', 'allrightsreserved', 1577623332, 1578020945, 0, 6), (2395, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5b6c86734b3afd78d9a6d815fbe0a8c09bbc84ce', 294, 'block_cocoon_tstmnls', 'slides', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577623332, 1577623405, 0, NULL), (2396, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '1f731905559af300950421bb25693b7c985e0a5e', 294, 'block_cocoon_tstmnls', 'slides', 2, '/', '2.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/2.jpg', 'Admin User', 'allrightsreserved', 1577623348, 1578020945, 0, 7), (2397, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '23894bd33c7b857f1606d15741e326b0141600ad', 294, 'block_cocoon_tstmnls', 'slides', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577623348, 1577623405, 0, NULL), (2398, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'a0e67dc8b2b384c83979e7f8a6b3d76bec7c4723', 294, 'block_cocoon_tstmnls', 'slides', 3, '/', '3.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/3.jpg', 'Admin User', 'allrightsreserved', 1577623360, 1577623387, 0, 8), (2399, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8f86a2739d09937820dac29f26b7b46005bd2044', 294, 'block_cocoon_tstmnls', 'slides', 3, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577623360, 1577623405, 0, NULL), (2400, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '88df90e5a8fa9c1ce7cf4d84c6054541a83f8dd7', 294, 'block_cocoon_tstmnls', 'slides', 4, '/', '1.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/1.jpg', 'Admin User', 'allrightsreserved', 1577623373, 1578020945, 0, 6), (2401, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ad5e11c70cb896b5caaf2930da79dc9833052986', 294, 'block_cocoon_tstmnls', 'slides', 4, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577623373, 1577623405, 0, NULL), (2402, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', '0ddf4eb292aa95128cb40c43e014c2e3c2f87c0f', 294, 'block_cocoon_tstmnls', 'slides', 5, '/', '2.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/2.jpg', 'Admin User', 'allrightsreserved', 1577623385, 1578020945, 0, 7), (2403, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '669f076df8767525f295c6b366f6e54b20b6bafe', 294, 'block_cocoon_tstmnls', 'slides', 5, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577623385, 1577623405, 0, NULL), (2422, '6c27665a657d7048f1a05f74faa78c386a0863d3', 'bd3ced273b82bb70f5191230f9e9d6f013d9cf71', 1, 'core', 'preview', 0, '/thumb/', 'c41d42e343dfe9e513a64f95739ffcb9dac5fe61', NULL, 9922, 'image/png', 0, NULL, NULL, NULL, 1577627316, 1577627316, 0, NULL), (2423, 'c41d42e343dfe9e513a64f95739ffcb9dac5fe61', 'cd8c7e5b2de1a45ea4ac9add7744ae38a3a7baad', 300, 'block_cocoon_featured_event', 'content', 0, '/', 'el1.jpg', 2, 52419, 'image/jpeg', 0, 'blog/el1.jpg', 'Admin User', 'allrightsreserved', 1577627308, 1577627319, 0, 59), (2424, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8214fc735e39905ab621f479dc5291e0aa60c9f2', 300, 'block_cocoon_featured_event', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577627308, 1577627319, 0, NULL), (2431, '0fbaa0274dda4c2b99288d9703c69f08e0fbd26c', '4941fec4a3978bbfaedd059b2577235908a4f92c', 1, 'core', 'preview', 0, '/thumb/', 'b6337c6ec6e9bd7acaa4950ad11c98254cb35c06', NULL, 14088, 'image/png', 0, NULL, NULL, NULL, 1577627384, 1577627384, 0, NULL), (2432, 'b6337c6ec6e9bd7acaa4950ad11c98254cb35c06', '91e432aa08d4ebfa801eae7330bc13d43d8f4d40', 301, 'block_cocoon_featured_event', 'content', 0, '/', 'el2.jpg', 2, 104873, 'image/jpeg', 0, 'blog/el2.jpg', 'Admin User', 'allrightsreserved', 1577627382, 1577627385, 0, 60), (2433, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '0ed72d6efcbec487bc8da2294515c44465171a18', 301, 'block_cocoon_featured_event', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577627382, 1577627385, 0, NULL), (2438, '43847047684f18a61bf1518cf89c2c1d1c97c0e7', '76c251c3054ee04b9e2eee0f0ac6f6253998951a', 1, 'core', 'preview', 0, '/thumb/', '58aea98776c163de788847efa6017e4f0b0eeb16', NULL, 12354, 'image/png', 0, NULL, NULL, NULL, 1577627435, 1577627435, 0, NULL), (2439, '58aea98776c163de788847efa6017e4f0b0eeb16', '45493e596a3cdc95b9f5f54fec2657f58cb22172', 302, 'block_cocoon_featured_event', 'content', 0, '/', 'el3.jpg', 2, 32456, 'image/jpeg', 0, 'blog/el3.jpg', 'Admin User', 'allrightsreserved', 1577627434, 1577627439, 0, 61), (2440, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '6dd74f985b940aca6e9aa13713da9ddaf4e52964', 302, 'block_cocoon_featured_event', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577627434, 1577627439, 0, NULL), (2445, '3b58e2277e7bad90a23682577a2c774ae40e9f2e', 'ac7adaa4d5593831d18608688fd01cbc52413c6d', 1, 'core', 'preview', 0, '/thumb/', '3363ac884082f615c410d37916c5a96947b7d87d', NULL, 12569, 'image/png', 0, NULL, NULL, NULL, 1577627470, 1577627470, 0, NULL), (2446, '3363ac884082f615c410d37916c5a96947b7d87d', '3ed178bd63a5a4988fd7a05104dc8e3410faca7b', 303, 'block_cocoon_featured_event', 'content', 0, '/', 'el4.jpg', 2, 29859, 'image/jpeg', 0, 'blog/el4.jpg', 'Admin User', 'allrightsreserved', 1577627468, 1577627476, 0, 62), (2447, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '52455e35bc0205030317a17252114324ef74e877', 303, 'block_cocoon_featured_event', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577627468, 1577627476, 0, NULL), (2452, 'ac1f3b7cb49bac19a4c19881d276252f15534598', '05c27154365b74088ce9be65dddcc20de631d009', 310, 'block_cocoon_event_body', 'content', 0, '/', '12.jpg', 2, 8561, 'image/jpeg', 0, 'blog/12.jpg', 'Admin User', 'allrightsreserved', 1577631403, 1568019986, 0, 63), (2453, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e0dabc1779d16f3fd2e900be5eb05e233d93a58d', 310, 'block_cocoon_event_body', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577631403, 1577631412, 0, NULL), (2550, '34ae68994cfc9be19e20352eaecad75403220eed', '6ba6ea89bf51cd8d52f9febe4bc426da783e9cf8', 1, 'core', 'preview', 0, '/tinyicon/', 'b86387da9abaa0be9a3d27fa3d611b9319944bfa', NULL, 882, 'image/png', 0, NULL, NULL, NULL, 1577719083, 1577719083, 0, NULL), (2551, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ab101fa6f3b2950a1981dcefd153fd11d65ca6a0', 1, 'core', 'preview', 0, '/tinyicon/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1577719083, 1577719083, 0, NULL), (2581, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'cea1d5e449ebacb265536b19b0079cb9b0f552b9', 314, 'block_cocoon_parallax_apps', 'images', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577721834, 1577730081, 0, NULL), (2583, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '404771444a0cad859f8d7d50eb17b796a5a279fb', 314, 'block_cocoon_parallax_apps', 'images', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577721848, 1577730081, 0, NULL), (2584, 'b86387da9abaa0be9a3d27fa3d611b9319944bfa', '0ea0f2fa609de766a2e5c1932c5492ec2d3cae5d', 314, 'block_cocoon_parallax_apps', 'images', 1, '/', '3.jpg', 2, 641995, 'image/jpeg', 0, 'background/3.jpg', 'Admin User', 'allrightsreserved', 1577721832, 1568019992, 0, 65), (2585, 'b9da69dc65bc7309533ed73231c23c4376b941a0', 'a14bdb1c9d909be1f6f5d870fc589c223d6e0e52', 314, 'block_cocoon_parallax_apps', 'images', 2, '/', 'phone_home.png', 2, 5454, 'image/png', 0, 'resource/phone_home.png', 'Admin User', 'allrightsreserved', 1577721848, 1568019990, 0, 66), (2618, '7b1676c116c645f8b94e9e46672783aa45c57d03', 'df6502dbf58a296945b87b28a2cb2a341ef74978', 315, 'block_cocoon_course_intro', 'content', 0, '/', '4.png', 2, 11382, 'image/png', 0, 'team/4.png', 'Admin User', 'allrightsreserved', 1577827192, 1568019970, 0, 18), (2619, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4e15d0bd6e1e62fa1dcf374a0bbb65067aab7bfb', 315, 'block_cocoon_course_intro', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577827192, 1577827194, 0, NULL), (2622, '7b1676c116c645f8b94e9e46672783aa45c57d03', 'efd186e211199d5ef63c852e6d890548746d04f7', 162, 'block_cocoon_course_intro', 'content', 0, '/', '4.png', 2, 11382, 'image/png', 0, 'team/4.png', 'Admin User', 'allrightsreserved', 1576964581, 1577827283, 0, 18), (2625, '7b1676c116c645f8b94e9e46672783aa45c57d03', 'f6d638ff5f57eaccdd94b2ba4b109812a418ce6d', 316, 'block_cocoon_course_intro', 'content', 0, '/', '4.png', 2, 11382, 'image/png', 0, 'team/4.png', 'Admin User', 'allrightsreserved', 1577827323, 1577827334, 0, 18), (2626, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'cf60f961f3b55ea93c7db3da43bcd30c22a2392a', 316, 'block_cocoon_course_intro', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577827323, 1577827334, 0, NULL), (2629, 'c41d42e343dfe9e513a64f95739ffcb9dac5fe61', '8c767adc0c5ea8e47e3ab5ec5c2695b56afd56b5', 1, 'theme_edumy', 'calendar_event_image', 0, '/', 'el1.jpg', 2, 52419, 'image/jpeg', 0, 'blog/el1.jpg', 'Admin User', 'allrightsreserved', 1577830432, 1577830437, 0, NULL), (2630, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ef9afca67b2de5c6dbcaf5bd06332e3058fdb3c9', 1, 'theme_edumy', 'calendar_event_image', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577830432, 1577830437, 0, NULL), (2635, 'c41d42e343dfe9e513a64f95739ffcb9dac5fe61', 'a369deab09bbc00e3fa3d774589301626619033b', 1, 'theme_edumy', 'calendareventimage', 0, '/', 'el1.jpg', 2, 52419, 'image/jpeg', 0, 'blog/el1.jpg', 'Admin User', 'allrightsreserved', 1577830810, 1577830814, 0, NULL), (2636, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7bd1e93758e8d977c038bd37594e8c2465ad15f6', 1, 'theme_edumy', 'calendareventimage', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577830810, 1577830814, 0, NULL), (2647, 'b86387da9abaa0be9a3d27fa3d611b9319944bfa', 'd14b1fbaf2f6045d08ace15c6c4476e86b0b4566', 317, 'block_cocoon_parallax_apps', 'images', 1, '/', '3.jpg', 2, 641995, 'image/jpeg', 0, 'background/3.jpg', 'Admin User', 'allrightsreserved', 1577898671, 1577898688, 0, 65), (2648, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '45fdd5d1c332e0ad96737bf01c6b54de9785b93a', 317, 'block_cocoon_parallax_apps', 'images', 1, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577898671, 1577898706, 0, NULL), (2649, 'b9da69dc65bc7309533ed73231c23c4376b941a0', 'cb3b817cb211e84c4d84dc254784ce1c247d2831', 317, 'block_cocoon_parallax_apps', 'images', 2, '/', 'phone_home.png', 2, 5454, 'image/png', 0, 'resource/phone_home.png', 'Admin User', 'allrightsreserved', 1577898685, 1577898688, 0, 66), (2650, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b1e9ca921366245650631e0d2c98bb3991f9dc2f', 317, 'block_cocoon_parallax_apps', 'images', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577898685, 1577898706, 0, NULL), (2684, 'ac1f3b7cb49bac19a4c19881d276252f15534598', '04d426e9500fdf18d9cda276eb69f3ee941c3981', 1, 'blog', 'attachment', 4, '/', '12.jpg', 2, 8561, 'image/jpeg', 0, 'blog/12.jpg', 'Admin User', 'allrightsreserved', 1577917775, 1577917777, 0, 63), (2692, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9bb5e0b9d9b2eca7eee6725293725d868974abe7', 1, 'theme_edumy', 'headerlogo1', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577918470, 1601489991, 0, NULL), (2701, 'fc3ebcd548360f0a78ab1d6651c75d228b719d0d', '553478991a587811f319d2b4e93374f9be84247b', 1, 'core', 'preview', 0, '/thumb/', 'f95f12234987119452839e677194ad72d182ba9d', NULL, 3738, 'image/png', 0, NULL, NULL, NULL, 1577918793, 1577918793, 0, NULL), (2702, 'f95f12234987119452839e677194ad72d182ba9d', 'b254901c02a3c1af8fe6223f0f1eafbd6a5bec06', 1, 'theme_edumy', 'headerlogo2', 0, '/', 'header-logo2.png', 2, 1940, 'image/png', 0, '/header-logo2.png', 'Admin User', 'allrightsreserved', 1577918792, 1577918797, 0, NULL), (2703, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8082be716041562176f47b4b3af3c403051b74a5', 1, 'theme_edumy', 'headerlogo2', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577918792, 1601489991, 0, NULL), (2715, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1e2f85863097f05897e3ddab761816457a19aed7', 1, 'theme_edumy', 'footerlogo1', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1577919773, 1601489991, 0, NULL), (2967, '9fd8f14b7ed30b92dd8bb2938de75c25a58f5b44', '43682d887f83828271b808f932f1d0c012c77bab', 1, 'core', 'preview', 0, '/thumb/', '682780368ec9d7eed73d2868983e0ff2ebb93428', NULL, 322, 'image/png', 0, NULL, NULL, NULL, 1578021136, 1578021136, 0, NULL), (2968, '682780368ec9d7eed73d2868983e0ff2ebb93428', '929f0938fceed81891fbfc7277cb7b1c65441c41', 89, 'block_cocoon_parallax', 'content', 0, '/', '2.jpg', 2, 32662, 'image/jpeg', 0, 'background/2.jpg', 'Admin User', 'allrightsreserved', 1578021134, 1578020611, 0, 50), (2988, '8cd20cd7626d60018973d1b034d89a578203146a', 'd9c83ba7b64dbc4ef18ad4e6ac9e05d56624c3ab', 1, 'core', 'preview', 0, '/thumb/', 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', NULL, 291, 'image/png', 0, NULL, NULL, NULL, 1578021202, 1578021202, 0, NULL), (2993, 'def9f801732ec2bf99fed3a5f9a8e04a4f16ba96', 'b0b7e7d5eb1ca13ba93941758c0a693f9157735f', 1, 'core', 'preview', 0, '/thumb/', 'ee3b79ad017da917175f70c9014ab29567285a34', NULL, 280, 'image/png', 0, NULL, NULL, NULL, 1578021219, 1578021219, 0, NULL), (2996, '9678c9a01449b37fb445751c15b3beacace50a72', '5180b056c3fe87e4722b33f96f7762de61a078a8', 1, 'core', 'preview', 0, '/thumb/', 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', NULL, 344, 'image/png', 0, NULL, NULL, NULL, 1578021238, 1578021238, 0, NULL), (2999, '5c9e5aa144d04926de391abaecc1071aff0c238e', '780688bab821739998d3c69dc59835ca38d2cebc', 1, 'core', 'preview', 0, '/thumb/', 'bc71392c34f330049be2c188e0777fad1550fa4d', NULL, 289, 'image/png', 0, NULL, NULL, NULL, 1578021261, 1578021261, 0, NULL), (3000, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '8899a24d24f1548ca3a705c121ecfbd84571d8a3', 90, 'block_cocoon_partners', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'allrightsreserved', 1578021200, 1578020776, 0, 41), (3001, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '9872ab83a257342b05aa0b0e54caf27c6286bbf3', 90, 'block_cocoon_partners', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'allrightsreserved', 1578021208, 1578020776, 0, 42), (3002, 'ee3b79ad017da917175f70c9014ab29567285a34', '5ef5365250622a992d3883e2912fa9bd7722f97f', 90, 'block_cocoon_partners', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'allrightsreserved', 1578021218, 1578020776, 0, 43), (3003, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', 'e7103637e1ca7a3887f74b403acaa2cf75159da3', 90, 'block_cocoon_partners', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'allrightsreserved', 1578021237, 1578020776, 0, 44), (3004, 'bc71392c34f330049be2c188e0777fad1550fa4d', '327058508cd95d0b23ad7f37a5baabdd7f160380', 90, 'block_cocoon_partners', 'content', 0, '/', '5.png', 2, 229, 'image/png', 0, 'partners/5.png', 'Admin User', 'allrightsreserved', 1578021260, 1578020776, 0, 51), (3026, '5ae8cda35001a0c450561eff9b4c7efe7c7396f8', 'e65f3282a3b854548e6097a55f7228f94bcb3093', 1, 'core', 'preview', 0, '/thumb/', '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', NULL, 483, 'image/png', 0, NULL, NULL, NULL, 1578021315, 1578021315, 0, NULL), (3050, '6abca2a97913d9afc8442fc94ae27954f41c47ac', '6f666efa22baab773f42aef487a87a43f2f174db', 1, 'core', 'preview', 0, '/thumb/', '70265f46c7460d0db6fd3c29974406ce8e40fab2', NULL, 382, 'image/png', 0, NULL, NULL, NULL, 1578021408, 1578021408, 0, NULL), (3051, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'a3438bc6833dd7bced235c583cca26c4cff533c3', 125, 'block_cocoon_tstmnls', 'slides', 1, '/', '1.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/1.jpg', 'Admin User', 'allrightsreserved', 1578021313, 1578021410, 0, 6), (3052, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'e700ec2fd58fbaaf95fe5019f6394f38eb7c4a3e', 125, 'block_cocoon_tstmnls', 'slides', 2, '/', '2.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/2.jpg', 'Admin User', 'allrightsreserved', 1578021340, 1578021410, 0, 7), (3053, '9666a33a32a3f51129a5f3a4dae9aa8525ab5a25', 'dff02c17a1339d720cc654f8ee77333c83bb4c47', 125, 'block_cocoon_tstmnls', 'slides', 3, '/', '3.jpg', 2, 725, 'image/jpeg', 0, 'testimonial/3.jpg', 'Admin User', 'allrightsreserved', 1578021382, 1578021410, 0, 8), (3054, '70265f46c7460d0db6fd3c29974406ce8e40fab2', '692af24a3936abfdfb3e8d051e4a241080a660c8', 125, 'block_cocoon_tstmnls', 'slides', 4, '/', '4.jpg', 2, 769, 'image/jpeg', 0, 'testimonial/4.jpg', 'Admin User', 'allrightsreserved', 1578021406, 1578021410, 0, 30), (3074, '9fd8f14b7ed30b92dd8bb2938de75c25a58f5b44', '1c7faa1fd50018ecb88325087a1ed6de6c44c3ed', 1, 'core', 'preview', 0, '/thumb/', 'b5e0a8badaea24a4317d9a69cc64c7ce7061eaba', NULL, 322, 'image/png', 0, NULL, NULL, NULL, 1578021607, 1578021607, 0, NULL), (3081, 'b5e0a8badaea24a4317d9a69cc64c7ce7061eaba', 'bc16429bf24fde61e0308e46709a9ea8636a4ef6', 126, 'block_cocoon_slider_1', 'slides', 1, '/', '1.jpg', 2, 29425, 'image/jpeg', 0, 'home/1.jpg', 'Admin User', 'allrightsreserved', 1578021603, 1578020751, 0, 67), (3082, 'b5e0a8badaea24a4317d9a69cc64c7ce7061eaba', '13bf3e7c413496af39d6750744765ef51e8a578f', 126, 'block_cocoon_slider_1', 'slides', 2, '/', '2.jpg', 2, 29425, 'image/jpeg', 0, 'home/2.jpg', 'Admin User', 'allrightsreserved', 1578021639, 1578020751, 0, 68), (3083, 'b5e0a8badaea24a4317d9a69cc64c7ce7061eaba', 'd1268d97fa671f4426b082e7fc2028d734a5a351', 126, 'block_cocoon_slider_1', 'slides', 3, '/', '3.jpg', 2, 29425, 'image/jpeg', 0, 'home/3.jpg', 'Admin User', 'allrightsreserved', 1578021655, 1578020751, 0, 69), (3092, 'd5828cb4d8d8c59471ecfb8102744ca4170b6385', '8296e1352d481bb6e3eb179e0380d6739d906dfc', 1, 'core', 'preview', 0, '/thumb/', '28174ecacac29ef8ee503aec750d7671bbbe469b', NULL, 368, 'image/png', 0, NULL, NULL, NULL, 1578021755, 1578021755, 0, NULL), (3097, 'f4c09cb590c54f1aa3b3382dd9e8d53ee89b1630', '670888b0816321e505ed81fb7e874829641f98d6', 1, 'core', 'preview', 0, '/thumb/', 'f09495abbabc202a5b37d3aca20b4ab1d16a212f', NULL, 311, 'image/png', 0, NULL, NULL, NULL, 1578021794, 1578021794, 0, NULL), (3098, '28174ecacac29ef8ee503aec750d7671bbbe469b', 'cdf2e651c4e25a42c47d610a7d1bebfc911eebcf', 127, 'block_cocoon_slider_2', 'slides', 1, '/', '4.jpg', 2, 28465, 'image/jpeg', 0, 'home/4.jpg', 'Admin User', 'allrightsreserved', 1578021752, 1578021796, 0, 40), (3099, '28174ecacac29ef8ee503aec750d7671bbbe469b', '13bac6a89fa23f48fa3a28e4cd2dde4e4cd0f76a', 127, 'block_cocoon_slider_2', 'slides', 2, '/', '5.jpg', 2, 28465, 'image/jpeg', 0, 'home/5.jpg', 'Admin User', 'allrightsreserved', 1578021774, 1578021796, 0, 39), (3100, 'f09495abbabc202a5b37d3aca20b4ab1d16a212f', '14db6a5eca385d7f793f5cabf41a5da8a2b7f6ef', 127, 'block_cocoon_slider_2', 'slides', 3, '/', '6.jpg', 2, 26545, 'image/jpeg', 0, 'home/6.jpg', 'Admin User', 'allrightsreserved', 1578021792, 1578021796, 0, 34), (3106, '682780368ec9d7eed73d2868983e0ff2ebb93428', 'd50d0c3bf457a3cdfe29f452cd0deb0c63f31147', 105, 'block_cocoon_parallax_counters', 'content', 0, '/', '2.jpg', 2, 32662, 'image/jpeg', 0, 'background/2.jpg', 'Admin User', 'allrightsreserved', 1578021853, 1578020611, 0, 50), (3113, '4f798f710bf3aef3f0f1ead54325915e84c2da53', '60537275e7ca9a779b951ccedad4030962519ce5', 1, 'core', 'preview', 0, '/thumb/', '65343649a29cf7fb2dff8e7443ece10c26b06e55', NULL, 324, 'image/png', 0, NULL, NULL, NULL, 1578021917, 1578021917, 0, NULL), (3114, '65343649a29cf7fb2dff8e7443ece10c26b06e55', 'fa6d1c7611a9382e02f86d3b06cac8303993047b', 238, 'block_cocoon_hero_1', 'content', 0, '/', '6.jpg', 2, 30865, 'image/jpeg', 0, 'background/6.jpg', 'Admin User', 'allrightsreserved', 1577414055, 1578021930, 0, 32), (3122, '682780368ec9d7eed73d2868983e0ff2ebb93428', 'f21a42775e324c507515714abd3ad5d4d69f9ee3', 99, 'block_cocoon_parallax_counters', 'content', 0, '/', '2.jpg', 2, 32662, 'image/jpeg', 0, 'background/2.jpg', 'Admin User', 'allrightsreserved', 1578022181, 1578020611, 0, 50), (3146, '1488caf3ac28257fe9157b68fd4c83f1ad430f4c', 'de4d66ef54941ad4315f234f44f5fab0a59cf029', 1, 'core', 'preview', 0, '/thumb/', 'b78c9e913408172af8fe3533147d0382e7867a14', NULL, 435, 'image/png', 0, NULL, NULL, NULL, 1578022268, 1578022268, 0, NULL), (3153, 'b78c9e913408172af8fe3533147d0382e7867a14', '3dcc4a5780489dd91be11e319282b6a2483c42cd', 98, 'block_cocoon_gallery_slider', 'content', 0, '/', '2.jpg', 2, 5617, 'image/jpeg', 0, 'about/2.jpg', 'Admin User', 'allrightsreserved', 1578022266, 1578022287, 0, 70), (3154, 'b78c9e913408172af8fe3533147d0382e7867a14', '280df73f77d5e2f4c25e5bfb56465ef37c08f514', 98, 'block_cocoon_gallery_slider', 'content', 0, '/', '3.jpg', 2, 5617, 'image/jpeg', 0, 'about/3.jpg', 'Admin User', 'allrightsreserved', 1578022274, 1578022287, 0, 71), (3155, 'b78c9e913408172af8fe3533147d0382e7867a14', 'a84871733a9fde3dd43058b571cb5271faaafa25', 98, 'block_cocoon_gallery_slider', 'content', 0, '/', '4.jpg', 2, 5617, 'image/jpeg', 0, 'about/4.jpg', 'Admin User', 'allrightsreserved', 1578022283, 1578022287, 0, 72), (3178, 'b78c9e913408172af8fe3533147d0382e7867a14', '71f60222ae8f99a2f84c6824d11726ce09c022b0', 102, 'block_cocoon_gallery_slider', 'content', 0, '/', '5.jpg', 2, 5617, 'image/jpeg', 0, 'about/5.jpg', 'Admin User', 'allrightsreserved', 1578022364, 1578022396, 0, 73), (3179, 'b78c9e913408172af8fe3533147d0382e7867a14', 'c58b518a753b848370c5a49026848ee6cb13c125', 102, 'block_cocoon_gallery_slider', 'content', 0, '/', '6.jpg', 2, 5617, 'image/jpeg', 0, 'about/6.jpg', 'Admin User', 'allrightsreserved', 1578022380, 1578022396, 0, 74), (3180, 'b78c9e913408172af8fe3533147d0382e7867a14', '9038882fe445abf2d354f032729eccfe111b612e', 102, 'block_cocoon_gallery_slider', 'content', 0, '/', '7.jpg', 2, 5617, 'image/jpeg', 0, 'about/7.jpg', 'Admin User', 'allrightsreserved', 1578022392, 1578022396, 0, 75), (3188, '682780368ec9d7eed73d2868983e0ff2ebb93428', '5b265a8eae0fe54d5c863b460fe1cf6e6176745a', 88, 'block_cocoon_parallax', 'content', 0, '/', '2.jpg', 2, 32662, 'image/jpeg', 0, 'background/2.jpg', 'Admin User', 'allrightsreserved', 1578022546, 1578022549, 0, 50), (3203, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '2e1cd13cc9be5e4ff2331507ef71e3f06081d252', 87, 'block_cocoon_partners', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'allrightsreserved', 1578022594, 1578020776, 0, 41), (3204, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '61f52eab1ba7129572735b034650f1c03111f135', 87, 'block_cocoon_partners', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'allrightsreserved', 1578022602, 1578020776, 0, 42), (3205, 'ee3b79ad017da917175f70c9014ab29567285a34', '5417aa498211d467c93ecf6629f02ba94f570472', 87, 'block_cocoon_partners', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'allrightsreserved', 1578022612, 1578020776, 0, 43), (3206, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', 'fbb889ea9aac4b15de4ab79302e06c20722611a7', 87, 'block_cocoon_partners', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'allrightsreserved', 1578022621, 1578020776, 0, 44), (3251, 'd3d494e7d2f40523761815fe95894c732dd77ea8', 'a6f892e3ffd4980eb361a4a97d02ad2775bec12b', 1, 'core', 'preview', 0, '/thumb/', 'e0e933ba0760ba96bbdb8d5dc9e1d616725b553b', NULL, 381, 'image/png', 0, NULL, NULL, NULL, 1578022719, 1578022719, 0, NULL), (3255, 'd3d494e7d2f40523761815fe95894c732dd77ea8', 'baa79c44a29921fb05f30cf950c7550b50a37c50', 1, 'core', 'preview', 0, '/thumb/', '28bf1f866b9d1d446c8081f0d423aaa1f8678e69', NULL, 381, 'image/png', 0, NULL, NULL, NULL, 1578022731, 1578022731, 0, NULL); INSERT INTO `cocoon_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES (3259, 'd3d494e7d2f40523761815fe95894c732dd77ea8', 'a5e7ed6e6f6817a3b4bc7724e6765ff99771e256', 1, 'core', 'preview', 0, '/thumb/', '41d2c9fb278b8184b7ba68e42185ad2dd14e324c', NULL, 381, 'image/png', 0, NULL, NULL, NULL, 1578022740, 1578022740, 0, NULL), (3263, 'd3d494e7d2f40523761815fe95894c732dd77ea8', '5c7255ce1d8b38027a9b39ee2298680d04698970', 1, 'core', 'preview', 0, '/thumb/', '7d751feced0be3efd44f5a3335c6b3ef12026896', NULL, 381, 'image/png', 0, NULL, NULL, NULL, 1578022748, 1578022748, 0, NULL), (3267, 'd3d494e7d2f40523761815fe95894c732dd77ea8', '4f636637b92a5a41c781a0fde3935177c0813ae0', 1, 'core', 'preview', 0, '/thumb/', '350be10ae155eb986c85b0fbe397359574524bd9', NULL, 381, 'image/png', 0, NULL, NULL, NULL, 1578022756, 1578022756, 0, NULL), (3271, 'd3d494e7d2f40523761815fe95894c732dd77ea8', '63eb9336818610ff4ad740d3e63711e554367735', 1, 'core', 'preview', 0, '/thumb/', '7493837b608ce44846e50255b4d9d4daf9168911', NULL, 381, 'image/png', 0, NULL, NULL, NULL, 1578022765, 1578022765, 0, NULL), (3275, 'd3d494e7d2f40523761815fe95894c732dd77ea8', '0788a8c5ffd39153c796ed97b722620533a07cf1', 1, 'core', 'preview', 0, '/thumb/', '14cb057ad8801451d43425c1b7fef48a48cad405', NULL, 381, 'image/png', 0, NULL, NULL, NULL, 1578022772, 1578022772, 0, NULL), (3279, 'd3d494e7d2f40523761815fe95894c732dd77ea8', 'de474d00527d577b2c78a5e61a5d3e17d357f755', 1, 'core', 'preview', 0, '/thumb/', '63d0c950557a5d516558739b5a8f3209d9e1b5bc', NULL, 381, 'image/png', 0, NULL, NULL, NULL, 1578022780, 1578022780, 0, NULL), (3280, 'e0e933ba0760ba96bbdb8d5dc9e1d616725b553b', '6a3e6dc23f8a46f7c92233b7637044bfaabea1ad', 84, 'block_cocoon_gallery', 'content', 0, '/', '1.jpg', 2, 5381, 'image/jpeg', 0, 'gallery/1.jpg', 'Admin User', 'allrightsreserved', 1578022717, 1578022780, 0, 76), (3281, '28bf1f866b9d1d446c8081f0d423aaa1f8678e69', '87b8a2d6e773c7ef32e01df7cbede760e16d7eda', 84, 'block_cocoon_gallery', 'content', 0, '/', '2.jpg', 2, 5381, 'image/jpeg', 0, 'gallery/2.jpg', 'Admin User', 'allrightsreserved', 1578022728, 1578022780, 0, 77), (3282, '41d2c9fb278b8184b7ba68e42185ad2dd14e324c', 'df2c807dea460fc7e229b4c93e00b31350f015f4', 84, 'block_cocoon_gallery', 'content', 0, '/', '3.jpg', 2, 5381, 'image/jpeg', 0, 'gallery/3.jpg', 'Admin User', 'allrightsreserved', 1578022738, 1578022780, 0, 78), (3283, '7d751feced0be3efd44f5a3335c6b3ef12026896', 'ee18e8218166e12e0d6de8e7aa7954bb49ade698', 84, 'block_cocoon_gallery', 'content', 0, '/', '4.jpg', 2, 5381, 'image/jpeg', 0, 'gallery/4.jpg', 'Admin User', 'allrightsreserved', 1578022747, 1578022780, 0, 79), (3284, '350be10ae155eb986c85b0fbe397359574524bd9', '63a6fb1663f47a56f870cc3840a6b8dfe623b4f8', 84, 'block_cocoon_gallery', 'content', 0, '/', '5.jpg', 2, 5381, 'image/jpeg', 0, 'gallery/5.jpg', 'Admin User', 'allrightsreserved', 1578022754, 1578022780, 0, 80), (3285, '7493837b608ce44846e50255b4d9d4daf9168911', '8c6c4a178cd49d0789c02520c774ba0398a90427', 84, 'block_cocoon_gallery', 'content', 0, '/', '6.jpg', 2, 5381, 'image/jpeg', 0, 'gallery/6.jpg', 'Admin User', 'allrightsreserved', 1578022762, 1578022780, 0, 81), (3286, '14cb057ad8801451d43425c1b7fef48a48cad405', '2742bfea3c260cf9a5358804da3fcbdfd924bc2a', 84, 'block_cocoon_gallery', 'content', 0, '/', '7.jpg', 2, 5381, 'image/jpeg', 0, 'gallery/7.jpg', 'Admin User', 'allrightsreserved', 1578022770, 1578022780, 0, 82), (3287, '63d0c950557a5d516558739b5a8f3209d9e1b5bc', 'd34ec52847acc1a5c83479095371d122aa915ef0', 84, 'block_cocoon_gallery', 'content', 0, '/', '8.jpg', 2, 5381, 'image/jpeg', 0, 'gallery/8.jpg', 'Admin User', 'allrightsreserved', 1578022777, 1578022780, 0, 83), (3325, '9fd8f14b7ed30b92dd8bb2938de75c25a58f5b44', '7caf331ed045b99e8ad32e60e39bae168f7931bd', 1, 'core', 'preview', 0, '/thumb/', 'ac1f3b7cb49bac19a4c19881d276252f15534598', NULL, 322, 'image/png', 0, NULL, NULL, NULL, 1578023107, 1578023107, 0, NULL), (3326, 'ac1f3b7cb49bac19a4c19881d276252f15534598', '51c264a61da91312ef6adb3e1370f84d3dd285db', 1, 'blog', 'attachment', 2, '/', '13.jpg', 2, 8561, 'image/jpeg', 0, 'blog/13.jpg', 'Admin User', 'allrightsreserved', 1578023106, 1578023112, 0, 84), (3329, 'ac1f3b7cb49bac19a4c19881d276252f15534598', 'f619504e72cbacb1619cde49a3cccbce4d3e856f', 1, 'blog', 'attachment', 1, '/', '12.jpg', 2, 8561, 'image/jpeg', 0, 'blog/12.jpg', 'Admin User', 'allrightsreserved', 1578023136, 1578023141, 0, 63), (3382, '6abca2a97913d9afc8442fc94ae27954f41c47ac', '9756ca75f1d284bd8c4974aaad1dfdc474df10c9', 1, 'core', 'preview', 0, '/thumb/', '6a008f704a38bffc474a8daae37da1a8f293b564', NULL, 382, 'image/png', 0, NULL, NULL, NULL, 1578024085, 1578024085, 0, NULL), (3429, 'a7740f80e5203c46916930bce57a4ab74889bce2', '1424514a1fb2a9aabdc1a94bf3af44757bf0e743', 223, 'user', 'icon', 0, '/', 'f1.png', NULL, 442, 'image/png', 0, NULL, NULL, NULL, 1578024355, 1578024355, 0, NULL), (3430, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e1f4272a056dfe35d671cc5879223788829d8407', 223, 'user', 'icon', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1578024355, 1578024355, 0, NULL), (3431, '3edd12855e56cab9230a50ed185594a6cee634b7', '79a7ce031affa24d3c3bf8854e2935b2143ec81f', 223, 'user', 'icon', 0, '/', 'f2.png', NULL, 162, 'image/png', 0, NULL, NULL, NULL, 1578024355, 1578024355, 0, NULL), (3432, '346f61a2a28be485f4ad6c9830fa6e0e970f3ea9', 'bd6f72070b2f45f3a45bff4b9d2240fffe509e9e', 223, 'user', 'icon', 0, '/', 'f3.png', NULL, 5645, 'image/png', 0, NULL, NULL, NULL, 1578024355, 1578024355, 0, NULL), (3437, 'a7740f80e5203c46916930bce57a4ab74889bce2', 'fcae36812b7c1240b790130e500d27d0302a962a', 220, 'user', 'icon', 0, '/', 'f1.png', NULL, 442, 'image/png', 0, NULL, NULL, NULL, 1578024387, 1578024387, 0, NULL), (3438, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8e37519f1127464f65e937fbf1aed4c1aaa51b3e', 220, 'user', 'icon', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1578024387, 1578024387, 0, NULL), (3439, '3edd12855e56cab9230a50ed185594a6cee634b7', 'd24881edd3da2b3c405e09b07420e2dbb505b3b8', 220, 'user', 'icon', 0, '/', 'f2.png', NULL, 162, 'image/png', 0, NULL, NULL, NULL, 1578024387, 1578024387, 0, NULL), (3440, '346f61a2a28be485f4ad6c9830fa6e0e970f3ea9', 'bb3c8435b046d3d49db43ce5693d3a00fbabe9bd', 220, 'user', 'icon', 0, '/', 'f3.png', NULL, 5645, 'image/png', 0, NULL, NULL, NULL, 1578024387, 1578024387, 0, NULL), (3445, 'a7740f80e5203c46916930bce57a4ab74889bce2', '3611771ea80bf7bda559e14d8ce1da1e79587abb', 221, 'user', 'icon', 0, '/', 'f1.png', NULL, 442, 'image/png', 0, NULL, NULL, NULL, 1578024413, 1578024413, 0, NULL), (3446, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8ef81968286eecc7d149b3f1be22c8d9c79bde07', 221, 'user', 'icon', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1578024413, 1578024413, 0, NULL), (3447, '3edd12855e56cab9230a50ed185594a6cee634b7', '85e1e8edd015d181529b3a13784b780ecc6334de', 221, 'user', 'icon', 0, '/', 'f2.png', NULL, 162, 'image/png', 0, NULL, NULL, NULL, 1578024413, 1578024413, 0, NULL), (3448, '346f61a2a28be485f4ad6c9830fa6e0e970f3ea9', '026c6d008126eb07543607b942f36cbd281d1fc8', 221, 'user', 'icon', 0, '/', 'f3.png', NULL, 5645, 'image/png', 0, NULL, NULL, NULL, 1578024413, 1578024413, 0, NULL), (3459, 'a7740f80e5203c46916930bce57a4ab74889bce2', '6f59022022c1e3e2b065110c35d8c90f3c89b9d3', 224, 'user', 'icon', 0, '/', 'f1.png', NULL, 442, 'image/png', 0, NULL, NULL, NULL, 1578024441, 1578024441, 0, NULL), (3460, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '41de58076fa66830977b443ed48fda7b547b8bc9', 224, 'user', 'icon', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1578024441, 1578024441, 0, NULL), (3461, '3edd12855e56cab9230a50ed185594a6cee634b7', '4904318738b1e7f06afca4aabfd38b38cafac0f0', 224, 'user', 'icon', 0, '/', 'f2.png', NULL, 162, 'image/png', 0, NULL, NULL, NULL, 1578024441, 1578024441, 0, NULL), (3462, '346f61a2a28be485f4ad6c9830fa6e0e970f3ea9', 'f9fe102ab7d74b163e4e706627e2216b5ddc3d7a', 224, 'user', 'icon', 0, '/', 'f3.png', NULL, 5645, 'image/png', 0, NULL, NULL, NULL, 1578024441, 1578024441, 0, NULL), (3569, '82974187eb5ca7af3250655d5968d35555d1c245', 'f4fb6afc2b40c3960e5895cb6cdea18ee1041a4c', 1, 'theme_edumy', 'headerlogo1', 0, '/', 'header-logo.png', 2, 1022, 'image/png', 0, '/header-logo.png', 'Admin User', 'unknown', 1601465743, 1601465762, 0, NULL), (3570, '82974187eb5ca7af3250655d5968d35555d1c245', '1150af84284fa50ff0c54e61ae286e45e0767658', 1, 'theme_edumy', 'footerlogo1', 0, '/', 'header-logo.png', 2, 1022, 'image/png', 0, '/header-logo.png', 'Admin User', 'unknown', 1601465756, 1601465762, 0, NULL), (3625, 'cbe2e13b1e66cae656e5e2128d986f76759a99cf', 'ddb720966319826b535ccd7e4abca5662990529c', 1, 'core', 'preview', 0, '/tinyicon/', 'b9da69dc65bc7309533ed73231c23c4376b941a0', NULL, 146, 'image/png', 0, NULL, NULL, NULL, 1601486474, 1601486474, 0, NULL), (3626, 'b9da69dc65bc7309533ed73231c23c4376b941a0', '5bf53d029d4fcc21a39043d636b268640b5b0c4f', 378, 'block_cocoon_parallax_apps', 'images', 2, '/', 'phone_home.png', 2, 5454, 'image/png', 0, 'resource/phone_home.png', 'Admin User', 'unknown', 1601486474, 1601486477, 0, 66), (3627, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'dde9d4b588a90af149767a21f9b57dbcae23c07e', 378, 'block_cocoon_parallax_apps', 'images', 2, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1601486474, 1601486477, 0, NULL), (3656, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '3f5cbd41b78290b125d6b4ab259eb752e1617258', 379, 'block_cocoon_partners', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'unknown', 1601488532, 1578020776, 0, 41), (3657, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2bf19da8c7c64b6990023b9f128d06f9eebd0f85', 379, 'block_cocoon_partners', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1601488532, 1601488565, 0, NULL), (3658, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '2fb034e2dc7dbf57971b38614845a341e158c016', 379, 'block_cocoon_partners', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'unknown', 1601488540, 1578020776, 0, 42), (3659, 'ee3b79ad017da917175f70c9014ab29567285a34', 'd1551403ae3facd629f50a2ff598ac313beba743', 379, 'block_cocoon_partners', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'unknown', 1601488548, 1578020776, 0, 43), (3660, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', 'da76a3da71bc9ec61340bba9613993ebbd7f48b3', 379, 'block_cocoon_partners', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'unknown', 1601488556, 1578020776, 0, 44), (3661, 'bc71392c34f330049be2c188e0777fad1550fa4d', 'd37142b829300289d68d7a18e3cdf639fc76e22e', 379, 'block_cocoon_partners', 'content', 0, '/', '5.png', 2, 229, 'image/png', 0, 'partners/5.png', 'Admin User', 'unknown', 1601488563, 1578020776, 0, 51), (3674, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '48d6737db11af6e779e13416294ce9a506f93498', 402, 'block_cocoon_partners', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'unknown', 1601488595, 1578020776, 0, 41), (3675, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '3e7ef4b94f7ec4e4867ed5d4ea6f805b3ef5692f', 402, 'block_cocoon_partners', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1601488595, 1601488624, 0, NULL), (3676, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '5611fe5319a6b1aff242a4c37ef2fd27a3f04472', 402, 'block_cocoon_partners', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'unknown', 1601488602, 1578020776, 0, 42), (3677, 'ee3b79ad017da917175f70c9014ab29567285a34', '580d22db14fbc4ca1b8452bb7d917e9043877dc4', 402, 'block_cocoon_partners', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'unknown', 1601488609, 1578020776, 0, 43), (3678, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', 'e3a4820558f4d83d04af6184c6e8f544214feab5', 402, 'block_cocoon_partners', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'unknown', 1601488615, 1578020776, 0, 44), (3679, 'bc71392c34f330049be2c188e0777fad1550fa4d', '396312da614ea3bbac9a9c8de68cf37b2f42f4b8', 402, 'block_cocoon_partners', 'content', 0, '/', '5.png', 2, 229, 'image/png', 0, 'partners/5.png', 'Admin User', 'unknown', 1601488622, 1578020776, 0, 51), (3692, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', 'f6ae29ad553b20e55dcc84f64849615a5cc74c16', 411, 'block_cocoon_partners', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'unknown', 1601488646, 1578020776, 0, 41), (3693, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b0ed6628e2cb2ec9d23fc58f269e38fd95d3c661', 411, 'block_cocoon_partners', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1601488646, 1601488669, 0, NULL), (3694, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '3b3d67b7bdc59a8cc07df535f4669deb20953d20', 411, 'block_cocoon_partners', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'unknown', 1601488651, 1578020776, 0, 42), (3695, 'ee3b79ad017da917175f70c9014ab29567285a34', '30fb84689539c4a247317aa41eb304f579f2fc39', 411, 'block_cocoon_partners', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'unknown', 1601488656, 1578020776, 0, 43), (3696, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', '2a365c908628e31681446fb27ba672060229144d', 411, 'block_cocoon_partners', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'unknown', 1601488662, 1578020776, 0, 44), (3697, 'bc71392c34f330049be2c188e0777fad1550fa4d', 'f03eb4c83fe3ec2eb201d70db1d013369301d15b', 411, 'block_cocoon_partners', 'content', 0, '/', '5.png', 2, 229, 'image/png', 0, 'partners/5.png', 'Admin User', 'unknown', 1601488668, 1578020776, 0, 51), (3736, '6abca2a97913d9afc8442fc94ae27954f41c47ac', '5a8183908e84c66c10b13034aa903ac93424db1f', 1, 'core', 'preview', 0, '/thumb/', 'a7740f80e5203c46916930bce57a4ab74889bce2', NULL, 382, 'image/png', 0, NULL, NULL, NULL, 1601490205, 1601490205, 0, NULL), (3739, 'a7740f80e5203c46916930bce57a4ab74889bce2', '568839001d39285a104035b517d51b33bc54a7e4', 222, 'user', 'icon', 0, '/', 'f1.png', NULL, 442, 'image/png', 0, NULL, NULL, NULL, 1601490208, 1601490208, 0, NULL), (3740, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4ce5c9712d8128aab5bcdc10acc0c510c9c16253', 222, 'user', 'icon', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1601490208, 1601490208, 0, NULL), (3741, '3edd12855e56cab9230a50ed185594a6cee634b7', '8551f71e5ded017ce3f0620ff8686e84673eb1db', 222, 'user', 'icon', 0, '/', 'f2.png', NULL, 162, 'image/png', 0, NULL, NULL, NULL, 1601490208, 1601490208, 0, NULL), (3742, '346f61a2a28be485f4ad6c9830fa6e0e970f3ea9', '0515c3296c34ab6e58cb454d0a09f310b429151a', 222, 'user', 'icon', 0, '/', 'f3.png', NULL, 5645, 'image/png', 0, NULL, NULL, NULL, 1601490208, 1601490208, 0, NULL), (3771, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '911c4e1d69963d51cfd8365e7e58b318f9e638bd', 5, 'user', 'draft', 326633711, '/', '1.png', 2, 166, 'image/png', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:14:\"partners/1.png\";}', 'Admin User', 'unknown', 1612046088, 1578020776, 0, 41), (3772, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '89469835ef12f122dcb843bff13ad12f4d558596', 5, 'user', 'draft', 326633711, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1612046088, 1612046088, 0, NULL), (3800, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', 'd15bdfb73d66d98d4d82373df840d1a5a23db7b5', 5, 'user', 'draft', 326633711, '/', '2.png', 2, 166, 'image/png', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:14:\"partners/2.png\";}', 'Admin User', 'unknown', 1612046097, 1578020776, 0, 42), (3803, 'ee3b79ad017da917175f70c9014ab29567285a34', '307816480c4c5c9f283bebd392beef91123df612', 5, 'user', 'draft', 326633711, '/', '3.png', 2, 158, 'image/png', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:14:\"partners/3.png\";}', 'Admin User', 'unknown', 1612046103, 1578020776, 0, 43), (3806, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', 'c20d795e769b6e66da60c6aeff68bca4e885d0e8', 5, 'user', 'draft', 326633711, '/', '4.png', 2, 139, 'image/png', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:14:\"partners/4.png\";}', 'Admin User', 'unknown', 1612046111, 1578020776, 0, 44), (3809, 'bc71392c34f330049be2c188e0777fad1550fa4d', '73e33e558e516e4a109ab4efde0eeb9eaa015f50', 5, 'user', 'draft', 326633711, '/', '5.png', 2, 229, 'image/png', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:14:\"partners/5.png\";}', 'Admin User', 'unknown', 1612046118, 1578020776, 0, 51), (3810, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '966ef791843a5bb0c5f7eed0b9f4d2f33a1eac68', 450, 'block_cocoon_partners', 'content', 0, '/', '1.png', 2, 166, 'image/png', 0, 'partners/1.png', 'Admin User', 'unknown', 1612046088, 1612046121, 0, 41), (3811, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5d3180d0ab546b99327fc8bd4fba824488fc68cd', 450, 'block_cocoon_partners', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1612046088, 1612046121, 0, NULL), (3812, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '1760908022650587af5d0e3f2bf89f4bba7e4d9b', 450, 'block_cocoon_partners', 'content', 0, '/', '2.png', 2, 166, 'image/png', 0, 'partners/2.png', 'Admin User', 'unknown', 1612046097, 1612046121, 0, 42), (3813, 'ee3b79ad017da917175f70c9014ab29567285a34', '633fea2884ba32966adffc0ca8ace6195b3749b5', 450, 'block_cocoon_partners', 'content', 0, '/', '3.png', 2, 158, 'image/png', 0, 'partners/3.png', 'Admin User', 'unknown', 1612046103, 1612046121, 0, 43), (3814, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', '06ab4e4a0f7188ea78ee79634617be519693ac62', 450, 'block_cocoon_partners', 'content', 0, '/', '4.png', 2, 139, 'image/png', 0, 'partners/4.png', 'Admin User', 'unknown', 1612046111, 1612046121, 0, 44), (3815, 'bc71392c34f330049be2c188e0777fad1550fa4d', '43743091107486a0fbde57ff3b005b61ec92706f', 450, 'block_cocoon_partners', 'content', 0, '/', '5.png', 2, 229, 'image/png', 0, 'partners/5.png', 'Admin User', 'unknown', 1612046118, 1612046121, 0, 51), (3816, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', '1cbc620f30b5ab12cff290db687456d4d018419f', 5, 'user', 'draft', 1188186, '/', '1.png', 2, 166, 'image/png', 0, 'O:8:\"stdClass\":2:{s:6:\"source\";s:14:\"partners/1.png\";s:8:\"original\";s:228:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aTo0NTA7czo5OiJjb21wb25lbnQiO3M6MjE6ImJsb2NrX2NvY29vbl9wYXJ0bmVycyI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImNvbnRlbnQiO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czo1OiIxLnBuZyI7fQ==\";}', 'Admin User', 'unknown', 1612046088, 1612046121, 0, 41), (3817, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '224d583073c0e1abf377d802eaa01e179bcc7b4f', 5, 'user', 'draft', 1188186, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1612046121, 1612046121, 0, NULL), (3818, 'f7d42671445ba11d6ab4b7cd0358da4f532b6ec3', 'da8eb845460b3190938c94d04d36fa547c95c17a', 5, 'user', 'draft', 1188186, '/', '2.png', 2, 166, 'image/png', 0, 'O:8:\"stdClass\":2:{s:6:\"source\";s:14:\"partners/2.png\";s:8:\"original\";s:228:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aTo0NTA7czo5OiJjb21wb25lbnQiO3M6MjE6ImJsb2NrX2NvY29vbl9wYXJ0bmVycyI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImNvbnRlbnQiO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czo1OiIyLnBuZyI7fQ==\";}', 'Admin User', 'unknown', 1612046097, 1612046121, 0, 42), (3819, 'ee3b79ad017da917175f70c9014ab29567285a34', 'cd2c86ec72fff287db5dbde4c8ef3e1103767cf8', 5, 'user', 'draft', 1188186, '/', '3.png', 2, 158, 'image/png', 0, 'O:8:\"stdClass\":2:{s:6:\"source\";s:14:\"partners/3.png\";s:8:\"original\";s:228:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aTo0NTA7czo5OiJjb21wb25lbnQiO3M6MjE6ImJsb2NrX2NvY29vbl9wYXJ0bmVycyI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImNvbnRlbnQiO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czo1OiIzLnBuZyI7fQ==\";}', 'Admin User', 'unknown', 1612046103, 1612046121, 0, 43), (3820, 'a7e1db918a1d96cfdee2929a27a0efbe5e6ecf5b', 'dd58acdbd7bf9334e4564f9c0b1e933f735b423a', 5, 'user', 'draft', 1188186, '/', '4.png', 2, 139, 'image/png', 0, 'O:8:\"stdClass\":2:{s:6:\"source\";s:14:\"partners/4.png\";s:8:\"original\";s:228:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aTo0NTA7czo5OiJjb21wb25lbnQiO3M6MjE6ImJsb2NrX2NvY29vbl9wYXJ0bmVycyI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImNvbnRlbnQiO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czo1OiI0LnBuZyI7fQ==\";}', 'Admin User', 'unknown', 1612046111, 1612046121, 0, 44), (3821, 'bc71392c34f330049be2c188e0777fad1550fa4d', 'd1fd392e319e4ef96c58590e458fc1b336a01cfc', 5, 'user', 'draft', 1188186, '/', '5.png', 2, 229, 'image/png', 0, 'O:8:\"stdClass\":2:{s:6:\"source\";s:14:\"partners/5.png\";s:8:\"original\";s:228:\"YTo2OntzOjk6ImNvbnRleHRpZCI7aTo0NTA7czo5OiJjb21wb25lbnQiO3M6MjE6ImJsb2NrX2NvY29vbl9wYXJ0bmVycyI7czo2OiJpdGVtaWQiO2k6MDtzOjg6ImZpbGVhcmVhIjtzOjc6ImNvbnRlbnQiO3M6ODoiZmlsZXBhdGgiO3M6MToiLyI7czo4OiJmaWxlbmFtZSI7czo1OiI1LnBuZyI7fQ==\";}', 'Admin User', 'unknown', 1612046118, 1612046121, 0, 51), (3823, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a5b5759d18b676a692c4a0382fb0ebc3c0768576', 1, 'core_h5p', 'library_sources', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046715, 1612046715, 0, NULL), (3824, 'b06b5c8f67fd632cdc62a33b62ae4f74194131b3', '41680fdab472c45e5ca6f4f1654895d56a2e5d69', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', 'fontawesome-webfont.svg', NULL, 365616, 'image/svg+xml', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3825, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '56178ff85cd31c58d868552b7301dbe01fa24c8c', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3826, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8bca203021aa09ca18174e18029a87a9f7fb07ea', 1, 'core_h5p', 'libraries', 1, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3827, '42c179eef588854b5ec151bcf6a3f58aa8b79b11', '6274fdfe6691e0ccd9ca4c1eadc049bf823bb66e', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', 'FontAwesome.otf', NULL, 109688, 'document/unknown', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3828, '7d4ae573efb74117cffcd645bfeaf1a5c47f2f0f', '8baf925bf318cf793cfc0d350e0674e8884c4653', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', 'h5p-font-awesome.min.css', NULL, 27420, 'text/css', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3829, '638c652d623280a58144f93e7b552c66d1667a11', '02d9edad8b866c1b7a955e39e8d0bd6bc9dd7da4', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', 'fontawesome-webfont.woff2', NULL, 66624, 'application/octet-stream', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3830, '81f03a8f024fdef0889f286ca8a0f6a7dbef744b', '9dcd9bbe860b4d9d0307865b1e13e52d57a1b00b', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', 'library.json', NULL, 290, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3831, '6484f1af6b485d5096b71b344e67f4164c33dd1f', 'a889bde43d5a98e8bf35e822109e07b2c116fe8d', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', 'fontawesome-webfont.ttf', NULL, 142072, 'document/unknown', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3832, '4a313eb93b959cc4154c684b915b0a31ddb68d84', 'ac5401f6eff55ae1c975edb860b023544e422191', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', 'fontawesome-webfont.woff', NULL, 83588, 'application/octet-stream', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3833, '986eed8dca049714e43eeebcb3932741a4bec76d', 'b696370de254ec70a539fd4d0040c16fc4519b55', 1, 'core_h5p', 'libraries', 1, '/FontAwesome-4.5/', 'fontawesome-webfont.eot', NULL, 70807, 'document/unknown', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3834, 'ffe248cae4f4d96e6eba785f4a40e1b9e6c77bcd', '1df53b0a597d9220af5729fa31d70a1efe07e5cc', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/', 'icon.svg', NULL, 2453, 'image/svg+xml', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3835, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '85d683fa9ceb72ac4c9dd6cfd604474411d20125', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3836, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'aa8de241385cb92312c65ef431e575525a259cb6', 1, 'core_h5p', 'libraries', 2, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3837, 'ae11f1ed4fd3094bc4998fb29c5576d4b639d699', '0c872f99d96b2e9503ac1f84a1f6abd71558fa6b', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'tr.json', NULL, 818, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3838, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '13121e93ed236c2e34012650a876ee1ac0a2d01b', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3839, '0f1d4711c0ebab10961826140044842b906d4080', '34d056cc767e9b3c055f55eef1c258f03e176400', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'sl.json', NULL, 803, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3840, 'cc4d898ec287129dc4427216ac373b59fa687860', '252b9e8c00c6c56ffd66555b898646c9d96b31ea', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'hu.json', NULL, 768, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3841, '7e4a6caa45c496ebae438afc99939276d349beba', 'f37a7834b9306c7fd16182e1231166c2d2bfb775', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'nl.json', NULL, 845, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3842, 'bc01bfbb21bcf9902f987f8a2ae6a0d965280ffa', 'df78a238d9297742f6eb25fcf5dc35682053ec8c', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'ja.json', NULL, 899, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3843, 'bf10b5cc2ac916418600b40f9af5881b4be80188', 'ae71d7dd286bec8a73d6ed7b25b8d0973c8db464', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'de.json', NULL, 887, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3844, '2adfcf23159810997c515190f9627439e7663a0f', '8a5f5185a76b906a5398de95daedc7ebde142593', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'ru.json', NULL, 1202, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3845, 'cc4d898ec287129dc4427216ac373b59fa687860', '169571da6f3186ae2ca98aae21b548013527e17a', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'pl.json', NULL, 768, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3846, '797953fdad675d206c07e71a551e9ad3be544832', 'd32ba20cc44ec453e337423236fde2d4731acdab', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'uk.json', NULL, 1198, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3847, '862d4d80102492c78c9a1c9ca560981fd03dd071', '43d70f7f2fab28588eed5c6acf2afda4282f707a', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'fi.json', NULL, 780, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3848, '3a5eb47fa1dc53bf3f0a8d3f35a790f8b3822bb2', '34cb4401f28fe6b2cefffad965bed95fbed05b7d', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'sme.json', NULL, 784, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3849, '2f8710abd8fccfb0942755e17d44c539dc54be36', '78ad84c8a0aeb9fa6b731f6e38256dd16d61e7b8', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'zh-cn.json', NULL, 764, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3850, '8d5da2402f301954e42d7380c4ddaf88dbba3522', 'e552498f9fbec7ffc96d165c99b5c480796016f5', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'pt.json', NULL, 810, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3851, '51bb6ec4b14315932239ac4883a681504b201cc2', '5fc860dc8bd554751a4761633e8515b104a84cde', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'it.json', NULL, 891, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3852, 'cc4d898ec287129dc4427216ac373b59fa687860', '547d0cb75da4677ecc087e6c64b424c03bb542a5', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'sr.json', NULL, 768, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3853, '133d290df0a57241608919950938bf0763f67ff4', '478db2e15a736010d65f5c92beab74438f0668a5', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'et.json', NULL, 774, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3854, 'cc4d898ec287129dc4427216ac373b59fa687860', '3e2d74488cba7ce4799138343fb1ebb4bfbd84cf', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'bs.json', NULL, 768, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3855, '66e00da17d6780075b0d3b05b5659ca9689d2659', '4b08d098c855b677f499c2a3119ed947da18b87d', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'zh-hans.json', NULL, 779, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3856, '9bfb05aa3f6ec8e3fbd3b609f3dd338f1154f435', '62f2cbe958a3f8791fda9dfae24c2b5e383eeff9', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'fr.json', NULL, 852, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3857, '149fa7cb8414ab48508886f68b12ed2a5ce3f229', '211db407d47d1a888a5983e5199133d39c4ac872', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'el.json', NULL, 1235, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3858, 'cf47554466f2472fb90e594559188ad6667488f3', 'c0d78ac496938dc42a9ebe92b6f234554e40de5a', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'bg.json', NULL, 1049, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3859, 'cc4d898ec287129dc4427216ac373b59fa687860', 'd9e3c273661d07a42f80708ab2ccecb739202efb', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'ro.json', NULL, 768, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3860, 'e2bd22327300a2323f668eb792483b880408ed80', '384e7859fcc4864db7206f06be27fe7fa740335b', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'ca.json', NULL, 859, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3861, '3a5eb47fa1dc53bf3f0a8d3f35a790f8b3822bb2', '116031c5aa37414e3621a54f8e1b4834ef3c462d', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'smj.json', NULL, 784, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3862, 'bcca06d69eaccb622acc72bdb7aa5351bc3fd18e', 'f6f0f46b4d38b45f90d597516a9b82d72a600782', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'pt-br.json', NULL, 805, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3863, '65ef8fc3a9f7c7fb7b8e1277bd07c8e5932de9e5', '2cf1e1499910bfb4b3c50168c69417fd301906aa', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'ko.json', NULL, 848, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3864, 'dfb04435c049534880b30feb5d49887e2694dd43', '43f34b81432058169b2d9c7bc5512b9899766655', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'eu.json', NULL, 802, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3865, '7f95b63363356583a49e3a805b53051111303197', '303494126c1321d3fdaa245178c45f98e4becf3d', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'he.json', NULL, 805, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3866, 'cc4d898ec287129dc4427216ac373b59fa687860', '6a0204f711e7798f8d757955f45359c3ffdb6fb9', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'vi.json', NULL, 768, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3867, 'a33818c622db10e61bf80561416d6034ed57e676', 'cebe6094d0ea26b9d32a44e4c111be2b74e2f1ca', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'cs.json', NULL, 771, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3868, '3a5eb47fa1dc53bf3f0a8d3f35a790f8b3822bb2', '128bdc181833a01a95e381f7390ee75a1ccccb5b', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'sma.json', NULL, 784, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3869, 'ee442815465c052daafc445138a55c285226be53', '1ed2c0d7d68d56f24e1550b0c9b7e524184e6d8a', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'af.json', NULL, 815, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3870, 'cc4d898ec287129dc4427216ac373b59fa687860', 'e68089c7eb82efe9fc361be673b59278a3ca8e08', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'da.json', NULL, 768, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3871, 'd204061266b05f4b15252ede3d750462707ce5a2', '43565b6cf2bf8188295ea5501d80426c9d9d8bc8', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'sv.json', NULL, 834, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3872, 'cc4d898ec287129dc4427216ac373b59fa687860', '35e8ea5de3d405635a48186b0ed091b9cc5e273b', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'nn.json', NULL, 768, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3873, 'a4fa66aa876249cad7909c7483e6e759e1e86122', '2fc29e421e182ee1f1a4079a0aebae561bd9d92e', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'es.json', NULL, 807, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3874, 'f11db772e937953c3575d1db09cf98c832b75b7b', '14da775f4c619ea701ba5eefa249e264a1feb386', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'ar.json', NULL, 890, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3875, 'f1acdc46820f29dd42b171c9cd754ba8153d94d1', '429c1ceadd11a1255c7399df7cf5c883bc5a16e1', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'zh-hant.json', NULL, 780, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3876, '57c10f6a096f403931cf8e90922dce5c220047f6', 'ded78bbb9daaebe850945e64a9af3c2aa2f6debe', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'nb.json', NULL, 831, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3877, 'df37176a6a417851e6fbb9c14b3f1203c16dcf58', '02d7116c81753d20940bf93116787289775e82da', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/language/', 'es-mx.json', NULL, 808, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3878, '3042e3bc6f5b7dfec3f55d7d251fb2231a1f21cb', '5e4e934397470c0bc52bf19b4018c010d026c96d', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/', 'library.json', NULL, 574, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3879, 'abd31a790359bfce2288172036f7fd397add3f39', '45b9d792bb742023c7e10104d1680b9d6dc8830e', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/', 'h5p-accordion.js', NULL, 7758, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3880, 'b7aef541088715684b49a5751ad4d140842d8016', '8ee1d917a3da21f3f63bf9a56d725b6ca2e27293', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/', 'semantics.json', NULL, 1253, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3881, 'e1805363763c9a85505b95bc50752d2d39e482c9', '820304a745ebfb9e552e4ac97738ffa7047bc875', 1, 'core_h5p', 'libraries', 2, '/H5P.Accordion-1.0/', 'h5p-accordion.css', NULL, 1153, 'text/css', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3882, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', 'd1e02fcfe76fd93a1a4da869139e823cb671d24a', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'tr.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3883, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8d6312ab204c79d8387beef46383591dd6d89370', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3884, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1ece9ea9d98a86096da49bf21cbec4ea1b6a4414', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3885, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '99cef98b6b23a457a6c222a981b822003cd31184', 1, 'core_h5p', 'libraries', 3, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3886, 'e2adbd51e27fe6ecca94f77a29dcf6593c4dfe79', 'ec749be89b2f45560cf39869cb9501dc1758640f', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'sl.json', NULL, 63, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3887, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '76d2168b09931473e5facd55404474546088fdfa', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'hu.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3888, 'f510e22377a03e12ae00d4aaeef5867cf9da78e1', '090e6916a10114bd94d79c38d580304a8daaf07b', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'nl.json', NULL, 57, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3889, '349c9521a23e6bfcbe64f2f421f499e5b4b43051', 'b47133cbb7f875707401034df02b5ac7c1ba1516', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'ja.json', NULL, 64, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3890, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', 'ec91c91f7b8a24fad914b88a5a0e6d0da67f48dd', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'de.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3891, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '214a7b6f50ace262b622ba162f1fc24f6209329c', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'ru.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3892, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '0f7dbd4ac33e49e8ad9133228e07a7e831eca699', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'pl.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3893, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '7902b5d676f94e0a5726dd9cab798565ebc762a1', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'uk.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3894, 'a8c039d4759b0ea579b3c574818f69ea36bba1c7', '5c1abb43cb6965bebc8dae001dec1a6619fec9bc', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'fi.json', NULL, 58, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3895, '67df1191437b37ac9fad77bb73c1abb0f35b22b6', '5b41c994053774ac19812db20f1d2cc91efdd6ef', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'sme.json', NULL, 59, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3896, '6da83af18e98b75adb0f2737d3d63f7b78a72f3e', '188a05e85bd54e8598d5e2bf8a2257aefda20997', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'pt.json', NULL, 57, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3897, '6bcee9b671dc19cdc90b30fcd712e03f3d32efcd', '0cc2aef2216c0f9ba69d91a3f3e8f5d063cf6be1', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'km.json', NULL, 73, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3898, '8d9bd343f08b3d161a6005ebbc32ef5823e3299f', '49c18f3334cf87676737f5ce58508b2ec09a7419', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'it.json', NULL, 57, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3899, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', 'f13995aeabccbe021debcc65f1f06168e002ff9c', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'sr.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3900, 'f510e22377a03e12ae00d4aaeef5867cf9da78e1', '3568c049095d25657ee103a717f57d9ac80e2da0', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'et.json', NULL, 57, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3901, '32c2780340015be28decbf6ae560b29a0ab57c43', 'd295959a3bd8d584698fe40c156eff37ca1343de', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'fr.json', NULL, 57, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3902, 'ab6311355eea09473732e326681fb7c16d53f251', '0c55dfc345563c5e22cbaaa6985df440fe706ac3', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'el.json', NULL, 67, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3903, 'bc003373a3aa3491af7d9779e3397f547a4dee75', '8f7136d59cf2ec49ab63fab809c046c1348e9774', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'bg.json', NULL, 70, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3904, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '289b3a1bf8c0c98036d522b4663676331602d8fe', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'ro.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3905, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '9e80c31c76276706ac95bad9c7c54fd986f1662e', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'ca.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3906, '67df1191437b37ac9fad77bb73c1abb0f35b22b6', 'd1b36be20463db3ecca55c881cde7faf206f78fa', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'smj.json', NULL, 59, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3907, 'e376ba9bbcfe6b2b2cbde798692455f297231351', 'cd8a5d0e89cbc17bf3f9913b04aee3b6ca068a9e', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'ko.json', NULL, 62, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3908, '30405578c9383a49431189a6e4176897d4ad6908', '30eca240bddeeebb6a569a77679bb1c899c1096a', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'eu.json', NULL, 61, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3909, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', 'c4f77e49a165ef3a50dd0c946ee11bcb3624968a', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'he.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3910, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', 'ffec7b37f062618d9cb6b606cf9c5eefd5317304', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'vi.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3911, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '6b1cba3ece6e5e96afc9463b1347e8616c9be1d3', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'cs.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3912, '67df1191437b37ac9fad77bb73c1abb0f35b22b6', 'eec3f38f162c5dcb1938f724a2dbacc316034e06', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'sma.json', NULL, 59, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3913, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '261e88e58dc30ced95d22b972c006d05319e7a90', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'af.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3914, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', 'f17ab7f999519ed4723989c02c93f5e3bbad8a73', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'da.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3915, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '89a02b4b0df4004648d095d0de147473911977ad', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'sv.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3916, 'f7da727c1a6ea64ec166440a46c4a06e483824fd', '7d5da285e249e22d9f5d5d662ab41daaf6bdbc14', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'nn.json', NULL, 56, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3917, '6a26d3ab80b883cbb31ef793e8087390c7201a35', '34d9234cbc865d7cc9a06f8c0f9c50c297aeaa0e', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'es.json', NULL, 58, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3918, '76349517f4532378a769e322f51a2abf72f81d0a', '33704ba568b70689f8b3f628c167a424f76b4acb', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'ar.json', NULL, 60, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3919, 'f510e22377a03e12ae00d4aaeef5867cf9da78e1', 'f93110cee9d8dbc68b21dfbac64570f93984851a', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'nb.json', NULL, 57, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3920, '6a26d3ab80b883cbb31ef793e8087390c7201a35', '13a2579d71ddb3df4062db2fdb067cede56a903d', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/language/', 'es-mx.json', NULL, 58, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3921, '6a2bbb59566495cb9eacddb668dbc963b7629dc8', '5ef757fc62d5ca04d8388e134ba8d2c7e2c0dfb3', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/', 'library.json', NULL, 445, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3922, '4bae06c15b37f4111a55db70affede77af9b1de3', '36d3d343427adc86868d81ec14650cd38a299bf7', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/', 'text.css', NULL, 445, 'text/css', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3923, 'fcd5e231664ab67bfd4dd4b06544c0d7c1a727f3', 'd6c3a020166d10314f4387ddc43385155cb797ca', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/', 'semantics.json', NULL, 388, 'application/json', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3924, '19386a3f3cfd291ec1d7514192afb915f64c196e', 'b24bc847c0100ce0c13dd3149815530f32b5bb7c', 1, 'core_h5p', 'libraries', 3, '/H5P.AdvancedText-1.1/', 'text.js', NULL, 892, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046716, 1612046716, 0, NULL), (3926, 'ceaf498c5cedf90ef667ac5faa06f3e8d2f1a2ab', '3e48716cc27b8382ace1a7e587144091881a25dc', 1, 'core_h5p', 'libraries', 4, '/Drop-1.0/css/', 'drop-theme-arrows-bounce.min.css', NULL, 6915, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3927, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '904fb179c36b34f65d82baa2c2dbc8709f764dd2', 1, 'core_h5p', 'libraries', 4, '/Drop-1.0/css/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3928, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1a314fa9f5e5972c22c3f3971ecfa3c0070d5946', 1, 'core_h5p', 'libraries', 4, '/Drop-1.0/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3929, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '07b5cca1bf8e12cbea1fcc54e1d00699bdfe161a', 1, 'core_h5p', 'libraries', 4, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3930, '5bb5b68f81582352f1bb30bc168874ae55961d1d', 'a5a72add3ec1129c27d33b71cab2ec6001dab59d', 1, 'core_h5p', 'libraries', 4, '/Drop-1.0/js/', 'drop.min.js', NULL, 8632, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3931, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4e9a60c573f122b9987c00d8a28fc6d38b4bae2d', 1, 'core_h5p', 'libraries', 4, '/Drop-1.0/js/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3932, 'ca82222f2dfabaff60baa88f4f484dacbea66442', 'a090fec4de0621580e6e9853a1a9e2b71642ebe1', 1, 'core_h5p', 'libraries', 4, '/Drop-1.0/', 'library.json', NULL, 607, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3933, 'ab2f5a64d4808f6efa820d1ba233ff2539fc6a0b', '071f7f0a724268625b26aa31d8fa138eb24d067c', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/css/', 'arithmetic-quiz.css', NULL, 6224, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3934, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '85902c81cf8db13b5f11fa5cb5dca9cd364ee198', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/css/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3935, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b42a12d8ed44a4648517b3289e969d43fd361c10', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3936, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8bd6e5077003b3e437a3578f64369a73614c1112', 1, 'core_h5p', 'libraries', 5, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3937, 'c19101c349e4c6a0ba3cfd3fc57347212c0c6b92', '09bfc174d0c9e9564bc9a9e5006b4b9bf158ddb4', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'sound-effects.js', NULL, 1363, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3938, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '383c0fd0c11bdcd2dfc8bb7c3b842a4c69a45fdb', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3939, 'ea975b2ecb712bdca1d9f74e00ea0c97eba6e0e2', '44154c60e4c13b92ba0de0229cb5e6488a2a4afb', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'game-page.js', NULL, 14866, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL); INSERT INTO `cocoon_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES (3940, '4c9d64f83b5dc882ad46c379af0651cede2fa57d', '885be4fab3d9cccef279c0e1392c3b7469bb474a', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'intro-page.js', NULL, 1454, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3941, 'e8f79ccee9247ca21f51db26437590174aeaca05', 'dc04ff49aa3e5d365b45e52eaeb6b2e06f832f33', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'countdown-widget.js', NULL, 2362, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3942, 'ae9d6f07d4fdf82e2acab374a02af72a2a1f3810', '2ae8f21c3dcd0b2bbd697901ba13ffc38bc1990f', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'qa-generator.js', NULL, 6419, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3943, '95e7952988321456acadf3df66f2e415fef1312b', 'df18d0d7b0f2b4d91398d896af1ea5c69baa0cd6', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'algebra.min.js', NULL, 28806, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3944, '39e949d6fec7c0a894fe38dcc8c17aa20967bd9a', '2a569486b7deadde103aa8826ae0adba72d4032f', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'arithmetic-quiz.js', NULL, 5015, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3945, 'b3ccb1d625c21a039d8cf7cd02a82fea5ba86d87', '44803a986a49652d95779a902221144d9307739c', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'result-page.js', NULL, 4020, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3946, '51be18e67d949fe0ddd49e52c47a1eb4ab72fc3c', 'add12924dc7125a83e6cd8741805d06485d2a113', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'timer-widget.js', NULL, 3978, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3947, 'c6ab66c1c0d399ba816c5bd3aaca5034fc996bb1', 'dd657d9097b417c8b3007b3109f49a8df5adc63e', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/js/', 'qe-generator.js', NULL, 7477, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3948, '757b71d0f6d504d3e7af9036e72bc2f62f2b0da7', 'e925322201b4712047cd3ed5c85e48d8284e8100', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/', 'icon.svg', NULL, 2282, 'image/svg+xml', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3949, 'd90ae2de05afe0e39815df2e4f4cc3ab06307b58', 'efd0d3cceeffba3395906019aa6f34c3a98c3a4a', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'zh.json', NULL, 3241, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3950, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c8bbcec59589b7db395d0cffaaa22b0df17fd66f', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3951, '03b85054aa2dbee7c19edf36a6f0ebc10f47a3f9', 'e0ff9ce425b02c573d286547beffc1eecd446ee8', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'tr.json', NULL, 3329, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3952, '24ba311257ef954a1d247f331b7d23a0d1e30eda', 'b0fa25ea706d8b892a9f9ee4a2e7fdfccea4f199', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'sl.json', NULL, 3435, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3953, 'd9123997ec9cc32229f823f5e73c9839cd486739', 'bbb674b4df148f0af90f1d7a7cb24b8a66f7827a', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'hu.json', NULL, 3156, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3954, 'cd37d7bea9685ece61bdd4da5891a0cd98f2e58d', '1eaef0728b34a2590e93df93483fabb374fea7d0', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'nl.json', NULL, 3257, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3955, 'f064f29c645cf24daa0890b51f1eeecdf952a12d', 'e3e997bd9da6885b938d6470e031aafd7e05ea8e', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'ja.json', NULL, 3219, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3956, '94bc7b2bbcf7a1bce7e82af2c9e965ee3a98f3b1', '5cba39ee073a4ce6eb18264e93cd8a8dd3ccfe7b', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'de.json', NULL, 3946, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3957, 'a8ee2619ee22ca6025ee7776445cf745ec845ffe', '9397e591dc1b54624cf33726a40a74989746f5af', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'ru.json', NULL, 4362, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3958, 'd9123997ec9cc32229f823f5e73c9839cd486739', 'c26df0217f8870d335446a8461ed7490063eb8d2', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'pl.json', NULL, 3156, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3959, '1f6f29885bd3bd058953008b5dfa253a87c6c420', '065584c51b6fbcc6623f5a708eb5fc9db901b955', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'uk.json', NULL, 4163, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3960, '271a07545fb2927b10704bbfa307df2c3540183d', '019bdca233d37c5f12c32e2638bd026f36373ffd', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'fi.json', NULL, 3298, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3961, '66e5c12c27bf4186992f6ffa36869d1b33f21c95', '068b3e3477d67966291613b0f63ed5f5e41c224b', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'sme.json', NULL, 3157, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3962, '1acf08a6326c5f122614a1c9900adae76b35b72a', 'ed20ed44412ab62b2563c8b87c8e243efba50841', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'pt.json', NULL, 3474, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3963, '2c54f03347b0903fda2e72b042adf49c3216de44', 'a63fb6ada384c8f051816916ed345e073bdb50f5', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'km.json', NULL, 3561, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3964, 'c64f17748c366f3658a06d24e63e63116e72a7c0', 'f4feaeac40982dde1535e07905171f42b913b377', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'it.json', NULL, 3478, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3965, 'd9123997ec9cc32229f823f5e73c9839cd486739', 'a52ad5fabedb09c0d00c4a63f242e76fcff9f99c', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'sr.json', NULL, 3156, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3966, '9b0661009c0a91d742f3d13d07553267f201a9b3', 'd39711f53dcdd2948c4cb192bbec3e8922359917', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'et.json', NULL, 3167, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3967, '66de9fcece25f46e6614a1e28de8119fb34b433c', '47cf5fa0af98eddae0ab834119f832d056396463', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'cy.json', NULL, 3265, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3968, '79dd8178053dcf5acc87fd6ddd4a50eb66d2b980', '101ea7da4b61ff36a5eb46185e7fd0b2b8617d81', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'bs.json', NULL, 3173, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3969, 'c555fa7cca3db22bee742598f90a6e5456b53033', 'bfc678875051cdfabbac2cd07ffbc3ad166faeba', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'fr.json', NULL, 3527, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3970, '2d5ac4e43066dd417443f7dab540b7df7191102e', 'bb85743cd148ea4bc5dff895059a6ebe98fa89b1', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'el.json', NULL, 4673, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3971, '96f32663fcc75665fd965f92c829a6fd7e6c7091', 'f302ce0fdfe1154f96d77277af2d3eb6cd11a365', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'bg.json', NULL, 4396, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3972, 'd9123997ec9cc32229f823f5e73c9839cd486739', 'f4b075f8f922652604ccee8a32b75d141d27d52c', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'ro.json', NULL, 3156, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3973, 'c8468c97dd125ef3e774cf764bf7ae4d335c0d4f', '5e5de7d38c424b0e0d4aeb1a7f080a9257294815', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'ca.json', NULL, 3546, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3974, '66e5c12c27bf4186992f6ffa36869d1b33f21c95', 'b14ced3974fe986446b7cf7f7855f87d260394ca', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'smj.json', NULL, 3157, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3975, '8e23b80ede7176623866040cf93821ad5abc0f19', '60c04189aff1275beaad276d0029e0d72c1cd922', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'pt-br.json', NULL, 3417, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3976, 'b61401d1813121a25a5858202d8e5aed2252b493', 'a4fcb18f02523aed3d04c1a1ff17cf6d04274a7a', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'ko.json', NULL, 3201, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3977, 'fb70159ad0639292aa6491e45b36c89ae45bec4b', '3df28270c6eeb7e0cf1cd9b3605b91fc011fdc10', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'eu.json', NULL, 3357, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3978, '24374a8990a583bf91d368cf13323836151ffd95', '672efc78c5aacc1c4a5ebcd2b85bb23384fca547', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'he.json', NULL, 3629, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3979, '26201f5141106420c4de35da50512f1549117ef3', '723dc1c55fd2fe059c3a2fc1b19583d4f7abec4b', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'zh-tw.json', NULL, 3123, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3980, 'd9123997ec9cc32229f823f5e73c9839cd486739', '64afb4e51ff88325dc50980bdc1820b777ed62e8', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'vi.json', NULL, 3156, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3981, '402c855daac83fc25580d20d9e3e4264eac524f8', '2c3bf0c7dc0d8d975ae45063e280c3a70e0e6869', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'cs.json', NULL, 3341, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3982, '66e5c12c27bf4186992f6ffa36869d1b33f21c95', '4415cefa6b88a2ec233a3a41c38390fcafe34c57', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'sma.json', NULL, 3157, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3983, 'e570e195229200ffa68e0b02a24f37577ce7dd3e', '63405f5c38ff786c78000b7812e560a61d34fbea', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'af.json', NULL, 3216, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3984, 'd9123997ec9cc32229f823f5e73c9839cd486739', '4e65e69ce1d304fc92c500ee4f79056b43243f43', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'da.json', NULL, 3156, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3985, '86bc1b1943c71f821131af5debf5fb22b28cf8f3', 'f8d6dbed6c7e5f51773992f772d461d18db7ed54', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'sv.json', NULL, 3168, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3986, 'cee6b0d3bd58b74010821bdda5ceebb573999dbb', 'df9dba7481ce57cf38c00064d50c9638dc4b45ec', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'nn.json', NULL, 3159, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3987, '5a269ad054c78d7e52c5545c7a2905fe09d7c126', '55f0117f70f14bf03b997db1305bc53ee1ddc573', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'es.json', NULL, 3397, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3988, '4cbfd2aa9daeece8216a4e16a0d04dd597332712', 'f9a606cbbf59e9c01c820103b499eac0a3465b18', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'ar.json', NULL, 3528, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3989, '04c25fbf04364af3fd2b7fa627df5d2574e49b49', '84623612275d4fd36d12a01c8f26ebb7481cfce3', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'nb.json', NULL, 3269, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3990, '5a269ad054c78d7e52c5545c7a2905fe09d7c126', 'd1767aef99619b89a50ee73477d4f137ac893815', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/language/', 'es-mx.json', NULL, 3397, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3991, '2e7aef7e916a1d0e8e2b63091e4d09bde6bfbadd', '4edc1734daea842e582c85bceeabb8746a4cc6d7', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/sounds/', 'negative-short.ogg', NULL, 36864, 'audio/ogg', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3992, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '58172ca2a07be047b88603a0ba46e2a6cc282cd9', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/sounds/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3993, '09ae0c5337fa7653f947c4e969aa12da4437c1ec', 'cc7797eeb7f4e7639000ab7c8324708fab01cae3', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/sounds/', 'positive-short.mp3', NULL, 12868, 'audio/mp3', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3994, '93193f647b5ac11ff16a25293060fdec66385bb8', '926825021957449478e65e0e3c4c53bf086a1db4', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/sounds/', 'negative-short.mp3', NULL, 45395, 'audio/mp3', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3995, 'f7059a4a2dc9da80925c8796bc94d8cf972f6880', '2648a459194ef4b52874c06c2000f1a17044a421', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/sounds/', 'positive-short.ogg', NULL, 8192, 'audio/ogg', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3996, 'ae284f3378874207c4f43aae7ca3c05b68b30eb9', '086887a822ce291c00133996503f5064dd6ad48e', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/', 'library.json', NULL, 1416, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3997, '7d25e8626627b1d5f4ae0a0df1efae90e7853dd1', '9d062cd45269446f0f7d7470281edb964456527c', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/', 'semantics.json', NULL, 5969, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3998, '78feb4da5ec97b19fda89193ffa1140c549b8a98', '0c3091737fffac401e23651fdbd3d97ef1c58118', 1, 'core_h5p', 'libraries', 5, '/H5P.ArithmeticQuiz-1.1/', 'presave.js', NULL, 618, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (3999, '391a7a93aefa7f47e36c58b1c5b6009fb06e03fb', '3eceaf582ad4e24db37ef7c75c6f9083c26a3e8a', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/styles/', 'h5p-font-icons.css', NULL, 360, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4000, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '25548a29beabfd239d0e7b6623501de10a030d11', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/styles/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4001, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'da16b2d0d1cddd5c5dd91f51aba5457ca63209b6', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4002, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4d821029f4515650fea554023b4d4d295d256377', 1, 'core_h5p', 'libraries', 6, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4003, '081d5cf9d31f69b16b1fbac6e03c76518d8de3ba', '3801719298dcb6a983a5299ab93ce688b7a3ab21', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/', 'library.json', NULL, 246, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4004, 'f6caca29d53b395e72c54ce392be54bdab0601f4', '82feab12e64b472d9ace078733d07a0be999596b', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/fonts/', 'h5p.ttf', NULL, 16652, 'document/unknown', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4005, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bce9ba6db01e214198038a53c07995ae80ebb458', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/fonts/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4006, '0e0daa7d1eb4f4ee57b8da5a1d4ed8a610401b77', 'c5605b0ad08b04af5e3d57325696de7a70469630', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/fonts/', 'h5p.eot', NULL, 16800, 'document/unknown', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4007, 'cb54001c5951d1c64cf521194a6f353f16d45d30', '10e63cd4ab5d6ce7f3cf4f5ab285b8b47eb7f443', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/fonts/', 'h5p.woff', NULL, 16728, 'application/octet-stream', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4008, '1547d8246b70dade7896c1990c7a7fcfc826b933', '84f69b4a4cf203b4e0fe3500311c371e03c522cd', 1, 'core_h5p', 'libraries', 6, '/H5P.FontIcons-1.0/fonts/', 'h5p.svg', NULL, 63288, 'image/svg+xml', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4009, '4d23bf0075ae0b8b433238b6959d321298d873dd', 'e589f9d75dc88f18bc1a4860f4afd3b8d57ca5b2', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-score-bar.css', NULL, 3539, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4010, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '72bb18e68da44ceafb9b9a030f1de79d9853b68d', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4011, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e5043239890b8ca3c8346d9ecdd0fcd030e98c7a', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4012, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '10790ec31bc5580ed12611c0af9cb4899719123e', 1, 'core_h5p', 'libraries', 7, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4013, '77a20b1ea1ebe9fb1db219ee5c979dc3e1cd0f4f', 'e18afc191671090e36822a30f7cd0dcd4d7c9697', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-speech-bubble.css', NULL, 1127, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4014, '1f99b772a519c5cfe4d99a1ace15c70bc3d1bc45', '6d64bf124ddfb2871ed8f5d791076aef2ec60130', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-progress-circle.css', NULL, 1465, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4015, '062b5c0ea946458e99172484d4496a3568b75289', 'e6cf77ef40102a429e90cba1b6bbe6ad6c6c1b6c', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-ui.css', NULL, 1841, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4016, '5dd701397c524f321ee6372d993b9c9c0ec15763', '5133d138c65acf98fb47b316951d000750dd5c6e', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-tip.css', NULL, 1073, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4017, '7c2d79534d3113f6e7254558c6a82819cc80c0e6', 'aaa3a004dc40fee20cb37d9730ddb80af4472b58', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-progressbar.css', NULL, 835, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4018, '1895b7c4c5fd305258183f32e77290a3aaed2275', 'b07e4325245023d88c6453e12b2506ffa02892ed', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-message-dialog.css', NULL, 478, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4019, '73a1a23de7d4ea0be2162aecbc298a0b83b47825', '48ae82dee650adaa8ef461883392e3ee3257a029', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-help-dialog.css', NULL, 1169, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4020, '718d17effef968ebe140e40ef774f0d0cd429d02', '08a323630815088e47cd91c6981fe5259929ab54', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-slider.css', NULL, 639, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4021, '62609d35205d7b58af263147c8f92d01480850cc', '424898babf36f5a3827aa0d56f5f7a6acbefcb7b', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-icon.css', NULL, 3537, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4022, '76e52a42393f8ccaf2729fa4ca431588a43633ca', '3f352e8a72065b5f2ed45dfa603dc2dede107a64', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/css/', 'joubel-simple-rounded-button.css', NULL, 633, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4023, 'c78fc21f9d083cd6478537033bf363afc28f4da4', 'bc11e69ae0ff01391e06f2c1080649af52a574e0', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-ui.js', NULL, 6015, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4024, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '272a9890e1119722d9f4d8882c4f854bb1ba24a7', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4025, 'beb8c14ca69cd864960f4eec56a35ed2498cbcae', '092529b37c31e8cba35639e0d99c4b6ab167e028', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-progress-circle.js', NULL, 4622, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4026, 'c6614b314da1ea8233be9174db08df59f72fa029', 'd1e47118ff37e571b4e429c0dc1203e8ef5853a0', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-score-bar.js', NULL, 8422, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4027, 'bbce2679d9af620e814ad8d106bf1f1c9c6df3fa', '8d13676fb941edd917027761b0a2194955089ceb', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-progressbar.js', NULL, 4940, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4028, '799f77d2c0fc711bacd205aacc587f5900fd15e2', '962f841ad1789252fc79b6e80d81ba82442645bf', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-throbber.js', NULL, 312, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4029, 'c6eb1dca5486141c8f70e9ecb0b83dcc7f84bbeb', '62f2cf165b44c660f27e4882bebf4c4d734dbb53', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-tip.js', NULL, 3691, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4030, '0d16530493105099f90f733a396caf06bb04b774', '91bcad1728b2664d6a4aadcd2108917d64bb97f7', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-simple-rounded-button.js', NULL, 689, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4031, '61d65dafba1e035a9a3c7f5b3b2e8763c9f842f6', '0ca06228434ce33b8ad8b34677515a9d48bbe0cf', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-speech-bubble.js', NULL, 10766, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4032, '314c35ba550e2b117c382ac3dc711227dfb0c53f', '9033a1264d10ad00e3fdbd1c1b136d5fda4c593e', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-message-dialog.js', NULL, 968, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4033, 'f27ac7a69adb497d171a43db900216a2c87f4a44', '015ea84d50abfee53723b207620b52f13fd46dfd', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-slider.js', NULL, 2237, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4034, '07d49ef78f9f9bd0742bc4c165d5d6b87ed405bc', '2ec416eb22ecab254c2cf7c81d8abc7cb60005c3', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/js/', 'joubel-help-dialog.js', NULL, 2483, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4035, '597026bcb48fd56eaf7e963bef511f5c83dec332', '9b150d94dac50bed50aad4d9a409368723f5b2af', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/', 'library.json', NULL, 1955, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4036, '0b411a97d059882412923006451a9efae82776a7', '9f43adfcc813c36f9f44fa55d57cdd8131cba71c', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/fonts/', 'joubel.eot', NULL, 4752, 'document/unknown', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4037, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '98f4102b4ce487a7ad7fff9cccdaa5142af35270', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/fonts/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4038, '1529174d6fe54e566f024390e2c26e2b151ce9c1', '4ea77f5461f98e169bc6ce69a3294d5f43ed37c3', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/fonts/', 'joubel.ttf', NULL, 4592, 'document/unknown', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4039, '7efa588e47e4f779b589f3c0fdb811d626caccbc', 'f0b0a2340085add1e823d3302eed464937ba711e', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/fonts/', 'joubel.woff', NULL, 4668, 'application/octet-stream', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4040, 'dbaee24fe01c47f7e94a4327af9e03830a52906e', '1d24bd5fb0729ba7cf01c04d1c4450274725d693', 1, 'core_h5p', 'libraries', 7, '/H5P.JoubelUI-1.3/fonts/', 'joubel.svg', NULL, 14092, 'image/svg+xml', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4041, '0d40bfa605935580c9c050e601c21ef1ee4f6553', 'e92cd9687dd9b8e5b3455af8c73eeb7f27195051', 1, 'core_h5p', 'libraries', 8, '/H5P.SoundJS-1.0/', 'library.json', NULL, 347, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4042, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd026ec6b722422b0051c1e21d410c3dbc3bbc83b', 1, 'core_h5p', 'libraries', 8, '/H5P.SoundJS-1.0/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4043, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '585941022845415abb2690b8e2240675d78e9a1d', 1, 'core_h5p', 'libraries', 8, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4044, '16ad85f0dc820a467d72c5485fb11b1dfad692cc', '62174046167a219ce2cd67df6937d6b7b222a1d2', 1, 'core_h5p', 'libraries', 8, '/H5P.SoundJS-1.0/', 'soundjs-0.6.2.min.js', NULL, 59855, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4045, '18df714ab8f9a929aa83f928fc7dc8626248f41a', '0889d44b57a50951fa30c23b593e49c679e85673', 1, 'core_h5p', 'libraries', 9, '/H5P.Transition-1.0/', 'transition.js', NULL, 4591, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4046, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c6e2fdd2ef41ac5ae503dc809c956083c985fecd', 1, 'core_h5p', 'libraries', 9, '/H5P.Transition-1.0/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4047, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c67d8eac461abdf1fd8425c87ad30959061495e3', 1, 'core_h5p', 'libraries', 9, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4048, 'e7cf1cbd98663969148ef7016b1d9e603c20e7e9', '9594bf02852cc2388da05f5e497164e1d0d7223b', 1, 'core_h5p', 'libraries', 9, '/H5P.Transition-1.0/', 'library.json', NULL, 322, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4049, '039594ca07443fd74008f6f4720324172148966f', 'f12d71c325a9863d656f5a5b1586de8d035ddbc7', 1, 'core_h5p', 'libraries', 10, '/H5PEditor.ShowWhen-1.0/', 'h5p-show-when.js', NULL, 3979, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4050, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ea9528d0b1282c3b1672d6fafba72f68bea93415', 1, 'core_h5p', 'libraries', 10, '/H5PEditor.ShowWhen-1.0/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4051, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bf5ca917a82526608e3beba4deecca61ddc13ab9', 1, 'core_h5p', 'libraries', 10, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4052, '6b6ae9a6b884c66d0aad7e2c155790ed5e09c8b1', 'e7367b7b6c5be50b558ef0e73ba4475f3032eaa3', 1, 'core_h5p', 'libraries', 10, '/H5PEditor.ShowWhen-1.0/', 'library.json', NULL, 361, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4053, '8292ac4bfc5772180d921c4e3d9d381c96d8267d', '31b93312f845a8fa479b62337c418636d5ac87c5', 1, 'core_h5p', 'libraries', 10, '/H5PEditor.ShowWhen-1.0/', 'h5p-show-when.css', NULL, 57, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4054, 'fe5beb60997c84ab2f91b54535c4221443cdd21f', 'dd589cb536a79748be63ccc2b89646c228685fe6', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/', 'odometer.min.js', NULL, 9896, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4055, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bb2411c22ab3a0b77d3f1655805c0693e8739611', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4056, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b76d9bc227d76a046b098074b410f6867fc6a089', 1, 'core_h5p', 'libraries', 11, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4057, '27c2624c609faebfc2d355f3a3c3af62210b73a2', '43e07a1a3f92e7522f2c46d154725db4bd3822b1', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/', 'library.json', NULL, 400, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4058, 'eef9563a2cbd611be559de69b73926ec7e04b3c0', '43e7976d04e7b1330a13bf8d7900fcb0219e9c61', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/themes/', 'odometer-theme-default.css', NULL, 4012, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4059, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4c995b43f9c3496865ee36636e01b7e65daf2faf', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/themes/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4060, '69c3318a8ccb7302b196eb62723bcbe735b9a09c', '3a0ae8fdcaa6f54bb40c375a1b933636a830b819', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/themes/', 'odometer-theme-minimal.css', NULL, 3754, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4061, 'fa8ffa64bcd070065f5f05f8d3761ab2bd917c5e', '553ab782fde056cd39fceeb7a5dd87396ac70b1e', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/themes/', 'odometer-theme-train-station.css', NULL, 5700, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4062, '3f60e6f1fe883de9c0969b42e0a508c9112ef8c0', '5748531e64df583ffeab0b7c5ab51e2318c5a913', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/themes/', 'odometer-theme-plaza.css', NULL, 4677, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4063, 'cbf50bdd8ebdb2e2764dcb635ce39ef26bff2044', '4c14baca241665e647b02d5b5adce06b55bf0360', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/themes/', 'odometer-theme-car.css', NULL, 7374, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4064, 'f4f379520ba533ce66e62c211babf6b19e1e55c1', '13ab4ec70bc41dc6e80cfb1f65fb7ed16eb7ac1e', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/themes/', 'odometer-theme-digital.css', NULL, 4686, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4065, '8cac7e09ca2e2c784dcd4e8b80531d42497879dc', '9f4e9125d610bc16f3300c4cab3842edb58db968', 1, 'core_h5p', 'libraries', 11, '/Odometer-1.0/themes/', 'odometer-theme-slot-machine.css', NULL, 8015, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4066, '4c02e993cdc345d428bfe41afa8a5676e7c717b8', 'f51302532b0add302ad149a2bb219f8e9bd85f46', 1, 'core_h5p', 'libraries', 12, '/Tether-1.0/styles/', 'tether.min.css', NULL, 237, 'text/css', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4067, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b00972ec7a34d5f23facf4b8c9e254d5d7c8e05e', 1, 'core_h5p', 'libraries', 12, '/Tether-1.0/styles/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4068, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '078b13d584d6d465dfbdb4a9770ce23b51c35b47', 1, 'core_h5p', 'libraries', 12, '/Tether-1.0/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4069, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bfd41c9f1b6b01841e83787935dba3b574d98427', 1, 'core_h5p', 'libraries', 12, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4070, '2312878c3a52d307bfa82358a872a08159d99c36', '963fbb99896c130e97fb1d3b87b1e07131050bfd', 1, 'core_h5p', 'libraries', 12, '/Tether-1.0/', 'library.json', NULL, 540, 'application/json', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4071, '4a3ca8afa207d7a2a1144d0f8b9bc118bdd97450', 'd0e73b1b5be921a87b5cda438c155dab2f37d893', 1, 'core_h5p', 'libraries', 12, '/Tether-1.0/scripts/', 'tether.min.js', NULL, 22958, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4072, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '52e316992b4a2fc2391f45a44cabb0a08dcca5bf', 1, 'core_h5p', 'libraries', 12, '/Tether-1.0/scripts/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046730, 1612046730, 0, NULL), (4074, '1e35051f466802bf51eef9e4c4dd567dd3296f4b', '0cbf594f4dd5183cd8bffee4927ef1bee85cb640', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'pie.js', NULL, 2467, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4075, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1e8ce9db2d64abba6616c26c6cb8c973f5d3b5d3', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4076, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '88332ed8c3efd54dcc5121d48f18f1383d4809c2', 1, 'core_h5p', 'libraries', 13, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4077, '05904f9be11843976c84cb52132d8d35bc71ae78', '0e380ac062e597530a86a2808339bfe9e780ec17', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'chart.css', NULL, 487, 'text/css', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4078, '0de07c10c5ad385ff246d4eb0afbe47aa9aff974', '1f4136bebcd9ccc64e256359dfa9c6a0f3acb744', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'chart.js', NULL, 3595, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4079, '2ada3bb3f4c9a9e0415ca0d1949538fff6c7ebf1', 'a0948cca0060621dd4871951025c79b7cb834cd1', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'icon.svg', NULL, 2095, 'image/svg+xml', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4080, '67f054efb444cc0b5ce5859d07253ddc19b77849', '037a3ed89abeee26e042cc1b2bbcdbdc13d0587b', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'zh.json', NULL, 650, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4081, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '718c56fb6f6953d0bb2004a6facd577a74d9f2b8', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4082, '2e7bad2b112a2e101bedc8b4fcec488847656171', 'de21f9b7af6dce6a82f798e30e8401e34076a509', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'sl.json', NULL, 691, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4083, '755e828b1c536344f325d90b0f2b0f10883d7ee8', 'c5b849381b3e791454a94e47e088c2b652114c42', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'nl.json', NULL, 731, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4084, '381821e85ddd34ec59aea529c26cde6c192911ff', 'ee623f29896b515383347a7f47fa9ef8942d2552', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'ja.json', NULL, 699, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4085, '75ef0e9c852091b82fad3322f3c49700daa27df6', '831c3c865c9a60502fc1823a69aada22c3917559', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'de.json', NULL, 746, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4086, '88d66ee6de50d3e2eb2b5d547bfed883365bc6ed', '038d02dcdc4db8aa7ef70f7486b97b8b84637420', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'ru.json', NULL, 905, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4087, 'c3a1e65000cb80e90426f9b6063115562b5b9d37', '741d827e6143599504e2d7ae80d930347832dd0a', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'fi.json', NULL, 651, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4088, 'b01a14e93f5ff9137d5f234cea031c0cedfc72d8', 'e2e101ec856e79405ce2bb549c7ee3ffbd5a5d8a', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'sme.json', NULL, 691, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4089, '8a58aadcebea10b225eabfc3aa96c240b76f8f33', 'f01fd5ddf266c05bbd3320652b8ed8e8832a7780', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'pt.json', NULL, 745, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4090, '93e421e7c13fd1b702fb53deceb94eb9d2401912', '8cb8fe37c7a9cff9bff109d3a7c5594f662ff0ed', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'km.json', NULL, 704, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4091, '65d92ebb777238697dacffed4201ad0a62472750', 'b92302df3668396b02f7eaf15966d17da07fe79c', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'it.json', NULL, 737, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4092, 'f8a3da1d8b1f746f5133be81f4a95de815d77b12', '6b6c2fc1c7ad729d03809eb37f944ed4b03cce23', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'et.json', NULL, 713, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4093, '95b44d4320ff0a4078acdd570fb2fa2d2e5ae3ed', '1d1828fda533e1705129f30c98de518424685176', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'bs.json', NULL, 701, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4094, 'e93db0498377807c0be75cc6eb88d8ba73045f1a', '4380898b4dadddcd8d00d016a945e4269ef14908', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'zh-hans.json', NULL, 651, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4095, '3b02ca0bd16d3c0cd928f292594fbb3afdc7c965', '8a34b3c9e28d140a6d667e765ca37038c1228181', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'fr.json', NULL, 744, 'application/json', 0, NULL, NULL, NULL, 1612046740, 1612046740, 0, NULL), (4096, '2ab82d8383113d2a423624f3f6f3db1dd7f83279', '189336daacacbde9bc909cf30e29cbfd0d1a68b5', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'el.json', NULL, 910, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4097, 'd4831dbb673ce4084d146201125ecbd24dafe2f6', '65bd675762356dc5d9f946a8e5b8ebe97b3c7674', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'bg.json', NULL, 962, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4098, '6f96cc68ff03e1be554dd302904b4e499f42c2f3', '4ef90ef535bde13be3a6f917492f0582749753af', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'ca.json', NULL, 761, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4099, 'b01a14e93f5ff9137d5f234cea031c0cedfc72d8', 'bbf937b651454ed922c79c5388c3c4b4567c665a', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'smj.json', NULL, 691, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4100, '58df522d9e8b49f1c59f163f2e6e133c73610b51', 'e642bbb4dfd757554fa5882062e800393ce6a7f2', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'pt-br.json', NULL, 710, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4101, '6123744144adb5ab3313bd93311f2318f4b2c45e', '0e0e8b4528f6bb4e028068ad8e65e5d971396a6e', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'ko.json', NULL, 736, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4102, '1e962dbe1fb04bdbe7b0e51987aa7136a9015501', 'f8a5508006f3fd8de7799b0001ddc67237b92b7b', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'eu.json', NULL, 735, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4103, 'f4603fc43cd364659c4bb9cb04c09ea96cbcac83', 'b9dd405afbdab5ae332649013c4551e2204505ae', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'he.json', NULL, 771, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4104, 'bec824b09a62f2efdc27ece1b872a1a33081e4d9', 'd37cac450d68c2d14e994490a6a10aeca84a4737', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'zh-tw.json', NULL, 683, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4105, '683bba48972fd47c5424975c0c1a15eeaebcbef4', 'b64b62eec1079965037e15b2735855d940dc0864', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'cs.json', NULL, 714, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4106, 'b01a14e93f5ff9137d5f234cea031c0cedfc72d8', 'da8929218aa430039dcfa4f042366abd2875e8a6', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'sma.json', NULL, 691, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4107, 'e9ba4cc18b57de1b1df434d7cf856f0eca58ad37', '36a04542c2d55b55097de2131a1cba58a4daa6df', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'sv.json', NULL, 709, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4108, '9dbee79085b4345dc8043eee77610715ddc3034f', 'a19895c7c30fb33d4d7d6df72f855e0990a018f6', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'nn.json', NULL, 678, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4109, 'd13c5aa086a5a7142d305a78b16e6bf23681c2b4', '055fad15f248c67aaba426607c9c4883ea422c89', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'es.json', NULL, 739, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4110, 'e76ecd89477312b27e8781c4e1c6dc226ef22cfb', 'a30c2099c7cf1631a433b334360737895407c995', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'ar.json', NULL, 820, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4111, 'c5e8f56f4cb7dbc89efc5241abe24e6ef7fab303', '8a04687c7c667ae45579bce26cdf2678d1c486d5', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'nb.json', NULL, 687, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4112, 'a096e318f5be9e7452fd8b95d6588cbdbff57eea', '00940b510789e717da4bf4c3c9d8411cc95335fa', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/language/', 'es-mx.json', NULL, 737, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4113, '7580fc62423d63ffa8979e87377535374d9791e8', '80bb9a9fa6fcc77a7ca1235982b88bfc50d3069c', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'upgrades.js', NULL, 563, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4114, 'cba0d0ff98ffd58f13d82e24dc4e146d70a279e0', '3418ef56f175970f7bb288fe2925ebc4805a00b9', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'd3.js', NULL, 335543, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4115, '4ecf5c3baffdbd090d1876aa7710e08405ade1a2', '76c6290798e92fdeee6c46549fc16e30deac2e92', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'library.json', NULL, 692, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4116, '9a50a44a63aed1b70090dd9d87a839adbe02a242', 'ed63e63cc7f5f2bde2b2e86f8fe4558c9c3db0b4', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'semantics.json', NULL, 1850, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4117, '59d2633362ded2575ce6a0cee5e20b67e4070921', '951106fe15bf379e83ad0ace60edda1f19911cc4', 1, 'core_h5p', 'libraries', 13, '/H5P.Chart-1.2/', 'bar.js', NULL, 3498, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4118, '1807f8176558e6b20d1225b5204adbde7e8a6ed1', '0fd801e0552fa96ad4097688a0e96cce9c7c7496', 1, 'core_h5p', 'libraries', 14, '/H5PEditor.ColorSelector-1.2/styles/', 'color-selector.css', NULL, 385, 'text/css', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4119, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'dd4085c50de243a354f942d16a8086627d0e9a31', 1, 'core_h5p', 'libraries', 14, '/H5PEditor.ColorSelector-1.2/styles/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4120, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '96afba742868ccaaa7dd2e3fb3931b4befcc1b84', 1, 'core_h5p', 'libraries', 14, '/H5PEditor.ColorSelector-1.2/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4121, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '064420816581635d7ced9f9a1591fd06464c810c', 1, 'core_h5p', 'libraries', 14, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4122, '3ca27afafed47fac6a21270c438f7268b6e65c6a', 'f29e051b7a9e7463386669c630de47b4dd0fc4a9', 1, 'core_h5p', 'libraries', 14, '/H5PEditor.ColorSelector-1.2/styles/', 'spectrum.css', NULL, 14414, 'text/css', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4123, '51f39f3f9ecd80b20ab755dac97ac5463f2448c4', '9c2e1e9cfd208f778c373ce7bc81d5c3ddcb5b30', 1, 'core_h5p', 'libraries', 14, '/H5PEditor.ColorSelector-1.2/', 'library.json', NULL, 507, 'application/json', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4124, '8fe1ce11db9c765a08571a99f888b7e1f949d5e8', '5248256900df1d53219ae70bbcb92047ccb947be', 1, 'core_h5p', 'libraries', 14, '/H5PEditor.ColorSelector-1.2/scripts/', 'color-selector.js', NULL, 2861, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4125, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b999c718bc7fcd9e4eb722e12acd060e4b7b9c46', 1, 'core_h5p', 'libraries', 14, '/H5PEditor.ColorSelector-1.2/scripts/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4126, '16a1d4c8fabc027c35a15c34c7307e737581244c', '46c1e4fd1dd4a55199f22c0213564015aa2119ed', 1, 'core_h5p', 'libraries', 14, '/H5PEditor.ColorSelector-1.2/scripts/', 'spectrum.js', NULL, 82747, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046741, 1612046741, 0, NULL), (4128, 'c1fd13e8f6945d9b2e1f810acfce2b80e5b02274', 'd8b24578952d31a172ade419ef85910b4953b5e6', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', 'collage.js', NULL, 5011, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4129, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '563d4805ddb8e84b636a4f132de06b8fe90044ef', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4130, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8599ff1849416ca841723f7a39574aeb38f0bf2b', 1, 'core_h5p', 'libraries', 15, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4131, 'b2c378516ee353df4d30797b670e2ad183059462', 'a3e0f8cbe93996ae1d3fdcea9fcff61014ddd640', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', 'icon.svg', NULL, 3032, 'image/svg+xml', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4132, '014523548a4398693fd4783b65e2f3281fde782e', 'cc02cdb51fc3a7f8526bf2a241b5d28b681d08be', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'sl.json', NULL, 2345, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4133, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '539b7fa06fad94bbbc73ec526b6f87a6fd779270', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4134, '061d1db9cbda50cd8111298892f24e936772a75c', '8f824ee65e53856e713432515e7bffd2adac23db', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'nl.json', NULL, 2348, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4135, '7c98d79de55c3dadf054d55f08778ed7c7d21172', 'd96a55bdbb03dfab3a432b4d4c68d37a7cff4452', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'de.json', NULL, 2358, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4136, '75a3bc9aff842cf29e6650e82a7b5609930b60dd', '99be0b4f170518407547b13a5e6679205d9d06d7', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'ru.json', NULL, 2739, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4137, 'ac405cbd1be8537b22652aca4ecb37e77e09ab75', '7546917f1cd45e1f66b8946bc8ec9a223f1265ba', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'fi.json', NULL, 2312, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4138, '16eb05e9e81adad8729d0083811a3be2652758ee', 'bb21dc59ad1e3e73001d604c74ae2a0dc95f7a4b', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'sme.json', NULL, 2293, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4139, '60e3bb5d7341c1b99a21c58cad006c2d1041b382', 'b86a3777d83813fe4dab62e6e292ba8eb3f59654', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'pt.json', NULL, 2395, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL); INSERT INTO `cocoon_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES (4140, '40c7ea312771b19525cd594948b5e0c09f7bdef1', 'ce94b162a9f789e80173bba7a0f26eb57492ec72', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'it.json', NULL, 2374, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4141, '5d23fa93654ac55782a270574612f8bf3f88a275', '2b59dd15b257478adf5205d0fa2ac25e56754dcf', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'et.json', NULL, 2302, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4142, '8f49079bf5765837a8f427fcf4ea4106de8f108a', '50b398b4284677d45b5ba34c1b88f615ab457737', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'cy.json', NULL, 2373, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4143, '117a267710e93ebd41e0416169a73aafe1182f36', 'c5370c707c5fda45bda65f38af54aa88567b249b', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'bs.json', NULL, 2278, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4144, '65598123bdec810559702e1ab2f91dc9f0822b04', '29145a26562d50510abb11efa9b03e6460e990cf', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'zh-hans.json', NULL, 2183, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4145, 'c27653a851b06b4855207a618f6ab14549da1c10', '98a250767c960819b6bb8febc5735107e8e003cc', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'fr.json', NULL, 2373, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4146, '8bf7bf761e79d1ede92fe8b55b472e0b8fcca102', 'cce99f6f0bf366ba39143acf443ca648ca426e37', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'el.json', NULL, 3088, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4147, '19c079723b3e461ed0b10b5862cc08274ca4308c', 'b297831ce68b27323a5a75f83f8f24c8ccbdc47e', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'bg.json', NULL, 3047, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4148, 'abda101ea2b85062f1f190a8c250a144eedb5a30', '56b7d9c4a06068ef0e4b0e3de1008d0e7570a726', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'ca.json', NULL, 2411, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4149, '16eb05e9e81adad8729d0083811a3be2652758ee', '8b7b39d94582ceed7c963d51ea21e757d57ed046', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'smj.json', NULL, 2293, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4150, 'd6e2b13021d0a27c07acdf1a243e8658dc9f4335', 'f5efadc68a4e60f9532a8f75a7a942d00e7a21e3', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'pt-br.json', NULL, 2378, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4151, '0e7d4536a2f6bf4d26f3d5521ebf4c0b47e8d7b5', '2199535bdbfe4a835f54032b17cb96771294b129', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'ko.json', NULL, 2429, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4152, '2d485b5a8dfeb62a5094f143646ac96b98b3ff98', 'db01094079cf63d5285fb727f77276acaa5d13ef', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'eu.json', NULL, 2321, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4153, '28196846c42a481060310239256e5b44e2aa9f1d', '414ca7baf541020f96b684e6573251073e192d33', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'cs.json', NULL, 2397, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4154, '16eb05e9e81adad8729d0083811a3be2652758ee', '7333ae154e1af93f99435e217b996eb2e75f2350', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'sma.json', NULL, 2293, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4155, 'ec88d58746d7d953648e18f7d47294b40e2f8612', '91ef9c7268b3254133fa259920adabc576d99937', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'da.json', NULL, 2303, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4156, '5daa8c05585d04fe6ebc071d6967a95e5e92c8c9', '199114c1438d0fafd4f943dca4637a10e54103c5', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'es.json', NULL, 2414, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4157, '95c166beea1913b703b5b733031178c1a34c6334', '212132972745f3c61ea62a06f27dee0372bce74e', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'ar.json', NULL, 2622, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4158, '00ce5d73d21a5bfe2ed725a483da9c327fc0099a', 'b745aab923d76af7dc12d3df6f38baab411d300e', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'zh-hant.json', NULL, 2178, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4159, '08bd971ada532d7a5cbefbb67ec4bfc291fcf6a9', 'b78cd0204c1d35ac3603586b00ced1930a38581b', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'nb.json', NULL, 2243, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4160, '5daa8c05585d04fe6ebc071d6967a95e5e92c8c9', '89b361a4e2e1f890838a92d103acb1bb4c6f1fa2', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/language/', 'es-mx.json', NULL, 2414, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4161, 'b55cf499f462557c5112e3d1fc970a99e2e06496', 'a417b20c1a27e99708b2931f58c13d0243cd0148', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', 'clip.js', NULL, 3248, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4162, '7453519775975b5d0bb2d9577ca4dba8e6dfc42a', '75aa29f82c1b9e00c8084123e3ee34228d8cd060', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', 'library.json', NULL, 584, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4163, '83ee66877a18a45468630a9d02290626947f1f2c', '2cf8643889a96b2326e6d544c2f885ecd8790126', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', 'semantics.json', NULL, 4254, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4164, '418bc5d9a97f8ef486a4078c906883cb15971bc1', 'b1e71249ac75b224c7aeb7f2a4c995073486e8c2', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', 'h5p.svg', NULL, 1261, 'image/svg+xml', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4165, '0afa8feb82da610c5b3622963c4570969c5d19ac', '399f8fbc0b9a5028afe139e50f14117974e1809a', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', 'template.js', NULL, 3444, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4166, '656aa053329a4b611191f3dd040cdeb4632e3f2a', 'b08c1e39ae0612f5ef2e02a17dfecfe212a9b4ce', 1, 'core_h5p', 'libraries', 15, '/H5P.Collage-0.3/', 'collage.css', NULL, 669, 'text/css', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4167, '4655e81de83a09f7e6ee44563f3928c649168209', '2bbb40ebeeb82f6064dd4d3ce2e5ac5fe95a2b06', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/', 'collage-editor.css', NULL, 6947, 'text/css', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4168, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7db9e6aea4f8b254b56b1f71559a313033b6e2d5', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4169, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bbd582691f0a12bcd74c859be2547cc4f61563a8', 1, 'core_h5p', 'libraries', 16, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4170, 'ea17500a9c23f9c907d83083e937ebabce203c82', 'a2d074ecad534c34b6eb2bbecd0669d4c724ff87', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'sl.json', NULL, 641, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4171, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e1d1b89ad20cb3b0021631cd836d28718910f575', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4172, 'a38170877e1755615e519b628e3ed194550469c6', 'ef981a1da8f7ce260c085e85a0c3dc28b65bf3d1', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'nl.json', NULL, 624, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4173, '0e6bd9f7adcb8c9878abd9475f7066247353397c', '67a89060f4c2b3fde071293b905fffb88bba67fa', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'de.json', NULL, 656, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4174, 'e51274be5cca8c7b0889e8ef271c412d1d3a2a46', 'ed0b21f8e43a9111b1a05c685a60aa1eed1c5801', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'sme.json', NULL, 559, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4175, '96f195cf763aca0f7d2b8a9c5d7d18f7c9a6728d', '9977647bcb48b3dd2904223efdb13eb2a7ef1b44', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'pt.json', NULL, 663, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4176, 'e51274be5cca8c7b0889e8ef271c412d1d3a2a46', '06b71a042d25208cb1ec29ee899abc7918277cc4', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'en.json', NULL, 559, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4177, '96fba0790118730fe6d9fd83fa068cf8c9c2ab62', '2bc02808036f51a9d0d784d2a7af89bcf5b797f2', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'it.json', NULL, 629, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4178, 'eed2cf7a6c4743f15b5983ebab7a547a323b4625', 'da6d19dba93812b157ddc7558557994a12fc39bf', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'et.json', NULL, 604, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4179, '810df0b1f0cb7e4256cd99bc5ad4ce8f95480996', 'b5c5a720f1cfc20111eab780306d5c1900b88633', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'zh-hans.json', NULL, 541, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4180, '2248864e7e0c70b07df28c605e02ec75c7c3528f', 'e1ac38edf74742b3582950d83cc8cec40b9fcc2f', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'fr.json', NULL, 630, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4181, 'f15ebe959d7b9458d9835f618361d845ef48ebe1', '858e2b87a0c86fe61de22996bfb0969fe949ea8a', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'el.json', NULL, 942, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4182, '44902698c211736c4c6536f924bc2fcd0eb64c37', 'f2b636cc696337f06709f6bec9e49ba9db2e675d', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'bg.json', NULL, 985, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4183, '06739bb8450cfc5448a365d856a7ed27a1d98a53', '106044d18833ca83cbdfc08ac978c7bdab215315', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'ca.json', NULL, 679, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4184, 'e51274be5cca8c7b0889e8ef271c412d1d3a2a46', 'dda2ff5068e499a531e3655554ddd3c3ff76bdd9', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'smj.json', NULL, 559, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4185, 'adba63df8bf6d9541457fd8fb48cbd2e2ca27415', '5464d3fdbca477bc465160e756cc6fb791ea6010', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'pt-br.json', NULL, 636, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4186, 'd1c1912a25f35b82e3fe73a077de5a819ad01c06', '2946f4ceea114c89f43e4d4048b74c1ba0077576', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'ko.json', NULL, 640, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4187, '1046b48df3b8936a3242dd1af767146a018376eb', '0ed35576be27a8f2e9a0a453b61858ec22b08cbd', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'eu.json', NULL, 610, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4188, 'c39c861e8c3aa80856cb18ef4103d8aab3a640c4', 'ba768c450e3a1216c5ea0d6d222c6d7866b19801', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'cs.json', NULL, 627, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4189, 'e51274be5cca8c7b0889e8ef271c412d1d3a2a46', '7a8e798ee02539810147d9c147e50d7158c97f37', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'sma.json', NULL, 559, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4190, 'd5c63b9b290045acf051a8a6078a393df99a0c78', 'a41526ff453d716717770bb617640602f3aa4fd2', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'sv.json', NULL, 612, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4191, 'acac161b295b771bde444c04d5f4ccd45eed22a7', '9b369e31cce74424d19a0bd7c96721aacd84782c', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'es.json', NULL, 630, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4192, '512cf94a981ac16a85feafcef5216184a31f7428', 'd687db28ad9d795998d0a94d0b92bdf3663f3124', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'zh-hant.json', NULL, 541, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4193, 'acac161b295b771bde444c04d5f4ccd45eed22a7', 'ed550346e06cd71518b9760fd00e31a8f7d6f292', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/language/', 'es-mx.json', NULL, 630, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4194, 'effb7fb75e4d9254916c08a2a73c5ed98b99c7b8', '7076154761a69d1b8b02c4024f97b09423d0150c', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/', 'layout-selector.js', NULL, 2678, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4195, '537f1f8561506e234183898fac0b130d2d654ea5', '525305e6b7d670f84a2f642c5329012bb73e44b2', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/', 'clip-editor.js', NULL, 15907, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4196, 'deb43d970805c70002a9295ce2d12dcf8a1d0145', 'd0adb8e649edc90cdae125c0089870872d3fee61', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/', 'library.json', NULL, 721, 'application/json', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4197, 'df602337adca9eb5e2e550440a4c52158cb7ad0c', 'bd2f3b0e251c101c1b552b284e00cac9243477bf', 1, 'core_h5p', 'libraries', 16, '/H5PEditor.Collage-0.3/', 'collage-editor.js', NULL, 9686, 'application/x-javascript', 0, NULL, NULL, NULL, 1612046742, 1612046742, 0, NULL), (4198, '50565abdf28f76f728934bf0736887c4fcf3f1df', '88b06733853c58c1ef1f0091cbac4e336fda5734', 1, 'core_h5p', 'library_sources', 0, '/', 'H5P.Column', NULL, 4947234, 'application/zip', 0, 'https://api.h5p.org/v1/content-types/H5P.Column', NULL, NULL, 1612046743, 1612046743, 0, NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_files_reference` -- CREATE TABLE `cocoon_files_reference` ( `id` bigint NOT NULL, `repositoryid` bigint NOT NULL, `lastsync` bigint DEFAULT NULL, `reference` longtext COLLATE utf8mb4_unicode_ci, `referencehash` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Store files references'; -- -- Volcado de datos para la tabla `cocoon_files_reference` -- INSERT INTO `cocoon_files_reference` (`id`, `repositoryid`, `lastsync`, `reference`, `referencehash`) VALUES (1, 8, 1576864632, 'home/h1.jpg', 'de97b2a9846d9164886ef49e67a155cbe693241d'), (2, 8, 1576864681, 'home/h2.jpg', 'b94d10bde51511df3451ae2eac15128708aebf05'), (3, 8, 1576864681, 'home/h3.jpg', 'f00dfb39218ea5aa61eb705a0b84c52217eae237'), (4, 8, 1577463505, 'blog/4.jpg', '0b2020143f3a47396003b9cef54f6189ee85d85b'), (5, 8, 1577463487, 'blog/5.jpg', '89d03e27608638fe083fc49b5e3dc4cad30b1ca6'), (6, 8, 1578021410, 'testimonial/1.jpg', 'f9d3fe8328fb62fbfdd544580a33c4ce358f2889'), (7, 8, 1578021410, 'testimonial/2.jpg', '243e8063c09820bb43f3b5d7223a62db3dbea48e'), (8, 8, 1578021382, 'testimonial/3.jpg', '2fa16d2c539497e623e3d590a324d93680e547f6'), (9, 8, 1576967774, 'resource/2.png', 'd1c6a63b902bf1edac1b51e51e2f0ec3b5dd1149'), (10, 8, 1737054799, 'courses/t1.jpg', '5cc1d5d33d7c3a726c92f5432c59b208bc6d6c5f'), (11, 8, 1737054799, 'courses/t2.jpg', '2ffd791830d9ef98e8c0623c8b6309ad632eb0dc'), (12, 8, 1737054799, 'courses/t3.jpg', 'c178395d9020f8da3a504ef91bd6d8f3a3422221'), (13, 8, 1737054799, 'courses/t4.jpg', '18259bb65cc63239a223bfb32097b17c23190983'), (14, 8, 1737054799, 'courses/t5.jpg', '8191b429dce32058d5e03e164e50d2c17c20f8fe'), (15, 8, 1737054799, 'courses/t6.jpg', '64b30de920e96ff7711c821004630b66d54692e1'), (16, 8, 1737054799, 'courses/t7.jpg', '690d3ffdcb0ea8b22a68535c828e230135bf80a1'), (17, 8, 1737054799, 'courses/t8.jpg', '00ac384a263417d30950f28652fb8a6350c4061c'), (18, 8, 1577827276, 'team/4.png', 'b240149c3a366953f058d449fae2117ec402cc45'), (19, 8, 1578024384, 'team/6.png', 'bca1ab907e8794b06bdc910abe309380a50b3611'), (20, 8, 1577917213, 'blog/14.jpg', '06fd2df27f7e4db1a07222a87ddadfecf95c80f7'), (21, 8, 1577917718, 'blog/bg4.jpg', 'a4aed86160c1d0f197938cde35b7ad01fa5e81d5'), (22, 8, 1578024408, 'team/7.png', '632f356fab536111397500373909be3858f8283c'), (23, 8, 1578024213, 'team/8.png', '059f35f476630e7bab436535335003b0300d32b9'), (24, 8, 1578024352, 'team/9.png', 'e8deb1285b24ba6c84321b7ad1482846516081b2'), (25, 8, 1578024438, 'team/10.png', 'fcf5fa01df567f1acaaa5103427268902dba4568'), (26, 8, 1577484445, 'blog/2a.jpg', '9c7bd5b5eaa843aef9d822612e49567fb40c8646'), (27, 8, 1577484494, 'blog/3a.jpg', 'a2b6eca5f6358173fcabcd17c0f76de2ae8b44fb'), (28, 8, 1577484494, 'blog/2.jpg', '69389a43e84bcb87e585dcf578b41a67fb7efc57'), (29, 8, 1577484494, 'blog/3.jpg', 'fb842c4b6dd5c4aaebf647df86d5c84e9322de27'), (30, 8, 1578021407, 'testimonial/4.jpg', 'bff08b7a34d57af2d071253a8db3217082597295'), (31, 8, 1577391989, 'about/8.jpg', '3c8ed99d8821c2a3311263ce78002b73f8548609'), (32, 8, 1578021909, 'background/6.jpg', 'd9384a1af24975310eed667b7e77d829d91a3e9f'), (33, 8, 1577414525, 'background/7.jpg', '24cdbe74c88479596380f63893229780fa496c6f'), (34, 8, 1578021793, 'home/6.jpg', '07cbac156391ca7c32ac3e700b1409439d9154fb'), (35, 8, 1577900210, 'home/7.jpg', '59e3db2c0ae15344a75be09fa1625bab71b3525f'), (36, 8, 1577900210, 'home/8.jpg', 'c5b9a78b5b63f590e2996cc604691494aab06033'), (37, 8, 1577584994, 'about/1.jpg', 'e5bac90eba169a0ce367a307888b971c35a91cdc'), (38, 8, 1577417907, 'about/7.png', 'b5c44144bf765dbb3bf479997b774a3ab1c4a0dc'), (39, 8, 1578021774, 'home/5.jpg', '1840261e288d8f88da1b4381a995d8064b209505'), (40, 8, 1578021753, 'home/4.jpg', '672b6ef1a02a30be2a30817397c4e5fe3df5cd61'), (41, 8, 1612046088, 'partners/1.png', '025f36c95f32da80cf4af3a6adf920182b0d3856'), (42, 8, 1612046097, 'partners/2.png', '333bc682e27eabc12551b746ea4333195514fb18'), (43, 8, 1612046103, 'partners/3.png', '3105b236760ebd5f6c887e3a6e9c6f6f5a47a3f3'), (44, 8, 1612046112, 'partners/4.png', 'ef7cee1cda484c302c0f7da8b049a0e0b1e7bb2d'), (45, 8, 1577470869, 'background/5.jpg', '5a7ff3ae6dbdfd97078ad2ff10bf61da2332999c'), (46, 8, 1577622431, 'about/1.png', '7f31c4706df1d9edfc0dedb48a3ddee77d94b6e6'), (48, 8, 1577622433, 'about/icon1.png', '4cd70e1db2f87fe903611848227d348fd084de48'), (49, 8, 1577567934, 'testimonial/5.jpg', '90623091396ca3821af8986f90dd950975744ad6'), (50, 8, 1578022546, 'background/2.jpg', '6efa4cd03166d01d30cbcc759319be276b25857b'), (51, 8, 1612046118, 'partners/5.png', '84390de9ff967520850076ff7634d11b26c49802'), (52, 8, 1577619580, 'service/1.jpg', 'b8b3728df124f1cc02d42365bcb44c3dd0142827'), (53, 8, 1577619596, 'service/2.jpg', '10367001eb567af8a38864a489e91330d6283a5a'), (54, 8, 1577619612, 'service/3.jpg', '8022ebabcb3b5f003686de8f55f6bc391d52578a'), (55, 8, 1577619624, 'service/4.jpg', '775c3da068cbbbcadc73e8bff7c7490ef2d23df0'), (56, 8, 1577622433, 'about/icon2.png', '58c5e8319749202b4553ae39ed9a0f0fface1502'), (57, 8, 1577622433, 'about/icon3.png', 'c6115606ade4f35da889a2d81f7573d9fb5481dc'), (58, 8, 1577622433, 'about/icon4.png', '807f1e3b2de216ecc069050dbb1b2044b0bc47ed'), (59, 8, 1577627313, 'blog/el1.jpg', '011feeda538d434534743432db022a2f45aa60d1'), (60, 8, 1577627383, 'blog/el2.jpg', 'cecfa6135b698327348e1b31b92fa8af99d5dc7b'), (61, 8, 1577627434, 'blog/el3.jpg', 'c454ed3701bb3a66a2c9506200dfc6ded9e29748'), (62, 8, 1577627469, 'blog/el4.jpg', '0ea7c9619c7c5a04a603979248960f05eac7f0c1'), (63, 8, 1578023137, 'blog/12.jpg', 'fa615af9ad870412b2e91ef621506e70b6878662'), (65, 8, 1577898672, 'background/3.jpg', '6a260e7182edad7ed76c5ce9c74cef16a37a4161'), (66, 8, 1601486474, 'resource/phone_home.png', 'eeef2c2e14277b9912633967b05f754bc3c5834e'), (67, 8, 1601490241, 'home/1.jpg', '03a44ddc3e4c6f126367675d48b78d2e708115cd'), (68, 8, 1601490241, 'home/2.jpg', '00218a96b5dea62df9bf3aee8dcfe12dd4a55235'), (69, 8, 1601490241, 'home/3.jpg', '70d7fedb1fd9f34f3bbdf7ae5f3e763a644e694e'), (70, 8, 1578022267, 'about/2.jpg', '3b9b582ea66bdc633f14057b4d62d3645af8f73a'), (71, 8, 1578022274, 'about/3.jpg', '06a2899116bca3503c968dc1b08d154650861221'), (72, 8, 1578022284, 'about/4.jpg', '44c7c9e8525a3383c139c37ca2565d794686193c'), (73, 8, 1578022364, 'about/5.jpg', '2a1dfa1b8af3627f581f01fe0f51034dca0c0b07'), (74, 8, 1578022381, 'about/6.jpg', '3b32f500dc95d01d9f3ad09233ee5e49236abee6'), (75, 8, 1578022393, 'about/7.jpg', '45a44681fc2221e8bd2dc0a41e597251a38491db'), (76, 8, 1578022778, 'gallery/1.jpg', '8bdb09f4ca9786c80addce1ac1575b15ec1dfa55'), (77, 8, 1578022729, 'gallery/2.jpg', 'c5cadf32b5b1b0f413a003c6124cf60b6c92d17d'), (78, 8, 1578022739, 'gallery/3.jpg', '1da20d8d18fc64c5e079ba909ad09f950c680345'), (79, 8, 1578022747, 'gallery/4.jpg', '4f486d50f031a3d94d89f5da8dcb1325a214bf16'), (80, 8, 1578022755, 'gallery/5.jpg', 'bba80c645fffb0a9427150366bf17c45fc13b029'), (81, 8, 1578022762, 'gallery/6.jpg', 'ec8a39974411e37df53ef1da6dc2239e70dc198c'), (82, 8, 1578022770, 'gallery/7.jpg', '1c6eb45b520cc98d39046c890adb0b2e4f179bdc'), (83, 8, 1578022778, 'gallery/8.jpg', '8a774c79294e57239197d640a64f7bd2a577bb2e'), (84, 8, 1578023107, 'blog/13.jpg', 'be5ce61e6c39a89392f9223e20ab3f03b78ece2e'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_file_conversion` -- CREATE TABLE `cocoon_file_conversion` ( `id` bigint NOT NULL, `usermodified` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `sourcefileid` bigint NOT NULL, `targetformat` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `status` bigint DEFAULT '0', `statusmessage` longtext COLLATE utf8mb4_unicode_ci, `converter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `destfileid` bigint DEFAULT NULL, `data` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Table to track file conversions.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_filter_active` -- CREATE TABLE `cocoon_filter_active` ( `id` bigint NOT NULL, `filter` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `active` smallint NOT NULL, `sortorder` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores information about which filters are active in which c'; -- -- Volcado de datos para la tabla `cocoon_filter_active` -- INSERT INTO `cocoon_filter_active` (`id`, `filter`, `contextid`, `active`, `sortorder`) VALUES (1, 'activitynames', 1, 1, 3), (2, 'mathjaxloader', 1, 1, 1), (3, 'mediaplugin', 1, 1, 4), (4, 'algebra', 1, -9999, 5), (5, 'censor', 1, -9999, 6), (6, 'data', 1, -9999, 7), (7, 'emailprotect', 1, -9999, 8), (8, 'emoticon', 1, -9999, 9), (9, 'glossary', 1, -9999, 10), (10, 'multilang', 1, -9999, 11), (11, 'tex', 1, -9999, 12), (12, 'tidy', 1, -9999, 13), (13, 'urltolink', 1, -9999, 14), (14, 'displayh5p', 1, 1, 2); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_filter_config` -- CREATE TABLE `cocoon_filter_config` ( `id` bigint NOT NULL, `filter` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contextid` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores per-context configuration settings for filters which '; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_folder` -- CREATE TABLE `cocoon_folder` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `revision` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `display` smallint NOT NULL DEFAULT '0', `showexpanded` tinyint(1) NOT NULL DEFAULT '1', `showdownloadfolder` tinyint(1) NOT NULL DEFAULT '1', `forcedownload` tinyint(1) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='each record is one folder resource'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum` -- CREATE TABLE `cocoon_forum` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'general', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `duedate` bigint NOT NULL DEFAULT '0', `cutoffdate` bigint NOT NULL DEFAULT '0', `assessed` bigint NOT NULL DEFAULT '0', `assesstimestart` bigint NOT NULL DEFAULT '0', `assesstimefinish` bigint NOT NULL DEFAULT '0', `scale` bigint NOT NULL DEFAULT '0', `grade_forum` bigint NOT NULL DEFAULT '0', `grade_forum_notify` smallint NOT NULL DEFAULT '0', `maxbytes` bigint NOT NULL DEFAULT '0', `maxattachments` bigint NOT NULL DEFAULT '1', `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0', `trackingtype` tinyint NOT NULL DEFAULT '1', `rsstype` tinyint NOT NULL DEFAULT '0', `rssarticles` tinyint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `warnafter` bigint NOT NULL DEFAULT '0', `blockafter` bigint NOT NULL DEFAULT '0', `blockperiod` bigint NOT NULL DEFAULT '0', `completiondiscussions` int NOT NULL DEFAULT '0', `completionreplies` int NOT NULL DEFAULT '0', `completionposts` int NOT NULL DEFAULT '0', `displaywordcount` tinyint(1) NOT NULL DEFAULT '0', `lockdiscussionafter` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Forums contain and structure discussion'; -- -- Volcado de datos para la tabla `cocoon_forum` -- INSERT INTO `cocoon_forum` (`id`, `course`, `type`, `name`, `intro`, `introformat`, `duedate`, `cutoffdate`, `assessed`, `assesstimestart`, `assesstimefinish`, `scale`, `grade_forum`, `grade_forum_notify`, `maxbytes`, `maxattachments`, `forcesubscribe`, `trackingtype`, `rsstype`, `rssarticles`, `timemodified`, `warnafter`, `blockafter`, `blockperiod`, `completiondiscussions`, `completionreplies`, `completionposts`, `displaywordcount`, `lockdiscussionafter`) VALUES (3, 1, 'news', 'Site announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1576601668, 0, 0, 0, 0, 0, 0, 0, 0), (4, 4, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576962846, 0, 0, 0, 0, 0, 0, 0, 0), (5, 5, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576962973, 0, 0, 0, 0, 0, 0, 0, 0), (6, 6, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576963051, 0, 0, 0, 0, 0, 0, 0, 0), (7, 7, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576963144, 0, 0, 0, 0, 0, 0, 0, 0), (8, 8, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576963193, 0, 0, 0, 0, 0, 0, 0, 0), (9, 9, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576963345, 0, 0, 0, 0, 0, 0, 0, 0), (10, 10, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576963416, 0, 0, 0, 0, 0, 0, 0, 0), (11, 11, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576963461, 0, 0, 0, 0, 0, 0, 0, 0), (12, 12, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576972047, 0, 0, 0, 0, 0, 0, 0, 0), (13, 13, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576972092, 0, 0, 0, 0, 0, 0, 0, 0), (14, 14, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576972151, 0, 0, 0, 0, 0, 0, 0, 0), (15, 15, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576972206, 0, 0, 0, 0, 0, 0, 0, 0), (16, 16, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576972250, 0, 0, 0, 0, 0, 0, 0, 0), (17, 17, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576972297, 0, 0, 0, 0, 0, 0, 0, 0), (18, 18, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1576972342, 0, 0, 0, 0, 0, 0, 0, 0), (19, 19, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577031524, 0, 0, 0, 0, 0, 0, 0, 0), (20, 20, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577031566, 0, 0, 0, 0, 0, 0, 0, 0), (21, 21, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577031703, 0, 0, 0, 0, 0, 0, 0, 0), (22, 22, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577031799, 0, 0, 0, 0, 0, 0, 0, 0), (23, 23, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577031836, 0, 0, 0, 0, 0, 0, 0, 0), (24, 24, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577031879, 0, 0, 0, 0, 0, 0, 0, 0), (25, 25, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577031938, 0, 0, 0, 0, 0, 0, 0, 0), (26, 26, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037572, 0, 0, 0, 0, 0, 0, 0, 0), (27, 27, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037619, 0, 0, 0, 0, 0, 0, 0, 0), (28, 28, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037669, 0, 0, 0, 0, 0, 0, 0, 0), (29, 29, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037715, 0, 0, 0, 0, 0, 0, 0, 0), (30, 30, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037755, 0, 0, 0, 0, 0, 0, 0, 0), (31, 31, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037795, 0, 0, 0, 0, 0, 0, 0, 0), (32, 32, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037841, 0, 0, 0, 0, 0, 0, 0, 0), (33, 33, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037914, 0, 0, 0, 0, 0, 0, 0, 0), (34, 34, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577037974, 0, 0, 0, 0, 0, 0, 0, 0), (35, 35, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038018, 0, 0, 0, 0, 0, 0, 0, 0), (36, 36, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038056, 0, 0, 0, 0, 0, 0, 0, 0), (37, 37, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038100, 0, 0, 0, 0, 0, 0, 0, 0), (38, 38, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038152, 0, 0, 0, 0, 0, 0, 0, 0), (39, 39, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038192, 0, 0, 0, 0, 0, 0, 0, 0), (40, 40, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038244, 0, 0, 0, 0, 0, 0, 0, 0), (41, 41, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038287, 0, 0, 0, 0, 0, 0, 0, 0), (42, 42, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038339, 0, 0, 0, 0, 0, 0, 0, 0), (43, 43, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038401, 0, 0, 0, 0, 0, 0, 0, 0), (44, 44, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038441, 0, 0, 0, 0, 0, 0, 0, 0), (45, 45, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038479, 0, 0, 0, 0, 0, 0, 0, 0), (46, 46, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038520, 0, 0, 0, 0, 0, 0, 0, 0), (47, 47, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038617, 0, 0, 0, 0, 0, 0, 0, 0), (48, 48, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038667, 0, 0, 0, 0, 0, 0, 0, 0), (49, 49, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038725, 0, 0, 0, 0, 0, 0, 0, 0), (50, 50, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038785, 0, 0, 0, 0, 0, 0, 0, 0), (51, 51, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038834, 0, 0, 0, 0, 0, 0, 0, 0), (52, 52, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038892, 0, 0, 0, 0, 0, 0, 0, 0), (53, 53, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577038946, 0, 0, 0, 0, 0, 0, 0, 0), (54, 54, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577039639, 0, 0, 0, 0, 0, 0, 0, 0), (55, 55, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577039692, 0, 0, 0, 0, 0, 0, 0, 0), (56, 56, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577039734, 0, 0, 0, 0, 0, 0, 0, 0), (57, 57, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577039776, 0, 0, 0, 0, 0, 0, 0, 0), (58, 58, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577039812, 0, 0, 0, 0, 0, 0, 0, 0), (59, 59, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577039858, 0, 0, 0, 0, 0, 0, 0, 0), (60, 60, 'news', 'Announcements', 'General news and announcements', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1577039937, 0, 0, 0, 0, 0, 0, 0, 0), (61, 10, 'social', 'Social forum', 'An open forum for chatting about anything you want to', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1577500778, 0, 0, 0, 0, 0, 0, 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_digests` -- CREATE TABLE `cocoon_forum_digests` ( `id` bigint NOT NULL, `userid` bigint NOT NULL, `forum` bigint NOT NULL, `maildigest` tinyint(1) NOT NULL DEFAULT '-1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Keeps track of user mail delivery preferences for each forum'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_discussions` -- CREATE TABLE `cocoon_forum_discussions` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `firstpost` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '-1', `assessed` tinyint(1) NOT NULL DEFAULT '1', `timemodified` bigint NOT NULL DEFAULT '0', `usermodified` bigint NOT NULL DEFAULT '0', `timestart` bigint NOT NULL DEFAULT '0', `timeend` bigint NOT NULL DEFAULT '0', `pinned` tinyint(1) NOT NULL DEFAULT '0', `timelocked` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Forums are composed of discussions'; -- -- Volcado de datos para la tabla `cocoon_forum_discussions` -- INSERT INTO `cocoon_forum_discussions` (`id`, `course`, `forum`, `name`, `firstpost`, `userid`, `groupid`, `assessed`, `timemodified`, `usermodified`, `timestart`, `timeend`, `pinned`, `timelocked`) VALUES (1, 10, 61, 'Choosing the Most Appropriate Artwork for your Dissertation', 1, 2, -1, 0, 1577500833, 2, 0, 0, 0, 0), (2, 10, 61, 'Submission Guidelines for Week 6', 2, 2, -1, 0, 1577500995, 2, 0, 0, 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_discussion_subs` -- CREATE TABLE `cocoon_forum_discussion_subs` ( `id` bigint NOT NULL, `forum` bigint NOT NULL, `userid` bigint NOT NULL, `discussion` bigint NOT NULL, `preference` bigint NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Users may choose to subscribe and unsubscribe from specific '; -- -- Volcado de datos para la tabla `cocoon_forum_discussion_subs` -- INSERT INTO `cocoon_forum_discussion_subs` (`id`, `forum`, `userid`, `discussion`, `preference`) VALUES (1, 61, 2, 1, 1577500833), (2, 61, 2, 2, 1577500995); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_grades` -- CREATE TABLE `cocoon_forum_grades` ( `id` bigint NOT NULL, `forum` bigint NOT NULL, `itemnumber` bigint NOT NULL, `userid` bigint NOT NULL, `grade` decimal(10,5) DEFAULT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_posts` -- CREATE TABLE `cocoon_forum_posts` ( `id` bigint NOT NULL, `discussion` bigint NOT NULL DEFAULT '0', `parent` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `created` bigint NOT NULL DEFAULT '0', `modified` bigint NOT NULL DEFAULT '0', `mailed` tinyint NOT NULL DEFAULT '0', `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `messageformat` tinyint NOT NULL DEFAULT '0', `messagetrust` tinyint NOT NULL DEFAULT '0', `attachment` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `totalscore` smallint NOT NULL DEFAULT '0', `mailnow` bigint NOT NULL DEFAULT '0', `deleted` tinyint(1) NOT NULL DEFAULT '0', `privatereplyto` bigint NOT NULL DEFAULT '0', `wordcount` bigint DEFAULT NULL, `charcount` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='All posts are stored in this table'; -- -- Volcado de datos para la tabla `cocoon_forum_posts` -- INSERT INTO `cocoon_forum_posts` (`id`, `discussion`, `parent`, `userid`, `created`, `modified`, `mailed`, `subject`, `message`, `messageformat`, `messagetrust`, `attachment`, `totalscore`, `mailnow`, `deleted`, `privatereplyto`, `wordcount`, `charcount`) VALUES (1, 1, 0, 2, 1577500833, 1577500833, 0, 'Choosing the Most Appropriate Artwork for your Dissertation', '

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.



', 1, 0, '', 0, 0, 0, 0, 91, 484), (2, 2, 0, 2, 1577500995, 1577500995, 0, 'Submission Guidelines for Week 6', '

It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

', 1, 0, '', 0, 0, 0, 0, 31, 177); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_queue` -- CREATE TABLE `cocoon_forum_queue` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `discussionid` bigint NOT NULL DEFAULT '0', `postid` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='For keeping track of posts that will be mailed in digest for'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_read` -- CREATE TABLE `cocoon_forum_read` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0', `discussionid` bigint NOT NULL DEFAULT '0', `postid` bigint NOT NULL DEFAULT '0', `firstread` bigint NOT NULL DEFAULT '0', `lastread` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Tracks each users read posts'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_subscriptions` -- CREATE TABLE `cocoon_forum_subscriptions` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `forum` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Keeps track of who is subscribed to what forum'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_forum_track_prefs` -- CREATE TABLE `cocoon_forum_track_prefs` ( `id` bigint NOT NULL, `userid` bigint NOT NULL DEFAULT '0', `forumid` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Tracks each users untracked forums'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_glossary` -- CREATE TABLE `cocoon_glossary` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint NOT NULL DEFAULT '0', `allowduplicatedentries` tinyint NOT NULL DEFAULT '0', `displayformat` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'dictionary', `mainglossary` tinyint NOT NULL DEFAULT '0', `showspecial` tinyint NOT NULL DEFAULT '1', `showalphabet` tinyint NOT NULL DEFAULT '1', `showall` tinyint NOT NULL DEFAULT '1', `allowcomments` tinyint NOT NULL DEFAULT '0', `allowprintview` tinyint NOT NULL DEFAULT '1', `usedynalink` tinyint NOT NULL DEFAULT '1', `defaultapproval` tinyint NOT NULL DEFAULT '1', `approvaldisplayformat` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default', `globalglossary` tinyint NOT NULL DEFAULT '0', `entbypage` smallint NOT NULL DEFAULT '10', `editalways` tinyint NOT NULL DEFAULT '0', `rsstype` tinyint NOT NULL DEFAULT '0', `rssarticles` tinyint NOT NULL DEFAULT '0', `assessed` bigint NOT NULL DEFAULT '0', `assesstimestart` bigint NOT NULL DEFAULT '0', `assesstimefinish` bigint NOT NULL DEFAULT '0', `scale` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionentries` int NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='all glossaries'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_glossary_alias` -- CREATE TABLE `cocoon_glossary_alias` ( `id` bigint NOT NULL, `entryid` bigint NOT NULL DEFAULT '0', `alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='entries alias'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_glossary_categories` -- CREATE TABLE `cocoon_glossary_categories` ( `id` bigint NOT NULL, `glossaryid` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `usedynalink` tinyint NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='all categories for glossary entries'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_glossary_entries` -- CREATE TABLE `cocoon_glossary_entries` ( `id` bigint NOT NULL, `glossaryid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `concept` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `definition` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `definitionformat` tinyint NOT NULL DEFAULT '0', `definitiontrust` tinyint NOT NULL DEFAULT '0', `attachment` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `teacherentry` tinyint NOT NULL DEFAULT '0', `sourceglossaryid` bigint NOT NULL DEFAULT '0', `usedynalink` tinyint NOT NULL DEFAULT '1', `casesensitive` tinyint NOT NULL DEFAULT '0', `fullmatch` tinyint NOT NULL DEFAULT '1', `approved` tinyint NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='all glossary entries'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_glossary_entries_categories` -- CREATE TABLE `cocoon_glossary_entries_categories` ( `id` bigint NOT NULL, `categoryid` bigint NOT NULL DEFAULT '0', `entryid` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='categories of each glossary entry'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_glossary_formats` -- CREATE TABLE `cocoon_glossary_formats` ( `id` bigint NOT NULL, `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `popupformatname` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `visible` tinyint NOT NULL DEFAULT '1', `showgroup` tinyint NOT NULL DEFAULT '1', `showtabs` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `defaultmode` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `defaulthook` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortkey` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sortorder` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Setting of the display formats'; -- -- Volcado de datos para la tabla `cocoon_glossary_formats` -- INSERT INTO `cocoon_glossary_formats` (`id`, `name`, `popupformatname`, `visible`, `showgroup`, `showtabs`, `defaultmode`, `defaulthook`, `sortkey`, `sortorder`) VALUES (1, 'continuous', 'continuous', 1, 1, 'standard,category,date', '', '', '', ''), (2, 'dictionary', 'dictionary', 1, 1, 'standard', '', '', '', ''), (3, 'encyclopedia', 'encyclopedia', 1, 1, 'standard,category,date,author', '', '', '', ''), (4, 'entrylist', 'entrylist', 1, 1, 'standard,category,date,author', '', '', '', ''), (5, 'faq', 'faq', 1, 1, 'standard,category,date,author', '', '', '', ''), (6, 'fullwithauthor', 'fullwithauthor', 1, 1, 'standard,category,date,author', '', '', '', ''), (7, 'fullwithoutauthor', 'fullwithoutauthor', 1, 1, 'standard,category,date', '', '', '', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_categories` -- CREATE TABLE `cocoon_grade_categories` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `parent` bigint DEFAULT NULL, `depth` bigint NOT NULL DEFAULT '0', `path` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fullname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `aggregation` bigint NOT NULL DEFAULT '0', `keephigh` bigint NOT NULL DEFAULT '0', `droplow` bigint NOT NULL DEFAULT '0', `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `hidden` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table keeps information about categories, used for grou'; -- -- Volcado de datos para la tabla `cocoon_grade_categories` -- INSERT INTO `cocoon_grade_categories` (`id`, `courseid`, `parent`, `depth`, `path`, `fullname`, `aggregation`, `keephigh`, `droplow`, `aggregateonlygraded`, `aggregateoutcomes`, `timecreated`, `timemodified`, `hidden`) VALUES (1, 9, NULL, 1, '/1/', '?', 13, 0, 0, 1, 0, 1577501092, 1577501092, 0), (2, 8, NULL, 1, '/2/', '?', 13, 0, 0, 1, 0, 1577501473, 1577501473, 0), (3, 1, NULL, 1, '/3/', '?', 13, 0, 0, 1, 0, 1577641779, 1577641779, 0), (4, 11, NULL, 1, '/4/', '?', 13, 0, 0, 1, 0, 1577641779, 1577641779, 0), (5, 7, NULL, 1, '/5/', '?', 13, 0, 0, 1, 0, 1577641779, 1577641779, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_categories_history` -- CREATE TABLE `cocoon_grade_categories_history` ( `id` bigint NOT NULL, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `courseid` bigint NOT NULL, `parent` bigint DEFAULT NULL, `depth` bigint NOT NULL DEFAULT '0', `path` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fullname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `aggregation` bigint NOT NULL DEFAULT '0', `keephigh` bigint NOT NULL DEFAULT '0', `droplow` bigint NOT NULL DEFAULT '0', `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0', `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0', `aggregatesubcats` tinyint(1) NOT NULL DEFAULT '0', `hidden` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='History of grade_categories'; -- -- Volcado de datos para la tabla `cocoon_grade_categories_history` -- INSERT INTO `cocoon_grade_categories_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `courseid`, `parent`, `depth`, `path`, `fullname`, `aggregation`, `keephigh`, `droplow`, `aggregateonlygraded`, `aggregateoutcomes`, `aggregatesubcats`, `hidden`) VALUES (1, 1, 1, 'system', 1574867983, 2, 2, NULL, 0, NULL, '?', 13, 0, 0, 1, 0, 0, 0), (2, 2, 1, 'system', 1574867983, 2, 2, NULL, 1, '/1/', '?', 13, 0, 0, 1, 0, 0, 0), (3, 1, 2, 'system', 1577037305, 2, 3, NULL, 0, NULL, '?', 13, 0, 0, 1, 0, 0, 0), (4, 2, 2, 'system', 1577037305, 2, 3, NULL, 1, '/2/', '?', 13, 0, 0, 1, 0, 0, 0), (5, 3, 2, 'coursedelete', 1577037305, 2, 3, NULL, 1, '/2/', '?', 13, 0, 0, 1, 0, 0, 0), (6, 3, 1, 'coursedelete', 1577037307, 2, 2, NULL, 1, '/1/', '?', 13, 0, 0, 1, 0, 0, 0), (7, 1, 1, 'system', 1577501092, 2, 9, NULL, 0, NULL, '?', 13, 0, 0, 1, 0, 0, 0), (8, 2, 1, 'system', 1577501092, 2, 9, NULL, 1, '/1/', '?', 13, 0, 0, 1, 0, 0, 0), (9, 1, 2, 'system', 1577501473, 2, 8, NULL, 0, NULL, '?', 13, 0, 0, 1, 0, 0, 0), (10, 2, 2, 'system', 1577501473, 2, 8, NULL, 1, '/2/', '?', 13, 0, 0, 1, 0, 0, 0), (11, 1, 3, 'system', 1577641779, 8, 1, NULL, 0, NULL, '?', 13, 0, 0, 1, 0, 0, 0), (12, 2, 3, 'system', 1577641779, 8, 1, NULL, 1, '/3/', '?', 13, 0, 0, 1, 0, 0, 0), (13, 1, 4, 'system', 1577641779, 8, 11, NULL, 0, NULL, '?', 13, 0, 0, 1, 0, 0, 0), (14, 2, 4, 'system', 1577641779, 8, 11, NULL, 1, '/4/', '?', 13, 0, 0, 1, 0, 0, 0), (15, 1, 5, 'system', 1577641779, 8, 7, NULL, 0, NULL, '?', 13, 0, 0, 1, 0, 0, 0), (16, 2, 5, 'system', 1577641779, 8, 7, NULL, 1, '/5/', '?', 13, 0, 0, 1, 0, 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_grades` -- CREATE TABLE `cocoon_grade_grades` ( `id` bigint NOT NULL, `itemid` bigint NOT NULL, `userid` bigint NOT NULL, `rawgrade` decimal(10,5) DEFAULT NULL, `rawgrademax` decimal(10,5) NOT NULL DEFAULT '100.00000', `rawgrademin` decimal(10,5) NOT NULL DEFAULT '0.00000', `rawscaleid` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `hidden` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `locktime` bigint NOT NULL DEFAULT '0', `exported` bigint NOT NULL DEFAULT '0', `overridden` bigint NOT NULL DEFAULT '0', `excluded` bigint NOT NULL DEFAULT '0', `feedback` longtext COLLATE utf8mb4_unicode_ci, `feedbackformat` bigint NOT NULL DEFAULT '0', `information` longtext COLLATE utf8mb4_unicode_ci, `informationformat` bigint NOT NULL DEFAULT '0', `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `aggregationstatus` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'unknown', `aggregationweight` decimal(10,5) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='grade_grades This table keeps individual grades for each us'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_grades_history` -- CREATE TABLE `cocoon_grade_grades_history` ( `id` bigint NOT NULL, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `itemid` bigint NOT NULL, `userid` bigint NOT NULL, `rawgrade` decimal(10,5) DEFAULT NULL, `rawgrademax` decimal(10,5) NOT NULL DEFAULT '100.00000', `rawgrademin` decimal(10,5) NOT NULL DEFAULT '0.00000', `rawscaleid` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `hidden` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `locktime` bigint NOT NULL DEFAULT '0', `exported` bigint NOT NULL DEFAULT '0', `overridden` bigint NOT NULL DEFAULT '0', `excluded` bigint NOT NULL DEFAULT '0', `feedback` longtext COLLATE utf8mb4_unicode_ci, `feedbackformat` bigint NOT NULL DEFAULT '0', `information` longtext COLLATE utf8mb4_unicode_ci, `informationformat` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='History table'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_import_newitem` -- CREATE TABLE `cocoon_grade_import_newitem` ( `id` bigint NOT NULL, `itemname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `importcode` bigint NOT NULL, `importer` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='temporary table for storing new grade_item names from grade '; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_import_values` -- CREATE TABLE `cocoon_grade_import_values` ( `id` bigint NOT NULL, `itemid` bigint DEFAULT NULL, `newgradeitem` bigint DEFAULT NULL, `userid` bigint NOT NULL, `finalgrade` decimal(10,5) DEFAULT NULL, `feedback` longtext COLLATE utf8mb4_unicode_ci, `importcode` bigint NOT NULL, `importer` bigint DEFAULT NULL, `importonlyfeedback` tinyint(1) DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Temporary table for importing grades'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_items` -- CREATE TABLE `cocoon_grade_items` ( `id` bigint NOT NULL, `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, `itemname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `itemtype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemmodule` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `iteminstance` bigint DEFAULT NULL, `itemnumber` bigint DEFAULT NULL, `iteminfo` longtext COLLATE utf8mb4_unicode_ci, `idnumber` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `calculation` longtext COLLATE utf8mb4_unicode_ci, `gradetype` smallint NOT NULL DEFAULT '1', `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', `scaleid` bigint DEFAULT NULL, `outcomeid` bigint DEFAULT NULL, `gradepass` decimal(10,5) NOT NULL DEFAULT '0.00000', `multfactor` decimal(10,5) NOT NULL DEFAULT '1.00000', `plusfactor` decimal(10,5) NOT NULL DEFAULT '0.00000', `aggregationcoef` decimal(10,5) NOT NULL DEFAULT '0.00000', `aggregationcoef2` decimal(10,5) NOT NULL DEFAULT '0.00000', `sortorder` bigint NOT NULL DEFAULT '0', `display` bigint NOT NULL DEFAULT '0', `decimals` tinyint(1) DEFAULT NULL, `hidden` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `locktime` bigint NOT NULL DEFAULT '0', `needsupdate` bigint NOT NULL DEFAULT '0', `weightoverride` tinyint(1) NOT NULL DEFAULT '0', `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table keeps information about gradeable items (ie colum'; -- -- Volcado de datos para la tabla `cocoon_grade_items` -- INSERT INTO `cocoon_grade_items` (`id`, `courseid`, `categoryid`, `itemname`, `itemtype`, `itemmodule`, `iteminstance`, `itemnumber`, `iteminfo`, `idnumber`, `calculation`, `gradetype`, `grademax`, `grademin`, `scaleid`, `outcomeid`, `gradepass`, `multfactor`, `plusfactor`, `aggregationcoef`, `aggregationcoef2`, `sortorder`, `display`, `decimals`, `hidden`, `locked`, `locktime`, `needsupdate`, `weightoverride`, `timecreated`, `timemodified`) VALUES (1, 9, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 0.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, NULL, 0, 0, 0, 0, 0, 1577501092, 1577501155), (2, 8, NULL, NULL, 'course', NULL, 2, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, NULL, 0, 0, 0, 0, 0, 1577501473, 1577501473), (3, 8, 2, 'Assignment 1', 'mod', 'assign', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 1.00000, 2, 0, NULL, 0, 0, 0, 0, 0, 1577501491, 1577501491), (4, 1, NULL, NULL, 'course', NULL, 3, NULL, NULL, NULL, NULL, 1, 0.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, NULL, 0, 0, 0, 0, 0, 1577641779, 1577641779), (5, 11, NULL, NULL, 'course', NULL, 4, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, NULL, 0, 0, 0, 1, 0, 1577641779, 1577641779), (6, 7, NULL, NULL, 'course', NULL, 5, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, NULL, 0, 0, 0, 1, 0, 1577641779, 1577641779); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_items_history` -- CREATE TABLE `cocoon_grade_items_history` ( `id` bigint NOT NULL, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `courseid` bigint DEFAULT NULL, `categoryid` bigint DEFAULT NULL, `itemname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `itemtype` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemmodule` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `iteminstance` bigint DEFAULT NULL, `itemnumber` bigint DEFAULT NULL, `iteminfo` longtext COLLATE utf8mb4_unicode_ci, `idnumber` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `calculation` longtext COLLATE utf8mb4_unicode_ci, `gradetype` smallint NOT NULL DEFAULT '1', `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000', `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000', `scaleid` bigint DEFAULT NULL, `outcomeid` bigint DEFAULT NULL, `gradepass` decimal(10,5) NOT NULL DEFAULT '0.00000', `multfactor` decimal(10,5) NOT NULL DEFAULT '1.00000', `plusfactor` decimal(10,5) NOT NULL DEFAULT '0.00000', `aggregationcoef` decimal(10,5) NOT NULL DEFAULT '0.00000', `aggregationcoef2` decimal(10,5) NOT NULL DEFAULT '0.00000', `sortorder` bigint NOT NULL DEFAULT '0', `hidden` bigint NOT NULL DEFAULT '0', `locked` bigint NOT NULL DEFAULT '0', `locktime` bigint NOT NULL DEFAULT '0', `needsupdate` bigint NOT NULL DEFAULT '0', `display` bigint NOT NULL DEFAULT '0', `decimals` tinyint(1) DEFAULT NULL, `weightoverride` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='History of grade_items'; -- -- Volcado de datos para la tabla `cocoon_grade_items_history` -- INSERT INTO `cocoon_grade_items_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `courseid`, `categoryid`, `itemname`, `itemtype`, `itemmodule`, `iteminstance`, `itemnumber`, `iteminfo`, `idnumber`, `calculation`, `gradetype`, `grademax`, `grademin`, `scaleid`, `outcomeid`, `gradepass`, `multfactor`, `plusfactor`, `aggregationcoef`, `aggregationcoef2`, `sortorder`, `hidden`, `locked`, `locktime`, `needsupdate`, `display`, `decimals`, `weightoverride`) VALUES (1, 1, 1, 'system', 1574867983, 2, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (2, 1, 2, NULL, 1574867997, 2, 2, 1, ' Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 2, 0, 0, 0, 1, 0, NULL, 0), (3, 2, 2, NULL, 1574867997, 2, 2, 1, ' Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 1.00000, 2, 0, 0, 0, 1, 0, NULL, 0), (4, 1, 3, NULL, 1574868064, 2, 2, 1, 'Lecture1.2 Exercise: Your first design challenge', 'mod', 'lesson', 2, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 3, 0, 0, 0, 1, 0, NULL, 0), (5, 2, 2, NULL, 1574868064, 2, 2, 1, ' Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.50000, 2, 0, 0, 0, 1, 0, NULL, 0), (6, 2, 3, NULL, 1574868064, 2, 2, 1, 'Lecture1.2 Exercise: Your first design challenge', 'mod', 'lesson', 2, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.50000, 3, 0, 0, 0, 1, 0, NULL, 0), (7, 2, 1, 'aggregation', 1574868064, 2, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 200.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (8, 2, 2, NULL, 1574868131, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.50000, 2, 0, 0, 0, 0, 0, NULL, 0), (9, 1, 4, NULL, 1574868158, 2, 2, 1, 'Lecture1.3 How to solve the previous exercise', 'mod', 'lesson', 3, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 4, 0, 0, 0, 1, 0, NULL, 0), (10, 2, 2, NULL, 1574868158, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.33333, 2, 0, 0, 0, 1, 0, NULL, 0), (11, 2, 3, NULL, 1574868158, 2, 2, 1, 'Lecture1.2 Exercise: Your first design challenge', 'mod', 'lesson', 2, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.33333, 3, 0, 0, 0, 1, 0, NULL, 0), (12, 2, 4, NULL, 1574868158, 2, 2, 1, 'Lecture1.3 How to solve the previous exercise', 'mod', 'lesson', 3, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.33333, 4, 0, 0, 0, 1, 0, NULL, 0), (13, 2, 1, 'aggregation', 1574868158, 2, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 300.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (14, 1, 5, NULL, 1574868179, 2, 2, 1, 'Lecture1.4 Find out why smart objects are amazing', 'mod', 'lesson', 4, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 5, 0, 0, 0, 1, 0, NULL, 0), (15, 2, 2, NULL, 1574868179, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.25000, 2, 0, 0, 0, 1, 0, NULL, 0), (16, 2, 3, NULL, 1574868179, 2, 2, 1, 'Lecture1.2 Exercise: Your first design challenge', 'mod', 'lesson', 2, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.25000, 3, 0, 0, 0, 1, 0, NULL, 0), (17, 2, 4, NULL, 1574868179, 2, 2, 1, 'Lecture1.3 How to solve the previous exercise', 'mod', 'lesson', 3, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.25000, 4, 0, 0, 0, 1, 0, NULL, 0), (18, 2, 5, NULL, 1574868179, 2, 2, 1, 'Lecture1.4 Find out why smart objects are amazing', 'mod', 'lesson', 4, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.25000, 5, 0, 0, 0, 1, 0, NULL, 0), (19, 2, 1, 'aggregation', 1574868179, 2, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 400.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (20, 1, 6, NULL, 1574868199, 2, 2, 1, 'Lecture1.5 How to use text layers effectively', 'mod', 'lesson', 5, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 6, 0, 0, 0, 1, 0, NULL, 0), (21, 2, 2, NULL, 1574868200, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.20000, 2, 0, 0, 0, 1, 0, NULL, 0), (22, 2, 3, NULL, 1574868200, 2, 2, 1, 'Lecture1.2 Exercise: Your first design challenge', 'mod', 'lesson', 2, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.20000, 3, 0, 0, 0, 1, 0, NULL, 0), (23, 2, 4, NULL, 1574868200, 2, 2, 1, 'Lecture1.3 How to solve the previous exercise', 'mod', 'lesson', 3, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.20000, 4, 0, 0, 0, 1, 0, NULL, 0), (24, 2, 5, NULL, 1574868200, 2, 2, 1, 'Lecture1.4 Find out why smart objects are amazing', 'mod', 'lesson', 4, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.20000, 5, 0, 0, 0, 1, 0, NULL, 0), (25, 2, 6, NULL, 1574868200, 2, 2, 1, 'Lecture1.5 How to use text layers effectively', 'mod', 'lesson', 5, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.20000, 6, 0, 0, 0, 1, 0, NULL, 0), (26, 2, 1, 'aggregation', 1574868200, 2, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 500.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (27, 1, 7, NULL, 1574868242, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 6, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 7, 0, 0, 0, 1, 0, NULL, 0), (28, 2, 2, NULL, 1574868242, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 2, 0, 0, 0, 1, 0, NULL, 0), (29, 2, 3, NULL, 1574868242, 2, 2, 1, 'Lecture1.2 Exercise: Your first design challenge', 'mod', 'lesson', 2, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 3, 0, 0, 0, 1, 0, NULL, 0), (30, 2, 4, NULL, 1574868242, 2, 2, 1, 'Lecture1.3 How to solve the previous exercise', 'mod', 'lesson', 3, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 4, 0, 0, 0, 1, 0, NULL, 0), (31, 2, 5, NULL, 1574868242, 2, 2, 1, 'Lecture1.4 Find out why smart objects are amazing', 'mod', 'lesson', 4, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 5, 0, 0, 0, 1, 0, NULL, 0), (32, 2, 6, NULL, 1574868242, 2, 2, 1, 'Lecture1.5 How to use text layers effectively', 'mod', 'lesson', 5, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 6, 0, 0, 0, 1, 0, NULL, 0), (33, 2, 7, NULL, 1574868242, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 6, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 7, 0, 0, 0, 1, 0, NULL, 0), (34, 2, 1, 'aggregation', 1574868242, 2, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 600.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (35, 1, 8, 'system', 1577037305, 2, 3, NULL, NULL, 'course', NULL, 2, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (36, 3, 8, 'coursedelete', 1577037305, 2, 3, NULL, NULL, 'course', NULL, 2, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (37, 3, 2, 'coursedelete', 1577037307, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 2, 0, 0, 0, 1, 0, NULL, 0), (38, 3, 3, 'coursedelete', 1577037307, 2, 2, 1, 'Lecture1.2 Exercise: Your first design challenge', 'mod', 'lesson', 2, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 3, 0, 0, 0, 1, 0, NULL, 0), (39, 3, 4, 'coursedelete', 1577037307, 2, 2, 1, 'Lecture1.3 How to solve the previous exercise', 'mod', 'lesson', 3, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 4, 0, 0, 0, 1, 0, NULL, 0), (40, 3, 5, 'coursedelete', 1577037307, 2, 2, 1, 'Lecture1.4 Find out why smart objects are amazing', 'mod', 'lesson', 4, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 5, 0, 0, 0, 1, 0, NULL, 0), (41, 3, 6, 'coursedelete', 1577037307, 2, 2, 1, 'Lecture1.5 How to use text layers effectively', 'mod', 'lesson', 5, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 6, 0, 0, 0, 1, 0, NULL, 0), (42, 3, 7, 'coursedelete', 1577037307, 2, 2, 1, 'Lecture1.1 Introduction to the User Experience Course', 'mod', 'lesson', 6, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.16667, 7, 0, 0, 0, 1, 0, NULL, 0), (43, 3, 1, 'coursedelete', 1577037307, 2, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 600.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 0, 0, NULL, 0), (44, 1, 1, 'system', 1577501092, 2, 9, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (45, 2, 1, 'aggregation', 1577501155, 2, 9, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, 0.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (46, 1, 2, 'system', 1577501473, 2, 8, NULL, NULL, 'course', NULL, 2, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (47, 1, 3, NULL, 1577501491, 2, 8, 2, 'Assignment 1', 'mod', 'assign', 1, 0, NULL, '84', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 2, 0, 0, 0, 1, 0, NULL, 0), (48, 2, 3, NULL, 1577501491, 2, 8, 2, 'Assignment 1', 'mod', 'assign', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 2, 0, 0, 0, 1, 0, NULL, 0), (49, 2, 3, NULL, 1577501491, 2, 8, 2, 'Assignment 1', 'mod', 'assign', 1, 0, NULL, '', NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 1.00000, 2, 0, 0, 0, 1, 0, NULL, 0), (50, 1, 4, 'system', 1577641779, 8, 1, NULL, NULL, 'course', NULL, 3, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (51, 2, 4, 'aggregation', 1577641779, 8, 1, NULL, NULL, 'course', NULL, 3, NULL, NULL, NULL, NULL, 1, 0.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (52, 1, 5, 'system', 1577641779, 8, 11, NULL, NULL, 'course', NULL, 4, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0), (53, 1, 6, 'system', 1577641779, 8, 7, NULL, NULL, 'course', NULL, 5, NULL, NULL, NULL, NULL, 1, 100.00000, 0.00000, NULL, NULL, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 1, 0, 0, 0, 1, 0, NULL, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_letters` -- CREATE TABLE `cocoon_grade_letters` ( `id` bigint NOT NULL, `contextid` bigint NOT NULL, `lowerboundary` decimal(10,5) NOT NULL, `letter` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Repository for grade letters, for courses and other moodle e'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_outcomes` -- CREATE TABLE `cocoon_grade_outcomes` ( `id` bigint NOT NULL, `courseid` bigint DEFAULT NULL, `shortname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `fullname` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `scaleid` bigint DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `timecreated` bigint DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `usermodified` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='This table describes the outcomes used in the system. An out'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_outcomes_courses` -- CREATE TABLE `cocoon_grade_outcomes_courses` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `outcomeid` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='stores what outcomes are used in what courses.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_outcomes_history` -- CREATE TABLE `cocoon_grade_outcomes_history` ( `id` bigint NOT NULL, `action` bigint NOT NULL DEFAULT '0', `oldid` bigint NOT NULL, `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timemodified` bigint DEFAULT NULL, `loggeduser` bigint DEFAULT NULL, `courseid` bigint DEFAULT NULL, `shortname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `fullname` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `scaleid` bigint DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='History table'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grade_settings` -- CREATE TABLE `cocoon_grade_settings` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `value` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='gradebook settings'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_gradingform_guide_comments` -- CREATE TABLE `cocoon_gradingform_guide_comments` ( `id` bigint NOT NULL, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='frequently used comments used in marking guide'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_gradingform_guide_criteria` -- CREATE TABLE `cocoon_gradingform_guide_criteria` ( `id` bigint NOT NULL, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `shortname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint DEFAULT NULL, `descriptionmarkers` longtext COLLATE utf8mb4_unicode_ci, `descriptionmarkersformat` tinyint DEFAULT NULL, `maxscore` decimal(10,5) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the rows of the criteria grid.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_gradingform_guide_fillings` -- CREATE TABLE `cocoon_gradingform_guide_fillings` ( `id` bigint NOT NULL, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, `remark` longtext COLLATE utf8mb4_unicode_ci, `remarkformat` tinyint DEFAULT NULL, `score` decimal(10,5) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the data of how the guide is filled by a particular r'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_gradingform_rubric_criteria` -- CREATE TABLE `cocoon_gradingform_rubric_criteria` ( `id` bigint NOT NULL, `definitionid` bigint NOT NULL, `sortorder` bigint NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the rows of the rubric grid.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_gradingform_rubric_fillings` -- CREATE TABLE `cocoon_gradingform_rubric_fillings` ( `id` bigint NOT NULL, `instanceid` bigint NOT NULL, `criterionid` bigint NOT NULL, `levelid` bigint DEFAULT NULL, `remark` longtext COLLATE utf8mb4_unicode_ci, `remarkformat` tinyint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the data of how the rubric is filled by a particular '; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_gradingform_rubric_levels` -- CREATE TABLE `cocoon_gradingform_rubric_levels` ( `id` bigint NOT NULL, `criterionid` bigint NOT NULL, `score` decimal(10,5) NOT NULL, `definition` longtext COLLATE utf8mb4_unicode_ci, `definitionformat` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the columns of the rubric grid.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grading_areas` -- CREATE TABLE `cocoon_grading_areas` ( `id` bigint NOT NULL, `contextid` bigint NOT NULL, `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `areaname` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `activemethod` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Identifies gradable areas where advanced grading can happen.'; -- -- Volcado de datos para la tabla `cocoon_grading_areas` -- INSERT INTO `cocoon_grading_areas` (`id`, `contextid`, `component`, `areaname`, `activemethod`) VALUES (1, 260, 'mod_assign', 'submissions', NULL); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grading_definitions` -- CREATE TABLE `cocoon_grading_definitions` ( `id` bigint NOT NULL, `areaid` bigint NOT NULL, `method` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint DEFAULT NULL, `status` bigint NOT NULL DEFAULT '0', `copiedfromid` bigint DEFAULT NULL, `timecreated` bigint NOT NULL, `usercreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `usermodified` bigint NOT NULL, `timecopied` bigint DEFAULT '0', `options` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains the basic information about an advanced grading for'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_grading_instances` -- CREATE TABLE `cocoon_grading_instances` ( `id` bigint NOT NULL, `definitionid` bigint NOT NULL, `raterid` bigint NOT NULL, `itemid` bigint DEFAULT NULL, `rawgrade` decimal(10,5) DEFAULT NULL, `status` bigint NOT NULL DEFAULT '0', `feedback` longtext COLLATE utf8mb4_unicode_ci, `feedbackformat` tinyint DEFAULT NULL, `timemodified` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Grading form instance is an assessment record for one gradab'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_groupings` -- CREATE TABLE `cocoon_groupings` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `idnumber` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `configdata` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='A grouping is a collection of groups. WAS: groups_groupings'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_groupings_groups` -- CREATE TABLE `cocoon_groupings_groups` ( `id` bigint NOT NULL, `groupingid` bigint NOT NULL DEFAULT '0', `groupid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Link a grouping to a group (note, groups can be in multiple '; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_groups` -- CREATE TABLE `cocoon_groups` ( `id` bigint NOT NULL, `courseid` bigint NOT NULL, `idnumber` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `name` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci, `descriptionformat` tinyint NOT NULL DEFAULT '0', `enrolmentkey` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `picture` bigint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Each record represents a group.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_groups_members` -- CREATE TABLE `cocoon_groups_members` ( `id` bigint NOT NULL, `groupid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `timeadded` bigint NOT NULL DEFAULT '0', `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemid` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Link a user to a group.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_h5p` -- CREATE TABLE `cocoon_h5p` ( `id` bigint NOT NULL, `jsoncontent` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `mainlibraryid` bigint NOT NULL, `displayoptions` smallint DEFAULT NULL, `pathnamehash` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contenthash` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `filtered` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_h5pactivity` -- CREATE TABLE `cocoon_h5pactivity` ( `id` bigint NOT NULL, `course` bigint NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `intro` longtext COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `grade` bigint DEFAULT '0', `displayoptions` smallint NOT NULL DEFAULT '0', `enabletracking` tinyint(1) NOT NULL DEFAULT '1', `grademethod` smallint NOT NULL DEFAULT '1', `reviewmode` smallint DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores the h5pactivity activity module instances.' ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_h5pactivity_attempts` -- CREATE TABLE `cocoon_h5pactivity_attempts` ( `id` bigint NOT NULL, `h5pactivityid` bigint NOT NULL, `userid` bigint NOT NULL, `timecreated` bigint NOT NULL, `timemodified` bigint NOT NULL, `attempt` mediumint NOT NULL DEFAULT '1', `rawscore` bigint DEFAULT '0', `maxscore` bigint DEFAULT '0', `scaled` decimal(10,5) NOT NULL DEFAULT '0.00000', `duration` bigint DEFAULT '0', `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Users attempts inside H5P activities' ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_h5pactivity_attempts_results` -- CREATE TABLE `cocoon_h5pactivity_attempts_results` ( `id` bigint NOT NULL, `attemptid` bigint NOT NULL, `subcontent` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timecreated` bigint NOT NULL, `interactiontype` varchar(128) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `correctpattern` longtext COLLATE utf8mb4_unicode_ci, `response` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `additionals` longtext COLLATE utf8mb4_unicode_ci, `rawscore` bigint NOT NULL DEFAULT '0', `maxscore` bigint NOT NULL DEFAULT '0', `duration` bigint DEFAULT '0', `completion` tinyint(1) DEFAULT NULL, `success` tinyint(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='H5Pactivities_attempts tracking info' ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_h5p_contents_libraries` -- CREATE TABLE `cocoon_h5p_contents_libraries` ( `id` bigint NOT NULL, `h5pid` bigint NOT NULL, `libraryid` bigint NOT NULL, `dependencytype` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `dropcss` tinyint(1) NOT NULL, `weight` bigint NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_h5p_libraries` -- CREATE TABLE `cocoon_h5p_libraries` ( `id` bigint NOT NULL, `machinename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `majorversion` smallint NOT NULL, `minorversion` smallint NOT NULL, `patchversion` smallint NOT NULL, `runnable` tinyint(1) NOT NULL, `fullscreen` tinyint(1) NOT NULL DEFAULT '0', `embedtypes` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `preloadedjs` longtext COLLATE utf8mb4_unicode_ci, `preloadedcss` longtext COLLATE utf8mb4_unicode_ci, `droplibrarycss` longtext COLLATE utf8mb4_unicode_ci, `semantics` longtext COLLATE utf8mb4_unicode_ci, `addto` longtext COLLATE utf8mb4_unicode_ci, `coremajor` smallint DEFAULT NULL, `coreminor` smallint DEFAULT NULL, `metadatasettings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `tutorial` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `example` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `enabled` tinyint(1) DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `cocoon_h5p_libraries` -- INSERT INTO `cocoon_h5p_libraries` (`id`, `machinename`, `title`, `majorversion`, `minorversion`, `patchversion`, `runnable`, `fullscreen`, `embedtypes`, `preloadedjs`, `preloadedcss`, `droplibrarycss`, `semantics`, `addto`, `coremajor`, `coreminor`, `metadatasettings`, `tutorial`, `example`, `enabled`) VALUES (1, 'FontAwesome', 'Font Awesome', 4, 5, 4, 0, 0, '', '', 'h5p-font-awesome.min.css', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 1), (2, 'H5P.Accordion', 'Accordion', 1, 0, 26, 1, 0, 'iframe', 'h5p-accordion.js', 'h5p-accordion.css', '', '[\n {\n \"name\": \"panels\",\n \"type\": \"list\",\n \"label\": \"Panels\",\n \"entity\": \"panel\",\n \"max\": 100,\n \"min\": 1,\n \"field\": {\n \"name\": \"content\",\n \"type\": \"group\",\n \"label\": \"Content\",\n \"importance\": \"high\",\n \"entity\": \"content\",\n \"fields\": [\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Title\",\n \"importance\": \"high\"\n },\n {\n \"name\": \"content\",\n \"type\": \"library\",\n \"label\": \"Content type\",\n \"importance\": \"medium\",\n \"entity\": \"content\",\n \"options\": [\n \"H5P.AdvancedText 1.1\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"hTag\",\n \"type\": \"select\",\n \"label\": \"H tags for labels (does not affect the size of the label)\",\n \"importance\": \"low\",\n \"description\": \"The h tag used on the labels. Normally H2 but if this belongs under an H2 heading use H3. Does not affect the size of the labels, only used for semantical purposes.\",\n \"options\": [\n {\n \"value\": \"h2\",\n \"label\": \"H2\"\n },\n {\n \"value\": \"h3\",\n \"label\": \"H3\"\n },\n {\n \"value\": \"h4\",\n \"label\": \"H4\"\n }\n ],\n \"default\": \"h2\"\n }\n]\n', NULL, 1, 5, NULL, 'https://h5p.org/tutorial-accordion', 'https://h5p.org/accordion', 1), (3, 'H5P.AdvancedText', 'Text', 1, 1, 11, 0, 0, '', 'text.js', 'text.css', '', '[\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"widget\": \"html\",\n \"label\": \"Text\",\n \"importance\": \"high\",\n \"enterMode\": \"p\",\n \"tags\": [\n \"strong\",\n \"em\",\n \"del\",\n \"a\",\n \"ul\",\n \"ol\",\n \"h2\",\n \"h3\",\n \"hr\",\n \"pre\",\n \"code\"\n ],\n \"font\": {\n \"size\": true,\n \"color\": true,\n \"background\": true\n }\n }\n]\n', NULL, NULL, NULL, '{\"disable\":0,\"disableExtraTitleField\":1}', NULL, NULL, 1), (4, 'Drop', 'Drop', 1, 0, 2, 0, 0, '', 'js/drop.min.js', 'css/drop-theme-arrows-bounce.min.css', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 1), (5, 'H5P.ArithmeticQuiz', 'Arithmetic Quiz', 1, 1, 14, 1, 0, 'iframe', 'js/algebra.min.js, js/arithmetic-quiz.js, js/sound-effects.js, js/countdown-widget.js, js/timer-widget.js, js/intro-page.js, js/qe-generator.js, js/qa-generator.js, js/game-page.js, js/result-page.js', 'css/arithmetic-quiz.css', '', '[\n {\n \"name\": \"intro\",\n \"type\": \"text\",\n \"label\": \"Intro\",\n \"importance\": \"high\",\n \"description\": \"The intro text (maximum 100 characters)\",\n \"maxLength\": 100,\n \"optional\": true\n },\n {\n \"name\": \"quizType\",\n \"type\": \"select\",\n \"label\": \"Quiz type\",\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"arithmetic\",\n \"label\": \"Arithmetic Operations Quiz\"\n },\n {\n \"value\": \"linearEquation\",\n \"label\": \"Linear Equations Quiz\"\n }\n ],\n \"default\": \"arithmetic\"\n },\n {\n \"name\": \"arithmeticType\",\n \"type\": \"select\",\n \"label\": \"Arithmetic type\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"quizType\",\n \"equals\": [\n \"arithmetic\"\n ]\n }\n ]\n },\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"addition\",\n \"label\": \"Addition\"\n },\n {\n \"value\": \"subtraction\",\n \"label\": \"Subtraction\"\n },\n {\n \"value\": \"multiplication\",\n \"label\": \"Multiplication\"\n },\n {\n \"value\": \"division\",\n \"label\": \"Division\"\n }\n ],\n \"default\": \"addition\"\n },\n {\n \"name\": \"equationType\",\n \"type\": \"select\",\n \"label\": \"Equation type\",\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"quizType\",\n \"equals\": [\n \"linearEquation\"\n ]\n }\n ]\n },\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"basic\",\n \"label\": \"Basic [ 3x = 12 ]\"\n },\n {\n \"value\": \"intermediate\",\n \"label\": \"Intermediate [ 4x - 3 = 13 ]\"\n },\n {\n \"value\": \"advanced\",\n \"label\": \"Advanced [ 5x + 3 = 3x + 15 ]\"\n }\n ],\n \"default\": \"intermediate\"\n },\n {\n \"name\": \"useFractions\",\n \"type\": \"boolean\",\n \"label\": \"Enable fractions\",\n \"description\": \"Enable to allow fractions in equations.\",\n \"default\": false,\n \"widget\": \"showWhen\",\n \"showWhen\": {\n \"rules\": [\n {\n \"field\": \"quizType\",\n \"equals\": [\n \"linearEquation\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"maxQuestions\",\n \"type\": \"number\",\n \"label\": \"Max number of questions\",\n \"importance\": \"medium\",\n \"default\": 20,\n \"min\": 2,\n \"max\": 100\n },\n {\n \"name\": \"UI\",\n \"type\": \"group\",\n \"label\": \"User interface translations\",\n \"importance\": \"low\",\n \"common\": true,\n \"fields\": [\n {\n \"name\": \"score\",\n \"type\": \"text\",\n \"label\": \"Scoring during quiz\",\n \"importance\": \"low\",\n \"default\": \"Score:\"\n },\n {\n \"name\": \"time\",\n \"type\": \"text\",\n \"label\": \"Time\",\n \"importance\": \"low\",\n \"default\": \"Time: @time\"\n },\n {\n \"name\": \"resultPageHeader\",\n \"type\": \"text\",\n \"label\": \"Result page header\",\n \"importance\": \"low\",\n \"default\": \"Finished!\"\n },\n {\n \"name\": \"go\",\n \"type\": \"text\",\n \"label\": \"Go label\",\n \"importance\": \"low\",\n \"default\": \"GO!\"\n },\n {\n \"name\": \"startButton\",\n \"type\": \"text\",\n \"label\": \"Start button label\",\n \"importance\": \"low\",\n \"default\": \"Start\"\n },\n {\n \"name\": \"retryButton\",\n \"type\": \"text\",\n \"label\": \"Retry button label\",\n \"importance\": \"low\",\n \"default\": \"Retry\"\n },\n {\n \"name\": \"correctText\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for correct answer\",\n \"importance\": \"low\",\n \"default\": \"Correct\"\n },\n {\n \"name\": \"incorrectText\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for incorrect answer\",\n \"importance\": \"low\",\n \"default\": \"Incorrect. Correct answer was :num\"\n },\n {\n \"name\": \"durationLabel\",\n \"type\": \"text\",\n \"label\": \"Readspeaker label for the timer\",\n \"importance\": \"low\",\n \"default\": \"Duration in hours, minutes and seconds.\"\n },\n {\n \"name\": \"humanizedQuestion\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for question\",\n \"importance\": \"low\",\n \"default\": \"What does :arithmetic equal?\"\n },\n {\n \"name\": \"humanizedEquation\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for equation question\",\n \"importance\": \"low\",\n \"default\": \"For the equation :equation, what does :item equal?\"\n },\n {\n \"name\": \"humanizedVariable\",\n \"type\": \"text\",\n \"label\": \"Readspeaker text for equation variable\",\n \"importance\": \"low\",\n \"default\": \"What does :item equal?\"\n },\n {\n \"name\": \"plusOperator\",\n \"type\": \"text\",\n \"label\": \"Plus operator text\",\n \"importance\": \"low\",\n \"default\": \"plus\"\n },\n {\n \"name\": \"subtractionOperator\",\n \"type\": \"text\",\n \"label\": \"Subtraction operator text\",\n \"importance\": \"low\",\n \"default\": \"minus\"\n },\n {\n \"name\": \"multiplicationOperator\",\n \"type\": \"text\",\n \"label\": \"Multiplication operator text\",\n \"importance\": \"low\",\n \"default\": \"times\"\n },\n {\n \"name\": \"divisionOperator\",\n \"type\": \"text\",\n \"label\": \"Division operator text\",\n \"importance\": \"low\",\n \"default\": \"delt på\"\n },\n {\n \"name\": \"equalitySign\",\n \"type\": \"text\",\n \"label\": \"Equality sign text\",\n \"importance\": \"low\",\n \"default\": \"equals\"\n },\n {\n \"name\": \"slideOfTotal\",\n \"type\": \"text\",\n \"label\": \"Slide number text\",\n \"importance\": \"low\",\n \"description\": \"Announces current slide and total number of slides, variables are :num and :total\",\n \"default\": \"Slide :num of :total\"\n }\n ]\n }\n]\n', NULL, NULL, NULL, NULL, 'https://h5p.org/tutorial-arithmetic-quiz', 'https://h5p.org/arithmetic-quiz', 1), (6, 'H5P.FontIcons', 'H5P.FontIcons', 1, 0, 6, 0, 0, '', '', 'styles/h5p-font-icons.css', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 1), (7, 'H5P.JoubelUI', 'Joubel UI', 1, 3, 10, 0, 0, '', 'js/joubel-help-dialog.js, js/joubel-message-dialog.js, js/joubel-progress-circle.js, js/joubel-simple-rounded-button.js, js/joubel-speech-bubble.js, js/joubel-throbber.js, js/joubel-tip.js, js/joubel-slider.js, js/joubel-score-bar.js, js/joubel-progressbar.js, js/joubel-ui.js', 'css/joubel-help-dialog.css, css/joubel-message-dialog.css, css/joubel-progress-circle.css, css/joubel-simple-rounded-button.css, css/joubel-speech-bubble.css, css/joubel-tip.css, css/joubel-slider.css, css/joubel-score-bar.css, css/joubel-progressbar.css, css/joubel-ui.css, css/joubel-icon.css', '', '', NULL, 1, 3, NULL, NULL, NULL, 1), (8, 'H5P.SoundJS', 'Sound js api', 1, 0, 2, 0, 0, '', 'soundjs-0.6.2.min.js', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 1), (9, 'H5P.Transition', 'Transition', 1, 0, 4, 0, 0, '', 'transition.js', '', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 1), (10, 'H5PEditor.ShowWhen', 'Toggle visibility of a field based on rules', 1, 0, 5, 0, 0, '', 'h5p-show-when.js', 'h5p-show-when.css', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 1), (11, 'Odometer', 'Odometer', 1, 0, 3, 0, 0, '', 'odometer.min.js', 'themes/odometer-theme-default.css', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 1), (12, 'Tether', 'Tether', 1, 0, 2, 0, 0, '', 'scripts/tether.min.js', 'styles/tether.min.css', '', '', NULL, NULL, NULL, NULL, NULL, NULL, 1), (13, 'H5P.Chart', 'Chart', 1, 2, 18, 1, 0, 'iframe', 'chart.js, d3.js, pie.js, bar.js', 'chart.css', '', '[\n {\n \"name\": \"graphMode\",\n \"type\": \"select\",\n \"label\": \"Type of chart\",\n \"importance\": \"high\",\n \"options\": [\n {\n \"value\": \"pieChart\",\n \"label\": \"Pie Chart\"\n },\n {\n \"value\": \"barChart\",\n \"label\": \"Bar Chart\"\n }\n ],\n \"default\": \"pieChart\"\n },\n {\n \"name\": \"listOfTypes\",\n \"type\": \"list\",\n \"label\": \"Data elements\",\n \"importance\": \"high\",\n \"entity\": \"option\",\n \"min\": 1,\n \"defaultNum\": 2,\n \"field\": {\n \"name\": \"type\",\n \"type\": \"group\",\n \"label\": \"Data element\",\n \"importance\": \"high\",\n \"fields\": [\n {\n \"name\": \"text\",\n \"type\": \"text\",\n \"label\": \"Name\",\n \"importance\": \"medium\"\n },\n {\n \"name\": \"value\",\n \"type\": \"number\",\n \"label\": \"Value\",\n \"importance\": \"low\",\n \"default\": 1,\n \"min\": 0.0001,\n \"decimals\": 4\n },\n {\n \"name\": \"color\",\n \"type\": \"text\",\n \"widget\": \"colorSelector\",\n \"label\": \"Color\",\n \"importance\": \"low\",\n \"default\": \"#000\",\n \"optional\": true,\n \"spectrum\": {\n \"showInput\": true,\n \"preferredFormat\": \"hex\"\n }\n },\n {\n \"name\": \"fontColor\",\n \"type\": \"text\",\n \"widget\": \"colorSelector\",\n \"label\": \"Font Color\",\n \"importance\": \"low\",\n \"default\": \"#fff\",\n \"optional\": true,\n \"spectrum\": {\n \"showInput\": true,\n \"preferredFormat\": \"hex\"\n }\n }\n ]\n }\n },\n {\n \"name\": \"figureDefinition\",\n \"type\": \"text\",\n \"label\": \"Text read by readspeakers defining the figure as a chart.\",\n \"importance\": \"low\",\n \"default\": \"Chart\",\n \"common\": true\n }\n]\n', NULL, 1, 21, NULL, 'https://h5p.org/tutorial-chart', 'https://h5p.org/chart', 1), (14, 'H5PEditor.ColorSelector', 'H5PEditor.ColorSelector', 1, 2, 6, 0, 0, '', 'scripts/spectrum.js, scripts/color-selector.js', 'styles/spectrum.css, styles/color-selector.css', '', '', NULL, 1, 24, NULL, NULL, NULL, 1), (15, 'H5P.Collage', 'Collage', 0, 3, 16, 1, 0, '', 'collage.js, template.js, clip.js', 'collage.css', '', '[\n {\n \"name\": \"collage\",\n \"label\": \"Preview\",\n \"importance\": \"high\",\n \"type\": \"group\",\n \"widget\": \"collage\",\n \"description\": \"You can move(pan) the images around by dragging them. You can also select an image and then use the + or - keys on your keyboard to zoom or simply hold down the Z key while moving your mouse wheel.\",\n \"fields\": [\n {\n \"name\": \"template\",\n \"label\": \"Layout\",\n \"importance\": \"high\",\n \"type\": \"select\",\n \"options\": [\n {\n \"value\": \"1\",\n \"label\": \"1\"\n },\n {\n \"value\": \"1-1\",\n \"label\": \"1-1\"\n },\n {\n \"value\": \"2\",\n \"label\": \"2\"\n },\n {\n \"value\": \"2-1\",\n \"label\": \"2-1\"\n },\n {\n \"value\": \"1-2\",\n \"label\": \"1-2\"\n },\n {\n \"value\": \"2-2\",\n \"label\": \"2-2\"\n },\n {\n \"value\": \"3-1\",\n \"label\": \"3-1\"\n },\n {\n \"value\": \"1-3\",\n \"label\": \"1-3\"\n },\n {\n \"value\": \"2-3\",\n \"label\": \"2-3\"\n },\n {\n \"value\": \"3-2\",\n \"label\": \"3-2\"\n },\n {\n \"value\": \"3-3\",\n \"label\": \"3-3\"\n }\n ],\n \"default\": \"2-1\"\n },\n {\n \"name\": \"options\",\n \"label\": \"Display options\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"heightRatio\",\n \"label\": \"Height\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"decimals\": 2,\n \"min\": 0.1,\n \"max\": 2,\n \"default\": 0.75\n },\n {\n \"name\": \"spacing\",\n \"label\": \"Spacing\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"decimals\": 2,\n \"min\": 0,\n \"max\": 2,\n \"default\": 0.5\n },\n {\n \"name\": \"frame\",\n \"label\": \"Frame\",\n \"importance\": \"low\",\n \"type\": \"boolean\",\n \"default\": true\n }\n ]\n },\n {\n \"name\": \"clips\",\n \"label\": \"Clips\",\n \"importance\": \"low\",\n \"type\": \"list\",\n \"min\": 1,\n \"entity\": \"clip\",\n \"field\": {\n \"name\": \"clip\",\n \"label\": \"Clip\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"image\",\n \"type\": \"image\",\n \"label\": \"Image\",\n \"importance\": \"low\"\n },\n {\n \"name\": \"offset\",\n \"label\": \"Offset\",\n \"importance\": \"low\",\n \"type\": \"group\",\n \"fields\": [\n {\n \"name\": \"top\",\n \"label\": \"Top\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"default\": 0\n },\n {\n \"name\": \"left\",\n \"label\": \"Left\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"default\": 0\n }\n ]\n },\n {\n \"name\": \"alt\",\n \"type\": \"text\",\n \"label\": \"Alternative text\",\n \"importance\": \"high\",\n \"description\": \"Required. If the browser can\'t load the image this text will be displayed instead. Also used by readspeakers.\"\n },\n {\n \"name\": \"title\",\n \"type\": \"text\",\n \"label\": \"Hover text\",\n \"importance\": \"low\",\n \"description\": \"Optional. This text is displayed when the user hovers his pointing device over the image.\",\n \"optional\": true\n },\n {\n \"name\": \"scale\",\n \"label\": \"Scale\",\n \"importance\": \"low\",\n \"type\": \"number\",\n \"decimals\": 2,\n \"min\": 0.01,\n \"default\": 1\n }\n ]\n }\n }\n ]\n }\n]\n', NULL, 1, 7, NULL, 'https://h5p.org/tutorial-collage', 'https://h5p.org/collage', 1), (16, 'H5PEditor.Collage', 'Collage Editor', 0, 3, 15, 0, 0, '', 'collage-editor.js, layout-selector.js, clip-editor.js', 'collage-editor.css', '', '', NULL, 1, 24, NULL, NULL, NULL, 1); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_h5p_libraries_cachedassets` -- CREATE TABLE `cocoon_h5p_libraries_cachedassets` ( `id` bigint NOT NULL, `libraryid` bigint NOT NULL, `hash` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_h5p_library_dependencies` -- CREATE TABLE `cocoon_h5p_library_dependencies` ( `id` bigint NOT NULL, `libraryid` bigint NOT NULL, `requiredlibraryid` bigint NOT NULL, `dependencytype` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Volcado de datos para la tabla `cocoon_h5p_library_dependencies` -- INSERT INTO `cocoon_h5p_library_dependencies` (`id`, `libraryid`, `requiredlibraryid`, `dependencytype`) VALUES (1, 2, 1, 'preloaded'), (2, 4, 12, 'preloaded'), (3, 5, 7, 'preloaded'), (4, 5, 8, 'preloaded'), (5, 5, 11, 'preloaded'), (6, 5, 10, 'editor'), (7, 7, 1, 'preloaded'), (8, 7, 9, 'preloaded'), (9, 7, 4, 'preloaded'), (10, 7, 6, 'preloaded'), (11, 13, 14, 'editor'), (12, 15, 16, 'editor'), (13, 16, 15, 'preloaded'), (14, 16, 1, 'preloaded'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_imscp` -- CREATE TABLE `cocoon_imscp` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `revision` bigint NOT NULL DEFAULT '0', `keepold` bigint NOT NULL DEFAULT '-1', `structure` longtext COLLATE utf8mb4_unicode_ci, `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='each record is one imscp resource'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_infected_files` -- CREATE TABLE `cocoon_infected_files` ( `id` bigint NOT NULL, `filename` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `quarantinedfile` longtext COLLATE utf8mb4_unicode_ci, `userid` bigint NOT NULL, `reason` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `timecreated` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPRESSED; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_label` -- CREATE TABLE `cocoon_label` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `introformat` smallint DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines labels'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lesson` -- CREATE TABLE `cocoon_lesson` ( `id` bigint NOT NULL, `course` bigint NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `intro` longtext COLLATE utf8mb4_unicode_ci, `introformat` smallint NOT NULL DEFAULT '0', `practice` smallint NOT NULL DEFAULT '0', `modattempts` smallint NOT NULL DEFAULT '0', `usepassword` smallint NOT NULL DEFAULT '0', `password` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `dependency` bigint NOT NULL DEFAULT '0', `conditions` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `grade` bigint NOT NULL DEFAULT '0', `custom` smallint NOT NULL DEFAULT '0', `ongoing` smallint NOT NULL DEFAULT '0', `usemaxgrade` smallint NOT NULL DEFAULT '0', `maxanswers` smallint NOT NULL DEFAULT '4', `maxattempts` smallint NOT NULL DEFAULT '5', `review` smallint NOT NULL DEFAULT '0', `nextpagedefault` smallint NOT NULL DEFAULT '0', `feedback` smallint NOT NULL DEFAULT '1', `minquestions` smallint NOT NULL DEFAULT '0', `maxpages` smallint NOT NULL DEFAULT '0', `timelimit` bigint NOT NULL DEFAULT '0', `retake` smallint NOT NULL DEFAULT '1', `activitylink` bigint NOT NULL DEFAULT '0', `mediafile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `mediaheight` bigint NOT NULL DEFAULT '100', `mediawidth` bigint NOT NULL DEFAULT '650', `mediaclose` smallint NOT NULL DEFAULT '0', `slideshow` smallint NOT NULL DEFAULT '0', `width` bigint NOT NULL DEFAULT '640', `height` bigint NOT NULL DEFAULT '480', `bgcolor` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '#FFFFFF', `displayleft` smallint NOT NULL DEFAULT '0', `displayleftif` smallint NOT NULL DEFAULT '0', `progressbar` smallint NOT NULL DEFAULT '0', `available` bigint NOT NULL DEFAULT '0', `deadline` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `completionendreached` tinyint(1) DEFAULT '0', `completiontimespent` bigint DEFAULT '0', `allowofflineattempts` tinyint(1) DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines lesson'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lesson_answers` -- CREATE TABLE `cocoon_lesson_answers` ( `id` bigint NOT NULL, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `jumpto` bigint NOT NULL DEFAULT '0', `grade` smallint NOT NULL DEFAULT '0', `score` bigint NOT NULL DEFAULT '0', `flags` smallint NOT NULL DEFAULT '0', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `answer` longtext COLLATE utf8mb4_unicode_ci, `answerformat` tinyint NOT NULL DEFAULT '0', `response` longtext COLLATE utf8mb4_unicode_ci, `responseformat` tinyint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines lesson_answers'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lesson_attempts` -- CREATE TABLE `cocoon_lesson_attempts` ( `id` bigint NOT NULL, `lessonid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `answerid` bigint NOT NULL DEFAULT '0', `retry` smallint NOT NULL DEFAULT '0', `correct` bigint NOT NULL DEFAULT '0', `useranswer` longtext COLLATE utf8mb4_unicode_ci, `timeseen` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines lesson_attempts'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lesson_branch` -- CREATE TABLE `cocoon_lesson_branch` ( `id` bigint NOT NULL, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `pageid` bigint NOT NULL DEFAULT '0', `retry` bigint NOT NULL DEFAULT '0', `flag` smallint NOT NULL DEFAULT '0', `timeseen` bigint NOT NULL DEFAULT '0', `nextpageid` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='branches for each lesson/user'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lesson_grades` -- CREATE TABLE `cocoon_lesson_grades` ( `id` bigint NOT NULL, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `grade` double NOT NULL DEFAULT '0', `late` smallint NOT NULL DEFAULT '0', `completed` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines lesson_grades'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lesson_overrides` -- CREATE TABLE `cocoon_lesson_overrides` ( `id` bigint NOT NULL, `lessonid` bigint NOT NULL DEFAULT '0', `groupid` bigint DEFAULT NULL, `userid` bigint DEFAULT NULL, `available` bigint DEFAULT NULL, `deadline` bigint DEFAULT NULL, `timelimit` bigint DEFAULT NULL, `review` smallint DEFAULT NULL, `maxattempts` smallint DEFAULT NULL, `retake` smallint DEFAULT NULL, `password` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='The overrides to lesson settings.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lesson_pages` -- CREATE TABLE `cocoon_lesson_pages` ( `id` bigint NOT NULL, `lessonid` bigint NOT NULL DEFAULT '0', `prevpageid` bigint NOT NULL DEFAULT '0', `nextpageid` bigint NOT NULL DEFAULT '0', `qtype` smallint NOT NULL DEFAULT '0', `qoption` smallint NOT NULL DEFAULT '0', `layout` smallint NOT NULL DEFAULT '1', `display` smallint NOT NULL DEFAULT '1', `timecreated` bigint NOT NULL DEFAULT '0', `timemodified` bigint NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `contents` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `contentsformat` tinyint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Defines lesson_pages'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lesson_timer` -- CREATE TABLE `cocoon_lesson_timer` ( `id` bigint NOT NULL, `lessonid` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `starttime` bigint NOT NULL DEFAULT '0', `lessontime` bigint NOT NULL DEFAULT '0', `completed` tinyint(1) DEFAULT '0', `timemodifiedoffline` bigint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='lesson timer for each lesson'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_license` -- CREATE TABLE `cocoon_license` ( `id` bigint NOT NULL, `shortname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fullname` longtext COLLATE utf8mb4_unicode_ci, `source` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enabled` tinyint(1) NOT NULL DEFAULT '1', `version` bigint NOT NULL DEFAULT '0', `custom` tinyint(1) NOT NULL DEFAULT '0', `sortorder` mediumint NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='store licenses used by moodle'; -- -- Volcado de datos para la tabla `cocoon_license` -- INSERT INTO `cocoon_license` (`id`, `shortname`, `fullname`, `source`, `enabled`, `version`, `custom`, `sortorder`) VALUES (1, 'unknown', 'Licence not specified', '', 1, 2010033100, 0, 1), (2, 'allrightsreserved', 'All rights reserved', 'https://en.wikipedia.org/wiki/All_rights_reserved', 1, 2010033100, 0, 2), (3, 'public', 'Public domain', 'https://en.wikipedia.org/wiki/Public_domain', 1, 2010033100, 0, 3), (4, 'cc', 'Creative Commons', 'https://creativecommons.org/licenses/by/3.0/', 1, 2010033100, 0, 4), (5, 'cc-nd', 'Creative Commons - NoDerivs', 'https://creativecommons.org/licenses/by-nd/3.0/', 1, 2010033100, 0, 5), (6, 'cc-nc-nd', 'Creative Commons - No Commercial NoDerivs', 'https://creativecommons.org/licenses/by-nc-nd/3.0/', 1, 2010033100, 0, 6), (7, 'cc-nc', 'Creative Commons - No Commercial', 'https://creativecommons.org/licenses/by-nc/3.0/', 1, 2010033100, 0, 7), (8, 'cc-nc-sa', 'Creative Commons - No Commercial ShareAlike', 'https://creativecommons.org/licenses/by-nc-sa/3.0/', 1, 2010033100, 0, 8), (9, 'cc-sa', 'Creative Commons - ShareAlike', 'https://creativecommons.org/licenses/by-sa/3.0/', 1, 2010033100, 0, 9); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_lock_db` -- CREATE TABLE `cocoon_lock_db` ( `id` bigint NOT NULL, `resourcekey` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `expires` bigint DEFAULT NULL, `owner` varchar(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Stores active and inactive lock types for db locking method.'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_log` -- CREATE TABLE `cocoon_log` ( `id` bigint NOT NULL, `time` bigint NOT NULL DEFAULT '0', `userid` bigint NOT NULL DEFAULT '0', `ip` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `course` bigint NOT NULL DEFAULT '0', `module` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `cmid` bigint NOT NULL DEFAULT '0', `action` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `info` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Every action is logged as far as possible'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `cocoon_logstore_standard_log` -- CREATE TABLE `cocoon_logstore_standard_log` ( `id` bigint NOT NULL, `eventname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `component` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `action` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `target` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `objecttable` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `objectid` bigint DEFAULT NULL, `crud` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `edulevel` tinyint(1) NOT NULL, `contextid` bigint NOT NULL, `contextlevel` bigint NOT NULL, `contextinstanceid` bigint NOT NULL, `userid` bigint NOT NULL, `courseid` bigint DEFAULT NULL, `relateduserid` bigint DEFAULT NULL, `anonymous` tinyint(1) NOT NULL DEFAULT '0', `other` longtext COLLATE utf8mb4_unicode_ci, `timecreated` bigint NOT NULL, `origin` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ip` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `realuserid` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Standard log table'; -- -- Volcado de datos para la tabla `cocoon_logstore_standard_log` -- INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (1, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:\"username\";s:5:\"admin\";}', 1570138858, 'web', '0:0:0:0:0:0:0:1', NULL), (2, '\\core\\event\\user_password_updated', 'core', 'updated', 'user_password', NULL, NULL, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:14:\"forgottenreset\";b:0;}', 1570138959, 'web', '0:0:0:0:0:0:0:1', NULL), (3, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 2, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1570138959, 'web', '0:0:0:0:0:0:0:1', NULL), (4, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 554, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (5, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 555, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (6, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 556, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (7, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 557, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (8, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 558, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (9, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 559, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (10, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 560, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (11, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 561, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (12, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 562, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (13, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 563, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (14, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 564, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (15, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 565, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (16, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 566, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (17, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 567, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (18, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 568, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (19, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 569, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (20, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 570, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (21, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 571, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (22, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 572, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (23, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 573, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (24, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 574, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (25, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 575, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (26, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 576, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (27, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 577, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (28, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 578, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (29, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 579, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (30, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 580, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (31, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 581, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:102:\"This submission is my own work, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (32, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 582, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:112:\"This submission is the work of my group, except where we have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (33, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 583, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:120:\"This submission is my own work as a group member, except where I have acknowledged the use of the works of other people.\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (34, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 584, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (35, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 585, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (36, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 586, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (37, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 587, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (38, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 588, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (39, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 589, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (40, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 590, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (41, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 591, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (42, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 592, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (43, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 593, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (44, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 594, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (45, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 595, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (46, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 596, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (47, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 597, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (48, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 598, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (49, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 599, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (50, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 600, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (51, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 601, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138960, 'web', '0:0:0:0:0:0:0:1', NULL), (52, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 602, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (53, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 603, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (54, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 604, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (55, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 605, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (56, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 606, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (57, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 607, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (58, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 608, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (59, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 609, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (60, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 610, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (61, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 611, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (62, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 612, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (63, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 613, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (64, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 614, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (65, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 615, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (66, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 616, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (67, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 617, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (68, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 618, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (69, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 619, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (70, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 620, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (71, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 621, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (72, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 622, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (73, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 623, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (74, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 624, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (75, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 625, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (76, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 626, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (77, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 627, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (78, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 628, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (79, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 629, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (80, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 630, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (81, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 631, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (82, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 632, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (83, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 633, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (84, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 634, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (85, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 635, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (86, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 636, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (87, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 637, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (88, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 638, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (89, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 639, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (90, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 640, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (91, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 641, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (92, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 642, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (93, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 643, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (94, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 644, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (95, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 645, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (96, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 646, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (97, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 647, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (98, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 648, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (99, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 649, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (100, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 650, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (101, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 651, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (102, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 652, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (103, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 653, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (104, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 654, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (105, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 655, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (106, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 656, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (107, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 657, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (108, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 658, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (109, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 659, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (110, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 660, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (111, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 661, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (112, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 662, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (113, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 663, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (114, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 664, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (115, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 665, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (116, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 666, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (117, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 667, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (118, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 668, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (119, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 669, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (120, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 670, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (121, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 671, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (122, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 672, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (123, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 673, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (124, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 674, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (125, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 675, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (126, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 676, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (127, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 677, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (128, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 678, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (129, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 679, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (130, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 680, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (131, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 681, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (132, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 682, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (133, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 683, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (134, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 684, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (135, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 685, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (136, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 686, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (137, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 687, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (138, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 688, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (139, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 689, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (140, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 690, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (141, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 691, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (142, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 692, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (143, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 693, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (144, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 694, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (145, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 695, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (146, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 696, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (147, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 697, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (148, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 698, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (149, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 699, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (150, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 700, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (151, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 701, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (152, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 702, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (153, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 703, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (154, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 704, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (155, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 705, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (156, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 706, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (157, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 707, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (158, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 708, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (159, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 709, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (160, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 710, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (161, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 711, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (162, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 712, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (163, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 713, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (164, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 714, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (165, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 715, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (166, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 716, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (167, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 717, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (168, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 718, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (169, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 719, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (170, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 720, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (171, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 721, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (172, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 722, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (173, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 723, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (174, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 724, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (175, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 725, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (176, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 726, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (177, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 727, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (178, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 728, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (179, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 729, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (180, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 730, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (181, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 731, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (182, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 732, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (183, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 733, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (184, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 734, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (185, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 735, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (186, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 736, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (187, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 737, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (188, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 738, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (189, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 739, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (190, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 740, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (191, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 741, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (192, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 742, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (193, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 743, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (194, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 744, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (195, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 745, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (196, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 746, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (197, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 747, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (198, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 748, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (199, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 749, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (200, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 750, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (201, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 751, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (202, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 752, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (203, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 753, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (204, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 754, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (205, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 755, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (206, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 756, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (207, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 757, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (208, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 758, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (209, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 759, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (210, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 760, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (211, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 761, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (212, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 762, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (213, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 763, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (214, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 764, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (215, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 765, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (216, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 766, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (217, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 767, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (218, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 768, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (219, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 769, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (220, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 770, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (221, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 771, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (222, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 772, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (223, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 773, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (224, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 774, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (225, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 775, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (226, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 776, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (227, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 777, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (228, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 778, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (229, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 779, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (230, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 780, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (231, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 781, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (232, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 782, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (233, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 783, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (234, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 784, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (235, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 785, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (236, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 786, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (237, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 787, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (238, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 788, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (239, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 789, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (240, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 790, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (241, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 791, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (242, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 792, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (243, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 793, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (244, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 794, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (245, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 795, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (246, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 796, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (247, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 797, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (248, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 798, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (249, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 799, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (250, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 800, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (251, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 801, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (252, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 802, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (253, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 803, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (254, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 804, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (255, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 805, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (256, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 806, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (257, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 807, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (258, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 808, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (259, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 809, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (260, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 810, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (261, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 811, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (262, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 812, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (263, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 813, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (264, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 814, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (265, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 815, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (266, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 816, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (267, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 817, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (268, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 818, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (269, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 819, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (270, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 820, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (271, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 821, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (272, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 822, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (273, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 823, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (274, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 824, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (275, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 825, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (276, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 826, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (277, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 827, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (278, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 828, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (279, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 829, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (280, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 830, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (281, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 831, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (282, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 832, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (283, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 833, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (284, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 834, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (285, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 835, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (286, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 836, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (287, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 837, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (288, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 838, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (289, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 839, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (290, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 840, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (291, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 841, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (292, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 842, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (293, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 843, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (294, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 844, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (295, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 845, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (296, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 846, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (297, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 847, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (298, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 848, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (299, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 849, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (300, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 850, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (301, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 851, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (302, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 852, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (303, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 853, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (304, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 854, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (305, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 855, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (306, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 856, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (307, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 857, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (308, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 858, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (309, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 859, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (310, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 860, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (311, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 861, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (312, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 862, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (313, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 863, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (314, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 864, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (315, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 865, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (316, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 866, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (317, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 867, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (318, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 868, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (319, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 869, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (320, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 870, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (321, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 871, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (322, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 872, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (323, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 873, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (324, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 874, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (325, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 875, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (326, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 876, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (327, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 877, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (328, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 878, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (329, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 879, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (330, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 880, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (331, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 881, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (332, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 882, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (333, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 883, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (334, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 884, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (335, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 885, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (336, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 886, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (337, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 887, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (338, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 888, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}', 1570138961, 'web', '0:0:0:0:0:0:0:1', NULL), (339, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 889, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"No\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (340, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 890, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Yes\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (341, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 891, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (342, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 892, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (343, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 893, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (344, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 894, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (345, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 895, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (346, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 896, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (347, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 897, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (348, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 898, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (349, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 899, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (350, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 900, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (351, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 901, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (352, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 902, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (353, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 903, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (354, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 904, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (355, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 905, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (356, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 906, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (357, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 907, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (358, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 908, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (359, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 909, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (360, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 910, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (361, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 911, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (362, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 912, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (363, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 913, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (364, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 914, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (365, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 915, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (366, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 916, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (367, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 917, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (368, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 918, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (369, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 919, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (370, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 920, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (371, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 921, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (372, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 922, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (373, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 923, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (374, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 924, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (375, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 925, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (376, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 926, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (377, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 927, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (378, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 928, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (379, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 929, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (380, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 930, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (381, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 931, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (382, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 932, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (383, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 933, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (384, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 934, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (385, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 935, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (386, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 936, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (387, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 937, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (388, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 938, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (389, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 939, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (390, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 940, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (391, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 941, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (392, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 942, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (393, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 943, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (394, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 944, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (395, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 945, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (396, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 946, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (397, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 947, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (398, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 948, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (399, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 949, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (400, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 950, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (401, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 951, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (402, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 952, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (403, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 953, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (404, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 954, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (405, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 955, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (406, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 956, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (407, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 957, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (408, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 958, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (409, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 959, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (410, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 960, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (411, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 961, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (412, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 962, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (413, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 963, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (414, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 964, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (415, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 965, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (416, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 966, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (417, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 967, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (418, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 968, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (419, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 969, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (420, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 970, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (421, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 971, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (422, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 972, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (423, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 973, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (424, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 974, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (425, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 975, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (426, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 976, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (427, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 977, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (428, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 978, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (429, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 979, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (430, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 980, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (431, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 981, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (432, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 982, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (433, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 983, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (434, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 984, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (435, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 985, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (436, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 986, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (437, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 987, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (438, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 988, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (439, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 989, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (440, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 990, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (441, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 991, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (442, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 992, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (443, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 993, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (444, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 994, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (445, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 995, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (446, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 996, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (447, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 997, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (448, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 998, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (449, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 999, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (450, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1000, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (451, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1001, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (452, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1002, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (453, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1003, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (454, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1004, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (455, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1005, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (456, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1006, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (457, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1007, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (458, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1008, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (459, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1009, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (460, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1010, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (461, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1011, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (462, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1012, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (463, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1013, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (464, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1014, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (465, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1015, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (466, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1016, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (467, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1017, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (468, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1018, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (469, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1019, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (470, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1020, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (471, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1021, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (472, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1022, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (473, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1023, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (474, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1024, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (475, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1025, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (476, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1026, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (477, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1027, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (478, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1028, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (479, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1029, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (480, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1030, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (481, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1031, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (482, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1032, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (483, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1033, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (484, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1034, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (485, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1035, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (486, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1036, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (487, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1037, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (488, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1038, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (489, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1039, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (490, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1040, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (491, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1041, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (492, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1042, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (493, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1043, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (494, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1044, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (495, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1045, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (496, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1046, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (497, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1047, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (498, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1048, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (499, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1049, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (500, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1050, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (501, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1051, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (502, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1052, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (503, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1053, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (504, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1054, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (505, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1055, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (506, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1056, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (507, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1057, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (508, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1058, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (509, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1059, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (510, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1060, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (511, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1061, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (512, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1062, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (513, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1063, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (514, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1064, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (515, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1065, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (516, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1066, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (517, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1067, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (518, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1068, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (519, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1069, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (520, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1070, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (521, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1071, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (522, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1072, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (523, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1073, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (524, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1074, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (525, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1075, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (526, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1076, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (527, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1077, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (528, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1078, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (529, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1079, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (530, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1080, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (531, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1081, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (532, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1082, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (533, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1083, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (534, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1084, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (535, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1085, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (536, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1086, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (537, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1087, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (538, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1088, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (539, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1089, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (540, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1090, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (541, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1091, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (542, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1092, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (543, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1093, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (544, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1094, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (545, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1095, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (546, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1096, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (547, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1097, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (548, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1098, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (549, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1099, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (550, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1100, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (551, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1101, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (552, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1102, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (553, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1103, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (554, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1104, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (555, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1105, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (556, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1106, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (557, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1107, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (558, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1108, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (559, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1109, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (560, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1110, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (561, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1111, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (562, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1112, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (563, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1113, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (564, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1114, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (565, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1115, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (566, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1116, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (567, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1117, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (568, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1118, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (569, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1119, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (570, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1120, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (571, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1121, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (572, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1122, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (573, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1123, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (574, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1124, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (575, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1125, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (576, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1126, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (577, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1127, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (578, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1128, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (579, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1129, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (580, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1130, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (581, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1131, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (582, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1132, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (583, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1133, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (584, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1134, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (585, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1135, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (586, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1136, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (587, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1137, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (588, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1138, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (589, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1139, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (590, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1140, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (591, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1141, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (592, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1142, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (593, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1143, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (594, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1144, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (595, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1145, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (596, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1146, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (597, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1147, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (598, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1148, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (599, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1149, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (600, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1150, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (601, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1151, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (602, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1152, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (603, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1153, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (604, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1154, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (605, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1155, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (606, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1156, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (607, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1157, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (608, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1158, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (609, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1159, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (610, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1160, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (611, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1161, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (612, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1162, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (613, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1163, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (614, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1164, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (615, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1165, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (616, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1166, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (617, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1167, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (618, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1168, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (619, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1169, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (620, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1170, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (621, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1171, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (622, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1172, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (623, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1173, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (624, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1174, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (625, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1175, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (626, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1176, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (627, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1177, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (628, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1178, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (629, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1179, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (630, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1180, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (631, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1181, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (632, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1182, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (633, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1183, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (634, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1184, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (635, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1185, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (636, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1186, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (637, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1187, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (638, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1188, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (639, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1189, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (640, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1190, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (641, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1191, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (642, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1192, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (643, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1193, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (644, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1194, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (645, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1195, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (646, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1196, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (647, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1197, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (648, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1198, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (649, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1199, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (650, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1200, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (651, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1201, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (652, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1202, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (653, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1203, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (654, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1204, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (655, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1205, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (656, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1206, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (657, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1207, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (658, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1208, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (659, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1209, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (660, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1210, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (661, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1211, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (662, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1212, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (663, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1213, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"urn:mace:organization1:providerID, Example Organization 1\n https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (664, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1214, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (665, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1215, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138962, 'web', '0:0:0:0:0:0:0:1', NULL), (666, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1216, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (667, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1217, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (668, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1218, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:205:\"Use the Shibboleth login to get access via Shibboleth, if your institution supports it. Otherwise, use the normal login form shown here.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (669, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1219, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (670, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1220, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (671, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1221, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (672, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1222, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (673, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1223, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (674, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1224, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (675, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1225, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (676, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1226, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (677, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1227, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (678, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1228, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (679, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1229, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (680, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1230, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (681, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1231, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (682, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1232, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (683, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1233, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (684, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1234, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (685, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1235, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (686, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1236, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (687, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1237, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (688, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1238, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (689, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1239, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (690, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1240, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (691, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1241, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (692, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1242, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (693, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1243, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (694, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1244, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (695, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1245, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (696, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1246, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (697, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1247, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (698, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1248, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (699, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1249, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (700, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1250, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (701, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1251, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (702, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1252, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (703, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1253, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (704, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1254, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (705, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1255, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (706, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1256, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (707, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1257, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (708, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1258, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (709, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1259, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (710, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1260, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (711, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1261, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (712, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1262, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (713, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1263, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (714, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1264, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (715, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1265, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (716, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1266, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (717, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1267, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (718, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1268, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (719, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1269, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (720, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1270, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (721, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1271, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (722, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1272, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (723, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1273, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (724, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1274, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (725, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1275, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (726, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1276, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (727, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1277, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (728, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1278, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (729, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1279, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (730, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1280, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (731, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1281, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (732, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1282, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (733, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1283, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (734, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1284, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (735, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1285, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (736, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1286, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (737, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1287, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (738, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1288, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (739, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1289, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (740, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1290, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (741, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1291, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (742, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1292, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (743, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1293, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (744, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1294, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (745, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1295, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (746, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1296, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (747, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1297, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (748, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1298, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (749, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1299, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (750, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1300, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (751, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1301, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (752, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1302, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (753, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1303, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (754, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1304, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (755, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1305, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (756, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1306, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (757, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1307, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (758, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1308, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (759, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1309, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (760, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1310, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (761, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1311, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (762, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1312, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (763, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1313, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (764, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1314, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (765, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1315, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (766, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1316, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (767, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1317, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (768, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1318, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (769, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1319, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (770, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1320, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (771, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1321, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (772, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1322, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (773, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1323, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (774, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1324, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (775, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1325, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (776, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1326, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (777, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1327, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (778, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1328, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (779, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1329, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (780, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1330, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (781, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1331, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (782, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1332, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (783, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1333, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (784, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1334, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (785, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1335, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (786, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1336, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (787, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1337, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (788, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1338, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (789, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1339, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (790, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1340, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (791, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1341, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (792, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1342, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (793, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1343, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (794, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1344, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (795, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1345, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (796, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1346, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (797, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1347, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (798, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1348, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (799, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1349, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (800, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1350, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (801, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1351, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (802, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1352, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (803, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1353, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (804, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1354, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (805, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1355, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (806, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1356, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (807, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1357, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (808, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1358, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (809, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1359, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (810, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1360, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (811, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1361, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (812, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1362, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (813, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1363, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (814, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1364, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (815, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1365, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (816, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1366, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (817, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1367, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (818, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1368, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (819, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1369, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (820, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1370, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (821, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1371, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (822, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1372, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (823, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1373, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (824, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1374, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (825, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1375, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (826, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1376, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (827, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1377, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (828, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1378, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (829, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1379, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (830, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1380, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (831, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1381, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (832, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1382, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (833, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1383, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (834, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1384, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (835, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1385, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (836, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1386, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (837, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1387, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (838, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1388, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (839, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1389, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (840, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1390, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (841, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1391, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (842, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1392, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (843, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1393, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (844, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1394, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (845, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1395, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (846, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1396, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (847, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1397, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (848, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1398, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (849, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1399, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (850, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1400, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (851, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1401, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (852, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1402, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (853, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1403, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"en\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (854, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1404, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (855, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1405, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (856, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1406, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (857, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1407, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (858, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1408, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (859, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1409, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (860, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1410, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (861, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1411, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (862, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1412, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (863, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1413, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (864, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1414, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (865, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1415, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (866, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1416, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (867, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1417, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (868, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1418, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (869, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1419, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (870, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1420, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (871, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1421, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (872, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1422, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (873, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1423, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (874, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1424, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:63:\"https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (875, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1425, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (876, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1426, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n config: [\"Accessible.js\", \"Safe.js\"],\n errorSettings: { message: [\"!\"] },\n skipStartupTypeset: true,\n messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (877, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1427, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (878, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1428, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (879, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1429, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (880, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1430, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (881, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1431, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (882, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1432, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"/sw/bin/latex\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (883, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1433, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:13:\"/sw/bin/dvips\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (884, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1434, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:15:\"/sw/bin/convert\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (885, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1435, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/dvisvgm\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (886, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1436, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (887, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1437, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (888, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1438, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (889, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1439, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (890, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1440, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (891, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1441, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (892, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1442, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (893, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1443, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (894, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1444, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (895, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1445, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (896, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1446, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (897, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1447, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (898, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1448, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (899, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1449, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (900, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1450, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (901, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1451, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (902, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1452, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"jsonformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (903, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1453, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (904, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1454, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (905, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1455, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (906, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1456, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (907, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1457, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (908, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1458, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (909, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1459, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (910, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1460, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"jsonformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (911, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1461, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (912, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1462, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (913, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1463, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:20:\"html_video,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (914, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1464, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (915, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1465, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (916, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1466, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (917, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1467, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (918, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1468, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (919, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1469, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (920, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1470, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (921, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1471, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (922, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1472, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (923, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1473, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (924, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1474, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:345:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, recordrtc, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (925, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1475, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (926, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1476, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (927, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1477, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n\";s:6:\"plugin\";s:13:\"atto_equation\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (928, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1478, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n\";s:6:\"plugin\";s:13:\"atto_equation\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (929, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1479, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n\";s:6:\"plugin\";s:13:\"atto_equation\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (930, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1480, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n\";s:6:\"plugin\";s:13:\"atto_equation\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (931, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1481, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (932, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1482, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (933, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1483, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (934, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1484, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (935, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1485, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (936, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1486, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (937, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1487, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (938, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1488, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (939, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1489, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (940, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1490, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (941, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1491, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (942, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1492, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (943, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1493, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (944, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1494, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (945, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1495, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (946, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1496, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (947, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1497, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (948, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1498, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (949, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1499, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (950, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1500, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (951, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1501, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (952, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1502, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (953, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1503, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (954, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1504, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (955, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1505, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (956, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1506, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (957, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1507, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (958, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1508, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1570138963, 'web', '0:0:0:0:0:0:0:1', NULL), (959, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1509, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1570138964, 'web', '0:0:0:0:0:0:0:1', NULL), (960, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1510, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1570138964, 'web', '0:0:0:0:0:0:0:1', NULL), (961, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1511, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"timezone\",\"oldvalue\":null,\"value\":\"Europe\\/London\",\"plugin\":null}', 1570138999, 'web', '0:0:0:0:0:0:0:1', NULL), (962, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1512, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"registerauth\",\"oldvalue\":null,\"value\":\"\",\"plugin\":null}', 1570138999, 'web', '0:0:0:0:0:0:0:1', NULL), (963, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1513, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"noreplyaddress\",\"oldvalue\":null,\"value\":\"email@example.com\",\"plugin\":null}', 1570139006, 'web', '0:0:0:0:0:0:0:1', NULL), (964, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570139008, 'web', '0:0:0:0:0:0:0:1', NULL), (965, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 2, 'r', 2, 5, 30, 2, 2, 0, 2, 0, '{\"pageurl\":\"http:\\/\\/localhost:8888\\/moodle\\/my\\/\"}', 1570139010, 'web', '0:0:0:0:0:0:0:1', NULL), (966, '\\tool_usertours\\event\\step_shown', 'tool_usertours', 'shown', 'step', 'tool_usertours_steps', 7, 'r', 2, 5, 30, 2, 2, 0, 2, 0, '{\"pageurl\":\"http:\\/\\/localhost:8888\\/moodle\\/my\\/\",\"tourid\":2,\"stepindex\":0}', 1570139011, 'web', '0:0:0:0:0:0:0:1', NULL), (967, '\\tool_usertours\\event\\tour_ended', 'tool_usertours', 'ended', 'tour', 'tool_usertours_tours', 2, 'c', 2, 5, 30, 2, 2, 0, 2, 0, '{\"pageurl\":\"http:\\/\\/localhost:8888\\/moodle\\/my\\/\",\"stepid\":7,\"stepindex\":0}', 1570139038, 'web', '0:0:0:0:0:0:0:1', NULL), (968, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570139118, 'web', '0:0:0:0:0:0:0:1', NULL), (969, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570139761, 'web', '0:0:0:0:0:0:0:1', NULL), (970, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1514, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"preset\",\"oldvalue\":null,\"value\":\"default.scss\",\"plugin\":\"theme_edumy\"}', 1570140850, 'web', '0:0:0:0:0:0:0:1', NULL), (971, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1515, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"presetfiles\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_edumy\"}', 1570140850, 'web', '0:0:0:0:0:0:0:1', NULL), (972, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1516, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandcolor\",\"oldvalue\":null,\"value\":\"#F000FA\",\"plugin\":\"theme_edumy\"}', 1570140850, 'web', '0:0:0:0:0:0:0:1', NULL), (973, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1517, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"scsspre\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_edumy\"}', 1570140850, 'web', '0:0:0:0:0:0:0:1', NULL), (974, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1518, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"scss\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_edumy\"}', 1570140850, 'web', '0:0:0:0:0:0:0:1', NULL), (975, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"sessionid\":\"re7q6mk5r6558eg0jpslvsncao\"}', 1570142407, 'web', '0:0:0:0:0:0:0:1', NULL), (976, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1570142408, 'web', '0:0:0:0:0:0:0:1', NULL), (977, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570142437, 'web', '0:0:0:0:0:0:0:1', NULL), (978, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570142439, 'web', '0:0:0:0:0:0:0:1', NULL), (979, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"sessionid\":\"9c65b5755pome2hino9psm23a0\"}', 1570142468, 'web', '0:0:0:0:0:0:0:1', NULL), (980, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1570142469, 'web', '0:0:0:0:0:0:0:1', NULL), (981, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570142825, 'web', '0:0:0:0:0:0:0:1', NULL), (982, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570142827, 'web', '0:0:0:0:0:0:0:1', NULL), (983, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"sessionid\":\"2v0a1np4uspuso1rkb3jgvg0dv\"}', 1570142856, 'web', '0:0:0:0:0:0:0:1', NULL), (984, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1570142856, 'web', '0:0:0:0:0:0:0:1', NULL), (985, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570142905, 'web', '0:0:0:0:0:0:0:1', NULL), (986, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570142907, 'web', '0:0:0:0:0:0:0:1', NULL), (987, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"sessionid\":\"0f2u1of2aml212uf1aebkbchpc\"}', 1570142944, 'web', '0:0:0:0:0:0:0:1', NULL), (988, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1570142944, 'web', '0:0:0:0:0:0:0:1', NULL), (989, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570142998, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (990, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570143000, 'web', '0:0:0:0:0:0:0:1', NULL), (991, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1519, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"preset\",\"oldvalue\":null,\"value\":\"default.scss\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (992, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1520, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"presetfiles\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (993, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1521, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandcolor\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (994, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1522, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultbackgroundimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (995, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1523, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginbackgroundimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (996, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1524, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"frontpagebackgroundimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (997, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1525, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"dashboardbackgroundimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (998, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1526, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"incoursebackgroundimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (999, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1527, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"scsspre\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (1000, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1528, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"scss\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1570143857, 'web', '0:0:0:0:0:0:0:1', NULL), (1001, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1529, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginbackgroundimage\",\"oldvalue\":\"\",\"value\":\"\\/cocoon-test.jpg\",\"plugin\":\"theme_photo\"}', 1570144047, 'web', '0:0:0:0:0:0:0:1', NULL), (1002, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570145242, 'web', '0:0:0:0:0:0:0:1', NULL), (1003, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570145245, 'web', '0:0:0:0:0:0:0:1', NULL), (1004, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570145288, 'web', '0:0:0:0:0:0:0:1', NULL), (1005, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1530, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"themedesignermode\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}', 1570145406, 'web', '0:0:0:0:0:0:0:1', NULL), (1006, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1531, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"customusermenuitems\",\"oldvalue\":\"grades,grades|\\/grade\\/report\\/mygrades.php|t\\/grades\\nmessages,message|\\/message\\/index.php|t\\/message\\npreferences,moodle|\\/user\\/preferences.php|t\\/preferences\",\"value\":\"grades,grades|\\/grade\\/report\\/mygrades.php|t\\/grades\\r\\nmessages,message|\\/message\\/index.php|t\\/message\\r\\npreferences,moodle|\\/user\\/preferences.php|t\\/preferences\",\"plugin\":null}', 1570145406, 'web', '0:0:0:0:0:0:0:1', NULL), (1007, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570145434, 'web', '0:0:0:0:0:0:0:1', NULL), (1008, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570145535, 'web', '0:0:0:0:0:0:0:1', NULL), (1009, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570145587, 'web', '0:0:0:0:0:0:0:1', NULL), (1010, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570145590, 'web', '0:0:0:0:0:0:0:1', NULL), (1011, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570145595, 'web', '0:0:0:0:0:0:0:1', NULL), (1012, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570187231, 'web', '0:0:0:0:0:0:0:1', NULL), (1013, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570187938, 'web', '0:0:0:0:0:0:0:1', NULL), (1014, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570189934, 'web', '0:0:0:0:0:0:0:1', NULL), (1015, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570190008, 'web', '0:0:0:0:0:0:0:1', NULL), (1016, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570190152, 'web', '0:0:0:0:0:0:0:1', NULL), (1017, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570190182, 'web', '0:0:0:0:0:0:0:1', NULL), (1018, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570190199, 'web', '0:0:0:0:0:0:0:1', NULL), (1019, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1570210569, 'web', '0:0:0:0:0:0:0:1', NULL), (1020, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570210764, 'web', '0:0:0:0:0:0:0:1', NULL), (1021, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570210765, 'web', '0:0:0:0:0:0:0:1', NULL), (1022, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570213778, 'web', '0:0:0:0:0:0:0:1', NULL), (1023, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570213799, 'web', '0:0:0:0:0:0:0:1', NULL), (1024, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570213922, 'web', '0:0:0:0:0:0:0:1', NULL), (1025, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570214142, 'web', '0:0:0:0:0:0:0:1', NULL), (1026, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570214252, 'web', '0:0:0:0:0:0:0:1', NULL), (1027, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570214269, 'web', '0:0:0:0:0:0:0:1', NULL), (1028, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570214373, 'web', '0:0:0:0:0:0:0:1', NULL), (1029, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 1, 'c', 1, 2, 50, 1, 2, 1, NULL, 0, '{\"sectionnum\":1}', 1570214374, 'web', '0:0:0:0:0:0:0:1', NULL), (1030, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570214465, 'web', '0:0:0:0:0:0:0:1', NULL), (1031, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570214511, 'web', '0:0:0:0:0:0:0:1', NULL), (1032, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570214512, 'web', '0:0:0:0:0:0:0:1', NULL), (1033, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570214547, 'web', '0:0:0:0:0:0:0:1', NULL), (1034, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570215929, 'web', '0:0:0:0:0:0:0:1', NULL), (1035, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570215964, 'web', '0:0:0:0:0:0:0:1', NULL), (1036, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1532, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"themedesignermode\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}', 1570216283, 'web', '0:0:0:0:0:0:0:1', NULL), (1037, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216364, 'web', '0:0:0:0:0:0:0:1', NULL), (1038, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216402, 'web', '0:0:0:0:0:0:0:1', NULL), (1039, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216456, 'web', '0:0:0:0:0:0:0:1', NULL), (1040, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216460, 'web', '0:0:0:0:0:0:0:1', NULL), (1041, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216506, 'web', '0:0:0:0:0:0:0:1', NULL), (1042, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216537, 'web', '0:0:0:0:0:0:0:1', NULL), (1043, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216559, 'web', '0:0:0:0:0:0:0:1', NULL), (1044, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216565, 'web', '0:0:0:0:0:0:0:1', NULL), (1045, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216570, 'web', '0:0:0:0:0:0:0:1', NULL), (1046, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216676, 'web', '0:0:0:0:0:0:0:1', NULL), (1047, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216695, 'web', '0:0:0:0:0:0:0:1', NULL), (1048, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216704, 'web', '0:0:0:0:0:0:0:1', NULL), (1049, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216709, 'web', '0:0:0:0:0:0:0:1', NULL), (1050, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216710, 'web', '0:0:0:0:0:0:0:1', NULL), (1051, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216819, 'web', '0:0:0:0:0:0:0:1', NULL), (1052, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570216845, 'web', '0:0:0:0:0:0:0:1', NULL), (1053, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217166, 'web', '0:0:0:0:0:0:0:1', NULL), (1054, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217166, 'web', '0:0:0:0:0:0:0:1', NULL), (1055, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217213, 'web', '0:0:0:0:0:0:0:1', NULL), (1056, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217304, 'web', '0:0:0:0:0:0:0:1', NULL), (1057, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217311, 'web', '0:0:0:0:0:0:0:1', NULL), (1058, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217311, 'web', '0:0:0:0:0:0:0:1', NULL), (1059, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217498, 'web', '0:0:0:0:0:0:0:1', NULL), (1060, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217502, 'web', '0:0:0:0:0:0:0:1', NULL), (1061, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217572, 'web', '0:0:0:0:0:0:0:1', NULL), (1062, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217577, 'web', '0:0:0:0:0:0:0:1', NULL), (1063, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217583, 'web', '0:0:0:0:0:0:0:1', NULL), (1064, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217583, 'web', '0:0:0:0:0:0:0:1', NULL), (1065, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217586, 'web', '0:0:0:0:0:0:0:1', NULL), (1066, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217617, 'web', '0:0:0:0:0:0:0:1', NULL), (1067, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217780, 'web', '0:0:0:0:0:0:0:1', NULL), (1068, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217817, 'web', '0:0:0:0:0:0:0:1', NULL), (1069, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217825, 'web', '0:0:0:0:0:0:0:1', NULL), (1070, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217830, 'web', '0:0:0:0:0:0:0:1', NULL), (1071, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217831, 'web', '0:0:0:0:0:0:0:1', NULL), (1072, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570217883, 'web', '0:0:0:0:0:0:0:1', NULL), (1073, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218340, 'web', '0:0:0:0:0:0:0:1', NULL), (1074, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218344, 'web', '0:0:0:0:0:0:0:1', NULL), (1075, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218357, 'web', '0:0:0:0:0:0:0:1', NULL), (1076, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218359, 'web', '0:0:0:0:0:0:0:1', NULL), (1077, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218362, 'web', '0:0:0:0:0:0:0:1', NULL), (1078, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218367, 'web', '0:0:0:0:0:0:0:1', NULL), (1079, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218422, 'web', '0:0:0:0:0:0:0:1', NULL), (1080, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218423, 'web', '0:0:0:0:0:0:0:1', NULL), (1081, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218425, 'web', '0:0:0:0:0:0:0:1', NULL), (1082, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218435, 'web', '0:0:0:0:0:0:0:1', NULL), (1083, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218437, 'web', '0:0:0:0:0:0:0:1', NULL), (1084, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218470, 'web', '0:0:0:0:0:0:0:1', NULL), (1085, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218476, 'web', '0:0:0:0:0:0:0:1', NULL), (1086, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218481, 'web', '0:0:0:0:0:0:0:1', NULL), (1087, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218483, 'web', '0:0:0:0:0:0:0:1', NULL), (1088, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218550, 'web', '0:0:0:0:0:0:0:1', NULL), (1089, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218559, 'web', '0:0:0:0:0:0:0:1', NULL), (1090, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218565, 'web', '0:0:0:0:0:0:0:1', NULL), (1091, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218566, 'web', '0:0:0:0:0:0:0:1', NULL), (1092, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218606, 'web', '0:0:0:0:0:0:0:1', NULL), (1093, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218608, 'web', '0:0:0:0:0:0:0:1', NULL), (1094, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218617, 'web', '0:0:0:0:0:0:0:1', NULL), (1095, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218627, 'web', '0:0:0:0:0:0:0:1', NULL), (1096, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218629, 'web', '0:0:0:0:0:0:0:1', NULL), (1097, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218630, 'web', '0:0:0:0:0:0:0:1', NULL), (1098, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218638, 'web', '0:0:0:0:0:0:0:1', NULL), (1099, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218640, 'web', '0:0:0:0:0:0:0:1', NULL), (1100, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218757, 'web', '0:0:0:0:0:0:0:1', NULL), (1101, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218760, 'web', '0:0:0:0:0:0:0:1', NULL), (1102, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218763, 'web', '0:0:0:0:0:0:0:1', NULL), (1103, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218786, 'web', '0:0:0:0:0:0:0:1', NULL), (1104, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218789, 'web', '0:0:0:0:0:0:0:1', NULL), (1105, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218795, 'web', '0:0:0:0:0:0:0:1', NULL), (1106, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218797, 'web', '0:0:0:0:0:0:0:1', NULL), (1107, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218821, 'web', '0:0:0:0:0:0:0:1', NULL), (1108, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218824, 'web', '0:0:0:0:0:0:0:1', NULL), (1109, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218840, 'web', '0:0:0:0:0:0:0:1', NULL), (1110, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218843, 'web', '0:0:0:0:0:0:0:1', NULL), (1111, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218848, 'web', '0:0:0:0:0:0:0:1', NULL), (1112, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218849, 'web', '0:0:0:0:0:0:0:1', NULL), (1113, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218888, 'web', '0:0:0:0:0:0:0:1', NULL), (1114, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218898, 'web', '0:0:0:0:0:0:0:1', NULL), (1115, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218901, 'web', '0:0:0:0:0:0:0:1', NULL), (1116, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218905, 'web', '0:0:0:0:0:0:0:1', NULL), (1117, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218907, 'web', '0:0:0:0:0:0:0:1', NULL), (1118, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218908, 'web', '0:0:0:0:0:0:0:1', NULL), (1119, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218913, 'web', '0:0:0:0:0:0:0:1', NULL), (1120, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218921, 'web', '0:0:0:0:0:0:0:1', NULL), (1121, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218938, 'web', '0:0:0:0:0:0:0:1', NULL), (1122, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218940, 'web', '0:0:0:0:0:0:0:1', NULL), (1123, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218950, 'web', '0:0:0:0:0:0:0:1', NULL), (1124, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570218953, 'web', '0:0:0:0:0:0:0:1', NULL), (1125, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219051, 'web', '0:0:0:0:0:0:0:1', NULL), (1126, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219067, 'web', '0:0:0:0:0:0:0:1', NULL), (1127, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219075, 'web', '0:0:0:0:0:0:0:1', NULL), (1128, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219241, 'web', '0:0:0:0:0:0:0:1', NULL), (1129, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219248, 'web', '0:0:0:0:0:0:0:1', NULL), (1130, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219252, 'web', '0:0:0:0:0:0:0:1', NULL), (1131, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219253, 'web', '0:0:0:0:0:0:0:1', NULL), (1132, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219282, 'web', '0:0:0:0:0:0:0:1', NULL), (1133, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219284, 'web', '0:0:0:0:0:0:0:1', NULL), (1134, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219288, 'web', '0:0:0:0:0:0:0:1', NULL), (1135, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219290, 'web', '0:0:0:0:0:0:0:1', NULL), (1136, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219299, 'web', '0:0:0:0:0:0:0:1', NULL), (1137, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219304, 'web', '0:0:0:0:0:0:0:1', NULL), (1138, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219307, 'web', '0:0:0:0:0:0:0:1', NULL), (1139, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219323, 'web', '0:0:0:0:0:0:0:1', NULL), (1140, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219353, 'web', '0:0:0:0:0:0:0:1', NULL), (1141, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570219356, 'web', '0:0:0:0:0:0:0:1', NULL), (1142, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1533, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Max_Slides\",\"oldvalue\":null,\"value\":\"5\",\"plugin\":\"slideshow\"}', 1570220148, 'web', '0:0:0:0:0:0:0:1', NULL), (1143, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1534, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Max_Size\",\"oldvalue\":null,\"value\":\"1048576\",\"plugin\":\"slideshow\"}', 1570220148, 'web', '0:0:0:0:0:0:0:1', NULL), (1144, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570220162, 'web', '0:0:0:0:0:0:0:1', NULL), (1145, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570220169, 'web', '0:0:0:0:0:0:0:1', NULL), (1146, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570220170, 'web', '0:0:0:0:0:0:0:1', NULL), (1147, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570220174, 'web', '0:0:0:0:0:0:0:1', NULL), (1148, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570221116, 'web', '0:0:0:0:0:0:0:1', NULL), (1149, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221148, 'web', '0:0:0:0:0:0:0:1', NULL), (1150, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221155, 'web', '0:0:0:0:0:0:0:1', NULL), (1151, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221332, 'web', '0:0:0:0:0:0:0:1', NULL), (1152, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221334, 'web', '0:0:0:0:0:0:0:1', NULL), (1153, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221337, 'web', '0:0:0:0:0:0:0:1', NULL), (1154, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221340, 'web', '0:0:0:0:0:0:0:1', NULL), (1155, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221340, 'web', '0:0:0:0:0:0:0:1', NULL), (1156, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221343, 'web', '0:0:0:0:0:0:0:1', NULL), (1157, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221395, 'web', '0:0:0:0:0:0:0:1', NULL), (1158, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221436, 'web', '0:0:0:0:0:0:0:1', NULL), (1159, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221445, 'web', '0:0:0:0:0:0:0:1', NULL), (1160, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221447, 'web', '0:0:0:0:0:0:0:1', NULL), (1161, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221447, 'web', '0:0:0:0:0:0:0:1', NULL), (1162, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221466, 'web', '0:0:0:0:0:0:0:1', NULL), (1163, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221468, 'web', '0:0:0:0:0:0:0:1', NULL), (1164, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221561, 'web', '0:0:0:0:0:0:0:1', NULL), (1165, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570221565, 'web', '0:0:0:0:0:0:0:1', NULL), (1166, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1570230388, 'web', '0:0:0:0:0:0:0:1', NULL), (1167, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570230395, 'web', '0:0:0:0:0:0:0:1', NULL), (1168, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570230396, 'web', '0:0:0:0:0:0:0:1', NULL), (1169, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570230425, 'web', '0:0:0:0:0:0:0:1', NULL), (1170, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570230432, 'web', '0:0:0:0:0:0:0:1', NULL), (1171, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570230436, 'web', '0:0:0:0:0:0:0:1', NULL), (1172, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570230797, 'web', '0:0:0:0:0:0:0:1', NULL), (1173, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570230798, 'web', '0:0:0:0:0:0:0:1', NULL), (1174, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570230923, 'web', '0:0:0:0:0:0:0:1', NULL), (1175, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232263, 'web', '0:0:0:0:0:0:0:1', NULL), (1176, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232276, 'web', '0:0:0:0:0:0:0:1', NULL), (1177, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232639, 'web', '0:0:0:0:0:0:0:1', NULL), (1178, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232646, 'web', '0:0:0:0:0:0:0:1', NULL), (1179, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232649, 'web', '0:0:0:0:0:0:0:1', NULL), (1180, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232657, 'web', '0:0:0:0:0:0:0:1', NULL), (1181, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232677, 'web', '0:0:0:0:0:0:0:1', NULL), (1182, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232677, 'web', '0:0:0:0:0:0:0:1', NULL), (1183, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232893, 'web', '0:0:0:0:0:0:0:1', NULL), (1184, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570232947, 'web', '0:0:0:0:0:0:0:1', NULL), (1185, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570233878, 'web', '0:0:0:0:0:0:0:1', NULL), (1186, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570233949, 'web', '0:0:0:0:0:0:0:1', NULL), (1187, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234080, 'web', '0:0:0:0:0:0:0:1', NULL), (1188, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234173, 'web', '0:0:0:0:0:0:0:1', NULL), (1189, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234212, 'web', '0:0:0:0:0:0:0:1', NULL), (1190, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234314, 'web', '0:0:0:0:0:0:0:1', NULL), (1191, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234335, 'web', '0:0:0:0:0:0:0:1', NULL), (1192, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234367, 'web', '0:0:0:0:0:0:0:1', NULL), (1193, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234383, 'web', '0:0:0:0:0:0:0:1', NULL), (1194, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234387, 'web', '0:0:0:0:0:0:0:1', NULL), (1195, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234407, 'web', '0:0:0:0:0:0:0:1', NULL), (1196, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234540, 'web', '0:0:0:0:0:0:0:1', NULL), (1197, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234618, 'web', '0:0:0:0:0:0:0:1', NULL), (1198, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234788, 'web', '0:0:0:0:0:0:0:1', NULL), (1199, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570234869, 'web', '0:0:0:0:0:0:0:1', NULL), (1200, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235036, 'web', '0:0:0:0:0:0:0:1', NULL), (1201, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235041, 'web', '0:0:0:0:0:0:0:1', NULL), (1202, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235062, 'web', '0:0:0:0:0:0:0:1', NULL), (1203, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235067, 'web', '0:0:0:0:0:0:0:1', NULL), (1204, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235098, 'web', '0:0:0:0:0:0:0:1', NULL), (1205, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235116, 'web', '0:0:0:0:0:0:0:1', NULL), (1206, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235131, 'web', '0:0:0:0:0:0:0:1', NULL), (1207, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235162, 'web', '0:0:0:0:0:0:0:1', NULL), (1208, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235168, 'web', '0:0:0:0:0:0:0:1', NULL), (1209, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235183, 'web', '0:0:0:0:0:0:0:1', NULL), (1210, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235189, 'web', '0:0:0:0:0:0:0:1', NULL), (1211, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235220, 'web', '0:0:0:0:0:0:0:1', NULL), (1212, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235246, 'web', '0:0:0:0:0:0:0:1', NULL), (1213, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1535, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"debug\",\"oldvalue\":\"0\",\"value\":\"32767\",\"plugin\":null}', 1570235262, 'web', '0:0:0:0:0:0:0:1', NULL), (1214, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235267, 'web', '0:0:0:0:0:0:0:1', NULL), (1215, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235306, 'web', '0:0:0:0:0:0:0:1', NULL), (1216, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235414, 'web', '0:0:0:0:0:0:0:1', NULL), (1217, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235437, 'web', '0:0:0:0:0:0:0:1', NULL), (1218, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235451, 'web', '0:0:0:0:0:0:0:1', NULL), (1219, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235529, 'web', '0:0:0:0:0:0:0:1', NULL), (1220, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235806, 'web', '0:0:0:0:0:0:0:1', NULL), (1221, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570235841, 'web', '0:0:0:0:0:0:0:1', NULL), (1222, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570236237, 'web', '0:0:0:0:0:0:0:1', NULL), (1223, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1536, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"documents\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1224, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1537, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"documenttitlesource\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1225, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1538, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"documentheadingsource\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1226, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1539, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"documentnavbarsource\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1227, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1540, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"apacherewrite\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1228, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1541, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"forcelogin\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1229, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1542, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"processfilters\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1230, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1543, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cleanhtml\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1231, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1544, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"checkavailability\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1232, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1545, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"checkavailabilityconnecttimeout\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1233, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1546, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"checkavailabilitytimeout\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"local_staticpage\"}', 1570236548, 'web', '0:0:0:0:0:0:0:1', NULL), (1234, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570236569, 'web', '0:0:0:0:0:0:0:1', NULL), (1235, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1547, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"documents\",\"oldvalue\":\"\",\"value\":\"\\/page-become-instructor.html\",\"plugin\":\"local_staticpage\"}', 1570236718, 'web', '0:0:0:0:0:0:0:1', NULL), (1236, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570236735, 'web', '0:0:0:0:0:0:0:1', NULL), (1237, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570236739, 'web', '0:0:0:0:0:0:0:1', NULL), (1238, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570236753, 'web', '0:0:0:0:0:0:0:1', NULL), (1239, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570236760, 'web', '0:0:0:0:0:0:0:1', NULL), (1240, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570236996, 'web', '0:0:0:0:0:0:0:1', NULL), (1241, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570236998, 'web', '0:0:0:0:0:0:0:1', NULL), (1242, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570237007, 'web', '0:0:0:0:0:0:0:1', NULL), (1243, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570237008, 'web', '0:0:0:0:0:0:0:1', NULL), (1244, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 2, 'c', 1, 2, 50, 1, 2, 1, NULL, 0, '{\"sectionnum\":0}', 1570237008, 'web', '0:0:0:0:0:0:0:1', NULL), (1245, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 1, 'c', 1, 29, 70, 1, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":1,\"name\":\"Become a Teacher\"}', 1570237092, 'web', '0:0:0:0:0:0:0:1', NULL), (1246, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 1, 'r', 2, 29, 70, 1, 2, 1, NULL, 0, 'null', 1570237092, 'web', '0:0:0:0:0:0:0:1', NULL), (1247, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 1, 'u', 1, 29, 70, 1, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"1\",\"name\":\"Become a Teacher\"}', 1570237166, 'web', '0:0:0:0:0:0:0:1', NULL), (1248, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 1, 'r', 2, 29, 70, 1, 2, 1, NULL, 0, 'null', 1570237167, 'web', '0:0:0:0:0:0:0:1', NULL), (1249, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 1, 'u', 1, 29, 70, 1, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"1\",\"name\":\"Become a Teacher\"}', 1570237191, 'web', '0:0:0:0:0:0:0:1', NULL), (1250, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 1, 'r', 2, 29, 70, 1, 2, 1, NULL, 0, 'null', 1570237191, 'web', '0:0:0:0:0:0:0:1', NULL), (1251, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570237238, 'web', '0:0:0:0:0:0:0:1', NULL), (1252, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570237249, 'web', '0:0:0:0:0:0:0:1', NULL), (1253, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 2, 'c', 1, 30, 70, 2, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":2,\"name\":\"UI Elements\"}', 1570237274, 'web', '0:0:0:0:0:0:0:1', NULL), (1254, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 30, 70, 2, 2, 1, NULL, 0, 'null', 1570237274, 'web', '0:0:0:0:0:0:0:1', NULL), (1255, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1570278525, 'web', '0:0:0:0:0:0:0:1', NULL), (1256, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570279244, 'web', '0:0:0:0:0:0:0:1', NULL), (1257, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570299152, 'web', '0:0:0:0:0:0:0:1', NULL), (1258, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570299259, 'web', '0:0:0:0:0:0:0:1', NULL), (1259, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570299271, 'web', '0:0:0:0:0:0:0:1', NULL), (1260, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 3, 'c', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":3,\"name\":\"Home 1\"}', 1570300009, 'web', '0:0:0:0:0:0:0:1', NULL), (1261, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570300009, 'web', '0:0:0:0:0:0:0:1', NULL), (1262, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570300032, 'web', '0:0:0:0:0:0:0:1', NULL), (1263, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570300033, 'web', '0:0:0:0:0:0:0:1', NULL), (1264, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570300038, 'web', '0:0:0:0:0:0:0:1', NULL), (1265, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570300047, 'web', '0:0:0:0:0:0:0:1', NULL), (1266, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570300394, 'web', '0:0:0:0:0:0:0:1', NULL), (1267, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570300405, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (1268, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570301939, 'web', '0:0:0:0:0:0:0:1', NULL), (1269, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570301970, 'web', '0:0:0:0:0:0:0:1', NULL), (1270, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570301971, 'web', '0:0:0:0:0:0:0:1', NULL), (1271, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570301982, 'web', '0:0:0:0:0:0:0:1', NULL), (1272, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570301997, 'web', '0:0:0:0:0:0:0:1', NULL), (1273, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570303794, 'web', '0:0:0:0:0:0:0:1', NULL), (1274, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570303836, 'web', '0:0:0:0:0:0:0:1', NULL), (1275, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570303839, 'web', '0:0:0:0:0:0:0:1', NULL), (1276, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570303847, 'web', '0:0:0:0:0:0:0:1', NULL), (1277, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570323551, 'web', '0:0:0:0:0:0:0:1', NULL), (1278, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1548, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"algebra\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1279, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1549, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"censor\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1280, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1550, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"data\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1281, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1551, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"emailprotect\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1282, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1552, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"emoticon\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1283, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1553, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"glossary\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1284, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1554, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"multilang\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1285, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1555, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"tex\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1286, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1556, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"tidy\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1287, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1557, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":-9999,\"plugin\":\"urltolink\"}', 1570323788, 'web', '0:0:0:0:0:0:0:1', NULL), (1288, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1558, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"filter_active\",\"oldvalue\":\"\",\"value\":1,\"plugin\":\"shortcodes\"}', 1570324232, 'web', '0:0:0:0:0:0:0:1', NULL), (1289, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570324700, 'web', '0:0:0:0:0:0:0:1', NULL), (1290, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570324717, 'web', '0:0:0:0:0:0:0:1', NULL), (1291, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570324728, 'web', '0:0:0:0:0:0:0:1', NULL), (1292, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570324731, 'web', '0:0:0:0:0:0:0:1', NULL), (1293, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570324739, 'web', '0:0:0:0:0:0:0:1', NULL), (1294, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570324748, 'web', '0:0:0:0:0:0:0:1', NULL), (1295, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570324753, 'web', '0:0:0:0:0:0:0:1', NULL), (1296, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325543, 'web', '0:0:0:0:0:0:0:1', NULL), (1297, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325544, 'web', '0:0:0:0:0:0:0:1', NULL), (1298, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325553, 'web', '0:0:0:0:0:0:0:1', NULL), (1299, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325560, 'web', '0:0:0:0:0:0:0:1', NULL), (1300, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325566, 'web', '0:0:0:0:0:0:0:1', NULL), (1301, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325566, 'web', '0:0:0:0:0:0:0:1', NULL), (1302, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325749, 'web', '0:0:0:0:0:0:0:1', NULL), (1303, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325752, 'web', '0:0:0:0:0:0:0:1', NULL), (1304, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325755, 'web', '0:0:0:0:0:0:0:1', NULL), (1305, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325770, 'web', '0:0:0:0:0:0:0:1', NULL), (1306, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325815, 'web', '0:0:0:0:0:0:0:1', NULL), (1307, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325926, 'web', '0:0:0:0:0:0:0:1', NULL), (1308, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325935, 'web', '0:0:0:0:0:0:0:1', NULL), (1309, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325942, 'web', '0:0:0:0:0:0:0:1', NULL), (1310, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325945, 'web', '0:0:0:0:0:0:0:1', NULL), (1311, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325955, 'web', '0:0:0:0:0:0:0:1', NULL), (1312, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325958, 'web', '0:0:0:0:0:0:0:1', NULL), (1313, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325964, 'web', '0:0:0:0:0:0:0:1', NULL), (1314, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325973, 'web', '0:0:0:0:0:0:0:1', NULL), (1315, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325974, 'web', '0:0:0:0:0:0:0:1', NULL), (1316, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325991, 'web', '0:0:0:0:0:0:0:1', NULL), (1317, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570325998, 'web', '0:0:0:0:0:0:0:1', NULL), (1318, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326005, 'web', '0:0:0:0:0:0:0:1', NULL), (1319, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326011, 'web', '0:0:0:0:0:0:0:1', NULL), (1320, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326011, 'web', '0:0:0:0:0:0:0:1', NULL), (1321, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326021, 'web', '0:0:0:0:0:0:0:1', NULL), (1322, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326062, 'web', '0:0:0:0:0:0:0:1', NULL), (1323, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326080, 'web', '0:0:0:0:0:0:0:1', NULL), (1324, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326081, 'web', '0:0:0:0:0:0:0:1', NULL), (1325, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326104, 'web', '0:0:0:0:0:0:0:1', NULL), (1326, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326112, 'web', '0:0:0:0:0:0:0:1', NULL), (1327, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326113, 'web', '0:0:0:0:0:0:0:1', NULL), (1328, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326122, 'web', '0:0:0:0:0:0:0:1', NULL), (1329, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326136, 'web', '0:0:0:0:0:0:0:1', NULL), (1330, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326137, 'web', '0:0:0:0:0:0:0:1', NULL), (1331, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326146, 'web', '0:0:0:0:0:0:0:1', NULL), (1332, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326159, 'web', '0:0:0:0:0:0:0:1', NULL), (1333, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570326159, 'web', '0:0:0:0:0:0:0:1', NULL), (1334, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1570371469, 'web', '0:0:0:0:0:0:0:1', NULL), (1335, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570371478, 'web', '0:0:0:0:0:0:0:1', NULL), (1336, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371479, 'web', '0:0:0:0:0:0:0:1', NULL), (1337, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371540, 'web', '0:0:0:0:0:0:0:1', NULL), (1338, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371544, 'web', '0:0:0:0:0:0:0:1', NULL), (1339, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371548, 'web', '0:0:0:0:0:0:0:1', NULL), (1340, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371554, 'web', '0:0:0:0:0:0:0:1', NULL), (1341, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371562, 'web', '0:0:0:0:0:0:0:1', NULL), (1342, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371562, 'web', '0:0:0:0:0:0:0:1', NULL), (1343, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371575, 'web', '0:0:0:0:0:0:0:1', NULL), (1344, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371582, 'web', '0:0:0:0:0:0:0:1', NULL), (1345, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371582, 'web', '0:0:0:0:0:0:0:1', NULL), (1346, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371586, 'web', '0:0:0:0:0:0:0:1', NULL), (1347, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371600, 'web', '0:0:0:0:0:0:0:1', NULL), (1348, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371601, 'web', '0:0:0:0:0:0:0:1', NULL), (1349, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570371615, 'web', '0:0:0:0:0:0:0:1', NULL), (1350, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372332, 'web', '0:0:0:0:0:0:0:1', NULL), (1351, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372339, 'web', '0:0:0:0:0:0:0:1', NULL), (1352, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372347, 'web', '0:0:0:0:0:0:0:1', NULL), (1353, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372350, 'web', '0:0:0:0:0:0:0:1', NULL), (1354, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372544, 'web', '0:0:0:0:0:0:0:1', NULL), (1355, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372565, 'web', '0:0:0:0:0:0:0:1', NULL), (1356, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372566, 'web', '0:0:0:0:0:0:0:1', NULL), (1357, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372815, 'web', '0:0:0:0:0:0:0:1', NULL), (1358, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372827, 'web', '0:0:0:0:0:0:0:1', NULL), (1359, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372858, 'web', '0:0:0:0:0:0:0:1', NULL), (1360, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372911, 'web', '0:0:0:0:0:0:0:1', NULL), (1361, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372960, 'web', '0:0:0:0:0:0:0:1', NULL), (1362, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372981, 'web', '0:0:0:0:0:0:0:1', NULL), (1363, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570372993, 'web', '0:0:0:0:0:0:0:1', NULL), (1364, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373080, 'web', '0:0:0:0:0:0:0:1', NULL), (1365, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570373123, 'web', '0:0:0:0:0:0:0:1', NULL), (1366, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373123, 'web', '0:0:0:0:0:0:0:1', NULL), (1367, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570373156, 'web', '0:0:0:0:0:0:0:1', NULL), (1368, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373157, 'web', '0:0:0:0:0:0:0:1', NULL), (1369, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570373197, 'web', '0:0:0:0:0:0:0:1', NULL), (1370, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373198, 'web', '0:0:0:0:0:0:0:1', NULL), (1371, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373296, 'web', '0:0:0:0:0:0:0:1', NULL), (1372, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373332, 'web', '0:0:0:0:0:0:0:1', NULL), (1373, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373457, 'web', '0:0:0:0:0:0:0:1', NULL), (1374, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373518, 'web', '0:0:0:0:0:0:0:1', NULL), (1375, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373820, 'web', '0:0:0:0:0:0:0:1', NULL), (1376, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570373857, 'web', '0:0:0:0:0:0:0:1', NULL), (1377, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373858, 'web', '0:0:0:0:0:0:0:1', NULL), (1378, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570373862, 'web', '0:0:0:0:0:0:0:1', NULL), (1379, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374197, 'web', '0:0:0:0:0:0:0:1', NULL), (1380, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374339, 'web', '0:0:0:0:0:0:0:1', NULL), (1381, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374345, 'web', '0:0:0:0:0:0:0:1', NULL), (1382, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374358, 'web', '0:0:0:0:0:0:0:1', NULL), (1383, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374364, 'web', '0:0:0:0:0:0:0:1', NULL), (1384, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374372, 'web', '0:0:0:0:0:0:0:1', NULL), (1385, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374387, 'web', '0:0:0:0:0:0:0:1', NULL), (1386, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374389, 'web', '0:0:0:0:0:0:0:1', NULL), (1387, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374391, 'web', '0:0:0:0:0:0:0:1', NULL), (1388, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374398, 'web', '0:0:0:0:0:0:0:1', NULL), (1389, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374401, 'web', '0:0:0:0:0:0:0:1', NULL), (1390, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374404, 'web', '0:0:0:0:0:0:0:1', NULL), (1391, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374409, 'web', '0:0:0:0:0:0:0:1', NULL), (1392, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374413, 'web', '0:0:0:0:0:0:0:1', NULL), (1393, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374417, 'web', '0:0:0:0:0:0:0:1', NULL), (1394, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374419, 'web', '0:0:0:0:0:0:0:1', NULL), (1395, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570374456, 'web', '0:0:0:0:0:0:0:1', NULL), (1396, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570374457, 'web', '0:0:0:0:0:0:0:1', NULL), (1397, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570374458, 'web', '0:0:0:0:0:0:0:1', NULL), (1398, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374458, 'web', '0:0:0:0:0:0:0:1', NULL), (1399, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374470, 'web', '0:0:0:0:0:0:0:1', NULL), (1400, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374473, 'web', '0:0:0:0:0:0:0:1', NULL), (1401, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374493, 'web', '0:0:0:0:0:0:0:1', NULL), (1402, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374496, 'web', '0:0:0:0:0:0:0:1', NULL), (1403, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374500, 'web', '0:0:0:0:0:0:0:1', NULL), (1404, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570374536, 'web', '0:0:0:0:0:0:0:1', NULL), (1405, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374537, 'web', '0:0:0:0:0:0:0:1', NULL), (1406, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374564, 'web', '0:0:0:0:0:0:0:1', NULL), (1407, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374568, 'web', '0:0:0:0:0:0:0:1', NULL), (1408, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374574, 'web', '0:0:0:0:0:0:0:1', NULL), (1409, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374576, 'web', '0:0:0:0:0:0:0:1', NULL), (1410, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374581, 'web', '0:0:0:0:0:0:0:1', NULL), (1411, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374586, 'web', '0:0:0:0:0:0:0:1', NULL), (1412, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374593, 'web', '0:0:0:0:0:0:0:1', NULL), (1413, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374596, 'web', '0:0:0:0:0:0:0:1', NULL), (1414, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374615, 'web', '0:0:0:0:0:0:0:1', NULL), (1415, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374617, 'web', '0:0:0:0:0:0:0:1', NULL), (1416, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374623, 'web', '0:0:0:0:0:0:0:1', NULL), (1417, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374630, 'web', '0:0:0:0:0:0:0:1', NULL), (1418, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374636, 'web', '0:0:0:0:0:0:0:1', NULL), (1419, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374642, 'web', '0:0:0:0:0:0:0:1', NULL), (1420, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374766, 'web', '0:0:0:0:0:0:0:1', NULL), (1421, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570374842, 'web', '0:0:0:0:0:0:0:1', NULL), (1422, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374843, 'web', '0:0:0:0:0:0:0:1', NULL), (1423, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374848, 'web', '0:0:0:0:0:0:0:1', NULL), (1424, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570374993, 'web', '0:0:0:0:0:0:0:1', NULL), (1425, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570375046, 'web', '0:0:0:0:0:0:0:1', NULL), (1426, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570377553, 'web', '0:0:0:0:0:0:0:1', NULL), (1427, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570377592, 'web', '0:0:0:0:0:0:0:1', NULL), (1428, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570377631, 'web', '0:0:0:0:0:0:0:1', NULL), (1429, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570377632, 'web', '0:0:0:0:0:0:0:1', NULL), (1430, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570377710, 'web', '0:0:0:0:0:0:0:1', NULL), (1431, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570377711, 'web', '0:0:0:0:0:0:0:1', NULL), (1432, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570377716, 'web', '0:0:0:0:0:0:0:1', NULL), (1433, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1570377736, 'web', '0:0:0:0:0:0:0:1', NULL), (1434, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570377737, 'web', '0:0:0:0:0:0:0:1', NULL), (1435, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570377814, 'web', '0:0:0:0:0:0:0:1', NULL), (1436, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570381390, 'web', '0:0:0:0:0:0:0:1', NULL), (1437, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570381401, 'web', '0:0:0:0:0:0:0:1', NULL), (1438, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570382390, 'web', '0:0:0:0:0:0:0:1', NULL), (1439, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570382412, 'web', '0:0:0:0:0:0:0:1', NULL), (1440, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570382866, 'web', '0:0:0:0:0:0:0:1', NULL), (1441, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570382879, 'web', '0:0:0:0:0:0:0:1', NULL), (1442, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570382891, 'web', '0:0:0:0:0:0:0:1', NULL), (1443, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570382945, 'web', '0:0:0:0:0:0:0:1', NULL), (1444, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570382980, 'web', '0:0:0:0:0:0:0:1', NULL), (1445, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570383005, 'web', '0:0:0:0:0:0:0:1', NULL), (1446, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570383045, 'web', '0:0:0:0:0:0:0:1', NULL), (1447, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570383047, 'web', '0:0:0:0:0:0:0:1', NULL), (1448, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570383052, 'web', '0:0:0:0:0:0:0:1', NULL), (1449, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570383065, 'web', '0:0:0:0:0:0:0:1', NULL), (1450, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1570394880, 'web', '0:0:0:0:0:0:0:1', NULL), (1451, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1570394882, 'web', '0:0:0:0:0:0:0:1', NULL), (1452, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570394891, 'web', '0:0:0:0:0:0:0:1', NULL), (1453, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570394929, 'web', '0:0:0:0:0:0:0:1', NULL), (1454, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570394936, 'web', '0:0:0:0:0:0:0:1', NULL), (1455, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570394960, 'web', '0:0:0:0:0:0:0:1', NULL), (1456, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570394971, 'web', '0:0:0:0:0:0:0:1', NULL), (1457, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570394982, 'web', '0:0:0:0:0:0:0:1', NULL), (1458, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570394995, 'web', '0:0:0:0:0:0:0:1', NULL), (1459, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395007, 'web', '0:0:0:0:0:0:0:1', NULL), (1460, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395016, 'web', '0:0:0:0:0:0:0:1', NULL), (1461, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395031, 'web', '0:0:0:0:0:0:0:1', NULL), (1462, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395042, 'web', '0:0:0:0:0:0:0:1', NULL), (1463, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395044, 'web', '0:0:0:0:0:0:0:1', NULL), (1464, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395053, 'web', '0:0:0:0:0:0:0:1', NULL), (1465, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395055, 'web', '0:0:0:0:0:0:0:1', NULL), (1466, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395063, 'web', '0:0:0:0:0:0:0:1', NULL), (1467, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395138, 'web', '0:0:0:0:0:0:0:1', NULL), (1468, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395190, 'web', '0:0:0:0:0:0:0:1', NULL), (1469, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395243, 'web', '0:0:0:0:0:0:0:1', NULL), (1470, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395369, 'web', '0:0:0:0:0:0:0:1', NULL), (1471, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395424, 'web', '0:0:0:0:0:0:0:1', NULL), (1472, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570395431, 'web', '0:0:0:0:0:0:0:1', NULL), (1473, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1559, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nMoodle.com|https:\\/\\/moodle.com\\/\\r\\n\",\"plugin\":null}', 1570400186, 'web', '0:0:0:0:0:0:0:1', NULL), (1474, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400215, 'web', '0:0:0:0:0:0:0:1', NULL), (1475, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400640, 'web', '0:0:0:0:0:0:0:1', NULL), (1476, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400686, 'web', '0:0:0:0:0:0:0:1', NULL), (1477, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400911, 'web', '0:0:0:0:0:0:0:1', NULL), (1478, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400934, 'web', '0:0:0:0:0:0:0:1', NULL), (1479, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400944, 'web', '0:0:0:0:0:0:0:1', NULL), (1480, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400947, 'web', '0:0:0:0:0:0:0:1', NULL), (1481, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400948, 'web', '0:0:0:0:0:0:0:1', NULL), (1482, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400957, 'web', '0:0:0:0:0:0:0:1', NULL), (1483, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400962, 'web', '0:0:0:0:0:0:0:1', NULL), (1484, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400962, 'web', '0:0:0:0:0:0:0:1', NULL), (1485, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400971, 'web', '0:0:0:0:0:0:0:1', NULL), (1486, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400974, 'web', '0:0:0:0:0:0:0:1', NULL), (1487, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400975, 'web', '0:0:0:0:0:0:0:1', NULL), (1488, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400981, 'web', '0:0:0:0:0:0:0:1', NULL), (1489, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400984, 'web', '0:0:0:0:0:0:0:1', NULL), (1490, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400984, 'web', '0:0:0:0:0:0:0:1', NULL), (1491, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400990, 'web', '0:0:0:0:0:0:0:1', NULL), (1492, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400994, 'web', '0:0:0:0:0:0:0:1', NULL), (1493, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570400994, 'web', '0:0:0:0:0:0:0:1', NULL), (1494, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570401007, 'web', '0:0:0:0:0:0:0:1', NULL), (1495, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570401020, 'web', '0:0:0:0:0:0:0:1', NULL), (1496, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570401034, 'web', '0:0:0:0:0:0:0:1', NULL), (1497, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 4, 'c', 1, 34, 70, 4, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":4,\"name\":\"Home 2\"}', 1570401074, 'web', '0:0:0:0:0:0:0:1', NULL), (1498, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1570401076, 'web', '0:0:0:0:0:0:0:1', NULL), (1499, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1560, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup1\",\"oldvalue\":null,\"value\":\"\\\\cdot\\r\\n\\\\times\\r\\n\\\\ast\\r\\n\\\\div\\r\\n\\\\diamond\\r\\n\\\\pm\\r\\n\\\\mp\\r\\n\\\\oplus\\r\\n\\\\ominus\\r\\n\\\\otimes\\r\\n\\\\oslash\\r\\n\\\\odot\\r\\n\\\\circ\\r\\n\\\\bullet\\r\\n\\\\asymp\\r\\n\\\\equiv\\r\\n\\\\subseteq\\r\\n\\\\supseteq\\r\\n\\\\leq\\r\\n\\\\geq\\r\\n\\\\preceq\\r\\n\\\\succeq\\r\\n\\\\sim\\r\\n\\\\simeq\\r\\n\\\\approx\\r\\n\\\\subset\\r\\n\\\\supset\\r\\n\\\\ll\\r\\n\\\\gg\\r\\n\\\\prec\\r\\n\\\\succ\\r\\n\\\\infty\\r\\n\\\\in\\r\\n\\\\ni\\r\\n\\\\forall\\r\\n\\\\exists\\r\\n\\\\neq\\r\\n\",\"plugin\":\"atto_cocoonshortcodes\"}', 1570402777, 'web', '0:0:0:0:0:0:0:1', NULL), (1500, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1561, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup2\",\"oldvalue\":null,\"value\":\"\\\\leftarrow\\r\\n\\\\rightarrow\\r\\n\\\\uparrow\\r\\n\\\\downarrow\\r\\n\\\\leftrightarrow\\r\\n\\\\nearrow\\r\\n\\\\searrow\\r\\n\\\\swarrow\\r\\n\\\\nwarrow\\r\\n\\\\Leftarrow\\r\\n\\\\Rightarrow\\r\\n\\\\Uparrow\\r\\n\\\\Downarrow\\r\\n\\\\Leftrightarrow\\r\\n\",\"plugin\":\"atto_cocoonshortcodes\"}', 1570402777, 'web', '0:0:0:0:0:0:0:1', NULL), (1501, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1562, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup3\",\"oldvalue\":null,\"value\":\"\\\\alpha\\r\\n\\\\beta\\r\\n\\\\gamma\\r\\n\\\\delta\\r\\n\\\\epsilon\\r\\n\\\\zeta\\r\\n\\\\eta\\r\\n\\\\theta\\r\\n\\\\iota\\r\\n\\\\kappa\\r\\n\\\\lambda\\r\\n\\\\mu\\r\\n\\\\nu\\r\\n\\\\xi\\r\\n\\\\pi\\r\\n\\\\rho\\r\\n\\\\sigma\\r\\n\\\\tau\\r\\n\\\\upsilon\\r\\n\\\\phi\\r\\n\\\\chi\\r\\n\\\\psi\\r\\n\\\\omega\\r\\n\\\\Gamma\\r\\n\\\\Delta\\r\\n\\\\Theta\\r\\n\\\\Lambda\\r\\n\\\\Xi\\r\\n\\\\Pi\\r\\n\\\\Sigma\\r\\n\\\\Upsilon\\r\\n\\\\Phi\\r\\n\\\\Psi\\r\\n\\\\Omega\\r\\n\",\"plugin\":\"atto_cocoonshortcodes\"}', 1570402777, 'web', '0:0:0:0:0:0:0:1', NULL), (1502, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1563, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup4\",\"oldvalue\":null,\"value\":\"\\\\sum{a,b}\\r\\n\\\\sqrt[a]{b+c}\\r\\n\\\\int_{a}^{b}{c}\\r\\n\\\\iint_{a}^{b}{c}\\r\\n\\\\iiint_{a}^{b}{c}\\r\\n\\\\oint{a}\\r\\n(a)\\r\\n[a]\\r\\n\\\\lbrace{a}\\\\rbrace\\r\\n\\\\left| \\\\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\\\end{matrix} \\\\right|\\r\\n\\\\frac{a}{b+c}\\r\\n\\\\vec{a}\\r\\n\\\\binom {a} {b}\\r\\n{a \\\\brack b}\\r\\n{a \\\\brace b}\\r\\n\",\"plugin\":\"atto_cocoonshortcodes\"}', 1570402777, 'web', '0:0:0:0:0:0:0:1', NULL), (1503, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570402792, 'web', '0:0:0:0:0:0:0:1', NULL), (1504, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570402798, 'web', '0:0:0:0:0:0:0:1', NULL), (1505, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1570402820, 'web', '0:0:0:0:0:0:0:1', NULL), (1506, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1564, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup1\",\"oldvalue\":\"\\\\cdot\\r\\n\\\\times\\r\\n\\\\ast\\r\\n\\\\div\\r\\n\\\\diamond\\r\\n\\\\pm\\r\\n\\\\mp\\r\\n\\\\oplus\\r\\n\\\\ominus\\r\\n\\\\otimes\\r\\n\\\\oslash\\r\\n\\\\odot\\r\\n\\\\circ\\r\\n\\\\bullet\\r\\n\\\\asymp\\r\\n\\\\equiv\\r\\n\\\\subseteq\\r\\n\\\\supseteq\\r\\n\\\\leq\\r\\n\\\\geq\\r\\n\\\\preceq\\r\\n\\\\succeq\\r\\n\\\\sim\\r\\n\\\\simeq\\r\\n\\\\approx\\r\\n\\\\subset\\r\\n\\\\supset\\r\\n\\\\ll\\r\\n\\\\gg\\r\\n\\\\prec\\r\\n\\\\succ\\r\\n\\\\infty\\r\\n\\\\in\\r\\n\\\\ni\\r\\n\\\\forall\\r\\n\\\\exists\\r\\n\\\\neq\\r\\n\",\"value\":\"\",\"plugin\":\"atto_cocoonshortcodes\"}', 1570402905, 'web', '0:0:0:0:0:0:0:1', NULL), (1507, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1565, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup3\",\"oldvalue\":\"\\\\alpha\\r\\n\\\\beta\\r\\n\\\\gamma\\r\\n\\\\delta\\r\\n\\\\epsilon\\r\\n\\\\zeta\\r\\n\\\\eta\\r\\n\\\\theta\\r\\n\\\\iota\\r\\n\\\\kappa\\r\\n\\\\lambda\\r\\n\\\\mu\\r\\n\\\\nu\\r\\n\\\\xi\\r\\n\\\\pi\\r\\n\\\\rho\\r\\n\\\\sigma\\r\\n\\\\tau\\r\\n\\\\upsilon\\r\\n\\\\phi\\r\\n\\\\chi\\r\\n\\\\psi\\r\\n\\\\omega\\r\\n\\\\Gamma\\r\\n\\\\Delta\\r\\n\\\\Theta\\r\\n\\\\Lambda\\r\\n\\\\Xi\\r\\n\\\\Pi\\r\\n\\\\Sigma\\r\\n\\\\Upsilon\\r\\n\\\\Phi\\r\\n\\\\Psi\\r\\n\\\\Omega\\r\\n\",\"value\":\"\",\"plugin\":\"atto_cocoonshortcodes\"}', 1570402905, 'web', '0:0:0:0:0:0:0:1', NULL), (1508, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1566, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup4\",\"oldvalue\":\"\\\\sum{a,b}\\r\\n\\\\sqrt[a]{b+c}\\r\\n\\\\int_{a}^{b}{c}\\r\\n\\\\iint_{a}^{b}{c}\\r\\n\\\\iiint_{a}^{b}{c}\\r\\n\\\\oint{a}\\r\\n(a)\\r\\n[a]\\r\\n\\\\lbrace{a}\\\\rbrace\\r\\n\\\\left| \\\\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\\\end{matrix} \\\\right|\\r\\n\\\\frac{a}{b+c}\\r\\n\\\\vec{a}\\r\\n\\\\binom {a} {b}\\r\\n{a \\\\brack b}\\r\\n{a \\\\brace b}\\r\\n\",\"value\":\"\",\"plugin\":\"atto_cocoonshortcodes\"}', 1570402905, 'web', '0:0:0:0:0:0:0:1', NULL), (1509, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1567, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"toolbar\",\"oldvalue\":\"collapse = collapse\\nstyle1 = title, bold, italic\\nlist = unorderedlist, orderedlist\\nlinks = link\\nfiles = image, media, recordrtc, managefiles\\nstyle2 = underline, strike, subscript, superscript\\nalign = align\\nindent = indent\\ninsert = equation, charmap, table, clear\\nundo = undo\\naccessibility = accessibilitychecker, accessibilityhelper\\nother = html\",\"value\":\"collapse = collapse\\r\\nstyle1 = title, bold, italic\\r\\nlist = unorderedlist, orderedlist\\r\\nlinks = link\\r\\nfiles = image, media, recordrtc, managefiles\\r\\nstyle2 = underline, strike, subscript, superscript\\r\\nalign = align\\r\\nindent = indent\\r\\ninsert = equation, charmap, table, clear, cocoonshortcodes\\r\\nundo = undo\\r\\naccessibility = accessibilitychecker, accessibilityhelper\\r\\nother = html\",\"plugin\":\"editor_atto\"}', 1570402980, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (1510, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1568, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup1\",\"oldvalue\":\"\\n\\\\cdot\\n\\\\times\\n\\\\ast\\n\\\\div\\n\\\\diamond\\n\\\\pm\\n\\\\mp\\n\\\\oplus\\n\\\\ominus\\n\\\\otimes\\n\\\\oslash\\n\\\\odot\\n\\\\circ\\n\\\\bullet\\n\\\\asymp\\n\\\\equiv\\n\\\\subseteq\\n\\\\supseteq\\n\\\\leq\\n\\\\geq\\n\\\\preceq\\n\\\\succeq\\n\\\\sim\\n\\\\simeq\\n\\\\approx\\n\\\\subset\\n\\\\supset\\n\\\\ll\\n\\\\gg\\n\\\\prec\\n\\\\succ\\n\\\\infty\\n\\\\in\\n\\\\ni\\n\\\\forall\\n\\\\exists\\n\\\\neq\\n\",\"value\":\"\\\\cdot\\r\\n\\\\times\\r\\n\\\\ast\\r\\n\\\\div\\r\\n\\\\diamond\\r\\n\\\\pm\\r\\n\\\\mp\\r\\n\\\\oplus\\r\\n\\\\ominus\\r\\n\\\\otimes\\r\\n\\\\oslash\\r\\n\\\\odot\\r\\n\\\\circ\\r\\n\\\\bullet\\r\\n\\\\asymp\\r\\n\\\\equiv\\r\\n\\\\subseteq\\r\\n\\\\supseteq\\r\\n\\\\leq\\r\\n\\\\geq\\r\\n\\\\preceq\\r\\n\\\\succeq\\r\\n\\\\sim\\r\\n\\\\simeq\\r\\n\\\\approx\\r\\n\\\\subset\\r\\n\\\\supset\\r\\n\\\\ll\\r\\n\\\\gg\\r\\n\\\\prec\\r\\n\\\\succ\\r\\n\\\\infty\\r\\n\\\\in\\r\\n\\\\ni\\r\\n\\\\forall\\r\\n\\\\exists\\r\\n\\\\neq\\r\\n\",\"plugin\":\"atto_equation\"}', 1570402980, 'web', '0:0:0:0:0:0:0:1', NULL), (1511, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1569, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup2\",\"oldvalue\":\"\\n\\\\leftarrow\\n\\\\rightarrow\\n\\\\uparrow\\n\\\\downarrow\\n\\\\leftrightarrow\\n\\\\nearrow\\n\\\\searrow\\n\\\\swarrow\\n\\\\nwarrow\\n\\\\Leftarrow\\n\\\\Rightarrow\\n\\\\Uparrow\\n\\\\Downarrow\\n\\\\Leftrightarrow\\n\",\"value\":\"\\\\leftarrow\\r\\n\\\\rightarrow\\r\\n\\\\uparrow\\r\\n\\\\downarrow\\r\\n\\\\leftrightarrow\\r\\n\\\\nearrow\\r\\n\\\\searrow\\r\\n\\\\swarrow\\r\\n\\\\nwarrow\\r\\n\\\\Leftarrow\\r\\n\\\\Rightarrow\\r\\n\\\\Uparrow\\r\\n\\\\Downarrow\\r\\n\\\\Leftrightarrow\\r\\n\",\"plugin\":\"atto_equation\"}', 1570402980, 'web', '0:0:0:0:0:0:0:1', NULL), (1512, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1570, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup3\",\"oldvalue\":\"\\n\\\\alpha\\n\\\\beta\\n\\\\gamma\\n\\\\delta\\n\\\\epsilon\\n\\\\zeta\\n\\\\eta\\n\\\\theta\\n\\\\iota\\n\\\\kappa\\n\\\\lambda\\n\\\\mu\\n\\\\nu\\n\\\\xi\\n\\\\pi\\n\\\\rho\\n\\\\sigma\\n\\\\tau\\n\\\\upsilon\\n\\\\phi\\n\\\\chi\\n\\\\psi\\n\\\\omega\\n\\\\Gamma\\n\\\\Delta\\n\\\\Theta\\n\\\\Lambda\\n\\\\Xi\\n\\\\Pi\\n\\\\Sigma\\n\\\\Upsilon\\n\\\\Phi\\n\\\\Psi\\n\\\\Omega\\n\",\"value\":\"\\\\alpha\\r\\n\\\\beta\\r\\n\\\\gamma\\r\\n\\\\delta\\r\\n\\\\epsilon\\r\\n\\\\zeta\\r\\n\\\\eta\\r\\n\\\\theta\\r\\n\\\\iota\\r\\n\\\\kappa\\r\\n\\\\lambda\\r\\n\\\\mu\\r\\n\\\\nu\\r\\n\\\\xi\\r\\n\\\\pi\\r\\n\\\\rho\\r\\n\\\\sigma\\r\\n\\\\tau\\r\\n\\\\upsilon\\r\\n\\\\phi\\r\\n\\\\chi\\r\\n\\\\psi\\r\\n\\\\omega\\r\\n\\\\Gamma\\r\\n\\\\Delta\\r\\n\\\\Theta\\r\\n\\\\Lambda\\r\\n\\\\Xi\\r\\n\\\\Pi\\r\\n\\\\Sigma\\r\\n\\\\Upsilon\\r\\n\\\\Phi\\r\\n\\\\Psi\\r\\n\\\\Omega\\r\\n\",\"plugin\":\"atto_equation\"}', 1570402980, 'web', '0:0:0:0:0:0:0:1', NULL), (1513, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1571, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup4\",\"oldvalue\":\"\\n\\\\sum{a,b}\\n\\\\sqrt[a]{b+c}\\n\\\\int_{a}^{b}{c}\\n\\\\iint_{a}^{b}{c}\\n\\\\iiint_{a}^{b}{c}\\n\\\\oint{a}\\n(a)\\n[a]\\n\\\\lbrace{a}\\\\rbrace\\n\\\\left| \\\\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\\\end{matrix} \\\\right|\\n\\\\frac{a}{b+c}\\n\\\\vec{a}\\n\\\\binom {a} {b}\\n{a \\\\brack b}\\n{a \\\\brace b}\\n\",\"value\":\"\\\\sum{a,b}\\r\\n\\\\sqrt[a]{b+c}\\r\\n\\\\int_{a}^{b}{c}\\r\\n\\\\iint_{a}^{b}{c}\\r\\n\\\\iiint_{a}^{b}{c}\\r\\n\\\\oint{a}\\r\\n(a)\\r\\n[a]\\r\\n\\\\lbrace{a}\\\\rbrace\\r\\n\\\\left| \\\\begin{matrix} a_1 & a_2 \\\\ a_3 & a_4 \\\\end{matrix} \\\\right|\\r\\n\\\\frac{a}{b+c}\\r\\n\\\\vec{a}\\r\\n\\\\binom {a} {b}\\r\\n{a \\\\brack b}\\r\\n{a \\\\brace b}\\r\\n\",\"plugin\":\"atto_equation\"}', 1570402980, 'web', '0:0:0:0:0:0:0:1', NULL), (1514, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1570402988, 'web', '0:0:0:0:0:0:0:1', NULL), (1515, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570402993, 'web', '0:0:0:0:0:0:0:1', NULL), (1516, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1570402998, 'web', '0:0:0:0:0:0:0:1', NULL), (1517, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1572, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"librarygroup2\",\"oldvalue\":\"\\\\leftarrow\\r\\n\\\\rightarrow\\r\\n\\\\uparrow\\r\\n\\\\downarrow\\r\\n\\\\leftrightarrow\\r\\n\\\\nearrow\\r\\n\\\\searrow\\r\\n\\\\swarrow\\r\\n\\\\nwarrow\\r\\n\\\\Leftarrow\\r\\n\\\\Rightarrow\\r\\n\\\\Uparrow\\r\\n\\\\Downarrow\\r\\n\\\\Leftrightarrow\\r\\n\",\"value\":\"[slider title=\\\"test\\\"][\\/slider]\\r\\n\\\\rightarrow\\r\\n\\\\uparrow\\r\\n\\\\downarrow\\r\\n\\\\leftrightarrow\\r\\n\\\\nearrow\\r\\n\\\\searrow\\r\\n\\\\swarrow\\r\\n\\\\nwarrow\\r\\n\\\\Leftarrow\\r\\n\\\\Rightarrow\\r\\n\\\\Uparrow\\r\\n\\\\Downarrow\\r\\n\\\\Leftrightarrow\\r\\n\",\"plugin\":\"atto_cocoonshortcodes\"}', 1570403433, 'web', '0:0:0:0:0:0:0:1', NULL), (1518, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570403531, 'web', '0:0:0:0:0:0:0:1', NULL), (1519, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1570403892, 'web', '0:0:0:0:0:0:0:1', NULL), (1520, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1570403895, 'web', '0:0:0:0:0:0:0:1', NULL), (1521, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1570403901, 'web', '0:0:0:0:0:0:0:1', NULL), (1522, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1570498083, 'web', '0:0:0:0:0:0:0:1', NULL), (1523, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1574776820, 'web', '0:0:0:0:0:0:0:1', NULL), (1524, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1574777780, 'web', '0:0:0:0:0:0:0:1', NULL), (1525, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574777792, 'web', '0:0:0:0:0:0:0:1', NULL), (1526, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574777800, 'web', '0:0:0:0:0:0:0:1', NULL), (1527, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574777840, 'web', '0:0:0:0:0:0:0:1', NULL), (1528, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574777845, 'web', '0:0:0:0:0:0:0:1', NULL), (1529, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, '{\"username\":\"administrator\",\"reason\":1}', 1574777851, 'web', '0:0:0:0:0:0:0:1', NULL), (1530, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574777906, 'web', '0:0:0:0:0:0:0:1', NULL), (1531, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574777911, 'web', '0:0:0:0:0:0:0:1', NULL), (1532, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1574777926, 'web', '0:0:0:0:0:0:0:1', NULL), (1533, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1574778106, 'web', '0:0:0:0:0:0:0:1', NULL), (1534, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574778109, 'web', '0:0:0:0:0:0:0:1', NULL), (1535, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574778124, 'web', '0:0:0:0:0:0:0:1', NULL), (1536, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574778144, 'web', '0:0:0:0:0:0:0:1', NULL), (1537, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574778151, 'web', '0:0:0:0:0:0:0:1', NULL), (1538, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574778158, 'web', '0:0:0:0:0:0:0:1', NULL), (1539, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574778161, 'web', '0:0:0:0:0:0:0:1', NULL), (1540, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 30, 70, 2, 2, 1, NULL, 0, 'null', 1574778168, 'web', '0:0:0:0:0:0:0:1', NULL), (1541, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 30, 70, 2, 2, 1, NULL, 0, 'null', 1574778211, 'web', '0:0:0:0:0:0:0:1', NULL), (1542, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574778219, 'web', '0:0:0:0:0:0:0:1', NULL), (1543, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 1, 'r', 2, 29, 70, 1, 2, 1, NULL, 0, 'null', 1574778224, 'web', '0:0:0:0:0:0:0:1', NULL), (1544, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 30, 70, 2, 2, 1, NULL, 0, 'null', 1574778232, 'web', '0:0:0:0:0:0:0:1', NULL), (1545, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574778236, 'web', '0:0:0:0:0:0:0:1', NULL), (1546, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1574778458, 'web', '0:0:0:0:0:0:0:1', NULL), (1547, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574778459, 'web', '0:0:0:0:0:0:0:1', NULL), (1548, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574779305, 'web', '0:0:0:0:0:0:0:1', NULL), (1549, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574779331, 'web', '0:0:0:0:0:0:0:1', NULL), (1550, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574779343, 'web', '0:0:0:0:0:0:0:1', NULL), (1551, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1573, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"logo\",\"oldvalue\":\"\",\"value\":\"\\/header-logo.png\",\"plugin\":\"core_admin\"}', 1574780338, 'web', '0:0:0:0:0:0:0:1', NULL), (1552, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574781141, 'web', '0:0:0:0:0:0:0:1', NULL), (1553, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574781364, 'web', '0:0:0:0:0:0:0:1', NULL), (1554, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574781369, 'web', '0:0:0:0:0:0:0:1', NULL), (1555, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574781383, 'web', '0:0:0:0:0:0:0:1', NULL), (1556, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574781395, 'web', '0:0:0:0:0:0:0:1', NULL), (1557, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574781500, 'web', '0:0:0:0:0:0:0:1', NULL), (1558, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574781520, 'web', '0:0:0:0:0:0:0:1', NULL), (1559, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574781693, 'web', '0:0:0:0:0:0:0:1', NULL), (1560, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574781733, 'web', '0:0:0:0:0:0:0:1', NULL), (1561, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574781741, 'web', '0:0:0:0:0:0:0:1', NULL), (1562, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574781940, 'web', '0:0:0:0:0:0:0:1', NULL), (1563, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782090, 'web', '0:0:0:0:0:0:0:1', NULL), (1564, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782145, 'web', '0:0:0:0:0:0:0:1', NULL), (1565, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782242, 'web', '0:0:0:0:0:0:0:1', NULL), (1566, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782417, 'web', '0:0:0:0:0:0:0:1', NULL), (1567, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782466, 'web', '0:0:0:0:0:0:0:1', NULL), (1568, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782480, 'web', '0:0:0:0:0:0:0:1', NULL), (1569, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782503, 'web', '0:0:0:0:0:0:0:1', NULL), (1570, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782582, 'web', '0:0:0:0:0:0:0:1', NULL), (1571, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782630, 'web', '0:0:0:0:0:0:0:1', NULL), (1572, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782708, 'web', '0:0:0:0:0:0:0:1', NULL), (1573, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782720, 'web', '0:0:0:0:0:0:0:1', NULL), (1574, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782724, 'web', '0:0:0:0:0:0:0:1', NULL), (1575, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782748, 'web', '0:0:0:0:0:0:0:1', NULL), (1576, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782751, 'web', '0:0:0:0:0:0:0:1', NULL), (1577, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782821, 'web', '0:0:0:0:0:0:0:1', NULL), (1578, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782833, 'web', '0:0:0:0:0:0:0:1', NULL), (1579, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782882, 'web', '0:0:0:0:0:0:0:1', NULL), (1580, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782977, 'web', '0:0:0:0:0:0:0:1', NULL), (1581, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574782983, 'web', '0:0:0:0:0:0:0:1', NULL), (1582, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783039, 'web', '0:0:0:0:0:0:0:1', NULL), (1583, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783187, 'web', '0:0:0:0:0:0:0:1', NULL), (1584, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783204, 'web', '0:0:0:0:0:0:0:1', NULL), (1585, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783303, 'web', '0:0:0:0:0:0:0:1', NULL), (1586, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783437, 'web', '0:0:0:0:0:0:0:1', NULL), (1587, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783445, 'web', '0:0:0:0:0:0:0:1', NULL), (1588, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783640, 'web', '0:0:0:0:0:0:0:1', NULL), (1589, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783652, 'web', '0:0:0:0:0:0:0:1', NULL), (1590, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783905, 'web', '0:0:0:0:0:0:0:1', NULL), (1591, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574783987, 'web', '0:0:0:0:0:0:0:1', NULL), (1592, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574784298, 'web', '0:0:0:0:0:0:0:1', NULL), (1593, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574784373, 'web', '0:0:0:0:0:0:0:1', NULL), (1594, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574784377, 'web', '0:0:0:0:0:0:0:1', NULL), (1595, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574784381, 'web', '0:0:0:0:0:0:0:1', NULL), (1596, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574784384, 'web', '0:0:0:0:0:0:0:1', NULL), (1597, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574784617, 'web', '0:0:0:0:0:0:0:1', NULL), (1598, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574784951, 'web', '0:0:0:0:0:0:0:1', NULL), (1599, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785042, 'web', '0:0:0:0:0:0:0:1', NULL), (1600, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785077, 'web', '0:0:0:0:0:0:0:1', NULL), (1601, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785190, 'web', '0:0:0:0:0:0:0:1', NULL), (1602, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785683, 'web', '0:0:0:0:0:0:0:1', NULL), (1603, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785698, 'web', '0:0:0:0:0:0:0:1', NULL), (1604, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785703, 'web', '0:0:0:0:0:0:0:1', NULL), (1605, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785732, 'web', '0:0:0:0:0:0:0:1', NULL), (1606, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785735, 'web', '0:0:0:0:0:0:0:1', NULL), (1607, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785757, 'web', '0:0:0:0:0:0:0:1', NULL), (1608, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785760, 'web', '0:0:0:0:0:0:0:1', NULL), (1609, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574785766, 'web', '0:0:0:0:0:0:0:1', NULL), (1610, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786247, 'web', '0:0:0:0:0:0:0:1', NULL), (1611, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786428, 'web', '0:0:0:0:0:0:0:1', NULL), (1612, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786435, 'web', '0:0:0:0:0:0:0:1', NULL), (1613, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786453, 'web', '0:0:0:0:0:0:0:1', NULL), (1614, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786462, 'web', '0:0:0:0:0:0:0:1', NULL), (1615, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786467, 'web', '0:0:0:0:0:0:0:1', NULL), (1616, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786602, 'web', '0:0:0:0:0:0:0:1', NULL), (1617, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786667, 'web', '0:0:0:0:0:0:0:1', NULL), (1618, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786673, 'web', '0:0:0:0:0:0:0:1', NULL), (1619, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574786857, 'web', '0:0:0:0:0:0:0:1', NULL), (1620, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787372, 'web', '0:0:0:0:0:0:0:1', NULL), (1621, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787406, 'web', '0:0:0:0:0:0:0:1', NULL), (1622, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787562, 'web', '0:0:0:0:0:0:0:1', NULL), (1623, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787592, 'web', '0:0:0:0:0:0:0:1', NULL), (1624, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787615, 'web', '0:0:0:0:0:0:0:1', NULL), (1625, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787663, 'web', '0:0:0:0:0:0:0:1', NULL), (1626, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787684, 'web', '0:0:0:0:0:0:0:1', NULL), (1627, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787801, 'web', '0:0:0:0:0:0:0:1', NULL), (1628, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787845, 'web', '0:0:0:0:0:0:0:1', NULL), (1629, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787884, 'web', '0:0:0:0:0:0:0:1', NULL), (1630, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787890, 'web', '0:0:0:0:0:0:0:1', NULL), (1631, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787897, 'web', '0:0:0:0:0:0:0:1', NULL), (1632, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574787919, 'web', '0:0:0:0:0:0:0:1', NULL), (1633, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574788000, 'web', '0:0:0:0:0:0:0:1', NULL), (1634, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574788038, 'web', '0:0:0:0:0:0:0:1', NULL), (1635, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574788343, 'web', '0:0:0:0:0:0:0:1', NULL), (1636, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574788439, 'web', '0:0:0:0:0:0:0:1', NULL), (1637, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574788533, 'web', '0:0:0:0:0:0:0:1', NULL), (1638, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574788553, 'web', '0:0:0:0:0:0:0:1', NULL), (1639, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574788600, 'web', '0:0:0:0:0:0:0:1', NULL), (1640, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574788622, 'web', '0:0:0:0:0:0:0:1', NULL), (1641, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574789395, 'web', '0:0:0:0:0:0:0:1', NULL), (1642, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574789414, 'web', '0:0:0:0:0:0:0:1', NULL), (1643, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574789468, 'web', '0:0:0:0:0:0:0:1', NULL), (1644, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574789532, 'web', '0:0:0:0:0:0:0:1', NULL), (1645, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574789541, 'web', '0:0:0:0:0:0:0:1', NULL), (1646, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574789552, 'web', '0:0:0:0:0:0:0:1', NULL), (1647, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574789576, 'web', '0:0:0:0:0:0:0:1', NULL), (1648, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574789786, 'web', '0:0:0:0:0:0:0:1', NULL), (1649, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574790863, 'web', '0:0:0:0:0:0:0:1', NULL), (1650, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574790995, 'web', '0:0:0:0:0:0:0:1', NULL), (1651, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574790999, 'web', '0:0:0:0:0:0:0:1', NULL), (1652, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574791008, 'web', '0:0:0:0:0:0:0:1', NULL), (1653, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574791015, 'web', '0:0:0:0:0:0:0:1', NULL), (1654, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1574, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"block_visibility\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"login\"}', 1574791416, 'web', '0:0:0:0:0:0:0:1', NULL), (1655, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1575, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"block_visibility\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":\"login\"}', 1574791424, 'web', '0:0:0:0:0:0:0:1', NULL), (1656, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574791469, 'web', '0:0:0:0:0:0:0:1', NULL), (1657, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574791474, 'web', '0:0:0:0:0:0:0:1', NULL), (1658, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574791486, 'web', '0:0:0:0:0:0:0:1', NULL), (1659, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574791687, 'web', '0:0:0:0:0:0:0:1', NULL), (1660, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574791929, 'web', '0:0:0:0:0:0:0:1', NULL), (1661, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574791966, 'web', '0:0:0:0:0:0:0:1', NULL), (1662, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574791970, 'web', '0:0:0:0:0:0:0:1', NULL), (1663, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574791982, 'web', '0:0:0:0:0:0:0:1', NULL), (1664, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574791995, 'web', '0:0:0:0:0:0:0:1', NULL), (1665, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574791996, 'web', '0:0:0:0:0:0:0:1', NULL), (1666, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574792082, 'web', '0:0:0:0:0:0:0:1', NULL), (1667, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574792088, 'web', '0:0:0:0:0:0:0:1', NULL), (1668, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574792102, 'web', '0:0:0:0:0:0:0:1', NULL), (1669, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574792110, 'web', '0:0:0:0:0:0:0:1', NULL), (1670, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574792117, 'web', '0:0:0:0:0:0:0:1', NULL), (1671, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574792138, 'web', '0:0:0:0:0:0:0:1', NULL), (1672, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574792141, 'web', '0:0:0:0:0:0:0:1', NULL), (1673, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574792144, 'web', '0:0:0:0:0:0:0:1', NULL), (1674, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574792146, 'web', '0:0:0:0:0:0:0:1', NULL), (1675, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574792153, 'web', '0:0:0:0:0:0:0:1', NULL), (1676, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574792200, 'web', '0:0:0:0:0:0:0:1', NULL), (1677, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574792222, 'web', '0:0:0:0:0:0:0:1', NULL), (1678, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574792758, 'web', '0:0:0:0:0:0:0:1', NULL), (1679, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574793348, 'web', '0:0:0:0:0:0:0:1', NULL), (1680, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574793351, 'web', '0:0:0:0:0:0:0:1', NULL), (1681, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1574793422, 'web', '0:0:0:0:0:0:0:1', NULL), (1682, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793429, 'web', '0:0:0:0:0:0:0:1', NULL), (1683, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793447, 'web', '0:0:0:0:0:0:0:1', NULL), (1684, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793462, 'web', '0:0:0:0:0:0:0:1', NULL), (1685, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793529, 'web', '0:0:0:0:0:0:0:1', NULL), (1686, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793541, 'web', '0:0:0:0:0:0:0:1', NULL), (1687, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793550, 'web', '0:0:0:0:0:0:0:1', NULL), (1688, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574793560, 'web', '0:0:0:0:0:0:0:1', NULL), (1689, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793581, 'web', '0:0:0:0:0:0:0:1', NULL), (1690, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1574793611, 'web', '0:0:0:0:0:0:0:1', NULL), (1691, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793611, 'web', '0:0:0:0:0:0:0:1', NULL), (1692, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793631, 'web', '0:0:0:0:0:0:0:1', NULL), (1693, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793668, 'web', '0:0:0:0:0:0:0:1', NULL), (1694, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793672, 'web', '0:0:0:0:0:0:0:1', NULL), (1695, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793689, 'web', '0:0:0:0:0:0:0:1', NULL), (1696, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793741, 'web', '0:0:0:0:0:0:0:1', NULL), (1697, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793767, 'web', '0:0:0:0:0:0:0:1', NULL), (1698, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574793815, 'web', '0:0:0:0:0:0:0:1', NULL), (1699, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574793832, 'web', '0:0:0:0:0:0:0:1', NULL), (1700, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574793846, 'web', '0:0:0:0:0:0:0:1', NULL), (1701, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793853, 'web', '0:0:0:0:0:0:0:1', NULL), (1702, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793868, 'web', '0:0:0:0:0:0:0:1', NULL), (1703, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793872, 'web', '0:0:0:0:0:0:0:1', NULL), (1704, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793873, 'web', '0:0:0:0:0:0:0:1', NULL), (1705, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793893, 'web', '0:0:0:0:0:0:0:1', NULL), (1706, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574793962, 'web', '0:0:0:0:0:0:0:1', NULL), (1707, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794027, 'web', '0:0:0:0:0:0:0:1', NULL), (1708, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794120, 'web', '0:0:0:0:0:0:0:1', NULL), (1709, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794212, 'web', '0:0:0:0:0:0:0:1', NULL), (1710, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794860, 'web', '0:0:0:0:0:0:0:1', NULL), (1711, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794864, 'web', '0:0:0:0:0:0:0:1', NULL), (1712, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794865, 'web', '0:0:0:0:0:0:0:1', NULL), (1713, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794866, 'web', '0:0:0:0:0:0:0:1', NULL), (1714, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794874, 'web', '0:0:0:0:0:0:0:1', NULL), (1715, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574794918, 'web', '0:0:0:0:0:0:0:1', NULL), (1716, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1576, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"allowthemechangeonurl\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}', 1574795359, 'web', '0:0:0:0:0:0:0:1', NULL), (1717, '\\core_customfield\\event\\category_created', 'core_customfield', 'created', 'category', 'customfield_category', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Other fields\"}', 1574795374, 'web', '0:0:0:0:0:0:0:1', NULL), (1718, '\\core_customfield\\event\\category_created', 'core_customfield', 'created', 'category', 'customfield_category', 2, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Other fields 1\"}', 1574795384, 'web', '0:0:0:0:0:0:0:1', NULL), (1719, '\\core_customfield\\event\\category_deleted', 'core_customfield', 'deleted', 'category', 'customfield_category', 2, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Other fields 1\"}', 1574795396, 'web', '0:0:0:0:0:0:0:1', NULL), (1720, '\\core_customfield\\event\\category_updated', 'core_customfield', 'updated', 'category', 'customfield_category', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Cocoon\"}', 1574795406, 'web', '0:0:0:0:0:0:0:1', NULL), (1721, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"shortcode_page\",\"name\":\"Shortcode Page\"}', 1574795460, 'web', '0:0:0:0:0:0:0:1', NULL), (1722, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574795468, 'web', '0:0:0:0:0:0:0:1', NULL), (1723, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574795483, 'web', '0:0:0:0:0:0:0:1', NULL), (1724, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574795563, 'web', '0:0:0:0:0:0:0:1', NULL), (1725, '\\core_customfield\\event\\field_updated', 'core_customfield', 'updated', 'field', 'customfield_field', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"shortcode_page\",\"name\":\"Shortcode Page\"}', 1574795568, 'web', '0:0:0:0:0:0:0:1', NULL), (1726, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 1, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"shortcode_page\",\"name\":\"Shortcode Page\"}', 1574795652, 'web', '0:0:0:0:0:0:0:1', NULL), (1727, '\\core_customfield\\event\\category_deleted', 'core_customfield', 'deleted', 'category', 'customfield_category', 1, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Cocoon\"}', 1574795657, 'web', '0:0:0:0:0:0:0:1', NULL), (1728, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574795799, 'web', '0:0:0:0:0:0:0:1', NULL), (1729, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574795813, 'web', '0:0:0:0:0:0:0:1', NULL), (1730, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574795826, 'web', '0:0:0:0:0:0:0:1', NULL), (1731, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574795834, 'web', '0:0:0:0:0:0:0:1', NULL), (1732, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574795845, 'web', '0:0:0:0:0:0:0:1', NULL), (1733, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574795846, 'web', '0:0:0:0:0:0:0:1', NULL), (1734, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574795917, 'web', '0:0:0:0:0:0:0:1', NULL), (1735, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1574795967, 'web', '0:0:0:0:0:0:0:1', NULL), (1736, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574795968, 'web', '0:0:0:0:0:0:0:1', NULL), (1737, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1574796282, 'web', '0:0:0:0:0:0:0:1', NULL), (1738, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574796282, 'web', '0:0:0:0:0:0:0:1', NULL), (1739, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1574796318, 'web', '0:0:0:0:0:0:0:1', NULL), (1740, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574796318, 'web', '0:0:0:0:0:0:0:1', NULL), (1741, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1574796382, 'web', '0:0:0:0:0:0:0:1', NULL), (1742, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574796383, 'web', '0:0:0:0:0:0:0:1', NULL), (1743, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1574796411, 'web', '0:0:0:0:0:0:0:1', NULL), (1744, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574796411, 'web', '0:0:0:0:0:0:0:1', NULL), (1745, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574796442, 'web', '0:0:0:0:0:0:0:1', NULL), (1746, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574796620, 'web', '0:0:0:0:0:0:0:1', NULL), (1747, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574796866, 'web', '0:0:0:0:0:0:0:1', NULL), (1748, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574798190, 'web', '0:0:0:0:0:0:0:1', NULL), (1749, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574799209, 'web', '0:0:0:0:0:0:0:1', NULL), (1750, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574799360, 'web', '0:0:0:0:0:0:0:1', NULL), (1751, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574799363, 'web', '0:0:0:0:0:0:0:1', NULL), (1752, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574799388, 'web', '0:0:0:0:0:0:0:1', NULL), (1753, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574799539, 'web', '0:0:0:0:0:0:0:1', NULL), (1754, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574799690, 'web', '0:0:0:0:0:0:0:1', NULL), (1755, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574799791, 'web', '0:0:0:0:0:0:0:1', NULL), (1756, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574799881, 'web', '0:0:0:0:0:0:0:1', NULL), (1757, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574799920, 'web', '0:0:0:0:0:0:0:1', NULL), (1758, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574805298, 'web', '0:0:0:0:0:0:0:1', NULL), (1759, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574805903, 'web', '0:0:0:0:0:0:0:1', NULL), (1760, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574805952, 'web', '0:0:0:0:0:0:0:1', NULL), (1761, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574805959, 'web', '0:0:0:0:0:0:0:1', NULL), (1762, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 30, 70, 2, 2, 1, NULL, 0, 'null', 1574805970, 'web', '0:0:0:0:0:0:0:1', NULL), (1763, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574805980, 'web', '0:0:0:0:0:0:0:1', NULL), (1764, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806221, 'web', '0:0:0:0:0:0:0:1', NULL), (1765, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806233, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (1766, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806337, 'web', '0:0:0:0:0:0:0:1', NULL), (1767, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806350, 'web', '0:0:0:0:0:0:0:1', NULL), (1768, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806482, 'web', '0:0:0:0:0:0:0:1', NULL), (1769, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806488, 'web', '0:0:0:0:0:0:0:1', NULL), (1770, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806502, 'web', '0:0:0:0:0:0:0:1', NULL), (1771, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806512, 'web', '0:0:0:0:0:0:0:1', NULL), (1772, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806577, 'web', '0:0:0:0:0:0:0:1', NULL), (1773, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806592, 'web', '0:0:0:0:0:0:0:1', NULL), (1774, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806619, 'web', '0:0:0:0:0:0:0:1', NULL), (1775, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806644, 'web', '0:0:0:0:0:0:0:1', NULL), (1776, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806656, 'web', '0:0:0:0:0:0:0:1', NULL), (1777, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806698, 'web', '0:0:0:0:0:0:0:1', NULL), (1778, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806710, 'web', '0:0:0:0:0:0:0:1', NULL), (1779, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574806774, 'web', '0:0:0:0:0:0:0:1', NULL), (1780, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574808531, 'web', '0:0:0:0:0:0:0:1', NULL), (1781, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574808612, 'web', '0:0:0:0:0:0:0:1', NULL), (1782, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574808619, 'web', '0:0:0:0:0:0:0:1', NULL), (1783, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 1, 'r', 2, 29, 70, 1, 2, 1, NULL, 0, 'null', 1574808631, 'web', '0:0:0:0:0:0:0:1', NULL), (1784, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574808639, 'web', '0:0:0:0:0:0:0:1', NULL), (1785, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574808670, 'web', '0:0:0:0:0:0:0:1', NULL), (1786, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574808676, 'web', '0:0:0:0:0:0:0:1', NULL), (1787, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574808689, 'web', '0:0:0:0:0:0:0:1', NULL), (1788, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574808691, 'web', '0:0:0:0:0:0:0:1', NULL), (1789, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574808708, 'web', '0:0:0:0:0:0:0:1', NULL), (1790, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574809391, 'web', '0:0:0:0:0:0:0:1', NULL), (1791, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574814621, 'web', '0:0:0:0:0:0:0:1', NULL), (1792, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574815852, 'web', '0:0:0:0:0:0:0:1', NULL), (1793, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574815910, 'web', '0:0:0:0:0:0:0:1', NULL), (1794, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574815972, 'web', '0:0:0:0:0:0:0:1', NULL), (1795, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1577, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"printheading\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"page\"}', 1574816143, 'web', '0:0:0:0:0:0:0:1', NULL), (1796, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1578, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"printlastmodified\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"page\"}', 1574816143, 'web', '0:0:0:0:0:0:0:1', NULL), (1797, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574816177, 'web', '0:0:0:0:0:0:0:1', NULL), (1798, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574816229, 'web', '0:0:0:0:0:0:0:1', NULL), (1799, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1574816264, 'web', '0:0:0:0:0:0:0:1', NULL), (1800, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574816265, 'web', '0:0:0:0:0:0:0:1', NULL), (1801, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574816582, 'web', '0:0:0:0:0:0:0:1', NULL), (1802, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574816625, 'web', '0:0:0:0:0:0:0:1', NULL), (1803, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574816723, 'web', '0:0:0:0:0:0:0:1', NULL), (1804, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574817142, 'web', '0:0:0:0:0:0:0:1', NULL), (1805, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574817164, 'web', '0:0:0:0:0:0:0:1', NULL), (1806, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574817249, 'web', '0:0:0:0:0:0:0:1', NULL), (1807, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574817297, 'web', '0:0:0:0:0:0:0:1', NULL), (1808, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574817475, 'web', '0:0:0:0:0:0:0:1', NULL), (1809, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574817541, 'web', '0:0:0:0:0:0:0:1', NULL), (1810, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574817760, 'web', '0:0:0:0:0:0:0:1', NULL), (1811, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574817799, 'web', '0:0:0:0:0:0:0:1', NULL), (1812, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574818242, 'web', '0:0:0:0:0:0:0:1', NULL), (1813, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818294, 'web', '0:0:0:0:0:0:0:1', NULL), (1814, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818419, 'web', '0:0:0:0:0:0:0:1', NULL), (1815, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818541, 'web', '0:0:0:0:0:0:0:1', NULL), (1816, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818544, 'web', '0:0:0:0:0:0:0:1', NULL), (1817, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818553, 'web', '0:0:0:0:0:0:0:1', NULL), (1818, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818606, 'web', '0:0:0:0:0:0:0:1', NULL), (1819, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818652, 'web', '0:0:0:0:0:0:0:1', NULL), (1820, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818722, 'web', '0:0:0:0:0:0:0:1', NULL), (1821, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818749, 'web', '0:0:0:0:0:0:0:1', NULL), (1822, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574818831, 'web', '0:0:0:0:0:0:0:1', NULL), (1823, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574818950, 'web', '0:0:0:0:0:0:0:1', NULL), (1824, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574819014, 'web', '0:0:0:0:0:0:0:1', NULL), (1825, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819245, 'web', '0:0:0:0:0:0:0:1', NULL), (1826, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819262, 'web', '0:0:0:0:0:0:0:1', NULL), (1827, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819306, 'web', '0:0:0:0:0:0:0:1', NULL), (1828, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819475, 'web', '0:0:0:0:0:0:0:1', NULL), (1829, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819476, 'web', '0:0:0:0:0:0:0:1', NULL), (1830, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819482, 'web', '0:0:0:0:0:0:0:1', NULL), (1831, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819502, 'web', '0:0:0:0:0:0:0:1', NULL), (1832, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819508, 'web', '0:0:0:0:0:0:0:1', NULL), (1833, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819527, 'web', '0:0:0:0:0:0:0:1', NULL), (1834, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819530, 'web', '0:0:0:0:0:0:0:1', NULL), (1835, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819581, 'web', '0:0:0:0:0:0:0:1', NULL), (1836, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819604, 'web', '0:0:0:0:0:0:0:1', NULL), (1837, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819616, 'web', '0:0:0:0:0:0:0:1', NULL), (1838, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819627, 'web', '0:0:0:0:0:0:0:1', NULL), (1839, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819639, 'web', '0:0:0:0:0:0:0:1', NULL), (1840, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819650, 'web', '0:0:0:0:0:0:0:1', NULL), (1841, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819661, 'web', '0:0:0:0:0:0:0:1', NULL), (1842, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819688, 'web', '0:0:0:0:0:0:0:1', NULL), (1843, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819693, 'web', '0:0:0:0:0:0:0:1', NULL), (1844, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819706, 'web', '0:0:0:0:0:0:0:1', NULL), (1845, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819742, 'web', '0:0:0:0:0:0:0:1', NULL), (1846, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819811, 'web', '0:0:0:0:0:0:0:1', NULL), (1847, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819881, 'web', '0:0:0:0:0:0:0:1', NULL), (1848, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574819917, 'web', '0:0:0:0:0:0:0:1', NULL), (1849, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820055, 'web', '0:0:0:0:0:0:0:1', NULL), (1850, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820134, 'web', '0:0:0:0:0:0:0:1', NULL), (1851, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574820140, 'web', '0:0:0:0:0:0:0:1', NULL), (1852, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820211, 'web', '0:0:0:0:0:0:0:1', NULL), (1853, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820223, 'web', '0:0:0:0:0:0:0:1', NULL), (1854, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820272, 'web', '0:0:0:0:0:0:0:1', NULL), (1855, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820406, 'web', '0:0:0:0:0:0:0:1', NULL), (1856, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820411, 'web', '0:0:0:0:0:0:0:1', NULL), (1857, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820428, 'web', '0:0:0:0:0:0:0:1', NULL), (1858, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820442, 'web', '0:0:0:0:0:0:0:1', NULL), (1859, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820504, 'web', '0:0:0:0:0:0:0:1', NULL), (1860, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820509, 'web', '0:0:0:0:0:0:0:1', NULL), (1861, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820519, 'web', '0:0:0:0:0:0:0:1', NULL), (1862, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574820658, 'web', '0:0:0:0:0:0:0:1', NULL), (1863, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820725, 'web', '0:0:0:0:0:0:0:1', NULL), (1864, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820756, 'web', '0:0:0:0:0:0:0:1', NULL), (1865, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820756, 'web', '0:0:0:0:0:0:0:1', NULL), (1866, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820806, 'web', '0:0:0:0:0:0:0:1', NULL), (1867, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574820830, 'web', '0:0:0:0:0:0:0:1', NULL), (1868, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820844, 'web', '0:0:0:0:0:0:0:1', NULL), (1869, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820919, 'web', '0:0:0:0:0:0:0:1', NULL), (1870, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574820989, 'web', '0:0:0:0:0:0:0:1', NULL), (1871, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574821435, 'web', '0:0:0:0:0:0:0:1', NULL), (1872, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574821472, 'web', '0:0:0:0:0:0:0:1', NULL), (1873, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574821593, 'web', '0:0:0:0:0:0:0:1', NULL), (1874, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574821697, 'web', '0:0:0:0:0:0:0:1', NULL), (1875, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574821701, 'web', '0:0:0:0:0:0:0:1', NULL), (1876, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574821702, 'web', '0:0:0:0:0:0:0:1', NULL), (1877, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574821820, 'web', '0:0:0:0:0:0:0:1', NULL), (1878, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574821836, 'web', '0:0:0:0:0:0:0:1', NULL), (1879, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574822047, 'web', '0:0:0:0:0:0:0:1', NULL), (1880, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574822052, 'web', '0:0:0:0:0:0:0:1', NULL), (1881, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574822071, 'web', '0:0:0:0:0:0:0:1', NULL), (1882, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574822099, 'web', '0:0:0:0:0:0:0:1', NULL), (1883, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574822100, 'web', '0:0:0:0:0:0:0:1', NULL), (1884, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574822123, 'web', '0:0:0:0:0:0:0:1', NULL), (1885, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574822138, 'web', '0:0:0:0:0:0:0:1', NULL), (1886, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574822138, 'web', '0:0:0:0:0:0:0:1', NULL), (1887, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822145, 'web', '0:0:0:0:0:0:0:1', NULL), (1888, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822270, 'web', '0:0:0:0:0:0:0:1', NULL), (1889, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822280, 'web', '0:0:0:0:0:0:0:1', NULL), (1890, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822818, 'web', '0:0:0:0:0:0:0:1', NULL), (1891, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822819, 'web', '0:0:0:0:0:0:0:1', NULL), (1892, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822820, 'web', '0:0:0:0:0:0:0:1', NULL), (1893, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822829, 'web', '0:0:0:0:0:0:0:1', NULL), (1894, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822939, 'web', '0:0:0:0:0:0:0:1', NULL), (1895, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574822999, 'web', '0:0:0:0:0:0:0:1', NULL), (1896, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823005, 'web', '0:0:0:0:0:0:0:1', NULL), (1897, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823005, 'web', '0:0:0:0:0:0:0:1', NULL), (1898, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823011, 'web', '0:0:0:0:0:0:0:1', NULL), (1899, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823020, 'web', '0:0:0:0:0:0:0:1', NULL), (1900, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823020, 'web', '0:0:0:0:0:0:0:1', NULL), (1901, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823023, 'web', '0:0:0:0:0:0:0:1', NULL), (1902, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823130, 'web', '0:0:0:0:0:0:0:1', NULL), (1903, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823152, 'web', '0:0:0:0:0:0:0:1', NULL), (1904, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823178, 'web', '0:0:0:0:0:0:0:1', NULL), (1905, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823192, 'web', '0:0:0:0:0:0:0:1', NULL), (1906, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823193, 'web', '0:0:0:0:0:0:0:1', NULL), (1907, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823204, 'web', '0:0:0:0:0:0:0:1', NULL), (1908, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823208, 'web', '0:0:0:0:0:0:0:1', NULL), (1909, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823219, 'web', '0:0:0:0:0:0:0:1', NULL), (1910, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823230, 'web', '0:0:0:0:0:0:0:1', NULL), (1911, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823230, 'web', '0:0:0:0:0:0:0:1', NULL), (1912, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823329, 'web', '0:0:0:0:0:0:0:1', NULL), (1913, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823353, 'web', '0:0:0:0:0:0:0:1', NULL), (1914, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823360, 'web', '0:0:0:0:0:0:0:1', NULL), (1915, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823367, 'web', '0:0:0:0:0:0:0:1', NULL), (1916, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823373, 'web', '0:0:0:0:0:0:0:1', NULL), (1917, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823391, 'web', '0:0:0:0:0:0:0:1', NULL), (1918, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823391, 'web', '0:0:0:0:0:0:0:1', NULL), (1919, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823395, 'web', '0:0:0:0:0:0:0:1', NULL), (1920, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823408, 'web', '0:0:0:0:0:0:0:1', NULL), (1921, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823411, 'web', '0:0:0:0:0:0:0:1', NULL), (1922, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574823539, 'web', '0:0:0:0:0:0:0:1', NULL), (1923, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823560, 'web', '0:0:0:0:0:0:0:1', NULL), (1924, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823604, 'web', '0:0:0:0:0:0:0:1', NULL), (1925, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823609, 'web', '0:0:0:0:0:0:0:1', NULL), (1926, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823625, 'web', '0:0:0:0:0:0:0:1', NULL), (1927, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823644, 'web', '0:0:0:0:0:0:0:1', NULL), (1928, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823795, 'web', '0:0:0:0:0:0:0:1', NULL), (1929, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823864, 'web', '0:0:0:0:0:0:0:1', NULL), (1930, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574823876, 'web', '0:0:0:0:0:0:0:1', NULL), (1931, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823886, 'web', '0:0:0:0:0:0:0:1', NULL), (1932, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574823896, 'web', '0:0:0:0:0:0:0:1', NULL), (1933, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574823898, 'web', '0:0:0:0:0:0:0:1', NULL), (1934, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574823938, 'web', '0:0:0:0:0:0:0:1', NULL), (1935, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574823945, 'web', '0:0:0:0:0:0:0:1', NULL), (1936, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574823947, 'web', '0:0:0:0:0:0:0:1', NULL), (1937, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824022, 'web', '0:0:0:0:0:0:0:1', NULL), (1938, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824812, 'web', '0:0:0:0:0:0:0:1', NULL), (1939, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824882, 'web', '0:0:0:0:0:0:0:1', NULL), (1940, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824890, 'web', '0:0:0:0:0:0:0:1', NULL), (1941, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824890, 'web', '0:0:0:0:0:0:0:1', NULL), (1942, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824899, 'web', '0:0:0:0:0:0:0:1', NULL), (1943, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824911, 'web', '0:0:0:0:0:0:0:1', NULL), (1944, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824911, 'web', '0:0:0:0:0:0:0:1', NULL), (1945, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574824927, 'web', '0:0:0:0:0:0:0:1', NULL), (1946, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825066, 'web', '0:0:0:0:0:0:0:1', NULL), (1947, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825149, 'web', '0:0:0:0:0:0:0:1', NULL), (1948, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825166, 'web', '0:0:0:0:0:0:0:1', NULL), (1949, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825170, 'web', '0:0:0:0:0:0:0:1', NULL), (1950, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825246, 'web', '0:0:0:0:0:0:0:1', NULL), (1951, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825267, 'web', '0:0:0:0:0:0:0:1', NULL), (1952, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825274, 'web', '0:0:0:0:0:0:0:1', NULL), (1953, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825275, 'web', '0:0:0:0:0:0:0:1', NULL), (1954, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825337, 'web', '0:0:0:0:0:0:0:1', NULL), (1955, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825372, 'web', '0:0:0:0:0:0:0:1', NULL), (1956, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825390, 'web', '0:0:0:0:0:0:0:1', NULL), (1957, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825405, 'web', '0:0:0:0:0:0:0:1', NULL), (1958, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825434, 'web', '0:0:0:0:0:0:0:1', NULL), (1959, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825437, 'web', '0:0:0:0:0:0:0:1', NULL), (1960, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825438, 'web', '0:0:0:0:0:0:0:1', NULL), (1961, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825443, 'web', '0:0:0:0:0:0:0:1', NULL), (1962, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574825548, 'web', '0:0:0:0:0:0:0:1', NULL), (1963, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1574826745, 'web', '0:0:0:0:0:0:0:1', NULL), (1964, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1579, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cocoon_facebook_url\",\"oldvalue\":null,\"value\":\"test1\",\"plugin\":\"theme_photo\"}', 1574826756, 'web', '0:0:0:0:0:0:0:1', NULL), (1965, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1580, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cocoon_facebook_url\",\"oldvalue\":\"test1\",\"value\":\"\",\"plugin\":\"theme_photo\"}', 1574828045, 'web', '0:0:0:0:0:0:0:1', NULL), (1966, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1581, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cocoon_copyright\",\"oldvalue\":null,\"value\":\"Copyright \\u00a9 2020 Edumy Moodle Theme by Cocoon. All Rights Reserved.\",\"plugin\":\"theme_photo\"}', 1574828333, 'web', '0:0:0:0:0:0:0:1', NULL), (1967, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1574866414, 'web', '0:0:0:0:0:0:0:1', NULL), (1968, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1574866467, 'web', '0:0:0:0:0:0:0:1', NULL), (1969, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1574866476, 'web', '0:0:0:0:0:0:0:1', NULL), (1970, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574866489, 'web', '0:0:0:0:0:0:0:1', NULL), (1971, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574866494, 'web', '0:0:0:0:0:0:0:1', NULL), (1972, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1574866499, 'web', '0:0:0:0:0:0:0:1', NULL), (1973, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1574866517, 'web', '0:0:0:0:0:0:0:1', NULL), (1974, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1574866522, 'web', '0:0:0:0:0:0:0:1', NULL), (1975, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1574866528, 'web', '0:0:0:0:0:0:0:1', NULL), (1976, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1574866536, 'web', '0:0:0:0:0:0:0:1', NULL), (1977, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574866539, 'web', '0:0:0:0:0:0:0:1', NULL), (1978, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574866578, 'web', '0:0:0:0:0:0:0:1', NULL), (1979, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574866715, 'web', '0:0:0:0:0:0:0:1', NULL), (1980, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574867262, 'web', '0:0:0:0:0:0:0:1', NULL), (1981, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 2, 'c', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1574867500, 'web', '0:0:0:0:0:0:0:1', NULL), (1982, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 3, 'c', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":0}', 1574867500, 'web', '0:0:0:0:0:0:0:1', NULL), (1983, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 4, 'c', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":1}', 1574867500, 'web', '0:0:0:0:0:0:0:1', NULL), (1984, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 5, 'c', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":2}', 1574867500, 'web', '0:0:0:0:0:0:0:1', NULL), (1985, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 6, 'c', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":3}', 1574867500, 'web', '0:0:0:0:0:0:0:1', NULL), (1986, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 7, 'c', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":4}', 1574867500, 'web', '0:0:0:0:0:0:0:1', NULL), (1987, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 1, 'c', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"manual\"}', 1574867501, 'web', '0:0:0:0:0:0:0:1', NULL), (1988, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 2, 'c', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"guest\"}', 1574867501, 'web', '0:0:0:0:0:0:0:1', NULL), (1989, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 3, 'c', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"self\"}', 1574867501, 'web', '0:0:0:0:0:0:0:1', NULL), (1990, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1574867502, 'web', '0:0:0:0:0:0:0:1', NULL), (1991, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574867519, 'web', '0:0:0:0:0:0:0:1', NULL), (1992, '\\tool_usertours\\event\\tour_started', 'tool_usertours', 'started', 'tour', 'tool_usertours_tours', 1, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost:8888\\/moodle\\/course\\/view.php?id=2\"}', 1574867521, 'web', '0:0:0:0:0:0:0:1', NULL), (1993, '\\tool_usertours\\event\\step_shown', 'tool_usertours', 'shown', 'step', 'tool_usertours_steps', 1, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost:8888\\/moodle\\/course\\/view.php?id=2\",\"tourid\":1,\"stepindex\":0}', 1574867522, 'web', '0:0:0:0:0:0:0:1', NULL), (1994, '\\tool_usertours\\event\\step_shown', 'tool_usertours', 'shown', 'step', 'tool_usertours_steps', 6, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost:8888\\/moodle\\/course\\/view.php?id=2\",\"tourid\":1,\"stepindex\":5}', 1574867526, 'web', '0:0:0:0:0:0:0:1', NULL), (1995, '\\tool_usertours\\event\\tour_ended', 'tool_usertours', 'ended', 'tour', 'tool_usertours_tours', 1, 'c', 2, 39, 50, 2, 2, 2, NULL, 0, '{\"pageurl\":\"http:\\/\\/localhost:8888\\/moodle\\/course\\/view.php?id=2\",\"stepid\":6,\"stepindex\":5}', 1574867530, 'web', '0:0:0:0:0:0:0:1', NULL), (1996, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574867648, 'web', '0:0:0:0:0:0:0:1', NULL), (1997, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574867704, 'web', '0:0:0:0:0:0:0:1', NULL), (1998, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574867750, 'web', '0:0:0:0:0:0:0:1', NULL), (1999, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574867902, 'web', '0:0:0:0:0:0:0:1', NULL), (2000, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 6, 'c', 1, 41, 70, 6, 2, 2, NULL, 0, '{\"modulename\":\"lesson\",\"instanceid\":1,\"name\":\" Lecture1.1 Introduction to the User Experience Course\"}', 1574867997, 'web', '0:0:0:0:0:0:0:1', NULL), (2001, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574867999, 'web', '0:0:0:0:0:0:0:1', NULL), (2002, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868021, 'web', '0:0:0:0:0:0:0:1', NULL), (2003, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 4, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"1\"}', 1574868041, 'web', '0:0:0:0:0:0:0:1', NULL), (2004, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 7, 'c', 1, 42, 70, 7, 2, 2, NULL, 0, '{\"modulename\":\"lesson\",\"instanceid\":2,\"name\":\"Lecture1.2 Exercise: Your first design challenge\"}', 1574868064, 'web', '0:0:0:0:0:0:0:1', NULL), (2005, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868066, 'web', '0:0:0:0:0:0:0:1', NULL), (2006, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 6, 'u', 1, 41, 70, 6, 2, 2, NULL, 0, '{\"modulename\":\"lesson\",\"instanceid\":\"1\",\"name\":\"Lecture1.1 Introduction to the User Experience Course\"}', 1574868131, 'web', '0:0:0:0:0:0:0:1', NULL), (2007, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 8, 'c', 1, 43, 70, 8, 2, 2, NULL, 0, '{\"modulename\":\"lesson\",\"instanceid\":3,\"name\":\"Lecture1.3 How to solve the previous exercise\"}', 1574868158, 'web', '0:0:0:0:0:0:0:1', NULL), (2008, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868160, 'web', '0:0:0:0:0:0:0:1', NULL), (2009, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 9, 'c', 1, 44, 70, 9, 2, 2, NULL, 0, '{\"modulename\":\"lesson\",\"instanceid\":4,\"name\":\"Lecture1.4 Find out why smart objects are amazing\"}', 1574868179, 'web', '0:0:0:0:0:0:0:1', NULL), (2010, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868182, 'web', '0:0:0:0:0:0:0:1', NULL), (2011, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 10, 'c', 1, 45, 70, 10, 2, 2, NULL, 0, '{\"modulename\":\"lesson\",\"instanceid\":5,\"name\":\"Lecture1.5 How to use text layers effectively\"}', 1574868199, 'web', '0:0:0:0:0:0:0:1', NULL), (2012, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868203, 'web', '0:0:0:0:0:0:0:1', NULL), (2013, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 11, 'c', 1, 46, 70, 11, 2, 2, NULL, 0, '{\"modulename\":\"lesson\",\"instanceid\":6,\"name\":\"Lecture1.1 Introduction to the User Experience Course\"}', 1574868242, 'web', '0:0:0:0:0:0:0:1', NULL), (2014, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868244, 'web', '0:0:0:0:0:0:0:1', NULL), (2015, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868254, 'web', '0:0:0:0:0:0:0:1', NULL), (2016, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868287, 'web', '0:0:0:0:0:0:0:1', NULL), (2017, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 3, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"0\"}', 1574868303, 'web', '0:0:0:0:0:0:0:1', NULL), (2018, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868304, 'web', '0:0:0:0:0:0:0:1', NULL), (2019, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868312, 'web', '0:0:0:0:0:0:0:1', NULL), (2020, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868321, 'web', '0:0:0:0:0:0:0:1', NULL), (2021, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 3, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"0\"}', 1574868356, 'web', '0:0:0:0:0:0:0:1', NULL), (2022, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868358, 'web', '0:0:0:0:0:0:0:1', NULL), (2023, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868367, 'web', '0:0:0:0:0:0:0:1', NULL), (2024, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868887, 'web', '0:0:0:0:0:0:0:1', NULL), (2025, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 3, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"0\"}', 1574868905, 'web', '0:0:0:0:0:0:0:1', NULL), (2026, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868907, 'web', '0:0:0:0:0:0:0:1', NULL), (2027, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574868913, 'web', '0:0:0:0:0:0:0:1', NULL), (2028, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574869024, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (2029, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574869151, 'web', '0:0:0:0:0:0:0:1', NULL), (2030, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574869164, 'web', '0:0:0:0:0:0:0:1', NULL), (2031, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574869211, 'web', '0:0:0:0:0:0:0:1', NULL), (2032, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574869305, 'web', '0:0:0:0:0:0:0:1', NULL), (2033, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574869651, 'web', '0:0:0:0:0:0:0:1', NULL), (2034, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574869736, 'web', '0:0:0:0:0:0:0:1', NULL), (2035, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1574869762, 'web', '0:0:0:0:0:0:0:1', NULL), (2036, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 1, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1606146780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2037, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 2, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1606751580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2038, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 3, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1607356380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2039, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 4, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1607961180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2040, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 5, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1608565980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2041, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 6, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1609170780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2042, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 7, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1609775580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2043, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 8, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1610380380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2044, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 9, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1610985180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2045, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 10, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1611589980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2046, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 11, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1612194780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2047, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 12, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1612799580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2048, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 13, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1613404380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2049, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 14, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1614009180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2050, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 15, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1614613980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2051, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 16, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1615218780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2052, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 17, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1615823580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2053, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 18, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1616428380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2054, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 19, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1617029580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2055, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 20, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1617634380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2056, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 21, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1618239180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2057, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 22, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1618843980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2058, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 23, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1619448780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2059, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 24, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1620053580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2060, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 25, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1620658380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2061, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 26, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1621263180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2062, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 27, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1621867980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2063, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 28, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1622472780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2064, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 29, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1623077580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2065, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 30, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1623682380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2066, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 31, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1624287180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2067, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 32, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1624891980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2068, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 33, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1625496780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2069, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 34, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1626101580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2070, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 35, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1626706380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2071, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 36, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1627311180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2072, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 37, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1627915980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2073, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 38, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1628520780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2074, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 39, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1629125580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2075, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 40, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1629730380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2076, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 41, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1630335180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2077, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 42, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1630939980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2078, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 43, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1631544780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2079, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 44, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1632149580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2080, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 45, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1632754380,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2081, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 46, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1633359180,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2082, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 47, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1633963980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2083, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 48, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1634568780,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2084, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 49, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1635173580,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2085, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 50, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1635781980,\"name\":\"Everything is Teachable\"}', 1574870120, 'web', '0:0:0:0:0:0:0:1', NULL), (2086, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 51, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1636386780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2087, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 52, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1636991580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2088, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 53, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1637596380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2089, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 54, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1638201180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2090, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 55, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1638805980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2091, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 56, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1639410780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2092, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 57, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1640015580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2093, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 58, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1640620380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2094, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 59, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1641225180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2095, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 60, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1641829980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2096, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 61, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1642434780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2097, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 62, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1643039580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2098, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 63, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1643644380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2099, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 64, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1644249180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2100, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 65, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1644853980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2101, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 66, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1645458780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2102, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 67, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1646063580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2103, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 68, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1646668380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2104, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 69, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1647273180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2105, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 70, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1647877980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2106, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 71, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1648479180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2107, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 72, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1649083980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2108, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 73, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1649688780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2109, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 74, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1650293580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2110, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 75, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1650898380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2111, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 76, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1651503180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2112, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 77, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1652107980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2113, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 78, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1652712780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2114, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 79, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1653317580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2115, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 80, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1653922380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2116, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 81, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1654527180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2117, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 82, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1655131980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2118, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 83, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1655736780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2119, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 84, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1656341580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2120, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 85, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1656946380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2121, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 86, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1657551180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2122, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 87, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1658155980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2123, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 88, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1658760780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2124, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 89, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1659365580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2125, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 90, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1659970380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2126, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 91, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1660575180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2127, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 92, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1661179980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2128, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 93, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1661784780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2129, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 94, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1662389580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2130, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 95, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1662994380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2131, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 96, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1663599180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2132, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 97, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1664203980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2133, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 98, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1664808780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2134, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 99, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1665413580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2135, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 100, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1666018380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2136, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 101, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1666623180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2137, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 102, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1667231580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2138, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 103, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1667836380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2139, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 104, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1668441180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2140, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 105, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1669045980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2141, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 106, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1669650780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2142, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 107, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1670255580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2143, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 108, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1670860380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2144, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 109, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1671465180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2145, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 110, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1672069980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2146, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 111, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1672674780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2147, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 112, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1673279580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2148, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 113, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1673884380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2149, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 114, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1674489180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2150, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 115, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1675093980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2151, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 116, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1675698780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2152, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 117, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1676303580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2153, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 118, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1676908380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2154, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 119, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1677513180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2155, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 120, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1678117980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2156, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 121, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1678722780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2157, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 122, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1679327580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2158, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 123, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1679928780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2159, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 124, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1680533580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2160, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 125, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1681138380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2161, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 126, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1681743180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2162, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 127, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1682347980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2163, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 128, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1682952780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2164, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 129, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1683557580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2165, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 130, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1684162380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2166, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 131, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1684767180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2167, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 132, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1685371980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2168, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 133, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1685976780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2169, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 134, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1686581580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2170, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 135, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1687186380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2171, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 136, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1687791180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2172, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 137, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1688395980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2173, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 138, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1689000780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2174, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 139, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1689605580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2175, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 140, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1690210380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2176, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 141, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1690815180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2177, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 142, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1691419980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2178, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 143, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1692024780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2179, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 144, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1692629580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2180, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 145, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1693234380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2181, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 146, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1693839180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2182, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 147, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1694443980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2183, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 148, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1695048780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2184, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 149, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1695653580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2185, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 150, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1696258380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2186, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 151, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1696863180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2187, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 152, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1697467980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2188, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 153, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1698072780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2189, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 154, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1698681180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2190, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 155, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1699285980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2191, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 156, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1699890780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2192, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 157, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1700495580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2193, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 158, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1701100380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2194, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 159, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1701705180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2195, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 160, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1702309980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2196, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 161, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1702914780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2197, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 162, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1703519580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2198, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 163, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1704124380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2199, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 164, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1704729180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2200, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 165, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1705333980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2201, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 166, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1705938780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2202, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 167, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1706543580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2203, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 168, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1707148380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2204, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 169, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1707753180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2205, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 170, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1708357980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2206, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 171, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1708962780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2207, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 172, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1709567580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2208, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 173, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1710172380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2209, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 174, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1710777180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2210, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 175, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1711381980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2211, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 176, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1711983180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2212, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 177, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1712587980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2213, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 178, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1713192780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2214, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 179, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1713797580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2215, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 180, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1714402380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2216, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 181, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1715007180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2217, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 182, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1715611980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2218, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 183, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1716216780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2219, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 184, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1716821580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2220, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 185, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1717426380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2221, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 186, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1718031180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2222, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 187, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1718635980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2223, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 188, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1719240780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2224, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 189, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1719845580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (2225, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 190, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1720450380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2226, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 191, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1721055180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2227, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 192, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1721659980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2228, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 193, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1722264780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2229, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 194, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1722869580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2230, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 195, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1723474380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2231, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 196, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1724079180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2232, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 197, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1724683980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2233, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 198, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1725288780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2234, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 199, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1725893580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2235, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 200, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1726498380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2236, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 201, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1727103180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2237, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 202, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1727707980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2238, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 203, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1728312780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2239, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 204, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1728917580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2240, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 205, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1729522380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2241, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 206, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1730130780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2242, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 207, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1730735580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2243, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 208, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1731340380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2244, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 209, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1731945180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2245, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 210, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1732549980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2246, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 211, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1733154780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2247, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 212, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1733759580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2248, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 213, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1734364380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2249, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 214, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1734969180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2250, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 215, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1735573980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2251, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 216, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1736178780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2252, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 217, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1736783580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2253, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 218, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1737388380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2254, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 219, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1737993180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2255, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 220, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1738597980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2256, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 221, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1739202780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2257, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 222, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1739807580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2258, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 223, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1740412380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2259, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 224, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1741017180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2260, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 225, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1741621980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2261, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 226, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1742226780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2262, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 227, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1742831580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2263, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 228, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1743432780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2264, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 229, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1744037580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2265, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 230, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1744642380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2266, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 231, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1745247180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2267, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 232, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1745851980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2268, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 233, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1746456780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2269, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 234, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1747061580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2270, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 235, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1747666380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2271, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 236, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1748271180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2272, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 237, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1748875980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2273, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 238, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1749480780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2274, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 239, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1750085580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2275, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 240, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1750690380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2276, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 241, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1751295180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2277, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 242, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1751899980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2278, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 243, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1752504780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2279, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 244, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1753109580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2280, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 245, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1753714380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2281, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 246, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1754319180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2282, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 247, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1754923980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2283, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 248, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1755528780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2284, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 249, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1756133580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2285, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 250, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1756738380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2286, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 251, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1757343180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2287, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 252, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1757947980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2288, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 253, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1758552780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2289, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 254, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1759157580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2290, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 255, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1759762380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2291, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 256, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1760367180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2292, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 257, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1760971980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2293, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 258, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1761580380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2294, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 259, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1762185180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2295, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 260, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1762789980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2296, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 261, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1763394780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2297, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 262, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1763999580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2298, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 263, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1764604380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2299, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 264, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1765209180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2300, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 265, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1765813980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2301, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 266, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1766418780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2302, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 267, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1767023580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2303, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 268, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1767628380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2304, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 269, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1768233180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2305, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 270, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1768837980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2306, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 271, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1769442780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2307, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 272, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1770047580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2308, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 273, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1770652380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2309, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 274, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1771257180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2310, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 275, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1771861980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2311, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 276, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1772466780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2312, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 277, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1773071580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2313, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 278, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1773676380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2314, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 279, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1774281180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2315, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 280, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1774882380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2316, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 281, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1775487180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2317, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 282, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1776091980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2318, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 283, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1776696780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2319, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 284, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1777301580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2320, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 285, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1777906380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2321, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 286, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1778511180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2322, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 287, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1779115980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2323, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 288, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1779720780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2324, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 289, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1780325580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2325, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 290, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1780930380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2326, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 291, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1781535180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2327, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 292, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1782139980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2328, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 293, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1782744780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2329, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 294, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1783349580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2330, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 295, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1783954380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2331, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 296, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1784559180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2332, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 297, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1785163980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2333, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 298, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1785768780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2334, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 299, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1786373580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2335, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 300, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1786978380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2336, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 301, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1787583180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2337, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 302, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1788187980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2338, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 303, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1788792780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2339, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 304, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1789397580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2340, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 305, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1790002380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2341, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 306, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1790607180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2342, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 307, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1791211980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2343, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 308, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1791816780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2344, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 309, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1792421580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2345, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 310, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1793029980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2346, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 311, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1793634780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2347, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 312, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1794239580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2348, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 313, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1794844380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2349, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 314, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1795449180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2350, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 315, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1796053980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2351, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 316, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1796658780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2352, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 317, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1797263580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2353, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 318, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1797868380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2354, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 319, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1798473180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2355, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 320, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1799077980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2356, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 321, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1799682780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2357, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 322, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1800287580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2358, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 323, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1800892380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2359, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 324, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1801497180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2360, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 325, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1802101980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2361, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 326, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1802706780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2362, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 327, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1803311580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2363, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 328, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1803916380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2364, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 329, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1804521180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2365, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 330, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1805125980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2366, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 331, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1805730780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2367, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 332, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1806331980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2368, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 333, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1806936780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2369, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 334, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1807541580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2370, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 335, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1808146380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2371, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 336, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1808751180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2372, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 337, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1809355980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2373, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 338, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1809960780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2374, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 339, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1810565580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2375, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 340, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1811170380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2376, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 341, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1811775180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2377, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 342, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1812379980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2378, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 343, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1812984780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2379, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 344, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1813589580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2380, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 345, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1814194380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2381, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 346, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1814799180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2382, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 347, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1815403980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2383, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 348, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1816008780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2384, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 349, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1816613580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2385, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 350, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1817218380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2386, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 351, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1817823180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2387, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 352, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1818427980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2388, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 353, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1819032780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2389, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 354, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1819637580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2390, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 355, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1820242380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2391, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 356, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1820847180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2392, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 357, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1821451980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2393, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 358, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1822056780,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2394, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 359, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1822661580,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2395, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 360, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1823266380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2396, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 361, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1823871180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2397, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 362, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1824475980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2398, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 363, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1825084380,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2399, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 364, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1825689180,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2400, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 365, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1826293980,\"name\":\"Everything is Teachable\"}', 1574870121, 'web', '0:0:0:0:0:0:0:1', NULL), (2401, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 366, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1826898780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2402, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 367, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1827503580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2403, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 368, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1828108380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2404, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 369, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1828713180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2405, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 370, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1829317980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2406, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 371, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1829922780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2407, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 372, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1830527580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2408, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 373, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1831132380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2409, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 374, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1831737180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2410, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 375, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1832341980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2411, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 376, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1832946780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2412, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 377, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1833551580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2413, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 378, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1834156380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2414, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 379, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1834761180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2415, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 380, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1835365980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2416, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 381, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1835970780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2417, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 382, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1836575580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (2418, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 383, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1837180380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2419, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 384, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1837781580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2420, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 385, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1838386380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2421, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 386, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1838991180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2422, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 387, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1839595980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2423, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 388, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1840200780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2424, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 389, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1840805580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2425, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 390, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1841410380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2426, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 391, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1842015180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2427, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 392, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1842619980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2428, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 393, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1843224780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2429, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 394, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1843829580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2430, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 395, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1844434380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2431, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 396, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1845039180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2432, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 397, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1845643980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2433, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 398, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1846248780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2434, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 399, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1846853580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2435, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 400, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1847458380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2436, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 401, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1848063180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2437, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 402, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1848667980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2438, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 403, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1849272780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2439, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 404, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1849877580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2440, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 405, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1850482380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2441, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 406, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1851087180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2442, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 407, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1851691980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2443, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 408, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1852296780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2444, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 409, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1852901580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2445, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 410, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1853506380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2446, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 411, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1854111180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2447, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 412, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1854715980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2448, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 413, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1855320780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2449, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 414, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1855925580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2450, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 415, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1856533980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2451, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 416, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1857138780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2452, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 417, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1857743580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2453, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 418, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1858348380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2454, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 419, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1858953180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2455, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 420, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1859557980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2456, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 421, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1860162780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2457, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 422, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1860767580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2458, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 423, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1861372380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2459, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 424, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1861977180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2460, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 425, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1862581980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2461, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 426, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1863186780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2462, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 427, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1863791580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2463, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 428, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1864396380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2464, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 429, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1865001180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2465, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 430, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1865605980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2466, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 431, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1866210780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2467, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 432, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1866815580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2468, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 433, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1867420380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2469, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 434, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1868025180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2470, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 435, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1868629980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2471, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 436, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1869231180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2472, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 437, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1869835980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2473, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 438, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1870440780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2474, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 439, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1871045580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2475, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 440, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1871650380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2476, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 441, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1872255180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2477, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 442, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1872859980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2478, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 443, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1873464780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2479, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 444, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1874069580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2480, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 445, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1874674380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2481, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 446, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1875279180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2482, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 447, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1875883980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2483, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 448, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1876488780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2484, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 449, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1877093580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2485, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 450, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1877698380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2486, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 451, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1878303180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2487, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 452, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1878907980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2488, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 453, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1879512780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2489, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 454, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1880117580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2490, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 455, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1880722380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2491, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 456, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1881327180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2492, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 457, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1881931980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2493, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 458, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1882536780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2494, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 459, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1883141580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2495, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 460, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1883746380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2496, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 461, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1884351180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2497, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 462, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1884955980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2498, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 463, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1885560780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2499, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 464, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1886165580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2500, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 465, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1886770380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2501, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 466, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1887375180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2502, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 467, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1887983580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2503, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 468, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1888588380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2504, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 469, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1889193180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2505, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 470, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1889797980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2506, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 471, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1890402780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2507, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 472, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1891007580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2508, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 473, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1891612380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2509, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 474, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1892217180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2510, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 475, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1892821980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2511, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 476, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1893426780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2512, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 477, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1894031580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2513, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 478, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1894636380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2514, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 479, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1895241180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2515, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 480, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1895845980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2516, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 481, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1896450780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2517, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 482, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1897055580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2518, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 483, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1897660380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2519, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 484, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1898265180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2520, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 485, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1898869980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2521, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 486, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1899474780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2522, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 487, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1900079580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2523, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 488, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1900684380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2524, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 489, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1901285580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2525, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 490, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1901890380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2526, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 491, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1902495180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2527, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 492, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1903099980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2528, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 493, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1903704780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2529, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 494, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1904309580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2530, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 495, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1904914380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2531, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 496, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1905519180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2532, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 497, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1906123980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2533, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 498, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1906728780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2534, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 499, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1907333580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2535, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 500, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1907938380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2536, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 501, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1908543180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2537, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 502, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1909147980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2538, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 503, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1909752780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2539, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 504, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1910357580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2540, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 505, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1910962380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2541, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 506, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1911567180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2542, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 507, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1912171980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2543, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 508, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1912776780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2544, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 509, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1913381580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2545, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 510, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1913986380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2546, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 511, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1914591180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2547, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 512, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1915195980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2548, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 513, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1915800780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2549, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 514, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1916405580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2550, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 515, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1917010380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2551, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 516, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1917615180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2552, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 517, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1918219980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2553, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 518, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1918824780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2554, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 519, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1919433180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2555, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 520, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1920037980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2556, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 521, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1920642780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2557, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 522, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1921247580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2558, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 523, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1921852380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2559, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 524, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1922457180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2560, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 525, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1923061980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2561, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 526, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1923666780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2562, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 527, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1924271580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2563, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 528, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1924876380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2564, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 529, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1925481180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2565, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 530, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1926085980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2566, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 531, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1926690780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2567, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 532, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1927295580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2568, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 533, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1927900380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2569, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 534, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1928505180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2570, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 535, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1929109980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2571, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 536, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1929714780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2572, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 537, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1930319580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2573, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 538, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1930924380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2574, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 539, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1931529180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2575, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 540, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1932133980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2576, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 541, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1932735180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2577, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 542, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1933339980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2578, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 543, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1933944780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2579, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 544, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1934549580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2580, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 545, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1935154380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2581, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 546, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1935759180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2582, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 547, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1936363980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2583, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 548, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1936968780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2584, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 549, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1937573580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2585, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 550, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1938178380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2586, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 551, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1938783180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2587, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 552, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1939387980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2588, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 553, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1939992780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2589, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 554, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1940597580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2590, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 555, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1941202380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2591, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 556, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1941807180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2592, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 557, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1942411980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2593, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 558, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1943016780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2594, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 559, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1943621580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2595, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 560, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1944226380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2596, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 561, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1944831180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2597, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 562, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1945435980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2598, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 563, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1946040780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2599, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 564, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1946645580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2600, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 565, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1947250380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2601, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 566, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1947855180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2602, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 567, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1948459980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2603, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 568, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1949064780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2604, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 569, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1949669580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2605, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 570, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1950274380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2606, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 571, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1950882780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2607, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 572, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1951487580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2608, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 573, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1952092380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2609, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 574, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1952697180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2610, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 575, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1953301980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (2611, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 576, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1953906780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2612, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 577, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1954511580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2613, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 578, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1955116380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2614, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 579, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1955721180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2615, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 580, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1956325980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2616, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 581, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1956930780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2617, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 582, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1957535580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2618, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 583, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1958140380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2619, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 584, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1958745180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2620, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 585, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1959349980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2621, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 586, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1959954780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2622, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 587, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1960559580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2623, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 588, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1961164380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2624, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 589, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1961769180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2625, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 590, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1962373980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2626, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 591, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1962978780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2627, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 592, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1963583580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2628, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 593, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1964184780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2629, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 594, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1964789580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2630, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 595, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1965394380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2631, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 596, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1965999180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2632, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 597, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1966603980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2633, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 598, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1967208780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2634, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 599, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1967813580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2635, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 600, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1968418380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2636, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 601, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1969023180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2637, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 602, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1969627980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2638, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 603, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1970232780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2639, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 604, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1970837580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2640, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 605, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1971442380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2641, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 606, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1972047180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2642, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 607, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1972651980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2643, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 608, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1973256780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2644, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 609, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1973861580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2645, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 610, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1974466380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2646, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 611, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1975071180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2647, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 612, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1975675980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2648, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 613, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1976280780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2649, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 614, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1976885580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2650, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 615, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1977490380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2651, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 616, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1978095180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2652, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 617, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1978699980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2653, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 618, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1979304780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2654, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 619, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1979909580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2655, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 620, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1980514380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2656, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 621, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1981119180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2657, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 622, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1981723980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2658, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 623, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1982328780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2659, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 624, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1982937180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2660, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 625, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1983541980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2661, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 626, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1984146780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2662, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 627, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1984751580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2663, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 628, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1985356380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2664, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 629, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1985961180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2665, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 630, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1986565980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2666, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 631, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1987170780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2667, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 632, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1987775580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2668, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 633, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1988380380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2669, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 634, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1988985180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2670, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 635, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1989589980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2671, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 636, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1990194780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2672, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 637, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1990799580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2673, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 638, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1991404380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2674, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 639, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1992009180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2675, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 640, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1992613980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2676, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 641, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1993218780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2677, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 642, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1993823580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2678, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 643, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1994428380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2679, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 644, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1995033180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2680, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 645, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1995634380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2681, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 646, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1996239180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2682, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 647, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1996843980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2683, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 648, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1997448780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2684, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 649, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1998053580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2685, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 650, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1998658380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2686, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 651, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1999263180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2687, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 652, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1999867980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2688, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 653, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2000472780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2689, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 654, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2001077580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2690, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 655, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2001682380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2691, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 656, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2002287180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2692, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 657, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2002891980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2693, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 658, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2003496780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2694, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 659, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2004101580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2695, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 660, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2004706380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2696, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 661, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2005311180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2697, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 662, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2005915980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2698, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 663, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2006520780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2699, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 664, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2007125580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2700, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 665, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2007730380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2701, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 666, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2008335180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2702, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 667, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2008939980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2703, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 668, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2009544780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2704, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 669, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2010149580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2705, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 670, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2010754380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2706, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 671, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2011359180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2707, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 672, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2011963980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2708, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 673, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2012568780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2709, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 674, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2013173580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2710, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 675, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2013778380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2711, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 676, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2014386780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2712, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 677, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2014991580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2713, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 678, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2015596380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2714, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 679, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2016201180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2715, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 680, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2016805980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2716, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 681, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2017410780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2717, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 682, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2018015580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2718, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 683, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2018620380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2719, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 684, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2019225180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2720, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 685, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2019829980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2721, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 686, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2020434780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2722, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 687, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2021039580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2723, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 688, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2021644380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2724, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 689, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2022249180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2725, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 690, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2022853980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2726, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 691, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2023458780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2727, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 692, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2024063580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2728, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 693, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2024668380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2729, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 694, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2025273180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2730, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 695, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2025877980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2731, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 696, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2026482780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2732, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 697, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2027083980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2733, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 698, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2027688780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2734, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 699, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2028293580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2735, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 700, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2028898380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2736, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 701, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2029503180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2737, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 702, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2030107980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2738, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 703, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2030712780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2739, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 704, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2031317580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2740, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 705, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2031922380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2741, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 706, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2032527180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2742, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 707, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2033131980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2743, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 708, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2033736780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2744, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 709, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2034341580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2745, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 710, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2034946380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2746, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 711, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2035551180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2747, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 712, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2036155980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2748, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 713, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2036760780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2749, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 714, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2037365580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2750, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 715, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2037970380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2751, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 716, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2038575180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2752, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 717, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2039179980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2753, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 718, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2039784780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2754, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 719, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2040389580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2755, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 720, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2040994380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2756, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 721, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2041599180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2757, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 722, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2042203980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2758, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 723, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2042808780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2759, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 724, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2043413580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2760, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 725, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2044018380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2761, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 726, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2044623180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2762, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 727, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2045227980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2763, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 728, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2045836380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2764, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 729, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2046441180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2765, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 730, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2047045980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2766, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 731, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2047650780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2767, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 732, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2048255580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2768, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 733, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2048860380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2769, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 734, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2049465180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2770, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 735, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2050069980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2771, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 736, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2050674780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2772, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 737, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2051279580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2773, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 738, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2051884380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2774, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 739, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2052489180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2775, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 740, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2053093980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2776, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 741, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2053698780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2777, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 742, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2054303580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2778, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 743, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2054908380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2779, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 744, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2055513180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2780, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 745, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2056117980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2781, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 746, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2056722780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2782, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 747, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2057327580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2783, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 748, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2057932380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2784, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 749, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2058533580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2785, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 750, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2059138380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2786, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 751, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2059743180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2787, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 752, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2060347980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2788, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 753, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2060952780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2789, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 754, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2061557580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2790, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 755, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2062162380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2791, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 756, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2062767180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2792, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 757, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2063371980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2793, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 758, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2063976780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2794, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 759, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2064581580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2795, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 760, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2065186380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2796, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 761, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2065791180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2797, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 762, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2066395980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2798, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 763, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2067000780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2799, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 764, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2067605580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2800, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 765, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2068210380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2801, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 766, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2068815180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2802, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 767, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2069419980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2803, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 768, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2070024780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (2804, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 769, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2070629580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2805, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 770, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2071234380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2806, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 771, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2071839180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2807, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 772, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2072443980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2808, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 773, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2073048780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2809, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 774, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2073653580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2810, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 775, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2074258380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2811, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 776, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2074863180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2812, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 777, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2075467980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2813, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 778, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2076072780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2814, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 779, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2076677580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2815, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 780, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2077285980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2816, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 781, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2077890780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2817, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 782, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2078495580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2818, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 783, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2079100380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2819, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 784, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2079705180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2820, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 785, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2080309980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2821, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 786, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2080914780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2822, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 787, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2081519580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2823, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 788, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2082124380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2824, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 789, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2082729180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2825, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 790, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2083333980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2826, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 791, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2083938780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2827, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 792, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2084543580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2828, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 793, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2085148380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2829, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 794, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2085753180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2830, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 795, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2086357980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2831, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 796, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2086962780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2832, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 797, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2087567580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2833, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 798, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2088172380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2834, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 799, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2088777180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2835, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 800, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2089381980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2836, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 801, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2089986780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2837, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 802, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2090587980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2838, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 803, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2091192780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2839, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 804, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2091797580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2840, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 805, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2092402380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2841, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 806, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2093007180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2842, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 807, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2093611980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2843, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 808, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2094216780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2844, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 809, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2094821580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2845, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 810, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2095426380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2846, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 811, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2096031180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2847, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 812, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2096635980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2848, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 813, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2097240780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2849, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 814, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2097845580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2850, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 815, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2098450380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2851, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 816, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2099055180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2852, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 817, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2099659980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2853, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 818, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2100264780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2854, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 819, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2100869580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2855, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 820, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2101474380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2856, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 821, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2102079180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2857, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 822, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2102683980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2858, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 823, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2103288780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2859, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 824, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2103893580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2860, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 825, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2104498380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2861, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 826, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2105103180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2862, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 827, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2105707980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2863, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 828, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2106312780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2864, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 829, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2106917580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2865, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 830, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2107522380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2866, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 831, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2108127180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2867, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 832, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2108735580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2868, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 833, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2109340380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2869, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 834, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2109945180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2870, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 835, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2110549980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2871, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 836, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2111154780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2872, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 837, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2111759580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2873, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 838, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2112364380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2874, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 839, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2112969180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2875, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 840, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2113573980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2876, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 841, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2114178780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2877, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 842, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2114783580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2878, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 843, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2115388380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2879, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 844, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2115993180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2880, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 845, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2116597980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2881, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 846, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2117202780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2882, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 847, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2117807580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2883, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 848, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2118412380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2884, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 849, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2119017180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2885, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 850, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2119621980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2886, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 851, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2120226780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2887, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 852, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2120831580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2888, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 853, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2121436380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2889, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 854, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2122037580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2890, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 855, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2122642380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2891, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 856, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2123247180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2892, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 857, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2123851980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2893, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 858, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2124456780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2894, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 859, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2125061580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2895, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 860, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2125666380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2896, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 861, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2126271180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2897, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 862, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2126875980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2898, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 863, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2127480780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2899, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 864, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2128085580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2900, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 865, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2128690380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2901, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 866, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2129295180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2902, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 867, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2129899980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2903, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 868, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2130504780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2904, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 869, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2131109580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2905, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 870, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2131714380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2906, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 871, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2132319180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2907, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 872, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2132923980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2908, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 873, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2133528780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2909, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 874, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2134133580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2910, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 875, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2134738380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2911, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 876, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2135343180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2912, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 877, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2135947980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2913, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 878, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2136552780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2914, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 879, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2137157580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2915, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 880, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2137762380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2916, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 881, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2138367180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2917, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 882, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2138971980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2918, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 883, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2139576780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2919, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 884, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2140185180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2920, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 885, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2140789980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2921, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 886, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2141394780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2922, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 887, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2141999580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2923, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 888, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2142604380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2924, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 889, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2143209180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2925, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 890, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2143813980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2926, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 891, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2144418780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2927, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 892, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2145023580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2928, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 893, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2145628380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2929, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 894, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2146233180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2930, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 895, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2146837980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2931, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 896, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2147442780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2932, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 897, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2148047580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2933, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 898, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2148652380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2934, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 899, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2149257180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2935, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 900, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2149861980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2936, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 901, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2150466780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2937, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 902, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2151071580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2938, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 903, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2151676380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2939, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 904, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2152281180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2940, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 905, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2152885980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2941, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 906, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2153490780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2942, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 907, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2154095580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2943, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 908, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2154700380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2944, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 909, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2155305180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2945, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 910, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2155909980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2946, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 911, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2156514780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2947, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 912, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2157119580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2948, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 913, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2157724380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2949, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 914, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2158329180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2950, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 915, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2158933980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2951, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 916, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2159538780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2952, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 917, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2160143580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2953, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 918, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2160748380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2954, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 919, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2161353180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2955, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 920, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2161957980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2956, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 921, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2162562780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2957, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 922, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2163167580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2958, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 923, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2163772380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2959, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 924, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2164377180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2960, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 925, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2164981980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2961, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 926, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2165586780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2962, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 927, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2166191580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2963, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 928, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2166796380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2964, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 929, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2167401180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2965, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 930, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2168005980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2966, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 931, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2168610780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2967, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 932, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2169215580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2968, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 933, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2169820380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2969, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 934, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2170425180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2970, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 935, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2171029980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2971, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 936, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2171634780,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2972, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 937, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2172239580,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2973, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 938, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2172844380,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2974, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 939, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2173449180,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2975, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 940, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2174053980,\"name\":\"Everything is Teachable\"}', 1574870122, 'web', '0:0:0:0:0:0:0:1', NULL), (2976, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 941, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2174658780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2977, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 942, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2175263580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2978, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 943, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2175868380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2979, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 944, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2176473180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2980, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 945, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2177077980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2981, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 946, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2177682780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2982, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 947, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2178287580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2983, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 948, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2178892380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2984, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 949, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2179497180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2985, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 950, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2180101980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2986, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 951, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2180706780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2987, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 952, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2181311580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2988, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 953, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2181916380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2989, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 954, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2182521180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2990, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 955, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2183125980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2991, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 956, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2183730780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2992, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 957, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2184335580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2993, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 958, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2184940380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2994, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 959, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2185545180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2995, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 960, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2186149980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2996, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 961, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2186754780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (2997, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 962, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2187359580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2998, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 963, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2187964380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (2999, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 964, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2188569180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3000, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 965, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2189173980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3001, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 966, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2189778780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3002, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 967, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2190383580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3003, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 968, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2190988380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3004, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 969, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2191593180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3005, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 970, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2192197980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3006, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 971, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2192802780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3007, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 972, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2193407580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3008, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 973, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2194012380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3009, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 974, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2194617180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3010, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 975, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2195221980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3011, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 976, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2195826780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3012, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 977, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2196431580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3013, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 978, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2197036380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3014, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 979, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2197641180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3015, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 980, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2198245980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3016, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 981, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2198850780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3017, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 982, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2199455580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3018, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 983, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2200060380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3019, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 984, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2200665180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3020, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 985, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2201269980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3021, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 986, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2201874780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3022, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 987, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2202479580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3023, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 988, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2203084380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3024, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 989, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2203689180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3025, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 990, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2204293980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3026, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 991, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2204898780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3027, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 992, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2205503580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3028, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 993, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2206108380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3029, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 994, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2206713180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3030, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 995, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2207317980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3031, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 996, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2207922780,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3032, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 997, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2208527580,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3033, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 998, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2209132380,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3034, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 999, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2209737180,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3035, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 1000, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":2210341980,\"name\":\"Everything is Teachable\"}', 1574870123, 'web', '0:0:0:0:0:0:0:1', NULL), (3036, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 1001, 'c', 0, 5, 30, 2, 2, 0, 2, 0, '{\"repeatid\":0,\"timestart\":1574610900,\"name\":\"Cambridge, MA 02138, USA\"}', 1574870162, 'web', '0:0:0:0:0:0:0:1', NULL), (3037, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 5, 30, 2, 2, 0, 2, 0, '{\"repeatid\":0,\"timestart\":1574610900,\"name\":\"Cambridge, MA 02138, USA\"}', 1574870318, 'web', '0:0:0:0:0:0:0:1', NULL), (3038, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1574610900,\"name\":\"Cambridge, MA 02138, USA\"}', 1574870343, 'web', '0:0:0:0:0:0:0:1', NULL), (3039, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1574610900,\"name\":\"Cambridge, MA 02138, USA\"}', 1574870368, 'web', '0:0:0:0:0:0:0:1', NULL), (3040, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1574610900,\"name\":\"Everything is Teachable\"}', 1574870451, 'web', '0:0:0:0:0:0:0:1', NULL), (3041, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1574610900,\"name\":\"Everything is Teachable\"}', 1574870481, 'web', '0:0:0:0:0:0:0:1', NULL), (3042, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1574610900,\"name\":\"Everything is Teachable\"}', 1574871146, 'web', '0:0:0:0:0:0:0:1', NULL), (3043, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 1, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, '{\"username\":\"guest\"}', 1574871850, 'web', '0:0:0:0:0:0:0:1', NULL), (3044, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1574871956, 'web', '0:0:0:0:0:0:0:1', NULL), (3045, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574872378, 'web', '0:0:0:0:0:0:0:1', NULL), (3046, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574872393, 'web', '0:0:0:0:0:0:0:1', NULL), (3047, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574872406, 'web', '0:0:0:0:0:0:0:1', NULL), (3048, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574872416, 'web', '0:0:0:0:0:0:0:1', NULL), (3049, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1582, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"navshowmycoursecategories\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}', 1574872512, 'web', '0:0:0:0:0:0:0:1', NULL), (3050, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1583, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"navshowallcourses\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}', 1574872512, 'web', '0:0:0:0:0:0:0:1', NULL), (3051, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574872602, 'web', '0:0:0:0:0:0:0:1', NULL), (3052, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1574872724, 'web', '0:0:0:0:0:0:0:1', NULL), (3053, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574872725, 'web', '0:0:0:0:0:0:0:1', NULL), (3054, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574872733, 'web', '0:0:0:0:0:0:0:1', NULL), (3055, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1574873030, 'web', '0:0:0:0:0:0:0:1', NULL), (3056, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574873095, 'web', '0:0:0:0:0:0:0:1', NULL), (3057, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 1, 'u', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574873896, 'web', '0:0:0:0:0:0:0:1', NULL), (3058, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 1, 'u', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574873932, 'web', '0:0:0:0:0:0:0:1', NULL), (3059, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574873946, 'web', '0:0:0:0:0:0:0:1', NULL), (3060, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574873952, 'web', '0:0:0:0:0:0:0:1', NULL), (3061, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574873962, 'web', '0:0:0:0:0:0:0:1', NULL), (3062, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574873991, 'web', '0:0:0:0:0:0:0:1', NULL), (3063, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574874000, 'web', '0:0:0:0:0:0:0:1', NULL), (3064, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1574874003, 'web', '0:0:0:0:0:0:0:1', NULL), (3065, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 2, 'c', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574874238, 'web', '0:0:0:0:0:0:0:1', NULL), (3066, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1574874313, 'web', '0:0:0:0:0:0:0:1', NULL), (3067, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1574874328, 'web', '0:0:0:0:0:0:0:1', NULL), (3068, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574874333, 'web', '0:0:0:0:0:0:0:1', NULL), (3069, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574874358, 'web', '0:0:0:0:0:0:0:1', NULL), (3070, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 3, 'c', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"shortname\":\"Designing a Responsive Mobile Website with Muse\",\"fullname\":\"Designing a Responsive Mobile Website with Muse\"}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3071, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 8, 'c', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"sectionnum\":0}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3072, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 9, 'c', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"sectionnum\":1}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3073, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 10, 'c', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"sectionnum\":2}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3074, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 11, 'c', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"sectionnum\":3}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3075, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 12, 'c', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"sectionnum\":4}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3076, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 4, 'c', 0, 48, 50, 3, 2, 3, NULL, 0, '{\"enrol\":\"manual\"}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3077, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 5, 'c', 0, 48, 50, 3, 2, 3, NULL, 0, '{\"enrol\":\"guest\"}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3078, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 6, 'c', 0, 48, 50, 3, 2, 3, NULL, 0, '{\"enrol\":\"self\"}', 1574874800, 'web', '0:0:0:0:0:0:0:1', NULL), (3079, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574874801, 'web', '0:0:0:0:0:0:0:1', NULL), (3080, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574874884, 'web', '0:0:0:0:0:0:0:1', NULL), (3081, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574874912, 'web', '0:0:0:0:0:0:0:1', NULL), (3082, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574874975, 'web', '0:0:0:0:0:0:0:1', NULL), (3083, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574874985, 'web', '0:0:0:0:0:0:0:1', NULL), (3084, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875046, 'web', '0:0:0:0:0:0:0:1', NULL), (3085, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574875343, 'web', '0:0:0:0:0:0:0:1', NULL), (3086, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1574875350, 'web', '0:0:0:0:0:0:0:1', NULL), (3087, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1574875510, 'web', '0:0:0:0:0:0:0:1', NULL), (3088, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875519, 'web', '0:0:0:0:0:0:0:1', NULL), (3089, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875542, 'web', '0:0:0:0:0:0:0:1', NULL), (3090, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875551, 'web', '0:0:0:0:0:0:0:1', NULL), (3091, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875551, 'web', '0:0:0:0:0:0:0:1', NULL), (3092, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875552, 'web', '0:0:0:0:0:0:0:1', NULL), (3093, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875571, 'web', '0:0:0:0:0:0:0:1', NULL), (3094, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875579, 'web', '0:0:0:0:0:0:0:1', NULL), (3095, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875620, 'web', '0:0:0:0:0:0:0:1', NULL), (3096, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875628, 'web', '0:0:0:0:0:0:0:1', NULL), (3097, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875675, 'web', '0:0:0:0:0:0:0:1', NULL), (3098, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875686, 'web', '0:0:0:0:0:0:0:1', NULL), (3099, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875723, 'web', '0:0:0:0:0:0:0:1', NULL), (3100, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875731, 'web', '0:0:0:0:0:0:0:1', NULL), (3101, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875860, 'web', '0:0:0:0:0:0:0:1', NULL), (3102, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574875903, 'web', '0:0:0:0:0:0:0:1', NULL), (3103, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574876165, 'web', '0:0:0:0:0:0:0:1', NULL), (3104, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877045, 'web', '0:0:0:0:0:0:0:1', NULL), (3105, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877083, 'web', '0:0:0:0:0:0:0:1', NULL), (3106, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877092, 'web', '0:0:0:0:0:0:0:1', NULL), (3107, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877133, 'web', '0:0:0:0:0:0:0:1', NULL), (3108, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877439, 'web', '0:0:0:0:0:0:0:1', NULL), (3109, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877469, 'web', '0:0:0:0:0:0:0:1', NULL), (3110, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877488, 'web', '0:0:0:0:0:0:0:1', NULL), (3111, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877489, 'web', '0:0:0:0:0:0:0:1', NULL), (3112, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877599, 'web', '0:0:0:0:0:0:0:1', NULL), (3113, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877635, 'web', '0:0:0:0:0:0:0:1', NULL), (3114, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877721, 'web', '0:0:0:0:0:0:0:1', NULL), (3115, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877833, 'web', '0:0:0:0:0:0:0:1', NULL), (3116, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877858, 'web', '0:0:0:0:0:0:0:1', NULL), (3117, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574877888, 'web', '0:0:0:0:0:0:0:1', NULL), (3118, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878018, 'web', '0:0:0:0:0:0:0:1', NULL), (3119, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878024, 'web', '0:0:0:0:0:0:0:1', NULL), (3120, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878178, 'web', '0:0:0:0:0:0:0:1', NULL), (3121, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878255, 'web', '0:0:0:0:0:0:0:1', NULL), (3122, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878288, 'web', '0:0:0:0:0:0:0:1', NULL), (3123, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878493, 'web', '0:0:0:0:0:0:0:1', NULL), (3124, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878558, 'web', '0:0:0:0:0:0:0:1', NULL), (3125, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878585, 'web', '0:0:0:0:0:0:0:1', NULL), (3126, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878590, 'web', '0:0:0:0:0:0:0:1', NULL), (3127, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878618, 'web', '0:0:0:0:0:0:0:1', NULL), (3128, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878649, 'web', '0:0:0:0:0:0:0:1', NULL), (3129, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878653, 'web', '0:0:0:0:0:0:0:1', NULL), (3130, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878671, 'web', '0:0:0:0:0:0:0:1', NULL), (3131, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878706, 'web', '0:0:0:0:0:0:0:1', NULL), (3132, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878710, 'web', '0:0:0:0:0:0:0:1', NULL), (3133, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878732, 'web', '0:0:0:0:0:0:0:1', NULL), (3134, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878740, 'web', '0:0:0:0:0:0:0:1', NULL), (3135, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574878997, 'web', '0:0:0:0:0:0:0:1', NULL), (3136, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879019, 'web', '0:0:0:0:0:0:0:1', NULL), (3137, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879247, 'web', '0:0:0:0:0:0:0:1', NULL), (3138, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879252, 'web', '0:0:0:0:0:0:0:1', NULL), (3139, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879376, 'web', '0:0:0:0:0:0:0:1', NULL), (3140, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879380, 'web', '0:0:0:0:0:0:0:1', NULL), (3141, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879392, 'web', '0:0:0:0:0:0:0:1', NULL), (3142, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879405, 'web', '0:0:0:0:0:0:0:1', NULL), (3143, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879447, 'web', '0:0:0:0:0:0:0:1', NULL), (3144, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879464, 'web', '0:0:0:0:0:0:0:1', NULL), (3145, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879511, 'web', '0:0:0:0:0:0:0:1', NULL), (3146, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879592, 'web', '0:0:0:0:0:0:0:1', NULL), (3147, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574879766, 'web', '0:0:0:0:0:0:0:1', NULL), (3148, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574880317, 'web', '0:0:0:0:0:0:0:1', NULL), (3149, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574880364, 'web', '0:0:0:0:0:0:0:1', NULL), (3150, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574880378, 'web', '0:0:0:0:0:0:0:1', NULL), (3151, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574880456, 'web', '0:0:0:0:0:0:0:1', NULL), (3152, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 48, 50, 3, 2, 3, NULL, 0, 'null', 1574880471, 'web', '0:0:0:0:0:0:0:1', NULL), (3153, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574880499, 'web', '0:0:0:0:0:0:0:1', NULL), (3154, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574880544, 'web', '0:0:0:0:0:0:0:1', NULL), (3155, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574880564, 'web', '0:0:0:0:0:0:0:1', NULL), (3156, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 48, 50, 3, 2, 3, NULL, 0, 'null', 1574880578, 'web', '0:0:0:0:0:0:0:1', NULL), (3157, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1574880583, 'web', '0:0:0:0:0:0:0:1', NULL), (3158, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574880586, 'web', '0:0:0:0:0:0:0:1', NULL), (3159, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574880890, 'web', '0:0:0:0:0:0:0:1', NULL), (3160, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574880948, 'web', '0:0:0:0:0:0:0:1', NULL), (3161, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882095, 'web', '0:0:0:0:0:0:0:1', NULL), (3162, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882138, 'web', '0:0:0:0:0:0:0:1', NULL), (3163, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882173, 'web', '0:0:0:0:0:0:0:1', NULL), (3164, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882255, 'web', '0:0:0:0:0:0:0:1', NULL), (3165, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882323, 'web', '0:0:0:0:0:0:0:1', NULL), (3166, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882361, 'web', '0:0:0:0:0:0:0:1', NULL), (3167, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882652, 'web', '0:0:0:0:0:0:0:1', NULL), (3168, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882739, 'web', '0:0:0:0:0:0:0:1', NULL), (3169, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882762, 'web', '0:0:0:0:0:0:0:1', NULL), (3170, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882810, 'web', '0:0:0:0:0:0:0:1', NULL), (3171, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574882886, 'web', '0:0:0:0:0:0:0:1', NULL), (3172, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574883223, 'web', '0:0:0:0:0:0:0:1', NULL), (3173, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574883331, 'web', '0:0:0:0:0:0:0:1', NULL), (3174, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574883386, 'web', '0:0:0:0:0:0:0:1', NULL), (3175, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574883551, 'web', '0:0:0:0:0:0:0:1', NULL), (3176, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574883576, 'web', '0:0:0:0:0:0:0:1', NULL), (3177, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574883609, 'web', '0:0:0:0:0:0:0:1', NULL), (3178, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574883641, 'web', '0:0:0:0:0:0:0:1', NULL), (3179, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574883920, 'web', '0:0:0:0:0:0:0:1', NULL), (3180, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574884845, 'web', '0:0:0:0:0:0:0:1', NULL), (3181, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574884960, 'web', '0:0:0:0:0:0:0:1', NULL), (3182, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574884997, 'web', '0:0:0:0:0:0:0:1', NULL), (3183, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885001, 'web', '0:0:0:0:0:0:0:1', NULL), (3184, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885044, 'web', '0:0:0:0:0:0:0:1', NULL), (3185, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885147, 'web', '0:0:0:0:0:0:0:1', NULL), (3186, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885168, 'web', '0:0:0:0:0:0:0:1', NULL), (3187, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885174, 'web', '0:0:0:0:0:0:0:1', NULL), (3188, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885243, 'web', '0:0:0:0:0:0:0:1', NULL), (3189, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885251, 'web', '0:0:0:0:0:0:0:1', NULL), (3190, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885316, 'web', '0:0:0:0:0:0:0:1', NULL), (3191, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885327, 'web', '0:0:0:0:0:0:0:1', NULL), (3192, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885369, 'web', '0:0:0:0:0:0:0:1', NULL), (3193, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885420, 'web', '0:0:0:0:0:0:0:1', NULL), (3194, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885523, 'web', '0:0:0:0:0:0:0:1', NULL), (3195, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885682, 'web', '0:0:0:0:0:0:0:1', NULL), (3196, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885723, 'web', '0:0:0:0:0:0:0:1', NULL), (3197, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885731, 'web', '0:0:0:0:0:0:0:1', NULL), (3198, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885861, 'web', '0:0:0:0:0:0:0:1', NULL), (3199, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885940, 'web', '0:0:0:0:0:0:0:1', NULL), (3200, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885990, 'web', '0:0:0:0:0:0:0:1', NULL), (3201, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574885995, 'web', '0:0:0:0:0:0:0:1', NULL), (3202, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574886084, 'web', '0:0:0:0:0:0:0:1', NULL), (3203, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574886090, 'web', '0:0:0:0:0:0:0:1', NULL), (3204, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574886120, 'web', '0:0:0:0:0:0:0:1', NULL), (3205, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574886353, 'web', '0:0:0:0:0:0:0:1', NULL), (3206, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574886399, 'web', '0:0:0:0:0:0:0:1', NULL), (3207, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574886404, 'web', '0:0:0:0:0:0:0:1', NULL), (3208, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574886572, 'web', '0:0:0:0:0:0:0:1', NULL), (3209, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574886629, 'web', '0:0:0:0:0:0:0:1', NULL), (3210, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574887857, 'web', '0:0:0:0:0:0:0:1', NULL), (3211, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574887901, 'web', '0:0:0:0:0:0:0:1', NULL), (3212, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574888093, 'web', '0:0:0:0:0:0:0:1', NULL), (3213, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574888317, 'web', '0:0:0:0:0:0:0:1', NULL), (3214, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574888335, 'web', '0:0:0:0:0:0:0:1', NULL), (3215, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574888498, 'web', '0:0:0:0:0:0:0:1', NULL), (3216, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574888609, 'web', '0:0:0:0:0:0:0:1', NULL), (3217, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574888738, 'web', '0:0:0:0:0:0:0:1', NULL), (3218, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574888908, 'web', '0:0:0:0:0:0:0:1', NULL), (3219, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574889003, 'web', '0:0:0:0:0:0:0:1', NULL), (3220, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574889143, 'web', '0:0:0:0:0:0:0:1', NULL), (3221, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574889194, 'web', '0:0:0:0:0:0:0:1', NULL), (3222, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574889255, 'web', '0:0:0:0:0:0:0:1', NULL), (3223, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574893748, 'web', '0:0:0:0:0:0:0:1', NULL), (3224, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574893821, 'web', '0:0:0:0:0:0:0:1', NULL), (3225, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894134, 'web', '0:0:0:0:0:0:0:1', NULL), (3226, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894166, 'web', '0:0:0:0:0:0:0:1', NULL), (3227, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894396, 'web', '0:0:0:0:0:0:0:1', NULL), (3228, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894481, 'web', '0:0:0:0:0:0:0:1', NULL), (3229, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894517, 'web', '0:0:0:0:0:0:0:1', NULL), (3230, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894655, 'web', '0:0:0:0:0:0:0:1', NULL), (3231, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894812, 'web', '0:0:0:0:0:0:0:1', NULL), (3232, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894853, 'web', '0:0:0:0:0:0:0:1', NULL), (3233, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894904, 'web', '0:0:0:0:0:0:0:1', NULL), (3234, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574894997, 'web', '0:0:0:0:0:0:0:1', NULL), (3235, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574895227, 'web', '0:0:0:0:0:0:0:1', NULL), (3236, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574895253, 'web', '0:0:0:0:0:0:0:1', NULL), (3237, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574895338, 'web', '0:0:0:0:0:0:0:1', NULL), (3238, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574895514, 'web', '0:0:0:0:0:0:0:1', NULL), (3239, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574895527, 'web', '0:0:0:0:0:0:0:1', NULL), (3240, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1574895548, 'web', '0:0:0:0:0:0:0:1', NULL), (3241, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1575135571, 'web', '0:0:0:0:0:0:0:1', NULL), (3242, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1575135572, 'web', '0:0:0:0:0:0:0:1', NULL), (3243, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576019783, 'web', '0:0:0:0:0:0:0:1', NULL), (3244, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576019786, 'web', '0:0:0:0:0:0:0:1', NULL), (3245, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576020045, 'web', '0:0:0:0:0:0:0:1', NULL), (3246, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576020062, 'web', '0:0:0:0:0:0:0:1', NULL), (3247, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576020252, 'web', '0:0:0:0:0:0:0:1', NULL), (3248, '\\core_customfield\\event\\category_created', 'core_customfield', 'created', 'category', 'customfield_category', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Other fields\"}', 1576020711, 'web', '0:0:0:0:0:0:0:1', NULL), (3249, '\\core_customfield\\event\\category_updated', 'core_customfield', 'updated', 'category', 'customfield_category', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Custom fields\"}', 1576020720, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (3250, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576021076, 'web', '0:0:0:0:0:0:0:1', NULL), (3251, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576021149, 'web', '0:0:0:0:0:0:0:1', NULL), (3252, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576021237, 'web', '0:0:0:0:0:0:0:1', NULL), (3253, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"last_updated\",\"name\":\"Last Updated\"}', 1576021661, 'web', '0:0:0:0:0:0:0:1', NULL), (3254, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 2, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"students_enrolled\",\"name\":\"Students enrolled\"}', 1576021715, 'web', '0:0:0:0:0:0:0:1', NULL), (3255, '\\core_customfield\\event\\category_created', 'core_customfield', 'created', 'category', 'customfield_category', 2, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Other fields\"}', 1576021741, 'web', '0:0:0:0:0:0:0:1', NULL), (3256, '\\core_customfield\\event\\category_updated', 'core_customfield', 'updated', 'category', 'customfield_category', 2, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Instructor\"}', 1576021755, 'web', '0:0:0:0:0:0:0:1', NULL), (3257, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 3, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"instructor_name\",\"name\":\"Instructor: name\"}', 1576021782, 'web', '0:0:0:0:0:0:0:1', NULL), (3258, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 4, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"instructor_position\",\"name\":\"Instructor: position\"}', 1576021810, 'web', '0:0:0:0:0:0:0:1', NULL), (3259, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 5, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"instructor_bio\",\"name\":\"Instructor: bio\"}', 1576021848, 'web', '0:0:0:0:0:0:0:1', NULL), (3260, '\\core_customfield\\event\\category_updated', 'core_customfield', 'updated', 'category', 'customfield_category', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Course details\"}', 1576021898, 'web', '0:0:0:0:0:0:0:1', NULL), (3261, '\\core_customfield\\event\\category_created', 'core_customfield', 'created', 'category', 'customfield_category', 3, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Other fields\"}', 1576021906, 'web', '0:0:0:0:0:0:0:1', NULL), (3262, '\\core_customfield\\event\\category_updated', 'core_customfield', 'updated', 'category', 'customfield_category', 3, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Course features\"}', 1576021910, 'web', '0:0:0:0:0:0:0:1', NULL), (3263, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 6, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"lectures\",\"name\":\"Lectures\"}', 1576021941, 'web', '0:0:0:0:0:0:0:1', NULL), (3264, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 7, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"quizzes\",\"name\":\"Quizzes\"}', 1576022000, 'web', '0:0:0:0:0:0:0:1', NULL), (3265, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 8, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"duration\",\"name\":\"Duration\"}', 1576022038, 'web', '0:0:0:0:0:0:0:1', NULL), (3266, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 9, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"skill_level\",\"name\":\"Skill level\"}', 1576022074, 'web', '0:0:0:0:0:0:0:1', NULL), (3267, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 10, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"language\",\"name\":\"Language\"}', 1576022474, 'web', '0:0:0:0:0:0:0:1', NULL), (3268, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 11, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"assessments\",\"name\":\"Assessments\"}', 1576022521, 'web', '0:0:0:0:0:0:0:1', NULL), (3269, '\\core_customfield\\event\\category_created', 'core_customfield', 'created', 'category', 'customfield_category', 4, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Other fields\"}', 1576022564, 'web', '0:0:0:0:0:0:0:1', NULL), (3270, '\\core_customfield\\event\\category_updated', 'core_customfield', 'updated', 'category', 'customfield_category', 4, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Included\"}', 1576022580, 'web', '0:0:0:0:0:0:0:1', NULL), (3271, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 12, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"video\",\"name\":\"Video\"}', 1576022612, 'web', '0:0:0:0:0:0:0:1', NULL), (3272, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 13, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"downloads\",\"name\":\"Downloads\"}', 1576022648, 'web', '0:0:0:0:0:0:0:1', NULL), (3273, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 14, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"access\",\"name\":\"Access\"}', 1576022728, 'web', '0:0:0:0:0:0:0:1', NULL), (3274, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 15, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"devices\",\"name\":\"Devices\"}', 1576022760, 'web', '0:0:0:0:0:0:0:1', NULL), (3275, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 16, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"assignments\",\"name\":\"Assignments\"}', 1576022798, 'web', '0:0:0:0:0:0:0:1', NULL), (3276, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 17, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"certification\",\"name\":\"Certification\"}', 1576022846, 'web', '0:0:0:0:0:0:0:1', NULL), (3277, '\\core_customfield\\event\\category_created', 'core_customfield', 'created', 'category', 'customfield_category', 5, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Other fields\"}', 1576023481, 'web', '0:0:0:0:0:0:0:1', NULL), (3278, '\\core_customfield\\event\\category_updated', 'core_customfield', 'updated', 'category', 'customfield_category', 5, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Infobox\"}', 1576023489, 'web', '0:0:0:0:0:0:0:1', NULL), (3279, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 18, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"infobox_title\",\"name\":\"Infobox title\"}', 1576023523, 'web', '0:0:0:0:0:0:0:1', NULL), (3280, '\\core_customfield\\event\\field_created', 'core_customfield', 'created', 'field', 'customfield_field', 19, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"infobox_text\",\"name\":\"Infobox: text\"}', 1576023557, 'web', '0:0:0:0:0:0:0:1', NULL), (3281, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576023571, 'web', '0:0:0:0:0:0:0:1', NULL), (3282, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576023580, 'web', '0:0:0:0:0:0:0:1', NULL), (3283, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576023593, 'web', '0:0:0:0:0:0:0:1', NULL), (3284, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576023617, 'web', '0:0:0:0:0:0:0:1', NULL), (3285, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576023635, 'web', '0:0:0:0:0:0:0:1', NULL), (3286, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 5, 'u', 1, 40, 70, 5, 2, 2, NULL, 0, '{\"modulename\":\"forum\",\"instanceid\":\"1\",\"name\":\"Announcements\"}', 1576023667, 'web', '0:0:0:0:0:0:0:1', NULL), (3287, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 5, 'u', 1, 40, 70, 5, 2, 2, NULL, 0, '{\"modulename\":\"forum\",\"instanceid\":\"1\",\"name\":\"Announcements\"}', 1576023669, 'web', '0:0:0:0:0:0:0:1', NULL), (3288, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 2, 'u', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576023724, 'web', '0:0:0:0:0:0:0:1', NULL), (3289, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 2, 'u', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576023726, 'web', '0:0:0:0:0:0:0:1', NULL), (3290, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1576023759, 'web', '0:0:0:0:0:0:0:1', NULL), (3291, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576023762, 'web', '0:0:0:0:0:0:0:1', NULL), (3292, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\",\"reason\":3}', 1576296760, 'web', '0:0:0:0:0:0:0:1', NULL), (3293, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576296766, 'web', '0:0:0:0:0:0:0:1', NULL), (3294, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576296768, 'web', '0:0:0:0:0:0:0:1', NULL), (3295, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297058, 'web', '0:0:0:0:0:0:0:1', NULL), (3296, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297060, 'web', '0:0:0:0:0:0:0:1', NULL), (3297, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297105, 'web', '0:0:0:0:0:0:0:1', NULL), (3298, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297123, 'web', '0:0:0:0:0:0:0:1', NULL), (3299, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297150, 'web', '0:0:0:0:0:0:0:1', NULL), (3300, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297159, 'web', '0:0:0:0:0:0:0:1', NULL), (3301, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297209, 'web', '0:0:0:0:0:0:0:1', NULL), (3302, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297227, 'web', '0:0:0:0:0:0:0:1', NULL), (3303, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297333, 'web', '0:0:0:0:0:0:0:1', NULL), (3304, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297377, 'web', '0:0:0:0:0:0:0:1', NULL), (3305, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576297396, 'web', '0:0:0:0:0:0:0:1', NULL), (3306, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576298270, 'web', '0:0:0:0:0:0:0:1', NULL), (3307, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576298276, 'web', '0:0:0:0:0:0:0:1', NULL), (3308, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576298379, 'web', '0:0:0:0:0:0:0:1', NULL), (3309, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576298385, 'web', '0:0:0:0:0:0:0:1', NULL), (3310, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576298387, 'web', '0:0:0:0:0:0:0:1', NULL), (3311, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576298394, 'web', '0:0:0:0:0:0:0:1', NULL), (3312, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576298396, 'web', '0:0:0:0:0:0:0:1', NULL), (3313, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576298401, 'web', '0:0:0:0:0:0:0:1', NULL), (3314, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576370069, 'web', '0:0:0:0:0:0:0:1', NULL), (3315, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576370070, 'web', '0:0:0:0:0:0:0:1', NULL), (3316, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576370081, 'web', '0:0:0:0:0:0:0:1', NULL), (3317, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576370227, 'web', '0:0:0:0:0:0:0:1', NULL), (3318, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576370458, 'web', '0:0:0:0:0:0:0:1', NULL), (3319, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576370510, 'web', '0:0:0:0:0:0:0:1', NULL), (3320, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576372884, 'web', '0:0:0:0:0:0:0:1', NULL), (3321, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576372895, 'web', '0:0:0:0:0:0:0:1', NULL), (3322, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576372910, 'web', '0:0:0:0:0:0:0:1', NULL), (3323, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576374979, 'web', '0:0:0:0:0:0:0:1', NULL), (3324, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576374981, 'web', '0:0:0:0:0:0:0:1', NULL), (3325, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576375134, 'web', '0:0:0:0:0:0:0:1', NULL), (3326, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576375488, 'web', '0:0:0:0:0:0:0:1', NULL), (3327, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576375536, 'web', '0:0:0:0:0:0:0:1', NULL), (3328, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576375557, 'web', '0:0:0:0:0:0:0:1', NULL), (3329, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576375578, 'web', '0:0:0:0:0:0:0:1', NULL), (3330, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576375587, 'web', '0:0:0:0:0:0:0:1', NULL), (3331, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576375612, 'web', '0:0:0:0:0:0:0:1', NULL), (3332, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576375994, 'web', '0:0:0:0:0:0:0:1', NULL), (3333, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376007, 'web', '0:0:0:0:0:0:0:1', NULL), (3334, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376014, 'web', '0:0:0:0:0:0:0:1', NULL), (3335, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376031, 'web', '0:0:0:0:0:0:0:1', NULL), (3336, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376043, 'web', '0:0:0:0:0:0:0:1', NULL), (3337, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376104, 'web', '0:0:0:0:0:0:0:1', NULL), (3338, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376347, 'web', '0:0:0:0:0:0:0:1', NULL), (3339, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376356, 'web', '0:0:0:0:0:0:0:1', NULL), (3340, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1576376427, 'web', '0:0:0:0:0:0:0:1', NULL), (3341, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376430, 'web', '0:0:0:0:0:0:0:1', NULL), (3342, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376758, 'web', '0:0:0:0:0:0:0:1', NULL), (3343, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376770, 'web', '0:0:0:0:0:0:0:1', NULL), (3344, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376861, 'web', '0:0:0:0:0:0:0:1', NULL), (3345, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376876, 'web', '0:0:0:0:0:0:0:1', NULL), (3346, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376882, 'web', '0:0:0:0:0:0:0:1', NULL), (3347, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376900, 'web', '0:0:0:0:0:0:0:1', NULL), (3348, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576376911, 'web', '0:0:0:0:0:0:0:1', NULL), (3349, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377011, 'web', '0:0:0:0:0:0:0:1', NULL), (3350, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377261, 'web', '0:0:0:0:0:0:0:1', NULL), (3351, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377266, 'web', '0:0:0:0:0:0:0:1', NULL), (3352, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377268, 'web', '0:0:0:0:0:0:0:1', NULL), (3353, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377304, 'web', '0:0:0:0:0:0:0:1', NULL), (3354, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377313, 'web', '0:0:0:0:0:0:0:1', NULL), (3355, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377316, 'web', '0:0:0:0:0:0:0:1', NULL), (3356, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377335, 'web', '0:0:0:0:0:0:0:1', NULL), (3357, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377340, 'web', '0:0:0:0:0:0:0:1', NULL), (3358, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377343, 'web', '0:0:0:0:0:0:0:1', NULL), (3359, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377357, 'web', '0:0:0:0:0:0:0:1', NULL), (3360, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377365, 'web', '0:0:0:0:0:0:0:1', NULL), (3361, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377376, 'web', '0:0:0:0:0:0:0:1', NULL), (3362, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377380, 'web', '0:0:0:0:0:0:0:1', NULL), (3363, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377389, 'web', '0:0:0:0:0:0:0:1', NULL), (3364, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377395, 'web', '0:0:0:0:0:0:0:1', NULL), (3365, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377408, 'web', '0:0:0:0:0:0:0:1', NULL), (3366, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377421, 'web', '0:0:0:0:0:0:0:1', NULL), (3367, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377498, 'web', '0:0:0:0:0:0:0:1', NULL), (3368, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377512, 'web', '0:0:0:0:0:0:0:1', NULL), (3369, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377528, 'web', '0:0:0:0:0:0:0:1', NULL), (3370, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377532, 'web', '0:0:0:0:0:0:0:1', NULL), (3371, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377547, 'web', '0:0:0:0:0:0:0:1', NULL), (3372, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377559, 'web', '0:0:0:0:0:0:0:1', NULL), (3373, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377567, 'web', '0:0:0:0:0:0:0:1', NULL), (3374, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377571, 'web', '0:0:0:0:0:0:0:1', NULL), (3375, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377576, 'web', '0:0:0:0:0:0:0:1', NULL), (3376, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377589, 'web', '0:0:0:0:0:0:0:1', NULL), (3377, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377602, 'web', '0:0:0:0:0:0:0:1', NULL), (3378, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377680, 'web', '0:0:0:0:0:0:0:1', NULL), (3379, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377687, 'web', '0:0:0:0:0:0:0:1', NULL), (3380, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576377694, 'web', '0:0:0:0:0:0:0:1', NULL), (3381, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378201, 'web', '0:0:0:0:0:0:0:1', NULL), (3382, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378222, 'web', '0:0:0:0:0:0:0:1', NULL), (3383, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378241, 'web', '0:0:0:0:0:0:0:1', NULL), (3384, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378407, 'web', '0:0:0:0:0:0:0:1', NULL), (3385, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378431, 'web', '0:0:0:0:0:0:0:1', NULL), (3386, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378436, 'web', '0:0:0:0:0:0:0:1', NULL), (3387, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378443, 'web', '0:0:0:0:0:0:0:1', NULL), (3388, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378448, 'web', '0:0:0:0:0:0:0:1', NULL), (3389, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378464, 'web', '0:0:0:0:0:0:0:1', NULL), (3390, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378503, 'web', '0:0:0:0:0:0:0:1', NULL), (3391, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378542, 'web', '0:0:0:0:0:0:0:1', NULL), (3392, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378549, 'web', '0:0:0:0:0:0:0:1', NULL), (3393, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378558, 'web', '0:0:0:0:0:0:0:1', NULL), (3394, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378595, 'web', '0:0:0:0:0:0:0:1', NULL), (3395, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378863, 'web', '0:0:0:0:0:0:0:1', NULL), (3396, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378899, 'web', '0:0:0:0:0:0:0:1', NULL), (3397, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576378918, 'web', '0:0:0:0:0:0:0:1', NULL), (3398, '\\core\\event\\tag_created', 'core', 'created', 'tag', 'tag', 1, 'c', 0, 1, 10, 0, 2, 0, 2, 0, '{\"name\":\"photoshop\",\"rawname\":\"Photoshop\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3399, '\\core\\event\\tag_created', 'core', 'created', 'tag', 'tag', 2, 'c', 0, 1, 10, 0, 2, 0, 2, 0, '{\"name\":\"sketch\",\"rawname\":\"Sketch\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3400, '\\core\\event\\tag_created', 'core', 'created', 'tag', 'tag', 3, 'c', 0, 1, 10, 0, 2, 0, 2, 0, '{\"name\":\"beginner\",\"rawname\":\"Beginner\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3401, '\\core\\event\\tag_created', 'core', 'created', 'tag', 'tag', 4, 'c', 0, 1, 10, 0, 2, 0, 2, 0, '{\"name\":\"ux\\/ui\",\"rawname\":\"UX\\/UI\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3402, '\\core\\event\\tag_added', 'core', 'added', 'tag', 'tag_instance', 1, 'c', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"tagid\":1,\"tagname\":\"photoshop\",\"tagrawname\":\"Photoshop\",\"itemid\":\"2\",\"itemtype\":\"course\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3403, '\\core\\event\\tag_added', 'core', 'added', 'tag', 'tag_instance', 2, 'c', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"tagid\":2,\"tagname\":\"sketch\",\"tagrawname\":\"Sketch\",\"itemid\":\"2\",\"itemtype\":\"course\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3404, '\\core\\event\\tag_added', 'core', 'added', 'tag', 'tag_instance', 3, 'c', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"tagid\":3,\"tagname\":\"beginner\",\"tagrawname\":\"Beginner\",\"itemid\":\"2\",\"itemtype\":\"course\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3405, '\\core\\event\\tag_added', 'core', 'added', 'tag', 'tag_instance', 4, 'c', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"tagid\":4,\"tagname\":\"ux\\/ui\",\"tagrawname\":\"UX\\/UI\",\"itemid\":\"2\",\"itemtype\":\"course\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3406, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1576379019, 'web', '0:0:0:0:0:0:0:1', NULL), (3407, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1576379023, 'web', '0:0:0:0:0:0:0:1', NULL), (3408, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379026, 'web', '0:0:0:0:0:0:0:1', NULL), (3409, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379036, 'web', '0:0:0:0:0:0:0:1', NULL), (3410, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379048, 'web', '0:0:0:0:0:0:0:1', NULL), (3411, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379088, 'web', '0:0:0:0:0:0:0:1', NULL), (3412, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379134, 'web', '0:0:0:0:0:0:0:1', NULL), (3413, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379138, 'web', '0:0:0:0:0:0:0:1', NULL), (3414, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379143, 'web', '0:0:0:0:0:0:0:1', NULL), (3415, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379202, 'web', '0:0:0:0:0:0:0:1', NULL), (3416, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379399, 'web', '0:0:0:0:0:0:0:1', NULL), (3417, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379441, 'web', '0:0:0:0:0:0:0:1', NULL), (3418, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379479, 'web', '0:0:0:0:0:0:0:1', NULL), (3419, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379492, 'web', '0:0:0:0:0:0:0:1', NULL), (3420, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379497, 'web', '0:0:0:0:0:0:0:1', NULL), (3421, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379506, 'web', '0:0:0:0:0:0:0:1', NULL), (3422, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379518, 'web', '0:0:0:0:0:0:0:1', NULL), (3423, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379525, 'web', '0:0:0:0:0:0:0:1', NULL), (3424, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379554, 'web', '0:0:0:0:0:0:0:1', NULL), (3425, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379563, 'web', '0:0:0:0:0:0:0:1', NULL), (3426, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379568, 'web', '0:0:0:0:0:0:0:1', NULL), (3427, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379644, 'web', '0:0:0:0:0:0:0:1', NULL), (3428, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379681, 'web', '0:0:0:0:0:0:0:1', NULL), (3429, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379782, 'web', '0:0:0:0:0:0:0:1', NULL), (3430, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379790, 'web', '0:0:0:0:0:0:0:1', NULL), (3431, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576379804, 'web', '0:0:0:0:0:0:0:1', NULL), (3432, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380020, 'web', '0:0:0:0:0:0:0:1', NULL), (3433, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380122, 'web', '0:0:0:0:0:0:0:1', NULL), (3434, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380149, 'web', '0:0:0:0:0:0:0:1', NULL), (3435, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380187, 'web', '0:0:0:0:0:0:0:1', NULL), (3436, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380213, 'web', '0:0:0:0:0:0:0:1', NULL), (3437, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380267, 'web', '0:0:0:0:0:0:0:1', NULL), (3438, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380275, 'web', '0:0:0:0:0:0:0:1', NULL), (3439, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380293, 'web', '0:0:0:0:0:0:0:1', NULL), (3440, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380615, 'web', '0:0:0:0:0:0:0:1', NULL), (3441, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380620, 'web', '0:0:0:0:0:0:0:1', NULL), (3442, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380639, 'web', '0:0:0:0:0:0:0:1', NULL), (3443, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380690, 'web', '0:0:0:0:0:0:0:1', NULL), (3444, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576380708, 'web', '0:0:0:0:0:0:0:1', NULL), (3445, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576386857, 'web', '0:0:0:0:0:0:0:1', NULL), (3446, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576386918, 'web', '0:0:0:0:0:0:0:1', NULL), (3447, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576386941, 'web', '0:0:0:0:0:0:0:1', NULL), (3448, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1576386947, 'web', '0:0:0:0:0:0:0:1', NULL), (3449, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576387054, 'web', '0:0:0:0:0:0:0:1', NULL), (3450, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576387611, 'web', '0:0:0:0:0:0:0:1', NULL), (3451, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576387657, 'web', '0:0:0:0:0:0:0:1', NULL), (3452, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576387694, 'web', '0:0:0:0:0:0:0:1', NULL), (3453, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576387704, 'web', '0:0:0:0:0:0:0:1', NULL), (3454, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1576387742, 'web', '0:0:0:0:0:0:0:1', NULL), (3455, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 2, 'u', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\"}', 1576387751, 'web', '0:0:0:0:0:0:0:1', NULL), (3456, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576387761, 'web', '0:0:0:0:0:0:0:1', NULL), (3457, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576387769, 'web', '0:0:0:0:0:0:0:1', NULL), (3458, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576387791, 'web', '0:0:0:0:0:0:0:1', NULL), (3459, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576387792, 'web', '0:0:0:0:0:0:0:1', NULL), (3460, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576387800, 'web', '0:0:0:0:0:0:0:1', NULL), (3461, '\\core\\event\\user_enrolment_created', 'core', 'created', 'user_enrolment', 'user_enrolments', 1, 'c', 0, 39, 50, 2, 2, 2, 2, 0, '{\"enrol\":\"manual\"}', 1576387817, 'web', '0:0:0:0:0:0:0:1', NULL), (3462, '\\core\\event\\role_assigned', 'core', 'assigned', 'role', 'role', 5, 'c', 0, 39, 50, 2, 2, 2, 2, 0, '{\"id\":1,\"component\":\"\",\"itemid\":0}', 1576387817, 'web', '0:0:0:0:0:0:0:1', NULL), (3463, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576387819, 'web', '0:0:0:0:0:0:0:1', NULL), (3464, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576387828, 'web', '0:0:0:0:0:0:0:1', NULL), (3465, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576387867, 'web', '0:0:0:0:0:0:0:1', NULL), (3466, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576387877, 'web', '0:0:0:0:0:0:0:1', NULL), (3467, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576387898, 'web', '0:0:0:0:0:0:0:1', NULL), (3468, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576387944, 'web', '0:0:0:0:0:0:0:1', NULL), (3469, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388180, 'web', '0:0:0:0:0:0:0:1', NULL), (3470, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388196, 'web', '0:0:0:0:0:0:0:1', NULL), (3471, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388219, 'web', '0:0:0:0:0:0:0:1', NULL), (3472, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388234, 'web', '0:0:0:0:0:0:0:1', NULL), (3473, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388263, 'web', '0:0:0:0:0:0:0:1', NULL), (3474, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388268, 'web', '0:0:0:0:0:0:0:1', NULL), (3475, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388569, 'web', '0:0:0:0:0:0:0:1', NULL), (3476, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388735, 'web', '0:0:0:0:0:0:0:1', NULL), (3477, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388748, 'web', '0:0:0:0:0:0:0:1', NULL), (3478, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388752, 'web', '0:0:0:0:0:0:0:1', NULL), (3479, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388809, 'web', '0:0:0:0:0:0:0:1', NULL), (3480, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388828, 'web', '0:0:0:0:0:0:0:1', NULL), (3481, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576388843, 'web', '0:0:0:0:0:0:0:1', NULL), (3482, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389297, 'web', '0:0:0:0:0:0:0:1', NULL), (3483, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389423, 'web', '0:0:0:0:0:0:0:1', NULL), (3484, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389496, 'web', '0:0:0:0:0:0:0:1', NULL), (3485, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389515, 'web', '0:0:0:0:0:0:0:1', NULL), (3486, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389522, 'web', '0:0:0:0:0:0:0:1', NULL), (3487, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389532, 'web', '0:0:0:0:0:0:0:1', NULL), (3488, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389537, 'web', '0:0:0:0:0:0:0:1', NULL), (3489, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389546, 'web', '0:0:0:0:0:0:0:1', NULL), (3490, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389551, 'web', '0:0:0:0:0:0:0:1', NULL), (3491, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576389557, 'web', '0:0:0:0:0:0:0:1', NULL), (3492, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389884, 'web', '0:0:0:0:0:0:0:1', NULL), (3493, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389894, 'web', '0:0:0:0:0:0:0:1', NULL), (3494, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389922, 'web', '0:0:0:0:0:0:0:1', NULL), (3495, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389926, 'web', '0:0:0:0:0:0:0:1', NULL), (3496, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389932, 'web', '0:0:0:0:0:0:0:1', NULL), (3497, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389944, 'web', '0:0:0:0:0:0:0:1', NULL), (3498, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389952, 'web', '0:0:0:0:0:0:0:1', NULL), (3499, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389959, 'web', '0:0:0:0:0:0:0:1', NULL), (3500, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576389969, 'web', '0:0:0:0:0:0:0:1', NULL), (3501, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576390066, 'web', '0:0:0:0:0:0:0:1', NULL), (3502, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576390219, 'web', '0:0:0:0:0:0:0:1', NULL), (3503, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576390286, 'web', '0:0:0:0:0:0:0:1', NULL), (3504, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576390297, 'web', '0:0:0:0:0:0:0:1', NULL), (3505, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576390317, 'web', '0:0:0:0:0:0:0:1', NULL), (3506, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 13, 'c', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":5}', 1576390413, 'web', '0:0:0:0:0:0:0:1', NULL), (3507, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576390416, 'web', '0:0:0:0:0:0:0:1', NULL), (3508, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576390659, 'web', '0:0:0:0:0:0:0:1', NULL), (3509, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576391200, 'web', '0:0:0:0:0:0:0:1', NULL), (3510, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576391670, 'web', '0:0:0:0:0:0:0:1', NULL), (3511, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576391778, 'web', '0:0:0:0:0:0:0:1', NULL), (3512, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576391800, 'web', '0:0:0:0:0:0:0:1', NULL), (3513, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576391811, 'web', '0:0:0:0:0:0:0:1', NULL), (3514, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576391821, 'web', '0:0:0:0:0:0:0:1', NULL), (3515, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576391890, 'web', '0:0:0:0:0:0:0:1', NULL), (3516, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576391903, 'web', '0:0:0:0:0:0:0:1', NULL), (3517, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576391924, 'web', '0:0:0:0:0:0:0:1', NULL), (3518, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576391973, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (3519, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576391984, 'web', '0:0:0:0:0:0:0:1', NULL), (3520, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576391997, 'web', '0:0:0:0:0:0:0:1', NULL), (3521, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392004, 'web', '0:0:0:0:0:0:0:1', NULL), (3522, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392008, 'web', '0:0:0:0:0:0:0:1', NULL), (3523, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392027, 'web', '0:0:0:0:0:0:0:1', NULL), (3524, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392162, 'web', '0:0:0:0:0:0:0:1', NULL), (3525, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392402, 'web', '0:0:0:0:0:0:0:1', NULL), (3526, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576392409, 'web', '0:0:0:0:0:0:0:1', NULL), (3527, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576392783, 'web', '0:0:0:0:0:0:0:1', NULL), (3528, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392791, 'web', '0:0:0:0:0:0:0:1', NULL), (3529, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392823, 'web', '0:0:0:0:0:0:0:1', NULL), (3530, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392905, 'web', '0:0:0:0:0:0:0:1', NULL), (3531, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392915, 'web', '0:0:0:0:0:0:0:1', NULL), (3532, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392950, 'web', '0:0:0:0:0:0:0:1', NULL), (3533, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576392964, 'web', '0:0:0:0:0:0:0:1', NULL), (3534, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393048, 'web', '0:0:0:0:0:0:0:1', NULL), (3535, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393104, 'web', '0:0:0:0:0:0:0:1', NULL), (3536, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393112, 'web', '0:0:0:0:0:0:0:1', NULL), (3537, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393121, 'web', '0:0:0:0:0:0:0:1', NULL), (3538, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393125, 'web', '0:0:0:0:0:0:0:1', NULL), (3539, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393128, 'web', '0:0:0:0:0:0:0:1', NULL), (3540, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393135, 'web', '0:0:0:0:0:0:0:1', NULL), (3541, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393139, 'web', '0:0:0:0:0:0:0:1', NULL), (3542, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393143, 'web', '0:0:0:0:0:0:0:1', NULL), (3543, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393155, 'web', '0:0:0:0:0:0:0:1', NULL), (3544, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393162, 'web', '0:0:0:0:0:0:0:1', NULL), (3545, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393166, 'web', '0:0:0:0:0:0:0:1', NULL), (3546, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393173, 'web', '0:0:0:0:0:0:0:1', NULL), (3547, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393190, 'web', '0:0:0:0:0:0:0:1', NULL), (3548, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576393198, 'web', '0:0:0:0:0:0:0:1', NULL), (3549, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576436246, 'web', '0:0:0:0:0:0:0:1', NULL), (3550, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576436271, 'web', '0:0:0:0:0:0:0:1', NULL), (3551, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576436273, 'web', '0:0:0:0:0:0:0:1', NULL), (3552, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436296, 'web', '0:0:0:0:0:0:0:1', NULL), (3553, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436327, 'web', '0:0:0:0:0:0:0:1', NULL), (3554, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436370, 'web', '0:0:0:0:0:0:0:1', NULL), (3555, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436388, 'web', '0:0:0:0:0:0:0:1', NULL), (3556, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436396, 'web', '0:0:0:0:0:0:0:1', NULL), (3557, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436411, 'web', '0:0:0:0:0:0:0:1', NULL), (3558, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436418, 'web', '0:0:0:0:0:0:0:1', NULL), (3559, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436423, 'web', '0:0:0:0:0:0:0:1', NULL), (3560, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436802, 'web', '0:0:0:0:0:0:0:1', NULL), (3561, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436956, 'web', '0:0:0:0:0:0:0:1', NULL), (3562, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576436991, 'web', '0:0:0:0:0:0:0:1', NULL), (3563, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437020, 'web', '0:0:0:0:0:0:0:1', NULL), (3564, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437123, 'web', '0:0:0:0:0:0:0:1', NULL), (3565, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437145, 'web', '0:0:0:0:0:0:0:1', NULL), (3566, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437158, 'web', '0:0:0:0:0:0:0:1', NULL), (3567, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437170, 'web', '0:0:0:0:0:0:0:1', NULL), (3568, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437189, 'web', '0:0:0:0:0:0:0:1', NULL), (3569, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437361, 'web', '0:0:0:0:0:0:0:1', NULL), (3570, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437495, 'web', '0:0:0:0:0:0:0:1', NULL), (3571, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437518, 'web', '0:0:0:0:0:0:0:1', NULL), (3572, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437566, 'web', '0:0:0:0:0:0:0:1', NULL), (3573, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437571, 'web', '0:0:0:0:0:0:0:1', NULL), (3574, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437581, 'web', '0:0:0:0:0:0:0:1', NULL), (3575, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437637, 'web', '0:0:0:0:0:0:0:1', NULL), (3576, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437678, 'web', '0:0:0:0:0:0:0:1', NULL), (3577, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437794, 'web', '0:0:0:0:0:0:0:1', NULL), (3578, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437808, 'web', '0:0:0:0:0:0:0:1', NULL), (3579, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437819, 'web', '0:0:0:0:0:0:0:1', NULL), (3580, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437868, 'web', '0:0:0:0:0:0:0:1', NULL), (3581, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576437961, 'web', '0:0:0:0:0:0:0:1', NULL), (3582, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438019, 'web', '0:0:0:0:0:0:0:1', NULL), (3583, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576438055, 'web', '0:0:0:0:0:0:0:1', NULL), (3584, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438064, 'web', '0:0:0:0:0:0:0:1', NULL), (3585, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576438144, 'web', '0:0:0:0:0:0:0:1', NULL), (3586, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438244, 'web', '0:0:0:0:0:0:0:1', NULL), (3587, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438262, 'web', '0:0:0:0:0:0:0:1', NULL), (3588, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438266, 'web', '0:0:0:0:0:0:0:1', NULL), (3589, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438286, 'web', '0:0:0:0:0:0:0:1', NULL), (3590, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438289, 'web', '0:0:0:0:0:0:0:1', NULL), (3591, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438318, 'web', '0:0:0:0:0:0:0:1', NULL), (3592, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576438448, 'web', '0:0:0:0:0:0:0:1', NULL), (3593, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576439482, 'web', '0:0:0:0:0:0:0:1', NULL), (3594, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576440513, 'web', '0:0:0:0:0:0:0:1', NULL), (3595, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576440537, 'web', '0:0:0:0:0:0:0:1', NULL), (3596, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576440582, 'web', '0:0:0:0:0:0:0:1', NULL), (3597, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576440607, 'web', '0:0:0:0:0:0:0:1', NULL), (3598, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576440621, 'web', '0:0:0:0:0:0:0:1', NULL), (3599, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576440660, 'web', '0:0:0:0:0:0:0:1', NULL), (3600, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576441140, 'web', '0:0:0:0:0:0:0:1', NULL), (3601, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576441288, 'web', '0:0:0:0:0:0:0:1', NULL), (3602, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576441302, 'web', '0:0:0:0:0:0:0:1', NULL), (3603, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576441464, 'web', '0:0:0:0:0:0:0:1', NULL), (3604, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576441517, 'web', '0:0:0:0:0:0:0:1', NULL), (3605, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576441557, 'web', '0:0:0:0:0:0:0:1', NULL), (3606, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576441570, 'web', '0:0:0:0:0:0:0:1', NULL), (3607, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576442168, 'web', '0:0:0:0:0:0:0:1', NULL), (3608, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576442244, 'web', '0:0:0:0:0:0:0:1', NULL), (3609, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576442255, 'web', '0:0:0:0:0:0:0:1', NULL), (3610, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576442292, 'web', '0:0:0:0:0:0:0:1', NULL), (3611, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576442622, 'web', '0:0:0:0:0:0:0:1', NULL), (3612, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576442868, 'web', '0:0:0:0:0:0:0:1', NULL), (3613, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576442891, 'web', '0:0:0:0:0:0:0:1', NULL), (3614, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576444089, 'web', '0:0:0:0:0:0:0:1', NULL), (3615, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576444791, 'web', '0:0:0:0:0:0:0:1', NULL), (3616, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576444854, 'web', '0:0:0:0:0:0:0:1', NULL), (3617, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576444972, 'web', '0:0:0:0:0:0:0:1', NULL), (3618, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445212, 'web', '0:0:0:0:0:0:0:1', NULL), (3619, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445227, 'web', '0:0:0:0:0:0:0:1', NULL), (3620, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445241, 'web', '0:0:0:0:0:0:0:1', NULL), (3621, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445256, 'web', '0:0:0:0:0:0:0:1', NULL), (3622, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445270, 'web', '0:0:0:0:0:0:0:1', NULL), (3623, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445284, 'web', '0:0:0:0:0:0:0:1', NULL), (3624, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445293, 'web', '0:0:0:0:0:0:0:1', NULL), (3625, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445303, 'web', '0:0:0:0:0:0:0:1', NULL), (3626, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445384, 'web', '0:0:0:0:0:0:0:1', NULL), (3627, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576445505, 'web', '0:0:0:0:0:0:0:1', NULL), (3628, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446146, 'web', '0:0:0:0:0:0:0:1', NULL), (3629, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446257, 'web', '0:0:0:0:0:0:0:1', NULL), (3630, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446278, 'web', '0:0:0:0:0:0:0:1', NULL), (3631, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446316, 'web', '0:0:0:0:0:0:0:1', NULL), (3632, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446882, 'web', '0:0:0:0:0:0:0:1', NULL), (3633, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446901, 'web', '0:0:0:0:0:0:0:1', NULL), (3634, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446935, 'web', '0:0:0:0:0:0:0:1', NULL), (3635, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446960, 'web', '0:0:0:0:0:0:0:1', NULL), (3636, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446975, 'web', '0:0:0:0:0:0:0:1', NULL), (3637, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576446995, 'web', '0:0:0:0:0:0:0:1', NULL), (3638, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576447008, 'web', '0:0:0:0:0:0:0:1', NULL), (3639, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576447015, 'web', '0:0:0:0:0:0:0:1', NULL), (3640, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576447065, 'web', '0:0:0:0:0:0:0:1', NULL), (3641, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576447161, 'web', '0:0:0:0:0:0:0:1', NULL), (3642, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576447169, 'web', '0:0:0:0:0:0:0:1', NULL), (3643, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576448070, 'web', '0:0:0:0:0:0:0:1', NULL), (3644, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576448086, 'web', '0:0:0:0:0:0:0:1', NULL), (3645, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576448620, 'web', '0:0:0:0:0:0:0:1', NULL), (3646, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576448763, 'web', '0:0:0:0:0:0:0:1', NULL), (3647, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576448919, 'web', '0:0:0:0:0:0:0:1', NULL), (3648, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576449029, 'web', '0:0:0:0:0:0:0:1', NULL), (3649, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576449036, 'web', '0:0:0:0:0:0:0:1', NULL), (3650, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576449080, 'web', '0:0:0:0:0:0:0:1', NULL), (3651, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576449089, 'web', '0:0:0:0:0:0:0:1', NULL), (3652, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576449166, 'web', '0:0:0:0:0:0:0:1', NULL), (3653, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576449751, 'web', '0:0:0:0:0:0:0:1', NULL), (3654, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576450097, 'web', '0:0:0:0:0:0:0:1', NULL), (3655, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576450139, 'web', '0:0:0:0:0:0:0:1', NULL), (3656, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576450261, 'web', '0:0:0:0:0:0:0:1', NULL), (3657, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576450482, 'web', '0:0:0:0:0:0:0:1', NULL), (3658, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576450570, 'web', '0:0:0:0:0:0:0:1', NULL), (3659, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576450684, 'web', '0:0:0:0:0:0:0:1', NULL), (3660, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576451167, 'web', '0:0:0:0:0:0:0:1', NULL), (3661, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576451316, 'web', '0:0:0:0:0:0:0:1', NULL), (3662, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576451338, 'web', '0:0:0:0:0:0:0:1', NULL), (3663, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576451464, 'web', '0:0:0:0:0:0:0:1', NULL), (3664, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576451471, 'web', '0:0:0:0:0:0:0:1', NULL), (3665, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576452263, 'web', '0:0:0:0:0:0:0:1', NULL), (3666, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576452284, 'web', '0:0:0:0:0:0:0:1', NULL), (3667, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576452335, 'web', '0:0:0:0:0:0:0:1', NULL), (3668, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576452407, 'web', '0:0:0:0:0:0:0:1', NULL), (3669, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576452613, 'web', '0:0:0:0:0:0:0:1', NULL), (3670, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576452989, 'web', '0:0:0:0:0:0:0:1', NULL), (3671, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453010, 'web', '0:0:0:0:0:0:0:1', NULL), (3672, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453263, 'web', '0:0:0:0:0:0:0:1', NULL), (3673, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453269, 'web', '0:0:0:0:0:0:0:1', NULL), (3674, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453360, 'web', '0:0:0:0:0:0:0:1', NULL), (3675, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453373, 'web', '0:0:0:0:0:0:0:1', NULL), (3676, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453383, 'web', '0:0:0:0:0:0:0:1', NULL), (3677, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453484, 'web', '0:0:0:0:0:0:0:1', NULL), (3678, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453489, 'web', '0:0:0:0:0:0:0:1', NULL), (3679, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453635, 'web', '0:0:0:0:0:0:0:1', NULL), (3680, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453647, 'web', '0:0:0:0:0:0:0:1', NULL), (3681, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453674, 'web', '0:0:0:0:0:0:0:1', NULL), (3682, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453714, 'web', '0:0:0:0:0:0:0:1', NULL), (3683, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453726, 'web', '0:0:0:0:0:0:0:1', NULL), (3684, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453747, 'web', '0:0:0:0:0:0:0:1', NULL), (3685, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453754, 'web', '0:0:0:0:0:0:0:1', NULL), (3686, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453774, 'web', '0:0:0:0:0:0:0:1', NULL), (3687, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576453836, 'web', '0:0:0:0:0:0:0:1', NULL), (3688, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454383, 'web', '0:0:0:0:0:0:0:1', NULL), (3689, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454462, 'web', '0:0:0:0:0:0:0:1', NULL), (3690, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454466, 'web', '0:0:0:0:0:0:0:1', NULL), (3691, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454476, 'web', '0:0:0:0:0:0:0:1', NULL), (3692, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454535, 'web', '0:0:0:0:0:0:0:1', NULL), (3693, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454577, 'web', '0:0:0:0:0:0:0:1', NULL), (3694, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454581, 'web', '0:0:0:0:0:0:0:1', NULL), (3695, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454662, 'web', '0:0:0:0:0:0:0:1', NULL), (3696, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576454803, 'web', '0:0:0:0:0:0:0:1', NULL), (3697, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576454947, 'web', '0:0:0:0:0:0:0:1', NULL), (3698, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455010, 'web', '0:0:0:0:0:0:0:1', NULL), (3699, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455157, 'web', '0:0:0:0:0:0:0:1', NULL), (3700, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455234, 'web', '0:0:0:0:0:0:0:1', NULL), (3701, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455345, 'web', '0:0:0:0:0:0:0:1', NULL), (3702, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455418, 'web', '0:0:0:0:0:0:0:1', NULL), (3703, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455444, 'web', '0:0:0:0:0:0:0:1', NULL), (3704, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455546, 'web', '0:0:0:0:0:0:0:1', NULL), (3705, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455652, 'web', '0:0:0:0:0:0:0:1', NULL), (3706, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455810, 'web', '0:0:0:0:0:0:0:1', NULL), (3707, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576455906, 'web', '0:0:0:0:0:0:0:1', NULL), (3708, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456030, 'web', '0:0:0:0:0:0:0:1', NULL), (3709, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456042, 'web', '0:0:0:0:0:0:0:1', NULL), (3710, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456067, 'web', '0:0:0:0:0:0:0:1', NULL), (3711, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456143, 'web', '0:0:0:0:0:0:0:1', NULL), (3712, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456177, 'web', '0:0:0:0:0:0:0:1', NULL), (3713, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456188, 'web', '0:0:0:0:0:0:0:1', NULL), (3714, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456398, 'web', '0:0:0:0:0:0:0:1', NULL), (3715, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456418, 'web', '0:0:0:0:0:0:0:1', NULL), (3716, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456432, 'web', '0:0:0:0:0:0:0:1', NULL), (3717, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456528, 'web', '0:0:0:0:0:0:0:1', NULL), (3718, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576456612, 'web', '0:0:0:0:0:0:0:1', NULL), (3719, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457140, 'web', '0:0:0:0:0:0:0:1', NULL), (3720, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457152, 'web', '0:0:0:0:0:0:0:1', NULL), (3721, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457161, 'web', '0:0:0:0:0:0:0:1', NULL), (3722, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457251, 'web', '0:0:0:0:0:0:0:1', NULL), (3723, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457254, 'web', '0:0:0:0:0:0:0:1', NULL), (3724, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457272, 'web', '0:0:0:0:0:0:0:1', NULL), (3725, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457292, 'web', '0:0:0:0:0:0:0:1', NULL), (3726, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457332, 'web', '0:0:0:0:0:0:0:1', NULL), (3727, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457343, 'web', '0:0:0:0:0:0:0:1', NULL), (3728, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457361, 'web', '0:0:0:0:0:0:0:1', NULL), (3729, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457393, 'web', '0:0:0:0:0:0:0:1', NULL), (3730, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457512, 'web', '0:0:0:0:0:0:0:1', NULL), (3731, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457525, 'web', '0:0:0:0:0:0:0:1', NULL), (3732, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457590, 'web', '0:0:0:0:0:0:0:1', NULL), (3733, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457608, 'web', '0:0:0:0:0:0:0:1', NULL), (3734, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457629, 'web', '0:0:0:0:0:0:0:1', NULL), (3735, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457668, 'web', '0:0:0:0:0:0:0:1', NULL), (3736, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457678, 'web', '0:0:0:0:0:0:0:1', NULL), (3737, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457708, 'web', '0:0:0:0:0:0:0:1', NULL), (3738, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576457831, 'web', '0:0:0:0:0:0:0:1', NULL), (3739, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576458453, 'web', '0:0:0:0:0:0:0:1', NULL), (3740, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459004, 'web', '0:0:0:0:0:0:0:1', NULL), (3741, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459024, 'web', '0:0:0:0:0:0:0:1', NULL), (3742, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459038, 'web', '0:0:0:0:0:0:0:1', NULL), (3743, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459076, 'web', '0:0:0:0:0:0:0:1', NULL), (3744, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459128, 'web', '0:0:0:0:0:0:0:1', NULL), (3745, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459166, 'web', '0:0:0:0:0:0:0:1', NULL), (3746, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459173, 'web', '0:0:0:0:0:0:0:1', NULL), (3747, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459198, 'web', '0:0:0:0:0:0:0:1', NULL), (3748, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459243, 'web', '0:0:0:0:0:0:0:1', NULL), (3749, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459309, 'web', '0:0:0:0:0:0:0:1', NULL), (3750, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459324, 'web', '0:0:0:0:0:0:0:1', NULL), (3751, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459552, 'web', '0:0:0:0:0:0:0:1', NULL), (3752, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459579, 'web', '0:0:0:0:0:0:0:1', NULL), (3753, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576459648, 'web', '0:0:0:0:0:0:0:1', NULL), (3754, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461085, 'web', '0:0:0:0:0:0:0:1', NULL), (3755, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461255, 'web', '0:0:0:0:0:0:0:1', NULL), (3756, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461288, 'web', '0:0:0:0:0:0:0:1', NULL), (3757, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461347, 'web', '0:0:0:0:0:0:0:1', NULL), (3758, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461425, 'web', '0:0:0:0:0:0:0:1', NULL), (3759, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461445, 'web', '0:0:0:0:0:0:0:1', NULL), (3760, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461454, 'web', '0:0:0:0:0:0:0:1', NULL), (3761, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461608, 'web', '0:0:0:0:0:0:0:1', NULL), (3762, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576461636, 'web', '0:0:0:0:0:0:0:1', NULL), (3763, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576462386, 'web', '0:0:0:0:0:0:0:1', NULL), (3764, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576462429, 'web', '0:0:0:0:0:0:0:1', NULL), (3765, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576462454, 'web', '0:0:0:0:0:0:0:1', NULL), (3766, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576462476, 'web', '0:0:0:0:0:0:0:1', NULL), (3767, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576462609, 'web', '0:0:0:0:0:0:0:1', NULL), (3768, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576462651, 'web', '0:0:0:0:0:0:0:1', NULL), (3769, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576462979, 'web', '0:0:0:0:0:0:0:1', NULL), (3770, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576463024, 'web', '0:0:0:0:0:0:0:1', NULL), (3771, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576463091, 'web', '0:0:0:0:0:0:0:1', NULL), (3772, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576463110, 'web', '0:0:0:0:0:0:0:1', NULL), (3773, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576463125, 'web', '0:0:0:0:0:0:0:1', NULL), (3774, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576463985, 'web', '0:0:0:0:0:0:0:1', NULL), (3775, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464029, 'web', '0:0:0:0:0:0:0:1', NULL), (3776, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576464049, 'web', '0:0:0:0:0:0:0:1', NULL), (3777, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1576464059, 'web', '0:0:0:0:0:0:0:1', NULL), (3778, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464102, 'web', '0:0:0:0:0:0:0:1', NULL), (3779, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464108, 'web', '0:0:0:0:0:0:0:1', NULL), (3780, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464187, 'web', '0:0:0:0:0:0:0:1', NULL), (3781, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464338, 'web', '0:0:0:0:0:0:0:1', NULL), (3782, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464353, 'web', '0:0:0:0:0:0:0:1', NULL), (3783, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464366, 'web', '0:0:0:0:0:0:0:1', NULL), (3784, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464375, 'web', '0:0:0:0:0:0:0:1', NULL), (3785, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464396, 'web', '0:0:0:0:0:0:0:1', NULL), (3786, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464543, 'web', '0:0:0:0:0:0:0:1', NULL), (3787, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464625, 'web', '0:0:0:0:0:0:0:1', NULL), (3788, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464659, 'web', '0:0:0:0:0:0:0:1', NULL), (3789, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464678, 'web', '0:0:0:0:0:0:0:1', NULL), (3790, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464721, 'web', '0:0:0:0:0:0:0:1', NULL), (3791, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464749, 'web', '0:0:0:0:0:0:0:1', NULL), (3792, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464763, 'web', '0:0:0:0:0:0:0:1', NULL), (3793, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464789, 'web', '0:0:0:0:0:0:0:1', NULL), (3794, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464861, 'web', '0:0:0:0:0:0:0:1', NULL), (3795, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576464866, 'web', '0:0:0:0:0:0:0:1', NULL), (3796, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465087, 'web', '0:0:0:0:0:0:0:1', NULL), (3797, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465137, 'web', '0:0:0:0:0:0:0:1', NULL), (3798, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465236, 'web', '0:0:0:0:0:0:0:1', NULL), (3799, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465485, 'web', '0:0:0:0:0:0:0:1', NULL), (3800, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465562, 'web', '0:0:0:0:0:0:0:1', NULL), (3801, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465624, 'web', '0:0:0:0:0:0:0:1', NULL), (3802, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465724, 'web', '0:0:0:0:0:0:0:1', NULL), (3803, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465880, 'web', '0:0:0:0:0:0:0:1', NULL), (3804, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465888, 'web', '0:0:0:0:0:0:0:1', NULL), (3805, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465938, 'web', '0:0:0:0:0:0:0:1', NULL), (3806, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576465952, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (3807, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576466012, 'web', '0:0:0:0:0:0:0:1', NULL), (3808, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576466099, 'web', '0:0:0:0:0:0:0:1', NULL), (3809, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576466119, 'web', '0:0:0:0:0:0:0:1', NULL), (3810, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576466128, 'web', '0:0:0:0:0:0:0:1', NULL), (3811, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576466996, 'web', '0:0:0:0:0:0:0:1', NULL), (3812, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 48, 50, 3, 2, 3, NULL, 0, 'null', 1576467010, 'web', '0:0:0:0:0:0:0:1', NULL), (3813, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467014, 'web', '0:0:0:0:0:0:0:1', NULL), (3814, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467202, 'web', '0:0:0:0:0:0:0:1', NULL), (3815, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467213, 'web', '0:0:0:0:0:0:0:1', NULL), (3816, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467223, 'web', '0:0:0:0:0:0:0:1', NULL), (3817, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467242, 'web', '0:0:0:0:0:0:0:1', NULL), (3818, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467297, 'web', '0:0:0:0:0:0:0:1', NULL), (3819, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467566, 'web', '0:0:0:0:0:0:0:1', NULL), (3820, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467818, 'web', '0:0:0:0:0:0:0:1', NULL), (3821, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467831, 'web', '0:0:0:0:0:0:0:1', NULL), (3822, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467875, 'web', '0:0:0:0:0:0:0:1', NULL), (3823, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576467914, 'web', '0:0:0:0:0:0:0:1', NULL), (3824, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468026, 'web', '0:0:0:0:0:0:0:1', NULL), (3825, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468073, 'web', '0:0:0:0:0:0:0:1', NULL), (3826, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468156, 'web', '0:0:0:0:0:0:0:1', NULL), (3827, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468167, 'web', '0:0:0:0:0:0:0:1', NULL), (3828, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468181, 'web', '0:0:0:0:0:0:0:1', NULL), (3829, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468544, 'web', '0:0:0:0:0:0:0:1', NULL), (3830, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468633, 'web', '0:0:0:0:0:0:0:1', NULL), (3831, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468659, 'web', '0:0:0:0:0:0:0:1', NULL), (3832, '\\block_comments\\event\\comment_created', 'block_comments', 'created', 'comment', 'comments', 1, 'c', 2, 39, 50, 2, 2, 2, NULL, 0, '{\"itemid\":0}', 1576468677, 'web', '0:0:0:0:0:0:0:1', NULL), (3833, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576468682, 'web', '0:0:0:0:0:0:0:1', NULL), (3834, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469163, 'web', '0:0:0:0:0:0:0:1', NULL), (3835, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469222, 'web', '0:0:0:0:0:0:0:1', NULL), (3836, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469282, 'web', '0:0:0:0:0:0:0:1', NULL), (3837, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469383, 'web', '0:0:0:0:0:0:0:1', NULL), (3838, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469458, 'web', '0:0:0:0:0:0:0:1', NULL), (3839, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469523, 'web', '0:0:0:0:0:0:0:1', NULL), (3840, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469569, 'web', '0:0:0:0:0:0:0:1', NULL), (3841, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469580, 'web', '0:0:0:0:0:0:0:1', NULL), (3842, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469638, 'web', '0:0:0:0:0:0:0:1', NULL), (3843, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469664, 'web', '0:0:0:0:0:0:0:1', NULL), (3844, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469715, 'web', '0:0:0:0:0:0:0:1', NULL), (3845, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469738, 'web', '0:0:0:0:0:0:0:1', NULL), (3846, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469830, 'web', '0:0:0:0:0:0:0:1', NULL), (3847, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469907, 'web', '0:0:0:0:0:0:0:1', NULL), (3848, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469943, 'web', '0:0:0:0:0:0:0:1', NULL), (3849, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576469952, 'web', '0:0:0:0:0:0:0:1', NULL), (3850, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470013, 'web', '0:0:0:0:0:0:0:1', NULL), (3851, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470095, 'web', '0:0:0:0:0:0:0:1', NULL), (3852, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470194, 'web', '0:0:0:0:0:0:0:1', NULL), (3853, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470269, 'web', '0:0:0:0:0:0:0:1', NULL), (3854, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470508, 'web', '0:0:0:0:0:0:0:1', NULL), (3855, '\\block_comments\\event\\comment_created', 'block_comments', 'created', 'comment', 'comments', 2, 'c', 2, 39, 50, 2, 2, 2, NULL, 0, '{\"itemid\":0}', 1576470523, 'web', '0:0:0:0:0:0:0:1', NULL), (3856, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470630, 'web', '0:0:0:0:0:0:0:1', NULL), (3857, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470708, 'web', '0:0:0:0:0:0:0:1', NULL), (3858, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470765, 'web', '0:0:0:0:0:0:0:1', NULL), (3859, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470822, 'web', '0:0:0:0:0:0:0:1', NULL), (3860, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470869, 'web', '0:0:0:0:0:0:0:1', NULL), (3861, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470896, 'web', '0:0:0:0:0:0:0:1', NULL), (3862, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470908, 'web', '0:0:0:0:0:0:0:1', NULL), (3863, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576470916, 'web', '0:0:0:0:0:0:0:1', NULL), (3864, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471004, 'web', '0:0:0:0:0:0:0:1', NULL), (3865, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471022, 'web', '0:0:0:0:0:0:0:1', NULL), (3866, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471035, 'web', '0:0:0:0:0:0:0:1', NULL), (3867, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471049, 'web', '0:0:0:0:0:0:0:1', NULL), (3868, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471105, 'web', '0:0:0:0:0:0:0:1', NULL), (3869, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471149, 'web', '0:0:0:0:0:0:0:1', NULL), (3870, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471181, 'web', '0:0:0:0:0:0:0:1', NULL), (3871, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471192, 'web', '0:0:0:0:0:0:0:1', NULL), (3872, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471214, 'web', '0:0:0:0:0:0:0:1', NULL), (3873, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471254, 'web', '0:0:0:0:0:0:0:1', NULL), (3874, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471315, 'web', '0:0:0:0:0:0:0:1', NULL), (3875, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471325, 'web', '0:0:0:0:0:0:0:1', NULL), (3876, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471330, 'web', '0:0:0:0:0:0:0:1', NULL), (3877, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471342, 'web', '0:0:0:0:0:0:0:1', NULL), (3878, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471384, 'web', '0:0:0:0:0:0:0:1', NULL), (3879, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471415, 'web', '0:0:0:0:0:0:0:1', NULL), (3880, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471457, 'web', '0:0:0:0:0:0:0:1', NULL), (3881, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471516, 'web', '0:0:0:0:0:0:0:1', NULL), (3882, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471522, 'web', '0:0:0:0:0:0:0:1', NULL), (3883, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471529, 'web', '0:0:0:0:0:0:0:1', NULL), (3884, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471551, 'web', '0:0:0:0:0:0:0:1', NULL), (3885, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471571, 'web', '0:0:0:0:0:0:0:1', NULL), (3886, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471579, 'web', '0:0:0:0:0:0:0:1', NULL), (3887, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471588, 'web', '0:0:0:0:0:0:0:1', NULL), (3888, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471597, 'web', '0:0:0:0:0:0:0:1', NULL), (3889, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471685, 'web', '0:0:0:0:0:0:0:1', NULL), (3890, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471747, 'web', '0:0:0:0:0:0:0:1', NULL), (3891, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576471824, 'web', '0:0:0:0:0:0:0:1', NULL), (3892, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576471967, 'web', '0:0:0:0:0:0:0:1', NULL), (3893, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1584, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"bloglevel\",\"oldvalue\":\"4\",\"value\":\"5\",\"plugin\":null}', 1576472436, 'web', '0:0:0:0:0:0:0:1', NULL), (3894, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576472463, 'web', '0:0:0:0:0:0:0:1', NULL), (3895, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576472493, 'web', '0:0:0:0:0:0:0:1', NULL), (3896, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576472500, 'web', '0:0:0:0:0:0:0:1', NULL), (3897, '\\core\\event\\tag_added', 'core', 'added', 'tag', 'tag_instance', 5, 'c', 0, 5, 30, 2, 2, 0, 2, 0, '{\"tagid\":\"2\",\"tagname\":\"sketch\",\"tagrawname\":\"Sketch\",\"itemid\":1,\"itemtype\":\"post\"}', 1576472560, 'web', '0:0:0:0:0:0:0:1', NULL), (3898, '\\core\\event\\tag_added', 'core', 'added', 'tag', 'tag_instance', 6, 'c', 0, 5, 30, 2, 2, 0, 2, 0, '{\"tagid\":\"1\",\"tagname\":\"photoshop\",\"tagrawname\":\"Photoshop\",\"itemid\":1,\"itemtype\":\"post\"}', 1576472560, 'web', '0:0:0:0:0:0:0:1', NULL), (3899, '\\core\\event\\blog_entry_created', 'core', 'created', 'blog_entry', 'post', 1, 'c', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576472560, 'web', '0:0:0:0:0:0:0:1', NULL), (3900, '\\core\\event\\blog_entry_updated', 'core', 'updated', 'blog_entry', 'post', 1, 'u', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576472560, 'web', '0:0:0:0:0:0:0:1', NULL), (3901, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576472563, 'web', '0:0:0:0:0:0:0:1', NULL), (3902, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576472641, 'web', '0:0:0:0:0:0:0:1', NULL), (3903, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576472648, 'web', '0:0:0:0:0:0:0:1', NULL), (3904, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576472860, 'web', '0:0:0:0:0:0:0:1', NULL), (3905, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576472894, 'web', '0:0:0:0:0:0:0:1', NULL), (3906, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473149, 'web', '0:0:0:0:0:0:0:1', NULL), (3907, '\\core\\event\\blog_entry_created', 'core', 'created', 'blog_entry', 'post', 2, 'c', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576473186, 'web', '0:0:0:0:0:0:0:1', NULL), (3908, '\\core\\event\\blog_entry_updated', 'core', 'updated', 'blog_entry', 'post', 2, 'u', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576473186, 'web', '0:0:0:0:0:0:0:1', NULL), (3909, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473187, 'web', '0:0:0:0:0:0:0:1', NULL), (3910, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473200, 'web', '0:0:0:0:0:0:0:1', NULL), (3911, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473244, 'web', '0:0:0:0:0:0:0:1', NULL), (3912, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473246, 'web', '0:0:0:0:0:0:0:1', NULL), (3913, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473568, 'web', '0:0:0:0:0:0:0:1', NULL), (3914, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473650, 'web', '0:0:0:0:0:0:0:1', NULL), (3915, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473691, 'web', '0:0:0:0:0:0:0:1', NULL), (3916, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576473695, 'web', '0:0:0:0:0:0:0:1', NULL), (3917, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576474349, 'web', '0:0:0:0:0:0:0:1', NULL), (3918, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474379, 'web', '0:0:0:0:0:0:0:1', NULL), (3919, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474423, 'web', '0:0:0:0:0:0:0:1', NULL), (3920, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474567, 'web', '0:0:0:0:0:0:0:1', NULL), (3921, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474577, 'web', '0:0:0:0:0:0:0:1', NULL), (3922, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474580, 'web', '0:0:0:0:0:0:0:1', NULL), (3923, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474592, 'web', '0:0:0:0:0:0:0:1', NULL), (3924, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474603, 'web', '0:0:0:0:0:0:0:1', NULL), (3925, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474605, 'web', '0:0:0:0:0:0:0:1', NULL), (3926, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474610, 'web', '0:0:0:0:0:0:0:1', NULL), (3927, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474675, 'web', '0:0:0:0:0:0:0:1', NULL), (3928, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474681, 'web', '0:0:0:0:0:0:0:1', NULL), (3929, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474690, 'web', '0:0:0:0:0:0:0:1', NULL), (3930, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474697, 'web', '0:0:0:0:0:0:0:1', NULL), (3931, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474709, 'web', '0:0:0:0:0:0:0:1', NULL), (3932, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474715, 'web', '0:0:0:0:0:0:0:1', NULL), (3933, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474717, 'web', '0:0:0:0:0:0:0:1', NULL), (3934, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474779, 'web', '0:0:0:0:0:0:0:1', NULL), (3935, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474809, 'web', '0:0:0:0:0:0:0:1', NULL), (3936, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576474993, 'web', '0:0:0:0:0:0:0:1', NULL), (3937, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475047, 'web', '0:0:0:0:0:0:0:1', NULL), (3938, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475148, 'web', '0:0:0:0:0:0:0:1', NULL), (3939, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475206, 'web', '0:0:0:0:0:0:0:1', NULL), (3940, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475272, 'web', '0:0:0:0:0:0:0:1', NULL), (3941, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475311, 'web', '0:0:0:0:0:0:0:1', NULL), (3942, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475390, 'web', '0:0:0:0:0:0:0:1', NULL), (3943, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475397, 'web', '0:0:0:0:0:0:0:1', NULL), (3944, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475506, 'web', '0:0:0:0:0:0:0:1', NULL), (3945, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475528, 'web', '0:0:0:0:0:0:0:1', NULL), (3946, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475588, 'web', '0:0:0:0:0:0:0:1', NULL), (3947, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475608, 'web', '0:0:0:0:0:0:0:1', NULL), (3948, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475673, 'web', '0:0:0:0:0:0:0:1', NULL), (3949, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475826, 'web', '0:0:0:0:0:0:0:1', NULL), (3950, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475828, 'web', '0:0:0:0:0:0:0:1', NULL), (3951, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475844, 'web', '0:0:0:0:0:0:0:1', NULL), (3952, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475863, 'web', '0:0:0:0:0:0:0:1', NULL), (3953, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475866, 'web', '0:0:0:0:0:0:0:1', NULL), (3954, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475918, 'web', '0:0:0:0:0:0:0:1', NULL), (3955, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475930, 'web', '0:0:0:0:0:0:0:1', NULL), (3956, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475949, 'web', '0:0:0:0:0:0:0:1', NULL), (3957, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475951, 'web', '0:0:0:0:0:0:0:1', NULL), (3958, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475957, 'web', '0:0:0:0:0:0:0:1', NULL), (3959, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475967, 'web', '0:0:0:0:0:0:0:1', NULL), (3960, '\\core\\event\\tag_added', 'core', 'added', 'tag', 'tag_instance', 7, 'c', 0, 5, 30, 2, 2, 0, 2, 0, '{\"tagid\":\"1\",\"tagname\":\"photoshop\",\"tagrawname\":\"Photoshop\",\"itemid\":\"2\",\"itemtype\":\"post\"}', 1576475981, 'web', '0:0:0:0:0:0:0:1', NULL), (3961, '\\core\\event\\tag_added', 'core', 'added', 'tag', 'tag_instance', 8, 'c', 0, 5, 30, 2, 2, 0, 2, 0, '{\"tagid\":\"2\",\"tagname\":\"sketch\",\"tagrawname\":\"Sketch\",\"itemid\":\"2\",\"itemtype\":\"post\"}', 1576475981, 'web', '0:0:0:0:0:0:0:1', NULL), (3962, '\\core\\event\\blog_entry_updated', 'core', 'updated', 'blog_entry', 'post', 2, 'u', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576475981, 'web', '0:0:0:0:0:0:0:1', NULL), (3963, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475982, 'web', '0:0:0:0:0:0:0:1', NULL), (3964, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576475984, 'web', '0:0:0:0:0:0:0:1', NULL), (3965, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476032, 'web', '0:0:0:0:0:0:0:1', NULL), (3966, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476035, 'web', '0:0:0:0:0:0:0:1', NULL), (3967, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476047, 'web', '0:0:0:0:0:0:0:1', NULL), (3968, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476084, 'web', '0:0:0:0:0:0:0:1', NULL), (3969, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476107, 'web', '0:0:0:0:0:0:0:1', NULL), (3970, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476156, 'web', '0:0:0:0:0:0:0:1', NULL), (3971, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476168, 'web', '0:0:0:0:0:0:0:1', NULL), (3972, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476175, 'web', '0:0:0:0:0:0:0:1', NULL), (3973, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476231, 'web', '0:0:0:0:0:0:0:1', NULL), (3974, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476303, 'web', '0:0:0:0:0:0:0:1', NULL), (3975, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476308, 'web', '0:0:0:0:0:0:0:1', NULL), (3976, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476316, 'web', '0:0:0:0:0:0:0:1', NULL), (3977, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476462, 'web', '0:0:0:0:0:0:0:1', NULL), (3978, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476504, 'web', '0:0:0:0:0:0:0:1', NULL), (3979, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476541, 'web', '0:0:0:0:0:0:0:1', NULL), (3980, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476549, 'web', '0:0:0:0:0:0:0:1', NULL), (3981, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476593, 'web', '0:0:0:0:0:0:0:1', NULL), (3982, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476801, 'web', '0:0:0:0:0:0:0:1', NULL), (3983, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476827, 'web', '0:0:0:0:0:0:0:1', NULL), (3984, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476841, 'web', '0:0:0:0:0:0:0:1', NULL), (3985, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476859, 'web', '0:0:0:0:0:0:0:1', NULL), (3986, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476867, 'web', '0:0:0:0:0:0:0:1', NULL), (3987, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476876, 'web', '0:0:0:0:0:0:0:1', NULL), (3988, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476892, 'web', '0:0:0:0:0:0:0:1', NULL), (3989, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576476911, 'web', '0:0:0:0:0:0:0:1', NULL), (3990, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477004, 'web', '0:0:0:0:0:0:0:1', NULL), (3991, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477011, 'web', '0:0:0:0:0:0:0:1', NULL), (3992, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477130, 'web', '0:0:0:0:0:0:0:1', NULL), (3993, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477171, 'web', '0:0:0:0:0:0:0:1', NULL), (3994, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477247, 'web', '0:0:0:0:0:0:0:1', NULL), (3995, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477305, 'web', '0:0:0:0:0:0:0:1', NULL), (3996, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477326, 'web', '0:0:0:0:0:0:0:1', NULL), (3997, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477328, 'web', '0:0:0:0:0:0:0:1', NULL), (3998, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477406, 'web', '0:0:0:0:0:0:0:1', NULL), (3999, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477461, 'web', '0:0:0:0:0:0:0:1', NULL), (4000, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477865, 'web', '0:0:0:0:0:0:0:1', NULL), (4001, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576477950, 'web', '0:0:0:0:0:0:0:1', NULL), (4002, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478065, 'web', '0:0:0:0:0:0:0:1', NULL), (4003, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478069, 'web', '0:0:0:0:0:0:0:1', NULL), (4004, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478114, 'web', '0:0:0:0:0:0:0:1', NULL), (4005, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478138, 'web', '0:0:0:0:0:0:0:1', NULL), (4006, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478143, 'web', '0:0:0:0:0:0:0:1', NULL), (4007, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478173, 'web', '0:0:0:0:0:0:0:1', NULL), (4008, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478188, 'web', '0:0:0:0:0:0:0:1', NULL), (4009, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478222, 'web', '0:0:0:0:0:0:0:1', NULL), (4010, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478228, 'web', '0:0:0:0:0:0:0:1', NULL), (4011, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478233, 'web', '0:0:0:0:0:0:0:1', NULL), (4012, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478249, 'web', '0:0:0:0:0:0:0:1', NULL), (4013, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576478384, 'web', '0:0:0:0:0:0:0:1', NULL), (4014, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482137, 'web', '0:0:0:0:0:0:0:1', NULL), (4015, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482208, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (4016, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482210, 'web', '0:0:0:0:0:0:0:1', NULL), (4017, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482223, 'web', '0:0:0:0:0:0:0:1', NULL), (4018, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482240, 'web', '0:0:0:0:0:0:0:1', NULL), (4019, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482262, 'web', '0:0:0:0:0:0:0:1', NULL), (4020, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482279, 'web', '0:0:0:0:0:0:0:1', NULL), (4021, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482287, 'web', '0:0:0:0:0:0:0:1', NULL), (4022, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482305, 'web', '0:0:0:0:0:0:0:1', NULL), (4023, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482386, 'web', '0:0:0:0:0:0:0:1', NULL), (4024, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482395, 'web', '0:0:0:0:0:0:0:1', NULL), (4025, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482403, 'web', '0:0:0:0:0:0:0:1', NULL), (4026, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482406, 'web', '0:0:0:0:0:0:0:1', NULL), (4027, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482606, 'web', '0:0:0:0:0:0:0:1', NULL), (4028, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482637, 'web', '0:0:0:0:0:0:0:1', NULL), (4029, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482726, 'web', '0:0:0:0:0:0:0:1', NULL), (4030, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482729, 'web', '0:0:0:0:0:0:0:1', NULL), (4031, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482766, 'web', '0:0:0:0:0:0:0:1', NULL), (4032, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482777, 'web', '0:0:0:0:0:0:0:1', NULL), (4033, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482901, 'web', '0:0:0:0:0:0:0:1', NULL), (4034, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482911, 'web', '0:0:0:0:0:0:0:1', NULL), (4035, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482980, 'web', '0:0:0:0:0:0:0:1', NULL), (4036, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576482983, 'web', '0:0:0:0:0:0:0:1', NULL), (4037, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483038, 'web', '0:0:0:0:0:0:0:1', NULL), (4038, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483041, 'web', '0:0:0:0:0:0:0:1', NULL), (4039, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483058, 'web', '0:0:0:0:0:0:0:1', NULL), (4040, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483061, 'web', '0:0:0:0:0:0:0:1', NULL), (4041, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483077, 'web', '0:0:0:0:0:0:0:1', NULL), (4042, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483085, 'web', '0:0:0:0:0:0:0:1', NULL), (4043, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483090, 'web', '0:0:0:0:0:0:0:1', NULL), (4044, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483130, 'web', '0:0:0:0:0:0:0:1', NULL), (4045, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483138, 'web', '0:0:0:0:0:0:0:1', NULL), (4046, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483143, 'web', '0:0:0:0:0:0:0:1', NULL), (4047, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483147, 'web', '0:0:0:0:0:0:0:1', NULL), (4048, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483151, 'web', '0:0:0:0:0:0:0:1', NULL), (4049, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483158, 'web', '0:0:0:0:0:0:0:1', NULL), (4050, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483161, 'web', '0:0:0:0:0:0:0:1', NULL), (4051, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483169, 'web', '0:0:0:0:0:0:0:1', NULL), (4052, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483175, 'web', '0:0:0:0:0:0:0:1', NULL), (4053, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483188, 'web', '0:0:0:0:0:0:0:1', NULL), (4054, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483192, 'web', '0:0:0:0:0:0:0:1', NULL), (4055, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483195, 'web', '0:0:0:0:0:0:0:1', NULL), (4056, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483200, 'web', '0:0:0:0:0:0:0:1', NULL), (4057, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483206, 'web', '0:0:0:0:0:0:0:1', NULL), (4058, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483220, 'web', '0:0:0:0:0:0:0:1', NULL), (4059, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483222, 'web', '0:0:0:0:0:0:0:1', NULL), (4060, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483226, 'web', '0:0:0:0:0:0:0:1', NULL), (4061, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483228, 'web', '0:0:0:0:0:0:0:1', NULL), (4062, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483236, 'web', '0:0:0:0:0:0:0:1', NULL), (4063, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483238, 'web', '0:0:0:0:0:0:0:1', NULL), (4064, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483247, 'web', '0:0:0:0:0:0:0:1', NULL), (4065, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483253, 'web', '0:0:0:0:0:0:0:1', NULL), (4066, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483256, 'web', '0:0:0:0:0:0:0:1', NULL), (4067, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483258, 'web', '0:0:0:0:0:0:0:1', NULL), (4068, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483262, 'web', '0:0:0:0:0:0:0:1', NULL), (4069, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483299, 'web', '0:0:0:0:0:0:0:1', NULL), (4070, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483306, 'web', '0:0:0:0:0:0:0:1', NULL), (4071, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483307, 'web', '0:0:0:0:0:0:0:1', NULL), (4072, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483312, 'web', '0:0:0:0:0:0:0:1', NULL), (4073, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483316, 'web', '0:0:0:0:0:0:0:1', NULL), (4074, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483332, 'web', '0:0:0:0:0:0:0:1', NULL), (4075, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483334, 'web', '0:0:0:0:0:0:0:1', NULL), (4076, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483360, 'web', '0:0:0:0:0:0:0:1', NULL), (4077, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483364, 'web', '0:0:0:0:0:0:0:1', NULL), (4078, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483456, 'web', '0:0:0:0:0:0:0:1', NULL), (4079, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483458, 'web', '0:0:0:0:0:0:0:1', NULL), (4080, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483475, 'web', '0:0:0:0:0:0:0:1', NULL), (4081, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483479, 'web', '0:0:0:0:0:0:0:1', NULL), (4082, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483482, 'web', '0:0:0:0:0:0:0:1', NULL), (4083, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483542, 'web', '0:0:0:0:0:0:0:1', NULL), (4084, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483623, 'web', '0:0:0:0:0:0:0:1', NULL), (4085, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483746, 'web', '0:0:0:0:0:0:0:1', NULL), (4086, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483750, 'web', '0:0:0:0:0:0:0:1', NULL), (4087, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483754, 'web', '0:0:0:0:0:0:0:1', NULL), (4088, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483762, 'web', '0:0:0:0:0:0:0:1', NULL), (4089, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483867, 'web', '0:0:0:0:0:0:0:1', NULL), (4090, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483928, 'web', '0:0:0:0:0:0:0:1', NULL), (4091, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576483947, 'web', '0:0:0:0:0:0:0:1', NULL), (4092, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484050, 'web', '0:0:0:0:0:0:0:1', NULL), (4093, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484193, 'web', '0:0:0:0:0:0:0:1', NULL), (4094, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484240, 'web', '0:0:0:0:0:0:0:1', NULL), (4095, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484248, 'web', '0:0:0:0:0:0:0:1', NULL), (4096, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484268, 'web', '0:0:0:0:0:0:0:1', NULL), (4097, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484277, 'web', '0:0:0:0:0:0:0:1', NULL), (4098, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484311, 'web', '0:0:0:0:0:0:0:1', NULL), (4099, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484318, 'web', '0:0:0:0:0:0:0:1', NULL), (4100, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484336, 'web', '0:0:0:0:0:0:0:1', NULL), (4101, '\\core\\event\\blog_comment_created', 'core', 'created', 'blog_comment', 'comments', 3, 'c', 2, 5, 30, 2, 2, 0, 2, 0, '{\"itemid\":1}', 1576484342, 'web', '0:0:0:0:0:0:0:1', NULL), (4102, '\\core\\event\\blog_comment_created', 'core', 'created', 'blog_comment', 'comments', 4, 'c', 2, 5, 30, 2, 2, 0, 2, 0, '{\"itemid\":1}', 1576484350, 'web', '0:0:0:0:0:0:0:1', NULL), (4103, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484352, 'web', '0:0:0:0:0:0:0:1', NULL), (4104, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484394, 'web', '0:0:0:0:0:0:0:1', NULL), (4105, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484406, 'web', '0:0:0:0:0:0:0:1', NULL), (4106, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484414, 'web', '0:0:0:0:0:0:0:1', NULL), (4107, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484463, 'web', '0:0:0:0:0:0:0:1', NULL), (4108, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1585, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"enableglobalsearch\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}', 1576484570, 'web', '0:0:0:0:0:0:0:1', NULL), (4109, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1586, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"useexternalblogs\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":null}', 1576484584, 'web', '0:0:0:0:0:0:0:1', NULL), (4110, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484630, 'web', '0:0:0:0:0:0:0:1', NULL), (4111, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484668, 'web', '0:0:0:0:0:0:0:1', NULL), (4112, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484814, 'web', '0:0:0:0:0:0:0:1', NULL), (4113, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484828, 'web', '0:0:0:0:0:0:0:1', NULL), (4114, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484848, 'web', '0:0:0:0:0:0:0:1', NULL), (4115, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484853, 'web', '0:0:0:0:0:0:0:1', NULL), (4116, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576484857, 'web', '0:0:0:0:0:0:0:1', NULL), (4117, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":1,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576485049, 'web', '0:0:0:0:0:0:0:1', NULL), (4118, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576485175, 'web', '0:0:0:0:0:0:0:1', NULL), (4119, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576485471, 'web', '0:0:0:0:0:0:0:1', NULL), (4120, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576485569, 'web', '0:0:0:0:0:0:0:1', NULL), (4121, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576485667, 'web', '0:0:0:0:0:0:0:1', NULL), (4122, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576485690, 'web', '0:0:0:0:0:0:0:1', NULL), (4123, '\\core\\event\\role_assigned', 'core', 'assigned', 'role', 'role', 3, 'c', 0, 39, 50, 2, 2, 2, 2, 0, '{\"id\":2,\"component\":\"\",\"itemid\":0}', 1576485714, 'web', '0:0:0:0:0:0:0:1', NULL), (4124, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576485725, 'web', '0:0:0:0:0:0:0:1', NULL), (4125, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576485837, 'web', '0:0:0:0:0:0:0:1', NULL), (4126, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576485893, 'web', '0:0:0:0:0:0:0:1', NULL), (4127, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576485956, 'web', '0:0:0:0:0:0:0:1', NULL), (4128, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486235, 'web', '0:0:0:0:0:0:0:1', NULL), (4129, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486249, 'web', '0:0:0:0:0:0:0:1', NULL), (4130, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486302, 'web', '0:0:0:0:0:0:0:1', NULL), (4131, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486315, 'web', '0:0:0:0:0:0:0:1', NULL), (4132, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486336, 'web', '0:0:0:0:0:0:0:1', NULL), (4133, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486397, 'web', '0:0:0:0:0:0:0:1', NULL), (4134, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486452, 'web', '0:0:0:0:0:0:0:1', NULL), (4135, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486469, 'web', '0:0:0:0:0:0:0:1', NULL), (4136, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486478, 'web', '0:0:0:0:0:0:0:1', NULL), (4137, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486578, 'web', '0:0:0:0:0:0:0:1', NULL), (4138, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486609, 'web', '0:0:0:0:0:0:0:1', NULL), (4139, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486627, 'web', '0:0:0:0:0:0:0:1', NULL), (4140, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486639, 'web', '0:0:0:0:0:0:0:1', NULL), (4141, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486650, 'web', '0:0:0:0:0:0:0:1', NULL), (4142, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486666, 'web', '0:0:0:0:0:0:0:1', NULL), (4143, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486676, 'web', '0:0:0:0:0:0:0:1', NULL), (4144, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486688, 'web', '0:0:0:0:0:0:0:1', NULL), (4145, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486703, 'web', '0:0:0:0:0:0:0:1', NULL), (4146, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486718, 'web', '0:0:0:0:0:0:0:1', NULL), (4147, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486796, 'web', '0:0:0:0:0:0:0:1', NULL), (4148, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486836, 'web', '0:0:0:0:0:0:0:1', NULL), (4149, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486844, 'web', '0:0:0:0:0:0:0:1', NULL), (4150, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486850, 'web', '0:0:0:0:0:0:0:1', NULL), (4151, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576486855, 'web', '0:0:0:0:0:0:0:1', NULL), (4152, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576486862, 'web', '0:0:0:0:0:0:0:1', NULL), (4153, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576486867, 'web', '0:0:0:0:0:0:0:1', NULL), (4154, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576486870, 'web', '0:0:0:0:0:0:0:1', NULL), (4155, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576486876, 'web', '0:0:0:0:0:0:0:1', NULL), (4156, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576487392, 'web', '0:0:0:0:0:0:0:1', NULL), (4157, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 2, 'r', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"courseshortname\":\"Introduction Web Design with HTML\",\"coursefullname\":\"Introduction Web Design with HTML\"}', 1576487404, 'web', '0:0:0:0:0:0:0:1', NULL), (4158, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576487570, 'web', '0:0:0:0:0:0:0:1', NULL), (4159, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487581, 'web', '0:0:0:0:0:0:0:1', NULL), (4160, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487586, 'web', '0:0:0:0:0:0:0:1', NULL), (4161, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487596, 'web', '0:0:0:0:0:0:0:1', NULL), (4162, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487596, 'web', '0:0:0:0:0:0:0:1', NULL), (4163, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487602, 'web', '0:0:0:0:0:0:0:1', NULL), (4164, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487618, 'web', '0:0:0:0:0:0:0:1', NULL), (4165, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487619, 'web', '0:0:0:0:0:0:0:1', NULL), (4166, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487632, 'web', '0:0:0:0:0:0:0:1', NULL), (4167, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487635, 'web', '0:0:0:0:0:0:0:1', NULL), (4168, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487636, 'web', '0:0:0:0:0:0:0:1', NULL), (4169, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487830, 'web', '0:0:0:0:0:0:0:1', NULL), (4170, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487904, 'web', '0:0:0:0:0:0:0:1', NULL), (4171, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487938, 'web', '0:0:0:0:0:0:0:1', NULL), (4172, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576487995, 'web', '0:0:0:0:0:0:0:1', NULL), (4173, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488052, 'web', '0:0:0:0:0:0:0:1', NULL), (4174, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488130, 'web', '0:0:0:0:0:0:0:1', NULL), (4175, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488174, 'web', '0:0:0:0:0:0:0:1', NULL), (4176, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488264, 'web', '0:0:0:0:0:0:0:1', NULL), (4177, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488552, 'web', '0:0:0:0:0:0:0:1', NULL), (4178, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488560, 'web', '0:0:0:0:0:0:0:1', NULL), (4179, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488561, 'web', '0:0:0:0:0:0:0:1', NULL), (4180, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488563, 'web', '0:0:0:0:0:0:0:1', NULL), (4181, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488564, 'web', '0:0:0:0:0:0:0:1', NULL), (4182, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488597, 'web', '0:0:0:0:0:0:0:1', NULL), (4183, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488608, 'web', '0:0:0:0:0:0:0:1', NULL), (4184, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488706, 'web', '0:0:0:0:0:0:0:1', NULL), (4185, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488712, 'web', '0:0:0:0:0:0:0:1', NULL), (4186, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488714, 'web', '0:0:0:0:0:0:0:1', NULL), (4187, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488778, 'web', '0:0:0:0:0:0:0:1', NULL), (4188, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488784, 'web', '0:0:0:0:0:0:0:1', NULL), (4189, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488785, 'web', '0:0:0:0:0:0:0:1', NULL), (4190, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488820, 'web', '0:0:0:0:0:0:0:1', NULL), (4191, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488845, 'web', '0:0:0:0:0:0:0:1', NULL), (4192, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488896, 'web', '0:0:0:0:0:0:0:1', NULL), (4193, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488925, 'web', '0:0:0:0:0:0:0:1', NULL), (4194, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576488976, 'web', '0:0:0:0:0:0:0:1', NULL), (4195, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489017, 'web', '0:0:0:0:0:0:0:1', NULL), (4196, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489035, 'web', '0:0:0:0:0:0:0:1', NULL), (4197, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576489054, 'web', '0:0:0:0:0:0:0:1', NULL), (4198, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489687, 'web', '0:0:0:0:0:0:0:1', NULL), (4199, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489699, 'web', '0:0:0:0:0:0:0:1', NULL), (4200, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489700, 'web', '0:0:0:0:0:0:0:1', NULL), (4201, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489704, 'web', '0:0:0:0:0:0:0:1', NULL), (4202, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489713, 'web', '0:0:0:0:0:0:0:1', NULL), (4203, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489715, 'web', '0:0:0:0:0:0:0:1', NULL), (4204, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576489725, 'web', '0:0:0:0:0:0:0:1', NULL), (4205, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489743, 'web', '0:0:0:0:0:0:0:1', NULL), (4206, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489749, 'web', '0:0:0:0:0:0:0:1', NULL), (4207, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576489750, 'web', '0:0:0:0:0:0:0:1', NULL), (4208, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576489779, 'web', '0:0:0:0:0:0:0:1', NULL), (4209, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576489807, 'web', '0:0:0:0:0:0:0:1', NULL), (4210, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576489837, 'web', '0:0:0:0:0:0:0:1', NULL), (4211, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576489883, 'web', '0:0:0:0:0:0:0:1', NULL), (4212, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576489928, 'web', '0:0:0:0:0:0:0:1', NULL), (4213, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576490065, 'web', '0:0:0:0:0:0:0:1', NULL), (4214, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576490094, 'web', '0:0:0:0:0:0:0:1', NULL), (4215, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576490142, 'web', '0:0:0:0:0:0:0:1', NULL), (4216, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576490197, 'web', '0:0:0:0:0:0:0:1', NULL), (4217, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576490233, 'web', '0:0:0:0:0:0:0:1', NULL), (4218, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576490251, 'web', '0:0:0:0:0:0:0:1', NULL), (4219, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576490290, 'web', '0:0:0:0:0:0:0:1', NULL), (4220, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576490346, 'web', '0:0:0:0:0:0:0:1', NULL), (4221, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 1, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, '{\"username\":\"guest\"}', 1576490426, 'web', '0:0:0:0:0:0:0:1', NULL), (4222, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576490428, 'web', '0:0:0:0:0:0:0:1', NULL), (4223, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1587, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"registerauth\",\"oldvalue\":\"\",\"value\":\"email\",\"plugin\":null}', 1576490628, 'web', '0:0:0:0:0:0:0:1', NULL), (4224, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576491552, 'web', '0:0:0:0:0:0:0:1', NULL), (4225, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576491578, 'web', '0:0:0:0:0:0:0:1', NULL), (4226, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576492043, 'web', '0:0:0:0:0:0:0:1', NULL), (4227, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1574524500,\"name\":\"Everything is Teachable\"}', 1576493328, 'web', '0:0:0:0:0:0:0:1', NULL), (4228, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576542989, 'web', '0:0:0:0:0:0:0:1', NULL), (4229, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576571357, 'web', '0:0:0:0:0:0:0:1', NULL), (4230, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571542, 'web', '0:0:0:0:0:0:0:1', NULL), (4231, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571609, 'web', '0:0:0:0:0:0:0:1', NULL), (4232, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571654, 'web', '0:0:0:0:0:0:0:1', NULL), (4233, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571686, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (4234, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571700, 'web', '0:0:0:0:0:0:0:1', NULL), (4235, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571712, 'web', '0:0:0:0:0:0:0:1', NULL), (4236, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571726, 'web', '0:0:0:0:0:0:0:1', NULL), (4237, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571747, 'web', '0:0:0:0:0:0:0:1', NULL), (4238, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571880, 'web', '0:0:0:0:0:0:0:1', NULL), (4239, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571908, 'web', '0:0:0:0:0:0:0:1', NULL), (4240, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576571916, 'web', '0:0:0:0:0:0:0:1', NULL), (4241, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576572018, 'web', '0:0:0:0:0:0:0:1', NULL), (4242, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576572303, 'web', '0:0:0:0:0:0:0:1', NULL), (4243, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576572367, 'web', '0:0:0:0:0:0:0:1', NULL), (4244, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576572379, 'web', '0:0:0:0:0:0:0:1', NULL), (4245, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576572416, 'web', '0:0:0:0:0:0:0:1', NULL), (4246, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576572431, 'web', '0:0:0:0:0:0:0:1', NULL), (4247, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576572533, 'web', '0:0:0:0:0:0:0:1', NULL), (4248, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576572544, 'web', '0:0:0:0:0:0:0:1', NULL), (4249, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 48, 50, 3, 2, 3, NULL, 0, 'null', 1576572753, 'web', '0:0:0:0:0:0:0:1', NULL), (4250, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 48, 50, 3, 2, 3, NULL, 0, 'null', 1576572798, 'web', '0:0:0:0:0:0:0:1', NULL), (4251, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 48, 50, 3, 2, 3, NULL, 0, 'null', 1576572881, 'web', '0:0:0:0:0:0:0:1', NULL), (4252, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576572989, 'web', '0:0:0:0:0:0:0:1', NULL), (4253, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576573017, 'web', '0:0:0:0:0:0:0:1', NULL), (4254, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576573042, 'web', '0:0:0:0:0:0:0:1', NULL), (4255, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576573116, 'web', '0:0:0:0:0:0:0:1', NULL), (4256, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576573170, 'web', '0:0:0:0:0:0:0:1', NULL), (4257, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576573325, 'web', '0:0:0:0:0:0:0:1', NULL), (4258, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1588, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nMoodle.com|https:\\/\\/moodle.com\\/\\r\\n\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses Single|#\\r\\n-- Single v1|#\",\"plugin\":null}', 1576573770, 'web', '0:0:0:0:0:0:0:1', NULL), (4259, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576573844, 'web', '0:0:0:0:0:0:0:1', NULL), (4260, '\\core\\event\\course_information_viewed', 'core', 'viewed', 'course_information', 'course', 2, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576573858, 'web', '0:0:0:0:0:0:0:1', NULL), (4261, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576573871, 'web', '0:0:0:0:0:0:0:1', NULL), (4262, '\\core\\event\\course_information_viewed', 'core', 'viewed', 'course_information', 'course', 2, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576573889, 'web', '0:0:0:0:0:0:0:1', NULL), (4263, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576573892, 'web', '0:0:0:0:0:0:0:1', NULL), (4264, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576573901, 'web', '0:0:0:0:0:0:0:1', NULL), (4265, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1589, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses Single|#\\r\\n-- Single v1|#\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\",\"plugin\":null}', 1576573931, 'web', '0:0:0:0:0:0:0:1', NULL), (4266, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576573952, 'web', '0:0:0:0:0:0:0:1', NULL), (4267, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576573966, 'web', '0:0:0:0:0:0:0:1', NULL), (4268, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574030, 'web', '0:0:0:0:0:0:0:1', NULL), (4269, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574076, 'web', '0:0:0:0:0:0:0:1', NULL), (4270, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574149, 'web', '0:0:0:0:0:0:0:1', NULL), (4271, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574162, 'web', '0:0:0:0:0:0:0:1', NULL), (4272, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 2, 0, NULL, 0, 'null', 1576574167, 'web', '0:0:0:0:0:0:0:1', NULL), (4273, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574171, 'web', '0:0:0:0:0:0:0:1', NULL), (4274, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574192, 'web', '0:0:0:0:0:0:0:1', NULL), (4275, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574215, 'web', '0:0:0:0:0:0:0:1', NULL), (4276, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574223, 'web', '0:0:0:0:0:0:0:1', NULL), (4277, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574239, 'web', '0:0:0:0:0:0:0:1', NULL), (4278, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574244, 'web', '0:0:0:0:0:0:0:1', NULL), (4279, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574251, 'web', '0:0:0:0:0:0:0:1', NULL), (4280, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574312, 'web', '0:0:0:0:0:0:0:1', NULL), (4281, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574327, 'web', '0:0:0:0:0:0:0:1', NULL), (4282, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574335, 'web', '0:0:0:0:0:0:0:1', NULL), (4283, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576574367, 'web', '0:0:0:0:0:0:0:1', NULL), (4284, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1590, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"block_cocoon_course_list_adminview\",\"oldvalue\":null,\"value\":\"all\",\"plugin\":null}', 1576575069, 'web', '0:0:0:0:0:0:0:1', NULL), (4285, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1591, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"block_cocoon_course_list_hideallcourseslink\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":null}', 1576575069, 'web', '0:0:0:0:0:0:0:1', NULL), (4286, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575121, 'web', '0:0:0:0:0:0:0:1', NULL), (4287, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575138, 'web', '0:0:0:0:0:0:0:1', NULL), (4288, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575154, 'web', '0:0:0:0:0:0:0:1', NULL), (4289, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575173, 'web', '0:0:0:0:0:0:0:1', NULL), (4290, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575177, 'web', '0:0:0:0:0:0:0:1', NULL), (4291, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575227, 'web', '0:0:0:0:0:0:0:1', NULL), (4292, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575322, 'web', '0:0:0:0:0:0:0:1', NULL), (4293, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575371, 'web', '0:0:0:0:0:0:0:1', NULL), (4294, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575405, 'web', '0:0:0:0:0:0:0:1', NULL), (4295, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575415, 'web', '0:0:0:0:0:0:0:1', NULL), (4296, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575430, 'web', '0:0:0:0:0:0:0:1', NULL), (4297, '\\core\\event\\course_resources_list_viewed', 'core', 'viewed', 'course_resources_list', NULL, NULL, 'r', 0, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576575440, 'web', '0:0:0:0:0:0:0:1', NULL), (4298, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575449, 'web', '0:0:0:0:0:0:0:1', NULL), (4299, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575484, 'web', '0:0:0:0:0:0:0:1', NULL), (4300, '\\core\\event\\competency_template_created', 'core', 'created', 'competency_template', 'competency_template', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576575535, 'web', '0:0:0:0:0:0:0:1', NULL), (4301, '\\core\\event\\competency_template_viewed', 'core', 'viewed', 'competency_template', 'competency_template', 1, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576575535, 'web', '0:0:0:0:0:0:0:1', NULL), (4302, '\\core\\event\\competency_framework_created', 'core', 'created', 'competency_framework', 'competency_framework', 1, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576575649, 'web', '0:0:0:0:0:0:0:1', NULL), (4303, '\\core\\event\\competency_framework_viewed', 'core', 'viewed', 'competency_framework', 'competency_framework', 1, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576575651, 'web', '0:0:0:0:0:0:0:1', NULL), (4304, '\\core\\event\\competency_template_created', 'core', 'created', 'competency_template', 'competency_template', 2, 'c', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575676, 'web', '0:0:0:0:0:0:0:1', NULL), (4305, '\\core\\event\\competency_template_viewed', 'core', 'viewed', 'competency_template', 'competency_template', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575677, 'web', '0:0:0:0:0:0:0:1', NULL), (4306, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575704, 'web', '0:0:0:0:0:0:0:1', NULL), (4307, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575715, 'web', '0:0:0:0:0:0:0:1', NULL), (4308, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575741, 'web', '0:0:0:0:0:0:0:1', NULL), (4309, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575751, 'web', '0:0:0:0:0:0:0:1', NULL), (4310, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575770, 'web', '0:0:0:0:0:0:0:1', NULL), (4311, '\\core\\event\\course_resources_list_viewed', 'core', 'viewed', 'course_resources_list', NULL, NULL, 'r', 0, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576575800, 'web', '0:0:0:0:0:0:0:1', NULL), (4312, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575803, 'web', '0:0:0:0:0:0:0:1', NULL), (4313, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575821, 'web', '0:0:0:0:0:0:0:1', NULL), (4314, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575840, 'web', '0:0:0:0:0:0:0:1', NULL), (4315, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576575880, 'web', '0:0:0:0:0:0:0:1', NULL), (4316, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576576116, 'web', '0:0:0:0:0:0:0:1', NULL), (4317, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576576131, 'web', '0:0:0:0:0:0:0:1', NULL), (4318, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576576202, 'web', '0:0:0:0:0:0:0:1', NULL), (4319, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576576215, 'web', '0:0:0:0:0:0:0:1', NULL), (4320, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576576219, 'web', '0:0:0:0:0:0:0:1', NULL), (4321, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576576254, 'web', '0:0:0:0:0:0:0:1', NULL), (4322, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576576297, 'web', '0:0:0:0:0:0:0:1', NULL), (4323, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576576346, 'web', '0:0:0:0:0:0:0:1', NULL), (4324, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587148, 'web', '0:0:0:0:0:0:0:1', NULL), (4325, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587243, 'web', '0:0:0:0:0:0:0:1', NULL), (4326, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587256, 'web', '0:0:0:0:0:0:0:1', NULL), (4327, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587503, 'web', '0:0:0:0:0:0:0:1', NULL), (4328, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587546, 'web', '0:0:0:0:0:0:0:1', NULL), (4329, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587607, 'web', '0:0:0:0:0:0:0:1', NULL), (4330, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587659, 'web', '0:0:0:0:0:0:0:1', NULL), (4331, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587704, 'web', '0:0:0:0:0:0:0:1', NULL), (4332, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587783, 'web', '0:0:0:0:0:0:0:1', NULL), (4333, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587871, 'web', '0:0:0:0:0:0:0:1', NULL), (4334, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587895, 'web', '0:0:0:0:0:0:0:1', NULL), (4335, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587928, 'web', '0:0:0:0:0:0:0:1', NULL), (4336, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587938, 'web', '0:0:0:0:0:0:0:1', NULL), (4337, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587945, 'web', '0:0:0:0:0:0:0:1', NULL), (4338, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576587989, 'web', '0:0:0:0:0:0:0:1', NULL), (4339, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588009, 'web', '0:0:0:0:0:0:0:1', NULL), (4340, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588036, 'web', '0:0:0:0:0:0:0:1', NULL), (4341, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588053, 'web', '0:0:0:0:0:0:0:1', NULL), (4342, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588120, 'web', '0:0:0:0:0:0:0:1', NULL), (4343, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588152, 'web', '0:0:0:0:0:0:0:1', NULL), (4344, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588228, 'web', '0:0:0:0:0:0:0:1', NULL), (4345, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588247, 'web', '0:0:0:0:0:0:0:1', NULL), (4346, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588255, 'web', '0:0:0:0:0:0:0:1', NULL), (4347, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588259, 'web', '0:0:0:0:0:0:0:1', NULL), (4348, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588265, 'web', '0:0:0:0:0:0:0:1', NULL), (4349, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588273, 'web', '0:0:0:0:0:0:0:1', NULL), (4350, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588308, 'web', '0:0:0:0:0:0:0:1', NULL), (4351, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588355, 'web', '0:0:0:0:0:0:0:1', NULL), (4352, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588421, 'web', '0:0:0:0:0:0:0:1', NULL), (4353, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588433, 'web', '0:0:0:0:0:0:0:1', NULL), (4354, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588505, 'web', '0:0:0:0:0:0:0:1', NULL), (4355, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588513, 'web', '0:0:0:0:0:0:0:1', NULL), (4356, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 0, 0, NULL, 0, 'null', 1576588518, 'web', '0:0:0:0:0:0:0:1', NULL), (4357, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588520, 'web', '0:0:0:0:0:0:0:1', NULL), (4358, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588547, 'web', '0:0:0:0:0:0:0:1', NULL), (4359, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588612, 'web', '0:0:0:0:0:0:0:1', NULL), (4360, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'null', 1576588620, 'web', '0:0:0:0:0:0:0:1', NULL), (4361, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588625, 'web', '0:0:0:0:0:0:0:1', NULL), (4362, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588686, 'web', '0:0:0:0:0:0:0:1', NULL), (4363, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 1, 'r', 0, 3, 40, 1, 0, 0, NULL, 0, 'null', 1576588693, 'web', '0:0:0:0:0:0:0:1', NULL), (4364, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588696, 'web', '0:0:0:0:0:0:0:1', NULL), (4365, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588790, 'web', '0:0:0:0:0:0:0:1', NULL), (4366, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576588909, 'web', '0:0:0:0:0:0:0:1', NULL), (4367, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576589031, 'web', '0:0:0:0:0:0:0:1', NULL), (4368, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576589074, 'web', '0:0:0:0:0:0:0:1', NULL), (4369, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576589305, 'web', '0:0:0:0:0:0:0:1', NULL), (4370, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576589362, 'web', '0:0:0:0:0:0:0:1', NULL), (4371, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576589422, 'web', '0:0:0:0:0:0:0:1', NULL), (4372, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 0, 0, NULL, 0, 'null', 1576589448, 'web', '0:0:0:0:0:0:0:1', NULL), (4373, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576589830, 'web', '0:0:0:0:0:0:0:1', NULL), (4374, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590026, 'web', '0:0:0:0:0:0:0:1', NULL), (4375, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590114, 'web', '0:0:0:0:0:0:0:1', NULL), (4376, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590204, 'web', '0:0:0:0:0:0:0:1', NULL), (4377, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590251, 'web', '0:0:0:0:0:0:0:1', NULL), (4378, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590325, 'web', '0:0:0:0:0:0:0:1', NULL), (4379, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 48, 50, 3, 2, 3, NULL, 0, 'null', 1576590352, 'web', '0:0:0:0:0:0:0:1', NULL), (4380, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590357, 'web', '0:0:0:0:0:0:0:1', NULL), (4381, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590404, 'web', '0:0:0:0:0:0:0:1', NULL), (4382, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590414, 'web', '0:0:0:0:0:0:0:1', NULL), (4383, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590508, 'web', '0:0:0:0:0:0:0:1', NULL), (4384, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590730, 'web', '0:0:0:0:0:0:0:1', NULL), (4385, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590784, 'web', '0:0:0:0:0:0:0:1', NULL), (4386, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590791, 'web', '0:0:0:0:0:0:0:1', NULL), (4387, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590827, 'web', '0:0:0:0:0:0:0:1', NULL), (4388, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590897, 'web', '0:0:0:0:0:0:0:1', NULL), (4389, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590905, 'web', '0:0:0:0:0:0:0:1', NULL), (4390, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576590950, 'web', '0:0:0:0:0:0:0:1', NULL), (4391, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591012, 'web', '0:0:0:0:0:0:0:1', NULL), (4392, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591023, 'web', '0:0:0:0:0:0:0:1', NULL), (4393, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591138, 'web', '0:0:0:0:0:0:0:1', NULL), (4394, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591195, 'web', '0:0:0:0:0:0:0:1', NULL), (4395, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591243, 'web', '0:0:0:0:0:0:0:1', NULL), (4396, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591252, 'web', '0:0:0:0:0:0:0:1', NULL), (4397, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591284, 'web', '0:0:0:0:0:0:0:1', NULL), (4398, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591420, 'web', '0:0:0:0:0:0:0:1', NULL), (4399, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591642, 'web', '0:0:0:0:0:0:0:1', NULL), (4400, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591855, 'web', '0:0:0:0:0:0:0:1', NULL), (4401, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591871, 'web', '0:0:0:0:0:0:0:1', NULL), (4402, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576591978, 'web', '0:0:0:0:0:0:0:1', NULL), (4403, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592104, 'web', '0:0:0:0:0:0:0:1', NULL), (4404, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592126, 'web', '0:0:0:0:0:0:0:1', NULL), (4405, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592145, 'web', '0:0:0:0:0:0:0:1', NULL), (4406, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592219, 'web', '0:0:0:0:0:0:0:1', NULL), (4407, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592285, 'web', '0:0:0:0:0:0:0:1', NULL), (4408, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592297, 'web', '0:0:0:0:0:0:0:1', NULL), (4409, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592319, 'web', '0:0:0:0:0:0:0:1', NULL), (4410, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592339, 'web', '0:0:0:0:0:0:0:1', NULL), (4411, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592416, 'web', '0:0:0:0:0:0:0:1', NULL), (4412, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592437, 'web', '0:0:0:0:0:0:0:1', NULL), (4413, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592457, 'web', '0:0:0:0:0:0:0:1', NULL), (4414, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592474, 'web', '0:0:0:0:0:0:0:1', NULL), (4415, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592483, 'web', '0:0:0:0:0:0:0:1', NULL), (4416, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592535, 'web', '0:0:0:0:0:0:0:1', NULL), (4417, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592576, 'web', '0:0:0:0:0:0:0:1', NULL), (4418, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592602, 'web', '0:0:0:0:0:0:0:1', NULL), (4419, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592663, 'web', '0:0:0:0:0:0:0:1', NULL), (4420, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592669, 'web', '0:0:0:0:0:0:0:1', NULL), (4421, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592783, 'web', '0:0:0:0:0:0:0:1', NULL), (4422, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592792, 'web', '0:0:0:0:0:0:0:1', NULL), (4423, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592805, 'web', '0:0:0:0:0:0:0:1', NULL), (4424, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592814, 'web', '0:0:0:0:0:0:0:1', NULL), (4425, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592836, 'web', '0:0:0:0:0:0:0:1', NULL), (4426, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592845, 'web', '0:0:0:0:0:0:0:1', NULL), (4427, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592850, 'web', '0:0:0:0:0:0:0:1', NULL), (4428, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592875, 'web', '0:0:0:0:0:0:0:1', NULL), (4429, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592892, 'web', '0:0:0:0:0:0:0:1', NULL), (4430, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592915, 'web', '0:0:0:0:0:0:0:1', NULL), (4431, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592923, 'web', '0:0:0:0:0:0:0:1', NULL), (4432, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576592986, 'web', '0:0:0:0:0:0:0:1', NULL), (4433, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593035, 'web', '0:0:0:0:0:0:0:1', NULL), (4434, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593056, 'web', '0:0:0:0:0:0:0:1', NULL), (4435, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593065, 'web', '0:0:0:0:0:0:0:1', NULL), (4436, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593146, 'web', '0:0:0:0:0:0:0:1', NULL), (4437, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593173, 'web', '0:0:0:0:0:0:0:1', NULL), (4438, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593368, 'web', '0:0:0:0:0:0:0:1', NULL), (4439, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593419, 'web', '0:0:0:0:0:0:0:1', NULL), (4440, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593538, 'web', '0:0:0:0:0:0:0:1', NULL), (4441, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593604, 'web', '0:0:0:0:0:0:0:1', NULL), (4442, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593660, 'web', '0:0:0:0:0:0:0:1', NULL), (4443, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593673, 'web', '0:0:0:0:0:0:0:1', NULL), (4444, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593680, 'web', '0:0:0:0:0:0:0:1', NULL), (4445, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593952, 'web', '0:0:0:0:0:0:0:1', NULL), (4446, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593958, 'web', '0:0:0:0:0:0:0:1', NULL), (4447, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593975, 'web', '0:0:0:0:0:0:0:1', NULL), (4448, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593985, 'web', '0:0:0:0:0:0:0:1', NULL), (4449, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576593994, 'web', '0:0:0:0:0:0:0:1', NULL), (4450, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576594049, 'web', '0:0:0:0:0:0:0:1', NULL), (4451, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576594065, 'web', '0:0:0:0:0:0:0:1', NULL), (4452, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576594230, 'web', '0:0:0:0:0:0:0:1', NULL), (4453, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576594242, 'web', '0:0:0:0:0:0:0:1', NULL), (4454, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576594264, 'web', '0:0:0:0:0:0:0:1', NULL), (4455, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576594267, 'web', '0:0:0:0:0:0:0:1', NULL), (4456, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576594370, 'web', '0:0:0:0:0:0:0:1', NULL), (4457, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576594451, 'web', '0:0:0:0:0:0:0:1', NULL), (4458, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576594476, 'web', '0:0:0:0:0:0:0:1', NULL), (4459, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576594596, 'web', '0:0:0:0:0:0:0:1', NULL), (4460, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576594607, 'web', '0:0:0:0:0:0:0:1', NULL), (4461, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576594620, 'web', '0:0:0:0:0:0:0:1', NULL), (4462, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576596242, 'web', '0:0:0:0:0:0:0:1', NULL), (4463, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576596256, 'web', '0:0:0:0:0:0:0:1', NULL), (4464, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576596285, 'web', '0:0:0:0:0:0:0:1', NULL), (4465, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576601458, 'web', '0:0:0:0:0:0:0:1', NULL), (4466, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576601497, 'web', '0:0:0:0:0:0:0:1', NULL), (4467, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576601543, 'web', '0:0:0:0:0:0:0:1', NULL), (4468, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1592, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"messagingallusers\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":null}', 1576601613, 'web', '0:0:0:0:0:0:0:1', NULL), (4469, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576601859, 'web', '0:0:0:0:0:0:0:1', NULL), (4470, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576601884, 'web', '0:0:0:0:0:0:0:1', NULL), (4471, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576601885, 'web', '0:0:0:0:0:0:0:1', NULL), (4472, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576601893, 'web', '0:0:0:0:0:0:0:1', NULL), (4473, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576601907, 'web', '0:0:0:0:0:0:0:1', NULL), (4474, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576601933, 'web', '0:0:0:0:0:0:0:1', NULL), (4475, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576601940, 'web', '0:0:0:0:0:0:0:1', NULL), (4476, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602054, 'web', '0:0:0:0:0:0:0:1', NULL), (4477, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602060, 'web', '0:0:0:0:0:0:0:1', NULL), (4478, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602070, 'web', '0:0:0:0:0:0:0:1', NULL), (4479, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602131, 'web', '0:0:0:0:0:0:0:1', NULL), (4480, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602134, 'web', '0:0:0:0:0:0:0:1', NULL), (4481, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602145, 'web', '0:0:0:0:0:0:0:1', NULL), (4482, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602146, 'web', '0:0:0:0:0:0:0:1', NULL), (4483, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602177, 'web', '0:0:0:0:0:0:0:1', NULL), (4484, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602226, 'web', '0:0:0:0:0:0:0:1', NULL), (4485, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602234, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (4486, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576602236, 'web', '0:0:0:0:0:0:0:1', NULL), (4487, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576602331, 'web', '0:0:0:0:0:0:0:1', NULL), (4488, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576602361, 'web', '0:0:0:0:0:0:0:1', NULL), (4489, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576602379, 'web', '0:0:0:0:0:0:0:1', NULL), (4490, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602557, 'web', '0:0:0:0:0:0:0:1', NULL), (4491, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602565, 'web', '0:0:0:0:0:0:0:1', NULL), (4492, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602656, 'web', '0:0:0:0:0:0:0:1', NULL), (4493, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602659, 'web', '0:0:0:0:0:0:0:1', NULL), (4494, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602708, 'web', '0:0:0:0:0:0:0:1', NULL), (4495, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602751, 'web', '0:0:0:0:0:0:0:1', NULL), (4496, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602754, 'web', '0:0:0:0:0:0:0:1', NULL), (4497, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602760, 'web', '0:0:0:0:0:0:0:1', NULL), (4498, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602799, 'web', '0:0:0:0:0:0:0:1', NULL), (4499, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602845, 'web', '0:0:0:0:0:0:0:1', NULL), (4500, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602890, 'web', '0:0:0:0:0:0:0:1', NULL), (4501, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602966, 'web', '0:0:0:0:0:0:0:1', NULL), (4502, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576602969, 'web', '0:0:0:0:0:0:0:1', NULL), (4503, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576603005, 'web', '0:0:0:0:0:0:0:1', NULL), (4504, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576603044, 'web', '0:0:0:0:0:0:0:1', NULL), (4505, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576603338, 'web', '0:0:0:0:0:0:0:1', NULL), (4506, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1593, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\",\"plugin\":null}', 1576603438, 'web', '0:0:0:0:0:0:0:1', NULL), (4507, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609394, 'web', '0:0:0:0:0:0:0:1', NULL), (4508, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609421, 'web', '0:0:0:0:0:0:0:1', NULL), (4509, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609580, 'web', '0:0:0:0:0:0:0:1', NULL), (4510, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609698, 'web', '0:0:0:0:0:0:0:1', NULL), (4511, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609751, 'web', '0:0:0:0:0:0:0:1', NULL), (4512, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609846, 'web', '0:0:0:0:0:0:0:1', NULL), (4513, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609870, 'web', '0:0:0:0:0:0:0:1', NULL), (4514, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609918, 'web', '0:0:0:0:0:0:0:1', NULL), (4515, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576609977, 'web', '0:0:0:0:0:0:0:1', NULL), (4516, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576610004, 'web', '0:0:0:0:0:0:0:1', NULL), (4517, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576610029, 'web', '0:0:0:0:0:0:0:1', NULL), (4518, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576610037, 'web', '0:0:0:0:0:0:0:1', NULL), (4519, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576610063, 'web', '0:0:0:0:0:0:0:1', NULL), (4520, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576610089, 'web', '0:0:0:0:0:0:0:1', NULL), (4521, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576610151, 'web', '0:0:0:0:0:0:0:1', NULL), (4522, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576610200, 'web', '0:0:0:0:0:0:0:1', NULL), (4523, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1594, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\",\"plugin\":null}', 1576610617, 'web', '0:0:0:0:0:0:0:1', NULL), (4524, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 1, 0, NULL, 0, 'null', 1576610980, 'web', '0:0:0:0:0:0:0:1', NULL), (4525, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1576610990, 'web', '0:0:0:0:0:0:0:1', NULL), (4526, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576611182, 'web', '0:0:0:0:0:0:0:1', NULL), (4527, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576611632, 'web', '0:0:0:0:0:0:0:1', NULL), (4528, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576613109, 'web', '0:0:0:0:0:0:0:1', NULL), (4529, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576613128, 'web', '0:0:0:0:0:0:0:1', NULL), (4530, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 14, 'c', 1, 80, 70, 14, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":5,\"name\":\"Instructors\"}', 1576613201, 'web', '0:0:0:0:0:0:0:1', NULL), (4531, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576613202, 'web', '0:0:0:0:0:0:0:1', NULL), (4532, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576613259, 'web', '0:0:0:0:0:0:0:1', NULL), (4533, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576613259, 'web', '0:0:0:0:0:0:0:1', NULL), (4534, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576613266, 'web', '0:0:0:0:0:0:0:1', NULL), (4535, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576613280, 'web', '0:0:0:0:0:0:0:1', NULL), (4536, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576613280, 'web', '0:0:0:0:0:0:0:1', NULL), (4537, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576613392, 'web', '0:0:0:0:0:0:0:1', NULL), (4538, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576613424, 'web', '0:0:0:0:0:0:0:1', NULL), (4539, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576614534, 'web', '0:0:0:0:0:0:0:1', NULL), (4540, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576614548, 'web', '0:0:0:0:0:0:0:1', NULL), (4541, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576614986, 'web', '0:0:0:0:0:0:0:1', NULL), (4542, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615033, 'web', '0:0:0:0:0:0:0:1', NULL), (4543, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615039, 'web', '0:0:0:0:0:0:0:1', NULL), (4544, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615047, 'web', '0:0:0:0:0:0:0:1', NULL), (4545, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615261, 'web', '0:0:0:0:0:0:0:1', NULL), (4546, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615326, 'web', '0:0:0:0:0:0:0:1', NULL), (4547, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615511, 'web', '0:0:0:0:0:0:0:1', NULL), (4548, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615555, 'web', '0:0:0:0:0:0:0:1', NULL), (4549, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615658, 'web', '0:0:0:0:0:0:0:1', NULL), (4550, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615684, 'web', '0:0:0:0:0:0:0:1', NULL), (4551, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615691, 'web', '0:0:0:0:0:0:0:1', NULL), (4552, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615703, 'web', '0:0:0:0:0:0:0:1', NULL), (4553, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615703, 'web', '0:0:0:0:0:0:0:1', NULL), (4554, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615705, 'web', '0:0:0:0:0:0:0:1', NULL), (4555, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 2, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576615742, 'web', '0:0:0:0:0:0:0:1', NULL), (4556, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615746, 'web', '0:0:0:0:0:0:0:1', NULL), (4557, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615759, 'web', '0:0:0:0:0:0:0:1', NULL), (4558, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615797, 'web', '0:0:0:0:0:0:0:1', NULL), (4559, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615892, 'web', '0:0:0:0:0:0:0:1', NULL), (4560, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615901, 'web', '0:0:0:0:0:0:0:1', NULL), (4561, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615912, 'web', '0:0:0:0:0:0:0:1', NULL), (4562, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615939, 'web', '0:0:0:0:0:0:0:1', NULL), (4563, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615946, 'web', '0:0:0:0:0:0:0:1', NULL), (4564, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615955, 'web', '0:0:0:0:0:0:0:1', NULL), (4565, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615961, 'web', '0:0:0:0:0:0:0:1', NULL), (4566, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615981, 'web', '0:0:0:0:0:0:0:1', NULL), (4567, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576615996, 'web', '0:0:0:0:0:0:0:1', NULL), (4568, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616000, 'web', '0:0:0:0:0:0:0:1', NULL), (4569, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616025, 'web', '0:0:0:0:0:0:0:1', NULL), (4570, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616026, 'web', '0:0:0:0:0:0:0:1', NULL), (4571, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616032, 'web', '0:0:0:0:0:0:0:1', NULL), (4572, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616052, 'web', '0:0:0:0:0:0:0:1', NULL), (4573, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616065, 'web', '0:0:0:0:0:0:0:1', NULL), (4574, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616078, 'web', '0:0:0:0:0:0:0:1', NULL), (4575, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616148, 'web', '0:0:0:0:0:0:0:1', NULL), (4576, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616176, 'web', '0:0:0:0:0:0:0:1', NULL), (4577, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616229, 'web', '0:0:0:0:0:0:0:1', NULL), (4578, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616255, 'web', '0:0:0:0:0:0:0:1', NULL), (4579, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616270, 'web', '0:0:0:0:0:0:0:1', NULL), (4580, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616359, 'web', '0:0:0:0:0:0:0:1', NULL), (4581, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616378, 'web', '0:0:0:0:0:0:0:1', NULL), (4582, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616453, 'web', '0:0:0:0:0:0:0:1', NULL), (4583, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616479, 'web', '0:0:0:0:0:0:0:1', NULL), (4584, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616528, 'web', '0:0:0:0:0:0:0:1', NULL), (4585, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616643, 'web', '0:0:0:0:0:0:0:1', NULL), (4586, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616649, 'web', '0:0:0:0:0:0:0:1', NULL), (4587, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616660, 'web', '0:0:0:0:0:0:0:1', NULL), (4588, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576616666, 'web', '0:0:0:0:0:0:0:1', NULL), (4589, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616728, 'web', '0:0:0:0:0:0:0:1', NULL), (4590, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576616754, 'web', '0:0:0:0:0:0:0:1', NULL), (4591, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617078, 'web', '0:0:0:0:0:0:0:1', NULL), (4592, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617188, 'web', '0:0:0:0:0:0:0:1', NULL), (4593, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 2, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576617217, 'web', '0:0:0:0:0:0:0:1', NULL), (4594, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617217, 'web', '0:0:0:0:0:0:0:1', NULL), (4595, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617241, 'web', '0:0:0:0:0:0:0:1', NULL), (4596, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617524, 'web', '0:0:0:0:0:0:0:1', NULL), (4597, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617538, 'web', '0:0:0:0:0:0:0:1', NULL), (4598, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617551, 'web', '0:0:0:0:0:0:0:1', NULL), (4599, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617572, 'web', '0:0:0:0:0:0:0:1', NULL), (4600, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617614, 'web', '0:0:0:0:0:0:0:1', NULL), (4601, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617624, 'web', '0:0:0:0:0:0:0:1', NULL), (4602, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617671, 'web', '0:0:0:0:0:0:0:1', NULL), (4603, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617709, 'web', '0:0:0:0:0:0:0:1', NULL), (4604, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617725, 'web', '0:0:0:0:0:0:0:1', NULL), (4605, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617735, 'web', '0:0:0:0:0:0:0:1', NULL), (4606, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617750, 'web', '0:0:0:0:0:0:0:1', NULL), (4607, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617786, 'web', '0:0:0:0:0:0:0:1', NULL), (4608, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617857, 'web', '0:0:0:0:0:0:0:1', NULL), (4609, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617875, 'web', '0:0:0:0:0:0:0:1', NULL), (4610, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617903, 'web', '0:0:0:0:0:0:0:1', NULL), (4611, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576617909, 'web', '0:0:0:0:0:0:0:1', NULL), (4612, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617966, 'web', '0:0:0:0:0:0:0:1', NULL), (4613, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617970, 'web', '0:0:0:0:0:0:0:1', NULL), (4614, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617977, 'web', '0:0:0:0:0:0:0:1', NULL), (4615, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576617981, 'web', '0:0:0:0:0:0:0:1', NULL), (4616, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576617992, 'web', '0:0:0:0:0:0:0:1', NULL), (4617, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618042, 'web', '0:0:0:0:0:0:0:1', NULL), (4618, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618055, 'web', '0:0:0:0:0:0:0:1', NULL), (4619, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618069, 'web', '0:0:0:0:0:0:0:1', NULL), (4620, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618098, 'web', '0:0:0:0:0:0:0:1', NULL), (4621, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618100, 'web', '0:0:0:0:0:0:0:1', NULL), (4622, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618171, 'web', '0:0:0:0:0:0:0:1', NULL), (4623, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618215, 'web', '0:0:0:0:0:0:0:1', NULL), (4624, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618270, 'web', '0:0:0:0:0:0:0:1', NULL), (4625, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618285, 'web', '0:0:0:0:0:0:0:1', NULL), (4626, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618584, 'web', '0:0:0:0:0:0:0:1', NULL), (4627, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618603, 'web', '0:0:0:0:0:0:0:1', NULL), (4628, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618605, 'web', '0:0:0:0:0:0:0:1', NULL), (4629, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618622, 'web', '0:0:0:0:0:0:0:1', NULL), (4630, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618639, 'web', '0:0:0:0:0:0:0:1', NULL), (4631, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618640, 'web', '0:0:0:0:0:0:0:1', NULL), (4632, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618880, 'web', '0:0:0:0:0:0:0:1', NULL), (4633, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618916, 'web', '0:0:0:0:0:0:0:1', NULL), (4634, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576618923, 'web', '0:0:0:0:0:0:0:1', NULL), (4635, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618937, 'web', '0:0:0:0:0:0:0:1', NULL), (4636, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576618955, 'web', '0:0:0:0:0:0:0:1', NULL), (4637, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576618965, 'web', '0:0:0:0:0:0:0:1', NULL), (4638, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576619072, 'web', '0:0:0:0:0:0:0:1', NULL), (4639, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576619085, 'web', '0:0:0:0:0:0:0:1', NULL), (4640, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576619150, 'web', '0:0:0:0:0:0:0:1', NULL), (4641, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576619207, 'web', '0:0:0:0:0:0:0:1', NULL), (4642, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1595, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\",\"plugin\":null}', 1576619311, 'web', '0:0:0:0:0:0:0:1', NULL), (4643, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576619316, 'web', '0:0:0:0:0:0:0:1', NULL), (4644, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576619323, 'web', '0:0:0:0:0:0:0:1', NULL), (4645, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 1, 1, NULL, 0, 'null', 1576619542, 'web', '0:0:0:0:0:0:0:1', NULL), (4646, '\\tool_capability\\event\\report_viewed', 'tool_capability', 'viewed', 'report', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576619674, 'web', '0:0:0:0:0:0:0:1', NULL), (4647, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576620074, 'web', '0:0:0:0:0:0:0:1', NULL), (4648, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576622122, 'web', '0:0:0:0:0:0:0:1', NULL), (4649, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576623064, 'web', '0:0:0:0:0:0:0:1', NULL), (4650, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1576623249, 'web', '0:0:0:0:0:0:0:1', NULL), (4651, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1576623255, 'web', '0:0:0:0:0:0:0:1', NULL), (4652, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 3, 'u', 1, 31, 70, 3, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":\"3\",\"name\":\"Home 1\"}', 1576623304, 'web', '0:0:0:0:0:0:0:1', NULL), (4653, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1576623304, 'web', '0:0:0:0:0:0:0:1', NULL), (4654, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1596, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetcount\",\"oldvalue\":null,\"value\":\"5\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4655, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1597, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loadfromtheme\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4656, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1598, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetname_3\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4657, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1599, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetkey_3\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4658, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1600, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetinstructions_3\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4659, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1601, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippet_3\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4660, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1602, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaults_3\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4661, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1603, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetversion_3\",\"oldvalue\":null,\"value\":\"1.0.0\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4662, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1604, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetname_4\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4663, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1605, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetkey_4\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4664, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1606, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetinstructions_4\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4665, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1607, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippet_4\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4666, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1608, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaults_4\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4667, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1609, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetversion_4\",\"oldvalue\":null,\"value\":\"1.0.0\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4668, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1610, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetname_5\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4669, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1611, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetkey_5\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4670, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1612, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetinstructions_5\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4671, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1613, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippet_5\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4672, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1614, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaults_5\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4673, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1615, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"snippetversion_5\",\"oldvalue\":null,\"value\":\"1.0.0\",\"plugin\":\"atto_snippet\"}', 1576624587, 'web', '0:0:0:0:0:0:0:1', NULL), (4674, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576624678, 'web', '0:0:0:0:0:0:0:1', NULL), (4675, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1576624689, 'web', '0:0:0:0:0:0:0:1', NULL), (4676, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576625275, 'web', '0:0:0:0:0:0:0:1', NULL), (4677, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 2, 1, NULL, 0, 'null', 1576625286, 'web', '0:0:0:0:0:0:0:1', NULL), (4678, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576627374, 'web', '0:0:0:0:0:0:0:1', NULL), (4679, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 15, 'c', 1, 83, 70, 15, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":6,\"name\":\"Gallery\"}', 1576627408, 'web', '0:0:0:0:0:0:0:1', NULL), (4680, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627409, 'web', '0:0:0:0:0:0:0:1', NULL), (4681, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627497, 'web', '0:0:0:0:0:0:0:1', NULL), (4682, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627502, 'web', '0:0:0:0:0:0:0:1', NULL), (4683, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627503, 'web', '0:0:0:0:0:0:0:1', NULL), (4684, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627509, 'web', '0:0:0:0:0:0:0:1', NULL), (4685, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627524, 'web', '0:0:0:0:0:0:0:1', NULL), (4686, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627532, 'web', '0:0:0:0:0:0:0:1', NULL), (4687, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627533, 'web', '0:0:0:0:0:0:0:1', NULL), (4688, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627675, 'web', '0:0:0:0:0:0:0:1', NULL), (4689, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627854, 'web', '0:0:0:0:0:0:0:1', NULL), (4690, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627862, 'web', '0:0:0:0:0:0:0:1', NULL), (4691, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627876, 'web', '0:0:0:0:0:0:0:1', NULL), (4692, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627877, 'web', '0:0:0:0:0:0:0:1', NULL), (4693, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627890, 'web', '0:0:0:0:0:0:0:1', NULL), (4694, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627940, 'web', '0:0:0:0:0:0:0:1', NULL), (4695, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627954, 'web', '0:0:0:0:0:0:0:1', NULL), (4696, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627984, 'web', '0:0:0:0:0:0:0:1', NULL), (4697, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576627998, 'web', '0:0:0:0:0:0:0:1', NULL), (4698, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628006, 'web', '0:0:0:0:0:0:0:1', NULL), (4699, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628123, 'web', '0:0:0:0:0:0:0:1', NULL), (4700, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628130, 'web', '0:0:0:0:0:0:0:1', NULL), (4701, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628131, 'web', '0:0:0:0:0:0:0:1', NULL), (4702, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628214, 'web', '0:0:0:0:0:0:0:1', NULL), (4703, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628217, 'web', '0:0:0:0:0:0:0:1', NULL), (4704, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628218, 'web', '0:0:0:0:0:0:0:1', NULL), (4705, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628225, 'web', '0:0:0:0:0:0:0:1', NULL), (4706, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628249, 'web', '0:0:0:0:0:0:0:1', NULL), (4707, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628259, 'web', '0:0:0:0:0:0:0:1', NULL), (4708, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628313, 'web', '0:0:0:0:0:0:0:1', NULL), (4709, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628347, 'web', '0:0:0:0:0:0:0:1', NULL), (4710, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628402, 'web', '0:0:0:0:0:0:0:1', NULL), (4711, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628413, 'web', '0:0:0:0:0:0:0:1', NULL), (4712, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628419, 'web', '0:0:0:0:0:0:0:1', NULL), (4713, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628423, 'web', '0:0:0:0:0:0:0:1', NULL), (4714, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628425, 'web', '0:0:0:0:0:0:0:1', NULL), (4715, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628494, 'web', '0:0:0:0:0:0:0:1', NULL), (4716, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1616, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\",\"plugin\":null}', 1576628570, 'web', '0:0:0:0:0:0:0:1', NULL), (4717, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576628571, 'web', '0:0:0:0:0:0:0:1', NULL), (4718, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 1, 'r', 2, 29, 70, 1, 2, 1, NULL, 0, 'null', 1576628580, 'web', '0:0:0:0:0:0:0:1', NULL), (4719, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 30, 70, 2, 2, 1, NULL, 0, 'null', 1576628631, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (4720, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1617, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576628667, 'web', '0:0:0:0:0:0:0:1', NULL), (4721, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 30, 70, 2, 2, 1, NULL, 0, 'null', 1576628677, 'web', '0:0:0:0:0:0:0:1', NULL), (4722, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 30, 70, 2, 1, 1, NULL, 0, 'null', 1576628697, 'web', '0:0:0:0:0:0:0:1', NULL), (4723, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576628703, 'web', '0:0:0:0:0:0:0:1', NULL), (4724, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1618, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576628769, 'web', '0:0:0:0:0:0:0:1', NULL), (4725, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576628871, 'web', '0:0:0:0:0:0:0:1', NULL), (4726, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 16, 'c', 1, 85, 70, 16, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":7,\"name\":\"About Us\"}', 1576628902, 'web', '0:0:0:0:0:0:0:1', NULL), (4727, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576628903, 'web', '0:0:0:0:0:0:0:1', NULL), (4728, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576628918, 'web', '0:0:0:0:0:0:0:1', NULL), (4729, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576628919, 'web', '0:0:0:0:0:0:0:1', NULL), (4730, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576628929, 'web', '0:0:0:0:0:0:0:1', NULL), (4731, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576628947, 'web', '0:0:0:0:0:0:0:1', NULL), (4732, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576628948, 'web', '0:0:0:0:0:0:0:1', NULL), (4733, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1619, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576629542, 'web', '0:0:0:0:0:0:0:1', NULL), (4734, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576629565, 'web', '0:0:0:0:0:0:0:1', NULL), (4735, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576629575, 'web', '0:0:0:0:0:0:0:1', NULL), (4736, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576629577, 'web', '0:0:0:0:0:0:0:1', NULL), (4737, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576629674, 'web', '0:0:0:0:0:0:0:1', NULL), (4738, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576629682, 'web', '0:0:0:0:0:0:0:1', NULL), (4739, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576629693, 'web', '0:0:0:0:0:0:0:1', NULL), (4740, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576629744, 'web', '0:0:0:0:0:0:0:1', NULL), (4741, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576629745, 'web', '0:0:0:0:0:0:0:1', NULL), (4742, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630235, 'web', '0:0:0:0:0:0:0:1', NULL), (4743, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630245, 'web', '0:0:0:0:0:0:0:1', NULL), (4744, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630246, 'web', '0:0:0:0:0:0:0:1', NULL), (4745, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630250, 'web', '0:0:0:0:0:0:0:1', NULL), (4746, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630256, 'web', '0:0:0:0:0:0:0:1', NULL), (4747, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630273, 'web', '0:0:0:0:0:0:0:1', NULL), (4748, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630274, 'web', '0:0:0:0:0:0:0:1', NULL), (4749, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630280, 'web', '0:0:0:0:0:0:0:1', NULL), (4750, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630317, 'web', '0:0:0:0:0:0:0:1', NULL), (4751, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630349, 'web', '0:0:0:0:0:0:0:1', NULL), (4752, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630351, 'web', '0:0:0:0:0:0:0:1', NULL), (4753, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630354, 'web', '0:0:0:0:0:0:0:1', NULL), (4754, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630358, 'web', '0:0:0:0:0:0:0:1', NULL), (4755, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630361, 'web', '0:0:0:0:0:0:0:1', NULL), (4756, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576630392, 'web', '0:0:0:0:0:0:0:1', NULL), (4757, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 0, 1, NULL, 0, 'null', 1576675023, 'web', '0:0:0:0:0:0:0:1', NULL), (4758, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 0, 1, NULL, 0, 'null', 1576675068, 'web', '0:0:0:0:0:0:0:1', NULL), (4759, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576675139, 'web', '0:0:0:0:0:0:0:1', NULL), (4760, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 31, 70, 3, 0, 1, NULL, 0, 'null', 1576675149, 'web', '0:0:0:0:0:0:0:1', NULL), (4761, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576675166, 'web', '0:0:0:0:0:0:0:1', NULL), (4762, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576675184, 'web', '0:0:0:0:0:0:0:1', NULL), (4763, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576675185, 'web', '0:0:0:0:0:0:0:1', NULL), (4764, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576676092, 'web', '0:0:0:0:0:0:0:1', NULL), (4765, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1576676185, 'web', '0:0:0:0:0:0:0:1', NULL), (4766, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576676212, 'web', '0:0:0:0:0:0:0:1', NULL), (4767, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676675, 'web', '0:0:0:0:0:0:0:1', NULL), (4768, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676738, 'web', '0:0:0:0:0:0:0:1', NULL), (4769, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676836, 'web', '0:0:0:0:0:0:0:1', NULL), (4770, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676844, 'web', '0:0:0:0:0:0:0:1', NULL), (4771, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676876, 'web', '0:0:0:0:0:0:0:1', NULL), (4772, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676877, 'web', '0:0:0:0:0:0:0:1', NULL), (4773, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676881, 'web', '0:0:0:0:0:0:0:1', NULL), (4774, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676928, 'web', '0:0:0:0:0:0:0:1', NULL), (4775, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676939, 'web', '0:0:0:0:0:0:0:1', NULL), (4776, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676940, 'web', '0:0:0:0:0:0:0:1', NULL), (4777, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676944, 'web', '0:0:0:0:0:0:0:1', NULL), (4778, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676960, 'web', '0:0:0:0:0:0:0:1', NULL), (4779, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676961, 'web', '0:0:0:0:0:0:0:1', NULL), (4780, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676964, 'web', '0:0:0:0:0:0:0:1', NULL), (4781, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676968, 'web', '0:0:0:0:0:0:0:1', NULL), (4782, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676995, 'web', '0:0:0:0:0:0:0:1', NULL), (4783, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576676996, 'web', '0:0:0:0:0:0:0:1', NULL), (4784, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576677000, 'web', '0:0:0:0:0:0:0:1', NULL), (4785, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576677007, 'web', '0:0:0:0:0:0:0:1', NULL), (4786, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576677020, 'web', '0:0:0:0:0:0:0:1', NULL), (4787, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576677021, 'web', '0:0:0:0:0:0:0:1', NULL), (4788, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678070, 'web', '0:0:0:0:0:0:0:1', NULL), (4789, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678124, 'web', '0:0:0:0:0:0:0:1', NULL), (4790, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678125, 'web', '0:0:0:0:0:0:0:1', NULL), (4791, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678130, 'web', '0:0:0:0:0:0:0:1', NULL), (4792, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678135, 'web', '0:0:0:0:0:0:0:1', NULL), (4793, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678139, 'web', '0:0:0:0:0:0:0:1', NULL), (4794, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678180, 'web', '0:0:0:0:0:0:0:1', NULL), (4795, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678207, 'web', '0:0:0:0:0:0:0:1', NULL), (4796, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678393, 'web', '0:0:0:0:0:0:0:1', NULL), (4797, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678394, 'web', '0:0:0:0:0:0:0:1', NULL), (4798, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678398, 'web', '0:0:0:0:0:0:0:1', NULL), (4799, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678403, 'web', '0:0:0:0:0:0:0:1', NULL), (4800, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678413, 'web', '0:0:0:0:0:0:0:1', NULL), (4801, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678413, 'web', '0:0:0:0:0:0:0:1', NULL), (4802, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678417, 'web', '0:0:0:0:0:0:0:1', NULL), (4803, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678497, 'web', '0:0:0:0:0:0:0:1', NULL), (4804, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678505, 'web', '0:0:0:0:0:0:0:1', NULL), (4805, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678590, 'web', '0:0:0:0:0:0:0:1', NULL), (4806, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678594, 'web', '0:0:0:0:0:0:0:1', NULL), (4807, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678771, 'web', '0:0:0:0:0:0:0:1', NULL), (4808, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678789, 'web', '0:0:0:0:0:0:0:1', NULL), (4809, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678790, 'web', '0:0:0:0:0:0:0:1', NULL), (4810, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678830, 'web', '0:0:0:0:0:0:0:1', NULL), (4811, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576678845, 'web', '0:0:0:0:0:0:0:1', NULL), (4812, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679085, 'web', '0:0:0:0:0:0:0:1', NULL), (4813, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679094, 'web', '0:0:0:0:0:0:0:1', NULL), (4814, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679103, 'web', '0:0:0:0:0:0:0:1', NULL), (4815, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679115, 'web', '0:0:0:0:0:0:0:1', NULL), (4816, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679170, 'web', '0:0:0:0:0:0:0:1', NULL), (4817, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679171, 'web', '0:0:0:0:0:0:0:1', NULL), (4818, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679179, 'web', '0:0:0:0:0:0:0:1', NULL), (4819, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679190, 'web', '0:0:0:0:0:0:0:1', NULL), (4820, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679284, 'web', '0:0:0:0:0:0:0:1', NULL), (4821, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679327, 'web', '0:0:0:0:0:0:0:1', NULL), (4822, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679342, 'web', '0:0:0:0:0:0:0:1', NULL), (4823, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679419, 'web', '0:0:0:0:0:0:0:1', NULL), (4824, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679432, 'web', '0:0:0:0:0:0:0:1', NULL), (4825, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679432, 'web', '0:0:0:0:0:0:0:1', NULL), (4826, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679740, 'web', '0:0:0:0:0:0:0:1', NULL), (4827, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679747, 'web', '0:0:0:0:0:0:0:1', NULL), (4828, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679755, 'web', '0:0:0:0:0:0:0:1', NULL), (4829, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679763, 'web', '0:0:0:0:0:0:0:1', NULL), (4830, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679763, 'web', '0:0:0:0:0:0:0:1', NULL), (4831, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679810, 'web', '0:0:0:0:0:0:0:1', NULL), (4832, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679820, 'web', '0:0:0:0:0:0:0:1', NULL), (4833, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679839, 'web', '0:0:0:0:0:0:0:1', NULL), (4834, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679839, 'web', '0:0:0:0:0:0:0:1', NULL), (4835, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679847, 'web', '0:0:0:0:0:0:0:1', NULL), (4836, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679923, 'web', '0:0:0:0:0:0:0:1', NULL), (4837, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679923, 'web', '0:0:0:0:0:0:0:1', NULL), (4838, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679932, 'web', '0:0:0:0:0:0:0:1', NULL), (4839, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679955, 'web', '0:0:0:0:0:0:0:1', NULL), (4840, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679956, 'web', '0:0:0:0:0:0:0:1', NULL), (4841, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679962, 'web', '0:0:0:0:0:0:0:1', NULL), (4842, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679979, 'web', '0:0:0:0:0:0:0:1', NULL), (4843, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576679980, 'web', '0:0:0:0:0:0:0:1', NULL), (4844, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576680200, 'web', '0:0:0:0:0:0:0:1', NULL), (4845, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576680207, 'web', '0:0:0:0:0:0:0:1', NULL), (4846, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576680215, 'web', '0:0:0:0:0:0:0:1', NULL), (4847, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576680216, 'web', '0:0:0:0:0:0:0:1', NULL), (4848, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576680301, 'web', '0:0:0:0:0:0:0:1', NULL), (4849, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576680348, 'web', '0:0:0:0:0:0:0:1', NULL), (4850, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576680411, 'web', '0:0:0:0:0:0:0:1', NULL), (4851, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576697714, 'web', '0:0:0:0:0:0:0:1', NULL), (4852, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576697821, 'web', '0:0:0:0:0:0:0:1', NULL), (4853, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576697842, 'web', '0:0:0:0:0:0:0:1', NULL), (4854, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576697843, 'web', '0:0:0:0:0:0:0:1', NULL), (4855, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576697871, 'web', '0:0:0:0:0:0:0:1', NULL), (4856, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576697881, 'web', '0:0:0:0:0:0:0:1', NULL), (4857, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576697894, 'web', '0:0:0:0:0:0:0:1', NULL), (4858, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576697894, 'web', '0:0:0:0:0:0:0:1', NULL), (4859, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1620, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"block_cocoon_course_categories_adminview\",\"oldvalue\":null,\"value\":\"all\",\"plugin\":null}', 1576698114, 'web', '0:0:0:0:0:0:0:1', NULL), (4860, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1621, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"block_cocoon_course_categories_hideallcourseslink\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":null}', 1576698114, 'web', '0:0:0:0:0:0:0:1', NULL), (4861, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702530, 'web', '0:0:0:0:0:0:0:1', NULL), (4862, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702538, 'web', '0:0:0:0:0:0:0:1', NULL), (4863, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702553, 'web', '0:0:0:0:0:0:0:1', NULL), (4864, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702554, 'web', '0:0:0:0:0:0:0:1', NULL), (4865, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702567, 'web', '0:0:0:0:0:0:0:1', NULL), (4866, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702580, 'web', '0:0:0:0:0:0:0:1', NULL), (4867, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702581, 'web', '0:0:0:0:0:0:0:1', NULL), (4868, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702752, 'web', '0:0:0:0:0:0:0:1', NULL), (4869, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576702782, 'web', '0:0:0:0:0:0:0:1', NULL), (4870, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576702810, 'web', '0:0:0:0:0:0:0:1', NULL), (4871, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576702844, 'web', '0:0:0:0:0:0:0:1', NULL), (4872, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576703093, 'web', '0:0:0:0:0:0:0:1', NULL), (4873, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576703110, 'web', '0:0:0:0:0:0:0:1', NULL), (4874, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704129, 'web', '0:0:0:0:0:0:0:1', NULL), (4875, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704137, 'web', '0:0:0:0:0:0:0:1', NULL), (4876, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704139, 'web', '0:0:0:0:0:0:0:1', NULL), (4877, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704205, 'web', '0:0:0:0:0:0:0:1', NULL), (4878, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704218, 'web', '0:0:0:0:0:0:0:1', NULL), (4879, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704248, 'web', '0:0:0:0:0:0:0:1', NULL), (4880, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704299, 'web', '0:0:0:0:0:0:0:1', NULL), (4881, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704359, 'web', '0:0:0:0:0:0:0:1', NULL), (4882, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704470, 'web', '0:0:0:0:0:0:0:1', NULL), (4883, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704491, 'web', '0:0:0:0:0:0:0:1', NULL), (4884, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704493, 'web', '0:0:0:0:0:0:0:1', NULL), (4885, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704513, 'web', '0:0:0:0:0:0:0:1', NULL), (4886, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704566, 'web', '0:0:0:0:0:0:0:1', NULL), (4887, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704597, 'web', '0:0:0:0:0:0:0:1', NULL), (4888, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704598, 'web', '0:0:0:0:0:0:0:1', NULL), (4889, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704650, 'web', '0:0:0:0:0:0:0:1', NULL), (4890, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704697, 'web', '0:0:0:0:0:0:0:1', NULL), (4891, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704711, 'web', '0:0:0:0:0:0:0:1', NULL), (4892, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704740, 'web', '0:0:0:0:0:0:0:1', NULL), (4893, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704848, 'web', '0:0:0:0:0:0:0:1', NULL), (4894, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704885, 'web', '0:0:0:0:0:0:0:1', NULL), (4895, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704966, 'web', '0:0:0:0:0:0:0:1', NULL), (4896, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704983, 'web', '0:0:0:0:0:0:0:1', NULL), (4897, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576704994, 'web', '0:0:0:0:0:0:0:1', NULL), (4898, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705079, 'web', '0:0:0:0:0:0:0:1', NULL), (4899, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705096, 'web', '0:0:0:0:0:0:0:1', NULL), (4900, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705155, 'web', '0:0:0:0:0:0:0:1', NULL), (4901, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705178, 'web', '0:0:0:0:0:0:0:1', NULL), (4902, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705247, 'web', '0:0:0:0:0:0:0:1', NULL), (4903, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705287, 'web', '0:0:0:0:0:0:0:1', NULL), (4904, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705304, 'web', '0:0:0:0:0:0:0:1', NULL), (4905, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705311, 'web', '0:0:0:0:0:0:0:1', NULL), (4906, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705330, 'web', '0:0:0:0:0:0:0:1', NULL), (4907, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705357, 'web', '0:0:0:0:0:0:0:1', NULL), (4908, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705362, 'web', '0:0:0:0:0:0:0:1', NULL), (4909, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705378, 'web', '0:0:0:0:0:0:0:1', NULL), (4910, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705385, 'web', '0:0:0:0:0:0:0:1', NULL), (4911, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705399, 'web', '0:0:0:0:0:0:0:1', NULL), (4912, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705404, 'web', '0:0:0:0:0:0:0:1', NULL), (4913, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705408, 'web', '0:0:0:0:0:0:0:1', NULL), (4914, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705412, 'web', '0:0:0:0:0:0:0:1', NULL), (4915, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705415, 'web', '0:0:0:0:0:0:0:1', NULL), (4916, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705420, 'web', '0:0:0:0:0:0:0:1', NULL), (4917, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705475, 'web', '0:0:0:0:0:0:0:1', NULL), (4918, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705479, 'web', '0:0:0:0:0:0:0:1', NULL), (4919, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705495, 'web', '0:0:0:0:0:0:0:1', NULL), (4920, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705502, 'web', '0:0:0:0:0:0:0:1', NULL), (4921, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705512, 'web', '0:0:0:0:0:0:0:1', NULL), (4922, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705517, 'web', '0:0:0:0:0:0:0:1', NULL), (4923, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705536, 'web', '0:0:0:0:0:0:0:1', NULL), (4924, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705541, 'web', '0:0:0:0:0:0:0:1', NULL), (4925, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705558, 'web', '0:0:0:0:0:0:0:1', NULL), (4926, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705563, 'web', '0:0:0:0:0:0:0:1', NULL), (4927, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705606, 'web', '0:0:0:0:0:0:0:1', NULL), (4928, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705613, 'web', '0:0:0:0:0:0:0:1', NULL), (4929, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576705632, 'web', '0:0:0:0:0:0:0:1', NULL), (4930, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705650, 'web', '0:0:0:0:0:0:0:1', NULL), (4931, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705653, 'web', '0:0:0:0:0:0:0:1', NULL), (4932, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705658, 'web', '0:0:0:0:0:0:0:1', NULL), (4933, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705671, 'web', '0:0:0:0:0:0:0:1', NULL), (4934, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705675, 'web', '0:0:0:0:0:0:0:1', NULL), (4935, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705688, 'web', '0:0:0:0:0:0:0:1', NULL), (4936, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576705696, 'web', '0:0:0:0:0:0:0:1', NULL), (4937, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576706592, 'web', '0:0:0:0:0:0:0:1', NULL), (4938, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576706598, 'web', '0:0:0:0:0:0:0:1', NULL), (4939, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576706653, 'web', '0:0:0:0:0:0:0:1', NULL), (4940, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576706679, 'web', '0:0:0:0:0:0:0:1', NULL), (4941, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576706882, 'web', '0:0:0:0:0:0:0:1', NULL), (4942, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707019, 'web', '0:0:0:0:0:0:0:1', NULL), (4943, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707079, 'web', '0:0:0:0:0:0:0:1', NULL), (4944, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707080, 'web', '0:0:0:0:0:0:0:1', NULL), (4945, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707089, 'web', '0:0:0:0:0:0:0:1', NULL), (4946, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707099, 'web', '0:0:0:0:0:0:0:1', NULL), (4947, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707143, 'web', '0:0:0:0:0:0:0:1', NULL), (4948, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707152, 'web', '0:0:0:0:0:0:0:1', NULL), (4949, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707160, 'web', '0:0:0:0:0:0:0:1', NULL), (4950, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707169, 'web', '0:0:0:0:0:0:0:1', NULL), (4951, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707187, 'web', '0:0:0:0:0:0:0:1', NULL), (4952, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707218, 'web', '0:0:0:0:0:0:0:1', NULL), (4953, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707271, 'web', '0:0:0:0:0:0:0:1', NULL), (4954, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576707331, 'web', '0:0:0:0:0:0:0:1', NULL), (4955, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576707336, 'web', '0:0:0:0:0:0:0:1', NULL), (4956, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576707363, 'web', '0:0:0:0:0:0:0:1', NULL), (4957, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707368, 'web', '0:0:0:0:0:0:0:1', NULL), (4958, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576707699, 'web', '0:0:0:0:0:0:0:1', NULL), (4959, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707787, 'web', '0:0:0:0:0:0:0:1', NULL), (4960, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707805, 'web', '0:0:0:0:0:0:0:1', NULL), (4961, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707811, 'web', '0:0:0:0:0:0:0:1', NULL), (4962, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707828, 'web', '0:0:0:0:0:0:0:1', NULL), (4963, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576707844, 'web', '0:0:0:0:0:0:0:1', NULL), (4964, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576708047, 'web', '0:0:0:0:0:0:0:1', NULL), (4965, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576708062, 'web', '0:0:0:0:0:0:0:1', NULL), (4966, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576708073, 'web', '0:0:0:0:0:0:0:1', NULL), (4967, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576708115, 'web', '0:0:0:0:0:0:0:1', NULL), (4968, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576708179, 'web', '0:0:0:0:0:0:0:1', NULL), (4969, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576708505, 'web', '0:0:0:0:0:0:0:1', NULL), (4970, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576708939, 'web', '0:0:0:0:0:0:0:1', NULL), (4971, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576708986, 'web', '0:0:0:0:0:0:0:1', NULL), (4972, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576709437, 'web', '0:0:0:0:0:0:0:1', NULL), (4973, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576709987, 'web', '0:0:0:0:0:0:0:1', NULL), (4974, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710497, 'web', '0:0:0:0:0:0:0:1', NULL), (4975, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710558, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (4976, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710595, 'web', '0:0:0:0:0:0:0:1', NULL), (4977, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710613, 'web', '0:0:0:0:0:0:0:1', NULL), (4978, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710623, 'web', '0:0:0:0:0:0:0:1', NULL), (4979, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710639, 'web', '0:0:0:0:0:0:0:1', NULL), (4980, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710657, 'web', '0:0:0:0:0:0:0:1', NULL), (4981, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710803, 'web', '0:0:0:0:0:0:0:1', NULL), (4982, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576710819, 'web', '0:0:0:0:0:0:0:1', NULL), (4983, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576713185, 'web', '0:0:0:0:0:0:0:1', NULL), (4984, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576713190, 'web', '0:0:0:0:0:0:0:1', NULL), (4985, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576713220, 'web', '0:0:0:0:0:0:0:1', NULL), (4986, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576713245, 'web', '0:0:0:0:0:0:0:1', NULL), (4987, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576713267, 'web', '0:0:0:0:0:0:0:1', NULL), (4988, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576713276, 'web', '0:0:0:0:0:0:0:1', NULL), (4989, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576713311, 'web', '0:0:0:0:0:0:0:1', NULL), (4990, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576713417, 'web', '0:0:0:0:0:0:0:1', NULL), (4991, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713643, 'web', '0:0:0:0:0:0:0:1', NULL), (4992, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713652, 'web', '0:0:0:0:0:0:0:1', NULL), (4993, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713654, 'web', '0:0:0:0:0:0:0:1', NULL), (4994, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713665, 'web', '0:0:0:0:0:0:0:1', NULL), (4995, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713666, 'web', '0:0:0:0:0:0:0:1', NULL), (4996, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713673, 'web', '0:0:0:0:0:0:0:1', NULL), (4997, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713680, 'web', '0:0:0:0:0:0:0:1', NULL), (4998, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713683, 'web', '0:0:0:0:0:0:0:1', NULL), (4999, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713692, 'web', '0:0:0:0:0:0:0:1', NULL), (5000, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713704, 'web', '0:0:0:0:0:0:0:1', NULL), (5001, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713705, 'web', '0:0:0:0:0:0:0:1', NULL), (5002, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713715, 'web', '0:0:0:0:0:0:0:1', NULL), (5003, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713901, 'web', '0:0:0:0:0:0:0:1', NULL), (5004, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713912, 'web', '0:0:0:0:0:0:0:1', NULL), (5005, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713919, 'web', '0:0:0:0:0:0:0:1', NULL), (5006, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713921, 'web', '0:0:0:0:0:0:0:1', NULL), (5007, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713932, 'web', '0:0:0:0:0:0:0:1', NULL), (5008, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713965, 'web', '0:0:0:0:0:0:0:1', NULL), (5009, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713973, 'web', '0:0:0:0:0:0:0:1', NULL), (5010, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713983, 'web', '0:0:0:0:0:0:0:1', NULL), (5011, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713993, 'web', '0:0:0:0:0:0:0:1', NULL), (5012, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576713997, 'web', '0:0:0:0:0:0:0:1', NULL), (5013, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714006, 'web', '0:0:0:0:0:0:0:1', NULL), (5014, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714006, 'web', '0:0:0:0:0:0:0:1', NULL), (5015, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714013, 'web', '0:0:0:0:0:0:0:1', NULL), (5016, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714034, 'web', '0:0:0:0:0:0:0:1', NULL), (5017, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714040, 'web', '0:0:0:0:0:0:0:1', NULL), (5018, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714122, 'web', '0:0:0:0:0:0:0:1', NULL), (5019, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714128, 'web', '0:0:0:0:0:0:0:1', NULL), (5020, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714290, 'web', '0:0:0:0:0:0:0:1', NULL), (5021, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714296, 'web', '0:0:0:0:0:0:0:1', NULL), (5022, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714318, 'web', '0:0:0:0:0:0:0:1', NULL), (5023, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714323, 'web', '0:0:0:0:0:0:0:1', NULL), (5024, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714330, 'web', '0:0:0:0:0:0:0:1', NULL), (5025, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714333, 'web', '0:0:0:0:0:0:0:1', NULL), (5026, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714418, 'web', '0:0:0:0:0:0:0:1', NULL), (5027, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714430, 'web', '0:0:0:0:0:0:0:1', NULL), (5028, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714437, 'web', '0:0:0:0:0:0:0:1', NULL), (5029, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714520, 'web', '0:0:0:0:0:0:0:1', NULL), (5030, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714525, 'web', '0:0:0:0:0:0:0:1', NULL), (5031, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714664, 'web', '0:0:0:0:0:0:0:1', NULL), (5032, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714672, 'web', '0:0:0:0:0:0:0:1', NULL), (5033, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714682, 'web', '0:0:0:0:0:0:0:1', NULL), (5034, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714688, 'web', '0:0:0:0:0:0:0:1', NULL), (5035, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714703, 'web', '0:0:0:0:0:0:0:1', NULL), (5036, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714710, 'web', '0:0:0:0:0:0:0:1', NULL), (5037, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714727, 'web', '0:0:0:0:0:0:0:1', NULL), (5038, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714749, 'web', '0:0:0:0:0:0:0:1', NULL), (5039, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714756, 'web', '0:0:0:0:0:0:0:1', NULL), (5040, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714806, 'web', '0:0:0:0:0:0:0:1', NULL), (5041, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714810, 'web', '0:0:0:0:0:0:0:1', NULL), (5042, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714815, 'web', '0:0:0:0:0:0:0:1', NULL), (5043, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714818, 'web', '0:0:0:0:0:0:0:1', NULL), (5044, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714825, 'web', '0:0:0:0:0:0:0:1', NULL), (5045, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714832, 'web', '0:0:0:0:0:0:0:1', NULL), (5046, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714877, 'web', '0:0:0:0:0:0:0:1', NULL), (5047, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714880, 'web', '0:0:0:0:0:0:0:1', NULL), (5048, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714971, 'web', '0:0:0:0:0:0:0:1', NULL), (5049, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714975, 'web', '0:0:0:0:0:0:0:1', NULL), (5050, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714994, 'web', '0:0:0:0:0:0:0:1', NULL), (5051, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576714997, 'web', '0:0:0:0:0:0:0:1', NULL), (5052, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576715024, 'web', '0:0:0:0:0:0:0:1', NULL), (5053, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576715027, 'web', '0:0:0:0:0:0:0:1', NULL), (5054, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576715519, 'web', '0:0:0:0:0:0:0:1', NULL), (5055, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576715529, 'web', '0:0:0:0:0:0:0:1', NULL), (5056, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 17, 'c', 1, 95, 70, 17, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":8,\"name\":\"Home 4\"}', 1576715554, 'web', '0:0:0:0:0:0:0:1', NULL), (5057, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715556, 'web', '0:0:0:0:0:0:0:1', NULL), (5058, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715584, 'web', '0:0:0:0:0:0:0:1', NULL), (5059, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715585, 'web', '0:0:0:0:0:0:0:1', NULL), (5060, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715604, 'web', '0:0:0:0:0:0:0:1', NULL), (5061, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715612, 'web', '0:0:0:0:0:0:0:1', NULL), (5062, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715612, 'web', '0:0:0:0:0:0:0:1', NULL), (5063, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715624, 'web', '0:0:0:0:0:0:0:1', NULL), (5064, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715631, 'web', '0:0:0:0:0:0:0:1', NULL), (5065, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715634, 'web', '0:0:0:0:0:0:0:1', NULL), (5066, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715639, 'web', '0:0:0:0:0:0:0:1', NULL), (5067, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715645, 'web', '0:0:0:0:0:0:0:1', NULL), (5068, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715646, 'web', '0:0:0:0:0:0:0:1', NULL), (5069, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715707, 'web', '0:0:0:0:0:0:0:1', NULL), (5070, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715716, 'web', '0:0:0:0:0:0:0:1', NULL), (5071, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715727, 'web', '0:0:0:0:0:0:0:1', NULL), (5072, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715727, 'web', '0:0:0:0:0:0:0:1', NULL), (5073, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715748, 'web', '0:0:0:0:0:0:0:1', NULL), (5074, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715846, 'web', '0:0:0:0:0:0:0:1', NULL), (5075, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576715870, 'web', '0:0:0:0:0:0:0:1', NULL), (5076, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576716273, 'web', '0:0:0:0:0:0:0:1', NULL), (5077, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576716303, 'web', '0:0:0:0:0:0:0:1', NULL), (5078, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576716318, 'web', '0:0:0:0:0:0:0:1', NULL), (5079, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 18, 'c', 1, 97, 70, 18, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":9,\"name\":\"Home 7 (College)\"}', 1576716357, 'web', '0:0:0:0:0:0:0:1', NULL), (5080, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716357, 'web', '0:0:0:0:0:0:0:1', NULL), (5081, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716401, 'web', '0:0:0:0:0:0:0:1', NULL), (5082, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716402, 'web', '0:0:0:0:0:0:0:1', NULL), (5083, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716409, 'web', '0:0:0:0:0:0:0:1', NULL), (5084, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716473, 'web', '0:0:0:0:0:0:0:1', NULL), (5085, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716474, 'web', '0:0:0:0:0:0:0:1', NULL), (5086, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716478, 'web', '0:0:0:0:0:0:0:1', NULL), (5087, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716488, 'web', '0:0:0:0:0:0:0:1', NULL), (5088, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716489, 'web', '0:0:0:0:0:0:0:1', NULL), (5089, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576716556, 'web', '0:0:0:0:0:0:0:1', NULL), (5090, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717389, 'web', '0:0:0:0:0:0:0:1', NULL), (5091, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717462, 'web', '0:0:0:0:0:0:0:1', NULL), (5092, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717479, 'web', '0:0:0:0:0:0:0:1', NULL), (5093, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717480, 'web', '0:0:0:0:0:0:0:1', NULL), (5094, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717482, 'web', '0:0:0:0:0:0:0:1', NULL), (5095, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717493, 'web', '0:0:0:0:0:0:0:1', NULL), (5096, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717527, 'web', '0:0:0:0:0:0:0:1', NULL), (5097, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717528, 'web', '0:0:0:0:0:0:0:1', NULL), (5098, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717536, 'web', '0:0:0:0:0:0:0:1', NULL), (5099, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717544, 'web', '0:0:0:0:0:0:0:1', NULL), (5100, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576717545, 'web', '0:0:0:0:0:0:0:1', NULL), (5101, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 0, 1, NULL, 0, 'null', 1576773966, 'web', '0:0:0:0:0:0:0:1', NULL), (5102, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 0, 1, NULL, 0, 'null', 1576774059, 'web', '0:0:0:0:0:0:0:1', NULL), (5103, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576774111, 'web', '0:0:0:0:0:0:0:1', NULL), (5104, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576774116, 'web', '0:0:0:0:0:0:0:1', NULL), (5105, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576774366, 'web', '0:0:0:0:0:0:0:1', NULL), (5106, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576774380, 'web', '0:0:0:0:0:0:0:1', NULL), (5107, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576774419, 'web', '0:0:0:0:0:0:0:1', NULL), (5108, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576774421, 'web', '0:0:0:0:0:0:0:1', NULL), (5109, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576774432, 'web', '0:0:0:0:0:0:0:1', NULL), (5110, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576774434, 'web', '0:0:0:0:0:0:0:1', NULL), (5111, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576774435, 'web', '0:0:0:0:0:0:0:1', NULL), (5112, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1622, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Moodle community|https:\\/\\/moodle.org\\r\\n-Moodle free support|https:\\/\\/moodle.org\\/support\\r\\n-Moodle Docs|https:\\/\\/docs.moodle.org|Moodle Docs\\r\\n-German Moodle Docs|https:\\/\\/docs.moodle.org\\/de|Documentation in German|de\\r\\n-###\\r\\n-Moodle development|https:\\/\\/moodle.org\\/development\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576774493, 'web', '0:0:0:0:0:0:0:1', NULL), (5113, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576774876, 'web', '0:0:0:0:0:0:0:1', NULL), (5114, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576774880, 'web', '0:0:0:0:0:0:0:1', NULL), (5115, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576775908, 'web', '0:0:0:0:0:0:0:1', NULL), (5116, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576775926, 'web', '0:0:0:0:0:0:0:1', NULL), (5117, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576775949, 'web', '0:0:0:0:0:0:0:1', NULL), (5118, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576775958, 'web', '0:0:0:0:0:0:0:1', NULL), (5119, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 19, 'c', 1, 100, 70, 19, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":10,\"name\":\"Home 8 (Kindergarden)\"}', 1576775987, 'web', '0:0:0:0:0:0:0:1', NULL), (5120, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576775989, 'web', '0:0:0:0:0:0:0:1', NULL), (5121, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776007, 'web', '0:0:0:0:0:0:0:1', NULL), (5122, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776008, 'web', '0:0:0:0:0:0:0:1', NULL), (5123, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776012, 'web', '0:0:0:0:0:0:0:1', NULL), (5124, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776019, 'web', '0:0:0:0:0:0:0:1', NULL), (5125, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776019, 'web', '0:0:0:0:0:0:0:1', NULL), (5126, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776023, 'web', '0:0:0:0:0:0:0:1', NULL), (5127, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776030, 'web', '0:0:0:0:0:0:0:1', NULL), (5128, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776031, 'web', '0:0:0:0:0:0:0:1', NULL), (5129, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776158, 'web', '0:0:0:0:0:0:0:1', NULL), (5130, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776167, 'web', '0:0:0:0:0:0:0:1', NULL), (5131, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776238, 'web', '0:0:0:0:0:0:0:1', NULL), (5132, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776238, 'web', '0:0:0:0:0:0:0:1', NULL), (5133, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776244, 'web', '0:0:0:0:0:0:0:1', NULL), (5134, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776278, 'web', '0:0:0:0:0:0:0:1', NULL), (5135, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776279, 'web', '0:0:0:0:0:0:0:1', NULL), (5136, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776302, 'web', '0:0:0:0:0:0:0:1', NULL), (5137, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776303, 'web', '0:0:0:0:0:0:0:1', NULL), (5138, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776313, 'web', '0:0:0:0:0:0:0:1', NULL), (5139, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776321, 'web', '0:0:0:0:0:0:0:1', NULL), (5140, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576776322, 'web', '0:0:0:0:0:0:0:1', NULL), (5141, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777032, 'web', '0:0:0:0:0:0:0:1', NULL), (5142, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777044, 'web', '0:0:0:0:0:0:0:1', NULL), (5143, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777046, 'web', '0:0:0:0:0:0:0:1', NULL), (5144, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777049, 'web', '0:0:0:0:0:0:0:1', NULL), (5145, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777053, 'web', '0:0:0:0:0:0:0:1', NULL), (5146, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777059, 'web', '0:0:0:0:0:0:0:1', NULL), (5147, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777060, 'web', '0:0:0:0:0:0:0:1', NULL), (5148, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777064, 'web', '0:0:0:0:0:0:0:1', NULL), (5149, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777292, 'web', '0:0:0:0:0:0:0:1', NULL), (5150, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777304, 'web', '0:0:0:0:0:0:0:1', NULL), (5151, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777305, 'web', '0:0:0:0:0:0:0:1', NULL), (5152, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777321, 'web', '0:0:0:0:0:0:0:1', NULL), (5153, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777347, 'web', '0:0:0:0:0:0:0:1', NULL), (5154, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777348, 'web', '0:0:0:0:0:0:0:1', NULL), (5155, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777349, 'web', '0:0:0:0:0:0:0:1', NULL), (5156, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777353, 'web', '0:0:0:0:0:0:0:1', NULL), (5157, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777404, 'web', '0:0:0:0:0:0:0:1', NULL), (5158, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576777404, 'web', '0:0:0:0:0:0:0:1', NULL), (5159, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576777440, 'web', '0:0:0:0:0:0:0:1', NULL), (5160, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576779115, 'web', '0:0:0:0:0:0:0:1', NULL), (5161, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576779135, 'web', '0:0:0:0:0:0:0:1', NULL), (5162, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576779152, 'web', '0:0:0:0:0:0:0:1', NULL), (5163, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576779185, 'web', '0:0:0:0:0:0:0:1', NULL), (5164, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576779437, 'web', '0:0:0:0:0:0:0:1', NULL), (5165, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576779466, 'web', '0:0:0:0:0:0:0:1', NULL), (5166, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576779468, 'web', '0:0:0:0:0:0:0:1', NULL), (5167, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779478, 'web', '0:0:0:0:0:0:0:1', NULL), (5168, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779512, 'web', '0:0:0:0:0:0:0:1', NULL), (5169, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779532, 'web', '0:0:0:0:0:0:0:1', NULL), (5170, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779650, 'web', '0:0:0:0:0:0:0:1', NULL), (5171, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779655, 'web', '0:0:0:0:0:0:0:1', NULL), (5172, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779656, 'web', '0:0:0:0:0:0:0:1', NULL), (5173, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779662, 'web', '0:0:0:0:0:0:0:1', NULL), (5174, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779671, 'web', '0:0:0:0:0:0:0:1', NULL), (5175, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779671, 'web', '0:0:0:0:0:0:0:1', NULL), (5176, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779762, 'web', '0:0:0:0:0:0:0:1', NULL), (5177, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779803, 'web', '0:0:0:0:0:0:0:1', NULL), (5178, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779818, 'web', '0:0:0:0:0:0:0:1', NULL), (5179, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779855, 'web', '0:0:0:0:0:0:0:1', NULL), (5180, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779994, 'web', '0:0:0:0:0:0:0:1', NULL), (5181, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576779999, 'web', '0:0:0:0:0:0:0:1', NULL), (5182, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780000, 'web', '0:0:0:0:0:0:0:1', NULL), (5183, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780019, 'web', '0:0:0:0:0:0:0:1', NULL), (5184, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780127, 'web', '0:0:0:0:0:0:0:1', NULL), (5185, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780133, 'web', '0:0:0:0:0:0:0:1', NULL), (5186, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780147, 'web', '0:0:0:0:0:0:0:1', NULL), (5187, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780148, 'web', '0:0:0:0:0:0:0:1', NULL), (5188, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780164, 'web', '0:0:0:0:0:0:0:1', NULL), (5189, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780187, 'web', '0:0:0:0:0:0:0:1', NULL), (5190, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780192, 'web', '0:0:0:0:0:0:0:1', NULL), (5191, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780192, 'web', '0:0:0:0:0:0:0:1', NULL), (5192, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780217, 'web', '0:0:0:0:0:0:0:1', NULL), (5193, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780314, 'web', '0:0:0:0:0:0:0:1', NULL), (5194, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780326, 'web', '0:0:0:0:0:0:0:1', NULL), (5195, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780413, 'web', '0:0:0:0:0:0:0:1', NULL), (5196, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780417, 'web', '0:0:0:0:0:0:0:1', NULL), (5197, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780423, 'web', '0:0:0:0:0:0:0:1', NULL), (5198, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780423, 'web', '0:0:0:0:0:0:0:1', NULL), (5199, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780426, 'web', '0:0:0:0:0:0:0:1', NULL), (5200, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780433, 'web', '0:0:0:0:0:0:0:1', NULL), (5201, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780442, 'web', '0:0:0:0:0:0:0:1', NULL), (5202, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780442, 'web', '0:0:0:0:0:0:0:1', NULL), (5203, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780446, 'web', '0:0:0:0:0:0:0:1', NULL), (5204, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780463, 'web', '0:0:0:0:0:0:0:1', NULL), (5205, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780469, 'web', '0:0:0:0:0:0:0:1', NULL), (5206, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780476, 'web', '0:0:0:0:0:0:0:1', NULL), (5207, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576780496, 'web', '0:0:0:0:0:0:0:1', NULL), (5208, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780521, 'web', '0:0:0:0:0:0:0:1', NULL), (5209, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576780525, 'web', '0:0:0:0:0:0:0:1', NULL), (5210, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 20, 'c', 1, 109, 70, 20, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":11,\"name\":\"Home 3\"}', 1576780557, 'web', '0:0:0:0:0:0:0:1', NULL), (5211, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576780557, 'web', '0:0:0:0:0:0:0:1', NULL), (5212, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576781434, 'web', '0:0:0:0:0:0:0:1', NULL), (5213, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1623, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576781440, 'web', '0:0:0:0:0:0:0:1', NULL), (5214, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782817, 'web', '0:0:0:0:0:0:0:1', NULL), (5215, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782836, 'web', '0:0:0:0:0:0:0:1', NULL), (5216, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782837, 'web', '0:0:0:0:0:0:0:1', NULL), (5217, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782842, 'web', '0:0:0:0:0:0:0:1', NULL), (5218, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782854, 'web', '0:0:0:0:0:0:0:1', NULL), (5219, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782854, 'web', '0:0:0:0:0:0:0:1', NULL), (5220, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782918, 'web', '0:0:0:0:0:0:0:1', NULL), (5221, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782922, 'web', '0:0:0:0:0:0:0:1', NULL), (5222, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782923, 'web', '0:0:0:0:0:0:0:1', NULL), (5223, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782924, 'web', '0:0:0:0:0:0:0:1', NULL), (5224, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782930, 'web', '0:0:0:0:0:0:0:1', NULL), (5225, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782936, 'web', '0:0:0:0:0:0:0:1', NULL), (5226, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782937, 'web', '0:0:0:0:0:0:0:1', NULL), (5227, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782938, 'web', '0:0:0:0:0:0:0:1', NULL), (5228, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782960, 'web', '0:0:0:0:0:0:0:1', NULL), (5229, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782961, 'web', '0:0:0:0:0:0:0:1', NULL), (5230, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782962, 'web', '0:0:0:0:0:0:0:1', NULL), (5231, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782966, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (5232, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782975, 'web', '0:0:0:0:0:0:0:1', NULL), (5233, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782976, 'web', '0:0:0:0:0:0:0:1', NULL), (5234, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782978, 'web', '0:0:0:0:0:0:0:1', NULL), (5235, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782981, 'web', '0:0:0:0:0:0:0:1', NULL), (5236, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782985, 'web', '0:0:0:0:0:0:0:1', NULL), (5237, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782985, 'web', '0:0:0:0:0:0:0:1', NULL), (5238, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782987, 'web', '0:0:0:0:0:0:0:1', NULL), (5239, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782996, 'web', '0:0:0:0:0:0:0:1', NULL), (5240, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782996, 'web', '0:0:0:0:0:0:0:1', NULL), (5241, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576782997, 'web', '0:0:0:0:0:0:0:1', NULL), (5242, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576783002, 'web', '0:0:0:0:0:0:0:1', NULL), (5243, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576783008, 'web', '0:0:0:0:0:0:0:1', NULL), (5244, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576783009, 'web', '0:0:0:0:0:0:0:1', NULL), (5245, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1576783011, 'web', '0:0:0:0:0:0:0:1', NULL), (5246, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783025, 'web', '0:0:0:0:0:0:0:1', NULL), (5247, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783038, 'web', '0:0:0:0:0:0:0:1', NULL), (5248, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783039, 'web', '0:0:0:0:0:0:0:1', NULL), (5249, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783045, 'web', '0:0:0:0:0:0:0:1', NULL), (5250, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783051, 'web', '0:0:0:0:0:0:0:1', NULL), (5251, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783051, 'web', '0:0:0:0:0:0:0:1', NULL), (5252, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783061, 'web', '0:0:0:0:0:0:0:1', NULL), (5253, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783062, 'web', '0:0:0:0:0:0:0:1', NULL), (5254, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783063, 'web', '0:0:0:0:0:0:0:1', NULL), (5255, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783069, 'web', '0:0:0:0:0:0:0:1', NULL), (5256, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783075, 'web', '0:0:0:0:0:0:0:1', NULL), (5257, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783075, 'web', '0:0:0:0:0:0:0:1', NULL), (5258, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1576783076, 'web', '0:0:0:0:0:0:0:1', NULL), (5259, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576783102, 'web', '0:0:0:0:0:0:0:1', NULL), (5260, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576783107, 'web', '0:0:0:0:0:0:0:1', NULL), (5261, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 21, 'c', 1, 116, 70, 21, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":12,\"name\":\"Home 5\"}', 1576783128, 'web', '0:0:0:0:0:0:0:1', NULL), (5262, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783128, 'web', '0:0:0:0:0:0:0:1', NULL), (5263, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783140, 'web', '0:0:0:0:0:0:0:1', NULL), (5264, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783140, 'web', '0:0:0:0:0:0:0:1', NULL), (5265, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783141, 'web', '0:0:0:0:0:0:0:1', NULL), (5266, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783144, 'web', '0:0:0:0:0:0:0:1', NULL), (5267, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783148, 'web', '0:0:0:0:0:0:0:1', NULL), (5268, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783149, 'web', '0:0:0:0:0:0:0:1', NULL), (5269, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783150, 'web', '0:0:0:0:0:0:0:1', NULL), (5270, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1624, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576783208, 'web', '0:0:0:0:0:0:0:1', NULL), (5271, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783220, 'web', '0:0:0:0:0:0:0:1', NULL), (5272, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783220, 'web', '0:0:0:0:0:0:0:1', NULL), (5273, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783222, 'web', '0:0:0:0:0:0:0:1', NULL), (5274, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783225, 'web', '0:0:0:0:0:0:0:1', NULL), (5275, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783230, 'web', '0:0:0:0:0:0:0:1', NULL), (5276, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783230, 'web', '0:0:0:0:0:0:0:1', NULL), (5277, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783232, 'web', '0:0:0:0:0:0:0:1', NULL), (5278, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783239, 'web', '0:0:0:0:0:0:0:1', NULL), (5279, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783240, 'web', '0:0:0:0:0:0:0:1', NULL), (5280, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783241, 'web', '0:0:0:0:0:0:0:1', NULL), (5281, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783245, 'web', '0:0:0:0:0:0:0:1', NULL), (5282, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783249, 'web', '0:0:0:0:0:0:0:1', NULL), (5283, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783250, 'web', '0:0:0:0:0:0:0:1', NULL), (5284, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783251, 'web', '0:0:0:0:0:0:0:1', NULL), (5285, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783265, 'web', '0:0:0:0:0:0:0:1', NULL), (5286, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783265, 'web', '0:0:0:0:0:0:0:1', NULL), (5287, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783266, 'web', '0:0:0:0:0:0:0:1', NULL), (5288, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783270, 'web', '0:0:0:0:0:0:0:1', NULL), (5289, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783274, 'web', '0:0:0:0:0:0:0:1', NULL), (5290, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783275, 'web', '0:0:0:0:0:0:0:1', NULL), (5291, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783276, 'web', '0:0:0:0:0:0:0:1', NULL), (5292, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783280, 'web', '0:0:0:0:0:0:0:1', NULL), (5293, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783287, 'web', '0:0:0:0:0:0:0:1', NULL), (5294, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783287, 'web', '0:0:0:0:0:0:0:1', NULL), (5295, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783288, 'web', '0:0:0:0:0:0:0:1', NULL), (5296, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783313, 'web', '0:0:0:0:0:0:0:1', NULL), (5297, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783314, 'web', '0:0:0:0:0:0:0:1', NULL), (5298, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783315, 'web', '0:0:0:0:0:0:0:1', NULL), (5299, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783322, 'web', '0:0:0:0:0:0:0:1', NULL), (5300, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783329, 'web', '0:0:0:0:0:0:0:1', NULL), (5301, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783329, 'web', '0:0:0:0:0:0:0:1', NULL), (5302, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783331, 'web', '0:0:0:0:0:0:0:1', NULL), (5303, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783340, 'web', '0:0:0:0:0:0:0:1', NULL), (5304, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783340, 'web', '0:0:0:0:0:0:0:1', NULL), (5305, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783341, 'web', '0:0:0:0:0:0:0:1', NULL), (5306, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783345, 'web', '0:0:0:0:0:0:0:1', NULL), (5307, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783354, 'web', '0:0:0:0:0:0:0:1', NULL), (5308, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783354, 'web', '0:0:0:0:0:0:0:1', NULL), (5309, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1576783356, 'web', '0:0:0:0:0:0:0:1', NULL), (5310, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576783423, 'web', '0:0:0:0:0:0:0:1', NULL), (5311, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576783486, 'web', '0:0:0:0:0:0:0:1', NULL), (5312, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576783489, 'web', '0:0:0:0:0:0:0:1', NULL), (5313, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576783500, 'web', '0:0:0:0:0:0:0:1', NULL), (5314, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1625, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576783510, 'web', '0:0:0:0:0:0:0:1', NULL), (5315, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576783516, 'web', '0:0:0:0:0:0:0:1', NULL), (5316, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576783867, 'web', '0:0:0:0:0:0:0:1', NULL), (5317, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576783868, 'web', '0:0:0:0:0:0:0:1', NULL), (5318, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576783874, 'web', '0:0:0:0:0:0:0:1', NULL), (5319, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576783880, 'web', '0:0:0:0:0:0:0:1', NULL), (5320, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1576783880, 'web', '0:0:0:0:0:0:0:1', NULL), (5321, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784152, 'web', '0:0:0:0:0:0:0:1', NULL), (5322, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784229, 'web', '0:0:0:0:0:0:0:1', NULL), (5323, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784296, 'web', '0:0:0:0:0:0:0:1', NULL), (5324, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784302, 'web', '0:0:0:0:0:0:0:1', NULL), (5325, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784322, 'web', '0:0:0:0:0:0:0:1', NULL), (5326, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784408, 'web', '0:0:0:0:0:0:0:1', NULL), (5327, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784427, 'web', '0:0:0:0:0:0:0:1', NULL), (5328, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784442, 'web', '0:0:0:0:0:0:0:1', NULL), (5329, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784448, 'web', '0:0:0:0:0:0:0:1', NULL), (5330, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784527, 'web', '0:0:0:0:0:0:0:1', NULL), (5331, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1576784553, 'web', '0:0:0:0:0:0:0:1', NULL), (5332, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1626, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nCalendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576789832, 'web', '0:0:0:0:0:0:0:1', NULL), (5333, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1627, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1572566400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1574524500\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576790196, 'web', '0:0:0:0:0:0:0:1', NULL), (5334, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576790216, 'web', '0:0:0:0:0:0:0:1', NULL), (5335, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1574524500,\"name\":\"Everything is Teachable\"}', 1576790967, 'web', '0:0:0:0:0:0:0:1', NULL), (5336, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1574524500,\"name\":\"Everything is Teachable\"}', 1576792205, 'web', '0:0:0:0:0:0:0:1', NULL), (5337, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1001, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1637682900,\"name\":\"Everything is Teachable\"}', 1576792262, 'web', '0:0:0:0:0:0:0:1', NULL), (5338, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1574524380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5339, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 2, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1575129180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5340, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 3, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1575733980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5341, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 4, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1576338780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5342, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 5, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1576943580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5343, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 6, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1577548380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5344, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 7, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1578153180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5345, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 8, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1578757980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5346, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 9, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1579362780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5347, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 10, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1579967580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5348, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 11, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1580572380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5349, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 12, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1581177180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5350, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 13, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1581781980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5351, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 14, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1582386780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5352, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 15, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1582991580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5353, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 16, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1583596380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5354, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 17, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1584201180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5355, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 18, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1584805980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5356, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 19, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1585407180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5357, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 20, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1586011980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5358, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 21, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1586616780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5359, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 22, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1587221580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5360, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 23, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1587826380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5361, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 24, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1588431180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5362, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 25, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1589035980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5363, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 26, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1589640780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5364, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 27, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1590245580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5365, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 28, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1590850380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5366, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 29, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1591455180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5367, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 30, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1592059980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5368, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 31, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1592664780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5369, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 32, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1593269580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5370, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 33, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1593874380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5371, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 34, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1594479180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5372, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 35, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1595083980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5373, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 36, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1595688780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5374, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 37, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1596293580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5375, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 38, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1596898380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5376, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 39, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1597503180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5377, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 40, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1598107980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5378, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 41, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1598712780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5379, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 42, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1599317580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5380, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 43, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1599922380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5381, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 44, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1600527180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5382, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 45, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1601131980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5383, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 46, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1601736780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5384, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 47, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1602341580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5385, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 48, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1602946380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5386, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 49, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1603551180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5387, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 50, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1604159580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5388, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 51, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1604764380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5389, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 52, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1605369180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5390, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 53, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1605973980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5391, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 54, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1606578780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5392, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 55, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1607183580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5393, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 56, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1607788380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5394, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 57, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1608393180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5395, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 58, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1608997980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5396, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 59, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1609602780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5397, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 60, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1610207580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5398, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 61, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1610812380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5399, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 62, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1611417180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5400, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 63, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1612021980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5401, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 64, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1612626780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5402, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 65, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1613231580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5403, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 66, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1613836380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5404, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 67, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1614441180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5405, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 68, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1615045980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5406, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 69, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1615650780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5407, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 70, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1616255580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5408, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 71, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1616856780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5409, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 72, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1617461580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5410, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 73, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1618066380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5411, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 74, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1618671180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5412, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 75, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1619275980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5413, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 76, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1619880780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5414, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 77, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1620485580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5415, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 78, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1621090380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5416, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 79, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1621695180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5417, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 80, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1622299980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5418, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 81, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1622904780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5419, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 82, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1623509580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (5420, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 83, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1624114380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5421, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 84, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1624719180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5422, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 85, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1625323980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5423, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 86, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1625928780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5424, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 87, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1626533580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5425, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 88, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1627138380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5426, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 89, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1627743180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5427, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 90, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1628347980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5428, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 91, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1628952780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5429, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 92, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1629557580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5430, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 93, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1630162380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5431, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 94, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1630767180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5432, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 95, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1631371980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5433, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 96, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1631976780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5434, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 97, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1632581580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5435, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 98, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1633186380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5436, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 99, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1633791180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5437, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 100, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1634395980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5438, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 101, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1635000780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5439, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 102, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1635609180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5440, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 103, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1636213980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5441, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 104, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1636818780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5442, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 105, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1637423580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5443, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 106, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1638028380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5444, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 107, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1638633180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5445, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 108, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1639237980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5446, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 109, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1639842780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5447, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 110, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1640447580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5448, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 111, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1641052380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5449, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 112, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1641657180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5450, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 113, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1642261980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5451, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 114, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1642866780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5452, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 115, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1643471580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5453, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 116, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1644076380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5454, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 117, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1644681180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5455, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 118, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1645285980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5456, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 119, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1645890780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5457, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 120, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1646495580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5458, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 121, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1647100380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5459, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 122, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1647705180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5460, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 123, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1648306380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5461, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 124, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1648911180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5462, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 125, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1649515980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5463, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 126, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1650120780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5464, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 127, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1650725580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5465, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 128, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1651330380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5466, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 129, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1651935180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5467, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 130, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1652539980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5468, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 131, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1653144780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5469, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 132, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1653749580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5470, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 133, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1654354380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5471, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 134, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1654959180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5472, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 135, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1655563980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5473, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 136, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1656168780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5474, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 137, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1656773580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5475, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 138, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1657378380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5476, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 139, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1657983180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5477, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 140, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1658587980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5478, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 141, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1659192780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5479, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 142, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1659797580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5480, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 143, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1660402380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5481, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 144, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1661007180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5482, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 145, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1661611980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5483, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 146, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1662216780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5484, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 147, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1662821580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5485, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 148, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1663426380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5486, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 149, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1664031180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5487, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 150, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1664635980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5488, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 151, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1665240780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5489, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 152, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1665845580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5490, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 153, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1666450380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5491, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 154, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1667058780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5492, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 155, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1667663580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5493, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 156, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1668268380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5494, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 157, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1668873180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5495, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 158, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1669477980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5496, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 159, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1670082780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5497, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 160, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1670687580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5498, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 161, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1671292380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5499, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 162, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1671897180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5500, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 163, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1672501980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5501, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 164, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1673106780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5502, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 165, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1673711580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5503, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 166, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1674316380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5504, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 167, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1674921180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5505, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 168, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1675525980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5506, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 169, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1676130780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5507, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 170, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1676735580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5508, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 171, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1677340380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5509, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 172, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1677945180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5510, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 173, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1678549980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5511, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 174, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1679154780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5512, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 175, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1679759580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5513, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 176, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1680360780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5514, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 177, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1680965580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5515, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 178, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1681570380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5516, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 179, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1682175180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5517, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 180, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1682779980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5518, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 181, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1683384780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5519, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 182, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1683989580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5520, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 183, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1684594380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5521, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 184, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1685199180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5522, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 185, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1685803980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5523, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 186, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1686408780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5524, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 187, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1687013580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5525, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 188, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1687618380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5526, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 189, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1688223180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5527, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 190, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1688827980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5528, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 191, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1689432780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5529, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 192, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1690037580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5530, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 193, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1690642380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5531, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 194, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1691247180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5532, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 195, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1691851980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5533, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 196, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1692456780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5534, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 197, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1693061580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5535, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 198, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1693666380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5536, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 199, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1694271180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5537, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 200, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1694875980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5538, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 201, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1695480780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5539, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 202, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1696085580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5540, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 203, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1696690380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5541, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 204, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1697295180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5542, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 205, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1697899980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5543, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 206, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1698508380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5544, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 207, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1699113180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5545, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 208, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1699717980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5546, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 209, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1700322780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5547, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 210, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1700927580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5548, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 211, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1701532380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5549, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 212, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1702137180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5550, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 213, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1702741980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5551, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 214, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1703346780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5552, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 215, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1703951580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5553, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 216, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1704556380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5554, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 217, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1705161180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5555, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 218, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1705765980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5556, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 219, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1706370780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5557, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 220, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1706975580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5558, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 221, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1707580380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5559, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 222, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1708185180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5560, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 223, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1708789980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5561, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 224, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1709394780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5562, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 225, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1709999580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5563, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 226, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1710604380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5564, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 227, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1711209180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5565, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 228, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1711810380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5566, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 229, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1712415180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5567, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 230, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1713019980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5568, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 231, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1713624780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5569, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 232, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1714229580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5570, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 233, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1714834380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5571, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 234, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1715439180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5572, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 235, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1716043980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5573, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 236, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1716648780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5574, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 237, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1717253580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5575, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 238, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1717858380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5576, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 239, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1718463180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5577, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 240, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1719067980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5578, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 241, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1719672780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5579, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 242, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1720277580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5580, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 243, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1720882380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5581, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 244, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1721487180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5582, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 245, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1722091980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5583, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 246, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1722696780\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5584, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 247, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1723301580\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5585, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 248, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1723906380\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5586, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 249, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1724511180\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5587, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 250, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1725115980\",\"name\":\"Everything is Teachable\"}', 1576792358, 'web', '0:0:0:0:0:0:0:1', NULL), (5588, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 251, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1725720780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5589, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 252, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1726325580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5590, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 253, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1726930380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5591, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 254, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1727535180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5592, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 255, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1728139980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5593, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 256, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1728744780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5594, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 257, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1729349580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5595, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 258, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1729957980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5596, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 259, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1730562780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5597, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 260, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1731167580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5598, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 261, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1731772380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5599, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 262, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1732377180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5600, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 263, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1732981980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5601, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 264, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1733586780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5602, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 265, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1734191580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5603, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 266, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1734796380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5604, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 267, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1735401180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5605, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 268, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1736005980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5606, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 269, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1736610780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5607, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 270, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1737215580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5608, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 271, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1737820380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5609, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 272, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1738425180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (5610, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 273, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1739029980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5611, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 274, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1739634780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5612, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 275, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1740239580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5613, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 276, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1740844380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5614, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 277, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1741449180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5615, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 278, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1742053980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5616, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 279, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1742658780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5617, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 280, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1743259980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5618, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 281, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1743864780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5619, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 282, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1744469580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5620, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 283, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1745074380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5621, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 284, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1745679180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5622, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 285, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1746283980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5623, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 286, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1746888780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5624, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 287, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1747493580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5625, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 288, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1748098380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5626, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 289, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1748703180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5627, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 290, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1749307980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5628, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 291, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1749912780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5629, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 292, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1750517580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5630, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 293, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1751122380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5631, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 294, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1751727180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5632, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 295, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1752331980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5633, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 296, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1752936780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5634, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 297, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1753541580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5635, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 298, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1754146380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5636, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 299, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1754751180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5637, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 300, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1755355980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5638, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 301, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1755960780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5639, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 302, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1756565580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5640, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 303, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1757170380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5641, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 304, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1757775180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5642, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 305, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1758379980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5643, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 306, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1758984780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5644, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 307, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1759589580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5645, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 308, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1760194380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5646, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 309, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1760799180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5647, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 310, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1761407580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5648, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 311, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1762012380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5649, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 312, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1762617180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5650, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 313, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1763221980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5651, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 314, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1763826780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5652, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 315, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1764431580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5653, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 316, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1765036380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5654, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 317, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1765641180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5655, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 318, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1766245980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5656, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 319, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1766850780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5657, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 320, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1767455580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5658, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 321, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1768060380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5659, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 322, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1768665180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5660, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 323, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1769269980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5661, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 324, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1769874780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5662, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 325, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1770479580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5663, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 326, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1771084380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5664, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 327, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1771689180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5665, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 328, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1772293980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5666, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 329, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1772898780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5667, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 330, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1773503580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5668, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 331, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1774108380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5669, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 332, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1774709580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5670, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 333, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1775314380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5671, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 334, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1775919180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5672, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 335, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1776523980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5673, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 336, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1777128780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5674, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 337, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1777733580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5675, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 338, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1778338380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5676, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 339, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1778943180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5677, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 340, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1779547980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5678, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 341, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1780152780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5679, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 342, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1780757580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5680, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 343, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1781362380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5681, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 344, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1781967180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5682, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 345, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1782571980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5683, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 346, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1783176780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5684, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 347, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1783781580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5685, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 348, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1784386380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5686, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 349, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1784991180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5687, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 350, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1785595980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5688, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 351, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1786200780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5689, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 352, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1786805580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5690, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 353, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1787410380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5691, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 354, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1788015180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5692, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 355, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1788619980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5693, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 356, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1789224780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5694, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 357, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1789829580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5695, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 358, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1790434380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5696, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 359, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1791039180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5697, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 360, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1791643980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5698, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 361, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1792248780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5699, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 362, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1792853580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5700, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 363, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1793461980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5701, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 364, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1794066780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5702, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 365, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1794671580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5703, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 366, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1795276380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5704, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 367, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1795881180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5705, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 368, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1796485980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5706, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 369, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1797090780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5707, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 370, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1797695580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5708, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 371, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1798300380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5709, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 372, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1798905180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5710, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 373, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1799509980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5711, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 374, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1800114780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5712, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 375, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1800719580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5713, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 376, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1801324380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5714, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 377, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1801929180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5715, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 378, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1802533980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5716, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 379, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1803138780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5717, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 380, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1803743580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5718, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 381, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1804348380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5719, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 382, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1804953180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5720, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 383, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1805557980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5721, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 384, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1806159180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5722, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 385, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1806763980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5723, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 386, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1807368780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5724, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 387, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1807973580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5725, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 388, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1808578380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5726, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 389, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1809183180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5727, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 390, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1809787980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5728, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 391, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1810392780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5729, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 392, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1810997580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5730, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 393, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1811602380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5731, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 394, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1812207180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5732, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 395, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1812811980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5733, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 396, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1813416780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5734, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 397, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1814021580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5735, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 398, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1814626380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5736, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 399, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1815231180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5737, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 400, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1815835980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5738, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 401, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1816440780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5739, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 402, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1817045580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5740, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 403, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1817650380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5741, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 404, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1818255180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5742, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 405, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1818859980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5743, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 406, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1819464780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5744, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 407, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1820069580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5745, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 408, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1820674380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5746, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 409, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1821279180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5747, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 410, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1821883980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5748, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 411, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1822488780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5749, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 412, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1823093580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5750, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 413, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1823698380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5751, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 414, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1824303180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5752, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 415, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1824911580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5753, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 416, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1825516380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5754, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 417, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1826121180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5755, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 418, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1826725980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5756, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 419, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1827330780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5757, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 420, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1827935580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5758, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 421, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1828540380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5759, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 422, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1829145180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5760, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 423, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1829749980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5761, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 424, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1830354780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5762, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 425, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1830959580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5763, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 426, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1831564380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5764, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 427, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1832169180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5765, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 428, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1832773980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5766, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 429, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1833378780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5767, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 430, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1833983580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5768, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 431, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1834588380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5769, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 432, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1835193180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5770, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 433, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1835797980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5771, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 434, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1836402780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5772, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 435, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1837007580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5773, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 436, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1837608780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5774, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 437, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1838213580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5775, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 438, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1838818380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5776, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 439, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1839423180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5777, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 440, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1840027980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5778, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 441, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1840632780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5779, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 442, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1841237580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5780, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 443, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1841842380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5781, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 444, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1842447180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5782, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 445, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1843051980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5783, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 446, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1843656780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5784, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 447, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1844261580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5785, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 448, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1844866380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5786, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 449, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1845471180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5787, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 450, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1846075980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5788, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 451, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1846680780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5789, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 452, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1847285580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5790, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 453, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1847890380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5791, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 454, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1848495180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5792, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 455, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1849099980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5793, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 456, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1849704780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5794, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 457, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1850309580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5795, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 458, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1850914380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5796, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 459, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1851519180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5797, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 460, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1852123980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5798, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 461, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1852728780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5799, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 462, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1853333580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (5800, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 463, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1853938380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5801, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 464, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1854543180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5802, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 465, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1855147980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5803, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 466, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1855752780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5804, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 467, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1856361180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5805, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 468, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1856965980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5806, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 469, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1857570780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5807, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 470, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1858175580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5808, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 471, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1858780380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5809, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 472, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1859385180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5810, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 473, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1859989980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5811, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 474, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1860594780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5812, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 475, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1861199580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5813, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 476, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1861804380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5814, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 477, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1862409180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5815, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 478, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1863013980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5816, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 479, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1863618780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5817, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 480, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1864223580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5818, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 481, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1864828380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5819, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 482, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1865433180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5820, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 483, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1866037980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5821, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 484, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1866642780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5822, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 485, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1867247580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5823, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 486, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1867852380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5824, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 487, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1868457180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5825, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 488, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1869061980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5826, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 489, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1869663180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5827, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 490, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1870267980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5828, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 491, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1870872780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5829, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 492, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1871477580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5830, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 493, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1872082380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5831, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 494, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1872687180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5832, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 495, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1873291980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5833, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 496, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1873896780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5834, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 497, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1874501580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5835, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 498, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1875106380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5836, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 499, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1875711180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5837, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 500, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1876315980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5838, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 501, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1876920780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5839, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 502, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1877525580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5840, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 503, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1878130380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5841, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 504, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1878735180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5842, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 505, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1879339980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5843, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 506, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1879944780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5844, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 507, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1880549580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5845, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 508, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1881154380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5846, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 509, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1881759180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5847, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 510, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1882363980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5848, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 511, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1882968780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5849, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 512, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1883573580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5850, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 513, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1884178380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5851, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 514, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1884783180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5852, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 515, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1885387980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5853, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 516, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1885992780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5854, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 517, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1886597580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5855, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 518, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1887202380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5856, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 519, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1887810780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5857, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 520, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1888415580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5858, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 521, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1889020380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5859, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 522, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1889625180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5860, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 523, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1890229980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5861, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 524, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1890834780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5862, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 525, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1891439580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5863, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 526, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1892044380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5864, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 527, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1892649180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5865, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 528, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1893253980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5866, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 529, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1893858780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5867, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 530, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1894463580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5868, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 531, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1895068380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5869, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 532, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1895673180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5870, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 533, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1896277980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5871, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 534, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1896882780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5872, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 535, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1897487580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5873, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 536, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1898092380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5874, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 537, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1898697180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5875, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 538, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1899301980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5876, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 539, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1899906780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5877, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 540, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1900511580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5878, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 541, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1901112780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5879, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 542, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1901717580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5880, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 543, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1902322380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5881, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 544, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1902927180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5882, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 545, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1903531980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5883, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 546, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1904136780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5884, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 547, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1904741580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5885, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 548, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1905346380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5886, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 549, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1905951180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5887, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 550, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1906555980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5888, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 551, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1907160780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5889, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 552, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1907765580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5890, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 553, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1908370380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5891, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 554, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1908975180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5892, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 555, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1909579980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5893, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 556, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1910184780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5894, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 557, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1910789580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5895, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 558, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1911394380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5896, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 559, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1911999180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5897, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 560, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1912603980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5898, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 561, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1913208780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5899, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 562, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1913813580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5900, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 563, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1914418380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5901, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 564, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1915023180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5902, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 565, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1915627980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5903, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 566, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1916232780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5904, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 567, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1916837580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5905, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 568, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1917442380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5906, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 569, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1918047180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5907, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 570, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1918651980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5908, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 571, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1919260380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5909, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 572, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1919865180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5910, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 573, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1920469980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5911, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 574, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1921074780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5912, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 575, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1921679580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5913, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 576, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1922284380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5914, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 577, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1922889180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5915, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 578, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1923493980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5916, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 579, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1924098780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5917, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 580, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1924703580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5918, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 581, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1925308380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5919, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 582, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1925913180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5920, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 583, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1926517980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5921, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 584, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1927122780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5922, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 585, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1927727580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5923, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 586, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1928332380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5924, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 587, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1928937180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5925, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 588, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1929541980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5926, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 589, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1930146780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5927, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 590, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1930751580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5928, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 591, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1931356380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5929, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 592, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1931961180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5930, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 593, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1932562380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5931, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 594, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1933167180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5932, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 595, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1933771980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5933, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 596, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1934376780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5934, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 597, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1934981580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5935, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 598, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1935586380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5936, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 599, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1936191180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5937, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 600, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1936795980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5938, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 601, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1937400780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5939, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 602, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1938005580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5940, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 603, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1938610380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5941, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 604, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1939215180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5942, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 605, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1939819980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5943, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 606, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1940424780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5944, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 607, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1941029580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5945, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 608, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1941634380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5946, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 609, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1942239180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5947, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 610, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1942843980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5948, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 611, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1943448780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5949, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 612, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1944053580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5950, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 613, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1944658380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5951, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 614, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1945263180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5952, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 615, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1945867980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5953, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 616, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1946472780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5954, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 617, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1947077580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5955, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 618, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1947682380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5956, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 619, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1948287180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5957, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 620, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1948891980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5958, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 621, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1949496780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5959, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 622, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1950101580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5960, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 623, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1950706380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5961, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 624, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1951314780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5962, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 625, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1951919580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5963, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 626, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1952524380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5964, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 627, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1953129180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5965, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 628, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1953733980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5966, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 629, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1954338780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5967, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 630, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1954943580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5968, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 631, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1955548380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5969, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 632, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1956153180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5970, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 633, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1956757980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5971, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 634, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1957362780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5972, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 635, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1957967580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5973, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 636, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1958572380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5974, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 637, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1959177180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5975, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 638, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1959781980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5976, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 639, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1960386780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5977, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 640, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1960991580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5978, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 641, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1961596380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5979, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 642, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1962201180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5980, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 643, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1962805980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5981, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 644, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1963410780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5982, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 645, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1964011980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5983, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 646, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1964616780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5984, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 647, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1965221580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5985, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 648, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1965826380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5986, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 649, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1966431180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5987, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 650, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1967035980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5988, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 651, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1967640780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5989, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 652, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1968245580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (5990, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 653, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1968850380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5991, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 654, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1969455180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5992, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 655, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1970059980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5993, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 656, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1970664780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5994, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 657, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1971269580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5995, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 658, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1971874380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5996, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 659, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1972479180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5997, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 660, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1973083980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5998, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 661, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1973688780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (5999, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 662, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1974293580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6000, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 663, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1974898380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6001, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 664, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1975503180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6002, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 665, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1976107980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6003, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 666, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1976712780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6004, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 667, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1977317580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6005, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 668, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1977922380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6006, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 669, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1978527180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6007, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 670, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1979131980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6008, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 671, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1979736780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6009, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 672, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1980341580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6010, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 673, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1980946380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6011, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 674, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1981551180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6012, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 675, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1982155980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6013, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 676, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1982764380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6014, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 677, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1983369180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6015, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 678, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1983973980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6016, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 679, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1984578780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6017, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 680, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1985183580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6018, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 681, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1985788380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6019, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 682, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1986393180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6020, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 683, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1986997980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6021, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 684, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1987602780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6022, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 685, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1988207580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6023, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 686, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1988812380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6024, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 687, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1989417180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6025, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 688, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1990021980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6026, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 689, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1990626780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6027, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 690, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1991231580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6028, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 691, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1991836380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6029, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 692, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1992441180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6030, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 693, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1993045980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6031, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 694, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1993650780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6032, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 695, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1994255580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6033, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 696, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1994860380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6034, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 697, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1995461580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6035, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 698, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1996066380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6036, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 699, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1996671180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6037, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 700, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1997275980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6038, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 701, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1997880780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6039, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 702, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1998485580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6040, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 703, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1999090380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6041, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 704, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"1999695180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6042, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 705, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2000299980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6043, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 706, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2000904780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6044, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 707, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2001509580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6045, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 708, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2002114380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6046, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 709, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2002719180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6047, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 710, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2003323980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6048, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 711, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2003928780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6049, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 712, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2004533580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6050, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 713, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2005138380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6051, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 714, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2005743180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6052, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 715, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2006347980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6053, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 716, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2006952780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6054, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 717, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2007557580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6055, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 718, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2008162380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6056, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 719, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2008767180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6057, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 720, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2009371980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6058, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 721, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2009976780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6059, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 722, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2010581580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6060, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 723, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2011186380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6061, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 724, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2011791180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6062, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 725, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2012395980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6063, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 726, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2013000780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6064, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 727, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2013605580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6065, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 728, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2014213980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6066, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 729, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2014818780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6067, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 730, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2015423580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6068, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 731, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2016028380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6069, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 732, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2016633180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6070, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 733, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2017237980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6071, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 734, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2017842780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6072, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 735, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2018447580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6073, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 736, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2019052380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6074, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 737, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2019657180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6075, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 738, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2020261980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6076, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 739, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2020866780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6077, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 740, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2021471580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6078, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 741, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2022076380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6079, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 742, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2022681180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6080, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 743, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2023285980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6081, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 744, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2023890780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6082, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 745, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2024495580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6083, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 746, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2025100380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6084, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 747, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2025705180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6085, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 748, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2026309980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6086, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 749, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2026911180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6087, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 750, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2027515980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6088, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 751, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2028120780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6089, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 752, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2028725580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6090, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 753, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2029330380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6091, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 754, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2029935180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6092, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 755, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2030539980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6093, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 756, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2031144780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6094, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 757, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2031749580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6095, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 758, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2032354380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6096, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 759, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2032959180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6097, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 760, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2033563980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6098, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 761, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2034168780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6099, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 762, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2034773580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6100, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 763, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2035378380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6101, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 764, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2035983180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6102, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 765, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2036587980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6103, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 766, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2037192780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6104, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 767, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2037797580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6105, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 768, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2038402380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6106, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 769, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2039007180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6107, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 770, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2039611980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6108, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 771, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2040216780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6109, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 772, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2040821580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6110, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 773, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2041426380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6111, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 774, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2042031180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6112, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 775, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2042635980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6113, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 776, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2043240780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6114, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 777, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2043845580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6115, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 778, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2044450380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6116, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 779, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2045055180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6117, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 780, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2045663580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6118, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 781, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2046268380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6119, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 782, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2046873180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6120, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 783, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2047477980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6121, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 784, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2048082780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6122, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 785, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2048687580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6123, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 786, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2049292380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6124, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 787, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2049897180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6125, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 788, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2050501980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6126, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 789, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2051106780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6127, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 790, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2051711580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6128, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 791, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2052316380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6129, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 792, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2052921180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6130, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 793, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2053525980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6131, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 794, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2054130780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6132, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 795, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2054735580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6133, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 796, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2055340380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6134, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 797, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2055945180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6135, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 798, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2056549980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6136, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 799, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2057154780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6137, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 800, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2057759580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6138, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 801, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2058364380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6139, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 802, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2058965580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6140, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 803, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2059570380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6141, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 804, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2060175180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6142, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 805, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2060779980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6143, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 806, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2061384780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6144, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 807, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2061989580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6145, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 808, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2062594380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6146, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 809, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2063199180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6147, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 810, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2063803980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6148, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 811, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2064408780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6149, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 812, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2065013580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6150, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 813, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2065618380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6151, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 814, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2066223180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6152, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 815, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2066827980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6153, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 816, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2067432780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6154, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 817, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2068037580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6155, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 818, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2068642380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6156, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 819, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2069247180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6157, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 820, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2069851980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6158, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 821, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2070456780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6159, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 822, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2071061580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6160, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 823, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2071666380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6161, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 824, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2072271180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6162, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 825, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2072875980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6163, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 826, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2073480780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6164, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 827, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2074085580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6165, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 828, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2074690380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6166, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 829, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2075295180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6167, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 830, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2075899980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6168, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 831, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2076504780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6169, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 832, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2077113180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6170, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 833, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2077717980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6171, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 834, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2078322780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6172, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 835, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2078927580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6173, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 836, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2079532380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6174, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 837, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2080137180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6175, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 838, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2080741980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6176, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 839, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2081346780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6177, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 840, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2081951580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6178, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 841, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2082556380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6179, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 842, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2083161180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (6180, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 843, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2083765980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6181, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 844, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2084370780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6182, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 845, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2084975580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6183, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 846, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2085580380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6184, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 847, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2086185180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6185, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 848, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2086789980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6186, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 849, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2087394780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6187, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 850, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2087999580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6188, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 851, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2088604380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6189, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 852, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2089209180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6190, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 853, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2089813980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6191, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 854, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2090415180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6192, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 855, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2091019980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6193, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 856, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2091624780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6194, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 857, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2092229580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6195, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 858, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2092834380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6196, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 859, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2093439180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6197, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 860, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2094043980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6198, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 861, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2094648780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6199, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 862, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2095253580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6200, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 863, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2095858380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6201, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 864, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2096463180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6202, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 865, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2097067980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6203, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 866, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2097672780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6204, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 867, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2098277580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6205, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 868, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2098882380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6206, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 869, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2099487180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6207, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 870, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2100091980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6208, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 871, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2100696780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6209, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 872, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2101301580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6210, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 873, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2101906380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6211, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 874, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2102511180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6212, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 875, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2103115980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6213, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 876, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2103720780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6214, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 877, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2104325580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6215, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 878, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2104930380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6216, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 879, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2105535180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6217, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 880, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2106139980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6218, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 881, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2106744780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6219, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 882, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2107349580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6220, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 883, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2107954380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6221, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 884, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2108562780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6222, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 885, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2109167580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6223, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 886, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2109772380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6224, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 887, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2110377180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6225, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 888, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2110981980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6226, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 889, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2111586780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6227, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 890, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2112191580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6228, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 891, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2112796380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6229, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 892, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2113401180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6230, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 893, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2114005980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6231, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 894, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2114610780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6232, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 895, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2115215580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6233, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 896, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2115820380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6234, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 897, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2116425180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6235, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 898, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2117029980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6236, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 899, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2117634780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6237, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 900, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2118239580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6238, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 901, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2118844380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6239, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 902, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2119449180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6240, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 903, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2120053980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6241, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 904, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2120658780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6242, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 905, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2121263580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6243, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 906, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2121868380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6244, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 907, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2122473180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6245, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 908, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2123077980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6246, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 909, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2123682780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6247, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 910, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2124287580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6248, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 911, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2124892380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6249, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 912, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2125497180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6250, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 913, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2126101980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6251, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 914, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2126706780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6252, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 915, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2127311580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6253, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 916, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2127916380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6254, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 917, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2128521180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6255, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 918, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2129125980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6256, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 919, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2129730780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6257, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 920, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2130335580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6258, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 921, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2130940380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6259, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 922, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2131545180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6260, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 923, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2132149980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6261, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 924, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2132754780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6262, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 925, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2133359580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6263, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 926, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2133964380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6264, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 927, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2134569180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6265, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 928, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2135173980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6266, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 929, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2135778780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6267, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 930, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2136383580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6268, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 931, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2136988380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6269, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 932, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2137593180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6270, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 933, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2138197980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6271, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 934, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2138802780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6272, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 935, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2139407580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6273, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 936, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2140012380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6274, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 937, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2140617180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6275, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 938, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2141221980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6276, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 939, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2141826780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6277, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 940, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2142431580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6278, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 941, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2143036380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6279, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 942, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2143641180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6280, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 943, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2144245980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6281, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 944, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2144850780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6282, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 945, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2145455580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6283, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 946, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2146060380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6284, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 947, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2146665180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6285, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 948, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2147269980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6286, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 949, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2147874780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6287, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 950, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2148479580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6288, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 951, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2149084380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6289, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 952, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2149689180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6290, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 953, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2150293980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6291, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 954, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2150898780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6292, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 955, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2151503580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6293, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 956, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2152108380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6294, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 957, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2152713180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6295, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 958, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2153317980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6296, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 959, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2153922780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6297, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 960, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2154527580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6298, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 961, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2155132380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6299, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 962, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2155737180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6300, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 963, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2156341980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6301, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 964, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2156946780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6302, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 965, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2157551580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6303, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 966, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2158156380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6304, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 967, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2158761180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6305, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 968, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2159365980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6306, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 969, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2159970780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6307, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 970, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2160575580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6308, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 971, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2161180380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6309, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 972, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2161785180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6310, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 973, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2162389980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6311, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 974, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2162994780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6312, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 975, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2163599580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6313, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 976, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2164204380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6314, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 977, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2164809180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6315, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 978, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2165413980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6316, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 979, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2166018780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6317, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 980, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2166623580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6318, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 981, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2167228380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6319, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 982, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2167833180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6320, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 983, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2168437980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6321, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 984, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2169042780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6322, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 985, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2169647580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6323, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 986, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2170252380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6324, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 987, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2170857180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6325, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 988, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2171461980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6326, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 989, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2172066780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6327, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 990, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2172671580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6328, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 991, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2173276380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6329, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 992, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2173881180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6330, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 993, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2174485980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6331, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 994, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2175090780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6332, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 995, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2175695580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6333, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 996, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2176300380\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6334, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 997, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2176905180\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6335, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 998, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2177509980\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6336, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 999, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2178114780\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6337, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1000, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":1,\"timestart\":\"2178719580\",\"name\":\"Everything is Teachable\"}', 1576792359, 'web', '0:0:0:0:0:0:0:1', NULL), (6338, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 4, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1576338780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6339, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 1, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1574524380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6340, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 2, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1575129180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6341, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 3, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1575733980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6342, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 5, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1576943580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6343, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 6, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1577548380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6344, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 7, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1578153180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6345, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 8, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1578757980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6346, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 9, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1579362780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6347, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 10, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1579967580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6348, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 11, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1580572380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6349, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 12, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1581177180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6350, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 13, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1581781980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6351, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 14, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1582386780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6352, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 15, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1582991580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6353, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 16, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1583596380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6354, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 17, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1584201180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6355, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 18, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1584805980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6356, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 19, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1585407180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6357, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 20, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1586011980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6358, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 21, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1586616780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6359, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 22, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1587221580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6360, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 23, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1587826380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6361, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 24, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1588431180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6362, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 25, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1589035980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6363, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 26, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1589640780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6364, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 27, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1590245580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6365, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 28, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1590850380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6366, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 29, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1591455180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6367, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 30, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1592059980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6368, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 31, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1592664780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6369, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 32, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1593269580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (6370, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 33, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1593874380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6371, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 34, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1594479180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6372, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 35, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1595083980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6373, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 36, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1595688780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6374, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 37, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1596293580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6375, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 38, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1596898380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6376, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 39, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1597503180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6377, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 40, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1598107980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6378, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 41, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1598712780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6379, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 42, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1599317580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6380, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 43, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1599922380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6381, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 44, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1600527180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6382, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 45, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1601131980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6383, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 46, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1601736780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6384, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 47, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1602341580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6385, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 48, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1602946380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6386, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 49, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1603551180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6387, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 50, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1604159580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6388, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 51, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1604764380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6389, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 52, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1605369180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6390, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 53, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1605973980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6391, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 54, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1606578780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6392, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 55, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1607183580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6393, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 56, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1607788380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6394, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 57, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1608393180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6395, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 58, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1608997980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6396, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 59, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1609602780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6397, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 60, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1610207580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6398, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 61, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1610812380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6399, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 62, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1611417180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6400, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 63, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1612021980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6401, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 64, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1612626780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6402, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 65, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1613231580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6403, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 66, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1613836380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6404, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 67, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1614441180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6405, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 68, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1615045980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6406, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 69, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1615650780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6407, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 70, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1616255580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6408, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 71, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1616856780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6409, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 72, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1617461580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6410, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 73, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1618066380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6411, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 74, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1618671180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6412, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 75, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1619275980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6413, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 76, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1619880780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6414, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 77, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1620485580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6415, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 78, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1621090380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6416, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 79, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1621695180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6417, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 80, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1622299980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6418, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 81, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1622904780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6419, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 82, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1623509580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6420, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 83, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1624114380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6421, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 84, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1624719180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6422, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 85, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1625323980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6423, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 86, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1625928780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6424, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 87, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1626533580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6425, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 88, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1627138380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6426, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 89, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1627743180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6427, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 90, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1628347980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6428, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 91, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1628952780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6429, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 92, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1629557580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6430, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 93, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1630162380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6431, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 94, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1630767180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6432, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 95, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1631371980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6433, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 96, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1631976780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6434, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 97, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1632581580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6435, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 98, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1633186380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6436, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 99, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1633791180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6437, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 100, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1634395980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6438, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 101, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1635000780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6439, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 102, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1635609180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6440, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 103, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1636213980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6441, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 104, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1636818780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6442, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 105, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1637423580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6443, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 106, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1638028380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6444, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 107, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1638633180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6445, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 108, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1639237980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6446, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 109, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1639842780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6447, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 110, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1640447580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6448, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 111, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1641052380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6449, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 112, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1641657180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6450, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 113, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1642261980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6451, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 114, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1642866780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6452, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 115, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1643471580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6453, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 116, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1644076380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6454, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 117, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1644681180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6455, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 118, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1645285980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6456, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 119, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1645890780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6457, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 120, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1646495580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6458, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 121, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1647100380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6459, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 122, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1647705180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6460, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 123, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1648306380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6461, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 124, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1648911180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6462, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 125, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1649515980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6463, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 126, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1650120780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6464, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 127, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1650725580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6465, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 128, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1651330380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6466, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 129, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1651935180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6467, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 130, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1652539980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6468, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 131, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1653144780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6469, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 132, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1653749580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6470, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 133, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1654354380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6471, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 134, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1654959180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6472, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 135, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1655563980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6473, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 136, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1656168780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6474, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 137, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1656773580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6475, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 138, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1657378380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6476, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 139, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1657983180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6477, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 140, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1658587980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6478, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 141, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1659192780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6479, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 142, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1659797580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6480, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 143, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1660402380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6481, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 144, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1661007180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6482, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 145, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1661611980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6483, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 146, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1662216780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6484, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 147, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1662821580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6485, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 148, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1663426380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6486, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 149, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1664031180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6487, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 150, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1664635980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6488, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 151, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1665240780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6489, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 152, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1665845580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6490, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 153, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1666450380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6491, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 154, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1667058780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6492, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 155, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1667663580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6493, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 156, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1668268380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6494, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 157, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1668873180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6495, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 158, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1669477980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6496, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 159, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1670082780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6497, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 160, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1670687580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6498, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 161, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1671292380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6499, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 162, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1671897180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6500, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 163, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1672501980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6501, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 164, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1673106780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6502, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 165, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1673711580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6503, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 166, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1674316380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6504, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 167, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1674921180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6505, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 168, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1675525980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6506, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 169, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1676130780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6507, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 170, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1676735580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6508, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 171, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1677340380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6509, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 172, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1677945180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6510, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 173, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1678549980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6511, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 174, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1679154780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6512, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 175, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1679759580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6513, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 176, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1680360780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6514, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 177, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1680965580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6515, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 178, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1681570380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6516, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 179, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1682175180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6517, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 180, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1682779980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6518, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 181, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1683384780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6519, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 182, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1683989580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6520, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 183, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1684594380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6521, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 184, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1685199180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6522, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 185, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1685803980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6523, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 186, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1686408780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6524, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 187, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1687013580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6525, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 188, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1687618380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6526, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 189, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1688223180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6527, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 190, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1688827980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6528, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 191, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1689432780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6529, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 192, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1690037580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6530, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 193, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1690642380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6531, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 194, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1691247180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6532, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 195, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1691851980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6533, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 196, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1692456780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6534, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 197, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1693061580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6535, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 198, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1693666380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6536, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 199, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1694271180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6537, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 200, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1694875980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6538, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 201, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1695480780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6539, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 202, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1696085580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6540, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 203, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1696690380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6541, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 204, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1697295180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6542, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 205, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1697899980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6543, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 206, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1698508380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6544, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 207, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1699113180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6545, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 208, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1699717980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6546, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 209, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1700322780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6547, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 210, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1700927580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6548, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 211, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1701532380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6549, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 212, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1702137180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6550, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 213, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1702741980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6551, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 214, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1703346780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6552, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 215, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1703951580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6553, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 216, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1704556380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6554, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 217, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1705161180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6555, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 218, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1705765980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6556, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 219, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1706370780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (6557, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 220, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1706975580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6558, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 221, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1707580380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6559, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 222, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1708185180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6560, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 223, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1708789980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6561, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 224, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1709394780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6562, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 225, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1709999580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6563, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 226, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1710604380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6564, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 227, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1711209180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6565, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 228, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1711810380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6566, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 229, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1712415180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6567, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 230, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1713019980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6568, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 231, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1713624780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6569, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 232, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1714229580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6570, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 233, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1714834380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6571, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 234, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1715439180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6572, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 235, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1716043980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6573, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 236, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1716648780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6574, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 237, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1717253580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6575, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 238, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1717858380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6576, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 239, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1718463180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6577, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 240, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1719067980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6578, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 241, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1719672780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6579, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 242, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1720277580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6580, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 243, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1720882380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6581, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 244, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1721487180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6582, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 245, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1722091980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6583, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 246, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1722696780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6584, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 247, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1723301580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6585, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 248, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1723906380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6586, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 249, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1724511180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6587, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 250, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1725115980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6588, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 251, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1725720780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6589, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 252, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1726325580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6590, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 253, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1726930380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6591, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 254, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1727535180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6592, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 255, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1728139980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6593, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 256, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1728744780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6594, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 257, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1729349580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6595, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 258, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1729957980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6596, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 259, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1730562780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6597, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 260, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1731167580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6598, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 261, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1731772380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6599, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 262, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1732377180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6600, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 263, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1732981980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6601, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 264, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1733586780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6602, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 265, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1734191580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6603, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 266, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1734796380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6604, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 267, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1735401180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6605, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 268, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1736005980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6606, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 269, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1736610780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6607, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 270, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1737215580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6608, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 271, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1737820380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6609, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 272, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1738425180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6610, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 273, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1739029980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6611, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 274, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1739634780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6612, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 275, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1740239580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6613, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 276, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1740844380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6614, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 277, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1741449180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6615, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 278, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1742053980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6616, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 279, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1742658780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6617, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 280, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1743259980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6618, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 281, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1743864780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6619, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 282, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1744469580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6620, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 283, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1745074380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6621, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 284, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1745679180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6622, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 285, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1746283980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6623, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 286, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1746888780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6624, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 287, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1747493580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6625, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 288, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1748098380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6626, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 289, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1748703180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6627, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 290, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1749307980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6628, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 291, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1749912780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6629, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 292, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1750517580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6630, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 293, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1751122380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6631, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 294, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1751727180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6632, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 295, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1752331980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6633, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 296, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1752936780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6634, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 297, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1753541580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6635, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 298, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1754146380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6636, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 299, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1754751180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6637, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 300, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1755355980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6638, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 301, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1755960780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6639, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 302, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1756565580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6640, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 303, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1757170380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6641, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 304, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1757775180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6642, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 305, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1758379980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6643, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 306, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1758984780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6644, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 307, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1759589580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6645, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 308, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1760194380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6646, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 309, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1760799180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6647, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 310, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1761407580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6648, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 311, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1762012380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6649, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 312, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1762617180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6650, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 313, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1763221980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6651, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 314, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1763826780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6652, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 315, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1764431580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6653, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 316, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1765036380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6654, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 317, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1765641180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6655, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 318, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1766245980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6656, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 319, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1766850780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6657, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 320, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1767455580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6658, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 321, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1768060380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6659, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 322, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1768665180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6660, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 323, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1769269980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6661, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 324, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1769874780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6662, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 325, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1770479580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6663, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 326, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1771084380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6664, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 327, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1771689180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6665, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 328, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1772293980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6666, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 329, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1772898780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6667, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 330, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1773503580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6668, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 331, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1774108380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6669, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 332, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1774709580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6670, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 333, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1775314380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6671, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 334, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1775919180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6672, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 335, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1776523980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6673, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 336, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1777128780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6674, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 337, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1777733580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6675, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 338, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1778338380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6676, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 339, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1778943180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6677, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 340, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1779547980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6678, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 341, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1780152780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6679, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 342, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1780757580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6680, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 343, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1781362380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6681, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 344, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1781967180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6682, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 345, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1782571980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6683, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 346, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1783176780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6684, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 347, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1783781580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6685, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 348, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1784386380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6686, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 349, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1784991180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6687, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 350, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1785595980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6688, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 351, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1786200780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6689, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 352, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1786805580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6690, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 353, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1787410380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6691, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 354, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1788015180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6692, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 355, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1788619980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6693, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 356, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1789224780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6694, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 357, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1789829580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6695, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 358, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1790434380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6696, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 359, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1791039180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6697, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 360, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1791643980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6698, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 361, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1792248780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6699, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 362, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1792853580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6700, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 363, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1793461980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6701, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 364, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1794066780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6702, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 365, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1794671580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6703, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 366, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1795276380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6704, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 367, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1795881180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6705, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 368, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1796485980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6706, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 369, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1797090780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6707, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 370, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1797695580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6708, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 371, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1798300380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6709, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 372, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1798905180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6710, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 373, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1799509980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6711, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 374, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1800114780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6712, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 375, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1800719580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6713, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 376, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1801324380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6714, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 377, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1801929180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6715, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 378, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1802533980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6716, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 379, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1803138780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6717, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 380, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1803743580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6718, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 381, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1804348380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6719, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 382, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1804953180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6720, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 383, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1805557980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6721, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 384, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1806159180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6722, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 385, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1806763980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6723, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 386, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1807368780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6724, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 387, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1807973580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6725, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 388, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1808578380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6726, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 389, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1809183180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6727, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 390, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1809787980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6728, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 391, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1810392780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6729, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 392, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1810997580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6730, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 393, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1811602380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6731, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 394, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1812207180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6732, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 395, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1812811980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6733, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 396, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1813416780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6734, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 397, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1814021580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6735, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 398, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1814626380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6736, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 399, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1815231180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6737, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 400, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1815835980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6738, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 401, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1816440780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6739, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 402, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1817045580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6740, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 403, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1817650380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6741, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 404, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1818255180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6742, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 405, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1818859980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6743, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 406, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1819464780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (6744, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 407, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1820069580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6745, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 408, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1820674380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6746, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 409, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1821279180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6747, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 410, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1821883980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6748, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 411, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1822488780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6749, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 412, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1823093580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6750, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 413, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1823698380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6751, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 414, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1824303180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6752, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 415, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1824911580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6753, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 416, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1825516380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6754, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 417, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1826121180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6755, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 418, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1826725980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6756, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 419, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1827330780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6757, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 420, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1827935580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6758, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 421, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1828540380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6759, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 422, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1829145180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6760, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 423, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1829749980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6761, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 424, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1830354780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6762, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 425, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1830959580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6763, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 426, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1831564380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6764, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 427, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1832169180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6765, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 428, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1832773980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6766, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 429, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1833378780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6767, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 430, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1833983580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6768, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 431, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1834588380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6769, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 432, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1835193180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6770, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 433, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1835797980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6771, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 434, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1836402780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6772, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 435, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1837007580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6773, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 436, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1837608780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6774, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 437, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1838213580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6775, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 438, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1838818380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6776, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 439, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1839423180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6777, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 440, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1840027980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6778, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 441, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1840632780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6779, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 442, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1841237580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6780, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 443, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1841842380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6781, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 444, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1842447180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6782, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 445, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1843051980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6783, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 446, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1843656780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6784, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 447, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1844261580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6785, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 448, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1844866380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6786, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 449, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1845471180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6787, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 450, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1846075980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6788, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 451, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1846680780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6789, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 452, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1847285580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6790, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 453, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1847890380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6791, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 454, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1848495180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6792, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 455, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1849099980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6793, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 456, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1849704780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6794, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 457, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1850309580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6795, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 458, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1850914380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6796, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 459, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1851519180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6797, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 460, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1852123980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6798, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 461, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1852728780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6799, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 462, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1853333580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6800, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 463, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1853938380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6801, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 464, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1854543180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6802, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 465, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1855147980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6803, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 466, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1855752780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6804, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 467, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1856361180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6805, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 468, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1856965980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6806, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 469, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1857570780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6807, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 470, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1858175580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6808, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 471, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1858780380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6809, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 472, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1859385180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6810, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 473, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1859989980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6811, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 474, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1860594780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6812, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 475, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1861199580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6813, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 476, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1861804380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6814, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 477, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1862409180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6815, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 478, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1863013980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6816, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 479, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1863618780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6817, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 480, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1864223580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6818, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 481, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1864828380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6819, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 482, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1865433180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6820, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 483, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1866037980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6821, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 484, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1866642780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6822, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 485, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1867247580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6823, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 486, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1867852380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6824, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 487, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1868457180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6825, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 488, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1869061980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6826, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 489, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1869663180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6827, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 490, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1870267980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6828, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 491, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1870872780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6829, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 492, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1871477580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6830, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 493, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1872082380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6831, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 494, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1872687180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6832, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 495, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1873291980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6833, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 496, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1873896780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6834, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 497, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1874501580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6835, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 498, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1875106380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6836, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 499, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1875711180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6837, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 500, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1876315980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6838, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 501, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1876920780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6839, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 502, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1877525580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6840, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 503, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1878130380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6841, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 504, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1878735180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6842, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 505, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1879339980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6843, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 506, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1879944780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6844, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 507, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1880549580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6845, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 508, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1881154380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6846, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 509, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1881759180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6847, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 510, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1882363980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6848, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 511, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1882968780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6849, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 512, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1883573580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6850, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 513, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1884178380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6851, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 514, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1884783180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6852, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 515, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1885387980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6853, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 516, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1885992780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6854, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 517, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1886597580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6855, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 518, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1887202380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6856, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 519, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1887810780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6857, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 520, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1888415580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6858, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 521, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1889020380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6859, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 522, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1889625180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6860, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 523, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1890229980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6861, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 524, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1890834780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6862, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 525, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1891439580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6863, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 526, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1892044380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6864, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 527, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1892649180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6865, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 528, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1893253980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6866, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 529, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1893858780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6867, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 530, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1894463580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6868, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 531, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1895068380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6869, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 532, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1895673180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6870, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 533, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1896277980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6871, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 534, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1896882780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6872, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 535, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1897487580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6873, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 536, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1898092380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6874, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 537, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1898697180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6875, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 538, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1899301980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6876, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 539, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1899906780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6877, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 540, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1900511580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6878, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 541, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1901112780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6879, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 542, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1901717580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6880, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 543, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1902322380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6881, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 544, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1902927180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6882, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 545, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1903531980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6883, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 546, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1904136780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6884, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 547, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1904741580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6885, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 548, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1905346380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6886, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 549, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1905951180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6887, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 550, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1906555980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6888, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 551, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1907160780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6889, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 552, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1907765580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6890, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 553, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1908370380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6891, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 554, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1908975180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6892, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 555, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1909579980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6893, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 556, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1910184780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6894, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 557, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1910789580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6895, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 558, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1911394380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6896, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 559, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1911999180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6897, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 560, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1912603980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6898, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 561, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1913208780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6899, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 562, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1913813580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6900, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 563, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1914418380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6901, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 564, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1915023180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6902, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 565, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1915627980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6903, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 566, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1916232780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6904, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 567, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1916837580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6905, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 568, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1917442380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6906, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 569, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1918047180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6907, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 570, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1918651980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6908, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 571, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1919260380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6909, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 572, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1919865180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6910, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 573, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1920469980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6911, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 574, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1921074780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6912, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 575, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1921679580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6913, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 576, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1922284380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6914, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 577, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1922889180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6915, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 578, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1923493980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6916, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 579, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1924098780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6917, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 580, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1924703580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6918, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 581, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1925308380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6919, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 582, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1925913180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6920, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 583, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1926517980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6921, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 584, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1927122780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6922, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 585, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1927727580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6923, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 586, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1928332380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6924, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 587, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1928937180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6925, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 588, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1929541980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6926, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 589, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1930146780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6927, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 590, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1930751580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6928, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 591, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1931356380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6929, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 592, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1931961180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6930, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 593, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1932562380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (6931, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 594, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1933167180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6932, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 595, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1933771980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6933, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 596, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1934376780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6934, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 597, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1934981580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6935, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 598, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1935586380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6936, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 599, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1936191180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6937, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 600, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1936795980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6938, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 601, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1937400780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6939, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 602, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1938005580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6940, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 603, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1938610380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6941, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 604, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1939215180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6942, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 605, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1939819980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6943, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 606, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1940424780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6944, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 607, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1941029580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6945, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 608, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1941634380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6946, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 609, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1942239180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6947, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 610, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1942843980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6948, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 611, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1943448780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6949, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 612, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1944053580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6950, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 613, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1944658380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6951, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 614, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1945263180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6952, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 615, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1945867980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6953, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 616, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1946472780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6954, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 617, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1947077580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6955, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 618, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1947682380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6956, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 619, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1948287180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6957, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 620, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1948891980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6958, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 621, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1949496780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6959, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 622, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1950101580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6960, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 623, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1950706380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6961, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 624, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1951314780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6962, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 625, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1951919580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6963, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 626, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1952524380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6964, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 627, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1953129180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6965, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 628, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1953733980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6966, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 629, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1954338780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6967, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 630, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1954943580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6968, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 631, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1955548380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6969, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 632, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1956153180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6970, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 633, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1956757980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6971, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 634, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1957362780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6972, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 635, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1957967580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6973, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 636, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1958572380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6974, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 637, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1959177180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6975, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 638, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1959781980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6976, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 639, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1960386780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6977, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 640, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1960991580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6978, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 641, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1961596380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6979, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 642, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1962201180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6980, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 643, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1962805980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6981, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 644, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1963410780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6982, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 645, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1964011980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6983, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 646, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1964616780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6984, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 647, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1965221580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6985, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 648, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1965826380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6986, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 649, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1966431180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6987, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 650, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1967035980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6988, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 651, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1967640780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6989, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 652, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1968245580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6990, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 653, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1968850380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6991, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 654, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1969455180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6992, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 655, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1970059980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6993, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 656, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1970664780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6994, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 657, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1971269580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6995, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 658, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1971874380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6996, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 659, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1972479180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6997, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 660, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1973083980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6998, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 661, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1973688780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (6999, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 662, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1974293580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7000, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 663, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1974898380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7001, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 664, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1975503180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7002, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 665, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1976107980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7003, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 666, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1976712780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7004, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 667, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1977317580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7005, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 668, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1977922380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7006, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 669, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1978527180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7007, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 670, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1979131980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7008, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 671, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1979736780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7009, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 672, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1980341580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7010, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 673, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1980946380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7011, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 674, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1981551180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7012, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 675, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1982155980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7013, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 676, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1982764380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7014, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 677, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1983369180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7015, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 678, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1983973980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7016, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 679, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1984578780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7017, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 680, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1985183580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7018, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 681, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1985788380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7019, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 682, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1986393180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7020, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 683, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1986997980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7021, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 684, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1987602780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7022, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 685, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1988207580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7023, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 686, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1988812380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7024, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 687, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1989417180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7025, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 688, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1990021980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7026, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 689, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1990626780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7027, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 690, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1991231580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7028, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 691, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1991836380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7029, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 692, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1992441180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7030, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 693, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1993045980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7031, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 694, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1993650780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7032, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 695, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1994255580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7033, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 696, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1994860380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7034, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 697, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1995461580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7035, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 698, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1996066380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7036, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 699, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1996671180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7037, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 700, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1997275980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7038, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 701, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1997880780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7039, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 702, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1998485580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7040, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 703, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1999090380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7041, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 704, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1999695180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7042, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 705, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2000299980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7043, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 706, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2000904780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7044, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 707, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2001509580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7045, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 708, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2002114380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7046, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 709, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2002719180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7047, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 710, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2003323980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7048, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 711, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2003928780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7049, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 712, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2004533580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7050, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 713, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2005138380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7051, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 714, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2005743180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7052, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 715, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2006347980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7053, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 716, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2006952780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7054, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 717, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2007557580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7055, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 718, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2008162380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7056, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 719, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2008767180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7057, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 720, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2009371980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7058, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 721, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2009976780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7059, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 722, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2010581580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7060, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 723, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2011186380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7061, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 724, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2011791180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7062, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 725, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2012395980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7063, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 726, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2013000780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7064, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 727, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2013605580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7065, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 728, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2014213980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7066, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 729, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2014818780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7067, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 730, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2015423580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7068, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 731, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2016028380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7069, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 732, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2016633180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7070, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 733, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2017237980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7071, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 734, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2017842780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7072, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 735, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2018447580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7073, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 736, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2019052380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7074, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 737, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2019657180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7075, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 738, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2020261980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7076, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 739, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2020866780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7077, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 740, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2021471580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7078, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 741, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2022076380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7079, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 742, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2022681180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7080, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 743, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2023285980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7081, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 744, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2023890780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7082, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 745, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2024495580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7083, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 746, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2025100380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7084, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 747, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2025705180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7085, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 748, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2026309980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7086, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 749, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2026911180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7087, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 750, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2027515980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7088, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 751, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2028120780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7089, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 752, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2028725580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7090, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 753, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2029330380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7091, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 754, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2029935180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7092, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 755, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2030539980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7093, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 756, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2031144780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7094, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 757, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2031749580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7095, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 758, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2032354380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7096, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 759, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2032959180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7097, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 760, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2033563980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7098, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 761, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2034168780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7099, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 762, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2034773580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7100, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 763, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2035378380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7101, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 764, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2035983180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7102, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 765, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2036587980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7103, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 766, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2037192780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7104, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 767, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2037797580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7105, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 768, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2038402380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7106, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 769, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2039007180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7107, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 770, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2039611980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7108, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 771, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2040216780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7109, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 772, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2040821580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7110, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 773, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2041426380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7111, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 774, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2042031180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7112, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 775, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2042635980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7113, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 776, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2043240780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7114, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 777, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2043845580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7115, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 778, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2044450380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7116, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 779, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2045055180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7117, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 780, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2045663580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (7118, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 781, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2046268380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7119, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 782, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2046873180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7120, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 783, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2047477980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7121, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 784, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2048082780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7122, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 785, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2048687580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7123, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 786, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2049292380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7124, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 787, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2049897180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7125, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 788, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2050501980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7126, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 789, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2051106780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7127, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 790, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2051711580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7128, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 791, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2052316380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7129, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 792, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2052921180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7130, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 793, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2053525980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7131, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 794, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2054130780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7132, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 795, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2054735580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7133, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 796, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2055340380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7134, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 797, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2055945180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7135, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 798, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2056549980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7136, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 799, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2057154780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7137, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 800, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2057759580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7138, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 801, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2058364380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7139, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 802, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2058965580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7140, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 803, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2059570380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7141, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 804, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2060175180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7142, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 805, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2060779980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7143, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 806, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2061384780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7144, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 807, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2061989580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7145, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 808, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2062594380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7146, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 809, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2063199180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7147, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 810, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2063803980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7148, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 811, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2064408780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7149, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 812, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2065013580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7150, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 813, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2065618380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7151, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 814, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2066223180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7152, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 815, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2066827980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7153, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 816, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2067432780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7154, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 817, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2068037580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7155, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 818, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2068642380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7156, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 819, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2069247180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7157, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 820, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2069851980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7158, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 821, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2070456780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7159, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 822, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2071061580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7160, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 823, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2071666380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7161, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 824, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2072271180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7162, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 825, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2072875980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7163, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 826, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2073480780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7164, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 827, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2074085580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7165, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 828, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2074690380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7166, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 829, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2075295180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7167, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 830, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2075899980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7168, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 831, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2076504780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7169, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 832, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2077113180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7170, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 833, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2077717980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7171, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 834, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2078322780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7172, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 835, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2078927580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7173, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 836, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2079532380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7174, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 837, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2080137180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7175, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 838, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2080741980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7176, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 839, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2081346780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7177, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 840, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2081951580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7178, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 841, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2082556380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7179, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 842, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2083161180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7180, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 843, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2083765980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7181, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 844, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2084370780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7182, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 845, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2084975580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7183, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 846, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2085580380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7184, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 847, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2086185180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7185, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 848, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2086789980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7186, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 849, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2087394780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7187, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 850, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2087999580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7188, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 851, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2088604380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7189, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 852, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2089209180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7190, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 853, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2089813980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7191, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 854, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2090415180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7192, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 855, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2091019980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7193, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 856, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2091624780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7194, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 857, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2092229580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7195, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 858, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2092834380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7196, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 859, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2093439180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7197, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 860, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2094043980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7198, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 861, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2094648780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7199, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 862, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2095253580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7200, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 863, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2095858380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7201, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 864, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2096463180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7202, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 865, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2097067980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7203, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 866, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2097672780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7204, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 867, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2098277580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7205, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 868, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2098882380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7206, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 869, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2099487180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7207, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 870, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2100091980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7208, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 871, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2100696780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7209, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 872, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2101301580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7210, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 873, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2101906380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7211, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 874, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2102511180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7212, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 875, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2103115980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7213, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 876, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2103720780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7214, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 877, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2104325580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7215, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 878, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2104930380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7216, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 879, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2105535180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7217, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 880, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2106139980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7218, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 881, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2106744780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7219, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 882, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2107349580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7220, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 883, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2107954380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7221, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 884, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2108562780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7222, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 885, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2109167580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7223, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 886, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2109772380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7224, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 887, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2110377180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7225, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 888, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2110981980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7226, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 889, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2111586780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7227, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 890, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2112191580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7228, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 891, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2112796380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7229, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 892, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2113401180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7230, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 893, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2114005980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7231, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 894, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2114610780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7232, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 895, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2115215580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7233, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 896, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2115820380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7234, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 897, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2116425180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7235, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 898, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2117029980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7236, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 899, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2117634780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7237, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 900, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2118239580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7238, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 901, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2118844380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7239, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 902, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2119449180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7240, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 903, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2120053980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7241, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 904, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2120658780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7242, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 905, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2121263580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7243, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 906, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2121868380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7244, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 907, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2122473180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7245, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 908, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2123077980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7246, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 909, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2123682780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7247, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 910, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2124287580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7248, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 911, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2124892380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7249, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 912, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2125497180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7250, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 913, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2126101980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7251, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 914, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2126706780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7252, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 915, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2127311580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7253, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 916, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2127916380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7254, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 917, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2128521180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7255, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 918, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2129125980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7256, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 919, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2129730780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7257, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 920, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2130335580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7258, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 921, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2130940380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7259, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 922, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2131545180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7260, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 923, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2132149980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7261, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 924, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2132754780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7262, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 925, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2133359580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7263, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 926, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2133964380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7264, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 927, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2134569180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7265, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 928, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2135173980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7266, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 929, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2135778780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7267, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 930, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2136383580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7268, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 931, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2136988380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7269, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 932, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2137593180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7270, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 933, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2138197980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7271, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 934, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2138802780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7272, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 935, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2139407580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7273, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 936, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2140012380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7274, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 937, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2140617180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7275, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 938, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2141221980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7276, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 939, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2141826780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7277, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 940, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2142431580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7278, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 941, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2143036380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7279, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 942, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2143641180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7280, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 943, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2144245980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7281, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 944, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2144850780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7282, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 945, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2145455580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7283, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 946, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2146060380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7284, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 947, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2146665180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7285, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 948, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2147269980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7286, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 949, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2147874780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7287, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 950, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2148479580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7288, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 951, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2149084380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7289, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 952, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2149689180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7290, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 953, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2150293980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7291, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 954, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2150898780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7292, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 955, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2151503580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7293, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 956, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2152108380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7294, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 957, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2152713180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7295, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 958, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2153317980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7296, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 959, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2153922780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7297, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 960, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2154527580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7298, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 961, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2155132380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7299, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 962, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2155737180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7300, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 963, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2156341980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7301, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 964, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2156946780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7302, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 965, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2157551580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7303, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 966, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2158156380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7304, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 967, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2158761180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (7305, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 968, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2159365980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7306, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 969, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2159970780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7307, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 970, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2160575580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7308, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 971, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2161180380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7309, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 972, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2161785180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7310, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 973, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2162389980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7311, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 974, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2162994780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7312, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 975, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2163599580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7313, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 976, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2164204380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7314, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 977, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2164809180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7315, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 978, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2165413980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7316, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 979, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2166018780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7317, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 980, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2166623580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7318, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 981, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2167228380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7319, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 982, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2167833180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7320, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 983, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2168437980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7321, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 984, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2169042780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7322, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 985, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2169647580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7323, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 986, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2170252380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7324, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 987, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2170857180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7325, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 988, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2171461980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7326, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 989, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2172066780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7327, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 990, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2172671580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7328, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 991, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2173276380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7329, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 992, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2173881180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7330, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 993, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2174485980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7331, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 994, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2175090780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7332, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 995, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2175695580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7333, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 996, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2176300380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7334, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 997, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2176905180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7335, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 998, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2177509980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7336, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 999, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2178114780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7337, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1000, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2178719580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7338, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 2, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1575129180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7339, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 3, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1575733980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7340, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 5, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1576943580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7341, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 6, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1577548380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7342, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 7, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1578153180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7343, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 8, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1578757980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7344, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 9, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1579362780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7345, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 10, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1579967580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7346, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 11, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1580572380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7347, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 12, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1581177180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7348, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 13, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1581781980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7349, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 14, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1582386780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7350, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 15, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1582991580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7351, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 16, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1583596380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7352, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 17, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1584201180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7353, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 18, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1584805980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7354, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 19, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1585407180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7355, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 20, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1586011980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7356, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 21, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1586616780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7357, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 22, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1587221580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7358, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 23, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1587826380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7359, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 24, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1588431180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7360, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 25, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1589035980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7361, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 26, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1589640780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7362, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 27, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1590245580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7363, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 28, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1590850380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7364, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 29, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1591455180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7365, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 30, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1592059980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7366, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 31, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1592664780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7367, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 32, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1593269580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7368, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 33, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1593874380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7369, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 34, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1594479180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7370, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 35, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1595083980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7371, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 36, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1595688780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7372, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 37, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1596293580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7373, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 38, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1596898380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7374, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 39, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1597503180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7375, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 40, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1598107980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7376, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 41, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1598712780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7377, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 42, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1599317580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7378, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 43, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1599922380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7379, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 44, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1600527180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7380, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 45, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1601131980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7381, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 46, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1601736780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7382, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 47, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1602341580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7383, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 48, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1602946380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7384, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 49, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1603551180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7385, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 50, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1604159580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7386, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 51, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1604764380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7387, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 52, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1605369180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7388, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 53, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1605973980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7389, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 54, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1606578780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7390, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 55, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1607183580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7391, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 56, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1607788380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7392, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 57, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1608393180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7393, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 58, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1608997980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7394, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 59, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1609602780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7395, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 60, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1610207580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7396, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 61, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1610812380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7397, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 62, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1611417180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7398, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 63, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1612021980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7399, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 64, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1612626780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7400, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 65, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1613231580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7401, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 66, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1613836380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7402, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 67, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1614441180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7403, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 68, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1615045980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7404, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 69, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1615650780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7405, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 70, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1616255580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7406, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 71, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1616856780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7407, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 72, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1617461580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7408, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 73, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1618066380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7409, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 74, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1618671180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7410, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 75, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1619275980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7411, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 76, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1619880780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7412, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 77, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1620485580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7413, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 78, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1621090380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7414, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 79, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1621695180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7415, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 80, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1622299980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7416, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 81, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1622904780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7417, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 82, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1623509580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7418, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 83, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1624114380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7419, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 84, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1624719180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7420, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 85, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1625323980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7421, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 86, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1625928780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7422, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 87, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1626533580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7423, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 88, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1627138380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7424, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 89, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1627743180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7425, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 90, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1628347980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7426, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 91, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1628952780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7427, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 92, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1629557580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7428, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 93, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1630162380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7429, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 94, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1630767180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7430, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 95, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1631371980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7431, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 96, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1631976780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7432, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 97, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1632581580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7433, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 98, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1633186380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7434, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 99, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1633791180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7435, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 100, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1634395980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7436, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 101, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1635000780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7437, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 102, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1635609180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7438, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 103, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1636213980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7439, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 104, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1636818780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7440, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 105, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1637423580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7441, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 106, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1638028380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7442, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 107, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1638633180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7443, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 108, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1639237980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7444, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 109, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1639842780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7445, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 110, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1640447580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7446, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 111, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1641052380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7447, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 112, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1641657180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7448, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 113, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1642261980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7449, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 114, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1642866780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7450, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 115, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1643471580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7451, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 116, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1644076380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7452, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 117, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1644681180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7453, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 118, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1645285980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7454, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 119, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1645890780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7455, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 120, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1646495580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7456, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 121, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1647100380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7457, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 122, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1647705180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7458, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 123, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1648306380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7459, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 124, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1648911180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7460, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 125, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1649515980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7461, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 126, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1650120780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7462, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 127, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1650725580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7463, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 128, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1651330380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7464, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 129, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1651935180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7465, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 130, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1652539980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7466, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 131, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1653144780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7467, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 132, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1653749580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7468, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 133, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1654354380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7469, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 134, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1654959180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7470, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 135, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1655563980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7471, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 136, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1656168780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7472, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 137, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1656773580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7473, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 138, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1657378380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7474, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 139, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1657983180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7475, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 140, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1658587980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7476, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 141, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1659192780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7477, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 142, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1659797580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7478, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 143, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1660402380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7479, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 144, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1661007180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7480, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 145, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1661611980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7481, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 146, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1662216780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7482, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 147, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1662821580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7483, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 148, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1663426380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7484, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 149, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1664031180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7485, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 150, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1664635980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7486, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 151, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1665240780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7487, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 152, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1665845580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7488, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 153, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1666450380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7489, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 154, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1667058780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7490, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 155, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1667663580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7491, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 156, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1668268380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (7492, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 157, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1668873180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7493, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 158, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1669477980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7494, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 159, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1670082780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7495, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 160, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1670687580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7496, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 161, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1671292380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7497, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 162, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1671897180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7498, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 163, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1672501980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7499, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 164, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1673106780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7500, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 165, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1673711580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7501, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 166, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1674316380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7502, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 167, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1674921180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7503, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 168, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1675525980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7504, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 169, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1676130780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7505, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 170, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1676735580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7506, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 171, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1677340380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7507, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 172, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1677945180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7508, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 173, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1678549980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7509, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 174, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1679154780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7510, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 175, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1679759580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7511, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 176, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1680360780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7512, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 177, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1680965580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7513, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 178, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1681570380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7514, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 179, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1682175180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7515, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 180, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1682779980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7516, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 181, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1683384780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7517, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 182, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1683989580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7518, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 183, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1684594380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7519, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 184, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1685199180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7520, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 185, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1685803980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7521, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 186, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1686408780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7522, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 187, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1687013580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7523, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 188, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1687618380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7524, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 189, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1688223180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7525, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 190, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1688827980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7526, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 191, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1689432780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7527, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 192, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1690037580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7528, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 193, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1690642380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7529, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 194, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1691247180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7530, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 195, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1691851980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7531, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 196, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1692456780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7532, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 197, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1693061580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7533, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 198, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1693666380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7534, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 199, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1694271180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7535, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 200, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1694875980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7536, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 201, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1695480780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7537, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 202, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1696085580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7538, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 203, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1696690380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7539, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 204, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1697295180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7540, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 205, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1697899980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7541, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 206, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1698508380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7542, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 207, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1699113180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7543, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 208, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1699717980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7544, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 209, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1700322780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7545, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 210, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1700927580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7546, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 211, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1701532380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7547, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 212, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1702137180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7548, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 213, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1702741980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7549, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 214, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1703346780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7550, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 215, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1703951580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7551, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 216, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1704556380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7552, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 217, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1705161180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7553, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 218, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1705765980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7554, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 219, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1706370780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7555, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 220, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1706975580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7556, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 221, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1707580380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7557, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 222, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1708185180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7558, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 223, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1708789980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7559, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 224, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1709394780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7560, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 225, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1709999580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7561, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 226, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1710604380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7562, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 227, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1711209180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7563, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 228, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1711810380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7564, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 229, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1712415180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7565, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 230, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1713019980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7566, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 231, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1713624780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7567, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 232, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1714229580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7568, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 233, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1714834380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7569, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 234, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1715439180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7570, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 235, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1716043980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7571, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 236, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1716648780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7572, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 237, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1717253580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7573, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 238, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1717858380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7574, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 239, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1718463180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7575, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 240, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1719067980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7576, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 241, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1719672780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7577, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 242, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1720277580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7578, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 243, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1720882380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7579, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 244, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1721487180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7580, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 245, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1722091980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7581, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 246, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1722696780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7582, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 247, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1723301580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7583, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 248, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1723906380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7584, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 249, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1724511180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7585, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 250, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1725115980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7586, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 251, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1725720780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7587, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 252, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1726325580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7588, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 253, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1726930380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7589, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 254, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1727535180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7590, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 255, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1728139980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7591, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 256, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1728744780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7592, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 257, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1729349580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7593, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 258, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1729957980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7594, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 259, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1730562780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7595, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 260, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1731167580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7596, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 261, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1731772380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7597, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 262, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1732377180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7598, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 263, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1732981980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7599, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 264, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1733586780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7600, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 265, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1734191580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7601, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 266, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1734796380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7602, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 267, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1735401180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7603, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 268, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1736005980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7604, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 269, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1736610780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7605, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 270, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1737215580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7606, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 271, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1737820380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7607, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 272, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1738425180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7608, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 273, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1739029980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7609, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 274, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1739634780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7610, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 275, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1740239580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7611, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 276, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1740844380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7612, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 277, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1741449180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7613, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 278, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1742053980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7614, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 279, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1742658780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7615, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 280, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1743259980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7616, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 281, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1743864780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7617, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 282, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1744469580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7618, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 283, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1745074380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7619, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 284, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1745679180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7620, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 285, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1746283980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7621, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 286, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1746888780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7622, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 287, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1747493580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7623, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 288, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1748098380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7624, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 289, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1748703180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7625, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 290, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1749307980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7626, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 291, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1749912780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7627, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 292, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1750517580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7628, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 293, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1751122380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7629, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 294, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1751727180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7630, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 295, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1752331980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7631, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 296, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1752936780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7632, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 297, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1753541580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7633, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 298, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1754146380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7634, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 299, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1754751180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7635, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 300, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1755355980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7636, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 301, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1755960780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7637, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 302, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1756565580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7638, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 303, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1757170380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7639, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 304, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1757775180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7640, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 305, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1758379980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7641, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 306, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1758984780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7642, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 307, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1759589580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7643, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 308, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1760194380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7644, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 309, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1760799180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7645, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 310, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1761407580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7646, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 311, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1762012380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7647, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 312, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1762617180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7648, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 313, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1763221980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7649, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 314, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1763826780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7650, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 315, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1764431580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7651, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 316, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1765036380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7652, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 317, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1765641180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7653, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 318, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1766245980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7654, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 319, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1766850780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7655, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 320, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1767455580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7656, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 321, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1768060380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7657, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 322, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1768665180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7658, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 323, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1769269980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7659, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 324, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1769874780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7660, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 325, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1770479580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7661, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 326, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1771084380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7662, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 327, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1771689180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7663, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 328, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1772293980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7664, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 329, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1772898780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7665, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 330, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1773503580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7666, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 331, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1774108380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7667, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 332, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1774709580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7668, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 333, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1775314380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7669, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 334, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1775919180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7670, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 335, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1776523980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7671, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 336, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1777128780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7672, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 337, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1777733580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7673, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 338, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1778338380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7674, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 339, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1778943180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7675, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 340, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1779547980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7676, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 341, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1780152780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7677, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 342, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1780757580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7678, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 343, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1781362380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (7679, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 344, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1781967180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7680, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 345, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1782571980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7681, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 346, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1783176780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7682, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 347, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1783781580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7683, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 348, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1784386380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7684, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 349, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1784991180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7685, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 350, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1785595980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7686, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 351, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1786200780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7687, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 352, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1786805580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7688, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 353, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1787410380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7689, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 354, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1788015180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7690, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 355, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1788619980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7691, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 356, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1789224780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7692, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 357, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1789829580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7693, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 358, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1790434380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7694, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 359, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1791039180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7695, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 360, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1791643980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7696, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 361, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1792248780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7697, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 362, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1792853580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7698, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 363, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1793461980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7699, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 364, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1794066780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7700, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 365, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1794671580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7701, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 366, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1795276380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7702, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 367, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1795881180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7703, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 368, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1796485980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7704, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 369, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1797090780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7705, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 370, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1797695580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7706, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 371, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1798300380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7707, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 372, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1798905180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7708, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 373, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1799509980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7709, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 374, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1800114780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7710, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 375, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1800719580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7711, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 376, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1801324380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7712, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 377, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1801929180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7713, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 378, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1802533980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7714, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 379, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1803138780\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7715, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 380, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1803743580\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7716, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 381, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1804348380\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7717, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 382, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1804953180\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7718, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 383, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1805557980\",\"name\":\"Everything is Teachable\"}', 1576792408, 'web', '0:0:0:0:0:0:0:1', NULL), (7719, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 384, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1806159180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7720, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 385, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1806763980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7721, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 386, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1807368780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7722, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 387, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1807973580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7723, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 388, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1808578380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7724, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 389, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1809183180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7725, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 390, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1809787980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7726, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 391, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1810392780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7727, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 392, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1810997580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7728, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 393, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1811602380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7729, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 394, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1812207180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7730, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 395, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1812811980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7731, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 396, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1813416780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7732, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 397, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1814021580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7733, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 398, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1814626380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7734, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 399, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1815231180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7735, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 400, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1815835980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7736, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 401, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1816440780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7737, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 402, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1817045580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7738, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 403, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1817650380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7739, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 404, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1818255180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7740, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 405, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1818859980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7741, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 406, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1819464780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7742, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 407, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1820069580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7743, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 408, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1820674380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7744, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 409, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1821279180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7745, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 410, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1821883980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7746, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 411, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1822488780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7747, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 412, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1823093580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7748, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 413, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1823698380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7749, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 414, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1824303180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7750, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 415, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1824911580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7751, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 416, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1825516380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7752, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 417, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1826121180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7753, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 418, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1826725980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7754, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 419, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1827330780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7755, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 420, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1827935580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7756, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 421, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1828540380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7757, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 422, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1829145180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7758, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 423, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1829749980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7759, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 424, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1830354780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7760, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 425, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1830959580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7761, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 426, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1831564380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7762, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 427, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1832169180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7763, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 428, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1832773980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7764, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 429, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1833378780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7765, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 430, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1833983580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7766, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 431, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1834588380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7767, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 432, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1835193180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7768, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 433, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1835797980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7769, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 434, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1836402780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7770, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 435, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1837007580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7771, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 436, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1837608780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7772, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 437, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1838213580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7773, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 438, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1838818380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7774, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 439, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1839423180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7775, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 440, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1840027980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7776, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 441, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1840632780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7777, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 442, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1841237580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7778, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 443, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1841842380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7779, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 444, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1842447180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7780, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 445, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1843051980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7781, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 446, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1843656780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7782, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 447, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1844261580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7783, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 448, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1844866380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7784, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 449, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1845471180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7785, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 450, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1846075980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7786, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 451, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1846680780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7787, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 452, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1847285580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7788, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 453, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1847890380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7789, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 454, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1848495180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7790, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 455, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1849099980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7791, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 456, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1849704780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7792, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 457, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1850309580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7793, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 458, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1850914380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7794, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 459, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1851519180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7795, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 460, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1852123980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7796, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 461, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1852728780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7797, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 462, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1853333580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7798, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 463, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1853938380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7799, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 464, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1854543180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7800, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 465, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1855147980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7801, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 466, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1855752780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7802, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 467, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1856361180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7803, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 468, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1856965980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7804, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 469, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1857570780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7805, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 470, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1858175580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7806, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 471, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1858780380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7807, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 472, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1859385180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7808, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 473, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1859989980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7809, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 474, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1860594780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7810, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 475, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1861199580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7811, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 476, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1861804380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7812, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 477, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1862409180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7813, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 478, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1863013980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7814, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 479, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1863618780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7815, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 480, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1864223580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7816, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 481, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1864828380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7817, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 482, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1865433180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7818, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 483, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1866037980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7819, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 484, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1866642780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7820, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 485, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1867247580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7821, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 486, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1867852380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7822, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 487, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1868457180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7823, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 488, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1869061980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7824, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 489, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1869663180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7825, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 490, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1870267980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7826, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 491, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1870872780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7827, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 492, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1871477580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7828, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 493, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1872082380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7829, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 494, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1872687180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7830, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 495, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1873291980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7831, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 496, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1873896780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7832, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 497, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1874501580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7833, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 498, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1875106380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7834, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 499, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1875711180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7835, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 500, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1876315980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7836, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 501, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1876920780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7837, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 502, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1877525580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7838, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 503, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1878130380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7839, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 504, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1878735180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7840, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 505, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1879339980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7841, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 506, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1879944780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7842, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 507, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1880549580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7843, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 508, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1881154380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7844, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 509, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1881759180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7845, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 510, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1882363980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7846, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 511, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1882968780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7847, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 512, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1883573580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7848, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 513, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1884178380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7849, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 514, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1884783180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7850, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 515, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1885387980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7851, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 516, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1885992780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7852, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 517, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1886597580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7853, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 518, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1887202380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7854, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 519, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1887810780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7855, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 520, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1888415580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7856, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 521, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1889020380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7857, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 522, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1889625180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7858, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 523, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1890229980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7859, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 524, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1890834780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7860, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 525, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1891439580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7861, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 526, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1892044380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7862, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 527, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1892649180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7863, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 528, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1893253980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7864, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 529, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1893858780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7865, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 530, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1894463580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (7866, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 531, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1895068380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7867, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 532, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1895673180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7868, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 533, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1896277980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7869, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 534, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1896882780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7870, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 535, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1897487580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7871, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 536, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1898092380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7872, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 537, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1898697180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7873, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 538, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1899301980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7874, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 539, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1899906780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7875, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 540, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1900511580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7876, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 541, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1901112780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7877, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 542, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1901717580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7878, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 543, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1902322380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7879, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 544, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1902927180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7880, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 545, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1903531980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7881, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 546, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1904136780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7882, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 547, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1904741580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7883, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 548, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1905346380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7884, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 549, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1905951180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7885, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 550, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1906555980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7886, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 551, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1907160780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7887, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 552, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1907765580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7888, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 553, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1908370380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7889, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 554, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1908975180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7890, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 555, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1909579980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7891, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 556, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1910184780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7892, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 557, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1910789580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7893, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 558, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1911394380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7894, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 559, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1911999180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7895, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 560, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1912603980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7896, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 561, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1913208780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7897, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 562, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1913813580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7898, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 563, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1914418380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7899, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 564, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1915023180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7900, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 565, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1915627980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7901, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 566, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1916232780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7902, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 567, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1916837580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7903, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 568, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1917442380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7904, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 569, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1918047180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7905, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 570, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1918651980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7906, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 571, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1919260380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7907, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 572, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1919865180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7908, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 573, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1920469980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7909, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 574, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1921074780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7910, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 575, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1921679580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7911, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 576, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1922284380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7912, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 577, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1922889180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7913, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 578, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1923493980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7914, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 579, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1924098780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7915, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 580, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1924703580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7916, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 581, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1925308380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7917, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 582, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1925913180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7918, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 583, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1926517980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7919, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 584, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1927122780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7920, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 585, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1927727580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7921, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 586, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1928332380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7922, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 587, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1928937180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7923, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 588, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1929541980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7924, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 589, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1930146780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7925, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 590, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1930751580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7926, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 591, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1931356380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7927, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 592, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1931961180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7928, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 593, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1932562380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7929, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 594, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1933167180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7930, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 595, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1933771980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7931, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 596, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1934376780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7932, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 597, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1934981580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7933, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 598, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1935586380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7934, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 599, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1936191180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7935, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 600, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1936795980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7936, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 601, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1937400780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7937, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 602, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1938005580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7938, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 603, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1938610380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7939, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 604, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1939215180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7940, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 605, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1939819980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7941, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 606, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1940424780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7942, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 607, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1941029580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7943, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 608, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1941634380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7944, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 609, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1942239180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7945, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 610, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1942843980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7946, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 611, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1943448780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7947, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 612, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1944053580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7948, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 613, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1944658380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7949, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 614, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1945263180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7950, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 615, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1945867980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7951, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 616, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1946472780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7952, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 617, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1947077580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7953, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 618, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1947682380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7954, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 619, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1948287180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7955, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 620, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1948891980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7956, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 621, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1949496780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7957, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 622, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1950101580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7958, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 623, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1950706380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7959, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 624, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1951314780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7960, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 625, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1951919580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7961, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 626, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1952524380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7962, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 627, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1953129180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7963, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 628, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1953733980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7964, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 629, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1954338780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7965, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 630, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1954943580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7966, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 631, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1955548380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7967, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 632, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1956153180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7968, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 633, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1956757980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7969, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 634, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1957362780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7970, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 635, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1957967580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7971, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 636, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1958572380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7972, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 637, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1959177180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7973, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 638, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1959781980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7974, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 639, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1960386780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7975, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 640, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1960991580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7976, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 641, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1961596380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7977, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 642, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1962201180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7978, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 643, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1962805980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7979, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 644, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1963410780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7980, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 645, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1964011980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7981, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 646, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1964616780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7982, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 647, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1965221580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7983, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 648, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1965826380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7984, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 649, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1966431180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7985, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 650, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1967035980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7986, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 651, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1967640780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7987, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 652, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1968245580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7988, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 653, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1968850380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7989, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 654, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1969455180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7990, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 655, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1970059980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7991, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 656, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1970664780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7992, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 657, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1971269580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7993, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 658, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1971874380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7994, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 659, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1972479180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7995, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 660, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1973083980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7996, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 661, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1973688780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7997, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 662, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1974293580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7998, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 663, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1974898380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (7999, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 664, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1975503180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8000, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 665, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1976107980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8001, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 666, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1976712780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8002, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 667, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1977317580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8003, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 668, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1977922380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8004, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 669, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1978527180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8005, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 670, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1979131980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8006, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 671, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1979736780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8007, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 672, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1980341580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8008, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 673, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1980946380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8009, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 674, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1981551180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8010, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 675, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1982155980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8011, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 676, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1982764380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8012, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 677, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1983369180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8013, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 678, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1983973980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8014, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 679, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1984578780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8015, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 680, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1985183580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8016, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 681, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1985788380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8017, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 682, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1986393180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8018, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 683, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1986997980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8019, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 684, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1987602780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8020, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 685, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1988207580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8021, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 686, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1988812380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8022, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 687, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1989417180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8023, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 688, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1990021980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8024, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 689, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1990626780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8025, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 690, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1991231580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8026, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 691, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1991836380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8027, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 692, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1992441180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8028, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 693, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1993045980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8029, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 694, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1993650780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8030, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 695, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1994255580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8031, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 696, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1994860380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8032, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 697, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1995461580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8033, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 698, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1996066380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8034, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 699, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1996671180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8035, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 700, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1997275980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8036, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 701, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1997880780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8037, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 702, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1998485580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8038, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 703, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1999090380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8039, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 704, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"1999695180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8040, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 705, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2000299980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8041, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 706, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2000904780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8042, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 707, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2001509580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8043, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 708, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2002114380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8044, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 709, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2002719180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8045, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 710, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2003323980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8046, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 711, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2003928780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8047, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 712, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2004533580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8048, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 713, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2005138380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8049, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 714, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2005743180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8050, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 715, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2006347980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8051, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 716, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2006952780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8052, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 717, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2007557580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (8053, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 718, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2008162380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8054, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 719, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2008767180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8055, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 720, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2009371980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8056, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 721, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2009976780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8057, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 722, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2010581580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8058, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 723, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2011186380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8059, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 724, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2011791180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8060, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 725, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2012395980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8061, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 726, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2013000780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8062, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 727, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2013605580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8063, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 728, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2014213980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8064, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 729, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2014818780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8065, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 730, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2015423580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8066, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 731, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2016028380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8067, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 732, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2016633180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8068, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 733, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2017237980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8069, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 734, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2017842780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8070, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 735, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2018447580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8071, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 736, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2019052380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8072, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 737, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2019657180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8073, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 738, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2020261980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8074, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 739, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2020866780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8075, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 740, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2021471580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8076, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 741, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2022076380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8077, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 742, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2022681180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8078, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 743, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2023285980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8079, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 744, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2023890780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8080, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 745, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2024495580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8081, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 746, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2025100380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8082, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 747, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2025705180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8083, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 748, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2026309980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8084, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 749, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2026911180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8085, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 750, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2027515980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8086, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 751, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2028120780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8087, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 752, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2028725580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8088, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 753, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2029330380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8089, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 754, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2029935180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8090, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 755, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2030539980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8091, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 756, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2031144780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8092, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 757, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2031749580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8093, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 758, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2032354380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8094, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 759, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2032959180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8095, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 760, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2033563980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8096, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 761, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2034168780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8097, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 762, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2034773580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8098, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 763, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2035378380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8099, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 764, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2035983180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8100, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 765, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2036587980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8101, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 766, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2037192780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8102, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 767, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2037797580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8103, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 768, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2038402380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8104, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 769, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2039007180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8105, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 770, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2039611980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8106, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 771, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2040216780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8107, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 772, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2040821580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8108, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 773, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2041426380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8109, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 774, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2042031180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8110, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 775, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2042635980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8111, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 776, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2043240780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8112, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 777, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2043845580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8113, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 778, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2044450380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8114, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 779, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2045055180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8115, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 780, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2045663580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8116, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 781, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2046268380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8117, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 782, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2046873180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8118, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 783, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2047477980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8119, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 784, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2048082780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8120, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 785, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2048687580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8121, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 786, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2049292380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8122, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 787, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2049897180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8123, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 788, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2050501980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8124, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 789, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2051106780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8125, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 790, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2051711580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8126, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 791, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2052316380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8127, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 792, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2052921180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8128, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 793, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2053525980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8129, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 794, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2054130780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8130, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 795, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2054735580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8131, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 796, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2055340380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8132, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 797, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2055945180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8133, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 798, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2056549980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8134, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 799, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2057154780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8135, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 800, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2057759580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8136, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 801, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2058364380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8137, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 802, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2058965580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8138, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 803, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2059570380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8139, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 804, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2060175180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8140, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 805, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2060779980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8141, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 806, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2061384780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8142, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 807, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2061989580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8143, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 808, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2062594380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8144, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 809, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2063199180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8145, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 810, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2063803980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8146, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 811, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2064408780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8147, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 812, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2065013580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8148, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 813, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2065618380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8149, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 814, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2066223180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8150, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 815, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2066827980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8151, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 816, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2067432780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8152, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 817, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2068037580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8153, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 818, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2068642380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8154, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 819, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2069247180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8155, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 820, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2069851980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8156, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 821, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2070456780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8157, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 822, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2071061580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8158, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 823, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2071666380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8159, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 824, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2072271180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8160, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 825, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2072875980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8161, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 826, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2073480780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8162, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 827, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2074085580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8163, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 828, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2074690380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8164, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 829, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2075295180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8165, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 830, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2075899980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8166, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 831, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2076504780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8167, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 832, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2077113180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8168, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 833, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2077717980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8169, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 834, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2078322780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8170, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 835, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2078927580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8171, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 836, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2079532380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8172, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 837, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2080137180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8173, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 838, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2080741980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8174, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 839, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2081346780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8175, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 840, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2081951580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8176, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 841, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2082556380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8177, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 842, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2083161180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8178, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 843, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2083765980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8179, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 844, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2084370780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8180, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 845, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2084975580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8181, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 846, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2085580380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8182, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 847, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2086185180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8183, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 848, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2086789980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8184, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 849, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2087394780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8185, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 850, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2087999580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8186, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 851, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2088604380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8187, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 852, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2089209180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8188, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 853, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2089813980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8189, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 854, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2090415180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8190, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 855, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2091019980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8191, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 856, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2091624780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8192, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 857, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2092229580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8193, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 858, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2092834380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8194, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 859, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2093439180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8195, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 860, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2094043980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8196, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 861, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2094648780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8197, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 862, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2095253580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8198, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 863, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2095858380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8199, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 864, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2096463180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8200, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 865, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2097067980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8201, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 866, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2097672780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8202, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 867, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2098277580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8203, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 868, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2098882380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8204, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 869, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2099487180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8205, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 870, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2100091980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8206, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 871, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2100696780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8207, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 872, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2101301580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8208, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 873, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2101906380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8209, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 874, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2102511180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8210, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 875, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2103115980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8211, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 876, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2103720780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8212, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 877, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2104325580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8213, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 878, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2104930380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8214, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 879, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2105535180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8215, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 880, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2106139980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8216, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 881, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2106744780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8217, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 882, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2107349580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8218, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 883, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2107954380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8219, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 884, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2108562780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8220, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 885, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2109167580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8221, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 886, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2109772380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8222, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 887, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2110377180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8223, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 888, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2110981980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8224, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 889, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2111586780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8225, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 890, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2112191580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8226, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 891, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2112796380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8227, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 892, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2113401180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8228, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 893, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2114005980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8229, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 894, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2114610780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8230, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 895, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2115215580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8231, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 896, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2115820380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8232, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 897, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2116425180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8233, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 898, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2117029980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8234, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 899, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2117634780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8235, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 900, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2118239580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8236, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 901, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2118844380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8237, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 902, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2119449180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8238, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 903, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2120053980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8239, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 904, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2120658780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (8240, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 905, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2121263580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8241, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 906, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2121868380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8242, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 907, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2122473180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8243, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 908, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2123077980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8244, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 909, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2123682780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8245, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 910, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2124287580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8246, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 911, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2124892380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8247, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 912, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2125497180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8248, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 913, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2126101980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8249, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 914, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2126706780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8250, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 915, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2127311580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8251, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 916, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2127916380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8252, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 917, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2128521180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8253, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 918, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2129125980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8254, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 919, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2129730780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8255, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 920, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2130335580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8256, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 921, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2130940380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8257, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 922, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2131545180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8258, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 923, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2132149980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8259, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 924, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2132754780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8260, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 925, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2133359580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8261, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 926, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2133964380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8262, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 927, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2134569180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8263, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 928, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2135173980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8264, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 929, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2135778780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8265, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 930, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2136383580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8266, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 931, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2136988380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8267, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 932, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2137593180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8268, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 933, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2138197980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8269, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 934, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2138802780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8270, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 935, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2139407580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8271, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 936, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2140012380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8272, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 937, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2140617180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8273, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 938, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2141221980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8274, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 939, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2141826780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8275, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 940, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2142431580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8276, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 941, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2143036380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8277, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 942, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2143641180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8278, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 943, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2144245980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8279, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 944, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2144850780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8280, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 945, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2145455580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8281, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 946, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2146060380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8282, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 947, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2146665180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8283, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 948, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2147269980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8284, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 949, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2147874780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8285, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 950, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2148479580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8286, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 951, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2149084380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8287, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 952, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2149689180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8288, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 953, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2150293980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8289, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 954, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2150898780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8290, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 955, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2151503580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8291, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 956, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2152108380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8292, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 957, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2152713180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8293, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 958, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2153317980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8294, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 959, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2153922780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8295, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 960, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2154527580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8296, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 961, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2155132380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8297, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 962, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2155737180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8298, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 963, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2156341980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8299, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 964, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2156946780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8300, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 965, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2157551580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8301, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 966, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2158156380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8302, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 967, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2158761180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8303, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 968, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2159365980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8304, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 969, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2159970780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8305, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 970, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2160575580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8306, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 971, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2161180380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8307, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 972, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2161785180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8308, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 973, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2162389980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8309, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 974, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2162994780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8310, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 975, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2163599580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8311, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 976, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2164204380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8312, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 977, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2164809180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8313, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 978, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2165413980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8314, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 979, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2166018780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8315, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 980, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2166623580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8316, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 981, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2167228380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8317, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 982, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2167833180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8318, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 983, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2168437980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8319, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 984, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2169042780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8320, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 985, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2169647580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8321, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 986, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2170252380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8322, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 987, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2170857180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8323, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 988, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2171461980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8324, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 989, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2172066780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8325, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 990, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2172671580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8326, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 991, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2173276380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8327, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 992, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2173881180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8328, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 993, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2174485980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8329, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 994, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2175090780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8330, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 995, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2175695580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8331, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 996, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2176300380\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8332, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 997, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2176905180\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8333, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 998, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2177509980\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8334, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 999, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2178114780\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8335, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 1000, 'd', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":\"1\",\"timestart\":\"2178719580\",\"name\":\"Everything is Teachable\"}', 1576792409, 'web', '0:0:0:0:0:0:0:1', NULL), (8336, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 1002, 'c', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1577569980,\"name\":\"Everything is Teachable\"}', 1576792452, 'web', '0:0:0:0:0:0:0:1', NULL), (8337, '\\core\\event\\calendar_event_updated', 'core', 'updated', 'calendar_event', 'event', 1002, 'u', 0, 2, 50, 1, 2, 1, NULL, 0, '{\"repeatid\":0,\"timestart\":1577569980,\"name\":\"Everything is Teachable\"}', 1576792601, 'web', '0:0:0:0:0:0:0:1', NULL), (8338, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1628, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1572566400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1574524500\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576793441, 'web', '0:0:0:0:0:0:0:1', NULL), (8339, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797724, 'web', '0:0:0:0:0:0:0:1', NULL), (8340, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797731, 'web', '0:0:0:0:0:0:0:1', NULL), (8341, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797749, 'web', '0:0:0:0:0:0:0:1', NULL), (8342, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797750, 'web', '0:0:0:0:0:0:0:1', NULL), (8343, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797757, 'web', '0:0:0:0:0:0:0:1', NULL), (8344, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797762, 'web', '0:0:0:0:0:0:0:1', NULL), (8345, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797773, 'web', '0:0:0:0:0:0:0:1', NULL), (8346, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797774, 'web', '0:0:0:0:0:0:0:1', NULL), (8347, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797783, 'web', '0:0:0:0:0:0:0:1', NULL), (8348, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797791, 'web', '0:0:0:0:0:0:0:1', NULL), (8349, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797801, 'web', '0:0:0:0:0:0:0:1', NULL), (8350, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576797813, 'web', '0:0:0:0:0:0:0:1', NULL), (8351, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798030, 'web', '0:0:0:0:0:0:0:1', NULL), (8352, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798031, 'web', '0:0:0:0:0:0:0:1', NULL), (8353, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798038, 'web', '0:0:0:0:0:0:0:1', NULL), (8354, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798098, 'web', '0:0:0:0:0:0:0:1', NULL), (8355, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798127, 'web', '0:0:0:0:0:0:0:1', NULL), (8356, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798128, 'web', '0:0:0:0:0:0:0:1', NULL), (8357, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798135, 'web', '0:0:0:0:0:0:0:1', NULL), (8358, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798154, 'web', '0:0:0:0:0:0:0:1', NULL), (8359, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798167, 'web', '0:0:0:0:0:0:0:1', NULL), (8360, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798168, 'web', '0:0:0:0:0:0:0:1', NULL), (8361, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798182, 'web', '0:0:0:0:0:0:0:1', NULL), (8362, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798267, 'web', '0:0:0:0:0:0:0:1', NULL), (8363, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798270, 'web', '0:0:0:0:0:0:0:1', NULL), (8364, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798276, 'web', '0:0:0:0:0:0:0:1', NULL), (8365, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798296, 'web', '0:0:0:0:0:0:0:1', NULL), (8366, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798310, 'web', '0:0:0:0:0:0:0:1', NULL), (8367, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576798319, 'web', '0:0:0:0:0:0:0:1', NULL), (8368, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799663, 'web', '0:0:0:0:0:0:0:1', NULL), (8369, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799673, 'web', '0:0:0:0:0:0:0:1', NULL), (8370, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799685, 'web', '0:0:0:0:0:0:0:1', NULL), (8371, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799686, 'web', '0:0:0:0:0:0:0:1', NULL), (8372, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799694, 'web', '0:0:0:0:0:0:0:1', NULL), (8373, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799699, 'web', '0:0:0:0:0:0:0:1', NULL), (8374, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799726, 'web', '0:0:0:0:0:0:0:1', NULL), (8375, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799727, 'web', '0:0:0:0:0:0:0:1', NULL), (8376, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799734, 'web', '0:0:0:0:0:0:0:1', NULL), (8377, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576799785, 'web', '0:0:0:0:0:0:0:1', NULL), (8378, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800172, 'web', '0:0:0:0:0:0:0:1', NULL), (8379, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800181, 'web', '0:0:0:0:0:0:0:1', NULL), (8380, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800182, 'web', '0:0:0:0:0:0:0:1', NULL), (8381, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800189, 'web', '0:0:0:0:0:0:0:1', NULL), (8382, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800205, 'web', '0:0:0:0:0:0:0:1', NULL), (8383, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800297, 'web', '0:0:0:0:0:0:0:1', NULL), (8384, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800298, 'web', '0:0:0:0:0:0:0:1', NULL), (8385, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800307, 'web', '0:0:0:0:0:0:0:1', NULL), (8386, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800417, 'web', '0:0:0:0:0:0:0:1', NULL), (8387, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800427, 'web', '0:0:0:0:0:0:0:1', NULL), (8388, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800510, 'web', '0:0:0:0:0:0:0:1', NULL), (8389, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800519, 'web', '0:0:0:0:0:0:0:1', NULL), (8390, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800559, 'web', '0:0:0:0:0:0:0:1', NULL), (8391, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800565, 'web', '0:0:0:0:0:0:0:1', NULL), (8392, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800822, 'web', '0:0:0:0:0:0:0:1', NULL), (8393, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800829, 'web', '0:0:0:0:0:0:0:1', NULL), (8394, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800862, 'web', '0:0:0:0:0:0:0:1', NULL), (8395, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576800867, 'web', '0:0:0:0:0:0:0:1', NULL), (8396, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576801026, 'web', '0:0:0:0:0:0:0:1', NULL), (8397, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576801032, 'web', '0:0:0:0:0:0:0:1', NULL), (8398, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576802972, 'web', '0:0:0:0:0:0:0:1', NULL), (8399, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576803072, 'web', '0:0:0:0:0:0:0:1', NULL), (8400, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576803082, 'web', '0:0:0:0:0:0:0:1', NULL), (8401, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576803083, 'web', '0:0:0:0:0:0:0:1', NULL), (8402, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576803113, 'web', '0:0:0:0:0:0:0:1', NULL), (8403, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576803114, 'web', '0:0:0:0:0:0:0:1', NULL), (8404, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576803140, 'web', '0:0:0:0:0:0:0:1', NULL), (8405, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806491, 'web', '0:0:0:0:0:0:0:1', NULL), (8406, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806518, 'web', '0:0:0:0:0:0:0:1', NULL), (8407, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806519, 'web', '0:0:0:0:0:0:0:1', NULL), (8408, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806527, 'web', '0:0:0:0:0:0:0:1', NULL), (8409, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806610, 'web', '0:0:0:0:0:0:0:1', NULL), (8410, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806619, 'web', '0:0:0:0:0:0:0:1', NULL), (8411, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806622, 'web', '0:0:0:0:0:0:0:1', NULL), (8412, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806632, 'web', '0:0:0:0:0:0:0:1', NULL), (8413, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806633, 'web', '0:0:0:0:0:0:0:1', NULL), (8414, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806639, 'web', '0:0:0:0:0:0:0:1', NULL), (8415, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806642, 'web', '0:0:0:0:0:0:0:1', NULL), (8416, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806649, 'web', '0:0:0:0:0:0:0:1', NULL), (8417, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806657, 'web', '0:0:0:0:0:0:0:1', NULL), (8418, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806663, 'web', '0:0:0:0:0:0:0:1', NULL), (8419, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806681, 'web', '0:0:0:0:0:0:0:1', NULL), (8420, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806750, 'web', '0:0:0:0:0:0:0:1', NULL), (8421, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806757, 'web', '0:0:0:0:0:0:0:1', NULL), (8422, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806759, 'web', '0:0:0:0:0:0:0:1', NULL), (8423, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806769, 'web', '0:0:0:0:0:0:0:1', NULL), (8424, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806778, 'web', '0:0:0:0:0:0:0:1', NULL), (8425, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576806784, 'web', '0:0:0:0:0:0:0:1', NULL), (8426, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807093, 'web', '0:0:0:0:0:0:0:1', NULL), (8427, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807101, 'web', '0:0:0:0:0:0:0:1', NULL), (8428, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807126, 'web', '0:0:0:0:0:0:0:1', NULL), (8429, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807134, 'web', '0:0:0:0:0:0:0:1', NULL), (8430, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807135, 'web', '0:0:0:0:0:0:0:1', NULL), (8431, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807146, 'web', '0:0:0:0:0:0:0:1', NULL), (8432, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807155, 'web', '0:0:0:0:0:0:0:1', NULL), (8433, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807162, 'web', '0:0:0:0:0:0:0:1', NULL), (8434, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807166, 'web', '0:0:0:0:0:0:0:1', NULL), (8435, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807172, 'web', '0:0:0:0:0:0:0:1', NULL), (8436, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807190, 'web', '0:0:0:0:0:0:0:1', NULL), (8437, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807198, 'web', '0:0:0:0:0:0:0:1', NULL), (8438, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807222, 'web', '0:0:0:0:0:0:0:1', NULL), (8439, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807227, 'web', '0:0:0:0:0:0:0:1', NULL), (8440, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807234, 'web', '0:0:0:0:0:0:0:1', NULL), (8441, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807248, 'web', '0:0:0:0:0:0:0:1', NULL), (8442, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807252, 'web', '0:0:0:0:0:0:0:1', NULL), (8443, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807261, 'web', '0:0:0:0:0:0:0:1', NULL), (8444, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807262, 'web', '0:0:0:0:0:0:0:1', NULL), (8445, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807269, 'web', '0:0:0:0:0:0:0:1', NULL), (8446, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807278, 'web', '0:0:0:0:0:0:0:1', NULL), (8447, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807286, 'web', '0:0:0:0:0:0:0:1', NULL), (8448, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807290, 'web', '0:0:0:0:0:0:0:1', NULL), (8449, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807298, 'web', '0:0:0:0:0:0:0:1', NULL), (8450, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807299, 'web', '0:0:0:0:0:0:0:1', NULL), (8451, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807306, 'web', '0:0:0:0:0:0:0:1', NULL), (8452, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807437, 'web', '0:0:0:0:0:0:0:1', NULL), (8453, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807444, 'web', '0:0:0:0:0:0:0:1', NULL), (8454, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807454, 'web', '0:0:0:0:0:0:0:1', NULL), (8455, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807462, 'web', '0:0:0:0:0:0:0:1', NULL), (8456, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807508, 'web', '0:0:0:0:0:0:0:1', NULL), (8457, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807513, 'web', '0:0:0:0:0:0:0:1', NULL), (8458, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807530, 'web', '0:0:0:0:0:0:0:1', NULL), (8459, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807541, 'web', '0:0:0:0:0:0:0:1', NULL), (8460, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807700, 'web', '0:0:0:0:0:0:0:1', NULL), (8461, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807745, 'web', '0:0:0:0:0:0:0:1', NULL), (8462, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807754, 'web', '0:0:0:0:0:0:0:1', NULL), (8463, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807806, 'web', '0:0:0:0:0:0:0:1', NULL), (8464, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807810, 'web', '0:0:0:0:0:0:0:1', NULL), (8465, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807825, 'web', '0:0:0:0:0:0:0:1', NULL), (8466, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807829, 'web', '0:0:0:0:0:0:0:1', NULL), (8467, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807838, 'web', '0:0:0:0:0:0:0:1', NULL), (8468, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807851, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (8469, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807852, 'web', '0:0:0:0:0:0:0:1', NULL), (8470, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807870, 'web', '0:0:0:0:0:0:0:1', NULL), (8471, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807925, 'web', '0:0:0:0:0:0:0:1', NULL), (8472, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807929, 'web', '0:0:0:0:0:0:0:1', NULL), (8473, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576807938, 'web', '0:0:0:0:0:0:0:1', NULL), (8474, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808055, 'web', '0:0:0:0:0:0:0:1', NULL), (8475, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808064, 'web', '0:0:0:0:0:0:0:1', NULL), (8476, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808080, 'web', '0:0:0:0:0:0:0:1', NULL), (8477, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808090, 'web', '0:0:0:0:0:0:0:1', NULL), (8478, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808090, 'web', '0:0:0:0:0:0:0:1', NULL), (8479, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808098, 'web', '0:0:0:0:0:0:0:1', NULL), (8480, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808101, 'web', '0:0:0:0:0:0:0:1', NULL), (8481, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808109, 'web', '0:0:0:0:0:0:0:1', NULL), (8482, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808111, 'web', '0:0:0:0:0:0:0:1', NULL), (8483, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808124, 'web', '0:0:0:0:0:0:0:1', NULL), (8484, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808705, 'web', '0:0:0:0:0:0:0:1', NULL), (8485, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808718, 'web', '0:0:0:0:0:0:0:1', NULL), (8486, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808728, 'web', '0:0:0:0:0:0:0:1', NULL), (8487, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808729, 'web', '0:0:0:0:0:0:0:1', NULL), (8488, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808740, 'web', '0:0:0:0:0:0:0:1', NULL), (8489, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808751, 'web', '0:0:0:0:0:0:0:1', NULL), (8490, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808786, 'web', '0:0:0:0:0:0:0:1', NULL), (8491, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808787, 'web', '0:0:0:0:0:0:0:1', NULL), (8492, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808794, 'web', '0:0:0:0:0:0:0:1', NULL), (8493, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808807, 'web', '0:0:0:0:0:0:0:1', NULL), (8494, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808952, 'web', '0:0:0:0:0:0:0:1', NULL), (8495, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576808981, 'web', '0:0:0:0:0:0:0:1', NULL), (8496, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809098, 'web', '0:0:0:0:0:0:0:1', NULL), (8497, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809161, 'web', '0:0:0:0:0:0:0:1', NULL), (8498, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809166, 'web', '0:0:0:0:0:0:0:1', NULL), (8499, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809181, 'web', '0:0:0:0:0:0:0:1', NULL), (8500, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809379, 'web', '0:0:0:0:0:0:0:1', NULL), (8501, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809392, 'web', '0:0:0:0:0:0:0:1', NULL), (8502, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809452, 'web', '0:0:0:0:0:0:0:1', NULL), (8503, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809459, 'web', '0:0:0:0:0:0:0:1', NULL), (8504, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809475, 'web', '0:0:0:0:0:0:0:1', NULL), (8505, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809481, 'web', '0:0:0:0:0:0:0:1', NULL), (8506, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809566, 'web', '0:0:0:0:0:0:0:1', NULL), (8507, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809574, 'web', '0:0:0:0:0:0:0:1', NULL), (8508, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809577, 'web', '0:0:0:0:0:0:0:1', NULL), (8509, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809583, 'web', '0:0:0:0:0:0:0:1', NULL), (8510, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809587, 'web', '0:0:0:0:0:0:0:1', NULL), (8511, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809593, 'web', '0:0:0:0:0:0:0:1', NULL), (8512, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809602, 'web', '0:0:0:0:0:0:0:1', NULL), (8513, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809614, 'web', '0:0:0:0:0:0:0:1', NULL), (8514, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809628, 'web', '0:0:0:0:0:0:0:1', NULL), (8515, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809636, 'web', '0:0:0:0:0:0:0:1', NULL), (8516, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809639, 'web', '0:0:0:0:0:0:0:1', NULL), (8517, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809652, 'web', '0:0:0:0:0:0:0:1', NULL), (8518, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809699, 'web', '0:0:0:0:0:0:0:1', NULL), (8519, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809705, 'web', '0:0:0:0:0:0:0:1', NULL), (8520, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809758, 'web', '0:0:0:0:0:0:0:1', NULL), (8521, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576809764, 'web', '0:0:0:0:0:0:0:1', NULL), (8522, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810048, 'web', '0:0:0:0:0:0:0:1', NULL), (8523, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810155, 'web', '0:0:0:0:0:0:0:1', NULL), (8524, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810173, 'web', '0:0:0:0:0:0:0:1', NULL), (8525, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810174, 'web', '0:0:0:0:0:0:0:1', NULL), (8526, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810183, 'web', '0:0:0:0:0:0:0:1', NULL), (8527, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810187, 'web', '0:0:0:0:0:0:0:1', NULL), (8528, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810197, 'web', '0:0:0:0:0:0:0:1', NULL), (8529, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810201, 'web', '0:0:0:0:0:0:0:1', NULL), (8530, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810214, 'web', '0:0:0:0:0:0:0:1', NULL), (8531, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810225, 'web', '0:0:0:0:0:0:0:1', NULL), (8532, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810228, 'web', '0:0:0:0:0:0:0:1', NULL), (8533, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810232, 'web', '0:0:0:0:0:0:0:1', NULL), (8534, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810241, 'web', '0:0:0:0:0:0:0:1', NULL), (8535, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810299, 'web', '0:0:0:0:0:0:0:1', NULL), (8536, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810311, 'web', '0:0:0:0:0:0:0:1', NULL), (8537, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810334, 'web', '0:0:0:0:0:0:0:1', NULL), (8538, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810341, 'web', '0:0:0:0:0:0:0:1', NULL), (8539, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810380, 'web', '0:0:0:0:0:0:0:1', NULL), (8540, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810389, 'web', '0:0:0:0:0:0:0:1', NULL), (8541, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810399, 'web', '0:0:0:0:0:0:0:1', NULL), (8542, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810412, 'web', '0:0:0:0:0:0:0:1', NULL), (8543, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810429, 'web', '0:0:0:0:0:0:0:1', NULL), (8544, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810436, 'web', '0:0:0:0:0:0:0:1', NULL), (8545, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810475, 'web', '0:0:0:0:0:0:0:1', NULL), (8546, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810482, 'web', '0:0:0:0:0:0:0:1', NULL), (8547, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810488, 'web', '0:0:0:0:0:0:0:1', NULL), (8548, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576810497, 'web', '0:0:0:0:0:0:0:1', NULL), (8549, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576810981, 'web', '0:0:0:0:0:0:0:1', NULL), (8550, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811006, 'web', '0:0:0:0:0:0:0:1', NULL), (8551, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811007, 'web', '0:0:0:0:0:0:0:1', NULL), (8552, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811020, 'web', '0:0:0:0:0:0:0:1', NULL), (8553, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811048, 'web', '0:0:0:0:0:0:0:1', NULL), (8554, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811049, 'web', '0:0:0:0:0:0:0:1', NULL), (8555, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811061, 'web', '0:0:0:0:0:0:0:1', NULL), (8556, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811129, 'web', '0:0:0:0:0:0:0:1', NULL), (8557, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811131, 'web', '0:0:0:0:0:0:0:1', NULL), (8558, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811206, 'web', '0:0:0:0:0:0:0:1', NULL), (8559, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811214, 'web', '0:0:0:0:0:0:0:1', NULL), (8560, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811250, 'web', '0:0:0:0:0:0:0:1', NULL), (8561, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811355, 'web', '0:0:0:0:0:0:0:1', NULL), (8562, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811395, 'web', '0:0:0:0:0:0:0:1', NULL), (8563, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811820, 'web', '0:0:0:0:0:0:0:1', NULL), (8564, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811823, 'web', '0:0:0:0:0:0:0:1', NULL), (8565, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811831, 'web', '0:0:0:0:0:0:0:1', NULL), (8566, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811871, 'web', '0:0:0:0:0:0:0:1', NULL), (8567, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811880, 'web', '0:0:0:0:0:0:0:1', NULL), (8568, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811894, 'web', '0:0:0:0:0:0:0:1', NULL), (8569, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811901, 'web', '0:0:0:0:0:0:0:1', NULL), (8570, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576811902, 'web', '0:0:0:0:0:0:0:1', NULL), (8571, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576812026, 'web', '0:0:0:0:0:0:0:1', NULL), (8572, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576818376, 'web', '0:0:0:0:0:0:0:1', NULL), (8573, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576861858, 'web', '0:0:0:0:0:0:0:1', NULL), (8574, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576861866, 'web', '0:0:0:0:0:0:0:1', NULL), (8575, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576861943, 'web', '0:0:0:0:0:0:0:1', NULL), (8576, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576861944, 'web', '0:0:0:0:0:0:0:1', NULL), (8577, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576861964, 'web', '0:0:0:0:0:0:0:1', NULL), (8578, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576864271, 'web', '0:0:0:0:0:0:0:1', NULL), (8579, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576864282, 'web', '0:0:0:0:0:0:0:1', NULL), (8580, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 22, 'c', 1, 128, 70, 22, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":13,\"name\":\"Home 6 (University)\"}', 1576864383, 'web', '0:0:0:0:0:0:0:1', NULL), (8581, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864383, 'web', '0:0:0:0:0:0:0:1', NULL), (8582, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864427, 'web', '0:0:0:0:0:0:0:1', NULL), (8583, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864430, 'web', '0:0:0:0:0:0:0:1', NULL), (8584, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864443, 'web', '0:0:0:0:0:0:0:1', NULL), (8585, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864473, 'web', '0:0:0:0:0:0:0:1', NULL), (8586, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864473, 'web', '0:0:0:0:0:0:0:1', NULL), (8587, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864501, 'web', '0:0:0:0:0:0:0:1', NULL), (8588, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864601, 'web', '0:0:0:0:0:0:0:1', NULL), (8589, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864602, 'web', '0:0:0:0:0:0:0:1', NULL), (8590, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864611, 'web', '0:0:0:0:0:0:0:1', NULL), (8591, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864681, 'web', '0:0:0:0:0:0:0:1', NULL), (8592, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576864683, 'web', '0:0:0:0:0:0:0:1', NULL), (8593, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 0, 1, NULL, 0, 'null', 1576909710, 'web', '0:0:0:0:0:0:0:1', NULL), (8594, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576909729, 'web', '0:0:0:0:0:0:0:1', NULL), (8595, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576909730, 'web', '0:0:0:0:0:0:0:1', NULL), (8596, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1629, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576909821, 'web', '0:0:0:0:0:0:0:1', NULL), (8597, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576909924, 'web', '0:0:0:0:0:0:0:1', NULL), (8598, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576910093, 'web', '0:0:0:0:0:0:0:1', NULL), (8599, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576910146, 'web', '0:0:0:0:0:0:0:1', NULL), (8600, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1576910165, 'web', '0:0:0:0:0:0:0:1', NULL), (8601, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910180, 'web', '0:0:0:0:0:0:0:1', NULL), (8602, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910189, 'web', '0:0:0:0:0:0:0:1', NULL), (8603, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910235, 'web', '0:0:0:0:0:0:0:1', NULL), (8604, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910248, 'web', '0:0:0:0:0:0:0:1', NULL), (8605, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910258, 'web', '0:0:0:0:0:0:0:1', NULL), (8606, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910267, 'web', '0:0:0:0:0:0:0:1', NULL), (8607, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910270, 'web', '0:0:0:0:0:0:0:1', NULL), (8608, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910271, 'web', '0:0:0:0:0:0:0:1', NULL), (8609, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910275, 'web', '0:0:0:0:0:0:0:1', NULL), (8610, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910432, 'web', '0:0:0:0:0:0:0:1', NULL), (8611, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910439, 'web', '0:0:0:0:0:0:0:1', NULL), (8612, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910537, 'web', '0:0:0:0:0:0:0:1', NULL), (8613, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910541, 'web', '0:0:0:0:0:0:0:1', NULL), (8614, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910542, 'web', '0:0:0:0:0:0:0:1', NULL), (8615, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910546, 'web', '0:0:0:0:0:0:0:1', NULL), (8616, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910547, 'web', '0:0:0:0:0:0:0:1', NULL), (8617, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910555, 'web', '0:0:0:0:0:0:0:1', NULL), (8618, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910676, 'web', '0:0:0:0:0:0:0:1', NULL), (8619, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910683, 'web', '0:0:0:0:0:0:0:1', NULL), (8620, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910737, 'web', '0:0:0:0:0:0:0:1', NULL), (8621, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910746, 'web', '0:0:0:0:0:0:0:1', NULL), (8622, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910751, 'web', '0:0:0:0:0:0:0:1', NULL), (8623, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576910760, 'web', '0:0:0:0:0:0:0:1', NULL), (8624, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912072, 'web', '0:0:0:0:0:0:0:1', NULL), (8625, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912079, 'web', '0:0:0:0:0:0:0:1', NULL), (8626, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912082, 'web', '0:0:0:0:0:0:0:1', NULL), (8627, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912087, 'web', '0:0:0:0:0:0:0:1', NULL), (8628, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912091, 'web', '0:0:0:0:0:0:0:1', NULL), (8629, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912104, 'web', '0:0:0:0:0:0:0:1', NULL), (8630, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912107, 'web', '0:0:0:0:0:0:0:1', NULL), (8631, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912134, 'web', '0:0:0:0:0:0:0:1', NULL), (8632, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912135, 'web', '0:0:0:0:0:0:0:1', NULL), (8633, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912150, 'web', '0:0:0:0:0:0:0:1', NULL), (8634, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912191, 'web', '0:0:0:0:0:0:0:1', NULL), (8635, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912313, 'web', '0:0:0:0:0:0:0:1', NULL), (8636, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912496, 'web', '0:0:0:0:0:0:0:1', NULL), (8637, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912517, 'web', '0:0:0:0:0:0:0:1', NULL), (8638, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576912540, 'web', '0:0:0:0:0:0:0:1', NULL), (8639, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576936428, 'web', '0:0:0:0:0:0:0:1', NULL), (8640, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576936435, 'web', '0:0:0:0:0:0:0:1', NULL), (8641, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576936441, 'web', '0:0:0:0:0:0:0:1', NULL), (8642, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576936445, 'web', '0:0:0:0:0:0:0:1', NULL), (8643, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576936465, 'web', '0:0:0:0:0:0:0:1', NULL), (8644, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576936467, 'web', '0:0:0:0:0:0:0:1', NULL), (8645, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576936473, 'web', '0:0:0:0:0:0:0:1', NULL), (8646, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576936495, 'web', '0:0:0:0:0:0:0:1', NULL), (8647, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576936505, 'web', '0:0:0:0:0:0:0:1', NULL), (8648, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576936514, 'web', '0:0:0:0:0:0:0:1', NULL), (8649, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576936528, 'web', '0:0:0:0:0:0:0:1', NULL), (8650, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936537, 'web', '0:0:0:0:0:0:0:1', NULL), (8651, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576936547, 'web', '0:0:0:0:0:0:0:1', NULL), (8652, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576936572, 'web', '0:0:0:0:0:0:0:1', NULL), (8653, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936587, 'web', '0:0:0:0:0:0:0:1', NULL), (8654, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936588, 'web', '0:0:0:0:0:0:0:1', NULL), (8655, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936607, 'web', '0:0:0:0:0:0:0:1', NULL), (8656, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936654, 'web', '0:0:0:0:0:0:0:1', NULL), (8657, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936655, 'web', '0:0:0:0:0:0:0:1', NULL), (8658, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936668, 'web', '0:0:0:0:0:0:0:1', NULL), (8659, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936704, 'web', '0:0:0:0:0:0:0:1', NULL), (8660, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936718, 'web', '0:0:0:0:0:0:0:1', NULL), (8661, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936740, 'web', '0:0:0:0:0:0:0:1', NULL), (8662, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576936842, 'web', '0:0:0:0:0:0:0:1', NULL), (8663, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937017, 'web', '0:0:0:0:0:0:0:1', NULL), (8664, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937018, 'web', '0:0:0:0:0:0:0:1', NULL), (8665, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937203, 'web', '0:0:0:0:0:0:0:1', NULL), (8666, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937238, 'web', '0:0:0:0:0:0:0:1', NULL), (8667, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576937333, 'web', '0:0:0:0:0:0:0:1', NULL), (8668, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937402, 'web', '0:0:0:0:0:0:0:1', NULL), (8669, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937421, 'web', '0:0:0:0:0:0:0:1', NULL), (8670, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937433, 'web', '0:0:0:0:0:0:0:1', NULL), (8671, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937440, 'web', '0:0:0:0:0:0:0:1', NULL), (8672, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937452, 'web', '0:0:0:0:0:0:0:1', NULL), (8673, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937460, 'web', '0:0:0:0:0:0:0:1', NULL), (8674, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937512, 'web', '0:0:0:0:0:0:0:1', NULL), (8675, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937523, 'web', '0:0:0:0:0:0:0:1', NULL), (8676, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576937523, 'web', '0:0:0:0:0:0:0:1', NULL), (8677, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576938064, 'web', '0:0:0:0:0:0:0:1', NULL), (8678, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576938066, 'web', '0:0:0:0:0:0:0:1', NULL), (8679, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576938106, 'web', '0:0:0:0:0:0:0:1', NULL), (8680, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576938118, 'web', '0:0:0:0:0:0:0:1', NULL), (8681, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576938121, 'web', '0:0:0:0:0:0:0:1', NULL), (8682, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576938240, 'web', '0:0:0:0:0:0:0:1', NULL), (8683, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576938248, 'web', '0:0:0:0:0:0:0:1', NULL), (8684, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576938249, 'web', '0:0:0:0:0:0:0:1', NULL), (8685, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576939756, 'web', '0:0:0:0:0:0:0:1', NULL), (8686, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576939787, 'web', '0:0:0:0:0:0:0:1', NULL), (8687, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576939815, 'web', '0:0:0:0:0:0:0:1', NULL), (8688, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576939832, 'web', '0:0:0:0:0:0:0:1', NULL), (8689, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1576953534, 'web', '0:0:0:0:0:0:0:1', NULL), (8690, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576953541, 'web', '0:0:0:0:0:0:0:1', NULL), (8691, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576953565, 'web', '0:0:0:0:0:0:0:1', NULL), (8692, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576953639, 'web', '0:0:0:0:0:0:0:1', NULL), (8693, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576953649, 'web', '0:0:0:0:0:0:0:1', NULL), (8694, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954119, 'web', '0:0:0:0:0:0:0:1', NULL), (8695, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954128, 'web', '0:0:0:0:0:0:0:1', NULL), (8696, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954152, 'web', '0:0:0:0:0:0:0:1', NULL), (8697, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954155, 'web', '0:0:0:0:0:0:0:1', NULL), (8698, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954162, 'web', '0:0:0:0:0:0:0:1', NULL), (8699, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954189, 'web', '0:0:0:0:0:0:0:1', NULL), (8700, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954192, 'web', '0:0:0:0:0:0:0:1', NULL), (8701, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954200, 'web', '0:0:0:0:0:0:0:1', NULL), (8702, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954322, 'web', '0:0:0:0:0:0:0:1', NULL), (8703, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954332, 'web', '0:0:0:0:0:0:0:1', NULL), (8704, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954334, 'web', '0:0:0:0:0:0:0:1', NULL), (8705, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954337, 'web', '0:0:0:0:0:0:0:1', NULL), (8706, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954344, 'web', '0:0:0:0:0:0:0:1', NULL), (8707, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954348, 'web', '0:0:0:0:0:0:0:1', NULL), (8708, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954364, 'web', '0:0:0:0:0:0:0:1', NULL), (8709, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954394, 'web', '0:0:0:0:0:0:0:1', NULL), (8710, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954401, 'web', '0:0:0:0:0:0:0:1', NULL), (8711, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954414, 'web', '0:0:0:0:0:0:0:1', NULL), (8712, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954440, 'web', '0:0:0:0:0:0:0:1', NULL), (8713, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954441, 'web', '0:0:0:0:0:0:0:1', NULL), (8714, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954454, 'web', '0:0:0:0:0:0:0:1', NULL), (8715, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954600, 'web', '0:0:0:0:0:0:0:1', NULL), (8716, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954607, 'web', '0:0:0:0:0:0:0:1', NULL), (8717, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954623, 'web', '0:0:0:0:0:0:0:1', NULL), (8718, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576954631, 'web', '0:0:0:0:0:0:0:1', NULL), (8719, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955135, 'web', '0:0:0:0:0:0:0:1', NULL), (8720, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955143, 'web', '0:0:0:0:0:0:0:1', NULL), (8721, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955151, 'web', '0:0:0:0:0:0:0:1', NULL), (8722, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955160, 'web', '0:0:0:0:0:0:0:1', NULL), (8723, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955323, 'web', '0:0:0:0:0:0:0:1', NULL), (8724, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955330, 'web', '0:0:0:0:0:0:0:1', NULL), (8725, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955341, 'web', '0:0:0:0:0:0:0:1', NULL), (8726, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955348, 'web', '0:0:0:0:0:0:0:1', NULL), (8727, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955352, 'web', '0:0:0:0:0:0:0:1', NULL), (8728, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955364, 'web', '0:0:0:0:0:0:0:1', NULL), (8729, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955374, 'web', '0:0:0:0:0:0:0:1', NULL), (8730, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955385, 'web', '0:0:0:0:0:0:0:1', NULL), (8731, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955392, 'web', '0:0:0:0:0:0:0:1', NULL), (8732, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955406, 'web', '0:0:0:0:0:0:0:1', NULL), (8733, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955437, 'web', '0:0:0:0:0:0:0:1', NULL), (8734, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955445, 'web', '0:0:0:0:0:0:0:1', NULL), (8735, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955470, 'web', '0:0:0:0:0:0:0:1', NULL), (8736, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955477, 'web', '0:0:0:0:0:0:0:1', NULL), (8737, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955495, 'web', '0:0:0:0:0:0:0:1', NULL), (8738, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955506, 'web', '0:0:0:0:0:0:0:1', NULL), (8739, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955534, 'web', '0:0:0:0:0:0:0:1', NULL), (8740, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955543, 'web', '0:0:0:0:0:0:0:1', NULL), (8741, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955553, 'web', '0:0:0:0:0:0:0:1', NULL), (8742, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955562, 'web', '0:0:0:0:0:0:0:1', NULL), (8743, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955581, 'web', '0:0:0:0:0:0:0:1', NULL), (8744, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955588, 'web', '0:0:0:0:0:0:0:1', NULL), (8745, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955622, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (8746, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955635, 'web', '0:0:0:0:0:0:0:1', NULL), (8747, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955648, 'web', '0:0:0:0:0:0:0:1', NULL), (8748, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955655, 'web', '0:0:0:0:0:0:0:1', NULL), (8749, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955667, 'web', '0:0:0:0:0:0:0:1', NULL), (8750, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955674, 'web', '0:0:0:0:0:0:0:1', NULL), (8751, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955757, 'web', '0:0:0:0:0:0:0:1', NULL), (8752, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955766, 'web', '0:0:0:0:0:0:0:1', NULL), (8753, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955832, 'web', '0:0:0:0:0:0:0:1', NULL), (8754, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955844, 'web', '0:0:0:0:0:0:0:1', NULL), (8755, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576955989, 'web', '0:0:0:0:0:0:0:1', NULL), (8756, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956004, 'web', '0:0:0:0:0:0:0:1', NULL), (8757, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956028, 'web', '0:0:0:0:0:0:0:1', NULL), (8758, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956040, 'web', '0:0:0:0:0:0:0:1', NULL), (8759, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956063, 'web', '0:0:0:0:0:0:0:1', NULL), (8760, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956069, 'web', '0:0:0:0:0:0:0:1', NULL), (8761, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956126, 'web', '0:0:0:0:0:0:0:1', NULL), (8762, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956133, 'web', '0:0:0:0:0:0:0:1', NULL), (8763, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956155, 'web', '0:0:0:0:0:0:0:1', NULL), (8764, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956164, 'web', '0:0:0:0:0:0:0:1', NULL), (8765, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956203, 'web', '0:0:0:0:0:0:0:1', NULL), (8766, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956215, 'web', '0:0:0:0:0:0:0:1', NULL), (8767, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956250, 'web', '0:0:0:0:0:0:0:1', NULL), (8768, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956261, 'web', '0:0:0:0:0:0:0:1', NULL), (8769, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956270, 'web', '0:0:0:0:0:0:0:1', NULL), (8770, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956280, 'web', '0:0:0:0:0:0:0:1', NULL), (8771, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956284, 'web', '0:0:0:0:0:0:0:1', NULL), (8772, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956285, 'web', '0:0:0:0:0:0:0:1', NULL), (8773, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956297, 'web', '0:0:0:0:0:0:0:1', NULL), (8774, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956338, 'web', '0:0:0:0:0:0:0:1', NULL), (8775, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956348, 'web', '0:0:0:0:0:0:0:1', NULL), (8776, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956367, 'web', '0:0:0:0:0:0:0:1', NULL), (8777, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576956375, 'web', '0:0:0:0:0:0:0:1', NULL), (8778, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576956451, 'web', '0:0:0:0:0:0:0:1', NULL), (8779, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958261, 'web', '0:0:0:0:0:0:0:1', NULL), (8780, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958327, 'web', '0:0:0:0:0:0:0:1', NULL), (8781, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958341, 'web', '0:0:0:0:0:0:0:1', NULL), (8782, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958343, 'web', '0:0:0:0:0:0:0:1', NULL), (8783, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958359, 'web', '0:0:0:0:0:0:0:1', NULL), (8784, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958388, 'web', '0:0:0:0:0:0:0:1', NULL), (8785, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958388, 'web', '0:0:0:0:0:0:0:1', NULL), (8786, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958412, 'web', '0:0:0:0:0:0:0:1', NULL), (8787, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958575, 'web', '0:0:0:0:0:0:0:1', NULL), (8788, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958576, 'web', '0:0:0:0:0:0:0:1', NULL), (8789, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576958746, 'web', '0:0:0:0:0:0:0:1', NULL), (8790, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576958834, 'web', '0:0:0:0:0:0:0:1', NULL), (8791, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576958846, 'web', '0:0:0:0:0:0:0:1', NULL), (8792, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576958882, 'web', '0:0:0:0:0:0:0:1', NULL), (8793, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 0, 1, NULL, 0, 'null', 1576958939, 'web', '0:0:0:0:0:0:0:1', NULL), (8794, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 0, 1, NULL, 0, 'null', 1576958944, 'web', '0:0:0:0:0:0:0:1', NULL), (8795, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576958945, 'web', '0:0:0:0:0:0:0:1', NULL), (8796, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576958945, 'web', '0:0:0:0:0:0:0:1', NULL), (8797, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576958947, 'web', '0:0:0:0:0:0:0:1', NULL), (8798, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959066, 'web', '0:0:0:0:0:0:0:1', NULL), (8799, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959068, 'web', '0:0:0:0:0:0:0:1', NULL), (8800, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959073, 'web', '0:0:0:0:0:0:0:1', NULL), (8801, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959077, 'web', '0:0:0:0:0:0:0:1', NULL), (8802, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959080, 'web', '0:0:0:0:0:0:0:1', NULL), (8803, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959082, 'web', '0:0:0:0:0:0:0:1', NULL), (8804, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959084, 'web', '0:0:0:0:0:0:0:1', NULL), (8805, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959085, 'web', '0:0:0:0:0:0:0:1', NULL), (8806, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959087, 'web', '0:0:0:0:0:0:0:1', NULL), (8807, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959089, 'web', '0:0:0:0:0:0:0:1', NULL), (8808, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959201, 'web', '0:0:0:0:0:0:0:1', NULL), (8809, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959204, 'web', '0:0:0:0:0:0:0:1', NULL), (8810, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959205, 'web', '0:0:0:0:0:0:0:1', NULL), (8811, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959206, 'web', '0:0:0:0:0:0:0:1', NULL), (8812, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959207, 'web', '0:0:0:0:0:0:0:1', NULL), (8813, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959208, 'web', '0:0:0:0:0:0:0:1', NULL), (8814, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959210, 'web', '0:0:0:0:0:0:0:1', NULL), (8815, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959219, 'web', '0:0:0:0:0:0:0:1', NULL), (8816, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959224, 'web', '0:0:0:0:0:0:0:1', NULL), (8817, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959323, 'web', '0:0:0:0:0:0:0:1', NULL), (8818, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959325, 'web', '0:0:0:0:0:0:0:1', NULL), (8819, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959386, 'web', '0:0:0:0:0:0:0:1', NULL), (8820, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959388, 'web', '0:0:0:0:0:0:0:1', NULL), (8821, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1630, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"frontpage\",\"oldvalue\":\"6\",\"value\":\"\",\"plugin\":null}', 1576959481, 'web', '0:0:0:0:0:0:0:1', NULL), (8822, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1631, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"frontpageloggedin\",\"oldvalue\":\"6\",\"value\":\"\",\"plugin\":null}', 1576959481, 'web', '0:0:0:0:0:0:0:1', NULL), (8823, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959497, 'web', '0:0:0:0:0:0:0:1', NULL), (8824, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959499, 'web', '0:0:0:0:0:0:0:1', NULL), (8825, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959511, 'web', '0:0:0:0:0:0:0:1', NULL), (8826, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959513, 'web', '0:0:0:0:0:0:0:1', NULL), (8827, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959630, 'web', '0:0:0:0:0:0:0:1', NULL), (8828, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1576959632, 'web', '0:0:0:0:0:0:0:1', NULL), (8829, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576960595, 'web', '0:0:0:0:0:0:0:1', NULL), (8830, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 0, 1, NULL, 0, 'null', 1576960605, 'web', '0:0:0:0:0:0:0:1', NULL), (8831, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576960652, 'web', '0:0:0:0:0:0:0:1', NULL), (8832, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 0, 1, NULL, 0, 'null', 1576960660, 'web', '0:0:0:0:0:0:0:1', NULL), (8833, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 0, 1, NULL, 0, 'null', 1576960665, 'web', '0:0:0:0:0:0:0:1', NULL), (8834, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1576960670, 'web', '0:0:0:0:0:0:0:1', NULL), (8835, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576961072, 'web', '0:0:0:0:0:0:0:1', NULL), (8836, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 3, 'c', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576961175, 'web', '0:0:0:0:0:0:0:1', NULL), (8837, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 3, 'u', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576961235, 'web', '0:0:0:0:0:0:0:1', NULL), (8838, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 3, 'u', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576961236, 'web', '0:0:0:0:0:0:0:1', NULL), (8839, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961245, 'web', '0:0:0:0:0:0:0:1', NULL), (8840, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961258, 'web', '0:0:0:0:0:0:0:1', NULL), (8841, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961272, 'web', '0:0:0:0:0:0:0:1', NULL), (8842, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961277, 'web', '0:0:0:0:0:0:0:1', NULL), (8843, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961291, 'web', '0:0:0:0:0:0:0:1', NULL), (8844, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961297, 'web', '0:0:0:0:0:0:0:1', NULL), (8845, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 4, 'c', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576961311, 'web', '0:0:0:0:0:0:0:1', NULL), (8846, '\\core\\event\\course_category_deleted', 'core', 'deleted', 'course_category', 'course_categories', 1, 'd', 0, 3, 40, 1, 2, 0, NULL, 0, '{\"name\":\"Miscellaneous\"}', 1576961327, 'web', '0:0:0:0:0:0:0:1', NULL), (8847, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 3, 'u', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576961352, 'web', '0:0:0:0:0:0:0:1', NULL), (8848, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961355, 'web', '0:0:0:0:0:0:0:1', NULL), (8849, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961360, 'web', '0:0:0:0:0:0:0:1', NULL), (8850, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961376, 'web', '0:0:0:0:0:0:0:1', NULL), (8851, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961382, 'web', '0:0:0:0:0:0:0:1', NULL), (8852, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961416, 'web', '0:0:0:0:0:0:0:1', NULL), (8853, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961421, 'web', '0:0:0:0:0:0:0:1', NULL), (8854, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 4, 'u', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576961491, 'web', '0:0:0:0:0:0:0:1', NULL), (8855, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 5, 'c', 0, 136, 40, 5, 2, 0, NULL, 0, 'null', 1576961515, 'web', '0:0:0:0:0:0:0:1', NULL), (8856, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961528, 'web', '0:0:0:0:0:0:0:1', NULL), (8857, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961533, 'web', '0:0:0:0:0:0:0:1', NULL), (8858, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 6, 'c', 0, 137, 40, 6, 2, 0, NULL, 0, 'null', 1576961552, 'web', '0:0:0:0:0:0:0:1', NULL), (8859, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 7, 'c', 0, 138, 40, 7, 2, 0, NULL, 0, 'null', 1576961604, 'web', '0:0:0:0:0:0:0:1', NULL), (8860, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 8, 'c', 0, 139, 40, 8, 2, 0, NULL, 0, 'null', 1576961627, 'web', '0:0:0:0:0:0:0:1', NULL), (8861, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 9, 'c', 0, 140, 40, 9, 2, 0, NULL, 0, 'null', 1576961691, 'web', '0:0:0:0:0:0:0:1', NULL), (8862, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 10, 'c', 0, 141, 40, 10, 2, 0, NULL, 0, 'null', 1576961717, 'web', '0:0:0:0:0:0:0:1', NULL), (8863, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961741, 'web', '0:0:0:0:0:0:0:1', NULL), (8864, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576961746, 'web', '0:0:0:0:0:0:0:1', NULL), (8865, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576961793, 'web', '0:0:0:0:0:0:0:1', NULL), (8866, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576961805, 'web', '0:0:0:0:0:0:0:1', NULL), (8867, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576961843, 'web', '0:0:0:0:0:0:0:1', NULL), (8868, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576961857, 'web', '0:0:0:0:0:0:0:1', NULL), (8869, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576961873, 'web', '0:0:0:0:0:0:0:1', NULL), (8870, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576961890, 'web', '0:0:0:0:0:0:0:1', NULL), (8871, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576961918, 'web', '0:0:0:0:0:0:0:1', NULL), (8872, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576961920, 'web', '0:0:0:0:0:0:0:1', NULL), (8873, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576961933, 'web', '0:0:0:0:0:0:0:1', NULL), (8874, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576961956, 'web', '0:0:0:0:0:0:0:1', NULL), (8875, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576961982, 'web', '0:0:0:0:0:0:0:1', NULL), (8876, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576962039, 'web', '0:0:0:0:0:0:0:1', NULL), (8877, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576962050, 'web', '0:0:0:0:0:0:0:1', NULL), (8878, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576962059, 'web', '0:0:0:0:0:0:0:1', NULL), (8879, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 1, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"last_updated\",\"name\":\"Last Updated\"}', 1576962396, 'web', '0:0:0:0:0:0:0:1', NULL), (8880, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 2, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"students_enrolled\",\"name\":\"Students enrolled\"}', 1576962400, 'web', '0:0:0:0:0:0:0:1', NULL), (8881, '\\core_customfield\\event\\category_deleted', 'core_customfield', 'deleted', 'category', 'customfield_category', 1, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Course details\"}', 1576962406, 'web', '0:0:0:0:0:0:0:1', NULL), (8882, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 3, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"instructor_name\",\"name\":\"Instructor: name\"}', 1576962408, 'web', '0:0:0:0:0:0:0:1', NULL), (8883, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 4, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"instructor_position\",\"name\":\"Instructor: position\"}', 1576962408, 'web', '0:0:0:0:0:0:0:1', NULL), (8884, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 5, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"instructor_bio\",\"name\":\"Instructor: bio\"}', 1576962408, 'web', '0:0:0:0:0:0:0:1', NULL), (8885, '\\core_customfield\\event\\category_deleted', 'core_customfield', 'deleted', 'category', 'customfield_category', 2, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Instructor\"}', 1576962408, 'web', '0:0:0:0:0:0:0:1', NULL), (8886, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 6, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"lectures\",\"name\":\"Lectures\"}', 1576962410, 'web', '0:0:0:0:0:0:0:1', NULL), (8887, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 7, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"quizzes\",\"name\":\"Quizzes\"}', 1576962410, 'web', '0:0:0:0:0:0:0:1', NULL), (8888, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 8, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"duration\",\"name\":\"Duration\"}', 1576962410, 'web', '0:0:0:0:0:0:0:1', NULL), (8889, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 9, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"skill_level\",\"name\":\"Skill level\"}', 1576962410, 'web', '0:0:0:0:0:0:0:1', NULL), (8890, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 10, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"language\",\"name\":\"Language\"}', 1576962410, 'web', '0:0:0:0:0:0:0:1', NULL), (8891, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 11, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"assessments\",\"name\":\"Assessments\"}', 1576962410, 'web', '0:0:0:0:0:0:0:1', NULL), (8892, '\\core_customfield\\event\\category_deleted', 'core_customfield', 'deleted', 'category', 'customfield_category', 3, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Course features\"}', 1576962410, 'web', '0:0:0:0:0:0:0:1', NULL), (8893, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 12, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"video\",\"name\":\"Video\"}', 1576962413, 'web', '0:0:0:0:0:0:0:1', NULL), (8894, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 13, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"downloads\",\"name\":\"Downloads\"}', 1576962413, 'web', '0:0:0:0:0:0:0:1', NULL), (8895, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 14, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"access\",\"name\":\"Access\"}', 1576962413, 'web', '0:0:0:0:0:0:0:1', NULL), (8896, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 15, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"devices\",\"name\":\"Devices\"}', 1576962413, 'web', '0:0:0:0:0:0:0:1', NULL), (8897, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 16, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"assignments\",\"name\":\"Assignments\"}', 1576962413, 'web', '0:0:0:0:0:0:0:1', NULL), (8898, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 17, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"certification\",\"name\":\"Certification\"}', 1576962413, 'web', '0:0:0:0:0:0:0:1', NULL), (8899, '\\core_customfield\\event\\category_deleted', 'core_customfield', 'deleted', 'category', 'customfield_category', 4, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Included\"}', 1576962413, 'web', '0:0:0:0:0:0:0:1', NULL), (8900, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 18, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"infobox_title\",\"name\":\"Infobox title\"}', 1576962415, 'web', '0:0:0:0:0:0:0:1', NULL), (8901, '\\core_customfield\\event\\field_deleted', 'core_customfield', 'deleted', 'field', 'customfield_field', 19, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"shortname\":\"infobox_text\",\"name\":\"Infobox: text\"}', 1576962415, 'web', '0:0:0:0:0:0:0:1', NULL), (8902, '\\core_customfield\\event\\category_deleted', 'core_customfield', 'deleted', 'category', 'customfield_category', 5, 'd', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"Infobox\"}', 1576962415, 'web', '0:0:0:0:0:0:0:1', NULL), (8903, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1576962437, 'web', '0:0:0:0:0:0:0:1', NULL), (8904, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576962441, 'web', '0:0:0:0:0:0:0:1', NULL), (8905, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 48, 50, 3, 2, 3, NULL, 0, 'null', 1576962448, 'web', '0:0:0:0:0:0:0:1', NULL), (8906, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576962452, 'web', '0:0:0:0:0:0:0:1', NULL), (8907, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576962460, 'web', '0:0:0:0:0:0:0:1', NULL), (8908, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576962630, 'web', '0:0:0:0:0:0:0:1', NULL), (8909, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 4, 'c', 1, 146, 50, 4, 2, 4, NULL, 0, '{\"shortname\":\"Introduction Web Design & HTML\",\"fullname\":\"Introduction Web Design & HTML\"}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8910, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 14, 'c', 1, 146, 50, 4, 2, 4, NULL, 0, '{\"sectionnum\":0}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8911, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 15, 'c', 1, 146, 50, 4, 2, 4, NULL, 0, '{\"sectionnum\":1}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8912, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 16, 'c', 1, 146, 50, 4, 2, 4, NULL, 0, '{\"sectionnum\":2}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8913, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 17, 'c', 1, 146, 50, 4, 2, 4, NULL, 0, '{\"sectionnum\":3}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8914, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 18, 'c', 1, 146, 50, 4, 2, 4, NULL, 0, '{\"sectionnum\":4}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8915, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 7, 'c', 0, 146, 50, 4, 2, 4, NULL, 0, '{\"enrol\":\"manual\"}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8916, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 8, 'c', 0, 146, 50, 4, 2, 4, NULL, 0, '{\"enrol\":\"guest\"}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8917, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 9, 'c', 0, 146, 50, 4, 2, 4, NULL, 0, '{\"enrol\":\"self\"}', 1576962846, 'web', '0:0:0:0:0:0:0:1', NULL), (8918, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 4, 'r', 0, 146, 50, 4, 2, 4, NULL, 0, '{\"courseshortname\":\"Introduction Web Design & HTML\",\"coursefullname\":\"Introduction Web Design & HTML\"}', 1576962847, 'web', '0:0:0:0:0:0:0:1', NULL), (8919, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 146, 50, 4, 2, 4, NULL, 0, 'null', 1576962857, 'web', '0:0:0:0:0:0:0:1', NULL), (8920, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 5, 'c', 1, 148, 50, 5, 2, 5, NULL, 0, '{\"shortname\":\"Designing a Responsive Mobile Website using Muse\",\"fullname\":\"Designing a Responsive Mobile Website using Muse\"}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8921, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 19, 'c', 1, 148, 50, 5, 2, 5, NULL, 0, '{\"sectionnum\":0}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8922, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 20, 'c', 1, 148, 50, 5, 2, 5, NULL, 0, '{\"sectionnum\":1}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8923, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 21, 'c', 1, 148, 50, 5, 2, 5, NULL, 0, '{\"sectionnum\":2}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8924, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 22, 'c', 1, 148, 50, 5, 2, 5, NULL, 0, '{\"sectionnum\":3}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8925, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 23, 'c', 1, 148, 50, 5, 2, 5, NULL, 0, '{\"sectionnum\":4}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8926, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 10, 'c', 0, 148, 50, 5, 2, 5, NULL, 0, '{\"enrol\":\"manual\"}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8927, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 11, 'c', 0, 148, 50, 5, 2, 5, NULL, 0, '{\"enrol\":\"guest\"}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8928, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 12, 'c', 0, 148, 50, 5, 2, 5, NULL, 0, '{\"enrol\":\"self\"}', 1576962973, 'web', '0:0:0:0:0:0:0:1', NULL), (8929, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 5, 'r', 0, 148, 50, 5, 2, 5, NULL, 0, '{\"courseshortname\":\"Designing a Responsive Mobile Website using Muse\",\"coursefullname\":\"Designing a Responsive Mobile Website using Muse\"}', 1576962974, 'web', '0:0:0:0:0:0:0:1', NULL), (8930, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 6, 'c', 1, 150, 50, 6, 2, 6, NULL, 0, '{\"shortname\":\"Adobe XD: Prototyping Tips and Tricks\",\"fullname\":\"Adobe XD: Prototyping Tips and Tricks\"}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8931, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 24, 'c', 1, 150, 50, 6, 2, 6, NULL, 0, '{\"sectionnum\":0}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8932, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 25, 'c', 1, 150, 50, 6, 2, 6, NULL, 0, '{\"sectionnum\":1}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8933, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 26, 'c', 1, 150, 50, 6, 2, 6, NULL, 0, '{\"sectionnum\":2}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8934, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 27, 'c', 1, 150, 50, 6, 2, 6, NULL, 0, '{\"sectionnum\":3}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8935, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 28, 'c', 1, 150, 50, 6, 2, 6, NULL, 0, '{\"sectionnum\":4}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8936, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 13, 'c', 0, 150, 50, 6, 2, 6, NULL, 0, '{\"enrol\":\"manual\"}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8937, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 14, 'c', 0, 150, 50, 6, 2, 6, NULL, 0, '{\"enrol\":\"guest\"}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8938, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 15, 'c', 0, 150, 50, 6, 2, 6, NULL, 0, '{\"enrol\":\"self\"}', 1576963051, 'web', '0:0:0:0:0:0:0:1', NULL), (8939, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 6, 'r', 0, 150, 50, 6, 2, 6, NULL, 0, '{\"courseshortname\":\"Adobe XD: Prototyping Tips and Tricks\",\"coursefullname\":\"Adobe XD: Prototyping Tips and Tricks\"}', 1576963052, 'web', '0:0:0:0:0:0:0:1', NULL), (8940, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 7, 'c', 1, 152, 50, 7, 2, 7, NULL, 0, '{\"shortname\":\"Sketch: Creating Responsive SVG\",\"fullname\":\"Sketch: Creating Responsive SVG\"}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8941, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 29, 'c', 1, 152, 50, 7, 2, 7, NULL, 0, '{\"sectionnum\":0}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8942, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 30, 'c', 1, 152, 50, 7, 2, 7, NULL, 0, '{\"sectionnum\":1}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8943, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 31, 'c', 1, 152, 50, 7, 2, 7, NULL, 0, '{\"sectionnum\":2}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8944, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 32, 'c', 1, 152, 50, 7, 2, 7, NULL, 0, '{\"sectionnum\":3}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8945, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 33, 'c', 1, 152, 50, 7, 2, 7, NULL, 0, '{\"sectionnum\":4}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8946, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 16, 'c', 0, 152, 50, 7, 2, 7, NULL, 0, '{\"enrol\":\"manual\"}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8947, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 17, 'c', 0, 152, 50, 7, 2, 7, NULL, 0, '{\"enrol\":\"guest\"}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8948, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 18, 'c', 0, 152, 50, 7, 2, 7, NULL, 0, '{\"enrol\":\"self\"}', 1576963144, 'web', '0:0:0:0:0:0:0:1', NULL), (8949, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 8, 'c', 1, 153, 50, 8, 2, 8, NULL, 0, '{\"shortname\":\"Design Instruments for Communication\",\"fullname\":\"Design Instruments for Communication\"}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8950, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 34, 'c', 1, 153, 50, 8, 2, 8, NULL, 0, '{\"sectionnum\":0}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8951, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 35, 'c', 1, 153, 50, 8, 2, 8, NULL, 0, '{\"sectionnum\":1}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8952, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 36, 'c', 1, 153, 50, 8, 2, 8, NULL, 0, '{\"sectionnum\":2}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8953, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 37, 'c', 1, 153, 50, 8, 2, 8, NULL, 0, '{\"sectionnum\":3}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8954, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 38, 'c', 1, 153, 50, 8, 2, 8, NULL, 0, '{\"sectionnum\":4}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8955, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 19, 'c', 0, 153, 50, 8, 2, 8, NULL, 0, '{\"enrol\":\"manual\"}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8956, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 20, 'c', 0, 153, 50, 8, 2, 8, NULL, 0, '{\"enrol\":\"guest\"}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8957, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 21, 'c', 0, 153, 50, 8, 2, 8, NULL, 0, '{\"enrol\":\"self\"}', 1576963193, 'web', '0:0:0:0:0:0:0:1', NULL), (8958, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 9, 'c', 1, 154, 50, 9, 2, 9, NULL, 0, '{\"shortname\":\"How to be a DJ? Make Electronic Music\",\"fullname\":\"How to be a DJ? Make Electronic Music\"}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8959, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 39, 'c', 1, 154, 50, 9, 2, 9, NULL, 0, '{\"sectionnum\":0}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8960, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 40, 'c', 1, 154, 50, 9, 2, 9, NULL, 0, '{\"sectionnum\":1}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8961, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 41, 'c', 1, 154, 50, 9, 2, 9, NULL, 0, '{\"sectionnum\":2}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8962, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 42, 'c', 1, 154, 50, 9, 2, 9, NULL, 0, '{\"sectionnum\":3}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8963, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 43, 'c', 1, 154, 50, 9, 2, 9, NULL, 0, '{\"sectionnum\":4}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8964, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 22, 'c', 0, 154, 50, 9, 2, 9, NULL, 0, '{\"enrol\":\"manual\"}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8965, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 23, 'c', 0, 154, 50, 9, 2, 9, NULL, 0, '{\"enrol\":\"guest\"}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8966, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 24, 'c', 0, 154, 50, 9, 2, 9, NULL, 0, '{\"enrol\":\"self\"}', 1576963345, 'web', '0:0:0:0:0:0:0:1', NULL), (8967, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 10, 'c', 1, 155, 50, 10, 2, 10, NULL, 0, '{\"shortname\":\"How to Make Beautiful Landscape Photos?\",\"fullname\":\"How to Make Beautiful Landscape Photos?\"}', 1576963416, 'web', '0:0:0:0:0:0:0:1', NULL), (8968, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 44, 'c', 1, 155, 50, 10, 2, 10, NULL, 0, '{\"sectionnum\":0}', 1576963416, 'web', '0:0:0:0:0:0:0:1', NULL), (8969, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 45, 'c', 1, 155, 50, 10, 2, 10, NULL, 0, '{\"sectionnum\":1}', 1576963416, 'web', '0:0:0:0:0:0:0:1', NULL), (8970, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 46, 'c', 1, 155, 50, 10, 2, 10, NULL, 0, '{\"sectionnum\":2}', 1576963416, 'web', '0:0:0:0:0:0:0:1', NULL), (8971, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 47, 'c', 1, 155, 50, 10, 2, 10, NULL, 0, '{\"sectionnum\":3}', 1576963416, 'web', '0:0:0:0:0:0:0:1', NULL), (8972, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 48, 'c', 1, 155, 50, 10, 2, 10, NULL, 0, '{\"sectionnum\":4}', 1576963416, 'web', '0:0:0:0:0:0:0:1', NULL), (8973, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 25, 'c', 0, 155, 50, 10, 2, 10, NULL, 0, '{\"enrol\":\"manual\"}', 1576963417, 'web', '0:0:0:0:0:0:0:1', NULL), (8974, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 26, 'c', 0, 155, 50, 10, 2, 10, NULL, 0, '{\"enrol\":\"guest\"}', 1576963417, 'web', '0:0:0:0:0:0:0:1', NULL), (8975, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 27, 'c', 0, 155, 50, 10, 2, 10, NULL, 0, '{\"enrol\":\"self\"}', 1576963417, 'web', '0:0:0:0:0:0:0:1', NULL), (8976, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 11, 'c', 1, 156, 50, 11, 2, 11, NULL, 0, '{\"shortname\":\"Fashion Photography From Professional\",\"fullname\":\"Fashion Photography From Professional\"}', 1576963460, 'web', '0:0:0:0:0:0:0:1', NULL), (8977, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 49, 'c', 1, 156, 50, 11, 2, 11, NULL, 0, '{\"sectionnum\":0}', 1576963461, 'web', '0:0:0:0:0:0:0:1', NULL), (8978, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 50, 'c', 1, 156, 50, 11, 2, 11, NULL, 0, '{\"sectionnum\":1}', 1576963461, 'web', '0:0:0:0:0:0:0:1', NULL), (8979, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 51, 'c', 1, 156, 50, 11, 2, 11, NULL, 0, '{\"sectionnum\":2}', 1576963461, 'web', '0:0:0:0:0:0:0:1', NULL), (8980, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 52, 'c', 1, 156, 50, 11, 2, 11, NULL, 0, '{\"sectionnum\":3}', 1576963461, 'web', '0:0:0:0:0:0:0:1', NULL), (8981, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 53, 'c', 1, 156, 50, 11, 2, 11, NULL, 0, '{\"sectionnum\":4}', 1576963461, 'web', '0:0:0:0:0:0:0:1', NULL), (8982, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 28, 'c', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"enrol\":\"manual\"}', 1576963461, 'web', '0:0:0:0:0:0:0:1', NULL), (8983, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 29, 'c', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"enrol\":\"guest\"}', 1576963461, 'web', '0:0:0:0:0:0:0:1', NULL), (8984, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 30, 'c', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"enrol\":\"self\"}', 1576963461, 'web', '0:0:0:0:0:0:0:1', NULL), (8985, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576963489, 'web', '0:0:0:0:0:0:0:1', NULL), (8986, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576963508, 'web', '0:0:0:0:0:0:0:1', NULL), (8987, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 155, 50, 10, 2, 10, NULL, 0, 'null', 1576963687, 'web', '0:0:0:0:0:0:0:1', NULL), (8988, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576963729, 'web', '0:0:0:0:0:0:0:1', NULL), (8989, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576963746, 'web', '0:0:0:0:0:0:0:1', NULL), (8990, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 11, 'u', 1, 156, 50, 11, 2, 11, NULL, 0, '{\"shortname\":\"Fashion Photography From Professional\",\"fullname\":\"Fashion Photography From Professional\"}', 1576963826, 'web', '0:0:0:0:0:0:0:1', NULL), (8991, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 10, 'u', 1, 155, 50, 10, 2, 10, NULL, 0, '{\"shortname\":\"How to Make Beautiful Landscape Photos?\",\"fullname\":\"How to Make Beautiful Landscape Photos?\"}', 1576963834, 'web', '0:0:0:0:0:0:0:1', NULL), (8992, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 9, 'u', 1, 154, 50, 9, 2, 9, NULL, 0, '{\"shortname\":\"How to be a DJ? Make Electronic Music\",\"fullname\":\"How to be a DJ? Make Electronic Music\"}', 1576963840, 'web', '0:0:0:0:0:0:0:1', NULL), (8993, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 8, 'u', 1, 153, 50, 8, 2, 8, NULL, 0, '{\"shortname\":\"Design Instruments for Communication\",\"fullname\":\"Design Instruments for Communication\"}', 1576963846, 'web', '0:0:0:0:0:0:0:1', NULL), (8994, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 7, 'u', 1, 152, 50, 7, 2, 7, NULL, 0, '{\"shortname\":\"Sketch: Creating Responsive SVG\",\"fullname\":\"Sketch: Creating Responsive SVG\"}', 1576963858, 'web', '0:0:0:0:0:0:0:1', NULL), (8995, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 6, 'u', 1, 150, 50, 6, 2, 6, NULL, 0, '{\"shortname\":\"Adobe XD: Prototyping Tips and Tricks\",\"fullname\":\"Adobe XD: Prototyping Tips and Tricks\"}', 1576963866, 'web', '0:0:0:0:0:0:0:1', NULL), (8996, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 5, 'u', 1, 148, 50, 5, 2, 5, NULL, 0, '{\"shortname\":\"Designing a Responsive Mobile Website using Muse\",\"fullname\":\"Designing a Responsive Mobile Website using Muse\"}', 1576963872, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (8997, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 4, 'u', 1, 146, 50, 4, 2, 4, NULL, 0, '{\"shortname\":\"Introduction Web Design & HTML\",\"fullname\":\"Introduction Web Design & HTML\"}', 1576963881, 'web', '0:0:0:0:0:0:0:1', NULL), (8998, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1576963903, 'web', '0:0:0:0:0:0:0:1', NULL), (8999, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576963909, 'web', '0:0:0:0:0:0:0:1', NULL), (9000, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576963924, 'web', '0:0:0:0:0:0:0:1', NULL), (9001, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 155, 50, 10, 2, 10, NULL, 0, 'null', 1576963951, 'web', '0:0:0:0:0:0:0:1', NULL), (9002, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576963959, 'web', '0:0:0:0:0:0:0:1', NULL), (9003, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576963975, 'web', '0:0:0:0:0:0:0:1', NULL), (9004, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576964046, 'web', '0:0:0:0:0:0:0:1', NULL), (9005, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576964083, 'web', '0:0:0:0:0:0:0:1', NULL), (9006, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576964479, 'web', '0:0:0:0:0:0:0:1', NULL), (9007, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576964481, 'web', '0:0:0:0:0:0:0:1', NULL), (9008, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576964490, 'web', '0:0:0:0:0:0:0:1', NULL), (9009, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576964504, 'web', '0:0:0:0:0:0:0:1', NULL), (9010, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576964514, 'web', '0:0:0:0:0:0:0:1', NULL), (9011, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576964515, 'web', '0:0:0:0:0:0:0:1', NULL), (9012, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576964534, 'web', '0:0:0:0:0:0:0:1', NULL), (9013, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576964547, 'web', '0:0:0:0:0:0:0:1', NULL), (9014, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576964605, 'web', '0:0:0:0:0:0:0:1', NULL), (9015, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576964606, 'web', '0:0:0:0:0:0:0:1', NULL), (9016, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576964632, 'web', '0:0:0:0:0:0:0:1', NULL), (9017, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 2, 11, NULL, 0, 'null', 1576964646, 'web', '0:0:0:0:0:0:0:1', NULL), (9018, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 2, 11, NULL, 0, 'null', 1576964676, 'web', '0:0:0:0:0:0:0:1', NULL), (9019, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 2, 11, NULL, 0, 'null', 1576966255, 'web', '0:0:0:0:0:0:0:1', NULL), (9020, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576966273, 'web', '0:0:0:0:0:0:0:1', NULL), (9021, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576966390, 'web', '0:0:0:0:0:0:0:1', NULL), (9022, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 155, 50, 10, 2, 10, NULL, 0, 'null', 1576966401, 'web', '0:0:0:0:0:0:0:1', NULL), (9023, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 155, 50, 10, 2, 10, NULL, 0, 'null', 1576966421, 'web', '0:0:0:0:0:0:0:1', NULL), (9024, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576966427, 'web', '0:0:0:0:0:0:0:1', NULL), (9025, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966433, 'web', '0:0:0:0:0:0:0:1', NULL), (9026, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966448, 'web', '0:0:0:0:0:0:0:1', NULL), (9027, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576966455, 'web', '0:0:0:0:0:0:0:1', NULL), (9028, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966462, 'web', '0:0:0:0:0:0:0:1', NULL), (9029, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576966470, 'web', '0:0:0:0:0:0:0:1', NULL), (9030, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 2, 11, NULL, 0, 'null', 1576966476, 'web', '0:0:0:0:0:0:0:1', NULL), (9031, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576966502, 'web', '0:0:0:0:0:0:0:1', NULL), (9032, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576966520, 'web', '0:0:0:0:0:0:0:1', NULL), (9033, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966556, 'web', '0:0:0:0:0:0:0:1', NULL), (9034, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966557, 'web', '0:0:0:0:0:0:0:1', NULL), (9035, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966638, 'web', '0:0:0:0:0:0:0:1', NULL), (9036, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966674, 'web', '0:0:0:0:0:0:0:1', NULL), (9037, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966675, 'web', '0:0:0:0:0:0:0:1', NULL), (9038, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576966696, 'web', '0:0:0:0:0:0:0:1', NULL), (9039, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966722, 'web', '0:0:0:0:0:0:0:1', NULL), (9040, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966722, 'web', '0:0:0:0:0:0:0:1', NULL), (9041, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966735, 'web', '0:0:0:0:0:0:0:1', NULL), (9042, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966878, 'web', '0:0:0:0:0:0:0:1', NULL), (9043, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966879, 'web', '0:0:0:0:0:0:0:1', NULL), (9044, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576966957, 'web', '0:0:0:0:0:0:0:1', NULL), (9045, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966993, 'web', '0:0:0:0:0:0:0:1', NULL), (9046, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576966994, 'web', '0:0:0:0:0:0:0:1', NULL), (9047, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967005, 'web', '0:0:0:0:0:0:0:1', NULL), (9048, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967034, 'web', '0:0:0:0:0:0:0:1', NULL), (9049, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967035, 'web', '0:0:0:0:0:0:0:1', NULL), (9050, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576967040, 'web', '0:0:0:0:0:0:0:1', NULL), (9051, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967122, 'web', '0:0:0:0:0:0:0:1', NULL), (9052, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967127, 'web', '0:0:0:0:0:0:0:1', NULL), (9053, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967128, 'web', '0:0:0:0:0:0:0:1', NULL), (9054, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967135, 'web', '0:0:0:0:0:0:0:1', NULL), (9055, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967142, 'web', '0:0:0:0:0:0:0:1', NULL), (9056, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967142, 'web', '0:0:0:0:0:0:0:1', NULL), (9057, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967154, 'web', '0:0:0:0:0:0:0:1', NULL), (9058, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967168, 'web', '0:0:0:0:0:0:0:1', NULL), (9059, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967169, 'web', '0:0:0:0:0:0:0:1', NULL), (9060, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1576967173, 'web', '0:0:0:0:0:0:0:1', NULL), (9061, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967187, 'web', '0:0:0:0:0:0:0:1', NULL), (9062, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967194, 'web', '0:0:0:0:0:0:0:1', NULL), (9063, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967195, 'web', '0:0:0:0:0:0:0:1', NULL), (9064, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967209, 'web', '0:0:0:0:0:0:0:1', NULL), (9065, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967251, 'web', '0:0:0:0:0:0:0:1', NULL), (9066, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967252, 'web', '0:0:0:0:0:0:0:1', NULL), (9067, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967260, 'web', '0:0:0:0:0:0:0:1', NULL), (9068, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967271, 'web', '0:0:0:0:0:0:0:1', NULL), (9069, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967271, 'web', '0:0:0:0:0:0:0:1', NULL), (9070, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967286, 'web', '0:0:0:0:0:0:0:1', NULL), (9071, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967295, 'web', '0:0:0:0:0:0:0:1', NULL), (9072, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967296, 'web', '0:0:0:0:0:0:0:1', NULL), (9073, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967304, 'web', '0:0:0:0:0:0:0:1', NULL), (9074, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967312, 'web', '0:0:0:0:0:0:0:1', NULL), (9075, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967312, 'web', '0:0:0:0:0:0:0:1', NULL), (9076, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967345, 'web', '0:0:0:0:0:0:0:1', NULL), (9077, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967396, 'web', '0:0:0:0:0:0:0:1', NULL), (9078, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967396, 'web', '0:0:0:0:0:0:0:1', NULL), (9079, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576967430, 'web', '0:0:0:0:0:0:0:1', NULL), (9080, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576967440, 'web', '0:0:0:0:0:0:0:1', NULL), (9081, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967450, 'web', '0:0:0:0:0:0:0:1', NULL), (9082, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967494, 'web', '0:0:0:0:0:0:0:1', NULL), (9083, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967523, 'web', '0:0:0:0:0:0:0:1', NULL), (9084, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967561, 'web', '0:0:0:0:0:0:0:1', NULL), (9085, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967589, 'web', '0:0:0:0:0:0:0:1', NULL), (9086, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967623, 'web', '0:0:0:0:0:0:0:1', NULL), (9087, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967660, 'web', '0:0:0:0:0:0:0:1', NULL), (9088, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967685, 'web', '0:0:0:0:0:0:0:1', NULL), (9089, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967728, 'web', '0:0:0:0:0:0:0:1', NULL), (9090, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967767, 'web', '0:0:0:0:0:0:0:1', NULL), (9091, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1576967787, 'web', '0:0:0:0:0:0:0:1', NULL), (9092, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576967819, 'web', '0:0:0:0:0:0:0:1', NULL), (9093, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 154, 50, 9, 2, 9, NULL, 0, 'null', 1576967894, 'web', '0:0:0:0:0:0:0:1', NULL), (9094, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 154, 50, 9, 2, 9, NULL, 0, 'null', 1576967951, 'web', '0:0:0:0:0:0:0:1', NULL), (9095, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576968288, 'web', '0:0:0:0:0:0:0:1', NULL), (9096, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576968541, 'web', '0:0:0:0:0:0:0:1', NULL), (9097, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576968761, 'web', '0:0:0:0:0:0:0:1', NULL), (9098, '\\core\\event\\blog_entry_created', 'core', 'created', 'blog_entry', 'post', 3, 'c', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576968872, 'web', '0:0:0:0:0:0:0:1', NULL), (9099, '\\core\\event\\blog_entry_updated', 'core', 'updated', 'blog_entry', 'post', 3, 'u', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576968872, 'web', '0:0:0:0:0:0:0:1', NULL), (9100, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576968874, 'web', '0:0:0:0:0:0:0:1', NULL), (9101, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576968990, 'web', '0:0:0:0:0:0:0:1', NULL), (9102, '\\core\\event\\blog_entry_created', 'core', 'created', 'blog_entry', 'post', 4, 'c', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576969092, 'web', '0:0:0:0:0:0:0:1', NULL), (9103, '\\core\\event\\blog_entry_updated', 'core', 'updated', 'blog_entry', 'post', 4, 'u', 2, 1, 10, 0, 2, 0, 2, 0, 'null', 1576969092, 'web', '0:0:0:0:0:0:0:1', NULL), (9104, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":2,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576969094, 'web', '0:0:0:0:0:0:0:1', NULL), (9105, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576969104, 'web', '0:0:0:0:0:0:0:1', NULL), (9106, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969532, 'web', '0:0:0:0:0:0:0:1', NULL), (9107, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969553, 'web', '0:0:0:0:0:0:0:1', NULL), (9108, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969610, 'web', '0:0:0:0:0:0:0:1', NULL), (9109, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969638, 'web', '0:0:0:0:0:0:0:1', NULL), (9110, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969652, 'web', '0:0:0:0:0:0:0:1', NULL), (9111, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969662, 'web', '0:0:0:0:0:0:0:1', NULL), (9112, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969670, 'web', '0:0:0:0:0:0:0:1', NULL), (9113, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969719, 'web', '0:0:0:0:0:0:0:1', NULL), (9114, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969733, 'web', '0:0:0:0:0:0:0:1', NULL), (9115, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969792, 'web', '0:0:0:0:0:0:0:1', NULL), (9116, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969797, 'web', '0:0:0:0:0:0:0:1', NULL), (9117, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969819, 'web', '0:0:0:0:0:0:0:1', NULL), (9118, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969846, 'web', '0:0:0:0:0:0:0:1', NULL), (9119, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576969941, 'web', '0:0:0:0:0:0:0:1', NULL), (9120, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969943, 'web', '0:0:0:0:0:0:0:1', NULL), (9121, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969964, 'web', '0:0:0:0:0:0:0:1', NULL), (9122, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576969968, 'web', '0:0:0:0:0:0:0:1', NULL), (9123, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576970011, 'web', '0:0:0:0:0:0:0:1', NULL), (9124, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1576970025, 'web', '0:0:0:0:0:0:0:1', NULL), (9125, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576971509, 'web', '0:0:0:0:0:0:0:1', NULL), (9126, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576971599, 'web', '0:0:0:0:0:0:0:1', NULL), (9127, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576971644, 'web', '0:0:0:0:0:0:0:1', NULL), (9128, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576971679, 'web', '0:0:0:0:0:0:0:1', NULL), (9129, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1576971692, 'web', '0:0:0:0:0:0:0:1', NULL), (9130, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576971696, 'web', '0:0:0:0:0:0:0:1', NULL), (9131, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576971702, 'web', '0:0:0:0:0:0:0:1', NULL), (9132, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576971750, 'web', '0:0:0:0:0:0:0:1', NULL), (9133, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576971767, 'web', '0:0:0:0:0:0:0:1', NULL), (9134, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1632, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=2\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"plugin\":null}', 1576971830, 'web', '0:0:0:0:0:0:0:1', NULL), (9135, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1576971836, 'web', '0:0:0:0:0:0:0:1', NULL), (9136, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576971850, 'web', '0:0:0:0:0:0:0:1', NULL), (9137, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576971897, 'web', '0:0:0:0:0:0:0:1', NULL), (9138, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576971912, 'web', '0:0:0:0:0:0:0:1', NULL), (9139, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 12, 'c', 1, 170, 50, 12, 2, 12, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML Best Seller\",\"fullname\":\"Introduction Web Design with HTML Best Seller\"}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9140, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 54, 'c', 1, 170, 50, 12, 2, 12, NULL, 0, '{\"sectionnum\":0}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9141, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 55, 'c', 1, 170, 50, 12, 2, 12, NULL, 0, '{\"sectionnum\":1}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9142, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 56, 'c', 1, 170, 50, 12, 2, 12, NULL, 0, '{\"sectionnum\":2}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9143, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 57, 'c', 1, 170, 50, 12, 2, 12, NULL, 0, '{\"sectionnum\":3}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9144, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 58, 'c', 1, 170, 50, 12, 2, 12, NULL, 0, '{\"sectionnum\":4}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9145, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 31, 'c', 0, 170, 50, 12, 2, 12, NULL, 0, '{\"enrol\":\"manual\"}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9146, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 32, 'c', 0, 170, 50, 12, 2, 12, NULL, 0, '{\"enrol\":\"guest\"}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9147, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 33, 'c', 0, 170, 50, 12, 2, 12, NULL, 0, '{\"enrol\":\"self\"}', 1576972047, 'web', '0:0:0:0:0:0:0:1', NULL), (9148, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 13, 'c', 1, 171, 50, 13, 2, 13, NULL, 0, '{\"shortname\":\"Designing a Responsive Mobile Site with Muse\",\"fullname\":\"Designing a Responsive Mobile Site with Muse\"}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9149, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 59, 'c', 1, 171, 50, 13, 2, 13, NULL, 0, '{\"sectionnum\":0}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9150, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 60, 'c', 1, 171, 50, 13, 2, 13, NULL, 0, '{\"sectionnum\":1}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9151, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 61, 'c', 1, 171, 50, 13, 2, 13, NULL, 0, '{\"sectionnum\":2}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9152, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 62, 'c', 1, 171, 50, 13, 2, 13, NULL, 0, '{\"sectionnum\":3}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9153, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 63, 'c', 1, 171, 50, 13, 2, 13, NULL, 0, '{\"sectionnum\":4}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9154, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 34, 'c', 0, 171, 50, 13, 2, 13, NULL, 0, '{\"enrol\":\"manual\"}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9155, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 35, 'c', 0, 171, 50, 13, 2, 13, NULL, 0, '{\"enrol\":\"guest\"}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9156, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 36, 'c', 0, 171, 50, 13, 2, 13, NULL, 0, '{\"enrol\":\"self\"}', 1576972092, 'web', '0:0:0:0:0:0:0:1', NULL), (9157, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 14, 'c', 1, 172, 50, 14, 2, 14, NULL, 0, '{\"shortname\":\"Sketch: Creating a Responsive SVG\",\"fullname\":\"Sketch: Creating a Responsive SVG\"}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9158, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 64, 'c', 1, 172, 50, 14, 2, 14, NULL, 0, '{\"sectionnum\":0}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9159, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 65, 'c', 1, 172, 50, 14, 2, 14, NULL, 0, '{\"sectionnum\":1}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9160, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 66, 'c', 1, 172, 50, 14, 2, 14, NULL, 0, '{\"sectionnum\":2}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9161, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 67, 'c', 1, 172, 50, 14, 2, 14, NULL, 0, '{\"sectionnum\":3}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9162, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 68, 'c', 1, 172, 50, 14, 2, 14, NULL, 0, '{\"sectionnum\":4}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9163, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 37, 'c', 0, 172, 50, 14, 2, 14, NULL, 0, '{\"enrol\":\"manual\"}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9164, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 38, 'c', 0, 172, 50, 14, 2, 14, NULL, 0, '{\"enrol\":\"guest\"}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9165, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 39, 'c', 0, 172, 50, 14, 2, 14, NULL, 0, '{\"enrol\":\"self\"}', 1576972151, 'web', '0:0:0:0:0:0:0:1', NULL), (9166, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 15, 'c', 1, 173, 50, 15, 2, 15, NULL, 0, '{\"shortname\":\"Design Instruments and Communication\",\"fullname\":\"Design Instruments and Communication\"}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9167, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 69, 'c', 1, 173, 50, 15, 2, 15, NULL, 0, '{\"sectionnum\":0}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9168, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 70, 'c', 1, 173, 50, 15, 2, 15, NULL, 0, '{\"sectionnum\":1}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9169, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 71, 'c', 1, 173, 50, 15, 2, 15, NULL, 0, '{\"sectionnum\":2}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9170, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 72, 'c', 1, 173, 50, 15, 2, 15, NULL, 0, '{\"sectionnum\":3}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9171, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 73, 'c', 1, 173, 50, 15, 2, 15, NULL, 0, '{\"sectionnum\":4}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9172, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 40, 'c', 0, 173, 50, 15, 2, 15, NULL, 0, '{\"enrol\":\"manual\"}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9173, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 41, 'c', 0, 173, 50, 15, 2, 15, NULL, 0, '{\"enrol\":\"guest\"}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9174, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 42, 'c', 0, 173, 50, 15, 2, 15, NULL, 0, '{\"enrol\":\"self\"}', 1576972206, 'web', '0:0:0:0:0:0:0:1', NULL), (9175, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 16, 'c', 1, 174, 50, 16, 2, 16, NULL, 0, '{\"shortname\":\"How to be a DJ & Make Electronic Music\",\"fullname\":\"How to be a DJ & Make Electronic Music\"}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9176, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 74, 'c', 1, 174, 50, 16, 2, 16, NULL, 0, '{\"sectionnum\":0}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9177, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 75, 'c', 1, 174, 50, 16, 2, 16, NULL, 0, '{\"sectionnum\":1}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9178, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 76, 'c', 1, 174, 50, 16, 2, 16, NULL, 0, '{\"sectionnum\":2}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9179, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 77, 'c', 1, 174, 50, 16, 2, 16, NULL, 0, '{\"sectionnum\":3}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9180, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 78, 'c', 1, 174, 50, 16, 2, 16, NULL, 0, '{\"sectionnum\":4}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9181, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 43, 'c', 0, 174, 50, 16, 2, 16, NULL, 0, '{\"enrol\":\"manual\"}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9182, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 44, 'c', 0, 174, 50, 16, 2, 16, NULL, 0, '{\"enrol\":\"guest\"}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9183, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 45, 'c', 0, 174, 50, 16, 2, 16, NULL, 0, '{\"enrol\":\"self\"}', 1576972250, 'web', '0:0:0:0:0:0:0:1', NULL), (9184, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 17, 'c', 1, 175, 50, 17, 2, 17, NULL, 0, '{\"shortname\":\"How to Create Beautiful Landscape Photos?\",\"fullname\":\"How to Create Beautiful Landscape Photos?\"}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9185, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 79, 'c', 1, 175, 50, 17, 2, 17, NULL, 0, '{\"sectionnum\":0}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9186, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 80, 'c', 1, 175, 50, 17, 2, 17, NULL, 0, '{\"sectionnum\":1}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9187, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 81, 'c', 1, 175, 50, 17, 2, 17, NULL, 0, '{\"sectionnum\":2}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9188, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 82, 'c', 1, 175, 50, 17, 2, 17, NULL, 0, '{\"sectionnum\":3}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9189, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 83, 'c', 1, 175, 50, 17, 2, 17, NULL, 0, '{\"sectionnum\":4}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9190, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 46, 'c', 0, 175, 50, 17, 2, 17, NULL, 0, '{\"enrol\":\"manual\"}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9191, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 47, 'c', 0, 175, 50, 17, 2, 17, NULL, 0, '{\"enrol\":\"guest\"}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9192, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 48, 'c', 0, 175, 50, 17, 2, 17, NULL, 0, '{\"enrol\":\"self\"}', 1576972297, 'web', '0:0:0:0:0:0:0:1', NULL), (9193, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 18, 'c', 1, 176, 50, 18, 2, 18, NULL, 0, '{\"shortname\":\"How to Make Beautiful Portrait Photos?\",\"fullname\":\"How to Make Beautiful Portrait Photos?\"}', 1576972341, 'web', '0:0:0:0:0:0:0:1', NULL), (9194, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 84, 'c', 1, 176, 50, 18, 2, 18, NULL, 0, '{\"sectionnum\":0}', 1576972342, 'web', '0:0:0:0:0:0:0:1', NULL), (9195, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 85, 'c', 1, 176, 50, 18, 2, 18, NULL, 0, '{\"sectionnum\":1}', 1576972342, 'web', '0:0:0:0:0:0:0:1', NULL), (9196, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 86, 'c', 1, 176, 50, 18, 2, 18, NULL, 0, '{\"sectionnum\":2}', 1576972342, 'web', '0:0:0:0:0:0:0:1', NULL), (9197, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 87, 'c', 1, 176, 50, 18, 2, 18, NULL, 0, '{\"sectionnum\":3}', 1576972342, 'web', '0:0:0:0:0:0:0:1', NULL), (9198, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 88, 'c', 1, 176, 50, 18, 2, 18, NULL, 0, '{\"sectionnum\":4}', 1576972342, 'web', '0:0:0:0:0:0:0:1', NULL), (9199, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 49, 'c', 0, 176, 50, 18, 2, 18, NULL, 0, '{\"enrol\":\"manual\"}', 1576972342, 'web', '0:0:0:0:0:0:0:1', NULL), (9200, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 50, 'c', 0, 176, 50, 18, 2, 18, NULL, 0, '{\"enrol\":\"guest\"}', 1576972342, 'web', '0:0:0:0:0:0:0:1', NULL), (9201, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 51, 'c', 0, 176, 50, 18, 2, 18, NULL, 0, '{\"enrol\":\"self\"}', 1576972342, 'web', '0:0:0:0:0:0:0:1', NULL), (9202, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576972361, 'web', '0:0:0:0:0:0:0:1', NULL), (9203, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576972374, 'web', '0:0:0:0:0:0:0:1', NULL), (9204, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576972411, 'web', '0:0:0:0:0:0:0:1', NULL), (9205, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576972439, 'web', '0:0:0:0:0:0:0:1', NULL), (9206, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576972710, 'web', '0:0:0:0:0:0:0:1', NULL), (9207, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1576972907, 'web', '0:0:0:0:0:0:0:1', NULL), (9208, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576972916, 'web', '0:0:0:0:0:0:0:1', NULL), (9209, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576972938, 'web', '0:0:0:0:0:0:0:1', NULL), (9210, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1576972964, 'web', '0:0:0:0:0:0:0:1', NULL), (9211, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 6, 'r', 2, 83, 70, 15, 2, 1, NULL, 0, 'null', 1576974250, 'web', '0:0:0:0:0:0:0:1', NULL), (9212, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1576974302, 'web', '0:0:0:0:0:0:0:1', NULL), (9213, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1577029908, 'web', '0:0:0:0:0:0:0:1', NULL), (9214, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1577029932, 'web', '0:0:0:0:0:0:0:1', NULL), (9215, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577029936, 'web', '0:0:0:0:0:0:0:1', NULL), (9216, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577030080, 'web', '0:0:0:0:0:0:0:1', NULL), (9217, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1577030110, 'web', '0:0:0:0:0:0:0:1', NULL), (9218, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1577030161, 'web', '0:0:0:0:0:0:0:1', NULL), (9219, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 39, 50, 2, 2, 2, NULL, 0, 'null', 1577030193, 'web', '0:0:0:0:0:0:0:1', NULL), (9220, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577030780, 'web', '0:0:0:0:0:0:0:1', NULL), (9221, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577030829, 'web', '0:0:0:0:0:0:0:1', NULL), (9222, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577031354, 'web', '0:0:0:0:0:0:0:1', NULL), (9223, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1577031376, 'web', '0:0:0:0:0:0:0:1', NULL), (9224, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 2, 0, NULL, 0, 'null', 1577031381, 'web', '0:0:0:0:0:0:0:1', NULL), (9225, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577031403, 'web', '0:0:0:0:0:0:0:1', NULL), (9226, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 5, 'r', 0, 136, 40, 5, 2, 0, NULL, 0, 'null', 1577031429, 'web', '0:0:0:0:0:0:0:1', NULL), (9227, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 19, 'c', 1, 178, 50, 19, 2, 19, NULL, 0, '{\"shortname\":\" Introduction to Web Design with HTML Best Seller\",\"fullname\":\" Introduction to Web Design with HTML Best Seller\"}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9228, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 89, 'c', 1, 178, 50, 19, 2, 19, NULL, 0, '{\"sectionnum\":0}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9229, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 90, 'c', 1, 178, 50, 19, 2, 19, NULL, 0, '{\"sectionnum\":1}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9230, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 91, 'c', 1, 178, 50, 19, 2, 19, NULL, 0, '{\"sectionnum\":2}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9231, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 92, 'c', 1, 178, 50, 19, 2, 19, NULL, 0, '{\"sectionnum\":3}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9232, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 93, 'c', 1, 178, 50, 19, 2, 19, NULL, 0, '{\"sectionnum\":4}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9233, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 52, 'c', 0, 178, 50, 19, 2, 19, NULL, 0, '{\"enrol\":\"manual\"}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9234, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 53, 'c', 0, 178, 50, 19, 2, 19, NULL, 0, '{\"enrol\":\"guest\"}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9235, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 54, 'c', 0, 178, 50, 19, 2, 19, NULL, 0, '{\"enrol\":\"self\"}', 1577031524, 'web', '0:0:0:0:0:0:0:1', NULL), (9236, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 20, 'c', 1, 179, 50, 20, 2, 20, NULL, 0, '{\"shortname\":\"Designing Responsive Mobile Websites with Muse\",\"fullname\":\"Designing Responsive Mobile Websites with Muse\"}', 1577031566, 'web', '0:0:0:0:0:0:0:1', NULL), (9237, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 94, 'c', 1, 179, 50, 20, 2, 20, NULL, 0, '{\"sectionnum\":0}', 1577031566, 'web', '0:0:0:0:0:0:0:1', NULL), (9238, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 95, 'c', 1, 179, 50, 20, 2, 20, NULL, 0, '{\"sectionnum\":1}', 1577031567, 'web', '0:0:0:0:0:0:0:1', NULL), (9239, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 96, 'c', 1, 179, 50, 20, 2, 20, NULL, 0, '{\"sectionnum\":2}', 1577031567, 'web', '0:0:0:0:0:0:0:1', NULL), (9240, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 97, 'c', 1, 179, 50, 20, 2, 20, NULL, 0, '{\"sectionnum\":3}', 1577031567, 'web', '0:0:0:0:0:0:0:1', NULL), (9241, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 98, 'c', 1, 179, 50, 20, 2, 20, NULL, 0, '{\"sectionnum\":4}', 1577031567, 'web', '0:0:0:0:0:0:0:1', NULL), (9242, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 55, 'c', 0, 179, 50, 20, 2, 20, NULL, 0, '{\"enrol\":\"manual\"}', 1577031567, 'web', '0:0:0:0:0:0:0:1', NULL), (9243, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 56, 'c', 0, 179, 50, 20, 2, 20, NULL, 0, '{\"enrol\":\"guest\"}', 1577031567, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (9244, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 57, 'c', 0, 179, 50, 20, 2, 20, NULL, 0, '{\"enrol\":\"self\"}', 1577031567, 'web', '0:0:0:0:0:0:0:1', NULL), (9245, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 21, 'c', 1, 180, 50, 21, 2, 21, NULL, 0, '{\"shortname\":\"Sketch: Creating Responsive SVGs\",\"fullname\":\"Sketch: Creating Responsive SVGs\"}', 1577031703, 'web', '0:0:0:0:0:0:0:1', NULL), (9246, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 99, 'c', 1, 180, 50, 21, 2, 21, NULL, 0, '{\"sectionnum\":0}', 1577031703, 'web', '0:0:0:0:0:0:0:1', NULL), (9247, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 100, 'c', 1, 180, 50, 21, 2, 21, NULL, 0, '{\"sectionnum\":1}', 1577031703, 'web', '0:0:0:0:0:0:0:1', NULL), (9248, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 101, 'c', 1, 180, 50, 21, 2, 21, NULL, 0, '{\"sectionnum\":2}', 1577031703, 'web', '0:0:0:0:0:0:0:1', NULL), (9249, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 102, 'c', 1, 180, 50, 21, 2, 21, NULL, 0, '{\"sectionnum\":3}', 1577031703, 'web', '0:0:0:0:0:0:0:1', NULL), (9250, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 103, 'c', 1, 180, 50, 21, 2, 21, NULL, 0, '{\"sectionnum\":4}', 1577031703, 'web', '0:0:0:0:0:0:0:1', NULL), (9251, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 58, 'c', 0, 180, 50, 21, 2, 21, NULL, 0, '{\"enrol\":\"manual\"}', 1577031703, 'web', '0:0:0:0:0:0:0:1', NULL), (9252, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 59, 'c', 0, 180, 50, 21, 2, 21, NULL, 0, '{\"enrol\":\"guest\"}', 1577031704, 'web', '0:0:0:0:0:0:0:1', NULL), (9253, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 60, 'c', 0, 180, 50, 21, 2, 21, NULL, 0, '{\"enrol\":\"self\"}', 1577031704, 'web', '0:0:0:0:0:0:0:1', NULL), (9254, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 22, 'c', 1, 181, 50, 22, 2, 22, NULL, 0, '{\"shortname\":\"Design Instrument for Communication\",\"fullname\":\"Design Instrument for Communication\"}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9255, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 104, 'c', 1, 181, 50, 22, 2, 22, NULL, 0, '{\"sectionnum\":0}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9256, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 105, 'c', 1, 181, 50, 22, 2, 22, NULL, 0, '{\"sectionnum\":1}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9257, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 106, 'c', 1, 181, 50, 22, 2, 22, NULL, 0, '{\"sectionnum\":2}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9258, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 107, 'c', 1, 181, 50, 22, 2, 22, NULL, 0, '{\"sectionnum\":3}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9259, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 108, 'c', 1, 181, 50, 22, 2, 22, NULL, 0, '{\"sectionnum\":4}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9260, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 61, 'c', 0, 181, 50, 22, 2, 22, NULL, 0, '{\"enrol\":\"manual\"}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9261, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 62, 'c', 0, 181, 50, 22, 2, 22, NULL, 0, '{\"enrol\":\"guest\"}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9262, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 63, 'c', 0, 181, 50, 22, 2, 22, NULL, 0, '{\"enrol\":\"self\"}', 1577031799, 'web', '0:0:0:0:0:0:0:1', NULL), (9263, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 23, 'c', 1, 182, 50, 23, 2, 23, NULL, 0, '{\"shortname\":\"How to be a DJ? Make Electronic Musics\",\"fullname\":\"How to be a DJ? Make Electronic Musics\"}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9264, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 109, 'c', 1, 182, 50, 23, 2, 23, NULL, 0, '{\"sectionnum\":0}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9265, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 110, 'c', 1, 182, 50, 23, 2, 23, NULL, 0, '{\"sectionnum\":1}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9266, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 111, 'c', 1, 182, 50, 23, 2, 23, NULL, 0, '{\"sectionnum\":2}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9267, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 112, 'c', 1, 182, 50, 23, 2, 23, NULL, 0, '{\"sectionnum\":3}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9268, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 113, 'c', 1, 182, 50, 23, 2, 23, NULL, 0, '{\"sectionnum\":4}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9269, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 64, 'c', 0, 182, 50, 23, 2, 23, NULL, 0, '{\"enrol\":\"manual\"}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9270, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 65, 'c', 0, 182, 50, 23, 2, 23, NULL, 0, '{\"enrol\":\"guest\"}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9271, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 66, 'c', 0, 182, 50, 23, 2, 23, NULL, 0, '{\"enrol\":\"self\"}', 1577031836, 'web', '0:0:0:0:0:0:0:1', NULL), (9272, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 24, 'c', 1, 183, 50, 24, 2, 24, NULL, 0, '{\"shortname\":\"How to Make Beautiful Landscape Photo?\",\"fullname\":\"How to Make Beautiful Landscape Photo?\"}', 1577031878, 'web', '0:0:0:0:0:0:0:1', NULL), (9273, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 114, 'c', 1, 183, 50, 24, 2, 24, NULL, 0, '{\"sectionnum\":0}', 1577031879, 'web', '0:0:0:0:0:0:0:1', NULL), (9274, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 115, 'c', 1, 183, 50, 24, 2, 24, NULL, 0, '{\"sectionnum\":1}', 1577031879, 'web', '0:0:0:0:0:0:0:1', NULL), (9275, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 116, 'c', 1, 183, 50, 24, 2, 24, NULL, 0, '{\"sectionnum\":2}', 1577031879, 'web', '0:0:0:0:0:0:0:1', NULL), (9276, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 117, 'c', 1, 183, 50, 24, 2, 24, NULL, 0, '{\"sectionnum\":3}', 1577031879, 'web', '0:0:0:0:0:0:0:1', NULL), (9277, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 118, 'c', 1, 183, 50, 24, 2, 24, NULL, 0, '{\"sectionnum\":4}', 1577031879, 'web', '0:0:0:0:0:0:0:1', NULL), (9278, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 67, 'c', 0, 183, 50, 24, 2, 24, NULL, 0, '{\"enrol\":\"manual\"}', 1577031879, 'web', '0:0:0:0:0:0:0:1', NULL), (9279, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 68, 'c', 0, 183, 50, 24, 2, 24, NULL, 0, '{\"enrol\":\"guest\"}', 1577031879, 'web', '0:0:0:0:0:0:0:1', NULL), (9280, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 69, 'c', 0, 183, 50, 24, 2, 24, NULL, 0, '{\"enrol\":\"self\"}', 1577031879, 'web', '0:0:0:0:0:0:0:1', NULL), (9281, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 25, 'c', 1, 184, 50, 25, 2, 25, NULL, 0, '{\"shortname\":\"How to Make a Beautiful Landscape Photo?\",\"fullname\":\"How to Make a Beautiful Landscape Photo?\"}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9282, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 119, 'c', 1, 184, 50, 25, 2, 25, NULL, 0, '{\"sectionnum\":0}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9283, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 120, 'c', 1, 184, 50, 25, 2, 25, NULL, 0, '{\"sectionnum\":1}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9284, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 121, 'c', 1, 184, 50, 25, 2, 25, NULL, 0, '{\"sectionnum\":2}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9285, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 122, 'c', 1, 184, 50, 25, 2, 25, NULL, 0, '{\"sectionnum\":3}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9286, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 123, 'c', 1, 184, 50, 25, 2, 25, NULL, 0, '{\"sectionnum\":4}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9287, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 70, 'c', 0, 184, 50, 25, 2, 25, NULL, 0, '{\"enrol\":\"manual\"}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9288, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 71, 'c', 0, 184, 50, 25, 2, 25, NULL, 0, '{\"enrol\":\"guest\"}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9289, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 72, 'c', 0, 184, 50, 25, 2, 25, NULL, 0, '{\"enrol\":\"self\"}', 1577031938, 'web', '0:0:0:0:0:0:0:1', NULL), (9290, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577031953, 'web', '0:0:0:0:0:0:0:1', NULL), (9291, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577031997, 'web', '0:0:0:0:0:0:0:1', NULL), (9292, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032029, 'web', '0:0:0:0:0:0:0:1', NULL), (9293, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032485, 'web', '0:0:0:0:0:0:0:1', NULL), (9294, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032496, 'web', '0:0:0:0:0:0:0:1', NULL), (9295, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032533, 'web', '0:0:0:0:0:0:0:1', NULL), (9296, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032533, 'web', '0:0:0:0:0:0:0:1', NULL), (9297, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032546, 'web', '0:0:0:0:0:0:0:1', NULL), (9298, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032583, 'web', '0:0:0:0:0:0:0:1', NULL), (9299, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032769, 'web', '0:0:0:0:0:0:0:1', NULL), (9300, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032814, 'web', '0:0:0:0:0:0:0:1', NULL), (9301, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032844, 'web', '0:0:0:0:0:0:0:1', NULL), (9302, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577032963, 'web', '0:0:0:0:0:0:0:1', NULL), (9303, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577033024, 'web', '0:0:0:0:0:0:0:1', NULL), (9304, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577036961, 'web', '0:0:0:0:0:0:0:1', NULL), (9305, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577037110, 'web', '0:0:0:0:0:0:0:1', NULL), (9306, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577037190, 'web', '0:0:0:0:0:0:0:1', NULL), (9307, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577037205, 'web', '0:0:0:0:0:0:0:1', NULL), (9308, '\\core\\event\\course_backup_created', 'core', 'created', 'course_backup', 'course', 3, 'c', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"format\":\"moodle2\",\"mode\":50,\"interactive\":false,\"type\":\"course\"}', 1577037305, 'web', '0:0:0:0:0:0:0:1', NULL), (9309, '\\tool_recyclebin\\event\\category_bin_item_created', 'tool_recyclebin', 'created', 'category_bin_item', 'tool_recyclebin_category', 1, 'c', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1577037305, 'web', '0:0:0:0:0:0:0:1', NULL), (9310, '\\core\\event\\enrol_instance_deleted', 'core', 'deleted', 'enrol_instance', 'enrol', 4, 'd', 0, 48, 50, 3, 2, 3, NULL, 0, '{\"enrol\":\"manual\"}', 1577037305, 'web', '0:0:0:0:0:0:0:1', NULL), (9311, '\\core\\event\\enrol_instance_deleted', 'core', 'deleted', 'enrol_instance', 'enrol', 5, 'd', 0, 48, 50, 3, 2, 3, NULL, 0, '{\"enrol\":\"guest\"}', 1577037305, 'web', '0:0:0:0:0:0:0:1', NULL), (9312, '\\core\\event\\enrol_instance_deleted', 'core', 'deleted', 'enrol_instance', 'enrol', 6, 'd', 0, 48, 50, 3, 2, 3, NULL, 0, '{\"enrol\":\"self\"}', 1577037305, 'web', '0:0:0:0:0:0:0:1', NULL), (9313, '\\core\\event\\course_content_deleted', 'core', 'deleted', 'course_content', 'course', 3, 'd', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"shortname\":\"Designing a Responsive Mobile Website with Muse\",\"fullname\":\"Designing a Responsive Mobile Website with Muse\",\"options\":[]}', 1577037305, 'web', '0:0:0:0:0:0:0:1', NULL), (9314, '\\core\\event\\course_deleted', 'core', 'deleted', 'course', 'course', 3, 'd', 1, 48, 50, 3, 2, 3, NULL, 0, '{\"shortname\":\"Designing a Responsive Mobile Website with Muse\",\"fullname\":\"Designing a Responsive Mobile Website with Muse\",\"idnumber\":\"\"}', 1577037305, 'web', '0:0:0:0:0:0:0:1', NULL), (9315, '\\core\\event\\course_backup_created', 'core', 'created', 'course_backup', 'course', 2, 'c', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"format\":\"moodle2\",\"mode\":50,\"interactive\":false,\"type\":\"course\"}', 1577037306, 'web', '0:0:0:0:0:0:0:1', NULL), (9316, '\\tool_recyclebin\\event\\category_bin_item_created', 'tool_recyclebin', 'created', 'category_bin_item', 'tool_recyclebin_category', 2, 'c', 0, 47, 40, 2, 2, 0, NULL, 0, 'null', 1577037306, 'web', '0:0:0:0:0:0:0:1', NULL), (9317, '\\core\\event\\role_unassigned', 'core', 'unassigned', 'role', 'role', 5, 'd', 0, 39, 50, 2, 2, 2, 2, 0, '{\"id\":\"1\",\"component\":\"\",\"itemid\":\"0\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9318, '\\core\\event\\role_unassigned', 'core', 'unassigned', 'role', 'role', 3, 'd', 0, 39, 50, 2, 2, 2, 2, 0, '{\"id\":\"2\",\"component\":\"\",\"itemid\":\"0\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9319, '\\core\\event\\user_enrolment_deleted', 'core', 'deleted', 'user_enrolment', 'user_enrolments', 1, 'd', 0, 39, 50, 2, 2, 2, 2, 0, '{\"userenrolment\":{\"id\":\"1\",\"status\":\"0\",\"enrolid\":\"1\",\"userid\":\"2\",\"timestart\":\"1576387799\",\"timeend\":\"0\",\"modifierid\":\"2\",\"timecreated\":\"1576387817\",\"timemodified\":\"1576387817\",\"courseid\":\"2\",\"enrol\":\"manual\",\"lastenrol\":true},\"enrol\":\"manual\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9320, '\\core\\event\\enrol_instance_deleted', 'core', 'deleted', 'enrol_instance', 'enrol', 1, 'd', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"manual\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9321, '\\core\\event\\enrol_instance_deleted', 'core', 'deleted', 'enrol_instance', 'enrol', 2, 'd', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"guest\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9322, '\\core\\event\\enrol_instance_deleted', 'core', 'deleted', 'enrol_instance', 'enrol', 3, 'd', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"self\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9323, '\\core\\event\\tag_removed', 'core', 'removed', 'tag', 'tag_instance', 1, 'd', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"tagid\":\"1\",\"tagname\":\"photoshop\",\"tagrawname\":\"Photoshop\",\"itemid\":\"2\",\"itemtype\":\"course\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9324, '\\core\\event\\tag_removed', 'core', 'removed', 'tag', 'tag_instance', 2, 'd', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"tagid\":\"2\",\"tagname\":\"sketch\",\"tagrawname\":\"Sketch\",\"itemid\":\"2\",\"itemtype\":\"course\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9325, '\\core\\event\\tag_removed', 'core', 'removed', 'tag', 'tag_instance', 3, 'd', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"tagid\":\"3\",\"tagname\":\"beginner\",\"tagrawname\":\"Beginner\",\"itemid\":\"2\",\"itemtype\":\"course\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9326, '\\core\\event\\tag_deleted', 'core', 'deleted', 'tag', 'tag', 3, 'd', 0, 1, 10, 0, 2, 0, 2, 0, '{\"name\":\"beginner\",\"rawname\":\"Beginner\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9327, '\\core\\event\\tag_removed', 'core', 'removed', 'tag', 'tag_instance', 4, 'd', 0, 39, 50, 2, 2, 2, NULL, 0, '{\"tagid\":\"4\",\"tagname\":\"ux\\/ui\",\"tagrawname\":\"UX\\/UI\",\"itemid\":\"2\",\"itemtype\":\"course\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9328, '\\core\\event\\tag_deleted', 'core', 'deleted', 'tag', 'tag', 4, 'd', 0, 1, 10, 0, 2, 0, 2, 0, '{\"name\":\"ux\\/ui\",\"rawname\":\"UX\\/UI\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9329, '\\core\\event\\course_content_deleted', 'core', 'deleted', 'course_content', 'course', 2, 'd', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\",\"options\":[]}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9330, '\\core\\event\\course_deleted', 'core', 'deleted', 'course', 'course', 2, 'd', 1, 39, 50, 2, 2, 2, NULL, 0, '{\"shortname\":\"Introduction Web Design with HTML\",\"fullname\":\"Introduction Web Design with HTML\",\"idnumber\":\"\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9331, '\\core\\event\\course_category_deleted', 'core', 'deleted', 'course_category', 'course_categories', 2, 'd', 0, 47, 40, 2, 2, 0, NULL, 0, '{\"name\":\"Misc\"}', 1577037307, 'web', '0:0:0:0:0:0:0:1', NULL), (9332, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577037403, 'web', '0:0:0:0:0:0:0:1', NULL), (9333, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577037428, 'web', '0:0:0:0:0:0:0:1', NULL), (9334, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577037480, 'web', '0:0:0:0:0:0:0:1', NULL), (9335, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 6, 'r', 0, 137, 40, 6, 2, 0, NULL, 0, 'null', 1577037503, 'web', '0:0:0:0:0:0:0:1', NULL), (9336, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 26, 'c', 1, 185, 50, 26, 2, 26, NULL, 0, '{\"shortname\":\"Introduction Web Design with a HTML Best Seller\",\"fullname\":\"Introduction Web Design with a HTML Best Seller\"}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9337, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 124, 'c', 1, 185, 50, 26, 2, 26, NULL, 0, '{\"sectionnum\":0}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9338, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 125, 'c', 1, 185, 50, 26, 2, 26, NULL, 0, '{\"sectionnum\":1}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9339, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 126, 'c', 1, 185, 50, 26, 2, 26, NULL, 0, '{\"sectionnum\":2}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9340, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 127, 'c', 1, 185, 50, 26, 2, 26, NULL, 0, '{\"sectionnum\":3}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9341, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 128, 'c', 1, 185, 50, 26, 2, 26, NULL, 0, '{\"sectionnum\":4}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9342, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 73, 'c', 0, 185, 50, 26, 2, 26, NULL, 0, '{\"enrol\":\"manual\"}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9343, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 74, 'c', 0, 185, 50, 26, 2, 26, NULL, 0, '{\"enrol\":\"guest\"}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9344, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 75, 'c', 0, 185, 50, 26, 2, 26, NULL, 0, '{\"enrol\":\"self\"}', 1577037572, 'web', '0:0:0:0:0:0:0:1', NULL), (9345, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 27, 'c', 1, 186, 50, 27, 2, 27, NULL, 0, '{\"shortname\":\"Design a Responsive Mobile Website with Muse\",\"fullname\":\"Design a Responsive Mobile Website with Muse\"}', 1577037618, 'web', '0:0:0:0:0:0:0:1', NULL), (9346, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 129, 'c', 1, 186, 50, 27, 2, 27, NULL, 0, '{\"sectionnum\":0}', 1577037619, 'web', '0:0:0:0:0:0:0:1', NULL), (9347, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 130, 'c', 1, 186, 50, 27, 2, 27, NULL, 0, '{\"sectionnum\":1}', 1577037619, 'web', '0:0:0:0:0:0:0:1', NULL), (9348, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 131, 'c', 1, 186, 50, 27, 2, 27, NULL, 0, '{\"sectionnum\":2}', 1577037619, 'web', '0:0:0:0:0:0:0:1', NULL), (9349, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 132, 'c', 1, 186, 50, 27, 2, 27, NULL, 0, '{\"sectionnum\":3}', 1577037619, 'web', '0:0:0:0:0:0:0:1', NULL), (9350, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 133, 'c', 1, 186, 50, 27, 2, 27, NULL, 0, '{\"sectionnum\":4}', 1577037619, 'web', '0:0:0:0:0:0:0:1', NULL), (9351, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 76, 'c', 0, 186, 50, 27, 2, 27, NULL, 0, '{\"enrol\":\"manual\"}', 1577037619, 'web', '0:0:0:0:0:0:0:1', NULL), (9352, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 77, 'c', 0, 186, 50, 27, 2, 27, NULL, 0, '{\"enrol\":\"guest\"}', 1577037619, 'web', '0:0:0:0:0:0:0:1', NULL), (9353, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 78, 'c', 0, 186, 50, 27, 2, 27, NULL, 0, '{\"enrol\":\"self\"}', 1577037619, 'web', '0:0:0:0:0:0:0:1', NULL), (9354, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 28, 'c', 1, 187, 50, 28, 2, 28, NULL, 0, '{\"shortname\":\"Sketch: Creating Great Responsive SVG\",\"fullname\":\"Sketch: Creating Great Responsive SVG\"}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9355, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 134, 'c', 1, 187, 50, 28, 2, 28, NULL, 0, '{\"sectionnum\":0}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9356, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 135, 'c', 1, 187, 50, 28, 2, 28, NULL, 0, '{\"sectionnum\":1}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9357, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 136, 'c', 1, 187, 50, 28, 2, 28, NULL, 0, '{\"sectionnum\":2}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9358, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 137, 'c', 1, 187, 50, 28, 2, 28, NULL, 0, '{\"sectionnum\":3}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9359, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 138, 'c', 1, 187, 50, 28, 2, 28, NULL, 0, '{\"sectionnum\":4}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9360, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 79, 'c', 0, 187, 50, 28, 2, 28, NULL, 0, '{\"enrol\":\"manual\"}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9361, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 80, 'c', 0, 187, 50, 28, 2, 28, NULL, 0, '{\"enrol\":\"guest\"}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9362, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 81, 'c', 0, 187, 50, 28, 2, 28, NULL, 0, '{\"enrol\":\"self\"}', 1577037669, 'web', '0:0:0:0:0:0:0:1', NULL), (9363, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 29, 'c', 1, 188, 50, 29, 2, 29, NULL, 0, '{\"shortname\":\"Design Instrumentation for Communication\",\"fullname\":\"Design Instrumentation for Communication\"}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9364, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 139, 'c', 1, 188, 50, 29, 2, 29, NULL, 0, '{\"sectionnum\":0}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9365, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 140, 'c', 1, 188, 50, 29, 2, 29, NULL, 0, '{\"sectionnum\":1}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9366, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 141, 'c', 1, 188, 50, 29, 2, 29, NULL, 0, '{\"sectionnum\":2}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9367, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 142, 'c', 1, 188, 50, 29, 2, 29, NULL, 0, '{\"sectionnum\":3}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9368, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 143, 'c', 1, 188, 50, 29, 2, 29, NULL, 0, '{\"sectionnum\":4}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9369, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 82, 'c', 0, 188, 50, 29, 2, 29, NULL, 0, '{\"enrol\":\"manual\"}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9370, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 83, 'c', 0, 188, 50, 29, 2, 29, NULL, 0, '{\"enrol\":\"guest\"}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9371, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 84, 'c', 0, 188, 50, 29, 2, 29, NULL, 0, '{\"enrol\":\"self\"}', 1577037715, 'web', '0:0:0:0:0:0:0:1', NULL), (9372, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 30, 'c', 1, 189, 50, 30, 2, 30, NULL, 0, '{\"shortname\":\"How to be a DJ? How to Make Electronic Music\",\"fullname\":\"How to be a DJ? How to Make Electronic Music\"}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9373, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 144, 'c', 1, 189, 50, 30, 2, 30, NULL, 0, '{\"sectionnum\":0}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9374, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 145, 'c', 1, 189, 50, 30, 2, 30, NULL, 0, '{\"sectionnum\":1}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9375, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 146, 'c', 1, 189, 50, 30, 2, 30, NULL, 0, '{\"sectionnum\":2}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9376, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 147, 'c', 1, 189, 50, 30, 2, 30, NULL, 0, '{\"sectionnum\":3}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9377, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 148, 'c', 1, 189, 50, 30, 2, 30, NULL, 0, '{\"sectionnum\":4}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9378, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 85, 'c', 0, 189, 50, 30, 2, 30, NULL, 0, '{\"enrol\":\"manual\"}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9379, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 86, 'c', 0, 189, 50, 30, 2, 30, NULL, 0, '{\"enrol\":\"guest\"}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9380, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 87, 'c', 0, 189, 50, 30, 2, 30, NULL, 0, '{\"enrol\":\"self\"}', 1577037755, 'web', '0:0:0:0:0:0:0:1', NULL), (9381, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 31, 'c', 1, 190, 50, 31, 2, 31, NULL, 0, '{\"shortname\":\"How to Take Beautiful Landscape Photos?\",\"fullname\":\"How to Take Beautiful Landscape Photos?\"}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9382, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 149, 'c', 1, 190, 50, 31, 2, 31, NULL, 0, '{\"sectionnum\":0}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9383, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 150, 'c', 1, 190, 50, 31, 2, 31, NULL, 0, '{\"sectionnum\":1}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9384, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 151, 'c', 1, 190, 50, 31, 2, 31, NULL, 0, '{\"sectionnum\":2}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9385, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 152, 'c', 1, 190, 50, 31, 2, 31, NULL, 0, '{\"sectionnum\":3}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9386, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 153, 'c', 1, 190, 50, 31, 2, 31, NULL, 0, '{\"sectionnum\":4}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9387, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 88, 'c', 0, 190, 50, 31, 2, 31, NULL, 0, '{\"enrol\":\"manual\"}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9388, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 89, 'c', 0, 190, 50, 31, 2, 31, NULL, 0, '{\"enrol\":\"guest\"}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9389, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 90, 'c', 0, 190, 50, 31, 2, 31, NULL, 0, '{\"enrol\":\"self\"}', 1577037795, 'web', '0:0:0:0:0:0:0:1', NULL), (9390, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 32, 'c', 1, 191, 50, 32, 2, 32, NULL, 0, '{\"shortname\":\"How to Make Beautiful Indoor Photos?\",\"fullname\":\"How to Make Beautiful Indoor Photos?\"}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9391, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 154, 'c', 1, 191, 50, 32, 2, 32, NULL, 0, '{\"sectionnum\":0}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9392, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 155, 'c', 1, 191, 50, 32, 2, 32, NULL, 0, '{\"sectionnum\":1}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9393, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 156, 'c', 1, 191, 50, 32, 2, 32, NULL, 0, '{\"sectionnum\":2}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9394, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 157, 'c', 1, 191, 50, 32, 2, 32, NULL, 0, '{\"sectionnum\":3}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9395, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 158, 'c', 1, 191, 50, 32, 2, 32, NULL, 0, '{\"sectionnum\":4}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9396, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 91, 'c', 0, 191, 50, 32, 2, 32, NULL, 0, '{\"enrol\":\"manual\"}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9397, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 92, 'c', 0, 191, 50, 32, 2, 32, NULL, 0, '{\"enrol\":\"guest\"}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9398, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 93, 'c', 0, 191, 50, 32, 2, 32, NULL, 0, '{\"enrol\":\"self\"}', 1577037841, 'web', '0:0:0:0:0:0:0:1', NULL), (9399, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 33, 'c', 1, 192, 50, 33, 2, 33, NULL, 0, '{\"shortname\":\"Introduction Web Design with The Best Seller\",\"fullname\":\"Introduction Web Design with The Best Seller\"}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9400, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 159, 'c', 1, 192, 50, 33, 2, 33, NULL, 0, '{\"sectionnum\":0}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9401, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 160, 'c', 1, 192, 50, 33, 2, 33, NULL, 0, '{\"sectionnum\":1}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9402, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 161, 'c', 1, 192, 50, 33, 2, 33, NULL, 0, '{\"sectionnum\":2}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9403, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 162, 'c', 1, 192, 50, 33, 2, 33, NULL, 0, '{\"sectionnum\":3}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9404, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 163, 'c', 1, 192, 50, 33, 2, 33, NULL, 0, '{\"sectionnum\":4}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9405, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 94, 'c', 0, 192, 50, 33, 2, 33, NULL, 0, '{\"enrol\":\"manual\"}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9406, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 95, 'c', 0, 192, 50, 33, 2, 33, NULL, 0, '{\"enrol\":\"guest\"}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9407, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 96, 'c', 0, 192, 50, 33, 2, 33, NULL, 0, '{\"enrol\":\"self\"}', 1577037914, 'web', '0:0:0:0:0:0:0:1', NULL), (9408, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 34, 'c', 1, 193, 50, 34, 2, 34, NULL, 0, '{\"shortname\":\"Designing an Adaptive Mobile Website with Muse\",\"fullname\":\"Designing an Adaptive Mobile Website with Muse\"}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9409, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 164, 'c', 1, 193, 50, 34, 2, 34, NULL, 0, '{\"sectionnum\":0}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9410, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 165, 'c', 1, 193, 50, 34, 2, 34, NULL, 0, '{\"sectionnum\":1}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9411, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 166, 'c', 1, 193, 50, 34, 2, 34, NULL, 0, '{\"sectionnum\":2}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9412, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 167, 'c', 1, 193, 50, 34, 2, 34, NULL, 0, '{\"sectionnum\":3}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9413, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 168, 'c', 1, 193, 50, 34, 2, 34, NULL, 0, '{\"sectionnum\":4}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9414, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 97, 'c', 0, 193, 50, 34, 2, 34, NULL, 0, '{\"enrol\":\"manual\"}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9415, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 98, 'c', 0, 193, 50, 34, 2, 34, NULL, 0, '{\"enrol\":\"guest\"}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9416, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 99, 'c', 0, 193, 50, 34, 2, 34, NULL, 0, '{\"enrol\":\"self\"}', 1577037974, 'web', '0:0:0:0:0:0:0:1', NULL), (9417, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 35, 'c', 1, 194, 50, 35, 2, 35, NULL, 0, '{\"shortname\":\"Sketch: Creating Animated Responsive SVG\",\"fullname\":\"Sketch: Creating Animated Responsive SVG\"}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9418, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 169, 'c', 1, 194, 50, 35, 2, 35, NULL, 0, '{\"sectionnum\":0}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9419, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 170, 'c', 1, 194, 50, 35, 2, 35, NULL, 0, '{\"sectionnum\":1}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9420, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 171, 'c', 1, 194, 50, 35, 2, 35, NULL, 0, '{\"sectionnum\":2}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9421, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 172, 'c', 1, 194, 50, 35, 2, 35, NULL, 0, '{\"sectionnum\":3}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9422, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 173, 'c', 1, 194, 50, 35, 2, 35, NULL, 0, '{\"sectionnum\":4}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9423, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 100, 'c', 0, 194, 50, 35, 2, 35, NULL, 0, '{\"enrol\":\"manual\"}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9424, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 101, 'c', 0, 194, 50, 35, 2, 35, NULL, 0, '{\"enrol\":\"guest\"}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9425, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 102, 'c', 0, 194, 50, 35, 2, 35, NULL, 0, '{\"enrol\":\"self\"}', 1577038018, 'web', '0:0:0:0:0:0:0:1', NULL), (9426, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 36, 'c', 1, 195, 50, 36, 2, 36, NULL, 0, '{\"shortname\":\" Designing Instruments for Communication\",\"fullname\":\" Designing Instruments for Communication\"}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9427, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 174, 'c', 1, 195, 50, 36, 2, 36, NULL, 0, '{\"sectionnum\":0}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9428, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 175, 'c', 1, 195, 50, 36, 2, 36, NULL, 0, '{\"sectionnum\":1}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9429, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 176, 'c', 1, 195, 50, 36, 2, 36, NULL, 0, '{\"sectionnum\":2}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9430, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 177, 'c', 1, 195, 50, 36, 2, 36, NULL, 0, '{\"sectionnum\":3}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9431, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 178, 'c', 1, 195, 50, 36, 2, 36, NULL, 0, '{\"sectionnum\":4}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9432, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 103, 'c', 0, 195, 50, 36, 2, 36, NULL, 0, '{\"enrol\":\"manual\"}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9433, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 104, 'c', 0, 195, 50, 36, 2, 36, NULL, 0, '{\"enrol\":\"guest\"}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9434, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 105, 'c', 0, 195, 50, 36, 2, 36, NULL, 0, '{\"enrol\":\"self\"}', 1577038056, 'web', '0:0:0:0:0:0:0:1', NULL), (9435, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 37, 'c', 1, 196, 50, 37, 2, 37, NULL, 0, '{\"shortname\":\"How to be a DJ? Make Electronic Songs\",\"fullname\":\"How to be a DJ? Make Electronic Songs\"}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9436, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 179, 'c', 1, 196, 50, 37, 2, 37, NULL, 0, '{\"sectionnum\":0}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9437, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 180, 'c', 1, 196, 50, 37, 2, 37, NULL, 0, '{\"sectionnum\":1}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9438, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 181, 'c', 1, 196, 50, 37, 2, 37, NULL, 0, '{\"sectionnum\":2}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9439, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 182, 'c', 1, 196, 50, 37, 2, 37, NULL, 0, '{\"sectionnum\":3}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9440, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 183, 'c', 1, 196, 50, 37, 2, 37, NULL, 0, '{\"sectionnum\":4}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9441, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 106, 'c', 0, 196, 50, 37, 2, 37, NULL, 0, '{\"enrol\":\"manual\"}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9442, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 107, 'c', 0, 196, 50, 37, 2, 37, NULL, 0, '{\"enrol\":\"guest\"}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9443, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 108, 'c', 0, 196, 50, 37, 2, 37, NULL, 0, '{\"enrol\":\"self\"}', 1577038100, 'web', '0:0:0:0:0:0:0:1', NULL), (9444, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 38, 'c', 1, 197, 50, 38, 2, 38, NULL, 0, '{\"shortname\":\"How to Shoot Beautiful Landscape Photos?\",\"fullname\":\"How to Shoot Beautiful Landscape Photos?\"}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9445, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 184, 'c', 1, 197, 50, 38, 2, 38, NULL, 0, '{\"sectionnum\":0}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9446, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 185, 'c', 1, 197, 50, 38, 2, 38, NULL, 0, '{\"sectionnum\":1}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9447, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 186, 'c', 1, 197, 50, 38, 2, 38, NULL, 0, '{\"sectionnum\":2}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9448, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 187, 'c', 1, 197, 50, 38, 2, 38, NULL, 0, '{\"sectionnum\":3}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9449, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 188, 'c', 1, 197, 50, 38, 2, 38, NULL, 0, '{\"sectionnum\":4}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9450, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 109, 'c', 0, 197, 50, 38, 2, 38, NULL, 0, '{\"enrol\":\"manual\"}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9451, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 110, 'c', 0, 197, 50, 38, 2, 38, NULL, 0, '{\"enrol\":\"guest\"}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9452, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 111, 'c', 0, 197, 50, 38, 2, 38, NULL, 0, '{\"enrol\":\"self\"}', 1577038152, 'web', '0:0:0:0:0:0:0:1', NULL), (9453, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 39, 'c', 1, 198, 50, 39, 2, 39, NULL, 0, '{\"shortname\":\"How to Shoot Beautiful Portrait Photos?\",\"fullname\":\"How to Shoot Beautiful Portrait Photos?\"}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9454, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 189, 'c', 1, 198, 50, 39, 2, 39, NULL, 0, '{\"sectionnum\":0}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9455, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 190, 'c', 1, 198, 50, 39, 2, 39, NULL, 0, '{\"sectionnum\":1}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9456, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 191, 'c', 1, 198, 50, 39, 2, 39, NULL, 0, '{\"sectionnum\":2}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9457, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 192, 'c', 1, 198, 50, 39, 2, 39, NULL, 0, '{\"sectionnum\":3}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9458, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 193, 'c', 1, 198, 50, 39, 2, 39, NULL, 0, '{\"sectionnum\":4}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9459, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 112, 'c', 0, 198, 50, 39, 2, 39, NULL, 0, '{\"enrol\":\"manual\"}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9460, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 113, 'c', 0, 198, 50, 39, 2, 39, NULL, 0, '{\"enrol\":\"guest\"}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9461, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 114, 'c', 0, 198, 50, 39, 2, 39, NULL, 0, '{\"enrol\":\"self\"}', 1577038192, 'web', '0:0:0:0:0:0:0:1', NULL), (9462, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 40, 'c', 1, 199, 50, 40, 2, 40, NULL, 0, '{\"shortname\":\"Introduction Web Coding with HTML Best Seller\",\"fullname\":\"Introduction Web Coding with HTML Best Seller\"}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9463, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 194, 'c', 1, 199, 50, 40, 2, 40, NULL, 0, '{\"sectionnum\":0}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9464, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 195, 'c', 1, 199, 50, 40, 2, 40, NULL, 0, '{\"sectionnum\":1}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9465, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 196, 'c', 1, 199, 50, 40, 2, 40, NULL, 0, '{\"sectionnum\":2}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9466, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 197, 'c', 1, 199, 50, 40, 2, 40, NULL, 0, '{\"sectionnum\":3}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9467, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 198, 'c', 1, 199, 50, 40, 2, 40, NULL, 0, '{\"sectionnum\":4}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9468, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 115, 'c', 0, 199, 50, 40, 2, 40, NULL, 0, '{\"enrol\":\"manual\"}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9469, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 116, 'c', 0, 199, 50, 40, 2, 40, NULL, 0, '{\"enrol\":\"guest\"}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9470, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 117, 'c', 0, 199, 50, 40, 2, 40, NULL, 0, '{\"enrol\":\"self\"}', 1577038244, 'web', '0:0:0:0:0:0:0:1', NULL), (9471, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 41, 'c', 1, 200, 50, 41, 2, 41, NULL, 0, '{\"shortname\":\"Designing a Responsive Desktop Website with Muse\",\"fullname\":\"Designing a Responsive Desktop Website with Muse\"}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL), (9472, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 199, 'c', 1, 200, 50, 41, 2, 41, NULL, 0, '{\"sectionnum\":0}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL), (9473, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 200, 'c', 1, 200, 50, 41, 2, 41, NULL, 0, '{\"sectionnum\":1}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (9474, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 201, 'c', 1, 200, 50, 41, 2, 41, NULL, 0, '{\"sectionnum\":2}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL), (9475, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 202, 'c', 1, 200, 50, 41, 2, 41, NULL, 0, '{\"sectionnum\":3}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL), (9476, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 203, 'c', 1, 200, 50, 41, 2, 41, NULL, 0, '{\"sectionnum\":4}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL), (9477, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 118, 'c', 0, 200, 50, 41, 2, 41, NULL, 0, '{\"enrol\":\"manual\"}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL), (9478, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 119, 'c', 0, 200, 50, 41, 2, 41, NULL, 0, '{\"enrol\":\"guest\"}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL), (9479, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 120, 'c', 0, 200, 50, 41, 2, 41, NULL, 0, '{\"enrol\":\"self\"}', 1577038287, 'web', '0:0:0:0:0:0:0:1', NULL), (9480, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 42, 'c', 1, 201, 50, 42, 2, 42, NULL, 0, '{\"shortname\":\"Sketch: Creating Sharp Responsive SVG\",\"fullname\":\"Sketch: Creating Sharp Responsive SVG\"}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9481, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 204, 'c', 1, 201, 50, 42, 2, 42, NULL, 0, '{\"sectionnum\":0}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9482, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 205, 'c', 1, 201, 50, 42, 2, 42, NULL, 0, '{\"sectionnum\":1}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9483, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 206, 'c', 1, 201, 50, 42, 2, 42, NULL, 0, '{\"sectionnum\":2}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9484, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 207, 'c', 1, 201, 50, 42, 2, 42, NULL, 0, '{\"sectionnum\":3}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9485, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 208, 'c', 1, 201, 50, 42, 2, 42, NULL, 0, '{\"sectionnum\":4}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9486, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 121, 'c', 0, 201, 50, 42, 2, 42, NULL, 0, '{\"enrol\":\"manual\"}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9487, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 122, 'c', 0, 201, 50, 42, 2, 42, NULL, 0, '{\"enrol\":\"guest\"}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9488, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 123, 'c', 0, 201, 50, 42, 2, 42, NULL, 0, '{\"enrol\":\"self\"}', 1577038339, 'web', '0:0:0:0:0:0:0:1', NULL), (9489, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 43, 'c', 1, 202, 50, 43, 2, 43, NULL, 0, '{\"shortname\":\"Design Instruments for Work Communication\",\"fullname\":\"Design Instruments for Work Communication\"}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9490, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 209, 'c', 1, 202, 50, 43, 2, 43, NULL, 0, '{\"sectionnum\":0}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9491, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 210, 'c', 1, 202, 50, 43, 2, 43, NULL, 0, '{\"sectionnum\":1}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9492, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 211, 'c', 1, 202, 50, 43, 2, 43, NULL, 0, '{\"sectionnum\":2}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9493, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 212, 'c', 1, 202, 50, 43, 2, 43, NULL, 0, '{\"sectionnum\":3}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9494, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 213, 'c', 1, 202, 50, 43, 2, 43, NULL, 0, '{\"sectionnum\":4}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9495, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 124, 'c', 0, 202, 50, 43, 2, 43, NULL, 0, '{\"enrol\":\"manual\"}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9496, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 125, 'c', 0, 202, 50, 43, 2, 43, NULL, 0, '{\"enrol\":\"guest\"}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9497, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 126, 'c', 0, 202, 50, 43, 2, 43, NULL, 0, '{\"enrol\":\"self\"}', 1577038401, 'web', '0:0:0:0:0:0:0:1', NULL), (9498, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 44, 'c', 1, 203, 50, 44, 2, 44, NULL, 0, '{\"shortname\":\"How to be a DJ? Make Electronic Music Tracks\",\"fullname\":\"How to be a DJ? Make Electronic Music Tracks\"}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9499, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 214, 'c', 1, 203, 50, 44, 2, 44, NULL, 0, '{\"sectionnum\":0}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9500, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 215, 'c', 1, 203, 50, 44, 2, 44, NULL, 0, '{\"sectionnum\":1}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9501, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 216, 'c', 1, 203, 50, 44, 2, 44, NULL, 0, '{\"sectionnum\":2}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9502, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 217, 'c', 1, 203, 50, 44, 2, 44, NULL, 0, '{\"sectionnum\":3}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9503, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 218, 'c', 1, 203, 50, 44, 2, 44, NULL, 0, '{\"sectionnum\":4}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9504, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 127, 'c', 0, 203, 50, 44, 2, 44, NULL, 0, '{\"enrol\":\"manual\"}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9505, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 128, 'c', 0, 203, 50, 44, 2, 44, NULL, 0, '{\"enrol\":\"guest\"}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9506, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 129, 'c', 0, 203, 50, 44, 2, 44, NULL, 0, '{\"enrol\":\"self\"}', 1577038441, 'web', '0:0:0:0:0:0:0:1', NULL), (9507, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 45, 'c', 1, 204, 50, 45, 2, 45, NULL, 0, '{\"shortname\":\"How to Develop Beautiful Landscape Photos?\",\"fullname\":\"How to Develop Beautiful Landscape Photos?\"}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9508, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 219, 'c', 1, 204, 50, 45, 2, 45, NULL, 0, '{\"sectionnum\":0}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9509, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 220, 'c', 1, 204, 50, 45, 2, 45, NULL, 0, '{\"sectionnum\":1}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9510, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 221, 'c', 1, 204, 50, 45, 2, 45, NULL, 0, '{\"sectionnum\":2}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9511, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 222, 'c', 1, 204, 50, 45, 2, 45, NULL, 0, '{\"sectionnum\":3}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9512, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 223, 'c', 1, 204, 50, 45, 2, 45, NULL, 0, '{\"sectionnum\":4}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9513, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 130, 'c', 0, 204, 50, 45, 2, 45, NULL, 0, '{\"enrol\":\"manual\"}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9514, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 131, 'c', 0, 204, 50, 45, 2, 45, NULL, 0, '{\"enrol\":\"guest\"}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9515, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 132, 'c', 0, 204, 50, 45, 2, 45, NULL, 0, '{\"enrol\":\"self\"}', 1577038479, 'web', '0:0:0:0:0:0:0:1', NULL), (9516, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 46, 'c', 1, 205, 50, 46, 2, 46, NULL, 0, '{\"shortname\":\"How to Make Beautiful Office Photos?\",\"fullname\":\"How to Make Beautiful Office Photos?\"}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9517, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 224, 'c', 1, 205, 50, 46, 2, 46, NULL, 0, '{\"sectionnum\":0}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9518, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 225, 'c', 1, 205, 50, 46, 2, 46, NULL, 0, '{\"sectionnum\":1}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9519, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 226, 'c', 1, 205, 50, 46, 2, 46, NULL, 0, '{\"sectionnum\":2}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9520, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 227, 'c', 1, 205, 50, 46, 2, 46, NULL, 0, '{\"sectionnum\":3}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9521, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 228, 'c', 1, 205, 50, 46, 2, 46, NULL, 0, '{\"sectionnum\":4}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9522, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 133, 'c', 0, 205, 50, 46, 2, 46, NULL, 0, '{\"enrol\":\"manual\"}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9523, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 134, 'c', 0, 205, 50, 46, 2, 46, NULL, 0, '{\"enrol\":\"guest\"}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9524, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 135, 'c', 0, 205, 50, 46, 2, 46, NULL, 0, '{\"enrol\":\"self\"}', 1577038520, 'web', '0:0:0:0:0:0:0:1', NULL), (9525, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 47, 'c', 1, 206, 50, 47, 2, 47, NULL, 0, '{\"shortname\":\"Fashion Photography From Professionals\",\"fullname\":\"Fashion Photography From Professionals\"}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9526, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 229, 'c', 1, 206, 50, 47, 2, 47, NULL, 0, '{\"sectionnum\":0}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9527, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 230, 'c', 1, 206, 50, 47, 2, 47, NULL, 0, '{\"sectionnum\":1}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9528, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 231, 'c', 1, 206, 50, 47, 2, 47, NULL, 0, '{\"sectionnum\":2}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9529, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 232, 'c', 1, 206, 50, 47, 2, 47, NULL, 0, '{\"sectionnum\":3}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9530, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 233, 'c', 1, 206, 50, 47, 2, 47, NULL, 0, '{\"sectionnum\":4}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9531, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 136, 'c', 0, 206, 50, 47, 2, 47, NULL, 0, '{\"enrol\":\"manual\"}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9532, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 137, 'c', 0, 206, 50, 47, 2, 47, NULL, 0, '{\"enrol\":\"guest\"}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9533, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 138, 'c', 0, 206, 50, 47, 2, 47, NULL, 0, '{\"enrol\":\"self\"}', 1577038617, 'web', '0:0:0:0:0:0:0:1', NULL), (9534, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 48, 'c', 1, 207, 50, 48, 2, 48, NULL, 0, '{\"shortname\":\"Designing Responsive Websites with Muse\",\"fullname\":\"Designing Responsive Websites with Muse\"}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9535, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 234, 'c', 1, 207, 50, 48, 2, 48, NULL, 0, '{\"sectionnum\":0}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9536, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 235, 'c', 1, 207, 50, 48, 2, 48, NULL, 0, '{\"sectionnum\":1}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9537, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 236, 'c', 1, 207, 50, 48, 2, 48, NULL, 0, '{\"sectionnum\":2}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9538, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 237, 'c', 1, 207, 50, 48, 2, 48, NULL, 0, '{\"sectionnum\":3}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9539, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 238, 'c', 1, 207, 50, 48, 2, 48, NULL, 0, '{\"sectionnum\":4}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9540, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 139, 'c', 0, 207, 50, 48, 2, 48, NULL, 0, '{\"enrol\":\"manual\"}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9541, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 140, 'c', 0, 207, 50, 48, 2, 48, NULL, 0, '{\"enrol\":\"guest\"}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9542, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 141, 'c', 0, 207, 50, 48, 2, 48, NULL, 0, '{\"enrol\":\"self\"}', 1577038667, 'web', '0:0:0:0:0:0:0:1', NULL), (9543, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 49, 'c', 1, 208, 50, 49, 2, 49, NULL, 0, '{\"shortname\":\"Sketch: Creating Responsive SVG Material\",\"fullname\":\"Sketch: Creating Responsive SVG Material\"}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9544, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 239, 'c', 1, 208, 50, 49, 2, 49, NULL, 0, '{\"sectionnum\":0}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9545, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 240, 'c', 1, 208, 50, 49, 2, 49, NULL, 0, '{\"sectionnum\":1}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9546, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 241, 'c', 1, 208, 50, 49, 2, 49, NULL, 0, '{\"sectionnum\":2}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9547, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 242, 'c', 1, 208, 50, 49, 2, 49, NULL, 0, '{\"sectionnum\":3}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9548, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 243, 'c', 1, 208, 50, 49, 2, 49, NULL, 0, '{\"sectionnum\":4}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9549, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 142, 'c', 0, 208, 50, 49, 2, 49, NULL, 0, '{\"enrol\":\"manual\"}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9550, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 143, 'c', 0, 208, 50, 49, 2, 49, NULL, 0, '{\"enrol\":\"guest\"}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9551, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 144, 'c', 0, 208, 50, 49, 2, 49, NULL, 0, '{\"enrol\":\"self\"}', 1577038725, 'web', '0:0:0:0:0:0:0:1', NULL), (9552, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 50, 'c', 1, 209, 50, 50, 2, 50, NULL, 0, '{\"shortname\":\"Design Instruments with Communication\",\"fullname\":\"Design Instruments with Communication\"}', 1577038785, 'web', '0:0:0:0:0:0:0:1', NULL), (9553, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 244, 'c', 1, 209, 50, 50, 2, 50, NULL, 0, '{\"sectionnum\":0}', 1577038786, 'web', '0:0:0:0:0:0:0:1', NULL), (9554, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 245, 'c', 1, 209, 50, 50, 2, 50, NULL, 0, '{\"sectionnum\":1}', 1577038786, 'web', '0:0:0:0:0:0:0:1', NULL), (9555, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 246, 'c', 1, 209, 50, 50, 2, 50, NULL, 0, '{\"sectionnum\":2}', 1577038786, 'web', '0:0:0:0:0:0:0:1', NULL), (9556, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 247, 'c', 1, 209, 50, 50, 2, 50, NULL, 0, '{\"sectionnum\":3}', 1577038786, 'web', '0:0:0:0:0:0:0:1', NULL), (9557, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 248, 'c', 1, 209, 50, 50, 2, 50, NULL, 0, '{\"sectionnum\":4}', 1577038786, 'web', '0:0:0:0:0:0:0:1', NULL), (9558, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 145, 'c', 0, 209, 50, 50, 2, 50, NULL, 0, '{\"enrol\":\"manual\"}', 1577038786, 'web', '0:0:0:0:0:0:0:1', NULL), (9559, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 146, 'c', 0, 209, 50, 50, 2, 50, NULL, 0, '{\"enrol\":\"guest\"}', 1577038786, 'web', '0:0:0:0:0:0:0:1', NULL), (9560, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 147, 'c', 0, 209, 50, 50, 2, 50, NULL, 0, '{\"enrol\":\"self\"}', 1577038786, 'web', '0:0:0:0:0:0:0:1', NULL), (9561, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 51, 'c', 1, 210, 50, 51, 2, 51, NULL, 0, '{\"shortname\":\"How to Become a DJ? Make Electronic Music\",\"fullname\":\"How to Become a DJ? Make Electronic Music\"}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9562, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 249, 'c', 1, 210, 50, 51, 2, 51, NULL, 0, '{\"sectionnum\":0}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9563, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 250, 'c', 1, 210, 50, 51, 2, 51, NULL, 0, '{\"sectionnum\":1}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9564, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 251, 'c', 1, 210, 50, 51, 2, 51, NULL, 0, '{\"sectionnum\":2}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9565, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 252, 'c', 1, 210, 50, 51, 2, 51, NULL, 0, '{\"sectionnum\":3}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9566, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 253, 'c', 1, 210, 50, 51, 2, 51, NULL, 0, '{\"sectionnum\":4}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9567, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 148, 'c', 0, 210, 50, 51, 2, 51, NULL, 0, '{\"enrol\":\"manual\"}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9568, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 149, 'c', 0, 210, 50, 51, 2, 51, NULL, 0, '{\"enrol\":\"guest\"}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9569, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 150, 'c', 0, 210, 50, 51, 2, 51, NULL, 0, '{\"enrol\":\"self\"}', 1577038834, 'web', '0:0:0:0:0:0:0:1', NULL), (9570, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 52, 'c', 1, 211, 50, 52, 2, 52, NULL, 0, '{\"shortname\":\"How to Arrange Beautiful Landscape Photos?\",\"fullname\":\"How to Arrange Beautiful Landscape Photos?\"}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9571, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 254, 'c', 1, 211, 50, 52, 2, 52, NULL, 0, '{\"sectionnum\":0}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9572, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 255, 'c', 1, 211, 50, 52, 2, 52, NULL, 0, '{\"sectionnum\":1}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9573, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 256, 'c', 1, 211, 50, 52, 2, 52, NULL, 0, '{\"sectionnum\":2}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9574, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 257, 'c', 1, 211, 50, 52, 2, 52, NULL, 0, '{\"sectionnum\":3}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9575, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 258, 'c', 1, 211, 50, 52, 2, 52, NULL, 0, '{\"sectionnum\":4}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9576, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 151, 'c', 0, 211, 50, 52, 2, 52, NULL, 0, '{\"enrol\":\"manual\"}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9577, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 152, 'c', 0, 211, 50, 52, 2, 52, NULL, 0, '{\"enrol\":\"guest\"}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9578, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 153, 'c', 0, 211, 50, 52, 2, 52, NULL, 0, '{\"enrol\":\"self\"}', 1577038892, 'web', '0:0:0:0:0:0:0:1', NULL), (9579, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 53, 'c', 1, 212, 50, 53, 2, 53, NULL, 0, '{\"shortname\":\"How to Arrange Beautiful Portrait Photos?\",\"fullname\":\"How to Arrange Beautiful Portrait Photos?\"}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9580, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 259, 'c', 1, 212, 50, 53, 2, 53, NULL, 0, '{\"sectionnum\":0}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9581, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 260, 'c', 1, 212, 50, 53, 2, 53, NULL, 0, '{\"sectionnum\":1}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9582, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 261, 'c', 1, 212, 50, 53, 2, 53, NULL, 0, '{\"sectionnum\":2}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9583, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 262, 'c', 1, 212, 50, 53, 2, 53, NULL, 0, '{\"sectionnum\":3}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9584, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 263, 'c', 1, 212, 50, 53, 2, 53, NULL, 0, '{\"sectionnum\":4}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9585, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 154, 'c', 0, 212, 50, 53, 2, 53, NULL, 0, '{\"enrol\":\"manual\"}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9586, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 155, 'c', 0, 212, 50, 53, 2, 53, NULL, 0, '{\"enrol\":\"guest\"}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9587, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 156, 'c', 0, 212, 50, 53, 2, 53, NULL, 0, '{\"enrol\":\"self\"}', 1577038946, 'web', '0:0:0:0:0:0:0:1', NULL), (9588, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 54, 'c', 1, 213, 50, 54, 2, 54, NULL, 0, '{\"shortname\":\"Introduction Web Design with Best Seller HTML\",\"fullname\":\"Introduction Web Design with Best Seller HTML\"}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9589, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 264, 'c', 1, 213, 50, 54, 2, 54, NULL, 0, '{\"sectionnum\":0}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9590, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 265, 'c', 1, 213, 50, 54, 2, 54, NULL, 0, '{\"sectionnum\":1}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9591, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 266, 'c', 1, 213, 50, 54, 2, 54, NULL, 0, '{\"sectionnum\":2}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9592, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 267, 'c', 1, 213, 50, 54, 2, 54, NULL, 0, '{\"sectionnum\":3}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9593, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 268, 'c', 1, 213, 50, 54, 2, 54, NULL, 0, '{\"sectionnum\":4}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9594, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 157, 'c', 0, 213, 50, 54, 2, 54, NULL, 0, '{\"enrol\":\"manual\"}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9595, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 158, 'c', 0, 213, 50, 54, 2, 54, NULL, 0, '{\"enrol\":\"guest\"}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9596, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 159, 'c', 0, 213, 50, 54, 2, 54, NULL, 0, '{\"enrol\":\"self\"}', 1577039639, 'web', '0:0:0:0:0:0:0:1', NULL), (9597, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 55, 'c', 1, 214, 50, 55, 2, 55, NULL, 0, '{\"shortname\":\"Designing a Responsive Mobile Website from Muse\",\"fullname\":\"Designing a Responsive Mobile Website from Muse\"}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9598, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 269, 'c', 1, 214, 50, 55, 2, 55, NULL, 0, '{\"sectionnum\":0}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9599, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 270, 'c', 1, 214, 50, 55, 2, 55, NULL, 0, '{\"sectionnum\":1}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9600, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 271, 'c', 1, 214, 50, 55, 2, 55, NULL, 0, '{\"sectionnum\":2}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9601, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 272, 'c', 1, 214, 50, 55, 2, 55, NULL, 0, '{\"sectionnum\":3}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9602, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 273, 'c', 1, 214, 50, 55, 2, 55, NULL, 0, '{\"sectionnum\":4}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9603, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 160, 'c', 0, 214, 50, 55, 2, 55, NULL, 0, '{\"enrol\":\"manual\"}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9604, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 161, 'c', 0, 214, 50, 55, 2, 55, NULL, 0, '{\"enrol\":\"guest\"}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9605, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 162, 'c', 0, 214, 50, 55, 2, 55, NULL, 0, '{\"enrol\":\"self\"}', 1577039692, 'web', '0:0:0:0:0:0:0:1', NULL), (9606, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 56, 'c', 1, 215, 50, 56, 2, 56, NULL, 0, '{\"shortname\":\"Sketch: Making Responsive SVG\",\"fullname\":\"Sketch: Making Responsive SVG\"}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9607, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 274, 'c', 1, 215, 50, 56, 2, 56, NULL, 0, '{\"sectionnum\":0}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9608, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 275, 'c', 1, 215, 50, 56, 2, 56, NULL, 0, '{\"sectionnum\":1}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9609, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 276, 'c', 1, 215, 50, 56, 2, 56, NULL, 0, '{\"sectionnum\":2}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9610, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 277, 'c', 1, 215, 50, 56, 2, 56, NULL, 0, '{\"sectionnum\":3}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9611, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 278, 'c', 1, 215, 50, 56, 2, 56, NULL, 0, '{\"sectionnum\":4}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9612, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 163, 'c', 0, 215, 50, 56, 2, 56, NULL, 0, '{\"enrol\":\"manual\"}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9613, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 164, 'c', 0, 215, 50, 56, 2, 56, NULL, 0, '{\"enrol\":\"guest\"}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9614, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 165, 'c', 0, 215, 50, 56, 2, 56, NULL, 0, '{\"enrol\":\"self\"}', 1577039734, 'web', '0:0:0:0:0:0:0:1', NULL), (9615, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 57, 'c', 1, 216, 50, 57, 2, 57, NULL, 0, '{\"shortname\":\"Design Instruments around Communication\",\"fullname\":\"Design Instruments around Communication\"}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9616, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 279, 'c', 1, 216, 50, 57, 2, 57, NULL, 0, '{\"sectionnum\":0}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9617, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 280, 'c', 1, 216, 50, 57, 2, 57, NULL, 0, '{\"sectionnum\":1}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9618, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 281, 'c', 1, 216, 50, 57, 2, 57, NULL, 0, '{\"sectionnum\":2}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9619, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 282, 'c', 1, 216, 50, 57, 2, 57, NULL, 0, '{\"sectionnum\":3}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9620, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 283, 'c', 1, 216, 50, 57, 2, 57, NULL, 0, '{\"sectionnum\":4}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9621, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 166, 'c', 0, 216, 50, 57, 2, 57, NULL, 0, '{\"enrol\":\"manual\"}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9622, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 167, 'c', 0, 216, 50, 57, 2, 57, NULL, 0, '{\"enrol\":\"guest\"}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9623, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 168, 'c', 0, 216, 50, 57, 2, 57, NULL, 0, '{\"enrol\":\"self\"}', 1577039776, 'web', '0:0:0:0:0:0:0:1', NULL), (9624, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 58, 'c', 1, 217, 50, 58, 2, 58, NULL, 0, '{\"shortname\":\"Becoming a DJ? Make Electronic Music\",\"fullname\":\"Becoming a DJ? Make Electronic Music\"}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9625, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 284, 'c', 1, 217, 50, 58, 2, 58, NULL, 0, '{\"sectionnum\":0}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9626, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 285, 'c', 1, 217, 50, 58, 2, 58, NULL, 0, '{\"sectionnum\":1}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9627, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 286, 'c', 1, 217, 50, 58, 2, 58, NULL, 0, '{\"sectionnum\":2}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9628, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 287, 'c', 1, 217, 50, 58, 2, 58, NULL, 0, '{\"sectionnum\":3}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9629, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 288, 'c', 1, 217, 50, 58, 2, 58, NULL, 0, '{\"sectionnum\":4}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9630, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 169, 'c', 0, 217, 50, 58, 2, 58, NULL, 0, '{\"enrol\":\"manual\"}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9631, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 170, 'c', 0, 217, 50, 58, 2, 58, NULL, 0, '{\"enrol\":\"guest\"}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9632, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 171, 'c', 0, 217, 50, 58, 2, 58, NULL, 0, '{\"enrol\":\"self\"}', 1577039812, 'web', '0:0:0:0:0:0:0:1', NULL), (9633, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 59, 'c', 1, 218, 50, 59, 2, 59, NULL, 0, '{\"shortname\":\"How to Picture Beautiful Landscape Photos?\",\"fullname\":\"How to Picture Beautiful Landscape Photos?\"}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9634, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 289, 'c', 1, 218, 50, 59, 2, 59, NULL, 0, '{\"sectionnum\":0}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9635, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 290, 'c', 1, 218, 50, 59, 2, 59, NULL, 0, '{\"sectionnum\":1}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9636, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 291, 'c', 1, 218, 50, 59, 2, 59, NULL, 0, '{\"sectionnum\":2}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9637, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 292, 'c', 1, 218, 50, 59, 2, 59, NULL, 0, '{\"sectionnum\":3}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9638, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 293, 'c', 1, 218, 50, 59, 2, 59, NULL, 0, '{\"sectionnum\":4}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9639, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 172, 'c', 0, 218, 50, 59, 2, 59, NULL, 0, '{\"enrol\":\"manual\"}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9640, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 173, 'c', 0, 218, 50, 59, 2, 59, NULL, 0, '{\"enrol\":\"guest\"}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9641, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 174, 'c', 0, 218, 50, 59, 2, 59, NULL, 0, '{\"enrol\":\"self\"}', 1577039858, 'web', '0:0:0:0:0:0:0:1', NULL), (9642, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 60, 'c', 1, 219, 50, 60, 2, 60, NULL, 0, '{\"shortname\":\"How to Shoot Great Portrait Photos?\",\"fullname\":\"How to Shoot Great Portrait Photos?\"}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9643, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 294, 'c', 1, 219, 50, 60, 2, 60, NULL, 0, '{\"sectionnum\":0}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9644, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 295, 'c', 1, 219, 50, 60, 2, 60, NULL, 0, '{\"sectionnum\":1}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9645, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 296, 'c', 1, 219, 50, 60, 2, 60, NULL, 0, '{\"sectionnum\":2}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9646, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 297, 'c', 1, 219, 50, 60, 2, 60, NULL, 0, '{\"sectionnum\":3}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9647, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 298, 'c', 1, 219, 50, 60, 2, 60, NULL, 0, '{\"sectionnum\":4}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9648, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 175, 'c', 0, 219, 50, 60, 2, 60, NULL, 0, '{\"enrol\":\"manual\"}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9649, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 176, 'c', 0, 219, 50, 60, 2, 60, NULL, 0, '{\"enrol\":\"guest\"}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9650, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 177, 'c', 0, 219, 50, 60, 2, 60, NULL, 0, '{\"enrol\":\"self\"}', 1577039937, 'web', '0:0:0:0:0:0:0:1', NULL), (9651, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577039951, 'web', '0:0:0:0:0:0:0:1', NULL), (9652, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577040066, 'web', '0:0:0:0:0:0:0:1', NULL), (9653, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577040095, 'web', '0:0:0:0:0:0:0:1', NULL), (9654, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577040140, 'web', '0:0:0:0:0:0:0:1', NULL), (9655, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577040181, 'web', '0:0:0:0:0:0:0:1', NULL), (9656, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577040212, 'web', '0:0:0:0:0:0:0:1', NULL), (9657, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577040312, 'web', '0:0:0:0:0:0:0:1', NULL), (9658, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577040331, 'web', '0:0:0:0:0:0:0:1', NULL), (9659, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577040331, 'web', '0:0:0:0:0:0:0:1', NULL), (9660, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577047212, 'web', '0:0:0:0:0:0:0:1', NULL), (9661, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577047255, 'web', '0:0:0:0:0:0:0:1', NULL), (9662, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577047447, 'web', '0:0:0:0:0:0:0:1', NULL), (9663, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577047455, 'web', '0:0:0:0:0:0:0:1', NULL), (9664, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577047474, 'web', '0:0:0:0:0:0:0:1', NULL), (9665, '\\core\\event\\user_created', 'core', 'created', 'user', 'user', 3, 'c', 0, 220, 30, 3, 2, 0, 3, 0, 'null', 1577047578, 'web', '0:0:0:0:0:0:0:1', NULL), (9666, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577047591, 'web', '0:0:0:0:0:0:0:1', NULL), (9667, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577047592, 'web', '0:0:0:0:0:0:0:1', NULL), (9668, '\\core\\event\\user_created', 'core', 'created', 'user', 'user', 4, 'c', 0, 221, 30, 4, 2, 0, 4, 0, 'null', 1577047671, 'web', '0:0:0:0:0:0:0:1', NULL), (9669, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048347, 'web', '0:0:0:0:0:0:0:1', NULL), (9670, '\\core\\event\\user_created', 'core', 'created', 'user', 'user', 5, 'c', 0, 222, 30, 5, 2, 0, 5, 0, 'null', 1577048424, 'web', '0:0:0:0:0:0:0:1', NULL), (9671, '\\core\\event\\user_created', 'core', 'created', 'user', 'user', 6, 'c', 0, 223, 30, 6, 2, 0, 6, 0, 'null', 1577048506, 'web', '0:0:0:0:0:0:0:1', NULL), (9672, '\\core\\event\\user_created', 'core', 'created', 'user', 'user', 7, 'c', 0, 224, 30, 7, 2, 0, 7, 0, 'null', 1577048566, 'web', '0:0:0:0:0:0:0:1', NULL), (9673, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048586, 'web', '0:0:0:0:0:0:0:1', NULL), (9674, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048623, 'web', '0:0:0:0:0:0:0:1', NULL), (9675, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048623, 'web', '0:0:0:0:0:0:0:1', NULL), (9676, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048637, 'web', '0:0:0:0:0:0:0:1', NULL), (9677, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048644, 'web', '0:0:0:0:0:0:0:1', NULL), (9678, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048645, 'web', '0:0:0:0:0:0:0:1', NULL), (9679, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 3, 'u', 0, 220, 30, 3, 2, 0, 3, 0, 'null', 1577048686, 'web', '0:0:0:0:0:0:0:1', NULL), (9680, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 4, 'u', 0, 221, 30, 4, 2, 0, 4, 0, 'null', 1577048697, 'web', '0:0:0:0:0:0:0:1', NULL), (9681, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 7, 'u', 0, 224, 30, 7, 2, 0, 7, 0, 'null', 1577048710, 'web', '0:0:0:0:0:0:0:1', NULL), (9682, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 6, 'u', 0, 223, 30, 6, 2, 0, 6, 0, 'null', 1577048729, 'web', '0:0:0:0:0:0:0:1', NULL), (9683, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 5, 'u', 0, 222, 30, 5, 2, 0, 5, 0, 'null', 1577048745, 'web', '0:0:0:0:0:0:0:1', NULL), (9684, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048754, 'web', '0:0:0:0:0:0:0:1', NULL), (9685, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048830, 'web', '0:0:0:0:0:0:0:1', NULL), (9686, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048865, 'web', '0:0:0:0:0:0:0:1', NULL), (9687, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048866, 'web', '0:0:0:0:0:0:0:1', NULL), (9688, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048872, 'web', '0:0:0:0:0:0:0:1', NULL), (9689, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048881, 'web', '0:0:0:0:0:0:0:1', NULL), (9690, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048883, 'web', '0:0:0:0:0:0:0:1', NULL), (9691, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048906, 'web', '0:0:0:0:0:0:0:1', NULL), (9692, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048919, 'web', '0:0:0:0:0:0:0:1', NULL), (9693, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 5, 'r', 2, 80, 70, 14, 2, 1, NULL, 0, 'null', 1577048945, 'web', '0:0:0:0:0:0:0:1', NULL), (9694, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049199, 'web', '0:0:0:0:0:0:0:1', NULL), (9695, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049214, 'web', '0:0:0:0:0:0:0:1', NULL), (9696, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049439, 'web', '0:0:0:0:0:0:0:1', NULL), (9697, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":3,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049443, 'web', '0:0:0:0:0:0:0:1', NULL), (9698, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":3,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049517, 'web', '0:0:0:0:0:0:0:1', NULL), (9699, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":3,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049522, 'web', '0:0:0:0:0:0:0:1', NULL), (9700, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":3,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049530, 'web', '0:0:0:0:0:0:0:1', NULL), (9701, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":3,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049565, 'web', '0:0:0:0:0:0:0:1', NULL), (9702, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049580, 'web', '0:0:0:0:0:0:0:1', NULL), (9703, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049628, 'web', '0:0:0:0:0:0:0:1', NULL), (9704, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049727, 'web', '0:0:0:0:0:0:0:1', NULL), (9705, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049790, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (9706, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577049810, 'web', '0:0:0:0:0:0:0:1', NULL), (9707, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577050686, 'web', '0:0:0:0:0:0:0:1', NULL), (9708, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577050737, 'web', '0:0:0:0:0:0:0:1', NULL), (9709, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577050752, 'web', '0:0:0:0:0:0:0:1', NULL), (9710, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577050975, 'web', '0:0:0:0:0:0:0:1', NULL), (9711, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577050993, 'web', '0:0:0:0:0:0:0:1', NULL), (9712, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051013, 'web', '0:0:0:0:0:0:0:1', NULL), (9713, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051064, 'web', '0:0:0:0:0:0:0:1', NULL), (9714, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051136, 'web', '0:0:0:0:0:0:0:1', NULL), (9715, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051159, 'web', '0:0:0:0:0:0:0:1', NULL), (9716, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051194, 'web', '0:0:0:0:0:0:0:1', NULL), (9717, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051245, 'web', '0:0:0:0:0:0:0:1', NULL), (9718, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051263, 'web', '0:0:0:0:0:0:0:1', NULL), (9719, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051367, 'web', '0:0:0:0:0:0:0:1', NULL), (9720, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051422, 'web', '0:0:0:0:0:0:0:1', NULL), (9721, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051710, 'web', '0:0:0:0:0:0:0:1', NULL), (9722, '\\core\\event\\search_results_viewed', 'core', 'viewed', 'search_results', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"q\":\"ed\",\"page\":0,\"title\":\"\",\"areaids\":[],\"courseids\":[],\"timestart\":0,\"timeend\":0}', 1577051717, 'web', '0:0:0:0:0:0:0:1', NULL), (9723, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051722, 'web', '0:0:0:0:0:0:0:1', NULL), (9724, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051828, 'web', '0:0:0:0:0:0:0:1', NULL), (9725, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051835, 'web', '0:0:0:0:0:0:0:1', NULL), (9726, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051860, 'web', '0:0:0:0:0:0:0:1', NULL), (9727, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577051902, 'web', '0:0:0:0:0:0:0:1', NULL), (9728, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577053668, 'web', '0:0:0:0:0:0:0:1', NULL), (9729, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577053676, 'web', '0:0:0:0:0:0:0:1', NULL), (9730, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577053699, 'web', '0:0:0:0:0:0:0:1', NULL), (9731, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577053726, 'web', '0:0:0:0:0:0:0:1', NULL), (9732, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577053747, 'web', '0:0:0:0:0:0:0:1', NULL), (9733, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577053769, 'web', '0:0:0:0:0:0:0:1', NULL), (9734, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577053822, 'web', '0:0:0:0:0:0:0:1', NULL), (9735, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577054581, 'web', '0:0:0:0:0:0:0:1', NULL), (9736, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577054614, 'web', '0:0:0:0:0:0:0:1', NULL), (9737, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577054663, 'web', '0:0:0:0:0:0:0:1', NULL), (9738, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577054727, 'web', '0:0:0:0:0:0:0:1', NULL), (9739, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 0, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577329757, 'web', '0:0:0:0:0:0:0:1', NULL), (9740, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1577329815, 'web', '0:0:0:0:0:0:0:1', NULL), (9741, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577329830, 'web', '0:0:0:0:0:0:0:1', NULL), (9742, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577329931, 'web', '0:0:0:0:0:0:0:1', NULL), (9743, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577329943, 'web', '0:0:0:0:0:0:0:1', NULL), (9744, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577329950, 'web', '0:0:0:0:0:0:0:1', NULL), (9745, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577330079, 'web', '0:0:0:0:0:0:0:1', NULL), (9746, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577330120, 'web', '0:0:0:0:0:0:0:1', NULL), (9747, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 80, 'c', 1, 231, 70, 80, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":14,\"name\":\"Contact Us\"}', 1577330386, 'web', '0:0:0:0:0:0:0:1', NULL), (9748, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577330389, 'web', '0:0:0:0:0:0:0:1', NULL), (9749, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1633, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\\r\\nContact|\\/mod\\/page\\/view.php?id=80\",\"plugin\":null}', 1577330484, 'web', '0:0:0:0:0:0:0:1', NULL), (9750, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 0, 1, NULL, 0, 'null', 1577386653, 'web', '0:0:0:0:0:0:0:1', NULL), (9751, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1577386663, 'web', '0:0:0:0:0:0:0:1', NULL), (9752, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577386667, 'web', '0:0:0:0:0:0:0:1', NULL), (9753, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 13, 'r', 2, 128, 70, 22, 2, 1, NULL, 0, 'null', 1577386686, 'web', '0:0:0:0:0:0:0:1', NULL), (9754, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577386698, 'web', '0:0:0:0:0:0:0:1', NULL), (9755, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577386986, 'web', '0:0:0:0:0:0:0:1', NULL), (9756, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387007, 'web', '0:0:0:0:0:0:0:1', NULL), (9757, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387016, 'web', '0:0:0:0:0:0:0:1', NULL), (9758, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387030, 'web', '0:0:0:0:0:0:0:1', NULL), (9759, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387032, 'web', '0:0:0:0:0:0:0:1', NULL), (9760, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387034, 'web', '0:0:0:0:0:0:0:1', NULL), (9761, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387038, 'web', '0:0:0:0:0:0:0:1', NULL), (9762, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387055, 'web', '0:0:0:0:0:0:0:1', NULL), (9763, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387056, 'web', '0:0:0:0:0:0:0:1', NULL), (9764, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387059, 'web', '0:0:0:0:0:0:0:1', NULL), (9765, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577387184, 'web', '0:0:0:0:0:0:0:1', NULL), (9766, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577388475, 'web', '0:0:0:0:0:0:0:1', NULL), (9767, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577388577, 'web', '0:0:0:0:0:0:0:1', NULL), (9768, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577388587, 'web', '0:0:0:0:0:0:0:1', NULL), (9769, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577388627, 'web', '0:0:0:0:0:0:0:1', NULL), (9770, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577388628, 'web', '0:0:0:0:0:0:0:1', NULL), (9771, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577388839, 'web', '0:0:0:0:0:0:0:1', NULL), (9772, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577388851, 'web', '0:0:0:0:0:0:0:1', NULL), (9773, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577388918, 'web', '0:0:0:0:0:0:0:1', NULL), (9774, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389071, 'web', '0:0:0:0:0:0:0:1', NULL), (9775, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389146, 'web', '0:0:0:0:0:0:0:1', NULL), (9776, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389361, 'web', '0:0:0:0:0:0:0:1', NULL), (9777, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389488, 'web', '0:0:0:0:0:0:0:1', NULL), (9778, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389518, 'web', '0:0:0:0:0:0:0:1', NULL), (9779, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389577, 'web', '0:0:0:0:0:0:0:1', NULL), (9780, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389593, 'web', '0:0:0:0:0:0:0:1', NULL), (9781, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389595, 'web', '0:0:0:0:0:0:0:1', NULL), (9782, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389687, 'web', '0:0:0:0:0:0:0:1', NULL), (9783, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389760, 'web', '0:0:0:0:0:0:0:1', NULL), (9784, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577389799, 'web', '0:0:0:0:0:0:0:1', NULL), (9785, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577389993, 'web', '0:0:0:0:0:0:0:1', NULL), (9786, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390028, 'web', '0:0:0:0:0:0:0:1', NULL), (9787, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390054, 'web', '0:0:0:0:0:0:0:1', NULL), (9788, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390066, 'web', '0:0:0:0:0:0:0:1', NULL), (9789, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390116, 'web', '0:0:0:0:0:0:0:1', NULL), (9790, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390121, 'web', '0:0:0:0:0:0:0:1', NULL), (9791, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390150, 'web', '0:0:0:0:0:0:0:1', NULL), (9792, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390157, 'web', '0:0:0:0:0:0:0:1', NULL), (9793, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390213, 'web', '0:0:0:0:0:0:0:1', NULL), (9794, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390223, 'web', '0:0:0:0:0:0:0:1', NULL), (9795, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":3,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390238, 'web', '0:0:0:0:0:0:0:1', NULL), (9796, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577390297, 'web', '0:0:0:0:0:0:0:1', NULL), (9797, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390314, 'web', '0:0:0:0:0:0:0:1', NULL), (9798, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390328, 'web', '0:0:0:0:0:0:0:1', NULL), (9799, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390329, 'web', '0:0:0:0:0:0:0:1', NULL), (9800, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390349, 'web', '0:0:0:0:0:0:0:1', NULL), (9801, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390414, 'web', '0:0:0:0:0:0:0:1', NULL), (9802, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390414, 'web', '0:0:0:0:0:0:0:1', NULL), (9803, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390422, 'web', '0:0:0:0:0:0:0:1', NULL), (9804, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390519, 'web', '0:0:0:0:0:0:0:1', NULL), (9805, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390520, 'web', '0:0:0:0:0:0:0:1', NULL), (9806, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390563, 'web', '0:0:0:0:0:0:0:1', NULL), (9807, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390588, 'web', '0:0:0:0:0:0:0:1', NULL), (9808, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577390589, 'web', '0:0:0:0:0:0:0:1', NULL), (9809, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391464, 'web', '0:0:0:0:0:0:0:1', NULL), (9810, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391470, 'web', '0:0:0:0:0:0:0:1', NULL), (9811, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391506, 'web', '0:0:0:0:0:0:0:1', NULL), (9812, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391515, 'web', '0:0:0:0:0:0:0:1', NULL), (9813, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391516, 'web', '0:0:0:0:0:0:0:1', NULL), (9814, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391520, 'web', '0:0:0:0:0:0:0:1', NULL), (9815, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391553, 'web', '0:0:0:0:0:0:0:1', NULL), (9816, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391567, 'web', '0:0:0:0:0:0:0:1', NULL), (9817, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391568, 'web', '0:0:0:0:0:0:0:1', NULL), (9818, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391572, 'web', '0:0:0:0:0:0:0:1', NULL), (9819, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391926, 'web', '0:0:0:0:0:0:0:1', NULL), (9820, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1634, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"recipient_list\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"local_contact\"}', 1577391947, 'web', '0:0:0:0:0:0:0:1', NULL), (9821, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1635, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginrequired\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"local_contact\"}', 1577391947, 'web', '0:0:0:0:0:0:0:1', NULL), (9822, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1636, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nosubjectsitename\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"local_contact\"}', 1577391947, 'web', '0:0:0:0:0:0:0:1', NULL), (9823, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391991, 'web', '0:0:0:0:0:0:0:1', NULL), (9824, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577391992, 'web', '0:0:0:0:0:0:0:1', NULL), (9825, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577392126, 'web', '0:0:0:0:0:0:0:1', NULL), (9826, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577392164, 'web', '0:0:0:0:0:0:0:1', NULL), (9827, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577392200, 'web', '0:0:0:0:0:0:0:1', NULL), (9828, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1577409571, 'web', '0:0:0:0:0:0:0:1', NULL), (9829, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577409589, 'web', '0:0:0:0:0:0:0:1', NULL), (9830, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577409637, 'web', '0:0:0:0:0:0:0:1', NULL), (9831, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577409684, 'web', '0:0:0:0:0:0:0:1', NULL), (9832, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577409685, 'web', '0:0:0:0:0:0:0:1', NULL), (9833, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577409695, 'web', '0:0:0:0:0:0:0:1', NULL), (9834, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410095, 'web', '0:0:0:0:0:0:0:1', NULL), (9835, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410280, 'web', '0:0:0:0:0:0:0:1', NULL), (9836, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410322, 'web', '0:0:0:0:0:0:0:1', NULL), (9837, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410323, 'web', '0:0:0:0:0:0:0:1', NULL), (9838, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410338, 'web', '0:0:0:0:0:0:0:1', NULL), (9839, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410350, 'web', '0:0:0:0:0:0:0:1', NULL), (9840, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410352, 'web', '0:0:0:0:0:0:0:1', NULL), (9841, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410369, 'web', '0:0:0:0:0:0:0:1', NULL), (9842, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410380, 'web', '0:0:0:0:0:0:0:1', NULL), (9843, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410383, 'web', '0:0:0:0:0:0:0:1', NULL), (9844, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410548, 'web', '0:0:0:0:0:0:0:1', NULL), (9845, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410565, 'web', '0:0:0:0:0:0:0:1', NULL), (9846, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410566, 'web', '0:0:0:0:0:0:0:1', NULL), (9847, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410570, 'web', '0:0:0:0:0:0:0:1', NULL), (9848, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410577, 'web', '0:0:0:0:0:0:0:1', NULL), (9849, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410589, 'web', '0:0:0:0:0:0:0:1', NULL), (9850, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410590, 'web', '0:0:0:0:0:0:0:1', NULL), (9851, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410596, 'web', '0:0:0:0:0:0:0:1', NULL), (9852, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410717, 'web', '0:0:0:0:0:0:0:1', NULL), (9853, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410727, 'web', '0:0:0:0:0:0:0:1', NULL), (9854, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410738, 'web', '0:0:0:0:0:0:0:1', NULL), (9855, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410739, 'web', '0:0:0:0:0:0:0:1', NULL), (9856, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410826, 'web', '0:0:0:0:0:0:0:1', NULL), (9857, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410836, 'web', '0:0:0:0:0:0:0:1', NULL), (9858, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410879, 'web', '0:0:0:0:0:0:0:1', NULL), (9859, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410880, 'web', '0:0:0:0:0:0:0:1', NULL), (9860, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410892, 'web', '0:0:0:0:0:0:0:1', NULL), (9861, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410901, 'web', '0:0:0:0:0:0:0:1', NULL), (9862, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410913, 'web', '0:0:0:0:0:0:0:1', NULL), (9863, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410930, 'web', '0:0:0:0:0:0:0:1', NULL), (9864, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410946, 'web', '0:0:0:0:0:0:0:1', NULL), (9865, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410947, 'web', '0:0:0:0:0:0:0:1', NULL), (9866, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410955, 'web', '0:0:0:0:0:0:0:1', NULL), (9867, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577410964, 'web', '0:0:0:0:0:0:0:1', NULL), (9868, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411010, 'web', '0:0:0:0:0:0:0:1', NULL), (9869, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411028, 'web', '0:0:0:0:0:0:0:1', NULL), (9870, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411037, 'web', '0:0:0:0:0:0:0:1', NULL), (9871, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411042, 'web', '0:0:0:0:0:0:0:1', NULL), (9872, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411069, 'web', '0:0:0:0:0:0:0:1', NULL), (9873, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411131, 'web', '0:0:0:0:0:0:0:1', NULL), (9874, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411132, 'web', '0:0:0:0:0:0:0:1', NULL), (9875, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411171, 'web', '0:0:0:0:0:0:0:1', NULL), (9876, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411180, 'web', '0:0:0:0:0:0:0:1', NULL), (9877, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411188, 'web', '0:0:0:0:0:0:0:1', NULL), (9878, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411188, 'web', '0:0:0:0:0:0:0:1', NULL), (9879, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411212, 'web', '0:0:0:0:0:0:0:1', NULL), (9880, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411225, 'web', '0:0:0:0:0:0:0:1', NULL), (9881, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411225, 'web', '0:0:0:0:0:0:0:1', NULL), (9882, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411242, 'web', '0:0:0:0:0:0:0:1', NULL), (9883, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411259, 'web', '0:0:0:0:0:0:0:1', NULL), (9884, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411260, 'web', '0:0:0:0:0:0:0:1', NULL), (9885, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411272, 'web', '0:0:0:0:0:0:0:1', NULL), (9886, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411283, 'web', '0:0:0:0:0:0:0:1', NULL), (9887, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411284, 'web', '0:0:0:0:0:0:0:1', NULL), (9888, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411300, 'web', '0:0:0:0:0:0:0:1', NULL), (9889, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411326, 'web', '0:0:0:0:0:0:0:1', NULL), (9890, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411327, 'web', '0:0:0:0:0:0:0:1', NULL), (9891, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411335, 'web', '0:0:0:0:0:0:0:1', NULL), (9892, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411347, 'web', '0:0:0:0:0:0:0:1', NULL), (9893, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411347, 'web', '0:0:0:0:0:0:0:1', NULL), (9894, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 2, 1, NULL, 0, 'null', 1577411474, 'web', '0:0:0:0:0:0:0:1', NULL), (9895, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 7, 'r', 2, 85, 70, 16, 0, 1, NULL, 0, 'null', 1577411488, 'web', '0:0:0:0:0:0:0:1', NULL), (9896, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577411948, 'web', '0:0:0:0:0:0:0:1', NULL), (9897, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577413851, 'web', '0:0:0:0:0:0:0:1', NULL), (9898, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414007, 'web', '0:0:0:0:0:0:0:1', NULL), (9899, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414008, 'web', '0:0:0:0:0:0:0:1', NULL), (9900, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414017, 'web', '0:0:0:0:0:0:0:1', NULL), (9901, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414059, 'web', '0:0:0:0:0:0:0:1', NULL), (9902, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414059, 'web', '0:0:0:0:0:0:0:1', NULL), (9903, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414070, 'web', '0:0:0:0:0:0:0:1', NULL), (9904, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414082, 'web', '0:0:0:0:0:0:0:1', NULL), (9905, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414085, 'web', '0:0:0:0:0:0:0:1', NULL), (9906, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414139, 'web', '0:0:0:0:0:0:0:1', NULL), (9907, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414372, 'web', '0:0:0:0:0:0:0:1', NULL), (9908, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414458, 'web', '0:0:0:0:0:0:0:1', NULL), (9909, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414476, 'web', '0:0:0:0:0:0:0:1', NULL), (9910, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414477, 'web', '0:0:0:0:0:0:0:1', NULL), (9911, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414492, 'web', '0:0:0:0:0:0:0:1', NULL), (9912, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414531, 'web', '0:0:0:0:0:0:0:1', NULL), (9913, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414531, 'web', '0:0:0:0:0:0:0:1', NULL), (9914, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414564, 'web', '0:0:0:0:0:0:0:1', NULL), (9915, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414578, 'web', '0:0:0:0:0:0:0:1', NULL), (9916, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414758, 'web', '0:0:0:0:0:0:0:1', NULL), (9917, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414773, 'web', '0:0:0:0:0:0:0:1', NULL), (9918, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414827, 'web', '0:0:0:0:0:0:0:1', NULL), (9919, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414837, 'web', '0:0:0:0:0:0:0:1', NULL), (9920, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414909, 'web', '0:0:0:0:0:0:0:1', NULL), (9921, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577414923, 'web', '0:0:0:0:0:0:0:1', NULL), (9922, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414943, 'web', '0:0:0:0:0:0:0:1', NULL), (9923, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414970, 'web', '0:0:0:0:0:0:0:1', NULL), (9924, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577414982, 'web', '0:0:0:0:0:0:0:1', NULL), (9925, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577415006, 'web', '0:0:0:0:0:0:0:1', NULL), (9926, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577415020, 'web', '0:0:0:0:0:0:0:1', NULL), (9927, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577415100, 'web', '0:0:0:0:0:0:0:1', NULL), (9928, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415517, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (9929, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415539, 'web', '0:0:0:0:0:0:0:1', NULL), (9930, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415543, 'web', '0:0:0:0:0:0:0:1', NULL), (9931, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415558, 'web', '0:0:0:0:0:0:0:1', NULL), (9932, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415595, 'web', '0:0:0:0:0:0:0:1', NULL), (9933, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415596, 'web', '0:0:0:0:0:0:0:1', NULL), (9934, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415648, 'web', '0:0:0:0:0:0:0:1', NULL), (9935, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415737, 'web', '0:0:0:0:0:0:0:1', NULL), (9936, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415738, 'web', '0:0:0:0:0:0:0:1', NULL), (9937, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415766, 'web', '0:0:0:0:0:0:0:1', NULL), (9938, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577415961, 'web', '0:0:0:0:0:0:0:1', NULL), (9939, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416171, 'web', '0:0:0:0:0:0:0:1', NULL), (9940, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416431, 'web', '0:0:0:0:0:0:0:1', NULL), (9941, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416694, 'web', '0:0:0:0:0:0:0:1', NULL), (9942, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416703, 'web', '0:0:0:0:0:0:0:1', NULL), (9943, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416723, 'web', '0:0:0:0:0:0:0:1', NULL), (9944, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416724, 'web', '0:0:0:0:0:0:0:1', NULL), (9945, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416728, 'web', '0:0:0:0:0:0:0:1', NULL), (9946, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416732, 'web', '0:0:0:0:0:0:0:1', NULL), (9947, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416757, 'web', '0:0:0:0:0:0:0:1', NULL), (9948, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416758, 'web', '0:0:0:0:0:0:0:1', NULL), (9949, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416762, 'web', '0:0:0:0:0:0:0:1', NULL), (9950, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416933, 'web', '0:0:0:0:0:0:0:1', NULL), (9951, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416945, 'web', '0:0:0:0:0:0:0:1', NULL), (9952, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416962, 'web', '0:0:0:0:0:0:0:1', NULL), (9953, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577416962, 'web', '0:0:0:0:0:0:0:1', NULL), (9954, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417089, 'web', '0:0:0:0:0:0:0:1', NULL), (9955, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417111, 'web', '0:0:0:0:0:0:0:1', NULL), (9956, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417112, 'web', '0:0:0:0:0:0:0:1', NULL), (9957, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417123, 'web', '0:0:0:0:0:0:0:1', NULL), (9958, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417128, 'web', '0:0:0:0:0:0:0:1', NULL), (9959, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417130, 'web', '0:0:0:0:0:0:0:1', NULL), (9960, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417143, 'web', '0:0:0:0:0:0:0:1', NULL), (9961, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417144, 'web', '0:0:0:0:0:0:0:1', NULL), (9962, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417152, 'web', '0:0:0:0:0:0:0:1', NULL), (9963, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417223, 'web', '0:0:0:0:0:0:0:1', NULL), (9964, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417226, 'web', '0:0:0:0:0:0:0:1', NULL), (9965, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417244, 'web', '0:0:0:0:0:0:0:1', NULL), (9966, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417267, 'web', '0:0:0:0:0:0:0:1', NULL), (9967, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 9, 'r', 2, 97, 70, 18, 2, 1, NULL, 0, 'null', 1577417272, 'web', '0:0:0:0:0:0:0:1', NULL), (9968, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417499, 'web', '0:0:0:0:0:0:0:1', NULL), (9969, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417770, 'web', '0:0:0:0:0:0:0:1', NULL), (9970, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417850, 'web', '0:0:0:0:0:0:0:1', NULL), (9971, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417868, 'web', '0:0:0:0:0:0:0:1', NULL), (9972, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417869, 'web', '0:0:0:0:0:0:0:1', NULL), (9973, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417878, 'web', '0:0:0:0:0:0:0:1', NULL), (9974, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417908, 'web', '0:0:0:0:0:0:0:1', NULL), (9975, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417909, 'web', '0:0:0:0:0:0:0:1', NULL), (9976, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417929, 'web', '0:0:0:0:0:0:0:1', NULL), (9977, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417940, 'web', '0:0:0:0:0:0:0:1', NULL), (9978, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577417941, 'web', '0:0:0:0:0:0:0:1', NULL), (9979, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 0, 1, NULL, 0, 'null', 1577462304, 'web', '0:0:0:0:0:0:0:1', NULL), (9980, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1577462891, 'web', '0:0:0:0:0:0:0:1', NULL), (9981, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577462895, 'web', '0:0:0:0:0:0:0:1', NULL), (9982, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463256, 'web', '0:0:0:0:0:0:0:1', NULL), (9983, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463286, 'web', '0:0:0:0:0:0:0:1', NULL), (9984, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463287, 'web', '0:0:0:0:0:0:0:1', NULL), (9985, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463303, 'web', '0:0:0:0:0:0:0:1', NULL), (9986, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463328, 'web', '0:0:0:0:0:0:0:1', NULL), (9987, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463329, 'web', '0:0:0:0:0:0:0:1', NULL), (9988, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463340, 'web', '0:0:0:0:0:0:0:1', NULL), (9989, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463537, 'web', '0:0:0:0:0:0:0:1', NULL), (9990, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577463538, 'web', '0:0:0:0:0:0:0:1', NULL), (9991, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577464741, 'web', '0:0:0:0:0:0:0:1', NULL), (9992, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464743, 'web', '0:0:0:0:0:0:0:1', NULL), (9993, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464770, 'web', '0:0:0:0:0:0:0:1', NULL), (9994, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464771, 'web', '0:0:0:0:0:0:0:1', NULL), (9995, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464791, 'web', '0:0:0:0:0:0:0:1', NULL), (9996, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464839, 'web', '0:0:0:0:0:0:0:1', NULL), (9997, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464840, 'web', '0:0:0:0:0:0:0:1', NULL), (9998, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464873, 'web', '0:0:0:0:0:0:0:1', NULL), (9999, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464881, 'web', '0:0:0:0:0:0:0:1', NULL), (10000, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464882, 'web', '0:0:0:0:0:0:0:1', NULL), (10001, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577464892, 'web', '0:0:0:0:0:0:0:1', NULL), (10002, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465051, 'web', '0:0:0:0:0:0:0:1', NULL), (10003, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465134, 'web', '0:0:0:0:0:0:0:1', NULL), (10004, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465197, 'web', '0:0:0:0:0:0:0:1', NULL), (10005, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465198, 'web', '0:0:0:0:0:0:0:1', NULL), (10006, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465573, 'web', '0:0:0:0:0:0:0:1', NULL), (10007, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465590, 'web', '0:0:0:0:0:0:0:1', NULL), (10008, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465713, 'web', '0:0:0:0:0:0:0:1', NULL), (10009, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465786, 'web', '0:0:0:0:0:0:0:1', NULL), (10010, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465827, 'web', '0:0:0:0:0:0:0:1', NULL), (10011, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465869, 'web', '0:0:0:0:0:0:0:1', NULL), (10012, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465952, 'web', '0:0:0:0:0:0:0:1', NULL), (10013, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465953, 'web', '0:0:0:0:0:0:0:1', NULL), (10014, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465985, 'web', '0:0:0:0:0:0:0:1', NULL), (10015, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465996, 'web', '0:0:0:0:0:0:0:1', NULL), (10016, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577465997, 'web', '0:0:0:0:0:0:0:1', NULL), (10017, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466008, 'web', '0:0:0:0:0:0:0:1', NULL), (10018, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466019, 'web', '0:0:0:0:0:0:0:1', NULL), (10019, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466028, 'web', '0:0:0:0:0:0:0:1', NULL), (10020, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466029, 'web', '0:0:0:0:0:0:0:1', NULL), (10021, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466053, 'web', '0:0:0:0:0:0:0:1', NULL), (10022, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466088, 'web', '0:0:0:0:0:0:0:1', NULL), (10023, '\\core\\event\\search_results_viewed', 'core', 'viewed', 'search_results', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"q\":\"test\",\"page\":0,\"title\":\"\",\"areaids\":[],\"courseids\":[],\"timestart\":0,\"timeend\":0}', 1577466132, 'web', '0:0:0:0:0:0:0:1', NULL), (10024, '\\core\\event\\search_results_viewed', 'core', 'viewed', 'search_results', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"q\":\"test\",\"page\":0,\"title\":\"\",\"areaids\":[],\"courseids\":[],\"timestart\":0,\"timeend\":0}', 1577466143, 'web', '0:0:0:0:0:0:0:1', NULL), (10025, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466149, 'web', '0:0:0:0:0:0:0:1', NULL), (10026, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466193, 'web', '0:0:0:0:0:0:0:1', NULL), (10027, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466248, 'web', '0:0:0:0:0:0:0:1', NULL), (10028, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466277, 'web', '0:0:0:0:0:0:0:1', NULL), (10029, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466314, 'web', '0:0:0:0:0:0:0:1', NULL), (10030, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466477, 'web', '0:0:0:0:0:0:0:1', NULL), (10031, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466488, 'web', '0:0:0:0:0:0:0:1', NULL), (10032, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 2, 1, NULL, 0, 'null', 1577466513, 'web', '0:0:0:0:0:0:0:1', NULL), (10033, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467382, 'web', '0:0:0:0:0:0:0:1', NULL), (10034, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467402, 'web', '0:0:0:0:0:0:0:1', NULL), (10035, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467403, 'web', '0:0:0:0:0:0:0:1', NULL), (10036, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467421, 'web', '0:0:0:0:0:0:0:1', NULL), (10037, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467440, 'web', '0:0:0:0:0:0:0:1', NULL), (10038, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467441, 'web', '0:0:0:0:0:0:0:1', NULL), (10039, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467810, 'web', '0:0:0:0:0:0:0:1', NULL), (10040, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467832, 'web', '0:0:0:0:0:0:0:1', NULL), (10041, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577467923, 'web', '0:0:0:0:0:0:0:1', NULL), (10042, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577468012, 'web', '0:0:0:0:0:0:0:1', NULL), (10043, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577468013, 'web', '0:0:0:0:0:0:0:1', NULL), (10044, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577468525, 'web', '0:0:0:0:0:0:0:1', NULL), (10045, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577468554, 'web', '0:0:0:0:0:0:0:1', NULL), (10046, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 2, 1, NULL, 0, 'null', 1577469161, 'web', '0:0:0:0:0:0:0:1', NULL), (10047, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577469391, 'web', '0:0:0:0:0:0:0:1', NULL), (10048, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577469421, 'web', '0:0:0:0:0:0:0:1', NULL), (10049, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577469421, 'web', '0:0:0:0:0:0:0:1', NULL), (10050, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577469444, 'web', '0:0:0:0:0:0:0:1', NULL), (10051, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577469451, 'web', '0:0:0:0:0:0:0:1', NULL), (10052, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577469466, 'web', '0:0:0:0:0:0:0:1', NULL), (10053, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577469468, 'web', '0:0:0:0:0:0:0:1', NULL), (10054, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577469493, 'web', '0:0:0:0:0:0:0:1', NULL), (10055, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577469908, 'web', '0:0:0:0:0:0:0:1', NULL), (10056, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577469918, 'web', '0:0:0:0:0:0:0:1', NULL), (10057, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577469927, 'web', '0:0:0:0:0:0:0:1', NULL), (10058, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577469928, 'web', '0:0:0:0:0:0:0:1', NULL), (10059, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577469933, 'web', '0:0:0:0:0:0:0:1', NULL), (10060, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577469944, 'web', '0:0:0:0:0:0:0:1', NULL), (10061, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470557, 'web', '0:0:0:0:0:0:0:1', NULL), (10062, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470600, 'web', '0:0:0:0:0:0:0:1', NULL), (10063, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470601, 'web', '0:0:0:0:0:0:0:1', NULL), (10064, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470608, 'web', '0:0:0:0:0:0:0:1', NULL), (10065, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470616, 'web', '0:0:0:0:0:0:0:1', NULL), (10066, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470665, 'web', '0:0:0:0:0:0:0:1', NULL), (10067, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470667, 'web', '0:0:0:0:0:0:0:1', NULL), (10068, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470672, 'web', '0:0:0:0:0:0:0:1', NULL), (10069, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470717, 'web', '0:0:0:0:0:0:0:1', NULL), (10070, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470727, 'web', '0:0:0:0:0:0:0:1', NULL), (10071, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470728, 'web', '0:0:0:0:0:0:0:1', NULL), (10072, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470734, 'web', '0:0:0:0:0:0:0:1', NULL), (10073, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470783, 'web', '0:0:0:0:0:0:0:1', NULL), (10074, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470787, 'web', '0:0:0:0:0:0:0:1', NULL), (10075, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470794, 'web', '0:0:0:0:0:0:0:1', NULL), (10076, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470797, 'web', '0:0:0:0:0:0:0:1', NULL), (10077, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470803, 'web', '0:0:0:0:0:0:0:1', NULL), (10078, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470828, 'web', '0:0:0:0:0:0:0:1', NULL), (10079, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470828, 'web', '0:0:0:0:0:0:0:1', NULL), (10080, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470833, 'web', '0:0:0:0:0:0:0:1', NULL), (10081, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470867, 'web', '0:0:0:0:0:0:0:1', NULL), (10082, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470927, 'web', '0:0:0:0:0:0:0:1', NULL), (10083, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470928, 'web', '0:0:0:0:0:0:0:1', NULL), (10084, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470939, 'web', '0:0:0:0:0:0:0:1', NULL), (10085, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577470993, 'web', '0:0:0:0:0:0:0:1', NULL), (10086, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471000, 'web', '0:0:0:0:0:0:0:1', NULL), (10087, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471135, 'web', '0:0:0:0:0:0:0:1', NULL), (10088, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471150, 'web', '0:0:0:0:0:0:0:1', NULL), (10089, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471156, 'web', '0:0:0:0:0:0:0:1', NULL), (10090, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471162, 'web', '0:0:0:0:0:0:0:1', NULL), (10091, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471167, 'web', '0:0:0:0:0:0:0:1', NULL), (10092, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471172, 'web', '0:0:0:0:0:0:0:1', NULL), (10093, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471207, 'web', '0:0:0:0:0:0:0:1', NULL), (10094, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471219, 'web', '0:0:0:0:0:0:0:1', NULL), (10095, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471378, 'web', '0:0:0:0:0:0:0:1', NULL), (10096, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 2, 1, NULL, 0, 'null', 1577471386, 'web', '0:0:0:0:0:0:0:1', NULL), (10097, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 2, 1, NULL, 0, 'null', 1577474017, 'web', '0:0:0:0:0:0:0:1', NULL), (10098, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474127, 'web', '0:0:0:0:0:0:0:1', NULL), (10099, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474250, 'web', '0:0:0:0:0:0:0:1', NULL), (10100, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474266, 'web', '0:0:0:0:0:0:0:1', NULL), (10101, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474267, 'web', '0:0:0:0:0:0:0:1', NULL), (10102, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474272, 'web', '0:0:0:0:0:0:0:1', NULL), (10103, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474281, 'web', '0:0:0:0:0:0:0:1', NULL), (10104, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474295, 'web', '0:0:0:0:0:0:0:1', NULL), (10105, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474295, 'web', '0:0:0:0:0:0:0:1', NULL), (10106, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474302, 'web', '0:0:0:0:0:0:0:1', NULL), (10107, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474552, 'web', '0:0:0:0:0:0:0:1', NULL), (10108, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474558, 'web', '0:0:0:0:0:0:0:1', NULL), (10109, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474563, 'web', '0:0:0:0:0:0:0:1', NULL), (10110, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474619, 'web', '0:0:0:0:0:0:0:1', NULL), (10111, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474620, 'web', '0:0:0:0:0:0:0:1', NULL), (10112, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474793, 'web', '0:0:0:0:0:0:0:1', NULL), (10113, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474828, 'web', '0:0:0:0:0:0:0:1', NULL), (10114, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474880, 'web', '0:0:0:0:0:0:0:1', NULL), (10115, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474912, 'web', '0:0:0:0:0:0:0:1', NULL), (10116, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474914, 'web', '0:0:0:0:0:0:0:1', NULL), (10117, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474985, 'web', '0:0:0:0:0:0:0:1', NULL), (10118, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577474994, 'web', '0:0:0:0:0:0:0:1', NULL), (10119, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475012, 'web', '0:0:0:0:0:0:0:1', NULL), (10120, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475014, 'web', '0:0:0:0:0:0:0:1', NULL), (10121, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475037, 'web', '0:0:0:0:0:0:0:1', NULL), (10122, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475079, 'web', '0:0:0:0:0:0:0:1', NULL), (10123, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475205, 'web', '0:0:0:0:0:0:0:1', NULL), (10124, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475216, 'web', '0:0:0:0:0:0:0:1', NULL), (10125, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475242, 'web', '0:0:0:0:0:0:0:1', NULL), (10126, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475253, 'web', '0:0:0:0:0:0:0:1', NULL), (10127, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475354, 'web', '0:0:0:0:0:0:0:1', NULL), (10128, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475364, 'web', '0:0:0:0:0:0:0:1', NULL), (10129, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475384, 'web', '0:0:0:0:0:0:0:1', NULL), (10130, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475385, 'web', '0:0:0:0:0:0:0:1', NULL), (10131, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475395, 'web', '0:0:0:0:0:0:0:1', NULL), (10132, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475434, 'web', '0:0:0:0:0:0:0:1', NULL), (10133, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475435, 'web', '0:0:0:0:0:0:0:1', NULL), (10134, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475643, 'web', '0:0:0:0:0:0:0:1', NULL), (10135, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475653, 'web', '0:0:0:0:0:0:0:1', NULL), (10136, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475660, 'web', '0:0:0:0:0:0:0:1', NULL), (10137, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475661, 'web', '0:0:0:0:0:0:0:1', NULL), (10138, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475734, 'web', '0:0:0:0:0:0:0:1', NULL), (10139, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475748, 'web', '0:0:0:0:0:0:0:1', NULL), (10140, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475752, 'web', '0:0:0:0:0:0:0:1', NULL), (10141, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475761, 'web', '0:0:0:0:0:0:0:1', NULL), (10142, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475780, 'web', '0:0:0:0:0:0:0:1', NULL), (10143, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475809, 'web', '0:0:0:0:0:0:0:1', NULL), (10144, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475810, 'web', '0:0:0:0:0:0:0:1', NULL), (10145, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475819, 'web', '0:0:0:0:0:0:0:1', NULL), (10146, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475898, 'web', '0:0:0:0:0:0:0:1', NULL), (10147, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475939, 'web', '0:0:0:0:0:0:0:1', NULL), (10148, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577475940, 'web', '0:0:0:0:0:0:0:1', NULL), (10149, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476048, 'web', '0:0:0:0:0:0:0:1', NULL), (10150, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476119, 'web', '0:0:0:0:0:0:0:1', NULL), (10151, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476120, 'web', '0:0:0:0:0:0:0:1', NULL), (10152, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476138, 'web', '0:0:0:0:0:0:0:1', NULL), (10153, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476258, 'web', '0:0:0:0:0:0:0:1', NULL), (10154, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476339, 'web', '0:0:0:0:0:0:0:1', NULL), (10155, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476422, 'web', '0:0:0:0:0:0:0:1', NULL), (10156, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476433, 'web', '0:0:0:0:0:0:0:1', NULL), (10157, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577476876, 'web', '0:0:0:0:0:0:0:1', NULL), (10158, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477185, 'web', '0:0:0:0:0:0:0:1', NULL), (10159, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477192, 'web', '0:0:0:0:0:0:0:1', NULL), (10160, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477217, 'web', '0:0:0:0:0:0:0:1', NULL), (10161, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477260, 'web', '0:0:0:0:0:0:0:1', NULL), (10162, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477349, 'web', '0:0:0:0:0:0:0:1', NULL), (10163, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477368, 'web', '0:0:0:0:0:0:0:1', NULL), (10164, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477456, 'web', '0:0:0:0:0:0:0:1', NULL), (10165, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477458, 'web', '0:0:0:0:0:0:0:1', NULL), (10166, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477469, 'web', '0:0:0:0:0:0:0:1', NULL), (10167, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477475, 'web', '0:0:0:0:0:0:0:1', NULL), (10168, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477477, 'web', '0:0:0:0:0:0:0:1', NULL), (10169, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477497, 'web', '0:0:0:0:0:0:0:1', NULL), (10170, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477537, 'web', '0:0:0:0:0:0:0:1', NULL), (10171, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477539, 'web', '0:0:0:0:0:0:0:1', NULL), (10172, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477584, 'web', '0:0:0:0:0:0:0:1', NULL), (10173, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477671, 'web', '0:0:0:0:0:0:0:1', NULL), (10174, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477685, 'web', '0:0:0:0:0:0:0:1', NULL), (10175, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477740, 'web', '0:0:0:0:0:0:0:1', NULL), (10176, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477823, 'web', '0:0:0:0:0:0:0:1', NULL), (10177, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477930, 'web', '0:0:0:0:0:0:0:1', NULL), (10178, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477964, 'web', '0:0:0:0:0:0:0:1', NULL), (10179, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477965, 'web', '0:0:0:0:0:0:0:1', NULL), (10180, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577477983, 'web', '0:0:0:0:0:0:0:1', NULL), (10181, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478003, 'web', '0:0:0:0:0:0:0:1', NULL), (10182, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478043, 'web', '0:0:0:0:0:0:0:1', NULL), (10183, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478044, 'web', '0:0:0:0:0:0:0:1', NULL), (10184, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478053, 'web', '0:0:0:0:0:0:0:1', NULL), (10185, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478194, 'web', '0:0:0:0:0:0:0:1', NULL), (10186, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478213, 'web', '0:0:0:0:0:0:0:1', NULL), (10187, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478225, 'web', '0:0:0:0:0:0:0:1', NULL), (10188, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478244, 'web', '0:0:0:0:0:0:0:1', NULL), (10189, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478267, 'web', '0:0:0:0:0:0:0:1', NULL), (10190, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478269, 'web', '0:0:0:0:0:0:0:1', NULL), (10191, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478280, 'web', '0:0:0:0:0:0:0:1', NULL), (10192, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478372, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (10193, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478399, 'web', '0:0:0:0:0:0:0:1', NULL), (10194, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478411, 'web', '0:0:0:0:0:0:0:1', NULL), (10195, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478428, 'web', '0:0:0:0:0:0:0:1', NULL), (10196, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478462, 'web', '0:0:0:0:0:0:0:1', NULL), (10197, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478463, 'web', '0:0:0:0:0:0:0:1', NULL), (10198, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478473, 'web', '0:0:0:0:0:0:0:1', NULL), (10199, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478493, 'web', '0:0:0:0:0:0:0:1', NULL), (10200, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478521, 'web', '0:0:0:0:0:0:0:1', NULL), (10201, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478522, 'web', '0:0:0:0:0:0:0:1', NULL), (10202, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478535, 'web', '0:0:0:0:0:0:0:1', NULL), (10203, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478608, 'web', '0:0:0:0:0:0:0:1', NULL), (10204, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478628, 'web', '0:0:0:0:0:0:0:1', NULL), (10205, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478628, 'web', '0:0:0:0:0:0:0:1', NULL), (10206, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478636, 'web', '0:0:0:0:0:0:0:1', NULL), (10207, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478671, 'web', '0:0:0:0:0:0:0:1', NULL), (10208, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577478998, 'web', '0:0:0:0:0:0:0:1', NULL), (10209, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479010, 'web', '0:0:0:0:0:0:0:1', NULL), (10210, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479018, 'web', '0:0:0:0:0:0:0:1', NULL), (10211, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479029, 'web', '0:0:0:0:0:0:0:1', NULL), (10212, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479052, 'web', '0:0:0:0:0:0:0:1', NULL), (10213, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479270, 'web', '0:0:0:0:0:0:0:1', NULL), (10214, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479274, 'web', '0:0:0:0:0:0:0:1', NULL), (10215, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479297, 'web', '0:0:0:0:0:0:0:1', NULL), (10216, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479298, 'web', '0:0:0:0:0:0:0:1', NULL), (10217, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479409, 'web', '0:0:0:0:0:0:0:1', NULL), (10218, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479420, 'web', '0:0:0:0:0:0:0:1', NULL), (10219, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479420, 'web', '0:0:0:0:0:0:0:1', NULL), (10220, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479430, 'web', '0:0:0:0:0:0:0:1', NULL), (10221, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479454, 'web', '0:0:0:0:0:0:0:1', NULL), (10222, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479455, 'web', '0:0:0:0:0:0:0:1', NULL), (10223, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479463, 'web', '0:0:0:0:0:0:0:1', NULL), (10224, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479465, 'web', '0:0:0:0:0:0:0:1', NULL), (10225, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479480, 'web', '0:0:0:0:0:0:0:1', NULL), (10226, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479579, 'web', '0:0:0:0:0:0:0:1', NULL), (10227, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479580, 'web', '0:0:0:0:0:0:0:1', NULL), (10228, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479646, 'web', '0:0:0:0:0:0:0:1', NULL), (10229, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479657, 'web', '0:0:0:0:0:0:0:1', NULL), (10230, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479667, 'web', '0:0:0:0:0:0:0:1', NULL), (10231, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479686, 'web', '0:0:0:0:0:0:0:1', NULL), (10232, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479696, 'web', '0:0:0:0:0:0:0:1', NULL), (10233, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479712, 'web', '0:0:0:0:0:0:0:1', NULL), (10234, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479724, 'web', '0:0:0:0:0:0:0:1', NULL), (10235, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479748, 'web', '0:0:0:0:0:0:0:1', NULL), (10236, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479756, 'web', '0:0:0:0:0:0:0:1', NULL), (10237, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479775, 'web', '0:0:0:0:0:0:0:1', NULL), (10238, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479789, 'web', '0:0:0:0:0:0:0:1', NULL), (10239, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479797, 'web', '0:0:0:0:0:0:0:1', NULL), (10240, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577479830, 'web', '0:0:0:0:0:0:0:1', NULL), (10241, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480013, 'web', '0:0:0:0:0:0:0:1', NULL), (10242, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480019, 'web', '0:0:0:0:0:0:0:1', NULL), (10243, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480093, 'web', '0:0:0:0:0:0:0:1', NULL), (10244, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480110, 'web', '0:0:0:0:0:0:0:1', NULL), (10245, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480120, 'web', '0:0:0:0:0:0:0:1', NULL), (10246, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480138, 'web', '0:0:0:0:0:0:0:1', NULL), (10247, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480146, 'web', '0:0:0:0:0:0:0:1', NULL), (10248, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480154, 'web', '0:0:0:0:0:0:0:1', NULL), (10249, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480222, 'web', '0:0:0:0:0:0:0:1', NULL), (10250, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480359, 'web', '0:0:0:0:0:0:0:1', NULL), (10251, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480407, 'web', '0:0:0:0:0:0:0:1', NULL), (10252, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480414, 'web', '0:0:0:0:0:0:0:1', NULL), (10253, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480426, 'web', '0:0:0:0:0:0:0:1', NULL), (10254, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480450, 'web', '0:0:0:0:0:0:0:1', NULL), (10255, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480510, 'web', '0:0:0:0:0:0:0:1', NULL), (10256, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480530, 'web', '0:0:0:0:0:0:0:1', NULL), (10257, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480559, 'web', '0:0:0:0:0:0:0:1', NULL), (10258, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480586, 'web', '0:0:0:0:0:0:0:1', NULL), (10259, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480638, 'web', '0:0:0:0:0:0:0:1', NULL), (10260, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480659, 'web', '0:0:0:0:0:0:0:1', NULL), (10261, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480683, 'web', '0:0:0:0:0:0:0:1', NULL), (10262, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480710, 'web', '0:0:0:0:0:0:0:1', NULL), (10263, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480747, 'web', '0:0:0:0:0:0:0:1', NULL), (10264, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480825, 'web', '0:0:0:0:0:0:0:1', NULL), (10265, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480853, 'web', '0:0:0:0:0:0:0:1', NULL), (10266, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480883, 'web', '0:0:0:0:0:0:0:1', NULL), (10267, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480893, 'web', '0:0:0:0:0:0:0:1', NULL), (10268, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480910, 'web', '0:0:0:0:0:0:0:1', NULL), (10269, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480980, 'web', '0:0:0:0:0:0:0:1', NULL), (10270, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577480986, 'web', '0:0:0:0:0:0:0:1', NULL), (10271, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481021, 'web', '0:0:0:0:0:0:0:1', NULL), (10272, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481050, 'web', '0:0:0:0:0:0:0:1', NULL), (10273, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481069, 'web', '0:0:0:0:0:0:0:1', NULL), (10274, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481104, 'web', '0:0:0:0:0:0:0:1', NULL), (10275, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481115, 'web', '0:0:0:0:0:0:0:1', NULL), (10276, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481184, 'web', '0:0:0:0:0:0:0:1', NULL), (10277, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481195, 'web', '0:0:0:0:0:0:0:1', NULL), (10278, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481210, 'web', '0:0:0:0:0:0:0:1', NULL), (10279, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481214, 'web', '0:0:0:0:0:0:0:1', NULL), (10280, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481271, 'web', '0:0:0:0:0:0:0:1', NULL), (10281, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481291, 'web', '0:0:0:0:0:0:0:1', NULL), (10282, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481313, 'web', '0:0:0:0:0:0:0:1', NULL), (10283, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481415, 'web', '0:0:0:0:0:0:0:1', NULL), (10284, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481424, 'web', '0:0:0:0:0:0:0:1', NULL), (10285, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481432, 'web', '0:0:0:0:0:0:0:1', NULL), (10286, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481449, 'web', '0:0:0:0:0:0:0:1', NULL), (10287, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481456, 'web', '0:0:0:0:0:0:0:1', NULL), (10288, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481495, 'web', '0:0:0:0:0:0:0:1', NULL), (10289, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481511, 'web', '0:0:0:0:0:0:0:1', NULL), (10290, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481528, 'web', '0:0:0:0:0:0:0:1', NULL), (10291, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481538, 'web', '0:0:0:0:0:0:0:1', NULL), (10292, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481612, 'web', '0:0:0:0:0:0:0:1', NULL), (10293, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481658, 'web', '0:0:0:0:0:0:0:1', NULL), (10294, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481670, 'web', '0:0:0:0:0:0:0:1', NULL), (10295, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481680, 'web', '0:0:0:0:0:0:0:1', NULL), (10296, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481702, 'web', '0:0:0:0:0:0:0:1', NULL), (10297, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481727, 'web', '0:0:0:0:0:0:0:1', NULL), (10298, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481739, 'web', '0:0:0:0:0:0:0:1', NULL), (10299, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481751, 'web', '0:0:0:0:0:0:0:1', NULL), (10300, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481813, 'web', '0:0:0:0:0:0:0:1', NULL), (10301, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481826, 'web', '0:0:0:0:0:0:0:1', NULL), (10302, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481834, 'web', '0:0:0:0:0:0:0:1', NULL), (10303, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481849, 'web', '0:0:0:0:0:0:0:1', NULL), (10304, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481893, 'web', '0:0:0:0:0:0:0:1', NULL), (10305, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481920, 'web', '0:0:0:0:0:0:0:1', NULL), (10306, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481935, 'web', '0:0:0:0:0:0:0:1', NULL), (10307, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481947, 'web', '0:0:0:0:0:0:0:1', NULL), (10308, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481970, 'web', '0:0:0:0:0:0:0:1', NULL), (10309, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577481985, 'web', '0:0:0:0:0:0:0:1', NULL), (10310, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577482040, 'web', '0:0:0:0:0:0:0:1', NULL), (10311, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577482058, 'web', '0:0:0:0:0:0:0:1', NULL), (10312, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577482136, 'web', '0:0:0:0:0:0:0:1', NULL), (10313, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577482171, 'web', '0:0:0:0:0:0:0:1', NULL), (10314, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577482183, 'web', '0:0:0:0:0:0:0:1', NULL), (10315, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577482224, 'web', '0:0:0:0:0:0:0:1', NULL), (10316, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 10, 'r', 2, 100, 70, 19, 2, 1, NULL, 0, 'null', 1577482675, 'web', '0:0:0:0:0:0:0:1', NULL), (10317, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1637, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\\r\\nContact|\\/mod\\/page\\/view.php?id=80\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Courses Single\\r\\n-- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\\r\\nContact|\\/mod\\/page\\/view.php?id=80\",\"plugin\":null}', 1577483037, 'web', '0:0:0:0:0:0:0:1', NULL), (10318, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1638, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Courses Single\\r\\n-- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\\r\\nContact|\\/mod\\/page\\/view.php?id=80\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\\r\\nContact|\\/mod\\/page\\/view.php?id=80\",\"plugin\":null}', 1577483367, 'web', '0:0:0:0:0:0:0:1', NULL), (10319, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577483377, 'web', '0:0:0:0:0:0:0:1', NULL), (10320, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577483383, 'web', '0:0:0:0:0:0:0:1', NULL), (10321, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577483448, 'web', '0:0:0:0:0:0:0:1', NULL), (10322, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483595, 'web', '0:0:0:0:0:0:0:1', NULL), (10323, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483638, 'web', '0:0:0:0:0:0:0:1', NULL), (10324, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483680, 'web', '0:0:0:0:0:0:0:1', NULL), (10325, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483728, 'web', '0:0:0:0:0:0:0:1', NULL), (10326, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483734, 'web', '0:0:0:0:0:0:0:1', NULL), (10327, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483798, 'web', '0:0:0:0:0:0:0:1', NULL), (10328, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483823, 'web', '0:0:0:0:0:0:0:1', NULL), (10329, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483843, 'web', '0:0:0:0:0:0:0:1', NULL), (10330, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483850, 'web', '0:0:0:0:0:0:0:1', NULL), (10331, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483858, 'web', '0:0:0:0:0:0:0:1', NULL), (10332, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483890, 'web', '0:0:0:0:0:0:0:1', NULL), (10333, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483913, 'web', '0:0:0:0:0:0:0:1', NULL), (10334, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483928, 'web', '0:0:0:0:0:0:0:1', NULL), (10335, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577483975, 'web', '0:0:0:0:0:0:0:1', NULL), (10336, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484001, 'web', '0:0:0:0:0:0:0:1', NULL), (10337, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484033, 'web', '0:0:0:0:0:0:0:1', NULL), (10338, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484083, 'web', '0:0:0:0:0:0:0:1', NULL), (10339, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484135, 'web', '0:0:0:0:0:0:0:1', NULL), (10340, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484143, 'web', '0:0:0:0:0:0:0:1', NULL), (10341, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":3,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484150, 'web', '0:0:0:0:0:0:0:1', NULL), (10342, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484169, 'web', '0:0:0:0:0:0:0:1', NULL), (10343, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":2,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484179, 'web', '0:0:0:0:0:0:0:1', NULL), (10344, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484185, 'web', '0:0:0:0:0:0:0:1', NULL), (10345, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484191, 'web', '0:0:0:0:0:0:0:1', NULL), (10346, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484199, 'web', '0:0:0:0:0:0:0:1', NULL), (10347, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484229, 'web', '0:0:0:0:0:0:0:1', NULL), (10348, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, 2, 0, '{\"entryid\":4,\"tagid\":null,\"userid\":\"2\",\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484238, 'web', '0:0:0:0:0:0:0:1', NULL), (10349, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484245, 'web', '0:0:0:0:0:0:0:1', NULL), (10350, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484330, 'web', '0:0:0:0:0:0:0:1', NULL), (10351, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484451, 'web', '0:0:0:0:0:0:0:1', NULL), (10352, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484495, 'web', '0:0:0:0:0:0:0:1', NULL), (10353, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577484571, 'web', '0:0:0:0:0:0:0:1', NULL), (10354, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484584, 'web', '0:0:0:0:0:0:0:1', NULL), (10355, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, '{\"entryid\":null,\"tagid\":1,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577484601, 'web', '0:0:0:0:0:0:0:1', NULL), (10356, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577484661, 'web', '0:0:0:0:0:0:0:1', NULL), (10357, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 3, 'r', 0, 220, 30, 3, 2, 0, 3, 0, 'null', 1577484676, 'web', '0:0:0:0:0:0:0:1', NULL), (10358, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 3, 'r', 0, 220, 30, 3, 2, 0, 3, 0, 'null', 1577484687, 'web', '0:0:0:0:0:0:0:1', NULL), (10359, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577485406, 'web', '0:0:0:0:0:0:0:1', NULL), (10360, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577485427, 'web', '0:0:0:0:0:0:0:1', NULL), (10361, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 81, 'c', 1, 252, 70, 81, 2, 1, NULL, 0, '{\"modulename\":\"page\",\"instanceid\":15,\"name\":\"FAQ\"}', 1577485470, 'web', '0:0:0:0:0:0:0:1', NULL), (10362, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485470, 'web', '0:0:0:0:0:0:0:1', NULL), (10363, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485482, 'web', '0:0:0:0:0:0:0:1', NULL), (10364, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485483, 'web', '0:0:0:0:0:0:0:1', NULL), (10365, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485488, 'web', '0:0:0:0:0:0:0:1', NULL), (10366, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485508, 'web', '0:0:0:0:0:0:0:1', NULL), (10367, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485509, 'web', '0:0:0:0:0:0:0:1', NULL), (10368, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485519, 'web', '0:0:0:0:0:0:0:1', NULL), (10369, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485533, 'web', '0:0:0:0:0:0:0:1', NULL), (10370, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485551, 'web', '0:0:0:0:0:0:0:1', NULL), (10371, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485552, 'web', '0:0:0:0:0:0:0:1', NULL), (10372, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485770, 'web', '0:0:0:0:0:0:0:1', NULL), (10373, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485787, 'web', '0:0:0:0:0:0:0:1', NULL), (10374, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485832, 'web', '0:0:0:0:0:0:0:1', NULL), (10375, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485832, 'web', '0:0:0:0:0:0:0:1', NULL), (10376, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485857, 'web', '0:0:0:0:0:0:0:1', NULL), (10377, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485863, 'web', '0:0:0:0:0:0:0:1', NULL), (10378, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485865, 'web', '0:0:0:0:0:0:0:1', NULL), (10379, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485870, 'web', '0:0:0:0:0:0:0:1', NULL), (10380, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485887, 'web', '0:0:0:0:0:0:0:1', NULL), (10381, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485888, 'web', '0:0:0:0:0:0:0:1', NULL), (10382, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577485985, 'web', '0:0:0:0:0:0:0:1', NULL), (10383, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486008, 'web', '0:0:0:0:0:0:0:1', NULL), (10384, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486024, 'web', '0:0:0:0:0:0:0:1', NULL), (10385, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486025, 'web', '0:0:0:0:0:0:0:1', NULL), (10386, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486061, 'web', '0:0:0:0:0:0:0:1', NULL), (10387, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486062, 'web', '0:0:0:0:0:0:0:1', NULL), (10388, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486083, 'web', '0:0:0:0:0:0:0:1', NULL), (10389, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1639, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\\r\\nContact|\\/mod\\/page\\/view.php?id=80\",\"value\":\"Home|#\\r\\n- Home 1|\\/index.php?redirect=0\\r\\n- Home 2|\\/mod\\/page\\/view.php?id=4\\r\\n- Home 3|\\/mod\\/page\\/view.php?id=20\\r\\n- Home 4|\\/mod\\/page\\/view.php?id=17\\r\\n- Home 5|\\/mod\\/page\\/view.php?id=21\\r\\n- Home 6 (University)|\\/mod\\/page\\/view.php?id=22\\r\\n- Home 7 (College)|\\/mod\\/page\\/view.php?id=18\\r\\n- Home 8 (Kindergarden)|\\/mod\\/page\\/view.php?id=19\\r\\nEvents|#\\r\\n-Calendar|\\/calendar\\/view.php\\r\\n- Month view|\\/calendar\\/view.php?view=month&time=1575158400\\r\\n- Day view|\\/calendar\\/view.php?view=day&time=1577491200\\r\\nCourses|#\\r\\n- Courses v1|\\/course\\/index.php?categoryid=3\\r\\n- Courses v2|\\/course\\/index.php?categoryid=4\\r\\n- Single v1|\\/course\\/view.php?id=2\\r\\n- Instructors|\\/mod\\/page\\/view.php?id=14\\r\\nBlog|#\\r\\n- Blog List 1|\\/blog\\/index.php\\r\\n- Blog Single|\\/blog\\/index.php?entryid=2\\r\\nPages|#\\r\\n- About Us|\\/mod\\/page\\/view.php?id=16\\r\\n- Gallery|\\/mod\\/page\\/view.php?id=15\\r\\n- FAQ|\\/mod\\/page\\/view.php?id=81\\r\\n- Login|\\/login\\/index.php\\r\\n- Register|\\/login\\/signup.php\\r\\n- Become an Instructor|\\/mod\\/page\\/view.php?id=1\\r\\n- Terms & Conditions|\\/admin\\/tool\\/dataprivacy\\/summary.php\\r\\n- UI Elements|\\/mod\\/page\\/view.php?id=2\\r\\nContact|\\/mod\\/page\\/view.php?id=80\",\"plugin\":null}', 1577486136, 'web', '0:0:0:0:0:0:0:1', NULL), (10390, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486193, 'web', '0:0:0:0:0:0:0:1', NULL), (10391, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486193, 'web', '0:0:0:0:0:0:0:1', NULL), (10392, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486211, 'web', '0:0:0:0:0:0:0:1', NULL), (10393, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486212, 'web', '0:0:0:0:0:0:0:1', NULL); INSERT INTO `cocoon_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES (10394, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486222, 'web', '0:0:0:0:0:0:0:1', NULL), (10395, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486242, 'web', '0:0:0:0:0:0:0:1', NULL), (10396, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486242, 'web', '0:0:0:0:0:0:0:1', NULL), (10397, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486253, 'web', '0:0:0:0:0:0:0:1', NULL), (10398, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486288, 'web', '0:0:0:0:0:0:0:1', NULL), (10399, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486289, 'web', '0:0:0:0:0:0:0:1', NULL), (10400, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486307, 'web', '0:0:0:0:0:0:0:1', NULL), (10401, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486352, 'web', '0:0:0:0:0:0:0:1', NULL), (10402, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486361, 'web', '0:0:0:0:0:0:0:1', NULL), (10403, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486386, 'web', '0:0:0:0:0:0:0:1', NULL), (10404, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486390, 'web', '0:0:0:0:0:0:0:1', NULL), (10405, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486412, 'web', '0:0:0:0:0:0:0:1', NULL), (10406, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486547, 'web', '0:0:0:0:0:0:0:1', NULL), (10407, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486608, 'web', '0:0:0:0:0:0:0:1', NULL), (10408, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486619, 'web', '0:0:0:0:0:0:0:1', NULL), (10409, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486641, 'web', '0:0:0:0:0:0:0:1', NULL), (10410, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486738, 'web', '0:0:0:0:0:0:0:1', NULL), (10411, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577486746, 'web', '0:0:0:0:0:0:0:1', NULL), (10412, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487072, 'web', '0:0:0:0:0:0:0:1', NULL), (10413, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487086, 'web', '0:0:0:0:0:0:0:1', NULL), (10414, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487091, 'web', '0:0:0:0:0:0:0:1', NULL), (10415, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487102, 'web', '0:0:0:0:0:0:0:1', NULL), (10416, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487104, 'web', '0:0:0:0:0:0:0:1', NULL), (10417, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487108, 'web', '0:0:0:0:0:0:0:1', NULL), (10418, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487109, 'web', '0:0:0:0:0:0:0:1', NULL), (10419, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487131, 'web', '0:0:0:0:0:0:0:1', NULL), (10420, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487218, 'web', '0:0:0:0:0:0:0:1', NULL), (10421, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487252, 'web', '0:0:0:0:0:0:0:1', NULL), (10422, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487336, 'web', '0:0:0:0:0:0:0:1', NULL), (10423, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487376, 'web', '0:0:0:0:0:0:0:1', NULL), (10424, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487501, 'web', '0:0:0:0:0:0:0:1', NULL), (10425, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487552, 'web', '0:0:0:0:0:0:0:1', NULL), (10426, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577487564, 'web', '0:0:0:0:0:0:0:1', NULL), (10427, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577487579, 'web', '0:0:0:0:0:0:0:1', NULL), (10428, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1577487610, 'web', '0:0:0:0:0:0:0:1', NULL), (10429, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1577487650, 'web', '0:0:0:0:0:0:0:1', NULL), (10430, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 14, 'r', 2, 231, 70, 80, 2, 1, NULL, 0, 'null', 1577487663, 'web', '0:0:0:0:0:0:0:1', NULL), (10431, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'null', 1577487672, 'web', '0:0:0:0:0:0:0:1', NULL), (10432, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487682, 'web', '0:0:0:0:0:0:0:1', NULL), (10433, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 15, 'r', 2, 252, 70, 81, 2, 1, NULL, 0, 'null', 1577487786, 'web', '0:0:0:0:0:0:0:1', NULL), (10434, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577487827, 'web', '0:0:0:0:0:0:0:1', NULL), (10435, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577487984, 'web', '0:0:0:0:0:0:0:1', NULL), (10436, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1577487985, 'web', '0:0:0:0:0:0:0:1', NULL), (10437, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1577488003, 'web', '0:0:0:0:0:0:0:1', NULL), (10438, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1577488315, 'web', '0:0:0:0:0:0:0:1', NULL), (10439, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'null', 1577488341, 'web', '0:0:0:0:0:0:0:1', NULL), (10440, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 34, 70, 4, 0, 1, NULL, 0, 'null', 1577488366, 'web', '0:0:0:0:0:0:0:1', NULL), (10441, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 11, 'r', 2, 109, 70, 20, 0, 1, NULL, 0, 'null', 1577488385, 'web', '0:0:0:0:0:0:0:1', NULL), (10442, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 8, 'r', 2, 95, 70, 17, 0, 1, NULL, 0, 'null', 1577488396, 'web', '0:0:0:0:0:0:0:1', NULL), (10443, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 0, 1, NULL, 0, 'null', 1577488404, 'web', '0:0:0:0:0:0:0:1', NULL), (10444, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 12, 'r', 2, 116, 70, 21, 0, 1, NULL, 0, 'null', 1577488405, 'web', '0:0:0:0:0:0:0:1', NULL), (10445, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 0, 0, NULL, 0, 'null', 1577488419, 'web', '0:0:0:0:0:0:0:1', NULL), (10446, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 0, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577488431, 'web', '0:0:0:0:0:0:0:1', NULL), (10447, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 0, 0, NULL, 0, '{\"entryid\":null,\"tagid\":null,\"userid\":null,\"modid\":null,\"groupid\":null,\"search\":null,\"fromstart\":0,\"courseid\":0}', 1577488438, 'web', '0:0:0:0:0:0:0:1', NULL), (10448, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 0, 0, NULL, 0, 'null', 1577488455, 'web', '0:0:0:0:0:0:0:1', NULL), (10449, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 2, 0, NULL, 0, 'null', 1577488501, 'web', '0:0:0:0:0:0:0:1', NULL), (10450, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 2, 11, NULL, 0, 'null', 1577488510, 'web', '0:0:0:0:0:0:0:1', NULL), (10451, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 155, 50, 10, 2, 10, NULL, 0, 'null', 1577488511, 'web', '0:0:0:0:0:0:0:1', NULL), (10452, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 154, 50, 9, 2, 9, NULL, 0, 'null', 1577488518, 'web', '0:0:0:0:0:0:0:1', NULL), (10453, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 153, 50, 8, 2, 8, NULL, 0, 'null', 1577488523, 'web', '0:0:0:0:0:0:0:1', NULL), (10454, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 152, 50, 7, 2, 7, NULL, 0, 'null', 1577488526, 'web', '0:0:0:0:0:0:0:1', NULL), (10455, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 150, 50, 6, 2, 6, NULL, 0, 'null', 1577488529, 'web', '0:0:0:0:0:0:0:1', NULL), (10456, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 148, 50, 5, 2, 5, NULL, 0, 'null', 1577488534, 'web', '0:0:0:0:0:0:0:1', NULL), (10457, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 146, 50, 4, 2, 4, NULL, 0, 'null', 1577488538, 'web', '0:0:0:0:0:0:0:1', NULL), (10458, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1640, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"status\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"enrol_guest\"}', 1577488806, 'web', '0:0:0:0:0:0:0:1', NULL), (10459, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1641, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"status\",\"oldvalue\":\"0\",\"value\":\"1\",\"plugin\":\"enrol_guest\"}', 1577488820, 'web', '0:0:0:0:0:0:0:1', NULL), (10460, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 2, 11, NULL, 0, 'null', 1577488957, 'web', '0:0:0:0:0:0:0:1', NULL), (10461, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 11, 'r', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"courseshortname\":\"Fashion Photography From Professional\",\"coursefullname\":\"Fashion Photography From Professional\"}', 1577488970, 'web', '0:0:0:0:0:0:0:1', NULL), (10462, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1642, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"status\",\"oldvalue\":\"1\",\"value\":\"0\",\"plugin\":\"enrol_guest\"}', 1577489131, 'web', '0:0:0:0:0:0:0:1', NULL), (10463, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1643, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"status_adv\",\"oldvalue\":\"\",\"value\":\"1\",\"plugin\":\"enrol_guest\"}', 1577489131, 'web', '0:0:0:0:0:0:0:1', NULL), (10464, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 11, 'r', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"courseshortname\":\"Fashion Photography From Professional\",\"coursefullname\":\"Fashion Photography From Professional\"}', 1577489146, 'web', '0:0:0:0:0:0:0:1', NULL), (10465, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 11, 'r', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"courseshortname\":\"Fashion Photography From Professional\",\"coursefullname\":\"Fashion Photography From Professional\"}', 1577489157, 'web', '0:0:0:0:0:0:0:1', NULL), (10466, '\\core\\event\\enrol_instance_updated', 'core', 'updated', 'enrol_instance', 'enrol', 29, 'u', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"enrol\":\"guest\"}', 1577489179, 'web', '0:0:0:0:0:0:0:1', NULL), (10467, '\\core\\event\\enrol_instance_updated', 'core', 'updated', 'enrol_instance', 'enrol', 29, 'u', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"enrol\":\"guest\"}', 1577489196, 'web', '0:0:0:0:0:0:0:1', NULL), (10468, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 134, 40, 3, 0, 0, NULL, 0, 'null', 1577489215, 'web', '0:0:0:0:0:0:0:1', NULL), (10469, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 135, 40, 4, 0, 0, NULL, 0, 'null', 1577489225, 'web', '0:0:0:0:0:0:0:1', NULL), (10470, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 2, 11, NULL, 0, 'null', 1577489256, 'web', '0:0:0:0:0:0:0:1', NULL), (10471, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 11, 'r', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"courseshortname\":\"Fashion Photography From Professional\",\"coursefullname\":\"Fashion Photography From Professional\"}', 1577489261, 'web', '0:0:0:0:0:0:0:1', NULL), (10472, '\\core\\event\\enrol_instance_updated', 'core', 'updated', 'enrol_instance', 'enrol', 29, 'u', 0, 156, 50, 11, 2, 11, NULL, 0, '{\"enrol\":\"guest\"}', 1577489277, 'web', '0:0:0:0:0:0:0:1', NULL), (10473, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 1, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, '{\"username\":\"guest\"}', 1577489293, 'web', '0:0:0:0:0:0:0:1', NULL), (10474, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 1, 11, NULL, 0, 'null', 1577489295, 'web', '0:0:0:0:0:0:0:1', NULL), (10475, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 2, 11, NULL, 0, 'null', 1577489322, 'web', '0:0:0:0:0:0:0:1', NULL), (10476, '\\block_comments\\event\\comment_created', 'block_comments', 'created', 'comment', 'comments', 5, 'c', 2, 156, 50, 11, 2, 11, NULL, 0, '{\"itemid\":0}', 1577489345, 'web', '0:0:0:0:0:0:0:1', NULL), (10477, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 156, 50, 11, 1, 11, NULL, 0, 'null', 1577489352, 'web', '0:0:0:0:0:0:0:1', NULL), (10478, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'null', 1577489371, 'web', '0:0:0:0:0:0:0:1', NULL), (10479, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1577489634, 'web', '0:0:0:0:0:0:0:1', NULL), (10480, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"admin\"}', 1577498422, 'web', '0:0:0:0:0:0:0:1', NULL), (10481, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1644, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cocoon_twitter_url\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1577499925, 'web', '0:0:0:0:0:0:0:1', NULL), (10482, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1645, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cocoon_instagram_url\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1577499925, 'web', '0:0:0:0:0:0:0:1', NULL), (10483, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1646, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cocoon_pinterest_url\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1577499925, 'web', '0:0:0:0:0:0:0:1', NULL), (10484, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1647, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cocoon_dribbble_url\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1577499925, 'web', '0:0:0:0:0:0:0:1', NULL), (10485, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1648, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cocoon_google_url\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_photo\"}', 1577499925, 'web', '0:0:0:0:0:0:0:1', NULL), (10486, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1649, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"footer_col_1_title\",\"oldvalue\":null,\"value\":\"Contact\",\"plugin\":\"theme_photo\"}', 1577499925, 'web', '0:0:0:0:0:0:0:1', NULL), (10487, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1650, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"footer_col_1_body\",\"oldvalue\":null,\"value\":\"

329 Queensberry Street, North Melbourne <\\/p>\\r\\n

VIC 3051, Australia.<\\/p>\\r\\n

123 456 7890<\\/p>\\r\\n

support@edumy.com<\\/p>\",\"plugin\":\"theme_photo\"}', 1577499925, 'web', '0:0:0:0:0:0:0:1', NULL), (10488, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1651, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"footer_col_2_title\",\"oldvalue\":null,\"value\":\"Company\",\"plugin\":\"theme_photo\"}', 1577499925, 'web', '0:0:0:0:0:0:0:1', NULL), (10489, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1652, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"footer_col_2_body\",\"oldvalue\":null,\"value\":\"