-- phpMyAdmin SQL Dump
-- version 4.0.10.7
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generation Time: Feb 13, 2016 at 11:15 PM
-- Server version: 5.6.29-log
-- PHP Version: 5.4.31

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 utf8 */;

--
-- Database: `lulavico_mood157`
--

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign`
--

CREATE TABLE IF NOT EXISTS `mdl_assign` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `alwaysshowdescription` tinyint(2) NOT NULL DEFAULT '0',
  `nosubmissions` tinyint(2) NOT NULL DEFAULT '0',
  `submissiondrafts` tinyint(2) NOT NULL DEFAULT '0',
  `sendnotifications` tinyint(2) NOT NULL DEFAULT '0',
  `sendlatenotifications` tinyint(2) NOT NULL DEFAULT '0',
  `duedate` bigint(10) NOT NULL DEFAULT '0',
  `allowsubmissionsfromdate` bigint(10) NOT NULL DEFAULT '0',
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `requiresubmissionstatement` tinyint(2) NOT NULL DEFAULT '0',
  `completionsubmit` tinyint(2) NOT NULL DEFAULT '0',
  `cutoffdate` bigint(10) NOT NULL DEFAULT '0',
  `teamsubmission` tinyint(2) NOT NULL DEFAULT '0',
  `requireallteammemberssubmit` tinyint(2) NOT NULL DEFAULT '0',
  `teamsubmissiongroupingid` bigint(10) NOT NULL DEFAULT '0',
  `blindmarking` tinyint(2) NOT NULL DEFAULT '0',
  `revealidentities` tinyint(2) NOT NULL DEFAULT '0',
  `attemptreopenmethod` varchar(10) NOT NULL DEFAULT 'none',
  `maxattempts` mediumint(6) NOT NULL DEFAULT '-1',
  `markingworkflow` tinyint(2) NOT NULL DEFAULT '0',
  `markingallocation` tinyint(2) NOT NULL DEFAULT '0',
  `sendstudentnotifications` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_assi_cou_ix` (`course`),
  KEY `mdl_assi_tea_ix` (`teamsubmissiongroupingid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table saves information about an instance of mod_assign' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `mdl_assign`
--

INSERT INTO `mdl_assign` (`id`, `course`, `name`, `intro`, `introformat`, `alwaysshowdescription`, `nosubmissions`, `submissiondrafts`, `sendnotifications`, `sendlatenotifications`, `duedate`, `allowsubmissionsfromdate`, `grade`, `timemodified`, `requiresubmissionstatement`, `completionsubmit`, `cutoffdate`, `teamsubmission`, `requireallteammemberssubmit`, `teamsubmissiongroupingid`, `blindmarking`, `revealidentities`, `attemptreopenmethod`, `maxattempts`, `markingworkflow`, `markingallocation`, `sendstudentnotifications`) VALUES
(2, 4, 'מטלה: לקרוא את המאמר של פרויד, הוגל, והיינס', '<p>מאוד ברור</p>', 1, 0, 0, 0, 0, 0, 0, 0, 100, 1412898643, 0, 0, 0, 0, 0, 0, 0, 0, 'none', -1, 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_comments`
--

CREATE TABLE IF NOT EXISTS `mdl_assignfeedback_comments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `commenttext` longtext,
  `commentformat` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assicomm_ass_ix` (`assignment`),
  KEY `mdl_assicomm_gra_ix` (`grade`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Text feedback for submitted assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_editpdf_annot`
--

CREATE TABLE IF NOT EXISTS `mdl_assignfeedback_editpdf_annot` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `gradeid` bigint(10) NOT NULL DEFAULT '0',
  `pageno` bigint(10) NOT NULL DEFAULT '0',
  `x` bigint(10) DEFAULT '0',
  `y` bigint(10) DEFAULT '0',
  `endx` bigint(10) DEFAULT '0',
  `endy` bigint(10) DEFAULT '0',
  `path` longtext,
  `type` varchar(10) DEFAULT 'line',
  `colour` varchar(10) DEFAULT 'black',
  `draft` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_assieditanno_grapag_ix` (`gradeid`,`pageno`),
  KEY `mdl_assieditanno_gra_ix` (`gradeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='stores annotations added to pdfs submitted by students' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_editpdf_cmnt`
--

CREATE TABLE IF NOT EXISTS `mdl_assignfeedback_editpdf_cmnt` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `gradeid` bigint(10) NOT NULL DEFAULT '0',
  `x` bigint(10) DEFAULT '0',
  `y` bigint(10) DEFAULT '0',
  `width` bigint(10) DEFAULT '120',
  `rawtext` longtext,
  `pageno` bigint(10) NOT NULL DEFAULT '0',
  `colour` varchar(10) DEFAULT 'black',
  `draft` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_assieditcmnt_grapag_ix` (`gradeid`,`pageno`),
  KEY `mdl_assieditcmnt_gra_ix` (`gradeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores comments added to pdfs' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_editpdf_quick`
--

CREATE TABLE IF NOT EXISTS `mdl_assignfeedback_editpdf_quick` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `rawtext` longtext NOT NULL,
  `width` bigint(10) NOT NULL DEFAULT '120',
  `colour` varchar(10) DEFAULT 'yellow',
  PRIMARY KEY (`id`),
  KEY `mdl_assieditquic_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores teacher specified quicklist comments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignfeedback_file`
--

CREATE TABLE IF NOT EXISTS `mdl_assignfeedback_file` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `numfiles` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assifile_ass2_ix` (`assignment`),
  KEY `mdl_assifile_gra_ix` (`grade`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores info about the number of files submitted by a student' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignment`
--

CREATE TABLE IF NOT EXISTS `mdl_assignment` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `assignmenttype` varchar(50) NOT NULL DEFAULT '',
  `resubmit` tinyint(2) NOT NULL DEFAULT '0',
  `preventlate` tinyint(2) NOT NULL DEFAULT '0',
  `emailteachers` tinyint(2) NOT NULL DEFAULT '0',
  `var1` bigint(10) DEFAULT '0',
  `var2` bigint(10) DEFAULT '0',
  `var3` bigint(10) DEFAULT '0',
  `var4` bigint(10) DEFAULT '0',
  `var5` bigint(10) DEFAULT '0',
  `maxbytes` bigint(10) NOT NULL DEFAULT '100000',
  `timedue` bigint(10) NOT NULL DEFAULT '0',
  `timeavailable` bigint(10) NOT NULL DEFAULT '0',
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assi_cou2_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignment_submissions`
--

CREATE TABLE IF NOT EXISTS `mdl_assignment_submissions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `numfiles` bigint(10) NOT NULL DEFAULT '0',
  `data1` longtext,
  `data2` longtext,
  `grade` bigint(11) NOT NULL DEFAULT '0',
  `submissioncomment` longtext NOT NULL,
  `format` smallint(4) NOT NULL DEFAULT '0',
  `teacher` bigint(10) NOT NULL DEFAULT '0',
  `timemarked` bigint(10) NOT NULL DEFAULT '0',
  `mailed` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assisubm_use2_ix` (`userid`),
  KEY `mdl_assisubm_mai_ix` (`mailed`),
  KEY `mdl_assisubm_tim_ix` (`timemarked`),
  KEY `mdl_assisubm_ass2_ix` (`assignment`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about submitted assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignment_upgrade`
--

CREATE TABLE IF NOT EXISTS `mdl_assignment_upgrade` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `oldcmid` bigint(10) NOT NULL DEFAULT '0',
  `oldinstance` bigint(10) NOT NULL DEFAULT '0',
  `newcmid` bigint(10) NOT NULL DEFAULT '0',
  `newinstance` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assiupgr_old_ix` (`oldcmid`),
  KEY `mdl_assiupgr_old2_ix` (`oldinstance`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about upgraded assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignsubmission_file`
--

CREATE TABLE IF NOT EXISTS `mdl_assignsubmission_file` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `submission` bigint(10) NOT NULL DEFAULT '0',
  `numfiles` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assifile_ass_ix` (`assignment`),
  KEY `mdl_assifile_sub_ix` (`submission`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about file submissions for assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assignsubmission_onlinetext`
--

CREATE TABLE IF NOT EXISTS `mdl_assignsubmission_onlinetext` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `submission` bigint(10) NOT NULL DEFAULT '0',
  `onlinetext` longtext,
  `onlineformat` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assionli_ass_ix` (`assignment`),
  KEY `mdl_assionli_sub_ix` (`submission`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about onlinetext submission' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_grades`
--

CREATE TABLE IF NOT EXISTS `mdl_assign_grades` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `grader` bigint(10) NOT NULL DEFAULT '0',
  `grade` decimal(10,5) DEFAULT '0.00000',
  `attemptnumber` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`),
  KEY `mdl_assigrad_use_ix` (`userid`),
  KEY `mdl_assigrad_att_ix` (`attemptnumber`),
  KEY `mdl_assigrad_ass_ix` (`assignment`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Grading information about a single assignment submission.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_plugin_config`
--

CREATE TABLE IF NOT EXISTS `mdl_assign_plugin_config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `plugin` varchar(28) NOT NULL DEFAULT '',
  `subtype` varchar(28) NOT NULL DEFAULT '',
  `name` varchar(28) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_assiplugconf_plu_ix` (`plugin`),
  KEY `mdl_assiplugconf_sub_ix` (`subtype`),
  KEY `mdl_assiplugconf_nam_ix` (`name`),
  KEY `mdl_assiplugconf_ass_ix` (`assignment`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Config data for an instance of a plugin in an assignment.' AUTO_INCREMENT=21 ;

--
-- Dumping data for table `mdl_assign_plugin_config`
--

INSERT INTO `mdl_assign_plugin_config` (`id`, `assignment`, `plugin`, `subtype`, `name`, `value`) VALUES
(11, 2, 'onlinetext', 'assignsubmission', 'enabled', '0'),
(12, 2, 'file', 'assignsubmission', 'enabled', '1'),
(13, 2, 'file', 'assignsubmission', 'maxfilesubmissions', '1'),
(14, 2, 'file', 'assignsubmission', 'maxsubmissionsizebytes', '0'),
(15, 2, 'comments', 'assignsubmission', 'enabled', '1'),
(16, 2, 'comments', 'assignfeedback', 'enabled', '1'),
(17, 2, 'comments', 'assignfeedback', 'commentinline', '0'),
(18, 2, 'editpdf', 'assignfeedback', 'enabled', '1'),
(19, 2, 'offline', 'assignfeedback', 'enabled', '0'),
(20, 2, 'file', 'assignfeedback', 'enabled', '0');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_submission`
--

CREATE TABLE IF NOT EXISTS `mdl_assign_submission` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `status` varchar(10) DEFAULT NULL,
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `attemptnumber` bigint(10) NOT NULL DEFAULT '0',
  `latest` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_assisubm_assusegroa_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`),
  KEY `mdl_assisubm_use_ix` (`userid`),
  KEY `mdl_assisubm_att_ix` (`attemptnumber`),
  KEY `mdl_assisubm_ass_ix` (`assignment`),
  KEY `mdl_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table keeps information about student interactions with' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_user_flags`
--

CREATE TABLE IF NOT EXISTS `mdl_assign_user_flags` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `locked` bigint(10) NOT NULL DEFAULT '0',
  `mailed` smallint(4) NOT NULL DEFAULT '0',
  `extensionduedate` bigint(10) NOT NULL DEFAULT '0',
  `workflowstate` varchar(20) DEFAULT NULL,
  `allocatedmarker` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assiuserflag_mai_ix` (`mailed`),
  KEY `mdl_assiuserflag_use_ix` (`userid`),
  KEY `mdl_assiuserflag_ass_ix` (`assignment`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of flags that can be set for a single user in a single ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_assign_user_mapping`
--

CREATE TABLE IF NOT EXISTS `mdl_assign_user_mapping` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_assiusermapp_ass_ix` (`assignment`),
  KEY `mdl_assiusermapp_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Map an assignment specific id number to a user' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_backup_controllers`
--

CREATE TABLE IF NOT EXISTS `mdl_backup_controllers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `backupid` varchar(32) NOT NULL DEFAULT '',
  `operation` varchar(20) NOT NULL DEFAULT 'backup',
  `type` varchar(10) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `format` varchar(20) NOT NULL DEFAULT '',
  `interactive` smallint(4) NOT NULL,
  `purpose` smallint(4) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `status` smallint(4) NOT NULL,
  `execution` smallint(4) NOT NULL,
  `executiontime` bigint(10) NOT NULL,
  `checksum` varchar(32) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `controller` longtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_backcont_bac_uix` (`backupid`),
  KEY `mdl_backcont_typite_ix` (`type`,`itemid`),
  KEY `mdl_backcont_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To store the backup_controllers as they are used' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_backup_courses`
--

CREATE TABLE IF NOT EXISTS `mdl_backup_courses` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `laststarttime` bigint(10) NOT NULL DEFAULT '0',
  `lastendtime` bigint(10) NOT NULL DEFAULT '0',
  `laststatus` varchar(1) NOT NULL DEFAULT '5',
  `nextstarttime` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_backcour_cou_uix` (`courseid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To store every course backup status' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_backup_logs`
--

CREATE TABLE IF NOT EXISTS `mdl_backup_logs` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `backupid` varchar(32) NOT NULL DEFAULT '',
  `loglevel` smallint(4) NOT NULL,
  `message` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_backlogs_bacid_uix` (`backupid`,`id`),
  KEY `mdl_backlogs_bac_ix` (`backupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='To store all the logs from backup and restore operations (by' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge`
--

CREATE TABLE IF NOT EXISTS `mdl_badge` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `usercreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuername` varchar(255) NOT NULL DEFAULT '',
  `issuerurl` varchar(255) NOT NULL DEFAULT '',
  `issuercontact` varchar(255) DEFAULT NULL,
  `expiredate` bigint(10) DEFAULT NULL,
  `expireperiod` bigint(10) DEFAULT NULL,
  `type` tinyint(1) NOT NULL DEFAULT '1',
  `courseid` bigint(10) DEFAULT NULL,
  `message` longtext NOT NULL,
  `messagesubject` longtext 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(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_badg_typ_ix` (`type`),
  KEY `mdl_badg_cou_ix` (`courseid`),
  KEY `mdl_badg_use_ix` (`usermodified`),
  KEY `mdl_badg_use2_ix` (`usercreated`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines badge' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_backpack`
--

CREATE TABLE IF NOT EXISTS `mdl_badge_backpack` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `email` varchar(100) NOT NULL DEFAULT '',
  `backpackurl` varchar(255) NOT NULL DEFAULT '',
  `backpackuid` bigint(10) NOT NULL,
  `autosync` tinyint(1) NOT NULL DEFAULT '0',
  `password` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_badgback_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines settings for connecting external backpack' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_criteria`
--

CREATE TABLE IF NOT EXISTS `mdl_badge_criteria` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL DEFAULT '0',
  `criteriatype` bigint(10) DEFAULT NULL,
  `method` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_badgcrit_badcri_uix` (`badgeid`,`criteriatype`),
  KEY `mdl_badgcrit_cri_ix` (`criteriatype`),
  KEY `mdl_badgcrit_bad_ix` (`badgeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines criteria for issuing badges' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_criteria_met`
--

CREATE TABLE IF NOT EXISTS `mdl_badge_criteria_met` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `issuedid` bigint(10) DEFAULT NULL,
  `critid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `datemet` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_badgcritmet_cri_ix` (`critid`),
  KEY `mdl_badgcritmet_use_ix` (`userid`),
  KEY `mdl_badgcritmet_iss_ix` (`issuedid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines criteria that were met for an issued badge' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_criteria_param`
--

CREATE TABLE IF NOT EXISTS `mdl_badge_criteria_param` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `critid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_badgcritpara_cri_ix` (`critid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines parameters for badges criteria' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_external`
--

CREATE TABLE IF NOT EXISTS `mdl_badge_external` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `backpackid` bigint(10) NOT NULL,
  `collectionid` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_badgexte_bac_ix` (`backpackid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Setting for external badges display' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_issued`
--

CREATE TABLE IF NOT EXISTS `mdl_badge_issued` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `uniquehash` longtext NOT NULL,
  `dateissued` bigint(10) NOT NULL DEFAULT '0',
  `dateexpire` bigint(10) DEFAULT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT '0',
  `issuernotified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_badgissu_baduse_uix` (`badgeid`,`userid`),
  KEY `mdl_badgissu_bad_ix` (`badgeid`),
  KEY `mdl_badgissu_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines issued badges' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_badge_manual_award`
--

CREATE TABLE IF NOT EXISTS `mdl_badge_manual_award` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL,
  `recipientid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `issuerrole` bigint(10) NOT NULL,
  `datemet` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_badgmanuawar_bad_ix` (`badgeid`),
  KEY `mdl_badgmanuawar_rec_ix` (`recipientid`),
  KEY `mdl_badgmanuawar_iss_ix` (`issuerid`),
  KEY `mdl_badgmanuawar_iss2_ix` (`issuerrole`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Track manual award criteria for badges' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block`
--

CREATE TABLE IF NOT EXISTS `mdl_block` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(40) NOT NULL DEFAULT '',
  `cron` bigint(10) NOT NULL DEFAULT '0',
  `lastcron` bigint(10) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_bloc_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='contains all installed blocks' AUTO_INCREMENT=40 ;

--
-- Dumping data for table `mdl_block`
--

INSERT INTO `mdl_block` (`id`, `name`, `cron`, `lastcron`, `visible`) VALUES
(1, 'activity_modules', 0, 0, 1),
(2, 'admin_bookmarks', 0, 0, 1),
(3, 'badges', 0, 0, 1),
(4, 'blog_menu', 0, 0, 1),
(5, 'blog_recent', 0, 0, 1),
(6, 'blog_tags', 0, 0, 1),
(7, 'calendar_month', 0, 0, 1),
(8, 'calendar_upcoming', 0, 0, 1),
(9, 'comments', 0, 0, 1),
(10, 'community', 0, 0, 1),
(11, 'completionstatus', 0, 0, 1),
(12, 'course_list', 0, 0, 1),
(13, 'course_overview', 0, 0, 1),
(14, 'course_summary', 0, 0, 1),
(15, 'feedback', 0, 0, 0),
(16, 'glossary_random', 0, 0, 1),
(17, 'html', 0, 0, 1),
(18, 'login', 0, 0, 1),
(19, 'mentees', 0, 0, 1),
(20, 'messages', 0, 0, 1),
(21, 'mnet_hosts', 0, 0, 1),
(22, 'myprofile', 0, 0, 1),
(23, 'navigation', 0, 0, 1),
(24, 'news_items', 0, 0, 1),
(25, 'online_users', 0, 0, 1),
(26, 'participants', 0, 0, 1),
(27, 'private_files', 0, 0, 1),
(28, 'quiz_results', 0, 0, 1),
(29, 'recent_activity', 86400, 0, 1),
(30, 'rss_client', 300, 1455421383, 1),
(31, 'search_forums', 0, 0, 1),
(32, 'section_links', 0, 0, 1),
(33, 'selfcompletion', 0, 0, 1),
(34, 'settings', 0, 0, 1),
(35, 'site_main_menu', 0, 0, 1),
(36, 'social_activities', 0, 0, 1),
(37, 'tag_flickr', 0, 0, 1),
(38, 'tag_youtube', 0, 0, 1),
(39, 'tags', 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_community`
--

CREATE TABLE IF NOT EXISTS `mdl_block_community` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `coursename` varchar(255) NOT NULL DEFAULT '',
  `coursedescription` longtext,
  `courseurl` varchar(255) NOT NULL DEFAULT '',
  `imageurl` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Community block' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_instances`
--

CREATE TABLE IF NOT EXISTS `mdl_block_instances` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `blockname` varchar(40) NOT NULL DEFAULT '',
  `parentcontextid` bigint(10) NOT NULL,
  `showinsubcontexts` smallint(4) NOT NULL,
  `pagetypepattern` varchar(64) NOT NULL DEFAULT '',
  `subpagepattern` varchar(16) DEFAULT NULL,
  `defaultregion` varchar(16) NOT NULL DEFAULT '',
  `defaultweight` bigint(10) NOT NULL,
  `configdata` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_blocinst_parshopagsu_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`),
  KEY `mdl_blocinst_par_ix` (`parentcontextid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table stores block instances. The type of block this is' AUTO_INCREMENT=51 ;

--
-- Dumping data for table `mdl_block_instances`
--

INSERT INTO `mdl_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`) VALUES
(1, 'site_main_menu', 1, 1, '*', NULL, 'side-post', -4, 'Tzo4OiJzdGRDbGFzcyI6MDp7fQ=='),
(2, 'course_summary', 2, 0, 'site-index', NULL, 'side-post', -1, ''),
(3, 'calendar_month', 1, 1, '*', NULL, 'side-pre', -9, 'Tzo4OiJzdGRDbGFzcyI6MDp7fQ=='),
(4, 'navigation', 1, 1, '*', NULL, 'side-pre', 0, 'Tzo4OiJzdGRDbGFzcyI6NTp7czoxMDoiZW5hYmxlZG9jayI7czoyOiJubyI7czoxNDoibGlua2NhdGVnb3JpZXMiO3M6MzoieWVzIjtzOjg6InRyaW1tb2RlIjtzOjE6IjEiO3M6MTA6InRyaW1sZW5ndGgiO2k6NTA7czoxNDoiZXhwYW5zaW9ubGltaXQiO3M6MToiMCI7fQ=='),
(5, 'settings', 1, 1, '*', NULL, 'side-pre', 10, 'Tzo4OiJzdGRDbGFzcyI6MTp7czoxMDoiZW5hYmxlZG9jayI7czozOiJ5ZXMiO30='),
(6, 'admin_bookmarks', 1, 0, 'admin-*', NULL, 'side-pre', 0, ''),
(7, 'private_files', 1, 0, 'my-index', '2', 'side-post', 0, ''),
(8, 'online_users', 1, 0, 'my-index', '2', 'side-post', 1, ''),
(9, 'course_overview', 1, 0, 'my-index', '2', 'content', 0, ''),
(10, 'search_forums', 15, 0, 'course-view-*', NULL, 'side-post', 0, ''),
(11, 'news_items', 15, 0, 'course-view-*', NULL, 'side-post', 1, ''),
(12, 'calendar_upcoming', 15, 0, 'course-view-*', NULL, 'side-post', 2, ''),
(13, 'recent_activity', 15, 0, 'course-view-*', NULL, 'side-post', 3, ''),
(14, 'search_forums', 20, 0, 'course-view-*', NULL, 'side-post', 0, ''),
(15, 'news_items', 20, 0, 'course-view-*', NULL, 'side-post', 1, ''),
(16, 'calendar_upcoming', 20, 0, 'course-view-*', NULL, 'side-post', 2, ''),
(17, 'recent_activity', 20, 0, 'course-view-*', NULL, 'side-post', 3, ''),
(18, 'search_forums', 33, 0, 'course-view-*', NULL, 'side-post', 0, ''),
(19, 'news_items', 33, 0, 'course-view-*', NULL, 'side-post', 1, ''),
(20, 'calendar_upcoming', 33, 0, 'course-view-*', NULL, 'side-post', 2, ''),
(21, 'recent_activity', 33, 0, 'course-view-*', NULL, 'side-post', 3, ''),
(22, 'online_users', 30, 0, 'course-index-category', NULL, 'side-pre', 2, ''),
(23, 'calendar_month', 30, 0, 'course-index-category', NULL, 'side-post', 0, ''),
(24, 'search_forums', 46, 0, 'course-view-*', NULL, 'side-post', 0, ''),
(25, 'news_items', 46, 0, 'course-view-*', NULL, 'side-post', 1, ''),
(26, 'calendar_upcoming', 46, 0, 'course-view-*', NULL, 'side-post', 2, ''),
(27, 'recent_activity', 46, 0, 'course-view-*', NULL, 'side-post', 3, ''),
(28, 'html', 1, 1, 'admin-setting-frontpagesettings', NULL, 'side-post', 2, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo0OiJ0ZXh0IjtzOjE2OiI8cD7XkNeT15nXqCE8L3A+IjtzOjU6InRpdGxlIjtzOjM5OiLXm9eQ158g16rXlNeZ15Qg16TXqNeh15XXnteqINec157XqdecISEiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NjoiZm9ybWF0IjtzOjE6IjEiO30='),
(29, 'html', 1, 1, '*', NULL, 'side-pre', -6, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoxNDoi16TXqNeh15XXnteqLi4iO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NDoidGV4dCI7czo3MzoiPHA+16nXnNeV150g15zXm9eV15zXnSw8L3A+PHA+157Xkdem16Ig157XmdeV15fXkyDXnNeh15jXldeT16DXmNeZ1506PC9wPiI7fQ=='),
(30, 'course_list', 1, 0, 'admin-setting-frontpagesettings', NULL, 'side-pre', 1, ''),
(31, 'html', 2, 0, 'site-index', NULL, 'side-pre', 3, ''),
(33, 'activity_modules', 2, 0, 'site-index', NULL, 'side-pre', 4, ''),
(34, 'private_files', 5, 0, 'my-index', '3', 'side-post', 0, ''),
(35, 'online_users', 5, 0, 'my-index', '3', 'side-post', 1, ''),
(36, 'course_overview', 5, 0, 'my-index', '3', 'content', 0, ''),
(37, 'badges', 1, 0, 'my-index', '2', 'side-post', 0, ''),
(38, 'calendar_month', 1, 0, 'my-index', '2', 'side-post', 0, ''),
(39, 'calendar_upcoming', 1, 0, 'my-index', '2', 'side-post', 0, ''),
(40, 'html', 2, 0, 'site-index', NULL, 'side-pre', 6, ''),
(42, 'html', 2, 0, 'site-index', NULL, 'side-post', 2, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoxODoi15zXl9eV15Ig16nXnNeg15U6IjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjY6ImZvcm1hdCI7czoxOiIxIjtzOjQ6InRleHQiO3M6MTA1MzoiPGg0IHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7Ij48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyI+15DXqteoJm5ic3A7PC9zcGFuPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyI+15TXl9eV15IgXCZuYnNwOzwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPteR15k8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTI3LCAxMjcsIDEyNyk7Ij7XlCLXoTwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPiZuYnNwO9ep15zXmTwvc3Bhbj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPiZuYnNwOyZuYnNwO9en15HXldem16og15TXl9eV15Ig16nXnNeZINeR16TXmdeZ16HXkdeV16c8L3NwYW4+PC9wPjwvaDQ+Ijt9'),
(43, 'search_forums', 90, 0, 'course-view-*', NULL, 'side-post', 0, ''),
(44, 'news_items', 90, 0, 'course-view-*', NULL, 'side-post', 1, ''),
(45, 'calendar_upcoming', 90, 0, 'course-view-*', NULL, 'side-post', 2, ''),
(46, 'recent_activity', 90, 0, 'course-view-*', NULL, 'side-post', 3, ''),
(47, 'html', 112, 0, 'mod-page-*', NULL, 'side-pre', 5, ''),
(48, 'html', 110, 0, 'mod-url-*', NULL, 'side-post', 1, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoyMzoiIteg15nXldeV15giINee16HXldeT16giO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NjoiZm9ybWF0IjtzOjE6IjEiO3M6NDoidGV4dCI7czoxODY3MDoiPGg0IHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7Ij48cCBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IDIwLjQwMDAwMTUyNTg3ODlweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBpdGFsaWM7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij7XoNeZ16HXmdeg15Ug15zXodeT16gg15vXkNefINeR15DXldek158g16rXntem15nXqteZINeV15TXkteZ15XXoNeZINeQ16og157XlCDXqdeZ16LXlteV16gg15zXoNeVINec15TXqtee16bXkCDXkdeZ15XXnSDXmdeV150g15vXodeY15XXk9eg15jXmdedINeR16LXkdeo15nXqjo8L3NwYW4+PGJyPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjx1PjxzcGFuIHN0eWxlPSJmb250LXdlaWdodDogYm9sZDsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYig1NiwgMTE4LCAyOSk7Ij7XodeZ15XXnSDXlNeU16jXqdee15Qg15zXp9eV16jXodeZ1506PC9zcGFuPjwvdT48L3A+PHByZSBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBsaW5lLWhlaWdodDogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+ICA8YSBocmVmPSJodHRwOi8vbW9vZGxlLmx1bGF2aS5jb20vbW9vZGxlMjcvbW9kL3VybC92aWV3LnBocD9pZD0zOSIgc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+PHU+16jXmdep15XXnSDXnNen15XXqNeh15nXnTwvdT48L3NwYW4+PC9hPjwvc3Bhbj48L3NwYW4+PC9zcGFuPjwvcHJlPjxwcmUgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij4gPGEgaHJlZj0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2dyb3Vwcy8zMzc2NDIzMTk2NDQyMTQvIiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgZm9udC1mYW1pbHk6IEFyaWFsOyI+PHU+16fXkdeV16bXqiDXkNeR16DXmSDXpNeZ16DXlCDXkdek15nXmdeh15HXldenPC91PjwvYT48L3ByZT48cHJlIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+IDxhIGhyZWY9Imh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNy9tb2QvdXJsL3ZpZXcucGhwP2lkPTI1IiBzdHlsZT0iZm9udC1zaXplOiAxNS45MTE5OTk3MDI0NTM2cHg7Ij48dSBzdHlsZT0iZm9udC1mYW1pbHk6IE9wZW5TYW5zLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgZm9udC13ZWlnaHQ6IGluaGVyaXQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij7XlDwvc3Bhbj48L3U+PHUgc3R5bGU9ImZvbnQtZmFtaWx5OiBPcGVuU2FucywgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyI+d2F6ZTwvc3Bhbj48L3U+PHUgc3R5bGU9ImZvbnQtZmFtaWx5OiBPcGVuU2FucywgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyI+PC91Pjx1IHN0eWxlPSJmb250LWZhbWlseTogT3BlblNhbnMsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXdlaWdodDogaW5oZXJpdDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPiZuYnNwO9ep15wg15TXp9eV16jXodeZ1508L3NwYW4+PC91PjwvYT48L3ByZT48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPiZuYnNwOyZuYnNwOzxzcGFuIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPjxhIGhyZWY9Imh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNy9tb2QvdXJsL3ZpZXcucGhwP2lkPTQwIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij48dT7Xqdeg16rXldefPC91PjwvYT48L3NwYW4+PC9zcGFuPjwvc3Bhbj48L3NwYW4+PHU+PC91PjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPiZuYnNwOyAiPC9zcGFuPjx1PjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPteQ15HXk9eq15kg15HXnteh15PXqNeV16DXldeqIjwvc3Bhbj48L3U+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsiPijXlNeq157XpteQ15XXqik8L3NwYW4+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsiPjxicj48L3NwYW4+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PC9wPjxwIHN0eWxlPSJtYXJnaW4tdG9wOiAwcHQ7IG1hcmdpbi1ib3R0b206IDBwdDsgbWFyZ2luLWxlZnQ6IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48c3BhbiBzdHlsZT0iZm9udC13ZWlnaHQ6IGJvbGQ7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoNTYsIDExOCwgMjkpOyI+15TXnNeVIteWINeU157Xkteg15nXkSDXqdec15k6PC9zcGFuPjwvdT48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij4mbmJzcDsmbmJzcDs8dT7Xntei16jXm9eqINep16LXldeqOiZuYnNwOzwvdT48dT48YSBocmVmPSJodHRwOi8vbW9vZGxlLmx1bGF2aS5jb20vbW9vZGxlMjcvbW9kL3VybC92aWV3LnBocD9pZD0xOSIgc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+16E8L2E+PC91Pjwvc3Bhbj48L3NwYW4+PC9zcGFuPjxhIGhyZWY9Imh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNy9tb2QvdXJsL3ZpZXcucGhwP2lkPTE5IiBzdHlsZT0iZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7Ij48dT48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7XnicmbmJzcDs8L3NwYW4+PC9zcGFuPjwvdT48dT48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7XkDwvc3Bhbj48L3NwYW4+PC91Pjx1PjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPic8L3NwYW4+PC9zcGFuPjwvdT48L2E+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtZmFtaWx5OiBPcGVuU2FucywgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPiZuYnNwOyZuYnNwOzx1PjxhIGhyZWY9Imh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNy9tb2QvdXJsL3ZpZXcucGhwP2lkPTIwIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7XoTwvYT48L3U+PC9zcGFuPjwvc3Bhbj48L3NwYW4+PHUgc3R5bGU9ImZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXdlaWdodDogaW5oZXJpdDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPjxhIGhyZWY9Imh0dHBzOi8vd3d3Lmh1amkuYWMuaWwvZGF0YWovY29udHJvbGxlci8hMzlCQUNCOTk0OTUyOTUxNzlEQ0NEQjFDNUY3NEUyRUEvc3R1L1NUVS1TVFVMVUFDSFNIQU9UP3dpbnN1Yj15ZXMmYW1wO3NlbWVzdGVyPTIiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPteeJyDXkSc8L2E+PC9zcGFuPjwvdT48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IGJsYWNrOyI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+Jm5ic3A7Jm5ic3A7PGEgaHJlZj0iaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3L21vZC91cmwvdmlldy5waHA/aWQ9MTAiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij4i157XmdeT16Ig15DXmdep15kiPC9hPjwvc3Bhbj48L3NwYW4+PC9zcGFuPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxicj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHU+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDU2LCAxMTgsIDI5KTsiPteR15Ag15zXmSDXnNec157XldeTOiZuYnNwOzwvc3Bhbj48L3U+PHU+PC91PjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyB0ZXh0LWluZGVudDogMGluOyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPiZuYnNwOyZuYnNwOzxhIGhyZWY9Imh0dHA6Ly9tb29kbGUyLmNzLmh1amkuYWMuaWwvbnUxNC8iIHRhcmdldD0iX2JsYW5rIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7IHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+157XldeT15w8L2E+PC9zcGFuPjx1PiZuYnNwO0h1Skk8L3U+PC9zcGFuPjwvc3Bhbj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgdGV4dC1pbmRlbnQ6IDBpbjsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij4mbmJzcDsmbmJzcDs8YSBocmVmPSJodHRwczovL2RyaXZlLmdvb2dsZS5jb20vP3RhYj1tbyZhbXA7YXV0aHVzZXI9MCIgc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPteh15nXm9eV157XmSDXp9eV16jXodeZ1508L2E+PC9zcGFuPjwvc3Bhbj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgdGV4dC1pbmRlbnQ6IDBpbjsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij4mbmJzcDsmbmJzcDs8YSBocmVmPSJodHRwczovL21haWwuZ29vZ2xlLmNvbS9tYWlsL3UvMC8iIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij7XnteZ15nXnCDXnNeZ157XldeT15nXnTwvYT48L3NwYW4+PC9zcGFuPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyB0ZXh0LWluZGVudDogMGluOyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyI+Jm5ic3A7INek15nXmdeh15HXldenINec15nXnteV15PXmdedPC9zcGFuPjwvcD48L2g0PjxoNCBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyI+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgdGV4dC1pbmRlbnQ6IDBpbjsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPiZuYnNwOyZuYnNwO9ec16jXqdeZ157XqiDXlNee15jXnNeV16og16nXnNeZPC9zcGFuPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyI+Jm5ic3A7INeU15XXoTwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPtek16ombmJzcDs8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTI3LCAxMjcsIDEyNyk7Ij7XnteY15zXlDwvc3Bhbj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPiZuYnNwOyZuYnNwO9ee15XXoteT15kmbmJzcDs8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTI3LCAxMjcsIDEyNyk7Ij7XlNee15HXl9eg15nXnTwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPjxicj48L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsiPiZuYnNwOyDXlNeT16TXodeV16og157XodeV15HXodeT15XXqjwvc3Bhbj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij4mbmJzcDsmbmJzcDs8YSBocmVmPSJodHRwczovL3d3dy5odWppLmFjLmlsL2RhdGFqL2NvbnRyb2xsZXIvITM5QkFDQjk5NDk1Mjk1MTc5RENDREIxQzVGNzRFMkVBL3N0dS9TVFUtU1RVWklZVU5JTT93aW5zdWI9eWVzJmFtcDtzYWZhPUgiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij7XpteZ15XXoNeZ1508L2E+PC9zcGFuPjwvc3Bhbj48dT48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHU+PGJyPjwvdT48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHU+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDU2LCAxMTgsIDI5KTsiPiLXlNeg15TXkiDXqdec16DXlSDXl9eR16jXntefIiAtINeg16HXmdei15XXqjo8L3NwYW4+PC91PjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPiZuYnNwOyZuYnNwOzxhIGhyZWY9Imh0dHA6Ly9tb29kbGUuaHVqaS5hYy5pbC9odTEzL2luZGV4LnBocCIgc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPk1vb3ZpdDwvYT4mbmJzcDsmbmJzcDs8L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgZm9udC13ZWlnaHQ6IGluaGVyaXQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij48YSBocmVmPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS9tYXBzP2xsPTMxLjgxMDAwMTcsMzUuMzM2NTY0NCZhbXA7ej0xMiZhbXA7Z2VvY29kZT1GZVBwNUFFZDF4QVpBaW1uUnZSc3k5Y0NGVEd2UlpIZ2VPQzNGQTtGUTBoNVFFZHBjTVpBaW10SlY1NmtTa0RGVEVDYlZRRXAzN19QQSZhbXA7c2FkZHI9JUQ3JTk0JUQ3JTkwJUQ3JTk1JUQ3JUEwJUQ3JTk5JUQ3JTkxJUQ3JUE4JUQ3JUExJUQ3JTk5JUQ3JTk4JUQ3JTk0KyVENyU5NCVENyVBMiVENyU5MSVENyVBOCVENyU5OSVENyVBQS8lRDclOTIlRDclOTElRDclQTIlRDclQUErJUQ3JUE4JUQ3JTlELCslRDclOTklRDclQTklRDclQTglRDclOTAlRDclOUMlRTIlODAlQUQlRTIlODAlQUQmYW1wO2RhZGRyPSVENyU5NCVENyU5MCVENyU5NSVENyVBMCVENyU5OSVENyU5MSVENyVBOCVENyVBMSVENyU5OSVENyU5OCVENyU5NCslRDclOTQlRDclQTIlRDclOTElRDclQTglRDclOTklRDclQUErJUQ3JTk0JUQ3JUE4KyVENyU5NCVENyVBNiVENyU5NSVENyVBNCVENyU5OSVENyU5RCwrJUQ3JTk5JUQ3JUE4JUQ3JTk1JUQ3JUE5JUQ3JTlDJUQ3JTk5JUQ3JTlEJUUyJTgwJUFEJUUyJTgwJUFEJmFtcDtkaXJmbGc9ciZhbXA7b3V0cHV0PWNsYXNzaWMmYW1wO2RnPW9wdCIgdGFyZ2V0PSJfYmxhbmsiIHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPteS15XXktecINee16TXldeqPC9hPiZuYnNwOyA8YSBocmVmPSJodHRwOi8vd2F6ZS50by9saS9oc3Y5aGNneXI0IiB0YXJnZXQ9Il9ibGFuayI+V2F6ZTwvYT48L3NwYW4+PC9zcGFuPjwvc3Bhbj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyI+Jm5ic3A7Jm5ic3A7PGEgaHJlZj0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2dyb3Vwcy83MTc1NjIxNzQ5OTI2NTEvP2ZyZWY9dHMiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij7XnNeV15cg15jXqNee16TXmdedPC9hPjwvc3Bhbj48L3NwYW4+PHU+PC91PjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjwvcD48cCBzdHlsZT0ibWFyZ2luLXRvcDogMHB0OyBtYXJnaW4tYm90dG9tOiAwcHQ7IG1hcmdpbi1sZWZ0OiAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHU+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDU2LCAxMTgsIDI5KTsiPjxicj48L3NwYW4+PC91PjwvcD48cCBzdHlsZT0ibWFyZ2luLXRvcDogMHB0OyBtYXJnaW4tYm90dG9tOiAwcHQ7IG1hcmdpbi1sZWZ0OiAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHU+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDU2LCAxMTgsIDI5KTsiPteb15zXnNeZOjwvc3Bhbj48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW4tdG9wOiAwcHQ7IG1hcmdpbi1ib3R0b206IDBwdDsgbWFyZ2luLWxlZnQ6IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYig1NiwgMTE4LCAyOSk7Ij4mbmJzcDsmbmJzcDs8YSBocmVmPSJodHRwOi8vbmV3Lmh1amkuYWMuaWwvIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7IHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+15DXqteoINeU15DXldeg15nXkdeo16HXmdeY15Q8L2E+PC9zcGFuPjwvc3Bhbj48dT48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW4tdG9wOiAwcHQ7IG1hcmdpbi1ib3R0b206IDBwdDsgbWFyZ2luLWxlZnQ6IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IGJsYWNrOyI+Jm5ic3A7Jm5ic3A7PGEgaHJlZj0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0FndWRhSFVKST9mcmVmPXRzIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij48dT7XkNeS15XXk9eqINeU16HXmNeV15PXoNeY15nXnTwvdT48L2E+PC9zcGFuPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij4tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS08L3NwYW4+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTJwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij4i15zXnteUINec16LXqdeV16og15TXmdeV150g15DXnSDXkNek16nXqCDXnNeT15fXldeqINec157Xl9eoPyI6PC9zcGFuPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXdlaWdodDogYm9sZDsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEycHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IGJsYWNrOyI+PGJyPjwvc3Bhbj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48c3BhbiBzdHlsZT0iZm9udC13ZWlnaHQ6IGJvbGQ7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoNTYsIDExOCwgMjkpOyI+15vXodek15nXnSDXldee15zXkteV16o6PC9zcGFuPjwvdT48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48L3A+PHVsIHN0eWxlPSJmb250LXNpemU6IDE2LjMxOTk5OTY5NDgyNDJweDsiPjxsaSBzdHlsZT0iZm9udC1zaXplOiAxNi4zMTk5OTk2OTQ4MjQycHg7Ij48dSBzdHlsZT0iZm9udC1mYW1pbHk6IGluaGVyaXQ7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXN0eWxlOiBpbmhlcml0OyBmb250LXdlaWdodDogaW5oZXJpdDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij48YSBocmVmPSJodHRwczovL3d3dy5odWppLmFjLmlsL2RhdGFqL2NvbnRyb2xsZXIvITM5QkFDQjk5NDk1Mjk1MTc5RENDREIxQzVGNzRFMkVBL3N0dS9TVFUtU0lURU1BUD9vcHRpb249c2NsIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7Xntem15Eg15TXl9ep15HXldefINee15XXnCDXlNeQ15XXoNeZ15HXqNeh15nXmNeUPC9hPjwvc3Bhbj48L3U+PGJyPjwvbGk+PGxpIHN0eWxlPSJmb250LXNpemU6IDE2LjMxOTk5OTY5NDgyNDJweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3MSwgMTIyLCAzNCk7Ij7XnNeQ16rXqCDXlNeR16DXpyDXqdec15k8L3NwYW4+PC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTYuMzE5OTk5Njk0ODI0MnB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsiPteY15nXpNeZ150g15zXoNeZ15TXldecINeq16fXpteZ15Eg15XXl9eZ16HXm9eV1588L3NwYW4+PC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTYuMzE5OTk5Njk0ODI0MnB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsiPteU16DXl9eV16og15zXodeY15XXk9eg15jXmdedPC9zcGFuPjwvbGk+PGxpIHN0eWxlPSJmb250LXNpemU6IDE2LjMxOTk5OTY5NDgyNDJweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij7XqNep15nXnteqINeU157XnNeS15XXqiDXqdec15k8L3NwYW4+PC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTYuMzE5OTk5Njk0ODI0MnB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiBibGFjazsiPteY15nXpNeZ150g15zXntec15LXldeqPC9zcGFuPjwvbGk+PC91bD48L2g0PiI7fQ==');
INSERT INTO `mdl_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`) VALUES
(49, 'html', 1, 1, '*', NULL, 'side-post', -10, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo1OiJ0aXRsZSI7czoxOToi16HXmdeV150g15TXqNep157XlCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo2OiJmb3JtYXQiO3M6MToiMSI7czo0OiJ0ZXh0IjtzOjE2NzU0OiI8aDQgc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsiPjwvaDQ+PGgzIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogMjAuNDAwMDAxNTI1ODc4OXB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IGl0YWxpYzsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiBibGFjazsiPteg15nXodeZ16DXlSDXnNeh15PXqCDXm9eQ158g15HXkNeV16TXnyDXqtee16bXmdeq15kg15XXlNeS15nXldeg15kg15DXqiDXnteUINep15nXoteW15XXqCDXnNeg15Ug15zXlNeq157XpteQINeR15nXldedINeZ15XXnSDXm9eh15jXldeT16DXmNeZ150g15HXoteR16jXmdeqOjwvc3Bhbj48L2gzPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHU+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDU2LCAxMTgsIDI5KTsiPteh15nXldedINeU15TXqNep157XlCDXnNen15XXqNeh15nXnTo8L3NwYW4+PC91PjwvcD48cHJlIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjx1bD48bGk+PGEgaHJlZj0iaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3L21vZC91cmwvdmlldy5waHA/aWQ9MzkiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPjx1Pteo15nXqdeV150g15zXp9eV16jXodeZ1508L3U+PC9zcGFuPjwvYT48YnI+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2dyb3Vwcy8zMzc2NDIzMTk2NDQyMTQvIiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgZm9udC1mYW1pbHk6IEFyaWFsOyI+PHU+16fXkdeV16bXqiDXkNeR16DXmSDXpNeZ16DXlCDXkdek15nXmdeh15HXldenPC91PjwvYT48YnI+PC9saT48bGk+PGEgaHJlZj0iaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3L21vZC91cmwvdmlldy5waHA/aWQ9MjUiIHN0eWxlPSJmb250LWZhbWlseTogbW9ub3NwYWNlOyBmb250LXNpemU6IDE1LjkxMTk5OTcwMjQ1MzZweDsgZm9udC1zdHlsZTogbm9ybWFsOyI+PHUgc3R5bGU9ImZvbnQtZmFtaWx5OiBPcGVuU2FucywgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyI+15Q8L3NwYW4+PC91Pjx1IHN0eWxlPSJmb250LWZhbWlseTogT3BlblNhbnMsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXdlaWdodDogaW5oZXJpdDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPndhemU8L3NwYW4+PC91Pjx1IHN0eWxlPSJmb250LWZhbWlseTogT3BlblNhbnMsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXdlaWdodDogaW5oZXJpdDsiPjwvdT48dSBzdHlsZT0iZm9udC1mYW1pbHk6IE9wZW5TYW5zLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgZm9udC13ZWlnaHQ6IGluaGVyaXQ7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij4mbmJzcDvXqdecINeU16fXldeo16HXmdedPC9zcGFuPjwvdT48L2E+PGJyPjwvbGk+PGxpPjxzcGFuIHN0eWxlPSJjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsgZm9udC1mYW1pbHk6IEFyaWFsOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+PGEgaHJlZj0iaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3L21vZC91cmwvdmlldy5waHA/aWQ9NDAiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPjx1Ptep16DXqteV1588L3U+PC9hPjwvc3Bhbj48L3NwYW4+PGJyPjwvbGk+PGxpPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPiI8L3NwYW4+PHUgc3R5bGU9ImZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXdlaWdodDogaW5oZXJpdDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPteQ15HXk9eq15kg15HXnteh15PXqNeV16DXldeqIjwvc3Bhbj48L3U+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsiPijXlNeq157XpteQ15XXqik8L3NwYW4+PC9saT48L3VsPjwvcHJlPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PC9wPjxwIHN0eWxlPSJtYXJnaW4tdG9wOiAwcHQ7IG1hcmdpbi1ib3R0b206IDBwdDsgbWFyZ2luLWxlZnQ6IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48c3BhbiBzdHlsZT0iZm9udC13ZWlnaHQ6IGJvbGQ7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoNTYsIDExOCwgMjkpOyI+15TXnNeVIteWINeU157Xkteg15nXkSDXqdec15k6PC9zcGFuPjwvdT48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48L3A+PHVsPjxsaT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IE9wZW5TYW5zLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgZm9udC1zdHlsZTogbm9ybWFsOyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+PHU+PGltZyBhbHQ9IvCfjLciIGNsYXNzPSJlbW9qaSBlbW9qaWUzMDQiIHNyYz0iZGF0YTppbWFnZS9naWY7YmFzZTY0LFIwbEdPRGxoQVFBQkFJQUFBQUFBQVAvLy95SDVCQUVBQUFBQUxBQUFBQUFCQUFFQUFBSUJSQUE3IiBzdHlsZT0iZm9udC1mYW1pbHk6IFJvYm90bywgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxNXB4OyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc3RyZXRjaDogaW5oZXJpdDsgbGluZS1oZWlnaHQ6IDIwcHg7IHZlcnRpY2FsLWFsaWduOiB0b3A7IG91dGxpbmU6IG5vbmU7IGRpc3BsYXk6IGlubGluZS1ibG9jazsgem9vbTogMTsgd2lkdGg6IDIwcHg7IGhlaWdodDogMjBweDsgY29sb3I6IHJnYig3NSwgNzUsIDc1KTsgdGV4dC1hbGlnbjogc3RhcnQ7IHdoaXRlLXNwYWNlOiBwcmUtd3JhcDsgYmFja2dyb3VuZC1pbWFnZTogdXJsKGh0dHBzOi8vd2ViLndoYXRzYXBwLmNvbS9pbWcvZjIzODg2M2UwNWNlYjAyOWRjNjYzNzgwOWU1OWEyZGMucG5nKTsgYmFja2dyb3VuZC1wb3NpdGlvbjogLTUwMHB4IC0zMjBweDsiPtee16LXqNeb16og16nXoteV16o6Jm5ic3A7PC91Pjx1PjxhIGhyZWY9Imh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNy9tb2QvdXJsL3ZpZXcucGhwP2lkPTE5IiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7XoTwvYT48L3U+PC9zcGFuPjwvc3Bhbj48L3NwYW4+PGEgaHJlZj0iaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3L21vZC91cmwvdmlldy5waHA/aWQ9MTkiIHN0eWxlPSJmb250LWZhbWlseTogT3BlblNhbnMsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXN0eWxlOiBub3JtYWw7Ij48dT48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7XnicmbmJzcDs8L3NwYW4+PC9zcGFuPjwvdT48dT48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7XkDwvc3Bhbj48L3NwYW4+PC91Pjx1PjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPic8L3NwYW4+PC9zcGFuPjwvdT48L2E+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBPcGVuU2FucywgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtc3R5bGU6IG5vcm1hbDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPiZuYnNwOyZuYnNwOzx1PjxhIGhyZWY9Imh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNy9tb2QvdXJsL3ZpZXcucGhwP2lkPTIwIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7XoTwvYT48L3U+PC9zcGFuPjwvc3Bhbj48L3NwYW4+PHUgc3R5bGU9ImZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXdlaWdodDogaW5oZXJpdDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPjxhIGhyZWY9Imh0dHBzOi8vd3d3Lmh1amkuYWMuaWwvZGF0YWovY29udHJvbGxlci8hMzlCQUNCOTk0OTUyOTUxNzlEQ0NEQjFDNUY3NEUyRUEvc3R1L1NUVS1TVFVMVUFDSFNIQU9UP3dpbnN1Yj15ZXMmYW1wO3NlbWVzdGVyPTIiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsiPteeJyDXkSc8L2E+PC9zcGFuPjwvdT48YnI+PC9saT48bGk+PGEgaHJlZj0iaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3L21vZC91cmwvdmlldy5waHA/aWQ9MTAiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij4i157XmdeT16Ig15DXmdep15kiPC9hPjwvbGk+PC91bD48cD48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHU+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDU2LCAxMTgsIDI5KTsiPteR15Ag15zXmSDXnNec157XldeTOjwvc3Bhbj48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHU+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDU2LCAxMTgsIDI5KTsiPjxicj48L3NwYW4+PC91PjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyBmb250LWZhbWlseTogQXJpYWw7IHRleHQtaW5kZW50OiAwaW47IGZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+PHUgc3R5bGU9ImNvbG9yOiByZ2IoNTEsIDUxLCA1MSk7IGZvbnQtZmFtaWx5OiBpbmhlcml0OyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgZm9udC1zdHlsZTogaW5oZXJpdDsgZm9udC13ZWlnaHQ6IGluaGVyaXQ7Ij48c3BhbiBzdHlsZT0iZm9udC13ZWlnaHQ6IGJvbGQ7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoNTYsIDExOCwgMjkpOyI+PGltZyBzcmM9IkBAUExVR0lORklMRUBALyVENyU5NCVENyU5NSVENyVBOCVENyU5My5qcGciIGFsdD0iLiIgd2lkdGg9IjM5IiBoZWlnaHQ9IjI5IiBjbGFzcz0iaW1nLXJlc3BvbnNpdmUiIHN0eWxlPSJtYXJnaW4tcmlnaHQ6IDAuNWVtOyBtYXJnaW4tbGVmdDogMC41ZW07IGZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyB2ZXJ0aWNhbC1hbGlnbjogdGV4dC1ib3R0b207Ij48L3NwYW4+PC91PjxhIGhyZWY9Imh0dHA6Ly9tb29kbGUyLmNzLmh1amkuYWMuaWwvbnUxNC8iIHRhcmdldD0iX2JsYW5rIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7IHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+157XldeT15w8L2E+PC9zcGFuPjx1IHN0eWxlPSJmb250LXN0eWxlOiBpbmhlcml0OyBmb250LXdlaWdodDogaW5oZXJpdDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7IGZvbnQtZmFtaWx5OiBBcmlhbDsgZm9udC1zaXplOiAxMXB0OyB0ZXh0LWluZGVudDogMGluOyI+Jm5ic3A7SHVKSTwvdT48L3A+PHVsPjxsaT48YSBocmVmPSJodHRwczovL2RyaXZlLmdvb2dsZS5jb20vP3RhYj1tbyZhbXA7YXV0aHVzZXI9MCIgc3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbDsgZm9udC1zdHlsZTogbm9ybWFsOyB0ZXh0LWluZGVudDogMGluOyBmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij7XodeZ15vXldee15kg16fXldeo16HXmdedPC9hPjxicj48L2xpPjxsaT48YSBocmVmPSJodHRwczovL21haWwuZ29vZ2xlLmNvbS9tYWlsL3UvMC8iIHN0eWxlPSJmb250LWZhbWlseTogQXJpYWw7IGZvbnQtc3R5bGU6IG5vcm1hbDsgdGV4dC1pbmRlbnQ6IDBpbjsgZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7IHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+157XmdeZ15wg15zXmdee15XXk9eZ1508L2E+PGJyPjwvbGk+PGxpPjxzcGFuIHN0eWxlPSJjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyBmb250LWZhbWlseTogQXJpYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1zdHlsZTogbm9ybWFsOyB0ZXh0LWluZGVudDogMGluOyI+16TXmdeZ16HXkdeV16cg15zXmdee15XXk9eZ1508L3NwYW4+PGJyPjwvbGk+PGxpPjxzcGFuIHN0eWxlPSJjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyBmb250LWZhbWlseTogQXJpYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1zdHlsZTogbm9ybWFsOyB0ZXh0LWluZGVudDogMGluOyI+15zXqNep15nXnteqINeU157XmNec15XXqiDXqdec15k8L3NwYW4+PGJyPjwvbGk+PGxpPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyI+15TXldehPC9zcGFuPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyI+16TXqiZuYnNwOzwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPtee15jXnNeUPC9zcGFuPjxicj48L2xpPjxsaT48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxMjcsIDEyNywgMTI3KTsiPtee15XXoteT15kmbmJzcDs8L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTI3LCAxMjcsIDEyNyk7Ij7XlNee15HXl9eg15nXnTwvc3Bhbj48YnI+PC9saT48bGk+PHNwYW4gc3R5bGU9ImNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsgZm9udC1mYW1pbHk6IEFyaWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtc3R5bGU6IG5vcm1hbDsiPteU15PXpNeh15XXqiDXnteh15XXkdeh15PXldeqPC9zcGFuPjxicj48L2xpPjxsaT48YSBocmVmPSJodHRwczovL3d3dy5odWppLmFjLmlsL2RhdGFqL2NvbnRyb2xsZXIvITM5QkFDQjk5NDk1Mjk1MTc5RENDREIxQzVGNzRFMkVBL3N0dS9TVFUtU1RVWklZVU5JTT93aW5zdWI9eWVzJmFtcDtzYWZhPUgiIHN0eWxlPSJmb250LWZhbWlseTogQXJpYWw7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7IHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+16bXmdeV16DXmdedPC9hPjwvbGk+PC91bD48cD48L3A+PGg0IHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7Ij48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjx1PjwvdT48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48c3BhbiBzdHlsZT0iZm9udC13ZWlnaHQ6IGJvbGQ7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoNTYsIDExOCwgMjkpOyI+IteU16DXlNeSINep15zXoNeVINeX15HXqNee158iIC0g16DXodeZ16LXldeqOjwvc3Bhbj48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PC9wPjx1bD48bGk+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBPcGVuU2FucywgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtc3R5bGU6IG5vcm1hbDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPjxhIGhyZWY9Imh0dHA6Ly9tb29kbGUuaHVqaS5hYy5pbC9odTEzL2luZGV4LnBocCIgc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPk1vb3ZpdDwvYT4mbmJzcDsmbmJzcDs8L3NwYW4+PC9zcGFuPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogT3BlblNhbnMsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXN0eWxlOiBub3JtYWw7Ij48c3BhbiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDExcHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij48YSBocmVmPSJodHRwczovL21hcHMuZ29vZ2xlLmNvbS9tYXBzP2xsPTMxLjgxMDAwMTcsMzUuMzM2NTY0NCZhbXA7ej0xMiZhbXA7Z2VvY29kZT1GZVBwNUFFZDF4QVpBaW1uUnZSc3k5Y0NGVEd2UlpIZ2VPQzNGQTtGUTBoNVFFZHBjTVpBaW10SlY1NmtTa0RGVEVDYlZRRXAzN19QQSZhbXA7c2FkZHI9JUQ3JTk0JUQ3JTkwJUQ3JTk1JUQ3JUEwJUQ3JTk5JUQ3JTkxJUQ3JUE4JUQ3JUExJUQ3JTk5JUQ3JTk4JUQ3JTk0KyVENyU5NCVENyVBMiVENyU5MSVENyVBOCVENyU5OSVENyVBQS8lRDclOTIlRDclOTElRDclQTIlRDclQUErJUQ3JUE4JUQ3JTlELCslRDclOTklRDclQTklRDclQTglRDclOTAlRDclOUMlRTIlODAlQUQlRTIlODAlQUQmYW1wO2RhZGRyPSVENyU5NCVENyU5MCVENyU5NSVENyVBMCVENyU5OSVENyU5MSVENyVBOCVENyVBMSVENyU5OSVENyU5OCVENyU5NCslRDclOTQlRDclQTIlRDclOTElRDclQTglRDclOTklRDclQUErJUQ3JTk0JUQ3JUE4KyVENyU5NCVENyVBNiVENyU5NSVENyVBNCVENyU5OSVENyU5RCwrJUQ3JTk5JUQ3JUE4JUQ3JTk1JUQ3JUE5JUQ3JTlDJUQ3JTk5JUQ3JTlEJUUyJTgwJUFEJUUyJTgwJUFEJmFtcDtkaXJmbGc9ciZhbXA7b3V0cHV0PWNsYXNzaWMmYW1wO2RnPW9wdCIgdGFyZ2V0PSJfYmxhbmsiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij7XkteV15LXnCDXntek15XXqjwvYT4mbmJzcDsmbmJzcDs8YSBocmVmPSJodHRwOi8vd2F6ZS50by9saS9oc3Y5aGNneXI0IiB0YXJnZXQ9Il9ibGFuayIgc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+V2F6ZTwvYT48L3NwYW4+PC9zcGFuPjwvc3Bhbj48YnI+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2dyb3Vwcy83MTc1NjIxNzQ5OTI2NTEvP2ZyZWY9dHMiIHN0eWxlPSJmb250LWZhbWlseTogQXJpYWw7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7IHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lOyI+15zXldeXINeY16jXntek15nXnTwvYT48YnI+PC9saT48L3VsPjxwPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjx1PjwvdT48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48L3U+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PC9wPjxwIHN0eWxlPSJtYXJnaW4tdG9wOiAwcHQ7IG1hcmdpbi1ib3R0b206IDBwdDsgbWFyZ2luLWxlZnQ6IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dSBzdHlsZT0iZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyI+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDU2LCAxMTgsIDI5KTsiPteb15zXnNeZOjwvc3Bhbj48L3U+PGJyPjwvcD48cCBzdHlsZT0ibWFyZ2luLXRvcDogMHB0OyBtYXJnaW4tYm90dG9tOiAwcHQ7IG1hcmdpbi1sZWZ0OiAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PC9wPjx1bD48bGk+PGEgaHJlZj0iaHR0cDovL25ldy5odWppLmFjLmlsLyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBBcmlhbDsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij7XkNeq16gg15TXkNeV16DXmdeR16jXodeZ15jXlDwvYT48YnI+PC9saT48bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL0FndWRhSFVKST9mcmVmPXRzIiBzdHlsZT0iZm9udC1mYW1pbHk6IEFyaWFsOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyI+PHU+15DXkteV15PXqiDXlNeh15jXldeT16DXmNeZ1508L3U+PC9hPjxicj48L2xpPjwvdWw+PHU+PC91PjxwPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij4tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS08L3NwYW4+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PC9wPjxwIHN0eWxlPSJtYXJnaW46IDBwdCAwaW47IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGxpbmUtaGVpZ2h0OiBub3JtYWw7IGRpcmVjdGlvbjogcnRsOyB1bmljb2RlLWJpZGk6IGVtYmVkOyI+PHNwYW4gc3R5bGU9ImZvbnQtd2VpZ2h0OiBib2xkOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTJwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij4i15zXnteUINec16LXqdeV16og15TXmdeV150g15DXnSDXkNek16nXqCDXnNeT15fXldeqINec157Xl9eoPyI6PC9zcGFuPjwvcD48cCBzdHlsZT0ibWFyZ2luOiAwcHQgMGluOyBmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyBkaXJlY3Rpb246IHJ0bDsgdW5pY29kZS1iaWRpOiBlbWJlZDsiPjxzcGFuIHN0eWxlPSJmb250LXdlaWdodDogYm9sZDsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEycHQ7IGZvbnQtZmFtaWx5OiBBcmlhbDsgY29sb3I6IGJsYWNrOyI+PGJyPjwvc3Bhbj48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dT48c3BhbiBzdHlsZT0iZm9udC13ZWlnaHQ6IGJvbGQ7IGZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoNTYsIDExOCwgMjkpOyI+15vXodek15nXnSDXldee15zXkteV16o6PC9zcGFuPjwvdT48L3A+PHAgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48L3A+PHVsIHN0eWxlPSJmb250LXNpemU6IDE2LjMxOTk5OTY5NDgyNDJweDsiPjxsaSBzdHlsZT0iZm9udC1zaXplOiAxNi4zMTk5OTk2OTQ4MjQycHg7Ij48dSBzdHlsZT0iZm9udC1mYW1pbHk6IGluaGVyaXQ7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LXN0eWxlOiBpbmhlcml0OyBmb250LXdlaWdodDogaW5oZXJpdDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij48YSBocmVmPSJodHRwczovL3d3dy5odWppLmFjLmlsL2RhdGFqL2NvbnRyb2xsZXIvITM5QkFDQjk5NDk1Mjk1MTc5RENDREIxQzVGNzRFMkVBL3N0dS9TVFUtU0lURU1BUD9vcHRpb249c2NsIiBzdHlsZT0iZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7Ij7Xntem15Eg15TXl9ep15HXldefINee15XXnCDXlNeQ15XXoNeZ15HXqNeh15nXmNeUPC9hPjwvc3Bhbj48L3U+PGJyPjwvbGk+PGxpIHN0eWxlPSJmb250LXNpemU6IDE2LjMxOTk5OTY5NDgyNDJweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3MSwgMTIyLCAzNCk7Ij7XnNeQ16rXqCDXlNeR16DXpyDXqdec15k8L3NwYW4+PC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTYuMzE5OTk5Njk0ODI0MnB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsiPteY15nXpNeZ150g15zXoNeZ15TXldecINeq16fXpteZ15Eg15XXl9eZ16HXm9eV1588L3NwYW4+PC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTYuMzE5OTk5Njk0ODI0MnB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcxLCAxMjIsIDM0KTsiPteU16DXl9eV16og15zXodeY15XXk9eg15jXmdedPC9zcGFuPjwvbGk+PGxpIHN0eWxlPSJmb250LXNpemU6IDE2LjMxOTk5OTY5NDgyNDJweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogYmxhY2s7Ij7XqNep15nXnteqINeU157XnNeS15XXqiDXqdec15k8L3NwYW4+PC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTYuMzE5OTk5Njk0ODI0MnB4OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiBibGFjazsiPteY15nXpNeZ150g15zXntec15LXldeqPC9zcGFuPjwvbGk+PC91bD48L2g0PiI7fQ=='),
(50, 'html', 1, 1, 'user-profile', NULL, 'side-post', -10, 'Tzo4OiJzdGRDbGFzcyI6NDp7czo0OiJ0ZXh0IjtzOjMwMjY6IjxwcmUgc3R5bGU9Im1hcmdpbjogMHB0IDBpbjsgZGlyZWN0aW9uOiBydGw7IHVuaWNvZGUtYmlkaTogZW1iZWQ7Ij48dWw+PGxpPjxhIGhyZWY9Imh0dHBzOi8vZHJpdmUuZ29vZ2xlLmNvbS8/dGFiPW1vJmFtcDthdXRodXNlcj0wIiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBsaW5lLWhlaWdodDogbm9ybWFsOyBmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgZm9udC1mYW1pbHk6IEFyaWFsOyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsgdGV4dC1pbmRlbnQ6IDBpbjsiPteh15nXm9eV157XmSDXp9eV16jXodeZ1508L2E+PGJyPjwvbGk+PGxpIHN0eWxlPSJmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDEyNywgMTI3LCAxMjcpOyB0ZXh0LWluZGVudDogMGluOyI+16TXmdeZ16HXkdeV16cg15zXmdee15XXk9eZ1508L3NwYW4+PC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyI+PGEgaHJlZj0iaHR0cHM6Ly9tYWlsLmdvb2dsZS5jb20vbWFpbC91LzAvIiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgZm9udC1mYW1pbHk6IEFyaWFsOyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsgdGV4dC1pbmRlbnQ6IDBpbjsiPtee15nXmdecINec15nXnteV15PXmdedPC9hPg0KPC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBsaW5lLWhlaWdodDogbm9ybWFsOyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7IGZvbnQtZmFtaWx5OiBBcmlhbDsgdGV4dC1pbmRlbnQ6IDBpbjsgd2hpdGUtc3BhY2U6IG5vcm1hbDsgY29sb3I6IHJnYigxNywgODUsIDIwNCk7Ij48YSBocmVmPSJodHRwOi8vbW9vZGxlMi5jcy5odWppLmFjLmlsL251MTQvIiB0YXJnZXQ9Il9ibGFuayIgc3R5bGU9ImZvbnQtc2l6ZTogMTQuNjY2NjY3OTM4MjMyNHB4OyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTsiPtee15XXk9ecPC9hPjwvc3Bhbj48dSBzdHlsZT0iZm9udC1zdHlsZTogaW5oZXJpdDsgZm9udC13ZWlnaHQ6IGluaGVyaXQ7IHRleHQtaW5kZW50OiAwaW47IHdoaXRlLXNwYWNlOiBub3JtYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyBmb250LWZhbWlseTogQXJpYWw7IGZvbnQtc2l6ZTogMTFwdDsiPiZuYnNwO0h1Skk8L3U+PC9saT48bGkgc3R5bGU9ImZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyI+PGEgaHJlZj0iaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3L21vZC91cmwvdmlldy5waHA/aWQ9MTAiIHN0eWxlPSJmb250LXNpemU6IDE0LjY2NjY2NzkzODIzMjRweDsgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7Ij4i157XmdeT16Ig15DXmdep15kiPC9hPjwvbGk+PGxpIHN0eWxlPSJmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsiPjxhIGhyZWY9Imh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9ncm91cHMvMzM3NjQyMzE5NjQ0MjE0LyIgc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxNC42NjY2Njc5MzgyMzI0cHg7IGZvbnQtZmFtaWx5OiBBcmlhbDsiPjx1Pten15HXldem16og15DXkdeg15kg16TXmdeg15Qg15HXpNeZ15nXodeR15XXpzwvdT48L2E+PGJyPjwvbGk+PGxpIHN0eWxlPSJmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgbGluZS1oZWlnaHQ6IG5vcm1hbDsiPjxhIGhyZWY9Imh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNy9tb2QvdXJsL3ZpZXcucGhwP2lkPTI1IiBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDE1LjkxMTk5OTcwMjQ1MzZweDsgZm9udC1mYW1pbHk6IG1vbm9zcGFjZTsiPjx1IHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LWZhbWlseTogT3BlblNhbnMsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyI+15Q8L3NwYW4+PC91Pjx1IHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTMuNjAwMDAwMzgxNDY5N3B4OyBmb250LWZhbWlseTogT3BlblNhbnMsIEhlbHZldGljYSwgQXJpYWwsIHNhbnMtc2VyaWY7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyI+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMXB0OyBmb250LWZhbWlseTogQXJpYWw7IGNvbG9yOiByZ2IoMTcsIDg1LCAyMDQpOyI+d2F6ZTwvc3Bhbj48L3U+PHNwYW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtZmFtaWx5OiBtb25vc3BhY2U7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyI+PHUgc3R5bGU9ImZvbnQtZmFtaWx5OiBPcGVuU2FucywgSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMy42MDAwMDAzODE0Njk3cHg7IGZvbnQtd2VpZ2h0OiBpbmhlcml0OyI+PC91Pjwvc3Bhbj48dSBzdHlsZT0iZm9udC1zdHlsZTogbm9ybWFsOyBmb250LXNpemU6IDEzLjYwMDAwMDM4MTQ2OTdweDsgZm9udC1mYW1pbHk6IE9wZW5TYW5zLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmOyBmb250LXdlaWdodDogaW5oZXJpdDsiPjxzcGFuIHN0eWxlPSJmb250LXN0eWxlOiBub3JtYWw7IGZvbnQtc2l6ZTogMTFwdDsgZm9udC1mYW1pbHk6IEFyaWFsOyBjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPiZuYnNwO9ep15wg15TXp9eV16jXodeZ1508L3NwYW4+PC91PjwvYT48L2xpPjwvdWw+PC9wcmU+IjtzOjU6InRpdGxlIjtzOjE1OiLXnNeZ157XldeT15nXnSEiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NjoiZm9ybWF0IjtzOjE6IjEiO30=');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_positions`
--

CREATE TABLE IF NOT EXISTS `mdl_block_positions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `blockinstanceid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `pagetype` varchar(64) NOT NULL DEFAULT '',
  `subpage` varchar(16) NOT NULL DEFAULT '',
  `visible` smallint(4) NOT NULL,
  `region` varchar(16) NOT NULL DEFAULT '',
  `weight` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_blocposi_bloconpags_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`),
  KEY `mdl_blocposi_blo_ix` (`blockinstanceid`),
  KEY `mdl_blocposi_con_ix` (`contextid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Stores the position of a sticky block_instance on a another ' AUTO_INCREMENT=38 ;

--
-- Dumping data for table `mdl_block_positions`
--

INSERT INTO `mdl_block_positions` (`id`, `blockinstanceid`, `contextid`, `pagetype`, `subpage`, `visible`, `region`, `weight`) VALUES
(1, 19, 33, 'course-view-topics', '', 1, 'side-post', -2),
(2, 20, 33, 'course-view-topics', '', 1, 'side-post', -1),
(3, 28, 1, 'admin-setting-frontpagesettings', '', 1, 'side-pre', 2),
(4, 29, 59, 'mod-url-view', '', 0, 'side-post', 0),
(6, 29, 68, 'mod-url-view', '', 0, 'side-post', 0),
(7, 29, 69, 'mod-url-view', '', 1, 'side-pre', 9),
(8, 29, 76, 'mod-url-view', '', 1, 'side-post', 9),
(9, 1, 2, 'calendar-view', '', 1, 'side-pre', 9),
(10, 5, 2, 'calendar-view', '', 1, 'side-pre', 10),
(11, 4, 2, 'calendar-view', '', 0, 'side-pre', 0),
(12, 4, 1, 'admin-setting-themesettingarchaius', '', 1, 'side-pre', -1),
(13, 4, 2, 'site-index', '', 1, 'side-pre', 5),
(14, 1, 69, 'mod-url-view', '', 1, 'side-post', 0),
(18, 4, 102, 'mod-url-view', '', 0, 'side-pre', 0),
(19, 5, 102, 'mod-url-view', '', 0, 'side-pre', 1),
(20, 3, 102, 'mod-url-view', '', 0, 'side-pre', 3),
(21, 29, 102, 'mod-url-view', '', 0, 'side-pre', 4),
(22, 3, 76, 'mod-url-view', '', 0, 'side-pre', 3),
(23, 4, 76, 'mod-url-view', '', 0, 'side-pre', 0),
(24, 5, 76, 'mod-url-view', '', 0, 'side-pre', 1),
(25, 4, 106, 'mod-url-view', '', 0, 'side-pre', 0),
(27, 4, 107, 'mod-url-view', '', 0, 'side-pre', 0),
(28, 5, 107, 'mod-url-view', '', 0, 'side-pre', 1),
(29, 48, 110, 'mod-url-mod', '', 1, 'side-post', 5),
(31, 3, 2, 'site-index', '', 1, 'side-pre', 3),
(32, 29, 104, 'mod-url-view', '', 0, 'side-post', 4),
(33, 3, 104, 'mod-url-view', '', 0, 'side-pre', -9),
(34, 5, 104, 'mod-url-view', '', 0, 'side-pre', -8),
(35, 4, 104, 'mod-url-view', '', 0, 'side-pre', 0),
(36, 29, 6, 'admin-roles-assign', '', 1, 'side-pre', -4),
(37, 50, 1, 'user-profile', '1', 1, 'side-post', -3);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_recent_activity`
--

CREATE TABLE IF NOT EXISTS `mdl_block_recent_activity` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `action` tinyint(1) NOT NULL,
  `modname` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_blocreceacti_coutim_ix` (`courseid`,`timecreated`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Recent activity block' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_block_rss_client`
--

CREATE TABLE IF NOT EXISTS `mdl_block_rss_client` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `title` longtext NOT NULL,
  `preferredtitle` varchar(64) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `shared` tinyint(2) NOT NULL DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Remote news feed information. Contains the news feed id, the' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_blog_association`
--

CREATE TABLE IF NOT EXISTS `mdl_blog_association` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `blogid` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_blogasso_con_ix` (`contextid`),
  KEY `mdl_blogasso_blo_ix` (`blogid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Associations of blog entries with courses and module instanc' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_blog_external`
--

CREATE TABLE IF NOT EXISTS `mdl_blog_external` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext,
  `url` longtext NOT NULL,
  `filtertags` varchar(255) DEFAULT NULL,
  `failedlastsync` tinyint(1) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) DEFAULT NULL,
  `timefetched` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_blogexte_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='External blog links used for RSS copying of blog entries to ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_book`
--

CREATE TABLE IF NOT EXISTS `mdl_book` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `numbering` smallint(4) NOT NULL DEFAULT '0',
  `customtitles` tinyint(2) NOT NULL DEFAULT '0',
  `revision` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines book' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_book_chapters`
--

CREATE TABLE IF NOT EXISTS `mdl_book_chapters` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `bookid` bigint(10) NOT NULL DEFAULT '0',
  `pagenum` bigint(10) NOT NULL DEFAULT '0',
  `subchapter` bigint(10) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `content` longtext NOT NULL,
  `contentformat` smallint(4) NOT NULL DEFAULT '0',
  `hidden` tinyint(2) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `importsrc` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines book_chapters' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_cache_filters`
--

CREATE TABLE IF NOT EXISTS `mdl_cache_filters` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `version` bigint(10) NOT NULL DEFAULT '0',
  `md5key` varchar(32) NOT NULL DEFAULT '',
  `rawtext` longtext NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_cachfilt_filmd5_ix` (`filter`,`md5key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='For keeping information about cached data' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_cache_flags`
--

CREATE TABLE IF NOT EXISTS `mdl_cache_flags` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `flagtype` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `value` longtext NOT NULL,
  `expiry` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_cachflag_fla_ix` (`flagtype`),
  KEY `mdl_cachflag_nam_ix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Cache of time-sensitive flags' AUTO_INCREMENT=3 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_capabilities`
--

CREATE TABLE IF NOT EXISTS `mdl_capabilities` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `captype` varchar(50) NOT NULL DEFAULT '',
  `contextlevel` bigint(10) NOT NULL DEFAULT '0',
  `component` varchar(100) NOT NULL DEFAULT '',
  `riskbitmask` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_capa_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='this defines all capabilities' AUTO_INCREMENT=522 ;

--
-- Dumping data for table `mdl_capabilities`
--

INSERT INTO `mdl_capabilities` (`id`, `name`, `captype`, `contextlevel`, `component`, `riskbitmask`) VALUES
(1, 'moodle/site:config', 'write', 10, 'moodle', 62),
(2, 'moodle/site:readallmessages', 'read', 10, 'moodle', 8),
(3, 'moodle/site:sendmessage', 'write', 10, 'moodle', 16),
(4, 'moodle/site:approvecourse', 'write', 10, 'moodle', 4),
(5, 'moodle/backup:backupcourse', 'write', 50, 'moodle', 28),
(6, 'moodle/backup:backupsection', 'write', 50, 'moodle', 28),
(7, 'moodle/backup:backupactivity', 'write', 70, 'moodle', 28),
(8, 'moodle/backup:backuptargethub', 'write', 50, 'moodle', 28),
(9, 'moodle/backup:backuptargetimport', 'write', 50, 'moodle', 28),
(10, 'moodle/backup:downloadfile', 'write', 50, 'moodle', 28),
(11, 'moodle/backup:configure', 'write', 50, 'moodle', 28),
(12, 'moodle/backup:userinfo', 'read', 50, 'moodle', 8),
(13, 'moodle/backup:anonymise', 'read', 50, 'moodle', 8),
(14, 'moodle/restore:restorecourse', 'write', 50, 'moodle', 28),
(15, 'moodle/restore:restoresection', 'write', 50, 'moodle', 28),
(16, 'moodle/restore:restoreactivity', 'write', 50, 'moodle', 28),
(17, 'moodle/restore:viewautomatedfilearea', 'write', 50, 'moodle', 28),
(18, 'moodle/restore:restoretargethub', 'write', 50, 'moodle', 28),
(19, 'moodle/restore:restoretargetimport', 'write', 50, 'moodle', 28),
(20, 'moodle/restore:uploadfile', 'write', 50, 'moodle', 28),
(21, 'moodle/restore:configure', 'write', 50, 'moodle', 28),
(22, 'moodle/restore:rolldates', 'write', 50, 'moodle', 0),
(23, 'moodle/restore:userinfo', 'write', 50, 'moodle', 30),
(24, 'moodle/restore:createuser', 'write', 10, 'moodle', 24),
(25, 'moodle/site:manageblocks', 'write', 80, 'moodle', 20),
(26, 'moodle/site:accessallgroups', 'read', 50, 'moodle', 0),
(27, 'moodle/site:viewfullnames', 'read', 50, 'moodle', 0),
(28, 'moodle/site:viewuseridentity', 'read', 50, 'moodle', 0),
(29, 'moodle/site:viewreports', 'read', 50, 'moodle', 8),
(30, 'moodle/site:trustcontent', 'write', 50, 'moodle', 4),
(31, 'moodle/site:uploadusers', 'write', 10, 'moodle', 24),
(32, 'moodle/filter:manage', 'write', 50, 'moodle', 0),
(33, 'moodle/user:create', 'write', 10, 'moodle', 24),
(34, 'moodle/user:delete', 'write', 10, 'moodle', 8),
(35, 'moodle/user:update', 'write', 10, 'moodle', 24),
(36, 'moodle/user:viewdetails', 'read', 50, 'moodle', 0),
(37, 'moodle/user:viewalldetails', 'read', 30, 'moodle', 8),
(38, 'moodle/user:viewlastip', 'read', 30, 'moodle', 8),
(39, 'moodle/user:viewhiddendetails', 'read', 50, 'moodle', 8),
(40, 'moodle/user:loginas', 'write', 50, 'moodle', 30),
(41, 'moodle/user:managesyspages', 'write', 10, 'moodle', 0),
(42, 'moodle/user:manageblocks', 'write', 30, 'moodle', 0),
(43, 'moodle/user:manageownblocks', 'write', 10, 'moodle', 0),
(44, 'moodle/user:manageownfiles', 'write', 10, 'moodle', 0),
(45, 'moodle/user:ignoreuserquota', 'write', 10, 'moodle', 0),
(46, 'moodle/my:configsyspages', 'write', 10, 'moodle', 0),
(47, 'moodle/role:assign', 'write', 50, 'moodle', 28),
(48, 'moodle/role:review', 'read', 50, 'moodle', 8),
(49, 'moodle/role:override', 'write', 50, 'moodle', 28),
(50, 'moodle/role:safeoverride', 'write', 50, 'moodle', 16),
(51, 'moodle/role:manage', 'write', 10, 'moodle', 28),
(52, 'moodle/role:switchroles', 'read', 50, 'moodle', 12),
(53, 'moodle/category:manage', 'write', 40, 'moodle', 4),
(54, 'moodle/category:viewhiddencategories', 'read', 40, 'moodle', 0),
(55, 'moodle/cohort:manage', 'write', 40, 'moodle', 0),
(56, 'moodle/cohort:assign', 'write', 40, 'moodle', 0),
(57, 'moodle/cohort:view', 'read', 50, 'moodle', 0),
(58, 'moodle/course:create', 'write', 40, 'moodle', 4),
(59, 'moodle/course:request', 'write', 10, 'moodle', 0),
(60, 'moodle/course:delete', 'write', 50, 'moodle', 32),
(61, 'moodle/course:update', 'write', 50, 'moodle', 4),
(62, 'moodle/course:view', 'read', 50, 'moodle', 0),
(63, 'moodle/course:enrolreview', 'read', 50, 'moodle', 8),
(64, 'moodle/course:enrolconfig', 'write', 50, 'moodle', 8),
(65, 'moodle/course:reviewotherusers', 'read', 50, 'moodle', 0),
(66, 'moodle/course:bulkmessaging', 'write', 50, 'moodle', 16),
(67, 'moodle/course:viewhiddenuserfields', 'read', 50, 'moodle', 8),
(68, 'moodle/course:viewhiddencourses', 'read', 50, 'moodle', 0),
(69, 'moodle/course:visibility', 'write', 50, 'moodle', 0),
(70, 'moodle/course:managefiles', 'write', 50, 'moodle', 4),
(71, 'moodle/course:ignorefilesizelimits', 'write', 50, 'moodle', 0),
(72, 'moodle/course:manageactivities', 'write', 70, 'moodle', 4),
(73, 'moodle/course:activityvisibility', 'write', 70, 'moodle', 0),
(74, 'moodle/course:viewhiddenactivities', 'write', 70, 'moodle', 0),
(75, 'moodle/course:viewparticipants', 'read', 50, 'moodle', 0),
(76, 'moodle/course:changefullname', 'write', 50, 'moodle', 4),
(77, 'moodle/course:changeshortname', 'write', 50, 'moodle', 4),
(78, 'moodle/course:changeidnumber', 'write', 50, 'moodle', 4),
(79, 'moodle/course:changecategory', 'write', 50, 'moodle', 4),
(80, 'moodle/course:changesummary', 'write', 50, 'moodle', 4),
(81, 'moodle/site:viewparticipants', 'read', 10, 'moodle', 0),
(82, 'moodle/course:isincompletionreports', 'read', 50, 'moodle', 0),
(83, 'moodle/course:viewscales', 'read', 50, 'moodle', 0),
(84, 'moodle/course:managescales', 'write', 50, 'moodle', 0),
(85, 'moodle/course:managegroups', 'write', 50, 'moodle', 0),
(86, 'moodle/course:reset', 'write', 50, 'moodle', 32),
(87, 'moodle/course:viewsuspendedusers', 'read', 10, 'moodle', 0),
(88, 'moodle/blog:view', 'read', 10, 'moodle', 0),
(89, 'moodle/blog:search', 'read', 10, 'moodle', 0),
(90, 'moodle/blog:viewdrafts', 'read', 10, 'moodle', 8),
(91, 'moodle/blog:create', 'write', 10, 'moodle', 16),
(92, 'moodle/blog:manageentries', 'write', 10, 'moodle', 16),
(93, 'moodle/blog:manageexternal', 'write', 10, 'moodle', 16),
(94, 'moodle/blog:associatecourse', 'write', 50, 'moodle', 0),
(95, 'moodle/blog:associatemodule', 'write', 70, 'moodle', 0),
(96, 'moodle/calendar:manageownentries', 'write', 50, 'moodle', 16),
(97, 'moodle/calendar:managegroupentries', 'write', 50, 'moodle', 16),
(98, 'moodle/calendar:manageentries', 'write', 50, 'moodle', 16),
(99, 'moodle/user:editprofile', 'write', 30, 'moodle', 24),
(100, 'moodle/user:editownprofile', 'write', 10, 'moodle', 16),
(101, 'moodle/user:changeownpassword', 'write', 10, 'moodle', 0),
(102, 'moodle/user:readuserposts', 'read', 30, 'moodle', 0),
(103, 'moodle/user:readuserblogs', 'read', 30, 'moodle', 0),
(104, 'moodle/user:viewuseractivitiesreport', 'read', 30, 'moodle', 8),
(105, 'moodle/user:editmessageprofile', 'write', 30, 'moodle', 16),
(106, 'moodle/user:editownmessageprofile', 'write', 10, 'moodle', 0),
(107, 'moodle/question:managecategory', 'write', 50, 'moodle', 20),
(108, 'moodle/question:add', 'write', 50, 'moodle', 20),
(109, 'moodle/question:editmine', 'write', 50, 'moodle', 20),
(110, 'moodle/question:editall', 'write', 50, 'moodle', 20),
(111, 'moodle/question:viewmine', 'read', 50, 'moodle', 0),
(112, 'moodle/question:viewall', 'read', 50, 'moodle', 0),
(113, 'moodle/question:usemine', 'read', 50, 'moodle', 0),
(114, 'moodle/question:useall', 'read', 50, 'moodle', 0),
(115, 'moodle/question:movemine', 'write', 50, 'moodle', 0),
(116, 'moodle/question:moveall', 'write', 50, 'moodle', 0),
(117, 'moodle/question:config', 'write', 10, 'moodle', 2),
(118, 'moodle/question:flag', 'write', 50, 'moodle', 0),
(119, 'moodle/site:doclinks', 'read', 10, 'moodle', 0),
(120, 'moodle/course:sectionvisibility', 'write', 50, 'moodle', 0),
(121, 'moodle/course:useremail', 'write', 50, 'moodle', 0),
(122, 'moodle/course:viewhiddensections', 'write', 50, 'moodle', 0),
(123, 'moodle/course:setcurrentsection', 'write', 50, 'moodle', 0),
(124, 'moodle/course:movesections', 'write', 50, 'moodle', 0),
(125, 'moodle/site:mnetlogintoremote', 'read', 10, 'moodle', 0),
(126, 'moodle/grade:viewall', 'read', 50, 'moodle', 8),
(127, 'moodle/grade:view', 'read', 50, 'moodle', 0),
(128, 'moodle/grade:viewhidden', 'read', 50, 'moodle', 8),
(129, 'moodle/grade:import', 'write', 50, 'moodle', 12),
(130, 'moodle/grade:export', 'read', 50, 'moodle', 8),
(131, 'moodle/grade:manage', 'write', 50, 'moodle', 12),
(132, 'moodle/grade:edit', 'write', 50, 'moodle', 12),
(133, 'moodle/grade:managegradingforms', 'write', 50, 'moodle', 12),
(134, 'moodle/grade:sharegradingforms', 'write', 10, 'moodle', 4),
(135, 'moodle/grade:managesharedforms', 'write', 10, 'moodle', 4),
(136, 'moodle/grade:manageoutcomes', 'write', 50, 'moodle', 0),
(137, 'moodle/grade:manageletters', 'write', 50, 'moodle', 0),
(138, 'moodle/grade:hide', 'write', 50, 'moodle', 0),
(139, 'moodle/grade:lock', 'write', 50, 'moodle', 0),
(140, 'moodle/grade:unlock', 'write', 50, 'moodle', 0),
(141, 'moodle/my:manageblocks', 'write', 10, 'moodle', 0),
(142, 'moodle/notes:view', 'read', 50, 'moodle', 0),
(143, 'moodle/notes:manage', 'write', 50, 'moodle', 16),
(144, 'moodle/tag:manage', 'write', 10, 'moodle', 16),
(145, 'moodle/tag:create', 'write', 10, 'moodle', 16),
(146, 'moodle/tag:edit', 'write', 10, 'moodle', 16),
(147, 'moodle/tag:flag', 'write', 10, 'moodle', 16),
(148, 'moodle/tag:editblocks', 'write', 10, 'moodle', 0),
(149, 'moodle/block:view', 'read', 80, 'moodle', 0),
(150, 'moodle/block:edit', 'write', 80, 'moodle', 20),
(151, 'moodle/portfolio:export', 'read', 10, 'moodle', 0),
(152, 'moodle/comment:view', 'read', 50, 'moodle', 0),
(153, 'moodle/comment:post', 'write', 50, 'moodle', 24),
(154, 'moodle/comment:delete', 'write', 50, 'moodle', 32),
(155, 'moodle/webservice:createtoken', 'write', 10, 'moodle', 62),
(156, 'moodle/webservice:createmobiletoken', 'write', 10, 'moodle', 24),
(157, 'moodle/rating:view', 'read', 50, 'moodle', 0),
(158, 'moodle/rating:viewany', 'read', 50, 'moodle', 8),
(159, 'moodle/rating:viewall', 'read', 50, 'moodle', 8),
(160, 'moodle/rating:rate', 'write', 50, 'moodle', 0),
(161, 'moodle/course:publish', 'write', 10, 'moodle', 24),
(162, 'moodle/course:markcomplete', 'write', 50, 'moodle', 0),
(163, 'moodle/community:add', 'write', 10, 'moodle', 0),
(164, 'moodle/community:download', 'write', 10, 'moodle', 0),
(165, 'moodle/badges:manageglobalsettings', 'write', 10, 'moodle', 34),
(166, 'moodle/badges:viewbadges', 'read', 50, 'moodle', 0),
(167, 'moodle/badges:manageownbadges', 'write', 30, 'moodle', 0),
(168, 'moodle/badges:viewotherbadges', 'read', 30, 'moodle', 0),
(169, 'moodle/badges:earnbadge', 'write', 50, 'moodle', 0),
(170, 'moodle/badges:createbadge', 'write', 50, 'moodle', 16),
(171, 'moodle/badges:deletebadge', 'write', 50, 'moodle', 32),
(172, 'moodle/badges:configuredetails', 'write', 50, 'moodle', 16),
(173, 'moodle/badges:configurecriteria', 'write', 50, 'moodle', 0),
(174, 'moodle/badges:configuremessages', 'write', 50, 'moodle', 16),
(175, 'moodle/badges:awardbadge', 'write', 50, 'moodle', 16),
(176, 'moodle/badges:viewawarded', 'read', 50, 'moodle', 8),
(177, 'moodle/site:forcelanguage', 'read', 10, 'moodle', 0),
(178, 'mod/assign:view', 'read', 70, 'mod_assign', 0),
(179, 'mod/assign:submit', 'write', 70, 'mod_assign', 0),
(180, 'mod/assign:grade', 'write', 70, 'mod_assign', 4),
(181, 'mod/assign:exportownsubmission', 'read', 70, 'mod_assign', 0),
(182, 'mod/assign:addinstance', 'write', 50, 'mod_assign', 4),
(183, 'mod/assign:editothersubmission', 'write', 70, 'mod_assign', 41),
(184, 'mod/assign:grantextension', 'write', 70, 'mod_assign', 0),
(185, 'mod/assign:revealidentities', 'write', 70, 'mod_assign', 0),
(186, 'mod/assign:reviewgrades', 'write', 70, 'mod_assign', 0),
(187, 'mod/assign:releasegrades', 'write', 70, 'mod_assign', 0),
(188, 'mod/assign:managegrades', 'write', 70, 'mod_assign', 0),
(189, 'mod/assign:manageallocations', 'write', 70, 'mod_assign', 0),
(190, 'mod/assign:viewgrades', 'read', 70, 'mod_assign', 0),
(191, 'mod/assignment:view', 'read', 70, 'mod_assignment', 0),
(192, 'mod/assignment:addinstance', 'write', 50, 'mod_assignment', 4),
(193, 'mod/assignment:submit', 'write', 70, 'mod_assignment', 0),
(194, 'mod/assignment:grade', 'write', 70, 'mod_assignment', 4),
(195, 'mod/assignment:exportownsubmission', 'read', 70, 'mod_assignment', 0),
(196, 'mod/book:addinstance', 'write', 50, 'mod_book', 4),
(197, 'mod/book:read', 'read', 70, 'mod_book', 0),
(198, 'mod/book:viewhiddenchapters', 'read', 70, 'mod_book', 0),
(199, 'mod/book:edit', 'write', 70, 'mod_book', 4),
(200, 'mod/chat:addinstance', 'write', 50, 'mod_chat', 4),
(201, 'mod/chat:chat', 'write', 70, 'mod_chat', 16),
(202, 'mod/chat:readlog', 'read', 70, 'mod_chat', 0),
(203, 'mod/chat:deletelog', 'write', 70, 'mod_chat', 0),
(204, 'mod/chat:exportparticipatedsession', 'read', 70, 'mod_chat', 8),
(205, 'mod/chat:exportsession', 'read', 70, 'mod_chat', 8),
(206, 'mod/choice:addinstance', 'write', 50, 'mod_choice', 4),
(207, 'mod/choice:choose', 'write', 70, 'mod_choice', 0),
(208, 'mod/choice:readresponses', 'read', 70, 'mod_choice', 0),
(209, 'mod/choice:deleteresponses', 'write', 70, 'mod_choice', 0),
(210, 'mod/choice:downloadresponses', 'read', 70, 'mod_choice', 0),
(211, 'mod/data:addinstance', 'write', 50, 'mod_data', 4),
(212, 'mod/data:viewentry', 'read', 70, 'mod_data', 0),
(213, 'mod/data:writeentry', 'write', 70, 'mod_data', 16),
(214, 'mod/data:comment', 'write', 70, 'mod_data', 16),
(215, 'mod/data:rate', 'write', 70, 'mod_data', 0),
(216, 'mod/data:viewrating', 'read', 70, 'mod_data', 0),
(217, 'mod/data:viewanyrating', 'read', 70, 'mod_data', 8),
(218, 'mod/data:viewallratings', 'read', 70, 'mod_data', 8),
(219, 'mod/data:approve', 'write', 70, 'mod_data', 16),
(220, 'mod/data:manageentries', 'write', 70, 'mod_data', 16),
(221, 'mod/data:managecomments', 'write', 70, 'mod_data', 16),
(222, 'mod/data:managetemplates', 'write', 70, 'mod_data', 20),
(223, 'mod/data:viewalluserpresets', 'read', 70, 'mod_data', 0),
(224, 'mod/data:manageuserpresets', 'write', 70, 'mod_data', 20),
(225, 'mod/data:exportentry', 'read', 70, 'mod_data', 8),
(226, 'mod/data:exportownentry', 'read', 70, 'mod_data', 0),
(227, 'mod/data:exportallentries', 'read', 70, 'mod_data', 8),
(228, 'mod/data:exportuserinfo', 'read', 70, 'mod_data', 8),
(229, 'mod/feedback:addinstance', 'write', 50, 'mod_feedback', 4),
(230, 'mod/feedback:view', 'read', 70, 'mod_feedback', 0),
(231, 'mod/feedback:complete', 'write', 70, 'mod_feedback', 16),
(232, 'mod/feedback:viewanalysepage', 'read', 70, 'mod_feedback', 8),
(233, 'mod/feedback:deletesubmissions', 'write', 70, 'mod_feedback', 0),
(234, 'mod/feedback:mapcourse', 'write', 70, 'mod_feedback', 0),
(235, 'mod/feedback:edititems', 'write', 70, 'mod_feedback', 20),
(236, 'mod/feedback:createprivatetemplate', 'write', 70, 'mod_feedback', 16),
(237, 'mod/feedback:createpublictemplate', 'write', 70, 'mod_feedback', 16),
(238, 'mod/feedback:deletetemplate', 'write', 70, 'mod_feedback', 0),
(239, 'mod/feedback:viewreports', 'read', 70, 'mod_feedback', 8),
(240, 'mod/feedback:receivemail', 'read', 70, 'mod_feedback', 8),
(241, 'mod/folder:addinstance', 'write', 50, 'mod_folder', 4),
(242, 'mod/folder:view', 'read', 70, 'mod_folder', 0),
(243, 'mod/folder:managefiles', 'write', 70, 'mod_folder', 16),
(244, 'mod/forum:addinstance', 'write', 50, 'mod_forum', 4),
(245, 'mod/forum:viewdiscussion', 'read', 70, 'mod_forum', 0),
(246, 'mod/forum:viewhiddentimedposts', 'read', 70, 'mod_forum', 0),
(247, 'mod/forum:startdiscussion', 'write', 70, 'mod_forum', 16),
(248, 'mod/forum:replypost', 'write', 70, 'mod_forum', 16),
(249, 'mod/forum:addnews', 'write', 70, 'mod_forum', 16),
(250, 'mod/forum:replynews', 'write', 70, 'mod_forum', 16),
(251, 'mod/forum:viewrating', 'read', 70, 'mod_forum', 0),
(252, 'mod/forum:viewanyrating', 'read', 70, 'mod_forum', 8),
(253, 'mod/forum:viewallratings', 'read', 70, 'mod_forum', 8),
(254, 'mod/forum:rate', 'write', 70, 'mod_forum', 0),
(255, 'mod/forum:createattachment', 'write', 70, 'mod_forum', 16),
(256, 'mod/forum:deleteownpost', 'read', 70, 'mod_forum', 0),
(257, 'mod/forum:deleteanypost', 'read', 70, 'mod_forum', 0),
(258, 'mod/forum:splitdiscussions', 'read', 70, 'mod_forum', 0),
(259, 'mod/forum:movediscussions', 'read', 70, 'mod_forum', 0),
(260, 'mod/forum:editanypost', 'write', 70, 'mod_forum', 16),
(261, 'mod/forum:viewqandawithoutposting', 'read', 70, 'mod_forum', 0),
(262, 'mod/forum:viewsubscribers', 'read', 70, 'mod_forum', 0),
(263, 'mod/forum:managesubscriptions', 'read', 70, 'mod_forum', 16),
(264, 'mod/forum:postwithoutthrottling', 'write', 70, 'mod_forum', 16),
(265, 'mod/forum:exportdiscussion', 'read', 70, 'mod_forum', 8),
(266, 'mod/forum:exportpost', 'read', 70, 'mod_forum', 8),
(267, 'mod/forum:exportownpost', 'read', 70, 'mod_forum', 8),
(268, 'mod/forum:addquestion', 'write', 70, 'mod_forum', 16),
(269, 'mod/forum:allowforcesubscribe', 'read', 70, 'mod_forum', 0),
(270, 'mod/glossary:addinstance', 'write', 50, 'mod_glossary', 4),
(271, 'mod/glossary:view', 'read', 70, 'mod_glossary', 0),
(272, 'mod/glossary:write', 'write', 70, 'mod_glossary', 16),
(273, 'mod/glossary:manageentries', 'write', 70, 'mod_glossary', 16),
(274, 'mod/glossary:managecategories', 'write', 70, 'mod_glossary', 16),
(275, 'mod/glossary:comment', 'write', 70, 'mod_glossary', 16),
(276, 'mod/glossary:managecomments', 'write', 70, 'mod_glossary', 16),
(277, 'mod/glossary:import', 'write', 70, 'mod_glossary', 16),
(278, 'mod/glossary:export', 'read', 70, 'mod_glossary', 0),
(279, 'mod/glossary:approve', 'write', 70, 'mod_glossary', 16),
(280, 'mod/glossary:rate', 'write', 70, 'mod_glossary', 0),
(281, 'mod/glossary:viewrating', 'read', 70, 'mod_glossary', 0),
(282, 'mod/glossary:viewanyrating', 'read', 70, 'mod_glossary', 8),
(283, 'mod/glossary:viewallratings', 'read', 70, 'mod_glossary', 8),
(284, 'mod/glossary:exportentry', 'read', 70, 'mod_glossary', 8),
(285, 'mod/glossary:exportownentry', 'read', 70, 'mod_glossary', 0),
(286, 'mod/imscp:view', 'read', 70, 'mod_imscp', 0),
(287, 'mod/imscp:addinstance', 'write', 50, 'mod_imscp', 4),
(288, 'mod/label:addinstance', 'write', 50, 'mod_label', 4),
(289, 'mod/lesson:addinstance', 'write', 50, 'mod_lesson', 4),
(290, 'mod/lesson:edit', 'write', 70, 'mod_lesson', 4),
(291, 'mod/lesson:manage', 'write', 70, 'mod_lesson', 0),
(292, 'mod/lti:view', 'read', 70, 'mod_lti', 0),
(293, 'mod/lti:addinstance', 'write', 50, 'mod_lti', 4),
(295, 'mod/lti:manage', 'write', 70, 'mod_lti', 8),
(296, 'mod/lti:addcoursetool', 'write', 50, 'mod_lti', 0),
(297, 'mod/lti:requesttooladd', 'write', 50, 'mod_lti', 0),
(298, 'mod/page:view', 'read', 70, 'mod_page', 0),
(299, 'mod/page:addinstance', 'write', 50, 'mod_page', 4),
(300, 'mod/quiz:view', 'read', 70, 'mod_quiz', 0),
(301, 'mod/quiz:addinstance', 'write', 50, 'mod_quiz', 4),
(302, 'mod/quiz:attempt', 'write', 70, 'mod_quiz', 16),
(303, 'mod/quiz:reviewmyattempts', 'read', 70, 'mod_quiz', 0),
(304, 'mod/quiz:manage', 'write', 70, 'mod_quiz', 16),
(305, 'mod/quiz:manageoverrides', 'write', 70, 'mod_quiz', 0),
(306, 'mod/quiz:preview', 'write', 70, 'mod_quiz', 0),
(307, 'mod/quiz:grade', 'write', 70, 'mod_quiz', 16),
(308, 'mod/quiz:regrade', 'write', 70, 'mod_quiz', 16),
(309, 'mod/quiz:viewreports', 'read', 70, 'mod_quiz', 8),
(310, 'mod/quiz:deleteattempts', 'write', 70, 'mod_quiz', 32),
(311, 'mod/quiz:ignoretimelimits', 'read', 70, 'mod_quiz', 0),
(312, 'mod/quiz:emailconfirmsubmission', 'read', 70, 'mod_quiz', 0),
(313, 'mod/quiz:emailnotifysubmission', 'read', 70, 'mod_quiz', 0),
(314, 'mod/quiz:emailwarnoverdue', 'read', 70, 'mod_quiz', 0),
(315, 'mod/resource:view', 'read', 70, 'mod_resource', 0),
(316, 'mod/resource:addinstance', 'write', 50, 'mod_resource', 4),
(317, 'mod/scorm:addinstance', 'write', 50, 'mod_scorm', 4),
(318, 'mod/scorm:viewreport', 'read', 70, 'mod_scorm', 0),
(319, 'mod/scorm:skipview', 'write', 70, 'mod_scorm', 0),
(320, 'mod/scorm:savetrack', 'write', 70, 'mod_scorm', 0),
(321, 'mod/scorm:viewscores', 'read', 70, 'mod_scorm', 0),
(322, 'mod/scorm:deleteresponses', 'read', 70, 'mod_scorm', 0),
(323, 'mod/scorm:deleteownresponses', 'write', 70, 'mod_scorm', 0),
(324, 'mod/survey:addinstance', 'write', 50, 'mod_survey', 4),
(325, 'mod/survey:participate', 'read', 70, 'mod_survey', 0),
(326, 'mod/survey:readresponses', 'read', 70, 'mod_survey', 0),
(327, 'mod/survey:download', 'read', 70, 'mod_survey', 0),
(328, 'mod/url:view', 'read', 70, 'mod_url', 0),
(329, 'mod/url:addinstance', 'write', 50, 'mod_url', 4),
(330, 'mod/wiki:addinstance', 'write', 50, 'mod_wiki', 4),
(331, 'mod/wiki:viewpage', 'read', 70, 'mod_wiki', 0),
(332, 'mod/wiki:editpage', 'write', 70, 'mod_wiki', 16),
(333, 'mod/wiki:createpage', 'write', 70, 'mod_wiki', 16),
(334, 'mod/wiki:viewcomment', 'read', 70, 'mod_wiki', 0),
(335, 'mod/wiki:editcomment', 'write', 70, 'mod_wiki', 16),
(336, 'mod/wiki:managecomment', 'write', 70, 'mod_wiki', 0),
(337, 'mod/wiki:managefiles', 'write', 70, 'mod_wiki', 0),
(338, 'mod/wiki:overridelock', 'write', 70, 'mod_wiki', 0),
(339, 'mod/wiki:managewiki', 'write', 70, 'mod_wiki', 0),
(340, 'mod/workshop:view', 'read', 70, 'mod_workshop', 0),
(341, 'mod/workshop:addinstance', 'write', 50, 'mod_workshop', 4),
(342, 'mod/workshop:switchphase', 'write', 70, 'mod_workshop', 0),
(343, 'mod/workshop:editdimensions', 'write', 70, 'mod_workshop', 4),
(344, 'mod/workshop:submit', 'write', 70, 'mod_workshop', 0),
(345, 'mod/workshop:peerassess', 'write', 70, 'mod_workshop', 0),
(346, 'mod/workshop:manageexamples', 'write', 70, 'mod_workshop', 0),
(347, 'mod/workshop:allocate', 'write', 70, 'mod_workshop', 0),
(348, 'mod/workshop:publishsubmissions', 'write', 70, 'mod_workshop', 0),
(349, 'mod/workshop:viewauthornames', 'read', 70, 'mod_workshop', 0),
(350, 'mod/workshop:viewreviewernames', 'read', 70, 'mod_workshop', 0),
(351, 'mod/workshop:viewallsubmissions', 'read', 70, 'mod_workshop', 0),
(352, 'mod/workshop:viewpublishedsubmissions', 'read', 70, 'mod_workshop', 0),
(353, 'mod/workshop:viewauthorpublished', 'read', 70, 'mod_workshop', 0),
(354, 'mod/workshop:viewallassessments', 'read', 70, 'mod_workshop', 0),
(355, 'mod/workshop:overridegrades', 'write', 70, 'mod_workshop', 0),
(356, 'mod/workshop:ignoredeadlines', 'write', 70, 'mod_workshop', 0),
(357, 'enrol/category:synchronised', 'write', 10, 'enrol_category', 0),
(358, 'enrol/cohort:config', 'write', 50, 'enrol_cohort', 0),
(359, 'enrol/cohort:unenrol', 'write', 50, 'enrol_cohort', 0),
(360, 'enrol/database:unenrol', 'write', 50, 'enrol_database', 0),
(361, 'enrol/flatfile:manage', 'write', 50, 'enrol_flatfile', 0),
(362, 'enrol/flatfile:unenrol', 'write', 50, 'enrol_flatfile', 0),
(363, 'enrol/guest:config', 'write', 50, 'enrol_guest', 0),
(364, 'enrol/ldap:manage', 'write', 50, 'enrol_ldap', 0),
(365, 'enrol/manual:config', 'write', 50, 'enrol_manual', 0),
(366, 'enrol/manual:enrol', 'write', 50, 'enrol_manual', 0),
(367, 'enrol/manual:manage', 'write', 50, 'enrol_manual', 0),
(368, 'enrol/manual:unenrol', 'write', 50, 'enrol_manual', 0),
(369, 'enrol/manual:unenrolself', 'write', 50, 'enrol_manual', 0),
(370, 'enrol/meta:config', 'write', 50, 'enrol_meta', 0),
(371, 'enrol/meta:selectaslinked', 'read', 50, 'enrol_meta', 0),
(372, 'enrol/meta:unenrol', 'write', 50, 'enrol_meta', 0),
(373, 'enrol/paypal:config', 'write', 50, 'enrol_paypal', 0),
(374, 'enrol/paypal:manage', 'write', 50, 'enrol_paypal', 0),
(375, 'enrol/paypal:unenrol', 'write', 50, 'enrol_paypal', 0),
(376, 'enrol/paypal:unenrolself', 'write', 50, 'enrol_paypal', 0),
(377, 'enrol/self:config', 'write', 50, 'enrol_self', 0),
(378, 'enrol/self:manage', 'write', 50, 'enrol_self', 0),
(379, 'enrol/self:unenrolself', 'write', 50, 'enrol_self', 0),
(380, 'enrol/self:unenrol', 'write', 50, 'enrol_self', 0),
(381, 'message/airnotifier:managedevice', 'write', 10, 'message_airnotifier', 0),
(382, 'block/activity_modules:addinstance', 'write', 80, 'block_activity_modules', 20),
(383, 'block/admin_bookmarks:myaddinstance', 'write', 10, 'block_admin_bookmarks', 0),
(384, 'block/admin_bookmarks:addinstance', 'write', 80, 'block_admin_bookmarks', 20),
(385, 'block/badges:addinstance', 'read', 80, 'block_badges', 0),
(386, 'block/badges:myaddinstance', 'read', 10, 'block_badges', 8),
(387, 'block/blog_menu:addinstance', 'write', 80, 'block_blog_menu', 20),
(388, 'block/blog_recent:addinstance', 'write', 80, 'block_blog_recent', 20),
(389, 'block/blog_tags:addinstance', 'write', 80, 'block_blog_tags', 20),
(390, 'block/calendar_month:myaddinstance', 'write', 10, 'block_calendar_month', 0),
(391, 'block/calendar_month:addinstance', 'write', 80, 'block_calendar_month', 20),
(392, 'block/calendar_upcoming:myaddinstance', 'write', 10, 'block_calendar_upcoming', 0),
(393, 'block/calendar_upcoming:addinstance', 'write', 80, 'block_calendar_upcoming', 20),
(394, 'block/comments:myaddinstance', 'write', 10, 'block_comments', 0),
(395, 'block/comments:addinstance', 'write', 80, 'block_comments', 20),
(396, 'block/community:myaddinstance', 'write', 10, 'block_community', 0),
(397, 'block/community:addinstance', 'write', 80, 'block_community', 20),
(398, 'block/completionstatus:addinstance', 'write', 80, 'block_completionstatus', 20),
(399, 'block/course_list:myaddinstance', 'write', 10, 'block_course_list', 0),
(400, 'block/course_list:addinstance', 'write', 80, 'block_course_list', 20),
(401, 'block/course_overview:myaddinstance', 'write', 10, 'block_course_overview', 0),
(402, 'block/course_overview:addinstance', 'write', 80, 'block_course_overview', 20),
(403, 'block/course_summary:addinstance', 'write', 80, 'block_course_summary', 20),
(404, 'block/feedback:addinstance', 'write', 80, 'block_feedback', 20),
(405, 'block/glossary_random:myaddinstance', 'write', 10, 'block_glossary_random', 0),
(406, 'block/glossary_random:addinstance', 'write', 80, 'block_glossary_random', 20),
(407, 'block/html:myaddinstance', 'write', 10, 'block_html', 0),
(408, 'block/html:addinstance', 'write', 80, 'block_html', 20),
(409, 'block/login:addinstance', 'write', 80, 'block_login', 20),
(410, 'block/mentees:myaddinstance', 'write', 10, 'block_mentees', 0),
(411, 'block/mentees:addinstance', 'write', 80, 'block_mentees', 20),
(412, 'block/messages:myaddinstance', 'write', 10, 'block_messages', 0),
(413, 'block/messages:addinstance', 'write', 80, 'block_messages', 20),
(414, 'block/mnet_hosts:myaddinstance', 'write', 10, 'block_mnet_hosts', 0),
(415, 'block/mnet_hosts:addinstance', 'write', 80, 'block_mnet_hosts', 20),
(416, 'block/myprofile:myaddinstance', 'write', 10, 'block_myprofile', 0),
(417, 'block/myprofile:addinstance', 'write', 80, 'block_myprofile', 20),
(418, 'block/navigation:myaddinstance', 'write', 10, 'block_navigation', 0),
(419, 'block/navigation:addinstance', 'write', 80, 'block_navigation', 20),
(420, 'block/news_items:myaddinstance', 'write', 10, 'block_news_items', 0),
(421, 'block/news_items:addinstance', 'write', 80, 'block_news_items', 20),
(422, 'block/online_users:myaddinstance', 'write', 10, 'block_online_users', 0),
(423, 'block/online_users:addinstance', 'write', 80, 'block_online_users', 20),
(424, 'block/online_users:viewlist', 'read', 80, 'block_online_users', 0),
(425, 'block/participants:addinstance', 'write', 80, 'block_participants', 20),
(426, 'block/private_files:myaddinstance', 'write', 10, 'block_private_files', 0),
(427, 'block/private_files:addinstance', 'write', 80, 'block_private_files', 20),
(428, 'block/quiz_results:addinstance', 'write', 80, 'block_quiz_results', 20),
(429, 'block/recent_activity:addinstance', 'write', 80, 'block_recent_activity', 20),
(430, 'block/recent_activity:viewaddupdatemodule', 'read', 50, 'block_recent_activity', 0),
(431, 'block/recent_activity:viewdeletemodule', 'read', 50, 'block_recent_activity', 0),
(432, 'block/rss_client:myaddinstance', 'write', 10, 'block_rss_client', 0),
(433, 'block/rss_client:addinstance', 'write', 80, 'block_rss_client', 20),
(434, 'block/rss_client:manageownfeeds', 'write', 80, 'block_rss_client', 0),
(435, 'block/rss_client:manageanyfeeds', 'write', 80, 'block_rss_client', 16),
(436, 'block/search_forums:addinstance', 'write', 80, 'block_search_forums', 20),
(437, 'block/section_links:addinstance', 'write', 80, 'block_section_links', 20),
(438, 'block/selfcompletion:addinstance', 'write', 80, 'block_selfcompletion', 20),
(439, 'block/settings:myaddinstance', 'write', 10, 'block_settings', 0),
(440, 'block/settings:addinstance', 'write', 80, 'block_settings', 20),
(441, 'block/site_main_menu:addinstance', 'write', 80, 'block_site_main_menu', 20),
(442, 'block/social_activities:addinstance', 'write', 80, 'block_social_activities', 20),
(443, 'block/tag_flickr:addinstance', 'write', 80, 'block_tag_flickr', 20),
(444, 'block/tag_youtube:addinstance', 'write', 80, 'block_tag_youtube', 20),
(445, 'block/tags:myaddinstance', 'write', 10, 'block_tags', 0),
(446, 'block/tags:addinstance', 'write', 80, 'block_tags', 20),
(447, 'report/completion:view', 'read', 50, 'report_completion', 8),
(448, 'report/courseoverview:view', 'read', 10, 'report_courseoverview', 8),
(449, 'report/log:view', 'read', 50, 'report_log', 8),
(450, 'report/log:viewtoday', 'read', 50, 'report_log', 8),
(451, 'report/loglive:view', 'read', 50, 'report_loglive', 8),
(452, 'report/outline:view', 'read', 50, 'report_outline', 8),
(453, 'report/participation:view', 'read', 50, 'report_participation', 8),
(454, 'report/performance:view', 'read', 10, 'report_performance', 2),
(455, 'report/progress:view', 'read', 50, 'report_progress', 8),
(456, 'report/questioninstances:view', 'read', 10, 'report_questioninstances', 0),
(457, 'report/security:view', 'read', 10, 'report_security', 2),
(458, 'report/stats:view', 'read', 50, 'report_stats', 8),
(459, 'gradeexport/ods:view', 'read', 50, 'gradeexport_ods', 8),
(460, 'gradeexport/ods:publish', 'read', 50, 'gradeexport_ods', 8),
(461, 'gradeexport/txt:view', 'read', 50, 'gradeexport_txt', 8),
(462, 'gradeexport/txt:publish', 'read', 50, 'gradeexport_txt', 8),
(463, 'gradeexport/xls:view', 'read', 50, 'gradeexport_xls', 8),
(464, 'gradeexport/xls:publish', 'read', 50, 'gradeexport_xls', 8),
(465, 'gradeexport/xml:view', 'read', 50, 'gradeexport_xml', 8),
(466, 'gradeexport/xml:publish', 'read', 50, 'gradeexport_xml', 8),
(467, 'gradeimport/csv:view', 'write', 50, 'gradeimport_csv', 0),
(468, 'gradeimport/xml:view', 'write', 50, 'gradeimport_xml', 0),
(469, 'gradeimport/xml:publish', 'write', 50, 'gradeimport_xml', 0),
(470, 'gradereport/grader:view', 'read', 50, 'gradereport_grader', 8),
(471, 'gradereport/outcomes:view', 'read', 50, 'gradereport_outcomes', 8),
(472, 'gradereport/overview:view', 'read', 50, 'gradereport_overview', 8),
(473, 'gradereport/user:view', 'read', 50, 'gradereport_user', 8),
(474, 'webservice/amf:use', 'read', 50, 'webservice_amf', 62),
(475, 'webservice/rest:use', 'read', 50, 'webservice_rest', 62),
(476, 'webservice/soap:use', 'read', 50, 'webservice_soap', 62),
(477, 'webservice/xmlrpc:use', 'read', 50, 'webservice_xmlrpc', 62),
(478, 'repository/alfresco:view', 'read', 70, 'repository_alfresco', 0),
(479, 'repository/areafiles:view', 'read', 70, 'repository_areafiles', 0),
(480, 'repository/boxnet:view', 'read', 70, 'repository_boxnet', 0),
(481, 'repository/coursefiles:view', 'read', 70, 'repository_coursefiles', 0),
(482, 'repository/dropbox:view', 'read', 70, 'repository_dropbox', 0),
(483, 'repository/equella:view', 'read', 70, 'repository_equella', 0),
(484, 'repository/filesystem:view', 'read', 70, 'repository_filesystem', 0),
(485, 'repository/flickr:view', 'read', 70, 'repository_flickr', 0),
(486, 'repository/flickr_public:view', 'read', 70, 'repository_flickr_public', 0),
(487, 'repository/googledocs:view', 'read', 70, 'repository_googledocs', 0),
(488, 'repository/local:view', 'read', 70, 'repository_local', 0),
(489, 'repository/merlot:view', 'read', 70, 'repository_merlot', 0),
(490, 'repository/picasa:view', 'read', 70, 'repository_picasa', 0),
(491, 'repository/recent:view', 'read', 70, 'repository_recent', 0),
(492, 'repository/s3:view', 'read', 70, 'repository_s3', 0),
(493, 'repository/skydrive:view', 'read', 70, 'repository_skydrive', 0),
(494, 'repository/upload:view', 'read', 70, 'repository_upload', 0),
(495, 'repository/url:view', 'read', 70, 'repository_url', 0),
(496, 'repository/user:view', 'read', 70, 'repository_user', 0),
(497, 'repository/webdav:view', 'read', 70, 'repository_webdav', 0),
(498, 'repository/wikimedia:view', 'read', 70, 'repository_wikimedia', 0),
(499, 'repository/youtube:view', 'read', 70, 'repository_youtube', 0),
(500, 'tool/customlang:view', 'read', 10, 'tool_customlang', 2),
(501, 'tool/customlang:edit', 'write', 10, 'tool_customlang', 6),
(502, 'tool/uploaduser:uploaduserpictures', 'write', 10, 'tool_uploaduser', 16),
(503, 'booktool/exportimscp:export', 'read', 70, 'booktool_exportimscp', 0),
(504, 'booktool/importhtml:import', 'write', 70, 'booktool_importhtml', 4),
(505, 'booktool/print:print', 'read', 70, 'booktool_print', 0),
(506, 'quiz/grading:viewstudentnames', 'read', 70, 'quiz_grading', 0),
(507, 'quiz/grading:viewidnumber', 'read', 70, 'quiz_grading', 0),
(508, 'quiz/statistics:view', 'read', 70, 'quiz_statistics', 0),
(509, 'mod/assign:viewblinddetails', 'write', 70, 'mod_assign', 8),
(510, 'mod/assign:receivegradernotifications', 'read', 70, 'mod_assign', 0),
(511, 'mod/lesson:grade', 'write', 70, 'mod_lesson', 20),
(512, 'enrol/category:config', 'write', 50, 'enrol_category', 0),
(513, 'enrol/database:config', 'write', 50, 'enrol_database', 0),
(514, 'enrol/imsenterprise:config', 'write', 50, 'enrol_imsenterprise', 0),
(515, 'enrol/mnet:config', 'write', 50, 'enrol_mnet', 0),
(516, 'gradeimport/direct:view', 'write', 50, 'gradeimport_direct', 0),
(517, 'gradereport/history:view', 'read', 50, 'gradereport_history', 8),
(518, 'gradereport/singleview:view', 'read', 50, 'gradereport_singleview', 8),
(519, 'tool/monitor:subscribe', 'read', 50, 'tool_monitor', 8),
(520, 'tool/monitor:managerules', 'write', 50, 'tool_monitor', 4),
(521, 'tool/monitor:managetool', 'write', 10, 'tool_monitor', 4);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_chat`
--

CREATE TABLE IF NOT EXISTS `mdl_chat` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `keepdays` bigint(11) NOT NULL DEFAULT '0',
  `studentlogs` smallint(4) NOT NULL DEFAULT '0',
  `chattime` bigint(10) NOT NULL DEFAULT '0',
  `schedule` smallint(4) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_chat_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each of these is a chat room' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_chat_messages`
--

CREATE TABLE IF NOT EXISTS `mdl_chat_messages` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `chatid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `system` tinyint(1) NOT NULL DEFAULT '0',
  `message` longtext NOT NULL,
  `timestamp` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_chatmess_use_ix` (`userid`),
  KEY `mdl_chatmess_gro_ix` (`groupid`),
  KEY `mdl_chatmess_timcha_ix` (`timestamp`,`chatid`),
  KEY `mdl_chatmess_cha_ix` (`chatid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores all the actual chat messages' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_chat_messages_current`
--

CREATE TABLE IF NOT EXISTS `mdl_chat_messages_current` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `chatid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `system` tinyint(1) NOT NULL DEFAULT '0',
  `message` longtext NOT NULL,
  `timestamp` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_chatmesscurr_use_ix` (`userid`),
  KEY `mdl_chatmesscurr_gro_ix` (`groupid`),
  KEY `mdl_chatmesscurr_timcha_ix` (`timestamp`,`chatid`),
  KEY `mdl_chatmesscurr_cha_ix` (`chatid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores current session' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_chat_users`
--

CREATE TABLE IF NOT EXISTS `mdl_chat_users` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `chatid` bigint(11) NOT NULL DEFAULT '0',
  `userid` bigint(11) NOT NULL DEFAULT '0',
  `groupid` bigint(11) NOT NULL DEFAULT '0',
  `version` varchar(16) NOT NULL DEFAULT '',
  `ip` varchar(45) NOT NULL DEFAULT '',
  `firstping` bigint(10) NOT NULL DEFAULT '0',
  `lastping` bigint(10) NOT NULL DEFAULT '0',
  `lastmessageping` bigint(10) NOT NULL DEFAULT '0',
  `sid` varchar(32) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `lang` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_chatuser_use_ix` (`userid`),
  KEY `mdl_chatuser_las_ix` (`lastping`),
  KEY `mdl_chatuser_gro_ix` (`groupid`),
  KEY `mdl_chatuser_cha_ix` (`chatid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keeps track of which users are in which chat rooms' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_choice`
--

CREATE TABLE IF NOT EXISTS `mdl_choice` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `publish` tinyint(2) NOT NULL DEFAULT '0',
  `showresults` tinyint(2) NOT NULL DEFAULT '0',
  `display` smallint(4) NOT NULL DEFAULT '0',
  `allowupdate` tinyint(2) NOT NULL DEFAULT '0',
  `allowmultiple` tinyint(2) NOT NULL DEFAULT '0',
  `showunanswered` tinyint(2) NOT NULL DEFAULT '0',
  `limitanswers` tinyint(2) NOT NULL DEFAULT '0',
  `timeopen` bigint(10) NOT NULL DEFAULT '0',
  `timeclose` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `completionsubmit` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_choi_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Available choices are stored here' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_choice_answers`
--

CREATE TABLE IF NOT EXISTS `mdl_choice_answers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `choiceid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `optionid` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_choiansw_use_ix` (`userid`),
  KEY `mdl_choiansw_cho_ix` (`choiceid`),
  KEY `mdl_choiansw_opt_ix` (`optionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='choices performed by users' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_choice_options`
--

CREATE TABLE IF NOT EXISTS `mdl_choice_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `choiceid` bigint(10) NOT NULL DEFAULT '0',
  `text` longtext,
  `maxanswers` bigint(10) DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_choiopti_cho_ix` (`choiceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='available options to choice' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_cohort`
--

CREATE TABLE IF NOT EXISTS `mdl_cohort` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `name` varchar(254) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `component` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_coho_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each record represents one cohort (aka site-wide group).' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_cohort_members`
--

CREATE TABLE IF NOT EXISTS `mdl_cohort_members` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `cohortid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timeadded` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_cohomemb_cohuse_uix` (`cohortid`,`userid`),
  KEY `mdl_cohomemb_coh_ix` (`cohortid`),
  KEY `mdl_cohomemb_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link a user to a cohort.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_comments`
--

CREATE TABLE IF NOT EXISTS `mdl_comments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `commentarea` varchar(255) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `content` longtext NOT NULL,
  `format` tinyint(2) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='moodle comments module' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_config`
--

CREATE TABLE IF NOT EXISTS `mdl_config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_conf_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Moodle configuration variables' AUTO_INCREMENT=517 ;

--
-- Dumping data for table `mdl_config`
--

INSERT INTO `mdl_config` (`id`, `name`, `value`) VALUES
(2, 'rolesactive', '1'),
(3, 'auth', 'email'),
(4, 'auth_pop3mailbox', 'INBOX'),
(5, 'enrol_plugins_enabled', 'manual,guest,self,cohort'),
(6, 'theme', 'more'),
(7, 'filter_multilang_converted', '1'),
(8, 'siteidentifier', '4jvf7fptxooialvzcteymenmsfyabhxkmoodle.lulavi.com'),
(9, 'backup_version', '2008111700'),
(10, 'backup_release', '2.0 dev'),
(11, 'mnet_dispatcher_mode', 'strict'),
(12, 'sessiontimeout', '7200'),
(13, 'stringfilters', ''),
(14, 'filterall', '0'),
(15, 'texteditors', 'atto,tinymce,textarea'),
(16, 'mnet_localhost_id', '1'),
(17, 'mnet_all_hosts_id', '2'),
(18, 'siteguest', '1'),
(19, 'siteadmins', '2'),
(20, 'themerev', '1439528513'),
(21, 'jsrev', '1426108776'),
(22, 'gdversion', '2'),
(23, 'licenses', 'unknown,allrightsreserved,public,cc,cc-nd,cc-nc-nd,cc-nc,cc-nc-sa,cc-sa'),
(24, 'version', '2014111005'),
(25, 'enableoutcomes', '0'),
(26, 'usecomments', '1'),
(27, 'usetags', '1'),
(28, 'enablenotes', '1'),
(29, 'enableportfolios', '0'),
(30, 'enablewebservices', '1'),
(31, 'messaging', '1'),
(32, 'messaginghidereadnotifications', '0'),
(33, 'messagingdeletereadnotificationsdelay', '0'),
(34, 'messagingallowemailoverride', '1'),
(35, 'enablestats', '1'),
(36, 'enablerssfeeds', '0'),
(37, 'enableblogs', '1'),
(38, 'enablecompletion', '1'),
(39, 'completiondefault', '1'),
(40, 'enableavailability', '1'),
(41, 'enableplagiarism', '0'),
(42, 'enablebadges', '1'),
(43, 'autologinguests', '0'),
(44, 'hiddenuserfields', ''),
(45, 'showuseridentity', 'email'),
(46, 'fullnamedisplay', 'language'),
(47, 'maxusersperpage', '100'),
(48, 'enablegravatar', '0'),
(49, 'gravatardefaulturl', 'mm'),
(50, 'enablecourserequests', '1'),
(51, 'defaultrequestcategory', '1'),
(52, 'requestcategoryselection', '1'),
(53, 'courserequestnotify', '2'),
(54, 'grade_profilereport', 'user'),
(55, 'grade_aggregationposition', '1'),
(56, 'grade_includescalesinaggregation', '1'),
(57, 'grade_hiddenasdate', '0'),
(58, 'gradepublishing', '0'),
(59, 'grade_export_displaytype', '1'),
(60, 'grade_export_decimalpoints', '2'),
(61, 'grade_navmethod', '0'),
(62, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email'),
(63, 'grade_export_customprofilefields', ''),
(64, 'recovergradesdefault', '0'),
(65, 'gradeexport', ''),
(66, 'unlimitedgrades', '0'),
(67, 'gradepointmax', '100'),
(68, 'gradepointdefault', '100'),
(69, 'grade_hideforcedsettings', '1'),
(70, 'grade_aggregation', '11'),
(71, 'grade_aggregation_flag', '0'),
(72, 'grade_aggregations_visible', '0,10,11,12,2,4,6,8,13'),
(73, 'grade_aggregateonlygraded', '1'),
(74, 'grade_aggregateonlygraded_flag', '2'),
(75, 'grade_aggregateoutcomes', '0'),
(76, 'grade_aggregateoutcomes_flag', '2'),
(77, 'grade_aggregatesubcats', '0'),
(78, 'grade_aggregatesubcats_flag', '2'),
(79, 'grade_keephigh', '0'),
(80, 'grade_keephigh_flag', '3'),
(81, 'grade_droplow', '0'),
(82, 'grade_droplow_flag', '2'),
(83, 'grade_displaytype', '1'),
(84, 'grade_decimalpoints', '2'),
(85, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),
(86, 'grade_report_studentsperpage', '100'),
(87, 'grade_report_showonlyactiveenrol', '1'),
(88, 'grade_report_quickgrading', '1'),
(89, 'grade_report_showquickfeedback', '0'),
(90, 'grade_report_fixedstudents', '0'),
(91, 'grade_report_meanselection', '1'),
(92, 'grade_report_enableajax', '0'),
(93, 'grade_report_showcalculations', '0'),
(94, 'grade_report_showeyecons', '0'),
(95, 'grade_report_showaverages', '1'),
(96, 'grade_report_showlocks', '0'),
(97, 'grade_report_showranges', '0'),
(98, 'grade_report_showanalysisicon', '1'),
(99, 'grade_report_showuserimage', '1'),
(100, 'grade_report_showactivityicons', '1'),
(101, 'grade_report_shownumberofgrades', '0'),
(102, 'grade_report_averagesdisplaytype', 'inherit'),
(103, 'grade_report_rangesdisplaytype', 'inherit'),
(104, 'grade_report_averagesdecimalpoints', 'inherit'),
(105, 'grade_report_rangesdecimalpoints', 'inherit'),
(106, 'grade_report_overview_showrank', '0'),
(107, 'grade_report_overview_showtotalsifcontainhidden', '0'),
(108, 'grade_report_user_showrank', '0'),
(109, 'grade_report_user_showpercentage', '1'),
(110, 'grade_report_user_showgrade', '1'),
(111, 'grade_report_user_showfeedback', '1'),
(112, 'grade_report_user_showrange', '1'),
(113, 'grade_report_user_showweight', '1'),
(114, 'grade_report_user_showaverage', '0'),
(115, 'grade_report_user_showlettergrade', '0'),
(116, 'grade_report_user_rangedecimals', '0'),
(117, 'grade_report_user_showhiddenitems', '1'),
(118, 'grade_report_user_showtotalsifcontainhidden', '0'),
(119, 'badges_defaultissuername', ''),
(120, 'badges_defaultissuercontact', ''),
(121, 'badges_badgesalt', 'badges1412104323'),
(122, 'badges_allowexternalbackpack', '1'),
(123, 'badges_allowcoursebadges', '1'),
(124, 'timezone', '99'),
(125, 'forcetimezone', '99'),
(126, 'country', '0'),
(127, 'defaultcity', ''),
(128, 'geoipfile', '/home/lulavico/moodledata/geoip/GeoLiteCity.dat'),
(129, 'googlemapkey3', ''),
(130, 'allcountrycodes', ''),
(131, 'autolang', '0'),
(132, 'lang', 'he'),
(133, 'langmenu', '0'),
(134, 'langlist', ''),
(135, 'langrev', '1426388466'),
(136, 'langcache', '1'),
(137, 'langstringcache', '1'),
(138, 'locale', ''),
(139, 'latinexcelexport', '0'),
(141, 'authloginviaemail', '0'),
(142, 'authpreventaccountcreation', '0'),
(143, 'loginpageautofocus', '0'),
(144, 'guestloginbutton', '1'),
(145, 'alternateloginurl', ''),
(146, 'forgottenpasswordurl', ''),
(147, 'auth_instructions', ''),
(148, 'allowemailaddresses', ''),
(149, 'denyemailaddresses', ''),
(150, 'verifychangedemail', '1'),
(151, 'recaptchapublickey', ''),
(152, 'recaptchaprivatekey', ''),
(153, 'filteruploadedfiles', '0'),
(154, 'filtermatchoneperpage', '0'),
(155, 'filtermatchonepertext', '0'),
(156, 'sitedefaultlicense', 'allrightsreserved'),
(157, 'portfolio_moderate_filesize_threshold', '1048576'),
(158, 'portfolio_high_filesize_threshold', '5242880'),
(159, 'portfolio_moderate_db_threshold', '20'),
(160, 'portfolio_high_db_threshold', '50'),
(161, 'repositorycacheexpire', '120'),
(162, 'repositorygetfiletimeout', '30'),
(163, 'repositorysyncfiletimeout', '1'),
(164, 'repositorysyncimagetimeout', '3'),
(165, 'repositoryallowexternallinks', '1'),
(166, 'legacyfilesinnewcourses', '0'),
(167, 'legacyfilesaddallowed', '1'),
(168, 'mobilecssurl', ''),
(169, 'enablewsdocumentation', '0'),
(170, 'allowbeforeblock', '0'),
(171, 'allowedip', ''),
(172, 'blockedip', ''),
(173, 'protectusernames', '1'),
(174, 'forcelogin', '0'),
(175, 'forceloginforprofiles', '1'),
(176, 'forceloginforprofileimage', '0'),
(177, 'opentogoogle', '0'),
(178, 'maxbytes', '0'),
(179, 'userquota', '104857600'),
(180, 'allowobjectembed', '0'),
(181, 'enabletrusttext', '0'),
(182, 'maxeditingtime', '1800'),
(183, 'extendedusernamechars', '0'),
(184, 'sitepolicy', ''),
(185, 'sitepolicyguest', 'david'),
(186, 'keeptagnamecase', '1'),
(187, 'profilesforenrolledusersonly', '1'),
(188, 'cronclionly', '0'),
(189, 'cronremotepassword', 'david2014'),
(190, 'lockoutthreshold', '0'),
(191, 'lockoutwindow', '1800'),
(192, 'lockoutduration', '1800'),
(193, 'passwordpolicy', '1'),
(194, 'minpasswordlength', '8'),
(195, 'minpassworddigits', '1'),
(196, 'minpasswordlower', '0'),
(197, 'minpasswordupper', '0'),
(198, 'minpasswordnonalphanum', '0'),
(199, 'maxconsecutiveidentchars', '0'),
(200, 'pwresettime', '1800'),
(201, 'groupenrolmentkeypolicy', '1'),
(202, 'disableuserimages', '0'),
(203, 'emailchangeconfirmation', '1'),
(204, 'rememberusername', '2'),
(205, 'strictformsrequired', '0'),
(206, 'loginhttps', '0'),
(207, 'cookiesecure', '0'),
(208, 'cookiehttponly', '0'),
(209, 'allowframembedding', '0'),
(210, 'loginpasswordautocomplete', '0'),
(211, 'displayloginfailures', '0'),
(212, 'notifyloginfailures', ''),
(213, 'notifyloginthreshold', '10'),
(214, 'runclamonupload', '0'),
(215, 'pathtoclam', ''),
(216, 'quarantinedir', ''),
(217, 'clamfailureonupload', 'donothing'),
(218, 'themelist', ''),
(219, 'themedesignermode', '1'),
(220, 'allowuserthemes', '0'),
(221, 'allowcoursethemes', '0'),
(222, 'allowcategorythemes', '0'),
(223, 'allowthemechangeonurl', '0'),
(224, 'allowuserblockhiding', '1'),
(225, 'allowblockstodock', '1'),
(226, 'custommenuitems', ''),
(227, 'enabledevicedetection', '1'),
(228, 'devicedetectregex', '[]'),
(229, 'calendartype', 'gregorian'),
(230, 'calendar_adminseesall', '0'),
(231, 'calendar_site_timeformat', '%H:%M'),
(232, 'calendar_startwday', '0'),
(233, 'calendar_weekend', '96'),
(234, 'calendar_lookahead', '14'),
(235, 'calendar_maxevents', '10'),
(236, 'enablecalendarexport', '1'),
(237, 'calendar_customexport', '1'),
(238, 'calendar_exportlookahead', '365'),
(239, 'calendar_exportlookback', '365'),
(240, 'calendar_exportsalt', 'kdfxzxjvjmgyyucsjjnj8gmo5jxrxmlmtzofyvf9ppdf3xir7jiucikd3l8f'),
(241, 'calendar_showicalsource', '1'),
(242, 'useblogassociations', '1'),
(243, 'bloglevel', '4'),
(244, 'useexternalblogs', '1'),
(245, 'externalblogcrontime', '86400'),
(246, 'maxexternalblogsperuser', '1'),
(247, 'blogusecomments', '1'),
(248, 'blogshowcommentscount', '1'),
(249, 'defaulthomepage', '0'),
(250, 'allowguestmymoodle', '1'),
(251, 'navshowfullcoursenames', '0'),
(252, 'navshowcategories', '1'),
(253, 'navshowmycoursecategories', '1'),
(254, 'navshowallcourses', '0'),
(255, 'navsortmycoursessort', 'fullname'),
(256, 'navcourselimit', '20'),
(257, 'usesitenameforsitepages', '0'),
(258, 'linkadmincategories', '1'),
(259, 'navshowfrontpagemods', '1'),
(260, 'navadduserpostslinks', '1'),
(261, 'formatstringstriptags', '1'),
(262, '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"}]'),
(263, 'core_media_enable_youtube', '1'),
(264, 'core_media_enable_vimeo', '0'),
(265, 'core_media_enable_mp3', '1'),
(266, 'core_media_enable_flv', '1'),
(267, 'core_media_enable_swf', '1'),
(268, 'core_media_enable_html5audio', '1'),
(269, 'core_media_enable_html5video', '1'),
(270, 'core_media_enable_qt', '1'),
(271, 'core_media_enable_wmp', '1'),
(272, 'core_media_enable_rm', '1'),
(273, 'docroot', 'http://docs.moodle.org'),
(274, 'doclang', ''),
(275, 'doctonewwindow', '1'),
(276, 'courselistshortnames', '1'),
(277, 'coursesperpage', '20'),
(278, 'courseswithsummarieslimit', '10'),
(279, 'courseoverviewfileslimit', '3'),
(280, 'courseoverviewfilesext', '.jpg,.gif,.png,.pdf'),
(281, 'useexternalyui', '0'),
(282, 'yuicomboloading', '1'),
(283, 'cachejs', '1'),
(284, 'modchooserdefault', '1'),
(285, 'modeditingmenu', '1'),
(286, 'blockeditingmenu', '1'),
(287, 'additionalhtmlhead', ''),
(288, 'additionalhtmltopofbody', ''),
(289, 'additionalhtmlfooter', ''),
(290, 'pathtodu', ''),
(291, 'aspellpath', ''),
(292, 'pathtodot', ''),
(293, 'supportpage', ''),
(294, 'dbsessions', '0'),
(295, 'sessioncookie', ''),
(296, 'sessioncookiepath', ''),
(297, 'sessioncookiedomain', ''),
(298, 'statsfirstrun', 'none'),
(299, 'statsmaxruntime', '0'),
(300, 'statsruntimedays', '31'),
(301, 'statsruntimestarthour', '0'),
(302, 'statsruntimestartminute', '0'),
(303, 'statsuserthreshold', '0'),
(304, 'slasharguments', '1'),
(305, 'getremoteaddrconf', '0'),
(306, 'proxyhost', ''),
(307, 'proxyport', '0'),
(308, 'proxytype', 'HTTP'),
(309, 'proxyuser', ''),
(310, 'proxypassword', ''),
(311, 'proxybypass', 'localhost, 127.0.0.1'),
(312, 'maintenance_enabled', '0'),
(313, 'maintenance_message', ''),
(314, 'deleteunconfirmed', '168'),
(315, 'deleteincompleteusers', '0'),
(316, 'disablegradehistory', '0'),
(317, 'gradehistorylifetime', '0'),
(318, 'extramemorylimit', '512M'),
(319, 'maxtimelimit', '0'),
(320, 'curlcache', '120'),
(321, 'curltimeoutkbitrate', '56'),
(322, 'updateautocheck', '1'),
(323, 'updateautodeploy', '0'),
(324, 'updateminmaturity', '200'),
(325, 'updatenotifybuilds', '0'),
(326, 'enablesafebrowserintegration', '0'),
(328, 'dndallowtextandlinks', '0'),
(329, 'enablecssoptimiser', '0'),
(330, 'enabletgzbackups', '0'),
(331, 'debug', '0'),
(332, 'debugdisplay', '1'),
(333, 'debugsmtp', '0'),
(334, 'perfdebug', '7'),
(335, 'debugstringids', '0'),
(336, 'debugvalidators', '0'),
(337, 'debugpageinfo', '0'),
(338, 'profilingenabled', '0'),
(339, 'profilingincluded', ''),
(340, 'profilingexcluded', ''),
(341, 'profilingautofrec', '0'),
(342, 'profilingallowme', '0'),
(343, 'profilingallowall', '0'),
(344, 'profilinglifetime', '1440'),
(345, 'profilingimportprefix', '(I)'),
(346, 'release', '2.8.5 (Build: 20150310)'),
(347, 'branch', '28'),
(348, 'localcachedirpurged', '1426108776'),
(349, 'scheduledtaskreset', '1426108776'),
(350, 'allversionshash', '62e2d6f88d54762d66aadc6a8fcb45fa25adf3ab'),
(352, 'notloggedinroleid', '6'),
(353, 'guestroleid', '6'),
(354, 'defaultuserroleid', '7'),
(355, 'creatornewroleid', '3'),
(356, 'restorernewroleid', '3'),
(357, 'gradebookroles', '5'),
(358, 'chat_method', 'ajax'),
(359, 'chat_refresh_userlist', '10'),
(360, 'chat_old_ping', '35'),
(361, 'chat_refresh_room', '5'),
(362, 'chat_normal_updatemode', 'jsupdate'),
(363, 'chat_serverhost', 'moodle.lulavi.com'),
(364, 'chat_serverip', '127.0.0.1'),
(365, 'chat_serverport', '9111'),
(366, 'chat_servermax', '100'),
(367, 'data_enablerssfeeds', '0'),
(368, 'feedback_allowfullanonymous', '0'),
(369, 'forum_displaymode', '3'),
(370, 'forum_replytouser', '1'),
(371, 'forum_shortpost', '300'),
(372, 'forum_longpost', '600'),
(373, 'forum_manydiscussions', '100'),
(374, 'forum_maxbytes', '512000'),
(375, 'forum_maxattachments', '9'),
(376, 'forum_trackingtype', '1'),
(377, 'forum_trackreadposts', '1'),
(378, 'forum_allowforcedreadtracking', '0'),
(379, 'forum_oldpostdays', '14'),
(380, 'forum_usermarksread', '0'),
(381, 'forum_cleanreadtime', '2'),
(382, 'digestmailtime', '17'),
(383, 'forum_enablerssfeeds', '0'),
(384, 'forum_enabletimedposts', '0'),
(385, 'glossary_entbypage', '10'),
(386, 'glossary_dupentries', '0'),
(387, 'glossary_allowcomments', '0'),
(388, 'glossary_linkbydefault', '1'),
(389, 'glossary_defaultapproval', '1'),
(390, 'glossary_enablerssfeeds', '0'),
(391, 'glossary_linkentries', '0'),
(392, 'glossary_casesensitive', '0'),
(393, 'glossary_fullmatch', '0'),
(394, 'lesson_slideshowwidth', '640'),
(395, 'lesson_slideshowheight', '480'),
(396, 'lesson_slideshowbgcolor', '#FFFFFF'),
(397, 'lesson_mediawidth', '640'),
(398, 'lesson_mediaheight', '480'),
(399, 'lesson_mediaclose', '0'),
(400, 'lesson_maxhighscores', '10'),
(401, 'lesson_maxanswers', '4'),
(402, 'lesson_defaultnextpage', '0'),
(403, 'block_course_list_adminview', 'all'),
(404, 'block_course_list_hideallcourseslink', '0'),
(405, 'block_html_allowcssclasses', '1'),
(406, 'block_online_users_timetosee', '5'),
(407, 'block_rss_client_num_entries', '5'),
(408, 'block_rss_client_timeout', '30'),
(409, 'block_tags_showcoursetags', '1'),
(410, 'filter_censor_badwords', ''),
(411, 'filter_multilang_force_old', '0'),
(412, 'logguests', '1'),
(413, 'loglifetime', '0'),
(414, 'airnotifierurl', 'https://messages.moodle.net'),
(415, 'airnotifierport', '443'),
(416, 'airnotifiermobileappname', 'com.moodle.moodlemobile'),
(417, 'airnotifierappname', 'commoodlemoodlemobile'),
(418, 'airnotifieraccesskey', ''),
(419, 'smtphosts', ''),
(420, 'smtpsecure', ''),
(421, 'smtpuser', ''),
(422, 'smtppass', ''),
(423, 'smtpmaxbulk', '1'),
(424, 'noreplyaddress', 'noreply@moodle.lulavi.com'),
(425, 'emailonlyfromnoreplyaddress', '0'),
(426, 'sitemailcharset', '0'),
(427, 'allowusermailcharset', '0'),
(428, 'allowattachments', '1'),
(429, 'mailnewline', 'LF'),
(430, 'jabberhost', ''),
(431, 'jabberserver', ''),
(432, 'jabberusername', ''),
(433, 'jabberpassword', ''),
(434, 'jabberport', '5222'),
(435, 'profileroles', '3,4,5'),
(436, 'coursecontact', '3'),
(437, 'frontpage', ''),
(438, 'frontpageloggedin', ''),
(439, 'maxcategorydepth', '5'),
(440, 'frontpagecourselimit', '200'),
(441, 'commentsperpage', '15'),
(442, 'defaultfrontpageroleid', '8'),
(443, 'supportname', 'System Administrator'),
(444, 'supportemail', 'admin@moodle.lulavi.com'),
(445, 'registerauth', ''),
(446, 'scorm_updatetimelast', '1455342184'),
(447, 'fileslastcleanup', '1455345786'),
(448, 'digestmailtimelast', '1455403385'),
(449, 'forum_lastreadclean', '1455367386'),
(450, 'statslastdaily', '1455339600'),
(451, 'statslastexecution', '1455342185'),
(453, 'statslastweekly', '1454821200'),
(454, 'statslastmonthly', '1454302800'),
(456, 'updatecronoffset', '17688'),
(466, 'webserviceprotocols', 'xmlrpc,rest'),
(467, 'enablemobilewebservice', '1'),
(489, 'mnetprofileexportfields', 'city,country,lang,timezone,picture,description,mailformat,maildigest,maildisplay'),
(490, 'mnetprofileimportfields', 'city,country,lang,timezone,picture,description,mailformat,maildigest,maildisplay'),
(494, 'pathtogs', '/usr/bin/gs'),
(495, 'grades_sumofgrades_upgrade_flagged', '1'),
(496, 'defaultpreference_maildisplay', '2'),
(497, 'defaultpreference_mailformat', '1'),
(498, 'defaultpreference_maildigest', '0'),
(499, 'defaultpreference_autosubscribe', '1'),
(500, 'defaultpreference_trackforums', '0'),
(501, 'alternativefullnameformat', 'language'),
(502, 'grade_report_showmin', '1'),
(503, 'grade_overridecat', '1'),
(504, 'grade_report_historyperpage', '50'),
(505, 'grade_report_user_showcontributiontocoursetotal', '1'),
(506, 'customusermenuitems', 'messages,message|/message/index.php|message\r\nmyfiles,moodle|/user/files.php|download\r\nmybadges,badges|/badges/mybadges.php|award'),
(507, 'navexpandmycourses', '1'),
(508, 'messageinbound_enabled', '0'),
(509, 'messageinbound_mailbox', ''),
(510, 'messageinbound_domain', ''),
(511, 'messageinbound_host', ''),
(512, 'messageinbound_hostssl', 'ssl'),
(513, 'messageinbound_hostuser', ''),
(514, 'messageinbound_hostpass', '');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_config_log`
--

CREATE TABLE IF NOT EXISTS `mdl_config_log` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext,
  `oldvalue` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_conflog_tim_ix` (`timemodified`),
  KEY `mdl_conflog_use_ix` (`userid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Changes done in server configuration through admin UI' AUTO_INCREMENT=1075 ;

--
-- Dumping data for table `mdl_config_log`
--

INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES
(1, 0, 1412104323, NULL, 'enableoutcomes', '0', NULL),
(2, 0, 1412104323, NULL, 'usecomments', '1', NULL),
(3, 0, 1412104323, NULL, 'usetags', '1', NULL),
(4, 0, 1412104323, NULL, 'enablenotes', '1', NULL),
(5, 0, 1412104323, NULL, 'enableportfolios', '0', NULL),
(6, 0, 1412104323, NULL, 'enablewebservices', '0', NULL),
(7, 0, 1412104323, NULL, 'messaging', '1', NULL),
(8, 0, 1412104323, NULL, 'messaginghidereadnotifications', '0', NULL),
(9, 0, 1412104323, NULL, 'messagingdeletereadnotificationsdelay', '604800', NULL),
(10, 0, 1412104323, NULL, 'messagingallowemailoverride', '0', NULL),
(11, 0, 1412104323, NULL, 'enablestats', '0', NULL),
(12, 0, 1412104323, NULL, 'enablerssfeeds', '0', NULL),
(13, 0, 1412104323, NULL, 'enableblogs', '1', NULL),
(14, 0, 1412104323, NULL, 'enablecompletion', '0', NULL),
(15, 0, 1412104323, NULL, 'completiondefault', '1', NULL),
(16, 0, 1412104323, NULL, 'enableavailability', '0', NULL),
(17, 0, 1412104323, NULL, 'enableplagiarism', '0', NULL),
(18, 0, 1412104323, NULL, 'enablebadges', '1', NULL),
(19, 0, 1412104323, NULL, 'autologinguests', '0', NULL),
(20, 0, 1412104323, NULL, 'hiddenuserfields', '', NULL),
(21, 0, 1412104323, NULL, 'showuseridentity', 'email', NULL),
(22, 0, 1412104323, NULL, 'fullnamedisplay', 'language', NULL),
(23, 0, 1412104323, NULL, 'maxusersperpage', '100', NULL),
(24, 0, 1412104323, NULL, 'enablegravatar', '0', NULL),
(25, 0, 1412104323, NULL, 'gravatardefaulturl', 'mm', NULL),
(26, 0, 1412104323, 'moodlecourse', 'visible', '1', NULL),
(27, 0, 1412104323, 'moodlecourse', 'format', 'weeks', NULL),
(28, 0, 1412104323, 'moodlecourse', 'maxsections', '52', NULL),
(29, 0, 1412104323, 'moodlecourse', 'numsections', '10', NULL),
(30, 0, 1412104323, 'moodlecourse', 'hiddensections', '0', NULL),
(31, 0, 1412104323, 'moodlecourse', 'coursedisplay', '0', NULL),
(32, 0, 1412104323, 'moodlecourse', 'lang', '', NULL),
(33, 0, 1412104323, 'moodlecourse', 'newsitems', '5', NULL),
(34, 0, 1412104323, 'moodlecourse', 'showgrades', '1', NULL),
(35, 0, 1412104323, 'moodlecourse', 'showreports', '0', NULL),
(36, 0, 1412104323, 'moodlecourse', 'maxbytes', '0', NULL),
(37, 0, 1412104323, 'moodlecourse', 'enablecompletion', '0', NULL),
(38, 0, 1412104323, 'moodlecourse', 'groupmode', '0', NULL),
(39, 0, 1412104323, 'moodlecourse', 'groupmodeforce', '0', NULL),
(40, 0, 1412104323, NULL, 'enablecourserequests', '0', NULL),
(41, 0, 1412104323, NULL, 'defaultrequestcategory', '1', NULL),
(42, 0, 1412104323, NULL, 'requestcategoryselection', '0', NULL),
(43, 0, 1412104323, NULL, 'courserequestnotify', '', NULL),
(44, 0, 1412104323, 'backup', 'loglifetime', '30', NULL),
(45, 0, 1412104323, 'backup', 'backup_general_users', '1', NULL),
(46, 0, 1412104323, 'backup', 'backup_general_users_locked', '', NULL),
(47, 0, 1412104323, 'backup', 'backup_general_anonymize', '0', NULL),
(48, 0, 1412104323, 'backup', 'backup_general_anonymize_locked', '', NULL),
(49, 0, 1412104323, 'backup', 'backup_general_role_assignments', '1', NULL),
(50, 0, 1412104323, 'backup', 'backup_general_role_assignments_locked', '', NULL),
(51, 0, 1412104323, 'backup', 'backup_general_activities', '1', NULL),
(52, 0, 1412104323, 'backup', 'backup_general_activities_locked', '', NULL),
(53, 0, 1412104323, 'backup', 'backup_general_blocks', '1', NULL),
(54, 0, 1412104323, 'backup', 'backup_general_blocks_locked', '', NULL),
(55, 0, 1412104323, 'backup', 'backup_general_filters', '1', NULL),
(56, 0, 1412104323, 'backup', 'backup_general_filters_locked', '', NULL),
(57, 0, 1412104323, 'backup', 'backup_general_comments', '1', NULL),
(58, 0, 1412104323, 'backup', 'backup_general_comments_locked', '', NULL),
(59, 0, 1412104323, 'backup', 'backup_general_badges', '1', NULL),
(60, 0, 1412104323, 'backup', 'backup_general_badges_locked', '', NULL),
(61, 0, 1412104323, 'backup', 'backup_general_userscompletion', '1', NULL),
(62, 0, 1412104323, 'backup', 'backup_general_userscompletion_locked', '', NULL),
(63, 0, 1412104323, 'backup', 'backup_general_logs', '0', NULL),
(64, 0, 1412104323, 'backup', 'backup_general_logs_locked', '', NULL),
(65, 0, 1412104323, 'backup', 'backup_general_histories', '0', NULL),
(66, 0, 1412104323, 'backup', 'backup_general_histories_locked', '', NULL),
(67, 0, 1412104323, 'backup', 'backup_general_questionbank', '1', NULL),
(68, 0, 1412104323, 'backup', 'backup_general_questionbank_locked', '', NULL),
(69, 0, 1412104323, 'backup', 'import_general_maxresults', '10', NULL),
(70, 0, 1412104323, 'backup', 'backup_auto_active', '0', NULL),
(71, 0, 1412104323, 'backup', 'backup_auto_weekdays', '0000000', NULL),
(72, 0, 1412104323, 'backup', 'backup_auto_hour', '0', NULL),
(73, 0, 1412104323, 'backup', 'backup_auto_minute', '0', NULL),
(74, 0, 1412104323, 'backup', 'backup_auto_storage', '0', NULL),
(75, 0, 1412104323, 'backup', 'backup_auto_destination', '', NULL),
(76, 0, 1412104323, 'backup', 'backup_auto_keep', '1', NULL),
(77, 0, 1412104323, 'backup', 'backup_shortname', '0', NULL),
(78, 0, 1412104323, 'backup', 'backup_auto_skip_hidden', '1', NULL),
(79, 0, 1412104323, 'backup', 'backup_auto_skip_modif_days', '30', NULL),
(80, 0, 1412104323, 'backup', 'backup_auto_skip_modif_prev', '0', NULL),
(81, 0, 1412104323, 'backup', 'backup_auto_users', '1', NULL),
(82, 0, 1412104323, 'backup', 'backup_auto_role_assignments', '1', NULL),
(83, 0, 1412104323, 'backup', 'backup_auto_activities', '1', NULL),
(84, 0, 1412104323, 'backup', 'backup_auto_blocks', '1', NULL),
(85, 0, 1412104323, 'backup', 'backup_auto_filters', '1', NULL),
(86, 0, 1412104323, 'backup', 'backup_auto_comments', '1', NULL),
(87, 0, 1412104323, 'backup', 'backup_auto_badges', '1', NULL),
(88, 0, 1412104323, 'backup', 'backup_auto_userscompletion', '1', NULL),
(89, 0, 1412104323, 'backup', 'backup_auto_logs', '0', NULL),
(90, 0, 1412104323, 'backup', 'backup_auto_histories', '0', NULL),
(91, 0, 1412104323, 'backup', 'backup_auto_questionbank', '1', NULL),
(92, 0, 1412104323, NULL, 'grade_profilereport', 'user', NULL),
(93, 0, 1412104323, NULL, 'grade_aggregationposition', '1', NULL),
(94, 0, 1412104323, NULL, 'grade_includescalesinaggregation', '1', NULL),
(95, 0, 1412104323, NULL, 'grade_hiddenasdate', '0', NULL),
(96, 0, 1412104323, NULL, 'gradepublishing', '0', NULL),
(97, 0, 1412104323, NULL, 'grade_export_displaytype', '1', NULL),
(98, 0, 1412104323, NULL, 'grade_export_decimalpoints', '2', NULL),
(99, 0, 1412104323, NULL, 'grade_navmethod', '0', NULL),
(100, 0, 1412104323, NULL, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email', NULL),
(101, 0, 1412104323, NULL, 'grade_export_customprofilefields', '', NULL),
(102, 0, 1412104323, NULL, 'recovergradesdefault', '0', NULL),
(103, 0, 1412104323, NULL, 'gradeexport', '', NULL),
(104, 0, 1412104323, NULL, 'unlimitedgrades', '0', NULL),
(105, 0, 1412104323, NULL, 'gradepointmax', '100', NULL),
(106, 0, 1412104323, NULL, 'gradepointdefault', '100', NULL),
(107, 0, 1412104323, NULL, 'grade_hideforcedsettings', '1', NULL),
(108, 0, 1412104323, NULL, 'grade_aggregation', '11', NULL),
(109, 0, 1412104323, NULL, 'grade_aggregation_flag', '0', NULL),
(110, 0, 1412104323, NULL, 'grade_aggregations_visible', '0,10,11,12,2,4,6,8,13', NULL),
(111, 0, 1412104323, NULL, 'grade_aggregateonlygraded', '1', NULL),
(112, 0, 1412104323, NULL, 'grade_aggregateonlygraded_flag', '2', NULL),
(113, 0, 1412104323, NULL, 'grade_aggregateoutcomes', '0', NULL),
(114, 0, 1412104323, NULL, 'grade_aggregateoutcomes_flag', '2', NULL),
(115, 0, 1412104323, NULL, 'grade_aggregatesubcats', '0', NULL),
(116, 0, 1412104323, NULL, 'grade_aggregatesubcats_flag', '2', NULL),
(117, 0, 1412104323, NULL, 'grade_keephigh', '0', NULL),
(118, 0, 1412104323, NULL, 'grade_keephigh_flag', '3', NULL),
(119, 0, 1412104323, NULL, 'grade_droplow', '0', NULL),
(120, 0, 1412104323, NULL, 'grade_droplow_flag', '2', NULL),
(121, 0, 1412104323, NULL, 'grade_displaytype', '1', NULL),
(122, 0, 1412104323, NULL, 'grade_decimalpoints', '2', NULL),
(123, 0, 1412104323, NULL, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime', NULL),
(124, 0, 1412104323, NULL, 'grade_report_studentsperpage', '100', NULL),
(125, 0, 1412104323, NULL, 'grade_report_showonlyactiveenrol', '1', NULL),
(126, 0, 1412104323, NULL, 'grade_report_quickgrading', '1', NULL),
(127, 0, 1412104323, NULL, 'grade_report_showquickfeedback', '0', NULL),
(128, 0, 1412104323, NULL, 'grade_report_fixedstudents', '0', NULL),
(129, 0, 1412104323, NULL, 'grade_report_meanselection', '1', NULL),
(130, 0, 1412104323, NULL, 'grade_report_enableajax', '0', NULL),
(131, 0, 1412104323, NULL, 'grade_report_showcalculations', '0', NULL),
(132, 0, 1412104323, NULL, 'grade_report_showeyecons', '0', NULL),
(133, 0, 1412104323, NULL, 'grade_report_showaverages', '1', NULL),
(134, 0, 1412104323, NULL, 'grade_report_showlocks', '0', NULL),
(135, 0, 1412104323, NULL, 'grade_report_showranges', '0', NULL),
(136, 0, 1412104323, NULL, 'grade_report_showanalysisicon', '1', NULL),
(137, 0, 1412104323, NULL, 'grade_report_showuserimage', '1', NULL),
(138, 0, 1412104323, NULL, 'grade_report_showactivityicons', '1', NULL),
(139, 0, 1412104323, NULL, 'grade_report_shownumberofgrades', '0', NULL),
(140, 0, 1412104323, NULL, 'grade_report_averagesdisplaytype', 'inherit', NULL),
(141, 0, 1412104323, NULL, 'grade_report_rangesdisplaytype', 'inherit', NULL),
(142, 0, 1412104323, NULL, 'grade_report_averagesdecimalpoints', 'inherit', NULL),
(143, 0, 1412104323, NULL, 'grade_report_rangesdecimalpoints', 'inherit', NULL),
(144, 0, 1412104323, NULL, 'grade_report_overview_showrank', '0', NULL),
(145, 0, 1412104323, NULL, 'grade_report_overview_showtotalsifcontainhidden', '0', NULL),
(146, 0, 1412104323, NULL, 'grade_report_user_showrank', '0', NULL),
(147, 0, 1412104323, NULL, 'grade_report_user_showpercentage', '1', NULL),
(148, 0, 1412104323, NULL, 'grade_report_user_showgrade', '1', NULL),
(149, 0, 1412104323, NULL, 'grade_report_user_showfeedback', '1', NULL),
(150, 0, 1412104323, NULL, 'grade_report_user_showrange', '1', NULL),
(151, 0, 1412104323, NULL, 'grade_report_user_showweight', '0', NULL),
(152, 0, 1412104323, NULL, 'grade_report_user_showaverage', '0', NULL),
(153, 0, 1412104323, NULL, 'grade_report_user_showlettergrade', '0', NULL),
(154, 0, 1412104323, NULL, 'grade_report_user_rangedecimals', '0', NULL),
(155, 0, 1412104323, NULL, 'grade_report_user_showhiddenitems', '1', NULL),
(156, 0, 1412104323, NULL, 'grade_report_user_showtotalsifcontainhidden', '0', NULL),
(157, 0, 1412104323, NULL, 'badges_defaultissuername', '', NULL),
(158, 0, 1412104323, NULL, 'badges_defaultissuercontact', '', NULL),
(159, 0, 1412104323, NULL, 'badges_badgesalt', 'badges1412104323', NULL),
(160, 0, 1412104323, NULL, 'badges_allowexternalbackpack', '1', NULL),
(161, 0, 1412104323, NULL, 'badges_allowcoursebadges', '1', NULL),
(162, 0, 1412104323, NULL, 'timezone', '99', NULL),
(163, 0, 1412104323, NULL, 'forcetimezone', '99', NULL),
(164, 0, 1412104323, NULL, 'country', '0', NULL),
(165, 0, 1412104323, NULL, 'defaultcity', '', NULL),
(166, 0, 1412104323, NULL, 'geoipfile', '/home/lulavico/moodledata/geoip/GeoLiteCity.dat', NULL),
(167, 0, 1412104323, NULL, 'googlemapkey3', '', NULL),
(168, 0, 1412104323, NULL, 'allcountrycodes', '', NULL),
(169, 0, 1412104323, NULL, 'autolang', '1', NULL),
(170, 0, 1412104323, NULL, 'lang', 'en', NULL),
(171, 0, 1412104323, NULL, 'langmenu', '1', NULL),
(172, 0, 1412104323, NULL, 'langlist', '', NULL),
(173, 0, 1412104323, NULL, 'langcache', '1', NULL),
(174, 0, 1412104323, NULL, 'langstringcache', '1', NULL),
(175, 0, 1412104323, NULL, 'locale', '', NULL),
(176, 0, 1412104323, NULL, 'latinexcelexport', '0', NULL),
(177, 0, 1412104323, NULL, 'registerauth', '', NULL),
(178, 0, 1412104323, NULL, 'authloginviaemail', '0', NULL),
(179, 0, 1412104323, NULL, 'authpreventaccountcreation', '0', NULL),
(180, 0, 1412104323, NULL, 'loginpageautofocus', '0', NULL),
(181, 0, 1412104323, NULL, 'guestloginbutton', '1', NULL),
(182, 0, 1412104323, NULL, 'alternateloginurl', '', NULL),
(183, 0, 1412104323, NULL, 'forgottenpasswordurl', '', NULL),
(184, 0, 1412104323, NULL, 'auth_instructions', '', NULL),
(185, 0, 1412104323, NULL, 'allowemailaddresses', '', NULL),
(186, 0, 1412104323, NULL, 'denyemailaddresses', '', NULL),
(187, 0, 1412104323, NULL, 'verifychangedemail', '1', NULL),
(188, 0, 1412104323, NULL, 'recaptchapublickey', '', NULL),
(189, 0, 1412104323, NULL, 'recaptchaprivatekey', '', NULL),
(190, 0, 1412104323, 'cachestore_memcache', 'testservers', '', NULL),
(191, 0, 1412104323, 'cachestore_memcached', 'testservers', '', NULL),
(192, 0, 1412104323, 'cachestore_mongodb', 'testserver', '', NULL),
(193, 0, 1412104323, NULL, 'filteruploadedfiles', '0', NULL),
(194, 0, 1412104323, NULL, 'filtermatchoneperpage', '0', NULL),
(195, 0, 1412104323, NULL, 'filtermatchonepertext', '0', NULL),
(196, 0, 1412104323, NULL, 'sitedefaultlicense', 'allrightsreserved', NULL),
(197, 0, 1412104323, NULL, 'portfolio_moderate_filesize_threshold', '1048576', NULL),
(198, 0, 1412104323, NULL, 'portfolio_high_filesize_threshold', '5242880', NULL),
(199, 0, 1412104323, NULL, 'portfolio_moderate_db_threshold', '20', NULL),
(200, 0, 1412104323, NULL, 'portfolio_high_db_threshold', '50', NULL),
(201, 0, 1412104323, 'question_preview', 'behaviour', 'deferredfeedback', NULL),
(202, 0, 1412104323, 'question_preview', 'correctness', '1', NULL),
(203, 0, 1412104323, 'question_preview', 'marks', '1', NULL),
(204, 0, 1412104323, 'question_preview', 'markdp', '2', NULL),
(205, 0, 1412104323, 'question_preview', 'feedback', '1', NULL),
(206, 0, 1412104323, 'question_preview', 'generalfeedback', '1', NULL),
(207, 0, 1412104323, 'question_preview', 'rightanswer', '1', NULL),
(208, 0, 1412104323, 'question_preview', 'history', '0', NULL),
(209, 0, 1412104323, NULL, 'repositorycacheexpire', '120', NULL),
(210, 0, 1412104323, NULL, 'repositorygetfiletimeout', '30', NULL),
(211, 0, 1412104323, NULL, 'repositorysyncfiletimeout', '1', NULL),
(212, 0, 1412104323, NULL, 'repositorysyncimagetimeout', '3', NULL),
(213, 0, 1412104323, NULL, 'repositoryallowexternallinks', '1', NULL),
(214, 0, 1412104323, NULL, 'legacyfilesinnewcourses', '0', NULL),
(215, 0, 1412104323, NULL, 'legacyfilesaddallowed', '1', NULL),
(216, 0, 1412104323, NULL, 'mobilecssurl', '', NULL),
(217, 0, 1412104323, NULL, 'enablewsdocumentation', '0', NULL),
(218, 0, 1412104323, NULL, 'allowbeforeblock', '0', NULL),
(219, 0, 1412104323, NULL, 'allowedip', '', NULL),
(220, 0, 1412104323, NULL, 'blockedip', '', NULL),
(221, 0, 1412104323, NULL, 'protectusernames', '1', NULL),
(222, 0, 1412104323, NULL, 'forcelogin', '0', NULL),
(223, 0, 1412104323, NULL, 'forceloginforprofiles', '1', NULL),
(224, 0, 1412104323, NULL, 'forceloginforprofileimage', '0', NULL),
(225, 0, 1412104323, NULL, 'opentogoogle', '0', NULL),
(226, 0, 1412104323, NULL, 'maxbytes', '0', NULL),
(227, 0, 1412104323, NULL, 'userquota', '104857600', NULL),
(228, 0, 1412104323, NULL, 'allowobjectembed', '0', NULL),
(229, 0, 1412104323, NULL, 'enabletrusttext', '0', NULL),
(230, 0, 1412104323, NULL, 'maxeditingtime', '1800', NULL),
(231, 0, 1412104323, NULL, 'extendedusernamechars', '0', NULL),
(232, 0, 1412104323, NULL, 'sitepolicy', '', NULL),
(233, 0, 1412104323, NULL, 'sitepolicyguest', '', NULL),
(234, 0, 1412104323, NULL, 'keeptagnamecase', '1', NULL),
(235, 0, 1412104323, NULL, 'profilesforenrolledusersonly', '1', NULL),
(236, 0, 1412104323, NULL, 'cronclionly', '0', NULL),
(237, 0, 1412104323, NULL, 'cronremotepassword', '', NULL),
(238, 0, 1412104323, NULL, 'lockoutthreshold', '0', NULL),
(239, 0, 1412104323, NULL, 'lockoutwindow', '1800', NULL),
(240, 0, 1412104323, NULL, 'lockoutduration', '1800', NULL),
(241, 0, 1412104323, NULL, 'passwordpolicy', '1', NULL),
(242, 0, 1412104323, NULL, 'minpasswordlength', '8', NULL),
(243, 0, 1412104323, NULL, 'minpassworddigits', '1', NULL),
(244, 0, 1412104323, NULL, 'minpasswordlower', '1', NULL),
(245, 0, 1412104323, NULL, 'minpasswordupper', '1', NULL),
(246, 0, 1412104323, NULL, 'minpasswordnonalphanum', '1', NULL),
(247, 0, 1412104323, NULL, 'maxconsecutiveidentchars', '0', NULL),
(248, 0, 1412104323, NULL, 'pwresettime', '1800', NULL),
(249, 0, 1412104323, NULL, 'groupenrolmentkeypolicy', '1', NULL),
(250, 0, 1412104323, NULL, 'disableuserimages', '0', NULL),
(251, 0, 1412104323, NULL, 'emailchangeconfirmation', '1', NULL),
(252, 0, 1412104323, NULL, 'rememberusername', '2', NULL),
(253, 0, 1412104323, NULL, 'strictformsrequired', '0', NULL),
(254, 0, 1412104323, NULL, 'loginhttps', '0', NULL),
(255, 0, 1412104323, NULL, 'cookiesecure', '0', NULL),
(256, 0, 1412104323, NULL, 'cookiehttponly', '0', NULL),
(257, 0, 1412104323, NULL, 'allowframembedding', '0', NULL),
(258, 0, 1412104323, NULL, 'loginpasswordautocomplete', '0', NULL),
(259, 0, 1412104323, NULL, 'displayloginfailures', '0', NULL),
(260, 0, 1412104323, NULL, 'notifyloginfailures', '', NULL),
(261, 0, 1412104323, NULL, 'notifyloginthreshold', '10', NULL),
(262, 0, 1412104323, NULL, 'runclamonupload', '0', NULL),
(263, 0, 1412104323, NULL, 'pathtoclam', '', NULL),
(264, 0, 1412104323, NULL, 'quarantinedir', '', NULL),
(265, 0, 1412104323, NULL, 'clamfailureonupload', 'donothing', NULL),
(266, 0, 1412104323, NULL, 'themelist', '', NULL),
(267, 0, 1412104323, NULL, 'themedesignermode', '0', NULL),
(268, 0, 1412104323, NULL, 'allowuserthemes', '0', NULL),
(269, 0, 1412104323, NULL, 'allowcoursethemes', '0', NULL),
(270, 0, 1412104323, NULL, 'allowcategorythemes', '0', NULL),
(271, 0, 1412104323, NULL, 'allowthemechangeonurl', '0', NULL),
(272, 0, 1412104323, NULL, 'allowuserblockhiding', '1', NULL),
(273, 0, 1412104323, NULL, 'allowblockstodock', '1', NULL),
(274, 0, 1412104323, NULL, 'custommenuitems', '', NULL),
(275, 0, 1412104323, NULL, 'enabledevicedetection', '1', NULL),
(276, 0, 1412104323, NULL, 'devicedetectregex', '[]', NULL),
(277, 0, 1412104323, 'theme_clean', 'invert', '0', NULL),
(278, 0, 1412104323, 'theme_clean', 'logo', '', NULL),
(279, 0, 1412104323, 'theme_clean', 'customcss', '', NULL),
(280, 0, 1412104323, 'theme_clean', 'footnote', '', NULL),
(281, 0, 1412104323, 'theme_more', 'textcolor', '#333366', NULL),
(282, 0, 1412104323, 'theme_more', 'linkcolor', '#FF6500', NULL),
(283, 0, 1412104323, 'theme_more', 'bodybackground', '', NULL),
(284, 0, 1412104323, 'theme_more', 'backgroundimage', '', NULL),
(285, 0, 1412104323, 'theme_more', 'backgroundrepeat', 'repeat', NULL),
(286, 0, 1412104323, 'theme_more', 'backgroundposition', '0', NULL),
(287, 0, 1412104323, 'theme_more', 'backgroundfixed', '0', NULL),
(288, 0, 1412104323, 'theme_more', 'contentbackground', '#FFFFFF', NULL),
(289, 0, 1412104323, 'theme_more', 'secondarybackground', '#FFFFFF', NULL),
(290, 0, 1412104323, 'theme_more', 'invert', '1', NULL),
(291, 0, 1412104323, 'theme_more', 'logo', '', NULL),
(292, 0, 1412104323, 'theme_more', 'customcss', '', NULL),
(293, 0, 1412104323, 'theme_more', 'footnote', '', NULL),
(294, 0, 1412104323, NULL, 'calendartype', 'gregorian', NULL),
(295, 0, 1412104323, NULL, 'calendar_adminseesall', '0', NULL),
(296, 0, 1412104323, NULL, 'calendar_site_timeformat', '0', NULL),
(297, 0, 1412104323, NULL, 'calendar_startwday', '0', NULL),
(298, 0, 1412104323, NULL, 'calendar_weekend', '65', NULL),
(299, 0, 1412104323, NULL, 'calendar_lookahead', '21', NULL),
(300, 0, 1412104323, NULL, 'calendar_maxevents', '10', NULL),
(301, 0, 1412104323, NULL, 'enablecalendarexport', '1', NULL),
(302, 0, 1412104323, NULL, 'calendar_customexport', '1', NULL),
(303, 0, 1412104323, NULL, 'calendar_exportlookahead', '365', NULL),
(304, 0, 1412104323, NULL, 'calendar_exportlookback', '5', NULL),
(305, 0, 1412104323, NULL, 'calendar_exportsalt', 'kdfxzxjvjmgyyucsjjnj8gmo5jxrxmlmtzofyvf9ppdf3xir7jiucikd3l8f', NULL),
(306, 0, 1412104323, NULL, 'calendar_showicalsource', '1', NULL),
(307, 0, 1412104323, NULL, 'useblogassociations', '1', NULL),
(308, 0, 1412104323, NULL, 'bloglevel', '4', NULL),
(309, 0, 1412104323, NULL, 'useexternalblogs', '1', NULL),
(310, 0, 1412104323, NULL, 'externalblogcrontime', '86400', NULL),
(311, 0, 1412104323, NULL, 'maxexternalblogsperuser', '1', NULL),
(312, 0, 1412104323, NULL, 'blogusecomments', '1', NULL),
(313, 0, 1412104323, NULL, 'blogshowcommentscount', '1', NULL),
(314, 0, 1412104323, NULL, 'defaulthomepage', '0', NULL),
(315, 0, 1412104323, NULL, 'allowguestmymoodle', '1', NULL),
(316, 0, 1412104323, NULL, 'navshowfullcoursenames', '0', NULL),
(317, 0, 1412104323, NULL, 'navshowcategories', '1', NULL),
(318, 0, 1412104323, NULL, 'navshowmycoursecategories', '0', NULL),
(319, 0, 1412104323, NULL, 'navshowallcourses', '0', NULL),
(320, 0, 1412104323, NULL, 'navsortmycoursessort', 'sortorder', NULL),
(321, 0, 1412104323, NULL, 'navcourselimit', '20', NULL),
(322, 0, 1412104323, NULL, 'usesitenameforsitepages', '0', NULL),
(323, 0, 1412104323, NULL, 'linkadmincategories', '0', NULL),
(324, 0, 1412104323, NULL, 'navshowfrontpagemods', '1', NULL),
(325, 0, 1412104323, NULL, 'navadduserpostslinks', '1', NULL),
(326, 0, 1412104323, NULL, 'formatstringstriptags', '1', NULL),
(327, 0, 1412104323, 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),
(328, 0, 1412104323, NULL, 'core_media_enable_youtube', '1', NULL),
(329, 0, 1412104323, NULL, 'core_media_enable_vimeo', '0', NULL),
(330, 0, 1412104323, NULL, 'core_media_enable_mp3', '1', NULL),
(331, 0, 1412104323, NULL, 'core_media_enable_flv', '1', NULL),
(332, 0, 1412104323, NULL, 'core_media_enable_swf', '1', NULL),
(333, 0, 1412104323, NULL, 'core_media_enable_html5audio', '1', NULL),
(334, 0, 1412104323, NULL, 'core_media_enable_html5video', '1', NULL),
(335, 0, 1412104323, NULL, 'core_media_enable_qt', '1', NULL),
(336, 0, 1412104323, NULL, 'core_media_enable_wmp', '1', NULL),
(337, 0, 1412104323, NULL, 'core_media_enable_rm', '1', NULL),
(338, 0, 1412104323, NULL, 'docroot', 'http://docs.moodle.org', NULL),
(339, 0, 1412104323, NULL, 'doclang', '', NULL),
(340, 0, 1412104323, NULL, 'doctonewwindow', '0', NULL),
(341, 0, 1412104323, NULL, 'courselistshortnames', '0', NULL),
(342, 0, 1412104323, NULL, 'coursesperpage', '20', NULL),
(343, 0, 1412104323, NULL, 'courseswithsummarieslimit', '10', NULL),
(344, 0, 1412104323, NULL, 'courseoverviewfileslimit', '1', NULL),
(345, 0, 1412104323, NULL, 'courseoverviewfilesext', '.jpg,.gif,.png', NULL),
(346, 0, 1412104323, NULL, 'useexternalyui', '0', NULL),
(347, 0, 1412104323, NULL, 'yuicomboloading', '1', NULL),
(348, 0, 1412104323, NULL, 'cachejs', '1', NULL),
(349, 0, 1412104323, NULL, 'modchooserdefault', '1', NULL),
(350, 0, 1412104323, NULL, 'modeditingmenu', '1', NULL),
(351, 0, 1412104323, NULL, 'blockeditingmenu', '1', NULL),
(352, 0, 1412104323, NULL, 'additionalhtmlhead', '', NULL),
(353, 0, 1412104323, NULL, 'additionalhtmltopofbody', '', NULL),
(354, 0, 1412104323, NULL, 'additionalhtmlfooter', '', NULL),
(355, 0, 1412104323, NULL, 'pathtodu', '', NULL),
(356, 0, 1412104323, NULL, 'aspellpath', '', NULL),
(357, 0, 1412104323, NULL, 'pathtodot', '', NULL),
(358, 0, 1412104323, NULL, 'supportpage', '', NULL),
(359, 0, 1412104323, NULL, 'dbsessions', '0', NULL),
(360, 0, 1412104323, NULL, 'sessioncookie', '', NULL),
(361, 0, 1412104323, NULL, 'sessioncookiepath', '', NULL),
(362, 0, 1412104323, NULL, 'sessioncookiedomain', '', NULL),
(363, 0, 1412104323, NULL, 'statsfirstrun', 'none', NULL),
(364, 0, 1412104323, NULL, 'statsmaxruntime', '0', NULL),
(365, 0, 1412104323, NULL, 'statsruntimedays', '31', NULL),
(366, 0, 1412104323, NULL, 'statsruntimestarthour', '0', NULL),
(367, 0, 1412104323, NULL, 'statsruntimestartminute', '0', NULL),
(368, 0, 1412104323, NULL, 'statsuserthreshold', '0', NULL),
(369, 0, 1412104323, NULL, 'slasharguments', '1', NULL),
(370, 0, 1412104323, NULL, 'getremoteaddrconf', '0', NULL),
(371, 0, 1412104323, NULL, 'proxyhost', '', NULL),
(372, 0, 1412104323, NULL, 'proxyport', '0', NULL),
(373, 0, 1412104323, NULL, 'proxytype', 'HTTP', NULL),
(374, 0, 1412104323, NULL, 'proxyuser', '', NULL),
(375, 0, 1412104323, NULL, 'proxypassword', '', NULL),
(376, 0, 1412104323, NULL, 'proxybypass', 'localhost, 127.0.0.1', NULL),
(377, 0, 1412104323, NULL, 'maintenance_enabled', '0', NULL),
(378, 0, 1412104323, NULL, 'maintenance_message', '', NULL),
(379, 0, 1412104323, NULL, 'deleteunconfirmed', '168', NULL),
(380, 0, 1412104323, NULL, 'deleteincompleteusers', '0', NULL),
(381, 0, 1412104323, NULL, 'disablegradehistory', '0', NULL),
(382, 0, 1412104323, NULL, 'gradehistorylifetime', '0', NULL),
(383, 0, 1412104323, NULL, 'extramemorylimit', '512M', NULL),
(384, 0, 1412104323, NULL, 'maxtimelimit', '0', NULL),
(385, 0, 1412104323, NULL, 'curlcache', '120', NULL),
(386, 0, 1412104323, NULL, 'curltimeoutkbitrate', '56', NULL),
(387, 0, 1412104323, NULL, 'updateautocheck', '1', NULL),
(388, 0, 1412104323, NULL, 'updateautodeploy', '0', NULL),
(389, 0, 1412104323, NULL, 'updateminmaturity', '200', NULL),
(390, 0, 1412104323, NULL, 'updatenotifybuilds', '0', NULL),
(391, 0, 1412104323, NULL, 'enablesafebrowserintegration', '0', NULL),
(392, 0, 1412104323, NULL, 'enablegroupmembersonly', '0', NULL),
(393, 0, 1412104323, NULL, 'dndallowtextandlinks', '0', NULL),
(394, 0, 1412104323, NULL, 'enablecssoptimiser', '0', NULL),
(395, 0, 1412104323, NULL, 'enabletgzbackups', '0', NULL),
(396, 0, 1412104323, NULL, 'debug', '0', NULL),
(397, 0, 1412104323, NULL, 'debugdisplay', '1', NULL),
(398, 0, 1412104323, NULL, 'debugsmtp', '0', NULL),
(399, 0, 1412104323, NULL, 'perfdebug', '7', NULL),
(400, 0, 1412104323, NULL, 'debugstringids', '0', NULL),
(401, 0, 1412104323, NULL, 'debugvalidators', '0', NULL),
(402, 0, 1412104323, NULL, 'debugpageinfo', '0', NULL),
(403, 0, 1412104323, NULL, 'profilingenabled', '0', NULL),
(404, 0, 1412104323, NULL, 'profilingincluded', '', NULL),
(405, 0, 1412104323, NULL, 'profilingexcluded', '', NULL),
(406, 0, 1412104323, NULL, 'profilingautofrec', '0', NULL),
(407, 0, 1412104323, NULL, 'profilingallowme', '0', NULL),
(408, 0, 1412104323, NULL, 'profilingallowall', '0', NULL),
(409, 0, 1412104323, NULL, 'profilinglifetime', '1440', NULL),
(410, 0, 1412104323, NULL, 'profilingimportprefix', '(I)', NULL),
(411, 0, 1412104323, 'activitynames', 'filter_active', '1', ''),
(412, 0, 1412104323, 'mathjaxloader', 'filter_active', '1', ''),
(413, 0, 1412104323, 'mediaplugin', 'filter_active', '1', ''),
(414, 2, 1412104323, NULL, 'notloggedinroleid', '6', NULL),
(415, 2, 1412104323, NULL, 'guestroleid', '6', NULL),
(416, 2, 1412104323, NULL, 'defaultuserroleid', '7', NULL),
(417, 2, 1412104323, NULL, 'creatornewroleid', '3', NULL),
(418, 2, 1412104323, NULL, 'restorernewroleid', '3', NULL),
(419, 2, 1412104323, NULL, 'gradebookroles', '5', NULL),
(420, 2, 1412104323, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments', NULL),
(421, 2, 1412104323, 'assign', 'showrecentsubmissions', '0', NULL),
(422, 2, 1412104323, 'assign', 'submissionreceipts', '1', NULL),
(423, 2, 1412104323, 'assign', 'submissionstatement', 'This assignment is my own work, except where I have acknowledged the use of the works of other people.', NULL),
(424, 2, 1412104323, 'assign', 'alwaysshowdescription', '1', NULL),
(425, 2, 1412104323, 'assign', 'alwaysshowdescription_adv', '', NULL),
(426, 2, 1412104323, 'assign', 'alwaysshowdescription_locked', '', NULL),
(427, 2, 1412104323, 'assign', 'allowsubmissionsfromdate', '0', NULL),
(428, 2, 1412104323, 'assign', 'allowsubmissionsfromdate_enabled', '1', NULL),
(429, 2, 1412104323, 'assign', 'allowsubmissionsfromdate_adv', '', NULL),
(430, 2, 1412104323, 'assign', 'duedate', '604800', NULL),
(431, 2, 1412104323, 'assign', 'duedate_enabled', '1', NULL),
(432, 2, 1412104323, 'assign', 'duedate_adv', '', NULL),
(433, 2, 1412104323, 'assign', 'cutoffdate', '1209600', NULL),
(434, 2, 1412104323, 'assign', 'cutoffdate_enabled', '', NULL),
(435, 2, 1412104323, 'assign', 'cutoffdate_adv', '', NULL),
(436, 2, 1412104323, 'assign', 'submissiondrafts', '0', NULL),
(437, 2, 1412104323, 'assign', 'submissiondrafts_adv', '', NULL),
(438, 2, 1412104323, 'assign', 'submissiondrafts_locked', '', NULL),
(439, 2, 1412104323, 'assign', 'requiresubmissionstatement', '0', NULL),
(440, 2, 1412104323, 'assign', 'requiresubmissionstatement_adv', '', NULL),
(441, 2, 1412104323, 'assign', 'requiresubmissionstatement_locked', '', NULL),
(442, 2, 1412104323, 'assign', 'attemptreopenmethod', 'none', NULL),
(443, 2, 1412104323, 'assign', 'attemptreopenmethod_adv', '', NULL),
(444, 2, 1412104323, 'assign', 'attemptreopenmethod_locked', '', NULL),
(445, 2, 1412104323, 'assign', 'maxattempts', '-1', NULL),
(446, 2, 1412104323, 'assign', 'maxattempts_adv', '', NULL),
(447, 2, 1412104323, 'assign', 'maxattempts_locked', '', NULL),
(448, 2, 1412104323, 'assign', 'teamsubmission', '0', NULL),
(449, 2, 1412104323, 'assign', 'teamsubmission_adv', '', NULL),
(450, 2, 1412104323, 'assign', 'teamsubmission_locked', '', NULL),
(451, 2, 1412104323, 'assign', 'requireallteammemberssubmit', '0', NULL),
(452, 2, 1412104323, 'assign', 'requireallteammemberssubmit_adv', '', NULL),
(453, 2, 1412104323, 'assign', 'requireallteammemberssubmit_locked', '', NULL),
(454, 2, 1412104323, 'assign', 'teamsubmissiongroupingid', '', NULL),
(455, 2, 1412104323, 'assign', 'teamsubmissiongroupingid_adv', '', NULL),
(456, 2, 1412104323, 'assign', 'sendnotifications', '0', NULL),
(457, 2, 1412104323, 'assign', 'sendnotifications_adv', '', NULL),
(458, 2, 1412104323, 'assign', 'sendnotifications_locked', '', NULL),
(459, 2, 1412104323, 'assign', 'sendlatenotifications', '0', NULL),
(460, 2, 1412104323, 'assign', 'sendlatenotifications_adv', '', NULL),
(461, 2, 1412104323, 'assign', 'sendlatenotifications_locked', '', NULL),
(462, 2, 1412104323, 'assign', 'sendstudentnotifications', '1', NULL),
(463, 2, 1412104323, 'assign', 'sendstudentnotifications_adv', '', NULL),
(464, 2, 1412104323, 'assign', 'sendstudentnotifications_locked', '', NULL),
(465, 2, 1412104323, 'assign', 'blindmarking', '0', NULL),
(466, 2, 1412104323, 'assign', 'blindmarking_adv', '', NULL),
(467, 2, 1412104323, 'assign', 'blindmarking_locked', '', NULL),
(468, 2, 1412104323, 'assign', 'markingworkflow', '0', NULL),
(469, 2, 1412104323, 'assign', 'markingworkflow_adv', '', NULL),
(470, 2, 1412104323, 'assign', 'markingworkflow_locked', '', NULL),
(471, 2, 1412104323, 'assign', 'markingallocation', '0', NULL),
(472, 2, 1412104323, 'assign', 'markingallocation_adv', '', NULL),
(473, 2, 1412104323, 'assign', 'markingallocation_locked', '', NULL),
(474, 2, 1412104323, 'assignsubmission_file', 'default', '1', NULL),
(475, 2, 1412104323, 'assignsubmission_file', 'maxbytes', '1048576', NULL),
(476, 2, 1412104323, 'assignsubmission_onlinetext', 'default', '0', NULL),
(477, 2, 1412104323, 'assignfeedback_comments', 'default', '1', NULL),
(478, 2, 1412104323, 'assignfeedback_comments', 'inline', '0', NULL),
(479, 2, 1412104323, 'assignfeedback_comments', 'inline_adv', '', NULL),
(480, 2, 1412104323, 'assignfeedback_comments', 'inline_locked', '', NULL),
(481, 2, 1412104323, 'assignfeedback_editpdf', 'stamps', '', NULL),
(482, 2, 1412104323, 'assignfeedback_editpdf', 'gspath', '/usr/bin/gs', NULL),
(483, 2, 1412104323, 'assignfeedback_file', 'default', '0', NULL),
(484, 2, 1412104323, 'assignfeedback_offline', 'default', '0', NULL),
(485, 2, 1412104323, 'book', 'requiremodintro', '1', NULL),
(486, 2, 1412104323, 'book', 'numberingoptions', '0,1,2,3', NULL),
(487, 2, 1412104323, 'book', 'numbering', '1', NULL),
(488, 2, 1412104323, NULL, 'chat_method', 'ajax', NULL),
(489, 2, 1412104323, NULL, 'chat_refresh_userlist', '10', NULL),
(490, 2, 1412104323, NULL, 'chat_old_ping', '35', NULL),
(491, 2, 1412104323, NULL, 'chat_refresh_room', '5', NULL),
(492, 2, 1412104323, NULL, 'chat_normal_updatemode', 'jsupdate', NULL),
(493, 2, 1412104323, NULL, 'chat_serverhost', 'moodle.lulavi.com', NULL),
(494, 2, 1412104323, NULL, 'chat_serverip', '127.0.0.1', NULL),
(495, 2, 1412104323, NULL, 'chat_serverport', '9111', NULL),
(496, 2, 1412104323, NULL, 'chat_servermax', '100', NULL),
(497, 2, 1412104323, NULL, 'data_enablerssfeeds', '0', NULL),
(498, 2, 1412104323, NULL, 'feedback_allowfullanonymous', '0', NULL),
(499, 2, 1412104323, 'folder', 'requiremodintro', '1', NULL),
(500, 2, 1412104323, 'folder', 'showexpanded', '1', NULL),
(501, 2, 1412104323, NULL, 'forum_displaymode', '3', NULL),
(502, 2, 1412104323, NULL, 'forum_replytouser', '1', NULL),
(503, 2, 1412104323, NULL, 'forum_shortpost', '300', NULL),
(504, 2, 1412104323, NULL, 'forum_longpost', '600', NULL),
(505, 2, 1412104323, NULL, 'forum_manydiscussions', '100', NULL),
(506, 2, 1412104323, NULL, 'forum_maxbytes', '512000', NULL),
(507, 2, 1412104323, NULL, 'forum_maxattachments', '9', NULL),
(508, 2, 1412104323, NULL, 'forum_trackingtype', '1', NULL),
(509, 2, 1412104323, NULL, 'forum_trackreadposts', '1', NULL),
(510, 2, 1412104323, NULL, 'forum_allowforcedreadtracking', '0', NULL),
(511, 2, 1412104323, NULL, 'forum_oldpostdays', '14', NULL),
(512, 2, 1412104323, NULL, 'forum_usermarksread', '0', NULL),
(513, 2, 1412104323, NULL, 'forum_cleanreadtime', '2', NULL),
(514, 2, 1412104323, NULL, 'digestmailtime', '17', NULL),
(515, 2, 1412104323, NULL, 'forum_enablerssfeeds', '0', NULL),
(516, 2, 1412104323, NULL, 'forum_enabletimedposts', '0', NULL),
(517, 2, 1412104323, NULL, 'glossary_entbypage', '10', NULL),
(518, 2, 1412104323, NULL, 'glossary_dupentries', '0', NULL),
(519, 2, 1412104323, NULL, 'glossary_allowcomments', '0', NULL),
(520, 2, 1412104323, NULL, 'glossary_linkbydefault', '1', NULL),
(521, 2, 1412104323, NULL, 'glossary_defaultapproval', '1', NULL),
(522, 2, 1412104323, NULL, 'glossary_enablerssfeeds', '0', NULL),
(523, 2, 1412104323, NULL, 'glossary_linkentries', '0', NULL),
(524, 2, 1412104323, NULL, 'glossary_casesensitive', '0', NULL),
(525, 2, 1412104323, NULL, 'glossary_fullmatch', '0', NULL),
(526, 2, 1412104323, 'imscp', 'requiremodintro', '1', NULL),
(527, 2, 1412104323, 'imscp', 'keepold', '1', NULL),
(528, 2, 1412104323, 'imscp', 'keepold_adv', '', NULL),
(529, 2, 1412104323, 'label', 'dndmedia', '1', NULL),
(530, 2, 1412104323, 'label', 'dndresizewidth', '400', NULL),
(531, 2, 1412104323, 'label', 'dndresizeheight', '400', NULL),
(532, 2, 1412104323, NULL, 'lesson_slideshowwidth', '640', NULL),
(533, 2, 1412104323, NULL, 'lesson_slideshowheight', '480', NULL),
(534, 2, 1412104323, NULL, 'lesson_slideshowbgcolor', '#FFFFFF', NULL),
(535, 2, 1412104323, NULL, 'lesson_mediawidth', '640', NULL),
(536, 2, 1412104323, NULL, 'lesson_mediaheight', '480', NULL),
(537, 2, 1412104323, NULL, 'lesson_mediaclose', '0', NULL),
(538, 2, 1412104323, NULL, 'lesson_maxhighscores', '10', NULL),
(539, 2, 1412104323, NULL, 'lesson_maxanswers', '4', NULL),
(540, 2, 1412104323, NULL, 'lesson_defaultnextpage', '0', NULL),
(541, 2, 1412104323, 'page', 'requiremodintro', '1', NULL),
(542, 2, 1412104323, 'page', 'displayoptions', '5', NULL),
(543, 2, 1412104323, 'page', 'printheading', '1', NULL),
(544, 2, 1412104323, 'page', 'printintro', '0', NULL),
(545, 2, 1412104323, 'page', 'display', '5', NULL),
(546, 2, 1412104323, 'page', 'popupwidth', '620', NULL),
(547, 2, 1412104323, 'page', 'popupheight', '450', NULL),
(548, 2, 1412104323, 'quiz', 'timelimit', '0', NULL),
(549, 2, 1412104323, 'quiz', 'timelimit_adv', '', NULL),
(550, 2, 1412104323, 'quiz', 'overduehandling', 'autoabandon', NULL),
(551, 2, 1412104323, 'quiz', 'overduehandling_adv', '', NULL),
(552, 2, 1412104323, 'quiz', 'graceperiod', '86400', NULL),
(553, 2, 1412104323, 'quiz', 'graceperiod_adv', '', NULL),
(554, 2, 1412104323, 'quiz', 'graceperiodmin', '60', NULL),
(555, 2, 1412104323, 'quiz', 'attempts', '0', NULL),
(556, 2, 1412104323, 'quiz', 'attempts_adv', '', NULL),
(557, 2, 1412104323, 'quiz', 'grademethod', '1', NULL),
(558, 2, 1412104323, 'quiz', 'grademethod_adv', '', NULL),
(559, 2, 1412104323, 'quiz', 'maximumgrade', '10', NULL),
(560, 2, 1412104323, 'quiz', 'shufflequestions', '0', NULL),
(561, 2, 1412104323, 'quiz', 'shufflequestions_adv', '', NULL),
(562, 2, 1412104323, 'quiz', 'questionsperpage', '1', NULL),
(563, 2, 1412104323, 'quiz', 'questionsperpage_adv', '', NULL),
(564, 2, 1412104323, 'quiz', 'navmethod', 'free', NULL),
(565, 2, 1412104323, 'quiz', 'navmethod_adv', '1', NULL),
(566, 2, 1412104323, 'quiz', 'shuffleanswers', '1', NULL),
(567, 2, 1412104323, 'quiz', 'shuffleanswers_adv', '', NULL),
(568, 2, 1412104323, 'quiz', 'preferredbehaviour', 'deferredfeedback', NULL),
(569, 2, 1412104323, 'quiz', 'attemptonlast', '0', NULL),
(570, 2, 1412104323, 'quiz', 'attemptonlast_adv', '1', NULL),
(571, 2, 1412104323, 'quiz', 'reviewattempt', '69904', NULL),
(572, 2, 1412104323, 'quiz', 'reviewcorrectness', '69904', NULL),
(573, 2, 1412104323, 'quiz', 'reviewmarks', '69904', NULL),
(574, 2, 1412104323, 'quiz', 'reviewspecificfeedback', '69904', NULL),
(575, 2, 1412104323, 'quiz', 'reviewgeneralfeedback', '69904', NULL),
(576, 2, 1412104323, 'quiz', 'reviewrightanswer', '69904', NULL),
(577, 2, 1412104323, 'quiz', 'reviewoverallfeedback', '4368', NULL),
(578, 2, 1412104323, 'quiz', 'showuserpicture', '0', NULL),
(579, 2, 1412104323, 'quiz', 'showuserpicture_adv', '', NULL),
(580, 2, 1412104323, 'quiz', 'decimalpoints', '2', NULL),
(581, 2, 1412104323, 'quiz', 'decimalpoints_adv', '', NULL),
(582, 2, 1412104323, 'quiz', 'questiondecimalpoints', '-1', NULL),
(583, 2, 1412104323, 'quiz', 'questiondecimalpoints_adv', '1', NULL),
(584, 2, 1412104323, 'quiz', 'showblocks', '0', NULL),
(585, 2, 1412104323, 'quiz', 'showblocks_adv', '1', NULL),
(586, 2, 1412104323, 'quiz', 'password', '', NULL),
(587, 2, 1412104323, 'quiz', 'password_adv', '1', NULL),
(588, 2, 1412104323, 'quiz', 'subnet', '', NULL),
(589, 2, 1412104323, 'quiz', 'subnet_adv', '1', NULL),
(590, 2, 1412104323, 'quiz', 'delay1', '0', NULL),
(591, 2, 1412104323, 'quiz', 'delay1_adv', '1', NULL),
(592, 2, 1412104323, 'quiz', 'delay2', '0', NULL),
(593, 2, 1412104323, 'quiz', 'delay2_adv', '1', NULL),
(594, 2, 1412104323, 'quiz', 'browsersecurity', '-', NULL),
(595, 2, 1412104323, 'quiz', 'browsersecurity_adv', '1', NULL),
(596, 2, 1412104323, 'quiz', 'autosaveperiod', '0', NULL),
(597, 2, 1412104323, 'resource', 'framesize', '130', NULL),
(598, 2, 1412104323, 'resource', 'requiremodintro', '1', NULL),
(599, 2, 1412104323, 'resource', 'displayoptions', '0,1,4,5,6', NULL),
(600, 2, 1412104323, 'resource', 'printintro', '1', NULL),
(601, 2, 1412104323, 'resource', 'display', '0', NULL),
(602, 2, 1412104323, 'resource', 'showsize', '0', NULL),
(603, 2, 1412104323, 'resource', 'showtype', '0', NULL),
(604, 2, 1412104323, 'resource', 'popupwidth', '620', NULL),
(605, 2, 1412104323, 'resource', 'popupheight', '450', NULL),
(606, 2, 1412104323, 'resource', 'filterfiles', '0', NULL),
(607, 2, 1412104323, 'scorm', 'displaycoursestructure', '0', NULL),
(608, 2, 1412104323, 'scorm', 'displaycoursestructure_adv', '', NULL),
(609, 2, 1412104323, 'scorm', 'popup', '0', NULL),
(610, 2, 1412104323, 'scorm', 'popup_adv', '', NULL),
(611, 2, 1412104323, 'scorm', 'displayactivityname', '1', NULL),
(612, 2, 1412104323, 'scorm', 'framewidth', '100', NULL),
(613, 2, 1412104323, 'scorm', 'framewidth_adv', '1', NULL),
(614, 2, 1412104323, 'scorm', 'frameheight', '500', NULL),
(615, 2, 1412104323, 'scorm', 'frameheight_adv', '1', NULL),
(616, 2, 1412104323, 'scorm', 'winoptgrp_adv', '1', NULL),
(617, 2, 1412104323, 'scorm', 'scrollbars', '0', NULL),
(618, 2, 1412104323, 'scorm', 'directories', '0', NULL),
(619, 2, 1412104323, 'scorm', 'location', '0', NULL),
(620, 2, 1412104323, 'scorm', 'menubar', '0', NULL),
(621, 2, 1412104323, 'scorm', 'toolbar', '0', NULL),
(622, 2, 1412104323, 'scorm', 'status', '0', NULL),
(623, 2, 1412104323, 'scorm', 'skipview', '0', NULL),
(624, 2, 1412104323, 'scorm', 'skipview_adv', '1', NULL),
(625, 2, 1412104323, 'scorm', 'hidebrowse', '0', NULL),
(626, 2, 1412104323, 'scorm', 'hidebrowse_adv', '1', NULL),
(627, 2, 1412104323, 'scorm', 'hidetoc', '0', NULL),
(628, 2, 1412104323, 'scorm', 'hidetoc_adv', '1', NULL),
(629, 2, 1412104323, 'scorm', 'nav', '1', NULL),
(630, 2, 1412104323, 'scorm', 'nav_adv', '1', NULL),
(631, 2, 1412104323, 'scorm', 'navpositionleft', '-100', NULL),
(632, 2, 1412104323, 'scorm', 'navpositionleft_adv', '1', NULL),
(633, 2, 1412104323, 'scorm', 'navpositiontop', '-100', NULL),
(634, 2, 1412104323, 'scorm', 'navpositiontop_adv', '1', NULL),
(635, 2, 1412104323, 'scorm', 'collapsetocwinsize', '767', NULL),
(636, 2, 1412104323, 'scorm', 'collapsetocwinsize_adv', '1', NULL),
(637, 2, 1412104323, 'scorm', 'displayattemptstatus', '1', NULL),
(638, 2, 1412104323, 'scorm', 'displayattemptstatus_adv', '', NULL),
(639, 2, 1412104323, 'scorm', 'grademethod', '1', NULL),
(640, 2, 1412104323, 'scorm', 'maxgrade', '100', NULL),
(641, 2, 1412104323, 'scorm', 'maxattempt', '0', NULL),
(642, 2, 1412104323, 'scorm', 'whatgrade', '0', NULL),
(643, 2, 1412104323, 'scorm', 'forcecompleted', '0', NULL),
(644, 2, 1412104323, 'scorm', 'forcenewattempt', '0', NULL),
(645, 2, 1412104323, 'scorm', 'lastattemptlock', '0', NULL),
(646, 2, 1412104323, 'scorm', 'auto', '0', NULL),
(647, 2, 1412104323, 'scorm', 'updatefreq', '0', NULL),
(648, 2, 1412104323, 'scorm', 'scorm12standard', '1', NULL),
(649, 2, 1412104323, 'scorm', 'allowtypeexternal', '0', NULL),
(650, 2, 1412104323, 'scorm', 'allowtypelocalsync', '0', NULL),
(651, 2, 1412104323, 'scorm', 'allowtypeexternalaicc', '0', NULL),
(652, 2, 1412104323, 'scorm', 'allowaicchacp', '0', NULL),
(653, 2, 1412104323, 'scorm', 'aicchacptimeout', '30', NULL),
(654, 2, 1412104323, 'scorm', 'aicchacpkeepsessiondata', '1', NULL),
(655, 2, 1412104323, 'scorm', 'forcejavascript', '1', NULL),
(656, 2, 1412104323, 'scorm', 'allowapidebug', '0', NULL),
(657, 2, 1412104323, 'scorm', 'apidebugmask', '.*', NULL),
(658, 2, 1412104323, 'url', 'framesize', '130', NULL),
(659, 2, 1412104323, 'url', 'requiremodintro', '1', NULL),
(660, 2, 1412104323, 'url', 'secretphrase', '', NULL),
(661, 2, 1412104323, 'url', 'rolesinparams', '0', NULL),
(662, 2, 1412104323, 'url', 'displayoptions', '0,1,5,6', NULL),
(663, 2, 1412104323, 'url', 'printintro', '1', NULL),
(664, 2, 1412104323, 'url', 'display', '0', NULL),
(665, 2, 1412104323, 'url', 'popupwidth', '620', NULL),
(666, 2, 1412104323, 'url', 'popupheight', '450', NULL),
(667, 2, 1412104323, 'workshop', 'grade', '80', NULL),
(668, 2, 1412104323, 'workshop', 'gradinggrade', '20', NULL),
(669, 2, 1412104323, 'workshop', 'gradedecimals', '0', NULL),
(670, 2, 1412104323, 'workshop', 'maxbytes', '0', NULL),
(671, 2, 1412104323, 'workshop', 'strategy', 'accumulative', NULL),
(672, 2, 1412104323, 'workshop', 'examplesmode', '0', NULL),
(673, 2, 1412104323, 'workshopallocation_random', 'numofreviews', '5', NULL),
(674, 2, 1412104323, 'workshopform_numerrors', 'grade0', 'No', NULL),
(675, 2, 1412104323, 'workshopform_numerrors', 'grade1', 'Yes', NULL),
(676, 2, 1412104323, 'workshopeval_best', 'comparison', '5', NULL),
(677, 2, 1412104323, NULL, 'block_course_list_adminview', 'all', NULL),
(678, 2, 1412104323, NULL, 'block_course_list_hideallcourseslink', '0', NULL),
(679, 2, 1412104323, 'block_course_overview', 'defaultmaxcourses', '10', NULL),
(680, 2, 1412104323, 'block_course_overview', 'forcedefaultmaxcourses', '0', NULL),
(681, 2, 1412104323, 'block_course_overview', 'showchildren', '0', NULL),
(682, 2, 1412104323, 'block_course_overview', 'showwelcomearea', '0', NULL),
(683, 2, 1412104323, NULL, 'block_html_allowcssclasses', '0', NULL),
(684, 2, 1412104323, NULL, 'block_online_users_timetosee', '5', NULL),
(685, 2, 1412104323, NULL, 'block_rss_client_num_entries', '5', NULL),
(686, 2, 1412104323, NULL, 'block_rss_client_timeout', '30', NULL),
(687, 2, 1412104323, 'block_section_links', 'numsections1', '22', NULL),
(688, 2, 1412104323, 'block_section_links', 'incby1', '2', NULL),
(689, 2, 1412104323, 'block_section_links', 'numsections2', '40', NULL),
(690, 2, 1412104323, 'block_section_links', 'incby2', '5', NULL),
(691, 2, 1412104323, NULL, 'block_tags_showcoursetags', '0', NULL),
(692, 2, 1412104323, 'format_singleactivity', 'activitytype', 'forum', NULL),
(693, 2, 1412104323, 'enrol_cohort', 'roleid', '5', NULL),
(694, 2, 1412104323, 'enrol_cohort', 'unenrolaction', '0', NULL),
(695, 2, 1412104323, 'enrol_database', 'dbtype', '', NULL),
(696, 2, 1412104323, 'enrol_database', 'dbhost', 'localhost', NULL),
(697, 2, 1412104323, 'enrol_database', 'dbuser', '', NULL),
(698, 2, 1412104323, 'enrol_database', 'dbpass', '', NULL),
(699, 2, 1412104323, 'enrol_database', 'dbname', '', NULL),
(700, 2, 1412104323, 'enrol_database', 'dbencoding', 'utf-8', NULL),
(701, 2, 1412104323, 'enrol_database', 'dbsetupsql', '', NULL),
(702, 2, 1412104323, 'enrol_database', 'dbsybasequoting', '0', NULL),
(703, 2, 1412104323, 'enrol_database', 'debugdb', '0', NULL),
(704, 2, 1412104323, 'enrol_database', 'localcoursefield', 'idnumber', NULL),
(705, 2, 1412104323, 'enrol_database', 'localuserfield', 'idnumber', NULL),
(706, 2, 1412104323, 'enrol_database', 'localrolefield', 'shortname', NULL),
(707, 2, 1412104323, 'enrol_database', 'localcategoryfield', 'id', NULL),
(708, 2, 1412104323, 'enrol_database', 'remoteenroltable', '', NULL),
(709, 2, 1412104323, 'enrol_database', 'remotecoursefield', '', NULL),
(710, 2, 1412104323, 'enrol_database', 'remoteuserfield', '', NULL),
(711, 2, 1412104323, 'enrol_database', 'remoterolefield', '', NULL),
(712, 2, 1412104323, 'enrol_database', 'defaultrole', '5', NULL),
(713, 2, 1412104323, 'enrol_database', 'ignorehiddencourses', '0', NULL),
(714, 2, 1412104323, 'enrol_database', 'unenrolaction', '0', NULL),
(715, 2, 1412104323, 'enrol_database', 'newcoursetable', '', NULL),
(716, 2, 1412104323, 'enrol_database', 'newcoursefullname', 'fullname', NULL),
(717, 2, 1412104323, 'enrol_database', 'newcourseshortname', 'shortname', NULL),
(718, 2, 1412104323, 'enrol_database', 'newcourseidnumber', 'idnumber', NULL),
(719, 2, 1412104323, 'enrol_database', 'newcoursecategory', '', NULL),
(720, 2, 1412104323, 'enrol_database', 'defaultcategory', '1', NULL),
(721, 2, 1412104323, 'enrol_database', 'templatecourse', '', NULL),
(722, 2, 1412104323, 'enrol_flatfile', 'location', '', NULL),
(723, 2, 1412104323, 'enrol_flatfile', 'encoding', 'UTF-8', NULL),
(724, 2, 1412104323, 'enrol_flatfile', 'mailstudents', '0', NULL),
(725, 2, 1412104323, 'enrol_flatfile', 'mailteachers', '0', NULL),
(726, 2, 1412104323, 'enrol_flatfile', 'mailadmins', '0', NULL),
(727, 2, 1412104323, 'enrol_flatfile', 'unenrolaction', '3', NULL),
(728, 2, 1412104323, 'enrol_flatfile', 'expiredaction', '3', NULL),
(729, 2, 1412104323, 'enrol_guest', 'requirepassword', '0', NULL),
(730, 2, 1412104323, 'enrol_guest', 'usepasswordpolicy', '0', NULL),
(731, 2, 1412104323, 'enrol_guest', 'showhint', '0', NULL),
(732, 2, 1412104323, 'enrol_guest', 'defaultenrol', '1', NULL),
(733, 2, 1412104323, 'enrol_guest', 'status', '1', NULL),
(734, 2, 1412104323, 'enrol_guest', 'status_adv', '', NULL),
(735, 2, 1412104323, 'enrol_imsenterprise', 'imsfilelocation', '', NULL),
(736, 2, 1412104323, 'enrol_imsenterprise', 'logtolocation', '', NULL),
(737, 2, 1412104323, 'enrol_imsenterprise', 'mailadmins', '0', NULL),
(738, 2, 1412104323, 'enrol_imsenterprise', 'createnewusers', '0', NULL),
(739, 2, 1412104323, 'enrol_imsenterprise', 'imsdeleteusers', '0', NULL),
(740, 2, 1412104323, 'enrol_imsenterprise', 'fixcaseusernames', '0', NULL),
(741, 2, 1412104323, 'enrol_imsenterprise', 'fixcasepersonalnames', '0', NULL),
(742, 2, 1412104323, 'enrol_imsenterprise', 'imssourcedidfallback', '0', NULL),
(743, 2, 1412104323, 'enrol_imsenterprise', 'imsrolemap01', '5', NULL),
(744, 2, 1412104323, 'enrol_imsenterprise', 'imsrolemap02', '3', NULL),
(745, 2, 1412104323, 'enrol_imsenterprise', 'imsrolemap03', '3', NULL),
(746, 2, 1412104323, 'enrol_imsenterprise', 'imsrolemap04', '5', NULL);
INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES
(747, 2, 1412104323, 'enrol_imsenterprise', 'imsrolemap05', '0', NULL),
(748, 2, 1412104323, 'enrol_imsenterprise', 'imsrolemap06', '4', NULL),
(749, 2, 1412104323, 'enrol_imsenterprise', 'imsrolemap07', '0', NULL),
(750, 2, 1412104323, 'enrol_imsenterprise', 'imsrolemap08', '4', NULL),
(751, 2, 1412104323, 'enrol_imsenterprise', 'truncatecoursecodes', '0', NULL),
(752, 2, 1412104323, 'enrol_imsenterprise', 'createnewcourses', '0', NULL),
(753, 2, 1412104323, 'enrol_imsenterprise', 'createnewcategories', '0', NULL),
(754, 2, 1412104323, 'enrol_imsenterprise', 'imsunenrol', '0', NULL),
(755, 2, 1412104323, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode', NULL),
(756, 2, 1412104323, 'enrol_imsenterprise', 'imscoursemapfullname', 'short', NULL),
(757, 2, 1412104323, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore', NULL),
(758, 2, 1412104323, 'enrol_imsenterprise', 'imsrestricttarget', '', NULL),
(759, 2, 1412104323, 'enrol_imsenterprise', 'imscapitafix', '0', NULL),
(760, 2, 1412104323, 'enrol_ldap', 'host_url', '', NULL),
(761, 2, 1412104323, 'enrol_ldap', 'start_tls', '0', NULL),
(762, 2, 1412104323, 'enrol_ldap', 'ldap_version', '3', NULL),
(763, 2, 1412104323, 'enrol_ldap', 'ldapencoding', 'utf-8', NULL),
(764, 2, 1412104323, 'enrol_ldap', 'pagesize', '250', NULL),
(765, 2, 1412104323, 'enrol_ldap', 'bind_dn', '', NULL),
(766, 2, 1412104323, 'enrol_ldap', 'bind_pw', '', NULL),
(767, 2, 1412104323, 'enrol_ldap', 'course_search_sub', '0', NULL),
(768, 2, 1412104323, 'enrol_ldap', 'memberattribute_isdn', '0', NULL),
(769, 2, 1412104323, 'enrol_ldap', 'user_contexts', '', NULL),
(770, 2, 1412104323, 'enrol_ldap', 'user_search_sub', '0', NULL),
(771, 2, 1412104323, 'enrol_ldap', 'user_type', 'default', NULL),
(772, 2, 1412104323, 'enrol_ldap', 'opt_deref', '0', NULL),
(773, 2, 1412104323, 'enrol_ldap', 'idnumber_attribute', '', NULL),
(774, 2, 1412104323, 'enrol_ldap', 'objectclass', '', NULL),
(775, 2, 1412104323, 'enrol_ldap', 'course_idnumber', '', NULL),
(776, 2, 1412104323, 'enrol_ldap', 'course_shortname', '', NULL),
(777, 2, 1412104323, 'enrol_ldap', 'course_fullname', '', NULL),
(778, 2, 1412104323, 'enrol_ldap', 'course_summary', '', NULL),
(779, 2, 1412104323, 'enrol_ldap', 'ignorehiddencourses', '0', NULL),
(780, 2, 1412104323, 'enrol_ldap', 'unenrolaction', '0', NULL),
(781, 2, 1412104323, 'enrol_ldap', 'autocreate', '0', NULL),
(782, 2, 1412104323, 'enrol_ldap', 'category', '1', NULL),
(783, 2, 1412104323, 'enrol_ldap', 'template', '', NULL),
(784, 2, 1412104323, 'enrol_ldap', 'course_shortname_updateonsync', '0', NULL),
(785, 2, 1412104323, 'enrol_ldap', 'course_fullname_updateonsync', '0', NULL),
(786, 2, 1412104323, 'enrol_ldap', 'course_summary_updateonsync', '0', NULL),
(787, 2, 1412104323, 'enrol_ldap', 'nested_groups', '0', NULL),
(788, 2, 1412104323, 'enrol_ldap', 'group_memberofattribute', '', NULL),
(789, 2, 1412104323, 'enrol_manual', 'expiredaction', '1', NULL),
(790, 2, 1412104323, 'enrol_manual', 'expirynotifyhour', '6', NULL),
(791, 2, 1412104323, 'enrol_manual', 'defaultenrol', '1', NULL),
(792, 2, 1412104323, 'enrol_manual', 'status', '0', NULL),
(793, 2, 1412104323, 'enrol_manual', 'roleid', '5', NULL),
(794, 2, 1412104323, 'enrol_manual', 'enrolperiod', '0', NULL),
(795, 2, 1412104323, 'enrol_manual', 'expirynotify', '0', NULL),
(796, 2, 1412104323, 'enrol_manual', 'expirythreshold', '86400', NULL),
(797, 2, 1412104323, 'enrol_meta', 'nosyncroleids', '', NULL),
(798, 2, 1412104323, 'enrol_meta', 'syncall', '1', NULL),
(799, 2, 1412104323, 'enrol_meta', 'unenrolaction', '3', NULL),
(800, 2, 1412104323, 'enrol_mnet', 'roleid', '5', NULL),
(801, 2, 1412104323, 'enrol_mnet', 'roleid_adv', '1', NULL),
(802, 2, 1412104323, 'enrol_paypal', 'paypalbusiness', '', NULL),
(803, 2, 1412104323, 'enrol_paypal', 'mailstudents', '0', NULL),
(804, 2, 1412104323, 'enrol_paypal', 'mailteachers', '0', NULL),
(805, 2, 1412104323, 'enrol_paypal', 'mailadmins', '0', NULL),
(806, 2, 1412104323, 'enrol_paypal', 'expiredaction', '3', NULL),
(807, 2, 1412104323, 'enrol_paypal', 'status', '1', NULL),
(808, 2, 1412104323, 'enrol_paypal', 'cost', '0', NULL),
(809, 2, 1412104323, 'enrol_paypal', 'currency', 'USD', NULL),
(810, 2, 1412104323, 'enrol_paypal', 'roleid', '5', NULL),
(811, 2, 1412104323, 'enrol_paypal', 'enrolperiod', '0', NULL),
(812, 2, 1412104323, 'enrol_self', 'requirepassword', '0', NULL),
(813, 2, 1412104323, 'enrol_self', 'usepasswordpolicy', '0', NULL),
(814, 2, 1412104323, 'enrol_self', 'showhint', '0', NULL),
(815, 2, 1412104323, 'enrol_self', 'expiredaction', '1', NULL),
(816, 2, 1412104323, 'enrol_self', 'expirynotifyhour', '6', NULL),
(817, 2, 1412104323, 'enrol_self', 'defaultenrol', '1', NULL),
(818, 2, 1412104323, 'enrol_self', 'status', '1', NULL),
(819, 2, 1412104323, 'enrol_self', 'newenrols', '1', NULL),
(820, 2, 1412104323, 'enrol_self', 'groupkey', '0', NULL),
(821, 2, 1412104323, 'enrol_self', 'roleid', '5', NULL),
(822, 2, 1412104323, 'enrol_self', 'enrolperiod', '0', NULL),
(823, 2, 1412104323, 'enrol_self', 'expirynotify', '0', NULL),
(824, 2, 1412104323, 'enrol_self', 'expirythreshold', '86400', NULL),
(825, 2, 1412104323, 'enrol_self', 'longtimenosee', '0', NULL),
(826, 2, 1412104323, 'enrol_self', 'maxenrolled', '0', NULL),
(827, 2, 1412104323, 'enrol_self', 'sendcoursewelcomemessage', '1', NULL),
(828, 2, 1412104323, NULL, 'filter_censor_badwords', '', NULL),
(829, 2, 1412104323, 'filter_emoticon', 'formats', '1,4,0', NULL),
(830, 2, 1412104323, 'filter_mathjaxloader', 'httpurl', 'http://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js', NULL),
(831, 2, 1412104323, 'filter_mathjaxloader', 'httpsurl', 'https://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js', NULL),
(832, 2, 1412104323, 'filter_mathjaxloader', 'texfiltercompatibility', '0', NULL),
(833, 2, 1412104323, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n    config: ["MMLorHTML.js", "Safe.js"],\n    jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML"],\n    extensions: ["tex2jax.js","mml2jax.js","MathMenu.js","MathZoom.js"],\n    TeX: {\n        extensions: ["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]\n    },\n    menuSettings: {\n        zoom: "Double-Click",\n        mpContext: true,\n        mpMouse: true\n    },\n    errorSettings: { message: ["!"] },\n    skipStartupTypeset: true,\n    messageStyle: "none"\n});\n', NULL),
(834, 2, 1412104323, 'filter_mathjaxloader', 'additionaldelimiters', '', NULL),
(835, 2, 1412104323, NULL, 'filter_multilang_force_old', '0', NULL),
(836, 2, 1412104323, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n', NULL),
(837, 2, 1412104323, 'filter_tex', 'latexbackground', '#FFFFFF', NULL),
(838, 2, 1412104323, 'filter_tex', 'density', '120', NULL),
(839, 2, 1412104323, 'filter_tex', 'pathlatex', '/usr/bin/latex', NULL),
(840, 2, 1412104323, 'filter_tex', 'pathdvips', '/usr/bin/dvips', NULL),
(841, 2, 1412104323, 'filter_tex', 'pathconvert', '/usr/bin/convert', NULL),
(842, 2, 1412104323, 'filter_tex', 'pathmimetex', '', NULL),
(843, 2, 1412104323, 'filter_tex', 'convertformat', 'gif', NULL),
(844, 2, 1412104323, 'filter_urltolink', 'formats', '0', NULL),
(845, 2, 1412104323, 'filter_urltolink', 'embedimages', '1', NULL),
(846, 2, 1412104323, 'logstore_database', 'dbdriver', '', NULL),
(847, 2, 1412104323, 'logstore_database', 'dbhost', '', NULL),
(848, 2, 1412104323, 'logstore_database', 'dbuser', '', NULL),
(849, 2, 1412104323, 'logstore_database', 'dbpass', '', NULL),
(850, 2, 1412104323, 'logstore_database', 'dbname', '', NULL),
(851, 2, 1412104323, 'logstore_database', 'dbtable', '', NULL),
(852, 2, 1412104323, 'logstore_database', 'dbpersist', '0', NULL),
(853, 2, 1412104323, 'logstore_database', 'dbsocket', '', NULL),
(854, 2, 1412104323, 'logstore_database', 'dbport', '', NULL),
(855, 2, 1412104323, 'logstore_database', 'dbschema', '', NULL),
(856, 2, 1412104323, 'logstore_database', 'dbcollation', '', NULL),
(857, 2, 1412104323, 'logstore_database', 'buffersize', '50', NULL),
(858, 2, 1412104323, 'logstore_database', 'logguests', '0', NULL),
(859, 2, 1412104323, 'logstore_database', 'includelevels', '1,2,0', NULL),
(860, 2, 1412104323, 'logstore_database', 'includeactions', 'c,r,u,d', NULL),
(861, 2, 1412104323, 'logstore_legacy', 'loglegacy', '0', NULL),
(862, 2, 1412104323, NULL, 'logguests', '1', NULL),
(863, 2, 1412104323, NULL, 'loglifetime', '0', NULL),
(864, 2, 1412104323, 'logstore_standard', 'logguests', '1', NULL),
(865, 2, 1412104323, 'logstore_standard', 'loglifetime', '0', NULL),
(866, 2, 1412104323, 'logstore_standard', 'buffersize', '50', NULL),
(867, 2, 1412104323, NULL, 'airnotifierurl', 'https://messages.moodle.net', NULL),
(868, 2, 1412104323, NULL, 'airnotifierport', '443', NULL),
(869, 2, 1412104323, NULL, 'airnotifiermobileappname', 'com.moodle.moodlemobile', NULL),
(870, 2, 1412104323, NULL, 'airnotifierappname', 'commoodlemoodlemobile', NULL),
(871, 2, 1412104323, NULL, 'airnotifieraccesskey', '', NULL),
(872, 2, 1412104323, NULL, 'smtphosts', '', NULL),
(873, 2, 1412104323, NULL, 'smtpsecure', '', NULL),
(874, 2, 1412104323, NULL, 'smtpuser', '', NULL),
(875, 2, 1412104323, NULL, 'smtppass', '', NULL),
(876, 2, 1412104323, NULL, 'smtpmaxbulk', '1', NULL),
(877, 2, 1412104323, NULL, 'noreplyaddress', 'noreply@moodle.lulavi.com', NULL),
(878, 2, 1412104323, NULL, 'emailonlyfromnoreplyaddress', '0', NULL),
(879, 2, 1412104323, NULL, 'sitemailcharset', '0', NULL),
(880, 2, 1412104323, NULL, 'allowusermailcharset', '0', NULL),
(881, 2, 1412104323, NULL, 'allowattachments', '1', NULL),
(882, 2, 1412104323, NULL, 'mailnewline', 'LF', NULL),
(883, 2, 1412104323, NULL, 'jabberhost', '', NULL),
(884, 2, 1412104323, NULL, 'jabberserver', '', NULL),
(885, 2, 1412104323, NULL, 'jabberusername', '', NULL),
(886, 2, 1412104323, NULL, 'jabberpassword', '', NULL),
(887, 2, 1412104323, NULL, 'jabberport', '5222', NULL),
(888, 2, 1412104323, 'editor_atto', 'toolbar', 'collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html', NULL),
(889, 2, 1412104323, 'atto_collapse', 'showgroups', '5', NULL),
(890, 2, 1412104323, '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),
(891, 2, 1412104323, '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),
(892, 2, 1412104323, '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),
(893, 2, 1412104323, 'atto_equation', 'librarygroup4', '\n\\sum{a,b}\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', NULL),
(894, 2, 1412104323, '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),
(895, 2, 1412104323, '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),
(896, 2, 1412104323, 'editor_tinymce', 'customconfig', '', NULL),
(897, 2, 1412104323, 'tinymce_dragmath', 'requiretex', '1', NULL),
(898, 2, 1412104323, 'tinymce_moodleemoticon', 'requireemoticon', '1', NULL),
(899, 2, 1412104323, 'tinymce_spellchecker', 'spellengine', '', NULL),
(900, 2, 1412104323, '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),
(901, 2, 1412104323, NULL, 'profileroles', '5,4,3', NULL),
(902, 2, 1412104323, NULL, 'coursecontact', '3', NULL),
(903, 2, 1412104323, NULL, 'frontpage', '6', NULL),
(904, 2, 1412104323, NULL, 'frontpageloggedin', '6', NULL),
(905, 2, 1412104323, NULL, 'maxcategorydepth', '2', NULL),
(906, 2, 1412104323, NULL, 'frontpagecourselimit', '200', NULL),
(907, 2, 1412104323, NULL, 'commentsperpage', '15', NULL),
(908, 2, 1412104323, NULL, 'defaultfrontpageroleid', '8', NULL),
(909, 2, 1412104323, NULL, 'supportname', 'System Administrator', NULL),
(910, 2, 1412104323, NULL, 'supportemail', 'admin@moodle.lulavi.com', NULL),
(911, 2, 1412104323, NULL, 'registerauth', '', NULL),
(912, 2, 1412120171, NULL, 'block_tags_showcoursetags', '1', '0'),
(913, 2, 1412120237, NULL, 'block_html_allowcssclasses', '1', '0'),
(914, 2, 1412120587, NULL, 'frontpage', '6,2,7,4', '6'),
(915, 2, 1412120758, NULL, 'calendar_site_timeformat', '%H:%M', '0'),
(916, 2, 1412120758, NULL, 'calendar_weekend', '96', '65'),
(917, 2, 1412120758, NULL, 'calendar_lookahead', '14', '21'),
(918, 2, 1412120887, NULL, 'navshowmycoursecategories', '1', '0'),
(919, 2, 1412120920, NULL, 'doctonewwindow', '1', '0'),
(920, 2, 1412121070, NULL, 'courselistshortnames', '1', '0'),
(921, 2, 1412121070, NULL, 'courseoverviewfileslimit', '3', '1'),
(922, 2, 1412121070, NULL, 'courseoverviewfilesext', '.jpg,.gif,.png,pdf', '.jpg,.gif,.png'),
(923, 2, 1412121164, NULL, 'messagingdeletereadnotificationsdelay', '0', '604800'),
(924, 2, 1412121164, NULL, 'messagingallowemailoverride', '1', '0'),
(925, 2, 1412121164, NULL, 'enablestats', '1', '0'),
(926, 2, 1412121164, NULL, 'enablecompletion', '1', '0'),
(927, 2, 1412121164, NULL, 'enableavailability', '1', '0'),
(928, 2, 1412121203, NULL, 'enablecourserequests', '1', '0'),
(929, 2, 1412121203, NULL, 'requestcategoryselection', '1', '0'),
(930, 2, 1412121203, NULL, 'courserequestnotify', '2', ''),
(931, 2, 1412126662, NULL, 'frontpage', '0,7', '6,2,7,4'),
(932, 2, 1412126662, NULL, 'frontpageloggedin', '', '6'),
(933, 2, 1412126970, NULL, 'frontpageloggedin', '5', ''),
(934, 2, 1412127048, 'theme_clean', 'invert', '1', '0'),
(935, 2, 1412127048, 'theme_clean', 'logo', '/לוגו ארגוני - עותק.jpg', ''),
(936, 2, 1412127201, NULL, 'frontpage', '7', '0,7'),
(937, 2, 1412127325, 'theme_more', 'bodybackground', '#E1FEFA', ''),
(938, 2, 1412127325, 'theme_more', 'backgroundimage', '/background.jpg', ''),
(939, 2, 1412127325, 'theme_more', 'logo', '/לוגו ארגוני - עותק.jpg', ''),
(940, 2, 1412127534, 'theme_more', 'logo', '/לוגו לא באיכות זמני.jpg', '/לוגו ארגוני - עותק.jpg'),
(941, 2, 1412155843, NULL, 'frontpage', '', '7'),
(942, 2, 1412155843, NULL, 'frontpageloggedin', '', '5'),
(943, 2, 1412157381, 'algebra', 'filter_active', '-9999', ''),
(944, 2, 1412157381, 'censor', 'filter_active', '-9999', ''),
(945, 2, 1412157381, 'data', 'filter_active', '-9999', ''),
(946, 2, 1412157381, 'emailprotect', 'filter_active', '-9999', ''),
(947, 2, 1412157381, 'emoticon', 'filter_active', '-9999', ''),
(948, 2, 1412157381, 'glossary', 'filter_active', '-9999', ''),
(949, 2, 1412157381, 'multilang', 'filter_active', '-9999', ''),
(950, 2, 1412157381, 'tex', 'filter_active', '-9999', ''),
(951, 2, 1412157381, 'tidy', 'filter_active', '-9999', ''),
(952, 2, 1412157381, 'urltolink', 'filter_active', '-9999', ''),
(953, 2, 1412896877, NULL, 'calendar_exportlookback', '365', '5'),
(954, 2, 1412899242, 'format_singleactivity', 'activitytype', 'folder', 'forum'),
(955, 2, 1412899580, 'url', 'framesize', '300', '130'),
(956, 2, 1412899580, 'url', 'displayoptions', '0,1,2,3,5,6', '0,1,5,6'),
(957, 2, 1412899580, 'url', 'display', '1', '0'),
(958, 2, 1412899708, 'url', 'framesize', '800', '300'),
(959, 2, 1413101215, 'theme_archaius', 'logo', '', NULL),
(960, 2, 1413101215, 'theme_archaius', 'mobilelogo', '', NULL),
(961, 2, 1413101215, 'theme_archaius', 'footnote', '', NULL),
(962, 2, 1413101215, 'theme_archaius', 'bgcolor', '#fff', NULL),
(963, 2, 1413101215, 'theme_archaius', 'themecolor', '#2E3332', NULL),
(964, 2, 1413101215, 'theme_archaius', 'headercolor', '#697F6F', NULL),
(965, 2, 1413101215, 'theme_archaius', 'currentcolor', '#2E3332', NULL),
(966, 2, 1413101215, 'theme_archaius', 'custommenucolor', '#697F6F', NULL),
(967, 2, 1413101215, 'theme_archaius', 'currentcustommenucolor', '#2E3332', NULL),
(968, 2, 1413101215, 'theme_archaius', 'accordionBlocks', '0', NULL),
(969, 2, 1413101215, 'theme_archaius', 'collasibleTopics', '0', NULL),
(970, 2, 1413101215, 'theme_archaius', 'hideShowBlocks', '0', NULL),
(971, 2, 1413101215, 'theme_archaius', 'activateSlideshow', '0', NULL),
(972, 2, 1413101215, 'theme_archaius', 'activatePausePlaySlideshow', '0', NULL),
(973, 2, 1413101215, 'theme_archaius', 'slideshowTimeout', '0', NULL),
(974, 2, 1413101215, 'theme_archaius', 'slideshowheight', '', NULL),
(975, 2, 1413101215, 'theme_archaius', 'customcss', '#page-content #region-pre {\r\nfloat: left;\r\nleft: 200px;\r\noverflow: hidden;\r\nposition: relative;\r\nwidth: 300px;\r\n}', NULL),
(976, 2, 1413101215, 'theme_archaius', 'customjs', '', NULL),
(977, 2, 1413106150, 'theme_archaius', 'customcss', '', '#page-content #region-pre {\r\nfloat: left;\r\nleft: 200px;\r\noverflow: hidden;\r\nposition: relative;\r\nwidth: 300px;\r\n}'),
(978, 2, 1413106617, NULL, 'defaulthomepage', '1', '0'),
(979, 2, 1413107140, NULL, 'defaulthomepage', '0', '1'),
(980, 2, 1415824151, NULL, 'enablewebservices', '1', '0'),
(981, 2, 1415824420, NULL, 'profileroles', '3,4,5', '5,4,3'),
(982, 2, 1415824420, NULL, 'sitepolicyguest', 'david', ''),
(983, 2, 1415824420, NULL, 'cronremotepassword', '********', ''),
(984, 2, 1415824420, NULL, 'minpasswordlower', '0', '1'),
(985, 2, 1415824420, NULL, 'minpasswordupper', '0', '1'),
(986, 2, 1415824420, NULL, 'minpasswordnonalphanum', '0', '1'),
(987, 2, 1415824574, NULL, 'mnet_dispatcher_mode', 'strict', 'off'),
(988, 2, 1415824625, NULL, 'enablemobilewebservice', '1', NULL),
(989, 2, 1425907617, NULL, 'mnetprofileexportfields', 'city,country,lang,timezone,picture,description,mailformat,maildigest,maildisplay', NULL),
(990, 2, 1425907617, NULL, 'mnetprofileimportfields', 'city,country,lang,timezone,picture,description,mailformat,maildigest,maildisplay', NULL),
(991, 2, 1426108717, NULL, 'defaultpreference_maildisplay', '2', NULL),
(992, 2, 1426108717, NULL, 'defaultpreference_mailformat', '1', NULL),
(993, 2, 1426108717, NULL, 'defaultpreference_maildigest', '0', NULL),
(994, 2, 1426108717, NULL, 'defaultpreference_autosubscribe', '1', NULL),
(995, 2, 1426108717, NULL, 'defaultpreference_trackforums', '0', NULL),
(996, 2, 1426108717, NULL, 'alternativefullnameformat', 'language', NULL),
(997, 2, 1426108717, NULL, 'grade_report_showmin', '1', NULL),
(998, 2, 1426108717, NULL, 'grade_overridecat', '1', NULL),
(999, 2, 1426108717, NULL, 'grade_report_historyperpage', '50', NULL),
(1000, 2, 1426108717, NULL, 'grade_report_user_showcontributiontocoursetotal', '1', NULL),
(1001, 2, 1426108717, 'filter_tex', 'pathdvisvgm', '/usr/bin/dvisvgm', NULL),
(1002, 2, 1426108717, 'block_course_overview', 'showcategories', '0', NULL),
(1003, 2, 1426108717, 'editor_atto', 'autosavefrequency', '60', NULL),
(1004, 2, 1426108717, 'scorm', 'autocommit', '0', NULL),
(1005, 2, 1426108717, 'enrol_database', 'remoteotheruserfield', '', NULL),
(1006, 2, 1426108717, NULL, 'customusermenuitems', 'messages,message|/message/index.php|message\r\nmyfiles,moodle|/user/files.php|download\r\nmybadges,badges|/badges/mybadges.php|award', NULL),
(1007, 2, 1426108717, NULL, 'navexpandmycourses', '1', NULL),
(1008, 2, 1426108717, NULL, 'messageinbound_enabled', '0', NULL),
(1009, 2, 1426108717, NULL, 'messageinbound_mailbox', '', NULL),
(1010, 2, 1426108717, NULL, 'messageinbound_domain', '', NULL),
(1011, 2, 1426108717, NULL, 'messageinbound_host', '', NULL),
(1012, 2, 1426108717, NULL, 'messageinbound_hostssl', 'ssl', NULL),
(1013, 2, 1426108717, NULL, 'messageinbound_hostuser', '', NULL),
(1014, 2, 1426108717, NULL, 'messageinbound_hostpass', '', NULL),
(1015, 2, 1426134994, NULL, 'navsortmycoursessort', 'fullname', 'sortorder'),
(1016, 2, 1426139487, NULL, 'maxcategorydepth', '4', '2'),
(1017, 2, 1426385558, NULL, 'maxcategorydepth', '5', '4'),
(1018, 2, 1426386098, 'theme_archaius', 'logo', '/לוגו.jpg', ''),
(1019, 2, 1426386098, 'theme_archaius', 'mobilelogo', '/לוגו.jpg', ''),
(1020, 2, 1426386098, 'theme_archaius', 'footnote', '<p>איפה זה יירשם?<br><br></p>', ''),
(1021, 2, 1426386098, 'theme_archaius', 'bgcolor', '#028C78', '#fff'),
(1022, 2, 1426386098, 'theme_archaius', 'headercolor', '#0416E1', '#697F6F'),
(1023, 2, 1426386098, 'theme_archaius', 'currentcolor', '#FF9938', '#2E3332'),
(1024, 2, 1426386098, 'theme_archaius', 'accordionBlocks', '1', '0'),
(1025, 2, 1426386098, 'theme_archaius', 'collasibleTopics', '1', '0'),
(1026, 2, 1426386098, 'theme_archaius', 'hideShowBlocks', '1', '0'),
(1027, 2, 1426386098, 'theme_archaius', 'activateSlideshow', '1', '0'),
(1028, 2, 1426386409, 'theme_archaius', 'headercolor', '#0596FA', '#0416E1'),
(1029, 2, 1426386539, 'theme_archaius', 'slideshowheight', '100', ''),
(1030, 2, 1426386666, 'theme_archaius', 'footnote', '<p>לפניות ויצירת קשר:&nbsp;<br>be.effective.student@gmail.com<br><br></p>', '<p>איפה זה יירשם?<br><br></p>'),
(1031, 2, 1426386666, 'theme_archaius', 'bgcolor', '#F8FEF4', '#028C78'),
(1032, 2, 1426386666, 'theme_archaius', 'headercolor', '#5AFB74', '#0596FA'),
(1033, 2, 1426386666, 'theme_archaius', 'hideShowBlocks', '0', '1'),
(1034, 2, 1426386770, 'theme_archaius', 'headercolor', '#64BAFB', '#5AFB74'),
(1035, 2, 1426386770, 'theme_archaius', 'currentcolor', '#DB38FB', '#FF9938'),
(1036, 2, 1426386770, 'theme_archaius', 'custommenucolor', '#FFF733', '#697F6F'),
(1037, 2, 1426386770, 'theme_archaius', 'currentcustommenucolor', '#FF56D7', '#2E3332'),
(1038, 2, 1426387303, 'theme_archaius', 'bgcolor', '#BEFDEF', '#F8FEF4'),
(1039, 2, 1426387303, 'theme_archaius', 'collasibleTopics', '0', '1'),
(1040, 2, 1426387303, 'theme_archaius', 'activateSlideshow', '0', '1'),
(1041, 2, 1426387303, 'theme_archaius', 'slideshowheight', '', '100'),
(1042, 2, 1426387366, 'theme_archaius', 'accordionBlocks', '0', '1'),
(1043, 2, 1426387366, 'theme_archaius', 'collasibleTopics', '1', '0'),
(1044, 2, 1426387445, 'theme_archaius', 'logo', '', '/לוגו.jpg'),
(1045, 2, 1426387813, 'theme_more', 'bodybackground', '#C8FDD4', '#E1FEFA'),
(1046, 2, 1426387813, 'theme_more', 'backgroundrepeat', 'no-repeat', 'repeat'),
(1047, 2, 1426387814, 'theme_more', 'logo', '/עוד לוגו.jpg', '/לוגו לא באיכות זמני.jpg'),
(1048, 2, 1426388010, NULL, 'autolang', '0', '1'),
(1049, 2, 1426388010, NULL, 'langmenu', '0', '1'),
(1050, 2, 1426388415, 'theme_more', 'backgroundimage', '', '/background.jpg'),
(1051, 2, 1426388999, NULL, 'navshowfrontpagemods', '0', '1'),
(1052, 2, 1426389437, NULL, 'linkadmincategories', '1', '0'),
(1053, 2, 1426389639, NULL, 'additionalhtmlhead', 'כגךלעחכךלעכגכע', ''),
(1054, 2, 1426389639, NULL, 'additionalhtmltopofbody', 'בודי!!', ''),
(1055, 2, 1426389639, NULL, 'additionalhtmlfooter', 'לפני סוף הבודי', ''),
(1056, 2, 1426389687, NULL, 'additionalhtmlhead', '', 'כגךלעחכךלעכגכע'),
(1057, 2, 1426389687, NULL, 'additionalhtmltopofbody', '', 'בודי!!'),
(1058, 2, 1426389687, NULL, 'additionalhtmlfooter', '', 'לפני סוף הבודי'),
(1059, 2, 1426392090, NULL, 'defaulthomepage', '1', '0'),
(1060, 2, 1426392560, 'theme_archaius', 'logo', '/gologo.JPG', ''),
(1061, 2, 1426392560, 'theme_archaius', 'headercolor', '#5A71FB', '#64BAFB'),
(1062, 2, 1426393033, 'theme_archaius', 'accordionBlocks', '1', '0'),
(1063, 2, 1426393033, 'theme_archaius', 'collasibleTopics', '0', '1'),
(1064, 2, 1426393087, 'theme_archaius', 'accordionBlocks', '0', '1'),
(1065, 2, 1426393900, 'theme_archaius', 'customcss', '<!DOCTYPE html> \r\n	<html lang="he">\r\n		<head>\r\n			<?php \r\n				if(isset($title)){\r\n					$title_tg = $title;\r\n				}else{\r\n					$title_tg = ''הכל במקום אחד'';\r\n				}\r\n				require_once "inc/config.php"; \r\n			?>\r\n			<title>סטודנט בכיף  <?php echo $title_tg;?></title>\r\n			<meta http-equiv="content-type" content="text/html; charset=utf-8">\r\n			<meta name="keywords" content="<?php echo implode('','', explode('' '', $title_tg)).'',''.$title_tg?>," />\r\n			<meta name="description" content="<?php echo $title_tg;?>''">\r\n			<meta name="robots" content="INDEX, FOLLOW" />\r\n			<meta name="author" content="Nerya Elul" />\r\n			<meta http-equiv="content-type" content="text/html; charset=utf-8">\r\n\r\n			<link rel="stylesheet" type="text/css" href="style.css" />\r\n			<link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">\r\n			<script src="//code.jquery.com/jquery-1.10.2.js"></script>\r\n			<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>\r\n			<?php\r\n				//mobile\r\n				\r\n				if(!isset($_COOKIE[''mobile''])){\r\n					function isMobile() {\r\n						return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\\.browser|up\\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]);\r\n					}\r\n					// If the user is on a mobile device, redirect them\r\n					if(isMobile()){\r\n						echo ''<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />'';\r\n						$mobile = 1;\r\n					}else{\r\n						$mobile = 0;\r\n					}\r\n				}	\r\n				\r\n			?>\r\n\r\n			<script>\r\n				$(document).ready(function(){\r\n				   $(''.input_s'').keyup(function() {\r\n					var src = $(this).val();\r\n					var src = encodeURIComponent(src);\r\n					if(src != '''') {\r\n						$.get(''search.php?src=''+src, function(data) {\r\n						 $(''.result'').html(data);\r\n						});\r\n					} else {\r\n						$(''.result'').html('''');\r\n					}\r\n				   });\r\n				   \r\n						$( "#wPost" ).hide();\r\n						$( "#wPostBC" ).hide();\r\n						$("#wPostB").click(function(){\r\n							$( "#wPost" ).show();\r\n							$( "#wPostB" ).hide();\r\n							$( "#wPostBC" ).show();\r\n							\r\n						});	\r\n						$("#wPostBC").click(function(){\r\n							$( "#wPost" ).hide();\r\n							$( "#wPostB" ).show();\r\n							$( "#wPostBC" ).hide();\r\n						});	\r\n				});	\r\n			</script>\r\n		</head>', ''),
(1066, 2, 1426393931, 'theme_archaius', 'customcss', '', '<!DOCTYPE html> \r\n	<html lang="he">\r\n		<head>\r\n			<?php \r\n				if(isset($title)){\r\n					$title_tg = $title;\r\n				}else{\r\n					$title_tg = ''הכל במקום אחד'';\r\n				}\r\n				require_once "inc/config.php"; \r\n			?>\r\n			<title>סטודנט בכיף  <?php echo $title_tg;?></title>\r\n			<meta http-equiv="content-type" content="text/html; charset=utf-8">\r\n			<meta name="keywords" content="<?php echo implode('','', explode('' '', $title_tg)).'',''.$title_tg?>," />\r\n			<meta name="description" content="<?php echo $title_tg;?>''">\r\n			<meta name="robots" content="INDEX, FOLLOW" />\r\n			<meta name="author" content="Nerya Elul" />\r\n			<meta http-equiv="content-type" content="text/html; charset=utf-8">\r\n\r\n			<link rel="stylesheet" type="text/css" href="style.css" />\r\n			<link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">\r\n			<script src="//code.jquery.com/jquery-1.10.2.js"></script>\r\n			<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>\r\n			<?php\r\n				//mobile\r\n				\r\n				if(!isset($_COOKIE[''mobile''])){\r\n					function isMobile() {\r\n						return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\\.browser|up\\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]);\r\n					}\r\n					// If the user is on a mobile device, redirect them\r\n					if(isMobile()){\r\n						echo ''<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />'';\r\n						$mobile = 1;\r\n					}else{\r\n						$mobile = 0;\r\n					}\r\n				}	\r\n				\r\n			?>\r\n\r\n			<script>\r\n				$(document).ready(function(){\r\n				   $(''.input_s'').keyup(function() {\r\n					var src = $(this).val();\r\n					var src = encodeURIComponent(src);\r\n					if(src != '''') {\r\n						$.get(''search.php?src=''+src, function(data) {\r\n						 $(''.result'').html(data);\r\n						});\r\n					} else {\r\n						$(''.result'').html('''');\r\n					}\r\n				   });\r\n				   \r\n						$( "#wPost" ).hide();\r\n						$( "#wPostBC" ).hide();\r\n						$("#wPostB").click(function(){\r\n							$( "#wPost" ).show();\r\n							$( "#wPostB" ).hide();\r\n							$( "#wPostBC" ).show();\r\n							\r\n						});	\r\n						$("#wPostBC").click(function(){\r\n							$( "#wPost" ).hide();\r\n							$( "#wPostB" ).show();\r\n							$( "#wPostBC" ).hide();\r\n						});	\r\n				});	\r\n			</script>\r\n		</head>'),
(1067, 2, 1426393931, 'theme_archaius', 'customjs', '<!DOCTYPE html> \r\n	<html lang="he">\r\n		<head>\r\n			<?php \r\n				if(isset($title)){\r\n					$title_tg = $title;\r\n				}else{\r\n					$title_tg = ''הכל במקום אחד'';\r\n				}\r\n				require_once "inc/config.php"; \r\n			?>\r\n			<title>סטודנט בכיף  <?php echo $title_tg;?></title>\r\n			<meta http-equiv="content-type" content="text/html; charset=utf-8">\r\n			<meta name="keywords" content="<?php echo implode('','', explode('' '', $title_tg)).'',''.$title_tg?>," />\r\n			<meta name="description" content="<?php echo $title_tg;?>''">\r\n			<meta name="robots" content="INDEX, FOLLOW" />\r\n			<meta name="author" content="Nerya Elul" />\r\n			<meta http-equiv="content-type" content="text/html; charset=utf-8">\r\n\r\n			<link rel="stylesheet" type="text/css" href="style.css" />\r\n			<link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">\r\n			<script src="//code.jquery.com/jquery-1.10.2.js"></script>\r\n			<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>\r\n			<?php\r\n				//mobile\r\n				\r\n				if(!isset($_COOKIE[''mobile''])){\r\n					function isMobile() {\r\n						return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\\.browser|up\\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]);\r\n					}\r\n					// If the user is on a mobile device, redirect them\r\n					if(isMobile()){\r\n						echo ''<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />'';\r\n						$mobile = 1;\r\n					}else{\r\n						$mobile = 0;\r\n					}\r\n				}	\r\n				\r\n			?>\r\n\r\n			<script>\r\n				$(document).ready(function(){\r\n				   $(''.input_s'').keyup(function() {\r\n					var src = $(this).val();\r\n					var src = encodeURIComponent(src);\r\n					if(src != '''') {\r\n						$.get(''search.php?src=''+src, function(data) {\r\n						 $(''.result'').html(data);\r\n						});\r\n					} else {\r\n						$(''.result'').html('''');\r\n					}\r\n				   });\r\n				   \r\n						$( "#wPost" ).hide();\r\n						$( "#wPostBC" ).hide();\r\n						$("#wPostB").click(function(){\r\n							$( "#wPost" ).show();\r\n							$( "#wPostB" ).hide();\r\n							$( "#wPostBC" ).show();\r\n							\r\n						});	\r\n						$("#wPostBC").click(function(){\r\n							$( "#wPost" ).hide();\r\n							$( "#wPostB" ).show();\r\n							$( "#wPostBC" ).hide();\r\n						});	\r\n				});	\r\n			</script>\r\n		</head>', ''),
(1068, 2, 1426394036, 'theme_archaius', 'logo', '/go2.JPG', '/gologo.JPG'),
(1069, 2, 1426394036, 'theme_archaius', 'mobilelogo', '/go.JPG', '/לוגו.jpg'),
(1070, 2, 1426394036, 'theme_archaius', 'activateSlideshow', '1', '0'),
(1071, 2, 1426394036, 'theme_archaius', 'customjs', '', '<!DOCTYPE html> \r\n	<html lang="he">\r\n		<head>\r\n			<?php \r\n				if(isset($title)){\r\n					$title_tg = $title;\r\n				}else{\r\n					$title_tg = ''הכל במקום אחד'';\r\n				}\r\n				require_once "inc/config.php"; \r\n			?>\r\n			<title>סטודנט בכיף  <?php echo $title_tg;?></title>\r\n			<meta http-equiv="content-type" content="text/html; charset=utf-8">\r\n			<meta name="keywords" content="<?php echo implode('','', explode('' '', $title_tg)).'',''.$title_tg?>," />\r\n			<meta name="description" content="<?php echo $title_tg;?>''">\r\n			<meta name="robots" content="INDEX, FOLLOW" />\r\n			<meta name="author" content="Nerya Elul" />\r\n			<meta http-equiv="content-type" content="text/html; charset=utf-8">\r\n\r\n			<link rel="stylesheet" type="text/css" href="style.css" />\r\n			<link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">\r\n			<script src="//code.jquery.com/jquery-1.10.2.js"></script>\r\n			<script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>\r\n			<?php\r\n				//mobile\r\n				\r\n				if(!isset($_COOKIE[''mobile''])){\r\n					function isMobile() {\r\n						return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\\.browser|up\\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]);\r\n					}\r\n					// If the user is on a mobile device, redirect them\r\n					if(isMobile()){\r\n						echo ''<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" />'';\r\n						$mobile = 1;\r\n					}else{\r\n						$mobile = 0;\r\n					}\r\n				}	\r\n				\r\n			?>\r\n\r\n			<script>\r\n				$(document).ready(function(){\r\n				   $(''.input_s'').keyup(function() {\r\n					var src = $(this).val();\r\n					var src = encodeURIComponent(src);\r\n					if(src != '''') {\r\n						$.get(''search.php?src=''+src, function(data) {\r\n						 $(''.result'').html(data);\r\n						});\r\n					} else {\r\n						$(''.result'').html('''');\r\n					}\r\n				   });\r\n				   \r\n						$( "#wPost" ).hide();\r\n						$( "#wPostBC" ).hide();\r\n						$("#wPostB").click(function(){\r\n							$( "#wPost" ).show();\r\n							$( "#wPostB" ).hide();\r\n							$( "#wPostBC" ).show();\r\n							\r\n						});	\r\n						$("#wPostBC").click(function(){\r\n							$( "#wPost" ).hide();\r\n							$( "#wPostB" ).show();\r\n							$( "#wPostBC" ).hide();\r\n						});	\r\n				});	\r\n			</script>\r\n		</head>'),
(1072, 2, 1426419490, NULL, 'defaulthomepage', '0', '1'),
(1073, 2, 1426419490, NULL, 'navshowfrontpagemods', '1', '0'),
(1074, 2, 1439528513, NULL, 'themedesignermode', '1', '0');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_config_plugins`
--

CREATE TABLE IF NOT EXISTS `mdl_config_plugins` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `plugin` varchar(100) NOT NULL DEFAULT 'core',
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_confplug_plunam_uix` (`plugin`,`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Moodle modules and plugins configuration variables' AUTO_INCREMENT=1191 ;

--
-- Dumping data for table `mdl_config_plugins`
--

INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES
(1, 'moodlecourse', 'visible', '1'),
(2, 'moodlecourse', 'format', 'weeks'),
(3, 'moodlecourse', 'maxsections', '52'),
(4, 'moodlecourse', 'numsections', '10'),
(5, 'moodlecourse', 'hiddensections', '0'),
(6, 'moodlecourse', 'coursedisplay', '0'),
(7, 'moodlecourse', 'lang', ''),
(8, 'moodlecourse', 'newsitems', '5'),
(9, 'moodlecourse', 'showgrades', '1'),
(10, 'moodlecourse', 'showreports', '0'),
(11, 'moodlecourse', 'maxbytes', '0'),
(12, 'moodlecourse', 'enablecompletion', '0'),
(13, 'moodlecourse', 'groupmode', '0'),
(14, 'moodlecourse', 'groupmodeforce', '0'),
(15, 'backup', 'loglifetime', '30'),
(16, 'backup', 'backup_general_users', '1'),
(17, 'backup', 'backup_general_users_locked', ''),
(18, 'backup', 'backup_general_anonymize', '0'),
(19, 'backup', 'backup_general_anonymize_locked', ''),
(20, 'backup', 'backup_general_role_assignments', '1'),
(21, 'backup', 'backup_general_role_assignments_locked', ''),
(22, 'backup', 'backup_general_activities', '1'),
(23, 'backup', 'backup_general_activities_locked', ''),
(24, 'backup', 'backup_general_blocks', '1'),
(25, 'backup', 'backup_general_blocks_locked', ''),
(26, 'backup', 'backup_general_filters', '1'),
(27, 'backup', 'backup_general_filters_locked', ''),
(28, 'backup', 'backup_general_comments', '1'),
(29, 'backup', 'backup_general_comments_locked', ''),
(30, 'backup', 'backup_general_badges', '1'),
(31, 'backup', 'backup_general_badges_locked', ''),
(32, 'backup', 'backup_general_userscompletion', '1'),
(33, 'backup', 'backup_general_userscompletion_locked', ''),
(34, 'backup', 'backup_general_logs', '0'),
(35, 'backup', 'backup_general_logs_locked', ''),
(36, 'backup', 'backup_general_histories', '0'),
(37, 'backup', 'backup_general_histories_locked', ''),
(38, 'backup', 'backup_general_questionbank', '1'),
(39, 'backup', 'backup_general_questionbank_locked', ''),
(40, 'backup', 'import_general_maxresults', '10'),
(41, 'backup', 'backup_auto_active', '0'),
(42, 'backup', 'backup_auto_weekdays', '0000000'),
(43, 'backup', 'backup_auto_hour', '0'),
(44, 'backup', 'backup_auto_minute', '0'),
(45, 'backup', 'backup_auto_storage', '0'),
(46, 'backup', 'backup_auto_destination', ''),
(47, 'backup', 'backup_auto_keep', '1'),
(48, 'backup', 'backup_shortname', '0'),
(49, 'backup', 'backup_auto_skip_hidden', '1'),
(50, 'backup', 'backup_auto_skip_modif_days', '30'),
(51, 'backup', 'backup_auto_skip_modif_prev', '0'),
(52, 'backup', 'backup_auto_users', '1'),
(53, 'backup', 'backup_auto_role_assignments', '1'),
(54, 'backup', 'backup_auto_activities', '1'),
(55, 'backup', 'backup_auto_blocks', '1'),
(56, 'backup', 'backup_auto_filters', '1'),
(57, 'backup', 'backup_auto_comments', '1'),
(58, 'backup', 'backup_auto_badges', '1'),
(59, 'backup', 'backup_auto_userscompletion', '1'),
(60, 'backup', 'backup_auto_logs', '0'),
(61, 'backup', 'backup_auto_histories', '0'),
(62, 'backup', 'backup_auto_questionbank', '1'),
(63, 'cachestore_memcache', 'testservers', ''),
(64, 'cachestore_memcached', 'testservers', ''),
(65, 'cachestore_mongodb', 'testserver', ''),
(66, 'question_preview', 'behaviour', 'deferredfeedback'),
(67, 'question_preview', 'correctness', '1'),
(68, 'question_preview', 'marks', '1'),
(69, 'question_preview', 'markdp', '2'),
(70, 'question_preview', 'feedback', '1'),
(71, 'question_preview', 'generalfeedback', '1'),
(72, 'question_preview', 'rightanswer', '1'),
(73, 'question_preview', 'history', '0'),
(74, 'theme_clean', 'invert', '1'),
(75, 'theme_clean', 'logo', '/לוגו ארגוני - עותק.jpg'),
(76, 'theme_clean', 'customcss', ''),
(77, 'theme_clean', 'footnote', ''),
(78, 'theme_more', 'textcolor', '#333366'),
(79, 'theme_more', 'linkcolor', '#FF6500'),
(80, 'theme_more', 'bodybackground', '#C8FDD4'),
(81, 'theme_more', 'backgroundimage', ''),
(82, 'theme_more', 'backgroundrepeat', 'no-repeat'),
(83, 'theme_more', 'backgroundposition', '0'),
(84, 'theme_more', 'backgroundfixed', '0'),
(85, 'theme_more', 'contentbackground', '#FFFFFF'),
(86, 'theme_more', 'secondarybackground', '#FFFFFF'),
(87, 'theme_more', 'invert', '1'),
(88, 'theme_more', 'logo', '/עוד לוגו.jpg'),
(89, 'theme_more', 'customcss', ''),
(90, 'theme_more', 'footnote', ''),
(91, 'availability_completion', 'version', '2014111000'),
(92, 'availability_date', 'version', '2014111000'),
(93, 'availability_grade', 'version', '2014111000'),
(94, 'availability_group', 'version', '2014111000'),
(95, 'availability_grouping', 'version', '2014111000'),
(96, 'availability_profile', 'version', '2014111000'),
(97, 'qtype_calculated', 'version', '2014111000'),
(98, 'qtype_calculatedmulti', 'version', '2014111000'),
(99, 'qtype_calculatedsimple', 'version', '2014111000'),
(100, 'qtype_description', 'version', '2014111000'),
(101, 'qtype_essay', 'version', '2014111000'),
(102, 'qtype_match', 'version', '2014111000'),
(103, 'qtype_missingtype', 'version', '2014111000'),
(104, 'qtype_multianswer', 'version', '2014111000'),
(105, 'qtype_multichoice', 'version', '2014111000'),
(106, 'qtype_numerical', 'version', '2014111000'),
(107, 'qtype_random', 'version', '2014111000'),
(108, 'qtype_randomsamatch', 'version', '2014111000'),
(109, 'qtype_shortanswer', 'version', '2014111000'),
(110, 'qtype_truefalse', 'version', '2014111000'),
(111, 'mod_assign', 'version', '2014111001'),
(112, 'mod_assignment', 'version', '2014111000'),
(114, 'mod_book', 'version', '2014111000'),
(115, 'mod_chat', 'version', '2014111000'),
(116, 'mod_choice', 'version', '2014111000'),
(117, 'mod_data', 'version', '2014111000'),
(118, 'mod_feedback', 'version', '2014111000'),
(120, 'mod_folder', 'version', '2014111000'),
(122, 'mod_forum', 'version', '2014111000'),
(123, 'mod_glossary', 'version', '2014111000'),
(124, 'mod_imscp', 'version', '2014111000'),
(126, 'mod_label', 'version', '2014111000'),
(127, 'mod_lesson', 'version', '2014111002'),
(128, 'mod_lti', 'version', '2014111000'),
(129, 'mod_page', 'version', '2014111000'),
(131, 'mod_quiz', 'version', '2014111000'),
(132, 'mod_resource', 'version', '2014111000'),
(133, 'mod_scorm', 'version', '2014111000'),
(134, 'mod_survey', 'version', '2014111000'),
(136, 'mod_url', 'version', '2014111000'),
(138, 'mod_wiki', 'version', '2014111000'),
(140, 'mod_workshop', 'version', '2014111000'),
(141, 'auth_cas', 'version', '2014111000'),
(143, 'auth_db', 'version', '2014111000'),
(145, 'auth_email', 'version', '2014111000'),
(146, 'auth_fc', 'version', '2014111000'),
(148, 'auth_imap', 'version', '2014111000'),
(150, 'auth_ldap', 'version', '2014111000'),
(152, 'auth_manual', 'version', '2014111000'),
(153, 'auth_mnet', 'version', '2014111000'),
(155, 'auth_nntp', 'version', '2014111000'),
(157, 'auth_nologin', 'version', '2014111000'),
(158, 'auth_none', 'version', '2014111000'),
(159, 'auth_pam', 'version', '2014111000'),
(161, 'auth_pop3', 'version', '2014111000'),
(163, 'auth_radius', 'version', '2014111000'),
(165, 'auth_shibboleth', 'version', '2014111000'),
(167, 'auth_webservice', 'version', '2014111000'),
(168, 'calendartype_gregorian', 'version', '2014111000'),
(169, 'enrol_category', 'version', '2014111000'),
(171, 'enrol_cohort', 'version', '2014111000'),
(172, 'enrol_database', 'version', '2014111000'),
(174, 'enrol_flatfile', 'version', '2014111000'),
(176, 'enrol_flatfile', 'map_1', 'manager'),
(177, 'enrol_flatfile', 'map_2', 'coursecreator'),
(178, 'enrol_flatfile', 'map_3', 'editingteacher'),
(179, 'enrol_flatfile', 'map_4', 'teacher'),
(180, 'enrol_flatfile', 'map_5', 'student'),
(181, 'enrol_flatfile', 'map_6', 'guest'),
(182, 'enrol_flatfile', 'map_7', 'user'),
(183, 'enrol_flatfile', 'map_8', 'frontpage'),
(184, 'enrol_guest', 'version', '2014111000'),
(185, 'enrol_imsenterprise', 'version', '2014111000'),
(187, 'enrol_ldap', 'version', '2014111000'),
(189, 'enrol_manual', 'version', '2014111000'),
(191, 'enrol_meta', 'version', '2014111000'),
(193, 'enrol_mnet', 'version', '2014111000'),
(194, 'enrol_paypal', 'version', '2014111000'),
(195, 'enrol_self', 'version', '2014111000'),
(197, 'message_airnotifier', 'version', '2014111000'),
(199, 'message', 'airnotifier_provider_enrol_flatfile_flatfile_enrolment_permitted', 'permitted'),
(200, 'message', 'airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted', 'permitted'),
(201, 'message', 'airnotifier_provider_enrol_manual_expiry_notification_permitted', 'permitted'),
(202, 'message', 'airnotifier_provider_enrol_paypal_paypal_enrolment_permitted', 'permitted'),
(203, 'message', 'airnotifier_provider_enrol_self_expiry_notification_permitted', 'permitted'),
(204, 'message', 'airnotifier_provider_mod_assign_assign_notification_permitted', 'permitted'),
(205, 'message', 'airnotifier_provider_mod_assignment_assignment_updates_permitted', 'permitted'),
(206, 'message', 'airnotifier_provider_mod_feedback_submission_permitted', 'permitted'),
(207, 'message', 'airnotifier_provider_mod_feedback_message_permitted', 'permitted'),
(208, 'message', 'airnotifier_provider_mod_forum_posts_permitted', 'permitted'),
(209, 'message', 'airnotifier_provider_mod_lesson_graded_essay_permitted', 'permitted'),
(210, 'message', 'airnotifier_provider_mod_quiz_submission_permitted', 'permitted'),
(211, 'message', 'airnotifier_provider_mod_quiz_confirmation_permitted', 'permitted'),
(212, 'message', 'airnotifier_provider_mod_quiz_attempt_overdue_permitted', 'permitted'),
(213, 'message', 'airnotifier_provider_moodle_notices_permitted', 'permitted'),
(214, 'message', 'airnotifier_provider_moodle_errors_permitted', 'permitted'),
(215, 'message', 'airnotifier_provider_moodle_availableupdate_permitted', 'permitted'),
(216, 'message', 'airnotifier_provider_moodle_instantmessage_permitted', 'permitted'),
(217, 'message', 'airnotifier_provider_moodle_backup_permitted', 'permitted'),
(218, 'message', 'airnotifier_provider_moodle_courserequested_permitted', 'permitted'),
(219, 'message', 'airnotifier_provider_moodle_courserequestapproved_permitted', 'permitted'),
(220, 'message', 'airnotifier_provider_moodle_courserequestrejected_permitted', 'permitted'),
(221, 'message', 'airnotifier_provider_moodle_badgerecipientnotice_permitted', 'permitted'),
(222, 'message', 'airnotifier_provider_moodle_badgecreatornotice_permitted', 'permitted'),
(223, 'message_email', 'version', '2014111000'),
(225, 'message', 'email_provider_enrol_flatfile_flatfile_enrolment_permitted', 'permitted'),
(226, 'message', 'message_provider_enrol_flatfile_flatfile_enrolment_loggedin', 'email'),
(227, 'message', 'message_provider_enrol_flatfile_flatfile_enrolment_loggedoff', 'email'),
(228, 'message', 'email_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted', 'permitted'),
(229, 'message', 'message_provider_enrol_imsenterprise_imsenterprise_enrolment_loggedin', 'email'),
(230, 'message', 'message_provider_enrol_imsenterprise_imsenterprise_enrolment_loggedoff', 'email'),
(231, 'message', 'email_provider_enrol_manual_expiry_notification_permitted', 'permitted'),
(232, 'message', 'message_provider_enrol_manual_expiry_notification_loggedin', 'email'),
(233, 'message', 'message_provider_enrol_manual_expiry_notification_loggedoff', 'email'),
(234, 'message', 'email_provider_enrol_paypal_paypal_enrolment_permitted', 'permitted'),
(235, 'message', 'message_provider_enrol_paypal_paypal_enrolment_loggedin', 'email'),
(236, 'message', 'message_provider_enrol_paypal_paypal_enrolment_loggedoff', 'email'),
(237, 'message', 'email_provider_enrol_self_expiry_notification_permitted', 'permitted'),
(238, 'message', 'message_provider_enrol_self_expiry_notification_loggedin', 'email'),
(239, 'message', 'message_provider_enrol_self_expiry_notification_loggedoff', 'email'),
(240, 'message', 'email_provider_mod_assign_assign_notification_permitted', 'permitted'),
(241, 'message', 'message_provider_mod_assign_assign_notification_loggedin', 'email'),
(242, 'message', 'message_provider_mod_assign_assign_notification_loggedoff', 'email'),
(243, 'message', 'email_provider_mod_assignment_assignment_updates_permitted', 'permitted'),
(244, 'message', 'message_provider_mod_assignment_assignment_updates_loggedin', 'email'),
(245, 'message', 'message_provider_mod_assignment_assignment_updates_loggedoff', 'email'),
(246, 'message', 'email_provider_mod_feedback_submission_permitted', 'permitted'),
(247, 'message', 'message_provider_mod_feedback_submission_loggedin', 'email'),
(248, 'message', 'message_provider_mod_feedback_submission_loggedoff', 'email'),
(249, 'message', 'email_provider_mod_feedback_message_permitted', 'permitted'),
(250, 'message', 'message_provider_mod_feedback_message_loggedin', 'email'),
(251, 'message', 'message_provider_mod_feedback_message_loggedoff', 'email'),
(252, 'message', 'email_provider_mod_forum_posts_permitted', 'permitted'),
(253, 'message', 'message_provider_mod_forum_posts_loggedin', 'email'),
(254, 'message', 'message_provider_mod_forum_posts_loggedoff', 'email'),
(255, 'message', 'email_provider_mod_lesson_graded_essay_permitted', 'permitted'),
(256, 'message', 'message_provider_mod_lesson_graded_essay_loggedin', 'email'),
(257, 'message', 'message_provider_mod_lesson_graded_essay_loggedoff', 'email'),
(258, 'message', 'email_provider_mod_quiz_submission_permitted', 'permitted'),
(259, 'message', 'message_provider_mod_quiz_submission_loggedin', 'email'),
(260, 'message', 'message_provider_mod_quiz_submission_loggedoff', 'email'),
(261, 'message', 'email_provider_mod_quiz_confirmation_permitted', 'permitted'),
(262, 'message', 'message_provider_mod_quiz_confirmation_loggedin', 'email'),
(263, 'message', 'message_provider_mod_quiz_confirmation_loggedoff', 'email'),
(264, 'message', 'email_provider_mod_quiz_attempt_overdue_permitted', 'permitted'),
(265, 'message', 'message_provider_mod_quiz_attempt_overdue_loggedin', 'email'),
(266, 'message', 'message_provider_mod_quiz_attempt_overdue_loggedoff', 'email'),
(267, 'message', 'email_provider_moodle_notices_permitted', 'permitted'),
(268, 'message', 'message_provider_moodle_notices_loggedin', 'email'),
(269, 'message', 'message_provider_moodle_notices_loggedoff', 'email'),
(270, 'message', 'email_provider_moodle_errors_permitted', 'permitted'),
(271, 'message', 'message_provider_moodle_errors_loggedin', 'email'),
(272, 'message', 'message_provider_moodle_errors_loggedoff', 'email'),
(273, 'message', 'email_provider_moodle_availableupdate_permitted', 'permitted'),
(274, 'message', 'message_provider_moodle_availableupdate_loggedin', 'email'),
(275, 'message', 'message_provider_moodle_availableupdate_loggedoff', 'email'),
(276, 'message', 'email_provider_moodle_instantmessage_permitted', 'permitted'),
(277, 'message', 'message_provider_moodle_instantmessage_loggedoff', 'popup,email'),
(278, 'message', 'email_provider_moodle_backup_permitted', 'permitted'),
(279, 'message', 'message_provider_moodle_backup_loggedin', 'email'),
(280, 'message', 'message_provider_moodle_backup_loggedoff', 'email'),
(281, 'message', 'email_provider_moodle_courserequested_permitted', 'permitted'),
(282, 'message', 'message_provider_moodle_courserequested_loggedin', 'email'),
(283, 'message', 'message_provider_moodle_courserequested_loggedoff', 'email'),
(284, 'message', 'email_provider_moodle_courserequestapproved_permitted', 'permitted'),
(285, 'message', 'message_provider_moodle_courserequestapproved_loggedin', 'email'),
(286, 'message', 'message_provider_moodle_courserequestapproved_loggedoff', 'email'),
(287, 'message', 'email_provider_moodle_courserequestrejected_permitted', 'permitted'),
(288, 'message', 'message_provider_moodle_courserequestrejected_loggedin', 'email'),
(289, 'message', 'message_provider_moodle_courserequestrejected_loggedoff', 'email'),
(290, 'message', 'email_provider_moodle_badgerecipientnotice_permitted', 'permitted'),
(291, 'message', 'message_provider_moodle_badgerecipientnotice_loggedoff', 'popup,email'),
(292, 'message', 'email_provider_moodle_badgecreatornotice_permitted', 'permitted'),
(293, 'message', 'message_provider_moodle_badgecreatornotice_loggedoff', 'email'),
(294, 'message_jabber', 'version', '2014111000'),
(296, 'message', 'jabber_provider_enrol_flatfile_flatfile_enrolment_permitted', 'permitted'),
(297, 'message', 'jabber_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted', 'permitted'),
(298, 'message', 'jabber_provider_enrol_manual_expiry_notification_permitted', 'permitted'),
(299, 'message', 'jabber_provider_enrol_paypal_paypal_enrolment_permitted', 'permitted'),
(300, 'message', 'jabber_provider_enrol_self_expiry_notification_permitted', 'permitted'),
(301, 'message', 'jabber_provider_mod_assign_assign_notification_permitted', 'permitted'),
(302, 'message', 'jabber_provider_mod_assignment_assignment_updates_permitted', 'permitted'),
(303, 'message', 'jabber_provider_mod_feedback_submission_permitted', 'permitted'),
(304, 'message', 'jabber_provider_mod_feedback_message_permitted', 'permitted'),
(305, 'message', 'jabber_provider_mod_forum_posts_permitted', 'permitted'),
(306, 'message', 'jabber_provider_mod_lesson_graded_essay_permitted', 'permitted'),
(307, 'message', 'jabber_provider_mod_quiz_submission_permitted', 'permitted'),
(308, 'message', 'jabber_provider_mod_quiz_confirmation_permitted', 'permitted'),
(309, 'message', 'jabber_provider_mod_quiz_attempt_overdue_permitted', 'permitted'),
(310, 'message', 'jabber_provider_moodle_notices_permitted', 'permitted'),
(311, 'message', 'jabber_provider_moodle_errors_permitted', 'permitted'),
(312, 'message', 'jabber_provider_moodle_availableupdate_permitted', 'permitted'),
(313, 'message', 'jabber_provider_moodle_instantmessage_permitted', 'permitted'),
(314, 'message', 'jabber_provider_moodle_backup_permitted', 'permitted'),
(315, 'message', 'jabber_provider_moodle_courserequested_permitted', 'permitted'),
(316, 'message', 'jabber_provider_moodle_courserequestapproved_permitted', 'permitted'),
(317, 'message', 'jabber_provider_moodle_courserequestrejected_permitted', 'permitted'),
(318, 'message', 'jabber_provider_moodle_badgerecipientnotice_permitted', 'permitted'),
(319, 'message', 'jabber_provider_moodle_badgecreatornotice_permitted', 'permitted'),
(320, 'message_popup', 'version', '2014111000'),
(322, 'message', 'popup_provider_enrol_flatfile_flatfile_enrolment_permitted', 'permitted'),
(323, 'message', 'popup_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted', 'permitted'),
(324, 'message', 'popup_provider_enrol_manual_expiry_notification_permitted', 'permitted'),
(325, 'message', 'popup_provider_enrol_paypal_paypal_enrolment_permitted', 'permitted'),
(326, 'message', 'popup_provider_enrol_self_expiry_notification_permitted', 'permitted'),
(327, 'message', 'popup_provider_mod_assign_assign_notification_permitted', 'permitted'),
(328, 'message', 'popup_provider_mod_assignment_assignment_updates_permitted', 'permitted'),
(329, 'message', 'popup_provider_mod_feedback_submission_permitted', 'permitted'),
(330, 'message', 'popup_provider_mod_feedback_message_permitted', 'permitted'),
(331, 'message', 'popup_provider_mod_forum_posts_permitted', 'permitted'),
(332, 'message', 'popup_provider_mod_lesson_graded_essay_permitted', 'permitted'),
(333, 'message', 'popup_provider_mod_quiz_submission_permitted', 'permitted'),
(334, 'message', 'popup_provider_mod_quiz_confirmation_permitted', 'permitted'),
(335, 'message', 'popup_provider_mod_quiz_attempt_overdue_permitted', 'permitted'),
(336, 'message', 'popup_provider_moodle_notices_permitted', 'permitted'),
(337, 'message', 'popup_provider_moodle_errors_permitted', 'permitted'),
(338, 'message', 'popup_provider_moodle_availableupdate_permitted', 'permitted'),
(339, 'message', 'popup_provider_moodle_instantmessage_permitted', 'permitted'),
(340, 'message', 'message_provider_moodle_instantmessage_loggedin', 'popup'),
(341, 'message', 'popup_provider_moodle_backup_permitted', 'permitted'),
(342, 'message', 'popup_provider_moodle_courserequested_permitted', 'permitted'),
(343, 'message', 'popup_provider_moodle_courserequestapproved_permitted', 'permitted'),
(344, 'message', 'popup_provider_moodle_courserequestrejected_permitted', 'permitted'),
(345, 'message', 'popup_provider_moodle_badgerecipientnotice_permitted', 'permitted'),
(346, 'message', 'message_provider_moodle_badgerecipientnotice_loggedin', 'popup'),
(347, 'message', 'popup_provider_moodle_badgecreatornotice_permitted', 'permitted'),
(348, 'block_activity_modules', 'version', '2014111000'),
(349, 'block_admin_bookmarks', 'version', '2014111000'),
(350, 'block_badges', 'version', '2014111000'),
(351, 'block_blog_menu', 'version', '2014111000'),
(352, 'block_blog_recent', 'version', '2014111000'),
(353, 'block_blog_tags', 'version', '2014111000'),
(354, 'block_calendar_month', 'version', '2014111000'),
(355, 'block_calendar_upcoming', 'version', '2014111000'),
(356, 'block_comments', 'version', '2014111000'),
(357, 'block_community', 'version', '2014111000'),
(358, 'block_completionstatus', 'version', '2014111000'),
(359, 'block_course_list', 'version', '2014111000'),
(360, 'block_course_overview', 'version', '2014111000'),
(361, 'block_course_summary', 'version', '2014111000'),
(362, 'block_feedback', 'version', '2014111000'),
(364, 'block_glossary_random', 'version', '2014111000'),
(365, 'block_html', 'version', '2014111000'),
(366, 'block_login', 'version', '2014111000'),
(367, 'block_mentees', 'version', '2014111000'),
(368, 'block_messages', 'version', '2014111000'),
(369, 'block_mnet_hosts', 'version', '2014111000'),
(370, 'block_myprofile', 'version', '2014111000'),
(371, 'block_navigation', 'version', '2014111000'),
(372, 'block_news_items', 'version', '2014111000'),
(373, 'block_online_users', 'version', '2014111000'),
(374, 'block_participants', 'version', '2014111000'),
(375, 'block_private_files', 'version', '2014111000'),
(376, 'block_quiz_results', 'version', '2014111000'),
(377, 'block_recent_activity', 'version', '2014111000'),
(378, 'block_rss_client', 'version', '2014111000'),
(379, 'block_search_forums', 'version', '2014111000'),
(380, 'block_section_links', 'version', '2014111000'),
(381, 'block_selfcompletion', 'version', '2014111000'),
(382, 'block_settings', 'version', '2014111000'),
(383, 'block_site_main_menu', 'version', '2014111000'),
(384, 'block_social_activities', 'version', '2014111000'),
(385, 'block_tag_flickr', 'version', '2014111000'),
(386, 'block_tag_youtube', 'version', '2014111000'),
(387, 'block_tags', 'version', '2014111000'),
(388, 'filter_activitynames', 'version', '2014111000'),
(390, 'filter_algebra', 'version', '2014111000'),
(391, 'filter_censor', 'version', '2014111000'),
(392, 'filter_data', 'version', '2014111000'),
(394, 'filter_emailprotect', 'version', '2014111000'),
(395, 'filter_emoticon', 'version', '2014111000'),
(396, 'filter_glossary', 'version', '2014111000'),
(398, 'filter_mathjaxloader', 'version', '2014111001'),
(400, 'filter_mediaplugin', 'version', '2014111000'),
(402, 'filter_multilang', 'version', '2014111000'),
(403, 'filter_tex', 'version', '2014111000'),
(405, 'filter_tidy', 'version', '2014111000'),
(406, 'filter_urltolink', 'version', '2014111000'),
(407, 'editor_atto', 'version', '2014111000'),
(409, 'editor_textarea', 'version', '2014111000'),
(410, 'editor_tinymce', 'version', '2014111000'),
(411, 'format_singleactivity', 'version', '2014111000'),
(412, 'format_social', 'version', '2014111000'),
(413, 'format_topics', 'version', '2014111000'),
(414, 'format_weeks', 'version', '2014111000'),
(415, 'profilefield_checkbox', 'version', '2014111000'),
(416, 'profilefield_datetime', 'version', '2014111000'),
(417, 'profilefield_menu', 'version', '2014111000'),
(418, 'profilefield_text', 'version', '2014111000'),
(419, 'profilefield_textarea', 'version', '2014111000'),
(420, 'report_backups', 'version', '2014111000'),
(421, 'report_completion', 'version', '2014111000'),
(423, 'report_configlog', 'version', '2014111000'),
(424, 'report_courseoverview', 'version', '2014111000'),
(425, 'report_eventlist', 'version', '2014111000'),
(426, 'report_log', 'version', '2014111000'),
(428, 'report_loglive', 'version', '2014111000'),
(429, 'report_outline', 'version', '2014111000'),
(431, 'report_participation', 'version', '2014111000'),
(433, 'report_performance', 'version', '2014111000'),
(434, 'report_progress', 'version', '2014111000'),
(436, 'report_questioninstances', 'version', '2014111000'),
(437, 'report_security', 'version', '2014111000'),
(438, 'report_stats', 'version', '2014111000'),
(440, 'gradeexport_ods', 'version', '2014111000'),
(441, 'gradeexport_txt', 'version', '2014111000'),
(442, 'gradeexport_xls', 'version', '2014111000'),
(443, 'gradeexport_xml', 'version', '2014111000'),
(444, 'gradeimport_csv', 'version', '2014111000'),
(445, 'gradeimport_xml', 'version', '2014111000'),
(446, 'gradereport_grader', 'version', '2014111000'),
(447, 'gradereport_outcomes', 'version', '2014111000'),
(448, 'gradereport_overview', 'version', '2014111000'),
(449, 'gradereport_user', 'version', '2014111000'),
(450, 'gradingform_guide', 'version', '2014111000'),
(451, 'gradingform_rubric', 'version', '2014111000'),
(452, 'mnetservice_enrol', 'version', '2014111000'),
(453, 'webservice_amf', 'version', '2014111000'),
(454, 'webservice_rest', 'version', '2014111000'),
(455, 'webservice_soap', 'version', '2014111000'),
(456, 'webservice_xmlrpc', 'version', '2014111000'),
(457, 'repository_alfresco', 'version', '2014111000'),
(458, 'repository_areafiles', 'version', '2014111000'),
(460, 'areafiles', 'enablecourseinstances', '0'),
(461, 'areafiles', 'enableuserinstances', '0'),
(462, 'repository_boxnet', 'version', '2014111000'),
(463, 'repository_coursefiles', 'version', '2014111000'),
(464, 'repository_dropbox', 'version', '2014111000'),
(465, 'repository_equella', 'version', '2014111000'),
(466, 'repository_filesystem', 'version', '2014111000'),
(467, 'repository_flickr', 'version', '2014111000'),
(468, 'repository_flickr_public', 'version', '2014111000'),
(469, 'repository_googledocs', 'version', '2014111000'),
(470, 'repository_local', 'version', '2014111000'),
(472, 'local', 'enablecourseinstances', '0'),
(473, 'local', 'enableuserinstances', '0'),
(474, 'repository_merlot', 'version', '2014111000'),
(475, 'repository_picasa', 'version', '2014111000'),
(476, 'repository_recent', 'version', '2014111000'),
(478, 'recent', 'enablecourseinstances', '0'),
(479, 'recent', 'enableuserinstances', '0'),
(480, 'repository_s3', 'version', '2014111000'),
(481, 'repository_skydrive', 'version', '2014111000'),
(482, 'repository_upload', 'version', '2014111000'),
(484, 'upload', 'enablecourseinstances', '0'),
(485, 'upload', 'enableuserinstances', '0'),
(486, 'repository_url', 'version', '2014111000'),
(488, 'url', 'enablecourseinstances', '0'),
(489, 'url', 'enableuserinstances', '0'),
(490, 'repository_user', 'version', '2014111000'),
(492, 'user', 'enablecourseinstances', '0'),
(493, 'user', 'enableuserinstances', '0'),
(494, 'repository_webdav', 'version', '2014111000'),
(495, 'repository_wikimedia', 'version', '2014111000'),
(497, 'wikimedia', 'enablecourseinstances', '0'),
(498, 'wikimedia', 'enableuserinstances', '0'),
(499, 'repository_youtube', 'version', '2014111000'),
(501, 'youtube', 'enablecourseinstances', '0'),
(502, 'youtube', 'enableuserinstances', '0'),
(503, 'portfolio_boxnet', 'version', '2014111000'),
(504, 'portfolio_download', 'version', '2014111000'),
(505, 'portfolio_flickr', 'version', '2014111000'),
(506, 'portfolio_googledocs', 'version', '2014111000'),
(507, 'portfolio_mahara', 'version', '2014111000'),
(508, 'portfolio_picasa', 'version', '2014111000'),
(509, 'qbehaviour_adaptive', 'version', '2014111000'),
(510, 'qbehaviour_adaptivenopenalty', 'version', '2014111000'),
(511, 'qbehaviour_deferredcbm', 'version', '2014111000'),
(512, 'qbehaviour_deferredfeedback', 'version', '2014111000'),
(513, 'qbehaviour_immediatecbm', 'version', '2014111000'),
(514, 'qbehaviour_immediatefeedback', 'version', '2014111000'),
(515, 'qbehaviour_informationitem', 'version', '2014111000'),
(516, 'qbehaviour_interactive', 'version', '2014111000'),
(517, 'qbehaviour_interactivecountback', 'version', '2014111000'),
(518, 'qbehaviour_manualgraded', 'version', '2014111000'),
(520, 'question', 'disabledbehaviours', 'manualgraded'),
(521, 'qbehaviour_missing', 'version', '2014111000'),
(522, 'qformat_aiken', 'version', '2014111000'),
(523, 'qformat_blackboard_six', 'version', '2014111000'),
(524, 'qformat_examview', 'version', '2014111000'),
(525, 'qformat_gift', 'version', '2014111000'),
(526, 'qformat_learnwise', 'version', '2014051200'),
(527, 'qformat_missingword', 'version', '2014111000'),
(528, 'qformat_multianswer', 'version', '2014111000'),
(529, 'qformat_webct', 'version', '2014111000'),
(530, 'qformat_xhtml', 'version', '2014111000'),
(531, 'qformat_xml', 'version', '2014111000'),
(532, 'tool_assignmentupgrade', 'version', '2014111000'),
(533, 'tool_availabilityconditions', 'version', '2014111000'),
(534, 'tool_behat', 'version', '2014111000'),
(535, 'tool_capability', 'version', '2014111000'),
(536, 'tool_customlang', 'version', '2014111000'),
(538, 'tool_dbtransfer', 'version', '2014111000'),
(539, 'tool_generator', 'version', '2014111000'),
(540, 'tool_health', 'version', '2014111000'),
(541, 'tool_innodb', 'version', '2014111000'),
(542, 'tool_installaddon', 'version', '2014111000'),
(543, 'tool_langimport', 'version', '2014111000'),
(544, 'tool_log', 'version', '2014111000'),
(546, 'tool_log', 'enabled_stores', 'logstore_standard'),
(547, 'tool_multilangupgrade', 'version', '2014111000'),
(548, 'tool_phpunit', 'version', '2014111000'),
(549, 'tool_profiling', 'version', '2014111000'),
(550, 'tool_replace', 'version', '2014111000'),
(551, 'tool_spamcleaner', 'version', '2014111000'),
(552, 'tool_task', 'version', '2014111000'),
(553, 'tool_timezoneimport', 'version', '2014111000'),
(554, 'tool_unsuproles', 'version', '2014111000'),
(556, 'tool_uploadcourse', 'version', '2014111000'),
(557, 'tool_uploaduser', 'version', '2014111000'),
(558, 'tool_xmldb', 'version', '2014111000'),
(559, 'cachestore_file', 'version', '2014111000'),
(560, 'cachestore_memcache', 'version', '2014111000'),
(561, 'cachestore_memcached', 'version', '2014111000'),
(562, 'cachestore_mongodb', 'version', '2014111000'),
(563, 'cachestore_session', 'version', '2014111000'),
(564, 'cachestore_static', 'version', '2014111000'),
(565, 'cachelock_file', 'version', '2014111000'),
(566, 'theme_base', 'version', '2014111000'),
(567, 'theme_bootstrapbase', 'version', '2014111000'),
(568, 'theme_canvas', 'version', '2014111000'),
(569, 'theme_clean', 'version', '2014111000'),
(570, 'theme_more', 'version', '2014111000'),
(572, 'assignsubmission_comments', 'version', '2014111000'),
(574, 'assignsubmission_file', 'sortorder', '1'),
(575, 'assignsubmission_comments', 'sortorder', '2'),
(576, 'assignsubmission_onlinetext', 'sortorder', '0'),
(577, 'assignsubmission_file', 'version', '2014111000'),
(578, 'assignsubmission_onlinetext', 'version', '2014111000'),
(580, 'assignfeedback_comments', 'version', '2014111000'),
(582, 'assignfeedback_comments', 'sortorder', '0'),
(583, 'assignfeedback_editpdf', 'sortorder', '1'),
(584, 'assignfeedback_file', 'sortorder', '3'),
(585, 'assignfeedback_offline', 'sortorder', '2'),
(586, 'assignfeedback_editpdf', 'version', '2014111000'),
(588, 'assignfeedback_file', 'version', '2014111000'),
(590, 'assignfeedback_offline', 'version', '2014111000'),
(591, 'assignment_offline', 'version', '2014111000'),
(592, 'assignment_online', 'version', '2014111000'),
(593, 'assignment_upload', 'version', '2014111000'),
(594, 'assignment_uploadsingle', 'version', '2014111000'),
(595, 'booktool_exportimscp', 'version', '2014111000'),
(596, 'booktool_importhtml', 'version', '2014111000'),
(597, 'booktool_print', 'version', '2014111000'),
(598, 'datafield_checkbox', 'version', '2014111000'),
(599, 'datafield_date', 'version', '2014111000'),
(600, 'datafield_file', 'version', '2014111000'),
(601, 'datafield_latlong', 'version', '2014111000'),
(602, 'datafield_menu', 'version', '2014111000'),
(603, 'datafield_multimenu', 'version', '2014111000'),
(604, 'datafield_number', 'version', '2014111000'),
(605, 'datafield_picture', 'version', '2014111000'),
(606, 'datafield_radiobutton', 'version', '2014111000'),
(607, 'datafield_text', 'version', '2014111000'),
(608, 'datafield_textarea', 'version', '2014111000'),
(609, 'datafield_url', 'version', '2014111000'),
(610, 'datapreset_imagegallery', 'version', '2014111000'),
(611, 'quiz_grading', 'version', '2014111000'),
(613, 'quiz_overview', 'version', '2014111000'),
(615, 'quiz_responses', 'version', '2014111000'),
(617, 'quiz_statistics', 'version', '2014111000'),
(619, 'quizaccess_delaybetweenattempts', 'version', '2014111000'),
(620, 'quizaccess_ipaddress', 'version', '2014111000'),
(621, 'quizaccess_numattempts', 'version', '2014111000'),
(622, 'quizaccess_openclosedate', 'version', '2014111000'),
(623, 'quizaccess_password', 'version', '2014111000'),
(624, 'quizaccess_safebrowser', 'version', '2014111000'),
(625, 'quizaccess_securewindow', 'version', '2014111000'),
(626, 'quizaccess_timelimit', 'version', '2014111000'),
(627, 'scormreport_basic', 'version', '2014111000'),
(628, 'scormreport_graphs', 'version', '2014111000'),
(629, 'scormreport_interactions', 'version', '2014111000'),
(630, 'scormreport_objectives', 'version', '2014111000'),
(631, 'workshopform_accumulative', 'version', '2014111000'),
(633, 'workshopform_comments', 'version', '2014111000'),
(635, 'workshopform_numerrors', 'version', '2014111000'),
(637, 'workshopform_rubric', 'version', '2014111000'),
(639, 'workshopallocation_manual', 'version', '2014111000'),
(640, 'workshopallocation_random', 'version', '2014111000'),
(641, 'workshopallocation_scheduled', 'version', '2014111000'),
(642, 'workshopeval_best', 'version', '2014111000'),
(643, 'atto_accessibilitychecker', 'version', '2014111000'),
(644, 'atto_accessibilityhelper', 'version', '2014111000'),
(645, 'atto_align', 'version', '2014111000'),
(646, 'atto_backcolor', 'version', '2014111000'),
(647, 'atto_bold', 'version', '2014111000'),
(648, 'atto_charmap', 'version', '2014111000'),
(649, 'atto_clear', 'version', '2014111000'),
(650, 'atto_collapse', 'version', '2014111000'),
(651, 'atto_emoticon', 'version', '2014111000'),
(652, 'atto_equation', 'version', '2014111000'),
(653, 'atto_fontcolor', 'version', '2014111000'),
(654, 'atto_html', 'version', '2014111000'),
(655, 'atto_image', 'version', '2014111000'),
(656, 'atto_indent', 'version', '2014111000'),
(657, 'atto_italic', 'version', '2014111000'),
(658, 'atto_link', 'version', '2014111000'),
(659, 'atto_managefiles', 'version', '2014111000'),
(660, 'atto_media', 'version', '2014111000'),
(661, 'atto_noautolink', 'version', '2014111000'),
(662, 'atto_orderedlist', 'version', '2014111000'),
(663, 'atto_rtl', 'version', '2014111000'),
(664, 'atto_strike', 'version', '2014111000'),
(665, 'atto_subscript', 'version', '2014111000'),
(666, 'atto_superscript', 'version', '2014111000'),
(667, 'atto_table', 'version', '2014111000'),
(668, 'atto_title', 'version', '2014111000'),
(669, 'atto_underline', 'version', '2014111000'),
(670, 'atto_undo', 'version', '2014111000'),
(671, 'atto_unorderedlist', 'version', '2014111000'),
(672, 'tinymce_ctrlhelp', 'version', '2014111000'),
(673, 'tinymce_dragmath', 'version', '2014051200'),
(674, 'tinymce_managefiles', 'version', '2014111000'),
(675, 'tinymce_moodleemoticon', 'version', '2014111000'),
(676, 'tinymce_moodleimage', 'version', '2014111000'),
(677, 'tinymce_moodlemedia', 'version', '2014111000'),
(678, 'tinymce_moodlenolink', 'version', '2014111000'),
(679, 'tinymce_pdw', 'version', '2014111000'),
(680, 'tinymce_spellchecker', 'version', '2014111000'),
(682, 'tinymce_wrap', 'version', '2014111000'),
(683, 'logstore_database', 'version', '2014111000'),
(684, 'logstore_legacy', 'version', '2014111000'),
(685, 'logstore_standard', 'version', '2014111000'),
(686, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments'),
(687, 'assign', 'showrecentsubmissions', '0'),
(688, 'assign', 'submissionreceipts', '1'),
(689, 'assign', 'submissionstatement', 'This assignment is my own work, except where I have acknowledged the use of the works of other people.'),
(690, 'assign', 'alwaysshowdescription', '1'),
(691, 'assign', 'alwaysshowdescription_adv', ''),
(692, 'assign', 'alwaysshowdescription_locked', ''),
(693, 'assign', 'allowsubmissionsfromdate', '0'),
(694, 'assign', 'allowsubmissionsfromdate_enabled', '1'),
(695, 'assign', 'allowsubmissionsfromdate_adv', ''),
(696, 'assign', 'duedate', '604800'),
(697, 'assign', 'duedate_enabled', '1'),
(698, 'assign', 'duedate_adv', ''),
(699, 'assign', 'cutoffdate', '1209600'),
(700, 'assign', 'cutoffdate_enabled', ''),
(701, 'assign', 'cutoffdate_adv', ''),
(702, 'assign', 'submissiondrafts', '0'),
(703, 'assign', 'submissiondrafts_adv', ''),
(704, 'assign', 'submissiondrafts_locked', ''),
(705, 'assign', 'requiresubmissionstatement', '0'),
(706, 'assign', 'requiresubmissionstatement_adv', ''),
(707, 'assign', 'requiresubmissionstatement_locked', ''),
(708, 'assign', 'attemptreopenmethod', 'none'),
(709, 'assign', 'attemptreopenmethod_adv', ''),
(710, 'assign', 'attemptreopenmethod_locked', ''),
(711, 'assign', 'maxattempts', '-1'),
(712, 'assign', 'maxattempts_adv', ''),
(713, 'assign', 'maxattempts_locked', ''),
(714, 'assign', 'teamsubmission', '0'),
(715, 'assign', 'teamsubmission_adv', ''),
(716, 'assign', 'teamsubmission_locked', ''),
(717, 'assign', 'requireallteammemberssubmit', '0'),
(718, 'assign', 'requireallteammemberssubmit_adv', ''),
(719, 'assign', 'requireallteammemberssubmit_locked', ''),
(720, 'assign', 'teamsubmissiongroupingid', ''),
(721, 'assign', 'teamsubmissiongroupingid_adv', ''),
(722, 'assign', 'sendnotifications', '0'),
(723, 'assign', 'sendnotifications_adv', ''),
(724, 'assign', 'sendnotifications_locked', ''),
(725, 'assign', 'sendlatenotifications', '0'),
(726, 'assign', 'sendlatenotifications_adv', ''),
(727, 'assign', 'sendlatenotifications_locked', ''),
(728, 'assign', 'sendstudentnotifications', '1'),
(729, 'assign', 'sendstudentnotifications_adv', ''),
(730, 'assign', 'sendstudentnotifications_locked', ''),
(731, 'assign', 'blindmarking', '0'),
(732, 'assign', 'blindmarking_adv', ''),
(733, 'assign', 'blindmarking_locked', ''),
(734, 'assign', 'markingworkflow', '0'),
(735, 'assign', 'markingworkflow_adv', ''),
(736, 'assign', 'markingworkflow_locked', ''),
(737, 'assign', 'markingallocation', '0'),
(738, 'assign', 'markingallocation_adv', ''),
(739, 'assign', 'markingallocation_locked', ''),
(740, 'assignsubmission_file', 'default', '1'),
(741, 'assignsubmission_file', 'maxbytes', '1048576'),
(742, 'assignsubmission_onlinetext', 'default', '0'),
(743, 'assignfeedback_comments', 'default', '1'),
(744, 'assignfeedback_comments', 'inline', '0'),
(745, 'assignfeedback_comments', 'inline_adv', ''),
(746, 'assignfeedback_comments', 'inline_locked', ''),
(747, 'assignfeedback_editpdf', 'stamps', ''),
(749, 'assignfeedback_file', 'default', '0'),
(750, 'assignfeedback_offline', 'default', '0'),
(751, 'book', 'requiremodintro', '1'),
(752, 'book', 'numberingoptions', '0,1,2,3'),
(753, 'book', 'numbering', '1'),
(754, 'folder', 'requiremodintro', '1'),
(755, 'folder', 'showexpanded', '1'),
(756, 'imscp', 'requiremodintro', '1'),
(757, 'imscp', 'keepold', '1'),
(758, 'imscp', 'keepold_adv', ''),
(759, 'label', 'dndmedia', '1'),
(760, 'label', 'dndresizewidth', '400'),
(761, 'label', 'dndresizeheight', '400'),
(762, 'page', 'requiremodintro', '1'),
(763, 'page', 'displayoptions', '5'),
(764, 'page', 'printheading', '1'),
(765, 'page', 'printintro', '0'),
(766, 'page', 'display', '5'),
(767, 'page', 'popupwidth', '620'),
(768, 'page', 'popupheight', '450'),
(769, 'quiz', 'timelimit', '0'),
(770, 'quiz', 'timelimit_adv', ''),
(771, 'quiz', 'overduehandling', 'autoabandon'),
(772, 'quiz', 'overduehandling_adv', ''),
(773, 'quiz', 'graceperiod', '86400'),
(774, 'quiz', 'graceperiod_adv', ''),
(775, 'quiz', 'graceperiodmin', '60'),
(776, 'quiz', 'attempts', '0'),
(777, 'quiz', 'attempts_adv', ''),
(778, 'quiz', 'grademethod', '1'),
(779, 'quiz', 'grademethod_adv', ''),
(780, 'quiz', 'maximumgrade', '10'),
(781, 'quiz', 'shufflequestions', '0'),
(782, 'quiz', 'shufflequestions_adv', ''),
(783, 'quiz', 'questionsperpage', '1'),
(784, 'quiz', 'questionsperpage_adv', ''),
(785, 'quiz', 'navmethod', 'free'),
(786, 'quiz', 'navmethod_adv', '1'),
(787, 'quiz', 'shuffleanswers', '1'),
(788, 'quiz', 'shuffleanswers_adv', ''),
(789, 'quiz', 'preferredbehaviour', 'deferredfeedback'),
(790, 'quiz', 'attemptonlast', '0'),
(791, 'quiz', 'attemptonlast_adv', '1'),
(792, 'quiz', 'reviewattempt', '69904'),
(793, 'quiz', 'reviewcorrectness', '69904'),
(794, 'quiz', 'reviewmarks', '69904'),
(795, 'quiz', 'reviewspecificfeedback', '69904'),
(796, 'quiz', 'reviewgeneralfeedback', '69904'),
(797, 'quiz', 'reviewrightanswer', '69904'),
(798, 'quiz', 'reviewoverallfeedback', '4368'),
(799, 'quiz', 'showuserpicture', '0'),
(800, 'quiz', 'showuserpicture_adv', ''),
(801, 'quiz', 'decimalpoints', '2'),
(802, 'quiz', 'decimalpoints_adv', ''),
(803, 'quiz', 'questiondecimalpoints', '-1'),
(804, 'quiz', 'questiondecimalpoints_adv', '1'),
(805, 'quiz', 'showblocks', '0'),
(806, 'quiz', 'showblocks_adv', '1'),
(807, 'quiz', 'password', ''),
(808, 'quiz', 'password_adv', '1'),
(809, 'quiz', 'subnet', ''),
(810, 'quiz', 'subnet_adv', '1'),
(811, 'quiz', 'delay1', '0'),
(812, 'quiz', 'delay1_adv', '1'),
(813, 'quiz', 'delay2', '0'),
(814, 'quiz', 'delay2_adv', '1'),
(815, 'quiz', 'browsersecurity', '-'),
(816, 'quiz', 'browsersecurity_adv', '1'),
(817, 'quiz', 'autosaveperiod', '0'),
(818, 'resource', 'framesize', '130'),
(819, 'resource', 'requiremodintro', '1'),
(820, 'resource', 'displayoptions', '0,1,4,5,6'),
(821, 'resource', 'printintro', '1'),
(822, 'resource', 'display', '0'),
(823, 'resource', 'showsize', '0'),
(824, 'resource', 'showtype', '0'),
(825, 'resource', 'popupwidth', '620'),
(826, 'resource', 'popupheight', '450'),
(827, 'resource', 'filterfiles', '0'),
(828, 'scorm', 'displaycoursestructure', '0'),
(829, 'scorm', 'displaycoursestructure_adv', ''),
(830, 'scorm', 'popup', '0'),
(831, 'scorm', 'popup_adv', ''),
(832, 'scorm', 'displayactivityname', '1'),
(833, 'scorm', 'framewidth', '100'),
(834, 'scorm', 'framewidth_adv', '1'),
(835, 'scorm', 'frameheight', '500'),
(836, 'scorm', 'frameheight_adv', '1'),
(837, 'scorm', 'winoptgrp_adv', '1'),
(838, 'scorm', 'scrollbars', '0'),
(839, 'scorm', 'directories', '0'),
(840, 'scorm', 'location', '0'),
(841, 'scorm', 'menubar', '0'),
(842, 'scorm', 'toolbar', '0'),
(843, 'scorm', 'status', '0'),
(844, 'scorm', 'skipview', '0'),
(845, 'scorm', 'skipview_adv', '1'),
(846, 'scorm', 'hidebrowse', '0'),
(847, 'scorm', 'hidebrowse_adv', '1'),
(848, 'scorm', 'hidetoc', '0'),
(849, 'scorm', 'hidetoc_adv', '1'),
(850, 'scorm', 'nav', '1'),
(851, 'scorm', 'nav_adv', '1'),
(852, 'scorm', 'navpositionleft', '-100'),
(853, 'scorm', 'navpositionleft_adv', '1'),
(854, 'scorm', 'navpositiontop', '-100'),
(855, 'scorm', 'navpositiontop_adv', '1'),
(856, 'scorm', 'collapsetocwinsize', '767'),
(857, 'scorm', 'collapsetocwinsize_adv', '1'),
(858, 'scorm', 'displayattemptstatus', '1'),
(859, 'scorm', 'displayattemptstatus_adv', ''),
(860, 'scorm', 'grademethod', '1'),
(861, 'scorm', 'maxgrade', '100'),
(862, 'scorm', 'maxattempt', '0'),
(863, 'scorm', 'whatgrade', '0'),
(864, 'scorm', 'forcecompleted', '0'),
(865, 'scorm', 'forcenewattempt', '0'),
(866, 'scorm', 'lastattemptlock', '0'),
(867, 'scorm', 'auto', '0'),
(868, 'scorm', 'updatefreq', '0'),
(869, 'scorm', 'scorm12standard', '1'),
(870, 'scorm', 'allowtypeexternal', '0'),
(871, 'scorm', 'allowtypelocalsync', '0'),
(872, 'scorm', 'allowtypeexternalaicc', '0'),
(873, 'scorm', 'allowaicchacp', '0'),
(874, 'scorm', 'aicchacptimeout', '30'),
(875, 'scorm', 'aicchacpkeepsessiondata', '1'),
(876, 'scorm', 'forcejavascript', '1'),
(877, 'scorm', 'allowapidebug', '0'),
(878, 'scorm', 'apidebugmask', '.*'),
(879, 'url', 'framesize', '800'),
(880, 'url', 'requiremodintro', '1'),
(881, 'url', 'secretphrase', ''),
(882, 'url', 'rolesinparams', '0'),
(883, 'url', 'displayoptions', '0,1,2,3,5,6'),
(884, 'url', 'printintro', '1'),
(885, 'url', 'display', '1'),
(886, 'url', 'popupwidth', '620'),
(887, 'url', 'popupheight', '450'),
(888, 'workshop', 'grade', '80'),
(889, 'workshop', 'gradinggrade', '20'),
(890, 'workshop', 'gradedecimals', '0'),
(891, 'workshop', 'maxbytes', '0'),
(892, 'workshop', 'strategy', 'accumulative'),
(893, 'workshop', 'examplesmode', '0'),
(894, 'workshopallocation_random', 'numofreviews', '5'),
(895, 'workshopform_numerrors', 'grade0', 'No'),
(896, 'workshopform_numerrors', 'grade1', 'Yes'),
(897, 'workshopeval_best', 'comparison', '5'),
(898, 'block_course_overview', 'defaultmaxcourses', '10'),
(899, 'block_course_overview', 'forcedefaultmaxcourses', '0'),
(900, 'block_course_overview', 'showchildren', '0'),
(901, 'block_course_overview', 'showwelcomearea', '0'),
(902, 'block_section_links', 'numsections1', '22'),
(903, 'block_section_links', 'incby1', '2'),
(904, 'block_section_links', 'numsections2', '40'),
(905, 'block_section_links', 'incby2', '5'),
(906, 'format_singleactivity', 'activitytype', 'folder'),
(907, 'enrol_cohort', 'roleid', '5'),
(908, 'enrol_cohort', 'unenrolaction', '0'),
(909, 'enrol_database', 'dbtype', ''),
(910, 'enrol_database', 'dbhost', 'localhost'),
(911, 'enrol_database', 'dbuser', ''),
(912, 'enrol_database', 'dbpass', ''),
(913, 'enrol_database', 'dbname', ''),
(914, 'enrol_database', 'dbencoding', 'utf-8'),
(915, 'enrol_database', 'dbsetupsql', ''),
(916, 'enrol_database', 'dbsybasequoting', '0'),
(917, 'enrol_database', 'debugdb', '0'),
(918, 'enrol_database', 'localcoursefield', 'idnumber'),
(919, 'enrol_database', 'localuserfield', 'idnumber'),
(920, 'enrol_database', 'localrolefield', 'shortname'),
(921, 'enrol_database', 'localcategoryfield', 'id'),
(922, 'enrol_database', 'remoteenroltable', ''),
(923, 'enrol_database', 'remotecoursefield', ''),
(924, 'enrol_database', 'remoteuserfield', ''),
(925, 'enrol_database', 'remoterolefield', ''),
(926, 'enrol_database', 'defaultrole', '5'),
(927, 'enrol_database', 'ignorehiddencourses', '0'),
(928, 'enrol_database', 'unenrolaction', '0'),
(929, 'enrol_database', 'newcoursetable', ''),
(930, 'enrol_database', 'newcoursefullname', 'fullname'),
(931, 'enrol_database', 'newcourseshortname', 'shortname'),
(932, 'enrol_database', 'newcourseidnumber', 'idnumber'),
(933, 'enrol_database', 'newcoursecategory', ''),
(934, 'enrol_database', 'defaultcategory', '1'),
(935, 'enrol_database', 'templatecourse', ''),
(936, 'enrol_flatfile', 'location', ''),
(937, 'enrol_flatfile', 'encoding', 'UTF-8'),
(938, 'enrol_flatfile', 'mailstudents', '0'),
(939, 'enrol_flatfile', 'mailteachers', '0'),
(940, 'enrol_flatfile', 'mailadmins', '0'),
(941, 'enrol_flatfile', 'unenrolaction', '3'),
(942, 'enrol_flatfile', 'expiredaction', '3'),
(943, 'enrol_guest', 'requirepassword', '0'),
(944, 'enrol_guest', 'usepasswordpolicy', '0'),
(945, 'enrol_guest', 'showhint', '0'),
(946, 'enrol_guest', 'defaultenrol', '1'),
(947, 'enrol_guest', 'status', '1'),
(948, 'enrol_guest', 'status_adv', ''),
(949, 'enrol_imsenterprise', 'imsfilelocation', ''),
(950, 'enrol_imsenterprise', 'logtolocation', ''),
(951, 'enrol_imsenterprise', 'mailadmins', '0'),
(952, 'enrol_imsenterprise', 'createnewusers', '0'),
(953, 'enrol_imsenterprise', 'imsdeleteusers', '0'),
(954, 'enrol_imsenterprise', 'fixcaseusernames', '0'),
(955, 'enrol_imsenterprise', 'fixcasepersonalnames', '0'),
(956, 'enrol_imsenterprise', 'imssourcedidfallback', '0'),
(957, 'enrol_imsenterprise', 'imsrolemap01', '5'),
(958, 'enrol_imsenterprise', 'imsrolemap02', '3'),
(959, 'enrol_imsenterprise', 'imsrolemap03', '3'),
(960, 'enrol_imsenterprise', 'imsrolemap04', '5'),
(961, 'enrol_imsenterprise', 'imsrolemap05', '0'),
(962, 'enrol_imsenterprise', 'imsrolemap06', '4'),
(963, 'enrol_imsenterprise', 'imsrolemap07', '0'),
(964, 'enrol_imsenterprise', 'imsrolemap08', '4'),
(965, 'enrol_imsenterprise', 'truncatecoursecodes', '0'),
(966, 'enrol_imsenterprise', 'createnewcourses', '0'),
(967, 'enrol_imsenterprise', 'createnewcategories', '0'),
(968, 'enrol_imsenterprise', 'imsunenrol', '0'),
(969, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode'),
(970, 'enrol_imsenterprise', 'imscoursemapfullname', 'short'),
(971, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore'),
(972, 'enrol_imsenterprise', 'imsrestricttarget', ''),
(973, 'enrol_imsenterprise', 'imscapitafix', '0'),
(974, 'enrol_ldap', 'host_url', ''),
(975, 'enrol_ldap', 'start_tls', '0'),
(976, 'enrol_ldap', 'ldap_version', '3'),
(977, 'enrol_ldap', 'ldapencoding', 'utf-8'),
(978, 'enrol_ldap', 'pagesize', '250'),
(979, 'enrol_ldap', 'bind_dn', ''),
(980, 'enrol_ldap', 'bind_pw', ''),
(981, 'enrol_ldap', 'course_search_sub', '0'),
(982, 'enrol_ldap', 'memberattribute_isdn', '0'),
(983, 'enrol_ldap', 'user_contexts', ''),
(984, 'enrol_ldap', 'user_search_sub', '0'),
(985, 'enrol_ldap', 'user_type', 'default'),
(986, 'enrol_ldap', 'opt_deref', '0'),
(987, 'enrol_ldap', 'idnumber_attribute', ''),
(988, 'enrol_ldap', 'objectclass', '(objectClass=*)'),
(989, 'enrol_ldap', 'course_idnumber', ''),
(990, 'enrol_ldap', 'course_shortname', ''),
(991, 'enrol_ldap', 'course_fullname', ''),
(992, 'enrol_ldap', 'course_summary', ''),
(993, 'enrol_ldap', 'ignorehiddencourses', '0'),
(994, 'enrol_ldap', 'unenrolaction', '0'),
(995, 'enrol_ldap', 'autocreate', '0'),
(996, 'enrol_ldap', 'category', '1'),
(997, 'enrol_ldap', 'template', ''),
(998, 'enrol_ldap', 'course_shortname_updateonsync', '0'),
(999, 'enrol_ldap', 'course_fullname_updateonsync', '0'),
(1000, 'enrol_ldap', 'course_summary_updateonsync', '0'),
(1001, 'enrol_ldap', 'nested_groups', '0'),
(1002, 'enrol_ldap', 'group_memberofattribute', ''),
(1003, 'enrol_manual', 'expiredaction', '1'),
(1004, 'enrol_manual', 'expirynotifyhour', '6'),
(1005, 'enrol_manual', 'defaultenrol', '1'),
(1006, 'enrol_manual', 'status', '0'),
(1007, 'enrol_manual', 'roleid', '5'),
(1008, 'enrol_manual', 'enrolperiod', '0'),
(1009, 'enrol_manual', 'expirynotify', '0'),
(1010, 'enrol_manual', 'expirythreshold', '86400'),
(1011, 'enrol_meta', 'nosyncroleids', ''),
(1012, 'enrol_meta', 'syncall', '1'),
(1013, 'enrol_meta', 'unenrolaction', '3'),
(1014, 'enrol_mnet', 'roleid', '5'),
(1015, 'enrol_mnet', 'roleid_adv', '1'),
(1016, 'enrol_paypal', 'paypalbusiness', ''),
(1017, 'enrol_paypal', 'mailstudents', '0'),
(1018, 'enrol_paypal', 'mailteachers', '0'),
(1019, 'enrol_paypal', 'mailadmins', '0'),
(1020, 'enrol_paypal', 'expiredaction', '3'),
(1021, 'enrol_paypal', 'status', '1'),
(1022, 'enrol_paypal', 'cost', '0'),
(1023, 'enrol_paypal', 'currency', 'USD'),
(1024, 'enrol_paypal', 'roleid', '5'),
(1025, 'enrol_paypal', 'enrolperiod', '0'),
(1026, 'enrol_self', 'requirepassword', '0'),
(1027, 'enrol_self', 'usepasswordpolicy', '0'),
(1028, 'enrol_self', 'showhint', '0'),
(1029, 'enrol_self', 'expiredaction', '1'),
(1030, 'enrol_self', 'expirynotifyhour', '6'),
(1031, 'enrol_self', 'defaultenrol', '1'),
(1032, 'enrol_self', 'status', '1'),
(1033, 'enrol_self', 'newenrols', '1'),
(1034, 'enrol_self', 'groupkey', '0'),
(1035, 'enrol_self', 'roleid', '5'),
(1036, 'enrol_self', 'enrolperiod', '0'),
(1037, 'enrol_self', 'expirynotify', '0'),
(1038, 'enrol_self', 'expirythreshold', '86400'),
(1039, 'enrol_self', 'longtimenosee', '0'),
(1040, 'enrol_self', 'maxenrolled', '0'),
(1041, 'enrol_self', 'sendcoursewelcomemessage', '1'),
(1042, 'filter_emoticon', 'formats', '1,4,0'),
(1043, 'filter_mathjaxloader', 'httpurl', 'http://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js');
INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES
(1044, 'filter_mathjaxloader', 'httpsurl', 'https://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js'),
(1045, 'filter_mathjaxloader', 'texfiltercompatibility', '0'),
(1046, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n    config: ["Accessible.js", "Safe.js"],\n    errorSettings: { message: ["!"] },\n    skipStartupTypeset: true,\n    messageStyle: "none"\n});\n'),
(1047, 'filter_mathjaxloader', 'additionaldelimiters', ''),
(1048, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),
(1049, 'filter_tex', 'latexbackground', '#FFFFFF'),
(1050, 'filter_tex', 'density', '120'),
(1051, 'filter_tex', 'pathlatex', '/usr/bin/latex'),
(1052, 'filter_tex', 'pathdvips', '/usr/bin/dvips'),
(1053, 'filter_tex', 'pathconvert', '/usr/bin/convert'),
(1054, 'filter_tex', 'pathmimetex', ''),
(1055, 'filter_tex', 'convertformat', 'gif'),
(1056, 'filter_urltolink', 'formats', '0'),
(1057, 'filter_urltolink', 'embedimages', '1'),
(1058, 'logstore_database', 'dbdriver', ''),
(1059, 'logstore_database', 'dbhost', ''),
(1060, 'logstore_database', 'dbuser', ''),
(1061, 'logstore_database', 'dbpass', ''),
(1062, 'logstore_database', 'dbname', ''),
(1063, 'logstore_database', 'dbtable', ''),
(1064, 'logstore_database', 'dbpersist', '0'),
(1065, 'logstore_database', 'dbsocket', ''),
(1066, 'logstore_database', 'dbport', ''),
(1067, 'logstore_database', 'dbschema', ''),
(1068, 'logstore_database', 'dbcollation', ''),
(1069, 'logstore_database', 'buffersize', '50'),
(1070, 'logstore_database', 'logguests', '0'),
(1071, 'logstore_database', 'includelevels', '1,2,0'),
(1072, 'logstore_database', 'includeactions', 'c,r,u,d'),
(1073, 'logstore_legacy', 'loglegacy', '0'),
(1074, 'logstore_standard', 'logguests', '1'),
(1075, 'logstore_standard', 'loglifetime', '0'),
(1076, 'logstore_standard', 'buffersize', '50'),
(1077, 'editor_atto', 'toolbar', 'collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist\nlinks = link\nfiles = image, media, managefiles\nstyle2 = underline, strike, subscript, superscript\nalign = align\nindent = indent\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html'),
(1078, 'atto_collapse', 'showgroups', '5'),
(1079, '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'),
(1080, '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'),
(1081, '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'),
(1082, 'atto_equation', 'librarygroup4', '\n\\sum{a,b}\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'),
(1083, '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'),
(1084, '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'),
(1085, 'editor_tinymce', 'customconfig', ''),
(1086, 'tinymce_dragmath', 'requiretex', '1'),
(1087, 'tinymce_moodleemoticon', 'requireemoticon', '1'),
(1088, 'tinymce_spellchecker', 'spellengine', ''),
(1089, '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'),
(1090, 'enrol_manual', 'expirynotifylast', '1455363783'),
(1091, 'enrol_manual', 'lastcron', '1455421383'),
(1092, 'enrol_self', 'expirynotifylast', '1455363783'),
(1093, 'enrol_self', 'lastcron', '1455421383'),
(1094, 'enrol_cohort', 'lastcron', '1455417783'),
(1095, 'quiz_statistics', 'lastcron', '1455406983'),
(1096, 'workshopallocation_scheduled', 'lastcron', '1455421384'),
(1097, 'repository_dropbox', 'lastcron', '1455421384'),
(1098, 'repository_filesystem', 'lastcron', '1455421384'),
(1099, 'registration', 'crontime', '1454748194'),
(1100, 'core_plugin', 'recentfetch', '1455385388'),
(1101, 'core_plugin', 'recentresponse', '{"status":"OK","provider":"https:\\/\\/download.moodle.org\\/api\\/1.2\\/updates.php","apiver":"1.2","timegenerated":1455385388,"ticket":"JUM5JTkxZCVGOGolRDclN0QlN0MlRTIlOTIlOEMlODclRTY0JTEyJUU2RSVDRiVDRCVGRVAwJTlEKyUyQyVCMSVBRSUxOGwlQUN1WiVENiUxNSUxQiU4NSU3QiU4RCVGOCUzRCU4NyVCMw==","forbranch":"2.8","forversion":"2014111005","updates":{"core":[{"version":2015111602.06,"release":"3.0.2+ (Build: 20160211)","branch":"3.0","maturity":200,"url":"https:\\/\\/download.moodle.org","download":"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable30\\/moodle-latest-30.zip"},{"version":2014111010,"release":"2.8.10 (Build: 20160111)","branch":"2.8","maturity":200,"url":"https:\\/\\/download.moodle.org","download":"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable28\\/moodle-2.8.10.zip"},{"version":2015051104.06,"release":"2.9.4+ (Build: 20160211)","branch":"2.9","maturity":200,"url":"https:\\/\\/download.moodle.org","download":"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/stable29\\/moodle-latest-29.zip"},{"version":2016021100,"release":"3.1dev (Build: 20160211)","branch":"3.1","maturity":50,"url":"https:\\/\\/download.moodle.org","download":"https:\\/\\/download.moodle.org\\/download.php\\/direct\\/moodle\\/moodle-latest.zip"}],"theme_archaius":[{"version":"2015011900","release":"Archaius Tigris v-1.2.0","maturity":200,"url":"https:\\/\\/moodle.org\\/plugins\\/pluginversion.php?id=7745","download":"https:\\/\\/moodle.org\\/plugins\\/download.php\\/7745\\/theme_archaius_moodle28_2015011900.zip","downloadmd5":"59c0e1ab42d9810325f567460cc4c6e1"}]}}'),
(1102, 'googledocs', 'clientid', '326124388310-tb9e4jj1ufkkcf963ttphg6a5pu3erm5.apps.googleusercontent.com'),
(1103, 'googledocs', 'secret', 'fLXlLlhXD48v25EdKIDTNtpH'),
(1104, 'googledocs', 'pluginname', ''),
(1105, 'googledocs', 'enablecourseinstances', '0'),
(1106, 'googledocs', 'enableuserinstances', '0'),
(1107, 'hub', 'site_name_httphubmoodleorg', 'דף הבית לסטודנט'),
(1108, 'hub', 'site_description_httphubmoodleorg', '.'),
(1109, 'hub', 'site_contactname_httphubmoodleorg', 'System Administrator'),
(1110, 'hub', 'site_contactemail_httphubmoodleorg', 'admin@moodle.lulavi.com'),
(1111, 'hub', 'site_contactphone_httphubmoodleorg', ''),
(1112, 'hub', 'site_imageurl_httphubmoodleorg', ''),
(1113, 'hub', 'site_privacy_httphubmoodleorg', 'notdisplayed'),
(1114, 'hub', 'site_address_httphubmoodleorg', ''),
(1115, 'hub', 'site_region_httphubmoodleorg', '-'),
(1116, 'hub', 'site_country_httphubmoodleorg', 'US'),
(1117, 'hub', 'site_language_httphubmoodleorg', 'he'),
(1118, 'hub', 'site_geolocation_httphubmoodleorg', ''),
(1119, 'hub', 'site_contactable_httphubmoodleorg', '0'),
(1120, 'hub', 'site_emailalert_httphubmoodleorg', '1'),
(1121, 'hub', 'site_coursesnumber_httphubmoodleorg', '1'),
(1122, 'hub', 'site_usersnumber_httphubmoodleorg', '1'),
(1123, 'hub', 'site_roleassignmentsnumber_httphubmoodleorg', '1'),
(1124, 'hub', 'site_postsnumber_httphubmoodleorg', '1'),
(1125, 'hub', 'site_questionsnumber_httphubmoodleorg', '1'),
(1126, 'hub', 'site_resourcesnumber_httphubmoodleorg', '1'),
(1127, 'hub', 'site_badges_httphubmoodleorg', '1'),
(1128, 'hub', 'site_issuedbadges_httphubmoodleorg', '1'),
(1129, 'hub', 'site_modulenumberaverage_httphubmoodleorg', '1'),
(1130, 'hub', 'site_participantnumberaverage_httphubmoodleorg', '1'),
(1131, 'theme_archaius', 'logo', '/go2.JPG'),
(1132, 'theme_archaius', 'mobilelogo', '/go.JPG'),
(1133, 'theme_archaius', 'footnote', '<p>לפניות ויצירת קשר:&nbsp;<br>be.effective.student@gmail.com<br><br></p>'),
(1134, 'theme_archaius', 'bgcolor', '#BEFDEF'),
(1135, 'theme_archaius', 'themecolor', '#2E3332'),
(1136, 'theme_archaius', 'headercolor', '#5A71FB'),
(1137, 'theme_archaius', 'currentcolor', '#DB38FB'),
(1138, 'theme_archaius', 'custommenucolor', '#FFF733'),
(1139, 'theme_archaius', 'currentcustommenucolor', '#FF56D7'),
(1140, 'theme_archaius', 'accordionBlocks', '0'),
(1141, 'theme_archaius', 'collasibleTopics', '0'),
(1142, 'theme_archaius', 'hideShowBlocks', '0'),
(1143, 'theme_archaius', 'activateSlideshow', '1'),
(1144, 'theme_archaius', 'activatePausePlaySlideshow', '0'),
(1145, 'theme_archaius', 'slideshowTimeout', '0'),
(1146, 'theme_archaius', 'slideshowheight', ''),
(1147, 'theme_archaius', 'customcss', ''),
(1148, 'theme_archaius', 'customjs', ''),
(1149, 'theme_archaius', 'version', '2015011900'),
(1150, 'lesson', 'requiremodintro', '0'),
(1151, 'gradeimport_direct', 'version', '2014111000'),
(1152, 'gradereport_history', 'version', '2014111000'),
(1153, 'gradereport_singleview', 'version', '2014111000'),
(1154, 'tool_messageinbound', 'version', '2014111000'),
(1155, 'message', 'airnotifier_provider_tool_messageinbound_invalidrecipienthandler_permitted', 'permitted'),
(1156, 'message', 'email_provider_tool_messageinbound_invalidrecipienthandler_permitted', 'permitted'),
(1157, 'message', 'jabber_provider_tool_messageinbound_invalidrecipienthandler_permitted', 'permitted'),
(1158, 'message', 'popup_provider_tool_messageinbound_invalidrecipienthandler_permitted', 'permitted'),
(1159, 'message', 'message_provider_tool_messageinbound_invalidrecipienthandler_loggedin', 'email'),
(1160, 'message', 'message_provider_tool_messageinbound_invalidrecipienthandler_loggedoff', 'email'),
(1161, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingerror_permitted', 'permitted'),
(1162, 'message', 'email_provider_tool_messageinbound_messageprocessingerror_permitted', 'permitted'),
(1163, 'message', 'jabber_provider_tool_messageinbound_messageprocessingerror_permitted', 'permitted'),
(1164, 'message', 'popup_provider_tool_messageinbound_messageprocessingerror_permitted', 'permitted'),
(1165, 'message', 'message_provider_tool_messageinbound_messageprocessingerror_loggedin', 'email'),
(1166, 'message', 'message_provider_tool_messageinbound_messageprocessingerror_loggedoff', 'email'),
(1167, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingsuccess_permitted', 'permitted'),
(1168, 'message', 'email_provider_tool_messageinbound_messageprocessingsuccess_permitted', 'permitted'),
(1169, 'message', 'jabber_provider_tool_messageinbound_messageprocessingsuccess_permitted', 'permitted'),
(1170, 'message', 'popup_provider_tool_messageinbound_messageprocessingsuccess_permitted', 'permitted'),
(1171, 'message', 'message_provider_tool_messageinbound_messageprocessingsuccess_loggedin', 'email'),
(1172, 'message', 'message_provider_tool_messageinbound_messageprocessingsuccess_loggedoff', 'email'),
(1173, 'tool_monitor', 'version', '2014111001'),
(1174, 'message', 'airnotifier_provider_tool_monitor_notification_permitted', 'permitted'),
(1175, 'message', 'email_provider_tool_monitor_notification_permitted', 'permitted'),
(1176, 'message', 'jabber_provider_tool_monitor_notification_permitted', 'permitted'),
(1177, 'message', 'popup_provider_tool_monitor_notification_permitted', 'permitted'),
(1178, 'message', 'message_provider_tool_monitor_notification_loggedin', 'email'),
(1179, 'message', 'message_provider_tool_monitor_notification_loggedoff', 'email'),
(1180, 'ltiservice_profile', 'version', '2014111000'),
(1181, 'ltiservice_toolproxy', 'version', '2014111000'),
(1182, 'ltiservice_toolsettings', 'version', '2014111000'),
(1183, 'filter_tex', 'pathdvisvgm', '/usr/bin/dvisvgm'),
(1184, 'block_course_overview', 'showcategories', '0'),
(1185, 'editor_atto', 'autosavefrequency', '60'),
(1186, 'scorm', 'autocommit', '0'),
(1187, 'enrol_database', 'remoteotheruserfield', ''),
(1188, 'mnet', 'openssl_history', 'a:0:{}'),
(1189, 'mnet', 'openssl_generations', '3'),
(1190, 'mnet', 'openssl', '-----BEGIN CERTIFICATE-----\nMIIEvTCCA6WgAwIBAgIBADANBgkqhkiG9w0BAQUFADCB+DELMAkGA1UEBhMCVVMx\nFDASBgNVBAgMC2RlZmF1bHRjaXR5MRQwEgYDVQQHDAtkZWZhdWx0Y2l0eTElMCMG\nA1UECgwc15PXoyDXlNeR15nXqiDXnNeh15jXldeT16DXmDEPMA0GA1UECwwGTW9v\nZGxlMSowKAYDVQQDDCFodHRwOi8vbW9vZGxlLmx1bGF2aS5jb20vbW9vZGxlMjcx\nKjAoBgNVHREMIWh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNzEtMCsG\nCSqGSIb3DQEJARYeYmUuZWZmZWN0aXZlLnN0dWRlbnRAZ21haWwuY29tMB4XDTE1\nMDMxNTAzMDcxOFoXDTE1MDQxMjAzMDcxOFowgfgxCzAJBgNVBAYTAlVTMRQwEgYD\nVQQIDAtkZWZhdWx0Y2l0eTEUMBIGA1UEBwwLZGVmYXVsdGNpdHkxJTAjBgNVBAoM\nHNeT16Mg15TXkdeZ16og15zXodeY15XXk9eg15gxDzANBgNVBAsMBk1vb2RsZTEq\nMCgGA1UEAwwhaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3MSowKAYD\nVR0RDCFodHRwOi8vbW9vZGxlLmx1bGF2aS5jb20vbW9vZGxlMjcxLTArBgkqhkiG\n9w0BCQEWHmJlLmVmZmVjdGl2ZS5zdHVkZW50QGdtYWlsLmNvbTCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBANuP3KJEO4YVIsCIS5nr5EVbhw0YmpHDnbNh\nN9Eh6a2Wn+ZYdtwCpcFPgQxrX54xZzrWr4y1Xqy8/tP0KXBS21v53jmy1fDeDvB0\ncJpdMnduCpgnEgTwmjZx54khsYDSxf9LlLrRb4vIMxADmydoWdA/5dUdf75bl0vl\ntCwA4cPcvFTo8WkURNR3xg3ydC0mXX+sb0c2qlXl5/Hdv/9a/+nLqjQ9E//woooa\nCM2JU2hxxVeUUalYFeReeqNJvZbtFzIkuZxljdExYU2F4SPwEQWUqL0dJlij8ybd\nEe8CR20exvBBl7Ye4nwRcqlRCDeOR0z72ovXECkZNfzHsZCfau8CAwEAAaNQME4w\nHQYDVR0OBBYEFIYDBvTwqkrZ8I+R8ZBgzQqVbZkfMB8GA1UdIwQYMBaAFIYDBvTw\nqkrZ8I+R8ZBgzQqVbZkfMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB\nAEvPYa+ttPGV4WTcFewZ2SvGeXlIbLP0ZTRf2tlOzQVxEm5Ox98YTUmP8MUvSbNg\nk9YXv4qX37vpR/i6eKAMx62eZqvH0sIzq0K+pmibjyPQ0HSpV2kRVXudmt1YAD+H\nGnaEZMWjcHX8of1JY6vdfBBhEiCofBQNFv3EtFcMiHB2fLRmQXSSI4vpe/VV44GE\nLAq18g3Iq0X9w1czymgAVU3t4CoKNtVHyVp7GoNQdjXdnjNj2u1J2xmKRuJ545Kn\nRz10zjERJUeNhCb1QkKg4KhwOE08ZA1+USGEvg1UVLAF9MXoxC9Ah/GWa8ZSHAaH\nD2j63A62+b0BV/OsxuvLioA=\n-----END CERTIFICATE-----\n@@@@@@@@-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDbj9yiRDuGFSLA\niEuZ6+RFW4cNGJqRw52zYTfRIemtlp/mWHbcAqXBT4EMa1+eMWc61q+MtV6svP7T\n9ClwUttb+d45stXw3g7wdHCaXTJ3bgqYJxIE8Jo2ceeJIbGA0sX/S5S60W+LyDMQ\nA5snaFnQP+XVHX++W5dL5bQsAOHD3LxU6PFpFETUd8YN8nQtJl1/rG9HNqpV5efx\n3b//Wv/py6o0PRP/8KKKGgjNiVNoccVXlFGpWBXkXnqjSb2W7RcyJLmcZY3RMWFN\nheEj8BEFlKi9HSZYo/Mm3RHvAkdtHsbwQZe2HuJ8EXKpUQg3jkdM+9qL1xApGTX8\nx7GQn2rvAgMBAAECggEASlj8rTXNsimWCvwcHZLzSUklAhpCvPkwfX1+GSMSreVD\nYAy0sutylXMGj94MEtVHz3TDHTKNTJDy+XLEVXS5Mvv5dDBKobWP+Xx0ZNEKNcbd\nb4hLYcDXd3g6nwT5xlWZFknRozEoRH0WTWXrM/zx7MK2YOQMTblWEi1GRWBHErsb\ngeJr6+JHd+O/SVBF14KJOX9N5Y6bZhv835x2kBs9ApvQcPUCRtbs3i1nMnDwCiev\nnTD6kjCAyklSw3qdseJ/GSf2dZ6rTsOEruEfrn8/c+j6xVOhQg/J6G/3GQIvbRth\nfwtuZJFsH6wH0E8BcQPM5nCnkzjbm7J9MBZlRjuoAQKBgQD55E2jy6xQj62b6zxo\npSLjHdT43jjomKAb3dasOI85KImVHWI2zOVqczTAD2VWzd50aN8rgkEvIdNEhWDF\nln9jhEP3QgR1sGdpwkWVojyOHXOxGr8hyVn/St0q4xbFdj+60fd3sNbhjJ/1TzIj\nwLwpGfFGzVYad+G4dw2XQhj1LwKBgQDg7cUKophF6pb0pNa5TrMuYntGvBapsNI4\nqCFmUcHXwqIGLSAKd5kch4zQCPuJfPR47Zfls2uVyxoad9OLg6gD1UtyF7CiN4E0\nyzr1gDyr2FfM1VPKWqyPW5ve0mlJragPsIFXZFZkaA8G5lDkGEKLt2gtcnSbYm1I\nVhD5TrL2QQKBgD3hiExoclpcygwTW5k6U4JUb9nVBdirevKLo85wDx+DZ1aSuTCC\n2sjakJSC+4BcaJsBIUqf7c5jHPMZ6FXlp9QX+9Ct+3a9YU5yOlMMotw6dNzFl9Eh\nEHVEr7IgHBJ37t4vgo2UMBIYhb/0haEO6ElxUCtNS+YwC6hnaukrCA0nAoGBAJOL\npQt66QREBE3qq2fXNjahJ1iZHQynDt9XesFRtCRCamI+y5vSJD/Qsw/sNIRV0VBa\nGp/0+AfEuRTPsZb9AAOzsM/gtl9SpZDqF3zfZ+0Z905ISbSdkkBfyXl68NIB9hKE\np/OZwAoRMHpILpvRRiW8Y7wcLl2XTTR8MJo5g6+BAoGAXUroS8PYKZ1SnBPDmk9h\nwU/0H2wSsS5zBRQ8W4Tdo/lVKdoz7MNkknu0Omtu1v+lg92H36u6J2acVnJ8VyvF\nOvzQ9hJ6mX/DHlpMrAXLMm0tctVjVfQvXRI2X/aQBoK7ikeabct96p6MdNywGI0g\nAYJUKw7mx2Hrxx4ZdB133Pw=\n-----END PRIVATE KEY-----\n');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_context`
--

CREATE TABLE IF NOT EXISTS `mdl_context` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextlevel` bigint(10) NOT NULL DEFAULT '0',
  `instanceid` bigint(10) NOT NULL DEFAULT '0',
  `path` varchar(255) DEFAULT NULL,
  `depth` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_cont_conins_uix` (`contextlevel`,`instanceid`),
  KEY `mdl_cont_ins_ix` (`instanceid`),
  KEY `mdl_cont_pat_ix` (`path`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='one of these must be set' AUTO_INCREMENT=119 ;

--
-- Dumping data for table `mdl_context`
--

INSERT INTO `mdl_context` (`id`, `contextlevel`, `instanceid`, `path`, `depth`) VALUES
(1, 10, 0, '/1', 1),
(2, 50, 1, '/1/2', 2),
(3, 40, 1, '/1/3', 2),
(4, 30, 1, '/1/4', 2),
(5, 30, 2, '/1/5', 2),
(6, 80, 1, '/1/2/6', 3),
(7, 80, 2, '/1/2/7', 3),
(8, 80, 3, '/1/2/8', 3),
(9, 80, 4, '/1/9', 2),
(10, 80, 5, '/1/10', 2),
(11, 80, 6, '/1/11', 2),
(12, 80, 7, '/1/12', 2),
(13, 80, 8, '/1/13', 2),
(14, 80, 9, '/1/14', 2),
(15, 50, 2, '/1/3/15', 3),
(16, 80, 10, '/1/3/15/16', 4),
(17, 80, 11, '/1/3/15/17', 4),
(18, 80, 12, '/1/3/15/18', 4),
(19, 80, 13, '/1/3/15/19', 4),
(20, 50, 3, '/1/3/20', 3),
(21, 80, 14, '/1/3/20/21', 4),
(22, 80, 15, '/1/3/20/22', 4),
(23, 80, 16, '/1/3/20/23', 4),
(24, 80, 17, '/1/3/20/24', 4),
(26, 40, 3, '/1/26', 2),
(27, 40, 4, '/1/27', 2),
(28, 40, 5, '/1/26/28', 3),
(29, 40, 6, '/1/26/29', 3),
(30, 40, 7, '/1/27/30', 3),
(32, 40, 9, '/1/32', 2),
(33, 50, 4, '/1/26/28/33', 4),
(34, 80, 18, '/1/26/28/33/34', 5),
(35, 80, 19, '/1/26/28/33/35', 5),
(36, 80, 20, '/1/26/28/33/36', 5),
(37, 80, 21, '/1/26/28/33/37', 5),
(38, 70, 1, '/1/26/28/33/38', 5),
(42, 70, 5, '/1/2/42', 3),
(43, 70, 6, '/1/2/43', 3),
(44, 80, 22, '/1/27/30/44', 4),
(45, 80, 23, '/1/27/30/45', 4),
(46, 50, 5, '/1/27/46', 3),
(47, 80, 24, '/1/27/46/47', 4),
(48, 80, 25, '/1/27/46/48', 4),
(49, 80, 26, '/1/27/46/49', 4),
(50, 80, 27, '/1/27/46/50', 4),
(51, 70, 7, '/1/27/46/51', 4),
(52, 80, 28, '/1/52', 2),
(53, 80, 29, '/1/2/53', 3),
(54, 30, 3, '/1/54', 2),
(56, 80, 30, '/1/56', 2),
(57, 80, 31, '/1/2/57', 3),
(59, 70, 10, '/1/2/59', 3),
(60, 70, 11, '/1/26/28/33/60', 5),
(61, 70, 12, '/1/26/28/33/61', 5),
(62, 70, 13, '/1/26/28/33/62', 5),
(63, 70, 14, '/1/26/28/33/63', 5),
(64, 70, 15, '/1/26/28/33/64', 5),
(65, 70, 16, '/1/2/65', 3),
(67, 70, 18, '/1/2/67', 3),
(68, 70, 19, '/1/2/68', 3),
(69, 70, 20, '/1/2/69', 3),
(70, 70, 21, '/1/2/70', 3),
(74, 70, 24, '/1/2/74', 3),
(75, 80, 33, '/1/2/75', 3),
(76, 70, 25, '/1/2/76', 3),
(77, 70, 26, '/1/2/77', 3),
(78, 80, 34, '/1/5/78', 3),
(79, 80, 35, '/1/5/79', 3),
(80, 80, 36, '/1/5/80', 3),
(81, 80, 37, '/1/81', 2),
(82, 80, 38, '/1/82', 2),
(83, 80, 39, '/1/83', 2),
(84, 80, 40, '/1/2/84', 3),
(87, 80, 42, '/1/2/87', 3),
(89, 70, 29, '/1/3/20/89', 4),
(90, 50, 6, '/1/3/90', 3),
(91, 80, 43, '/1/3/90/91', 4),
(92, 80, 44, '/1/3/90/92', 4),
(93, 80, 45, '/1/3/90/93', 4),
(94, 80, 46, '/1/3/90/94', 4),
(96, 70, 31, '/1/3/90/96', 4),
(97, 70, 32, '/1/3/90/97', 4),
(100, 70, 35, '/1/3/90/100', 4),
(102, 70, 37, '/1/3/90/102', 4),
(103, 70, 38, '/1/2/103', 3),
(104, 70, 39, '/1/2/104', 3),
(105, 70, 40, '/1/2/105', 3),
(106, 70, 41, '/1/2/106', 3),
(107, 70, 42, '/1/2/107', 3),
(108, 70, 43, '/1/2/108', 3),
(109, 70, 44, '/1/2/109', 3),
(110, 70, 45, '/1/2/110', 3),
(111, 70, 46, '/1/2/111', 3),
(112, 70, 47, '/1/2/112', 3),
(113, 80, 47, '/1/2/112/113', 4),
(114, 80, 48, '/1/2/110/114', 4),
(115, 80, 49, '/1/2/115', 3),
(116, 70, 48, '/1/2/116', 3),
(117, 70, 49, '/1/2/117', 3),
(118, 80, 50, '/1/118', 2);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_context_temp`
--

CREATE TABLE IF NOT EXISTS `mdl_context_temp` (
  `id` bigint(10) NOT NULL,
  `path` varchar(255) NOT NULL DEFAULT '',
  `depth` tinyint(2) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used by build_context_path() in upgrade and cron to keep con';

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course`
--

CREATE TABLE IF NOT EXISTS `mdl_course` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `category` bigint(10) NOT NULL DEFAULT '0',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext,
  `summaryformat` tinyint(2) NOT NULL DEFAULT '0',
  `format` varchar(21) NOT NULL DEFAULT 'topics',
  `showgrades` tinyint(2) NOT NULL DEFAULT '1',
  `newsitems` mediumint(5) NOT NULL DEFAULT '1',
  `startdate` bigint(10) NOT NULL DEFAULT '0',
  `marker` bigint(10) NOT NULL DEFAULT '0',
  `maxbytes` bigint(10) NOT NULL DEFAULT '0',
  `legacyfiles` smallint(4) NOT NULL DEFAULT '0',
  `showreports` smallint(4) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `visibleold` tinyint(1) NOT NULL DEFAULT '1',
  `groupmode` smallint(4) NOT NULL DEFAULT '0',
  `groupmodeforce` smallint(4) NOT NULL DEFAULT '0',
  `defaultgroupingid` bigint(10) NOT NULL DEFAULT '0',
  `lang` varchar(30) NOT NULL DEFAULT '',
  `calendartype` varchar(30) NOT NULL DEFAULT '',
  `theme` varchar(50) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) 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(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_cour_cat_ix` (`category`),
  KEY `mdl_cour_idn_ix` (`idnumber`),
  KEY `mdl_cour_sho_ix` (`shortname`),
  KEY `mdl_cour_sor_ix` (`sortorder`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Central course table' AUTO_INCREMENT=7 ;

--
-- Dumping data for table `mdl_course`
--

INSERT INTO `mdl_course` (`id`, `category`, `sortorder`, `fullname`, `shortname`, `idnumber`, `summary`, `summaryformat`, `format`, `showgrades`, `newsitems`, `startdate`, `marker`, `maxbytes`, `legacyfiles`, `showreports`, `visible`, `visibleold`, `groupmode`, `groupmodeforce`, `defaultgroupingid`, `lang`, `calendartype`, `theme`, `timecreated`, `timemodified`, `requested`, `enablecompletion`, `completionnotify`, `cacherev`) VALUES
(1, 0, 1, 'דף הבית לסטודנט', 'הבית לסטודנט - בשביל כולנו...', '', '', 0, 'site', 1, 3, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', '', 1412104323, 1426388338, 0, 0, 0, 1426393562),
(2, 1, 10003, 'גילוי ותכנון', 'תרופות', '13456', '<p>כאן יהיה את תיאור הקורס, בצורה מעוצבת ויפה</p>', 1, 'weeks', 1, 5, 1412136000, 0, 0, 0, 0, 0, 0, 1, 0, 0, '', '', '', 1412119292, 1412119292, 0, 0, 0, 1426108776),
(3, 1, 10002, 'גילוי ותכנון', 'שם קצר אחר', '22434', '<p>כאן יהיה את תיאור הקורס, בצורה מעוצבת ויפה</p>', 1, 'weeks', 1, 5, 1412136000, 0, 0, 0, 0, 0, 0, 1, 0, 0, '', '', '', 1412119338, 1426140535, 0, 0, 0, 1426140538),
(4, 5, 30001, 'יסודות המשפט לאור התהליכים וכו', 'משפט', '12354', '', 1, 'topics', 1, 5, 1412136000, 0, 0, 0, 0, 1, 1, 2, 0, 0, '', '', '', 1412120038, 1412120038, 0, 0, 0, 1426108776),
(5, 4, 50001, 'קורס מכניקה מתקדמת', 'קורס מכניקה', '57676', '', 1, 'weeks', 1, 5, 1412136000, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', '', 1412126478, 1412126478, 0, 0, 0, 1426108776),
(6, 1, 10001, 'רשימת הקישורים', 'רשימת הקישורים', 'david', '<p>כאן יהיו את כל המשאבים שאני רוצה ליצור, כלומר את הדפים של אתרים שהם מוטבעים פה.<br>ואז כולם יהפכו להיות מרוכזים במקום אחד, ויהיה קל לההעתיק את הקישור שלהם וכו''.</p>', 1, 'weeks', 1, 5, 1426219200, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', '', 1426140696, 1426140696, 0, 0, 0, 1426141405);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_categories`
--

CREATE TABLE IF NOT EXISTS `mdl_course_categories` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `parent` bigint(10) NOT NULL DEFAULT '0',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `coursecount` bigint(10) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `visibleold` tinyint(1) NOT NULL DEFAULT '1',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `depth` bigint(10) NOT NULL DEFAULT '0',
  `path` varchar(255) NOT NULL DEFAULT '',
  `theme` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_courcate_par_ix` (`parent`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Course categories' AUTO_INCREMENT=10 ;

--
-- Dumping data for table `mdl_course_categories`
--

INSERT INTO `mdl_course_categories` (`id`, `name`, `idnumber`, `description`, `descriptionformat`, `parent`, `sortorder`, `coursecount`, `visible`, `visibleold`, `timemodified`, `depth`, `path`, `theme`) VALUES
(1, 'Miscellaneous', NULL, NULL, 0, 0, 10000, 3, 1, 1, 1412104323, 1, '/1', NULL),
(3, '> תחום חברה', '', '', 1, 0, 20000, 0, 1, 1, 1412119850, 1, '/3', NULL),
(4, '> תחום ניסויי', '', '', 1, 0, 50000, 1, 1, 1, 1412119869, 1, '/4', NULL),
(5, 'חוג עו"ס', '', '', 1, 3, 30000, 1, 1, 1, 1412119741, 2, '/3/5', NULL),
(6, 'חוג חינוך', '', '', 1, 3, 40000, 0, 1, 1, 1412119783, 2, '/3/6', NULL),
(7, 'חוג מכניקה', '134324', '', 1, 4, 60000, 0, 1, 1, 1412119802, 2, '/4/7', NULL),
(9, '> תחום רוח', '', '', 1, 0, 70000, 0, 1, 1, 1412119892, 1, '/9', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completions`
--

CREATE TABLE IF NOT EXISTS `mdl_course_completions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `timeenrolled` bigint(10) NOT NULL DEFAULT '0',
  `timestarted` bigint(10) NOT NULL DEFAULT '0',
  `timecompleted` bigint(10) DEFAULT NULL,
  `reaggregate` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_courcomp_usecou_uix` (`userid`,`course`),
  KEY `mdl_courcomp_use_ix` (`userid`),
  KEY `mdl_courcomp_cou_ix` (`course`),
  KEY `mdl_courcomp_tim_ix` (`timecompleted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Course completion records' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completion_aggr_methd`
--

CREATE TABLE IF NOT EXISTS `mdl_course_completion_aggr_methd` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `criteriatype` bigint(10) DEFAULT NULL,
  `method` tinyint(1) NOT NULL DEFAULT '0',
  `value` decimal(10,5) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_courcompaggrmeth_co_uix` (`course`,`criteriatype`),
  KEY `mdl_courcompaggrmeth_cou_ix` (`course`),
  KEY `mdl_courcompaggrmeth_cri_ix` (`criteriatype`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Course completion aggregation methods for criteria' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completion_criteria`
--

CREATE TABLE IF NOT EXISTS `mdl_course_completion_criteria` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `criteriatype` bigint(10) NOT NULL DEFAULT '0',
  `module` varchar(100) DEFAULT NULL,
  `moduleinstance` bigint(10) DEFAULT NULL,
  `courseinstance` bigint(10) DEFAULT NULL,
  `enrolperiod` bigint(10) DEFAULT NULL,
  `timeend` bigint(10) DEFAULT NULL,
  `gradepass` decimal(10,5) DEFAULT NULL,
  `role` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_courcompcrit_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Course completion criteria' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_completion_crit_compl`
--

CREATE TABLE IF NOT EXISTS `mdl_course_completion_crit_compl` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `criteriaid` bigint(10) NOT NULL DEFAULT '0',
  `gradefinal` decimal(10,5) DEFAULT NULL,
  `unenroled` bigint(10) DEFAULT NULL,
  `timecompleted` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_courcompcritcomp_us_uix` (`userid`,`course`,`criteriaid`),
  KEY `mdl_courcompcritcomp_use_ix` (`userid`),
  KEY `mdl_courcompcritcomp_cou_ix` (`course`),
  KEY `mdl_courcompcritcomp_cri_ix` (`criteriaid`),
  KEY `mdl_courcompcritcomp_tim_ix` (`timecompleted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Course completion user records' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_format_options`
--

CREATE TABLE IF NOT EXISTS `mdl_course_format_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `format` varchar(21) NOT NULL DEFAULT '',
  `sectionid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_courformopti_coufor_uix` (`courseid`,`format`,`sectionid`,`name`),
  KEY `mdl_courformopti_cou_ix` (`courseid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Stores format-specific options for the course or course sect' AUTO_INCREMENT=17 ;

--
-- Dumping data for table `mdl_course_format_options`
--

INSERT INTO `mdl_course_format_options` (`id`, `courseid`, `format`, `sectionid`, `name`, `value`) VALUES
(1, 1, 'site', 0, 'numsections', '1'),
(2, 2, 'weeks', 0, 'numsections', '10'),
(3, 2, 'weeks', 0, 'hiddensections', '0'),
(4, 2, 'weeks', 0, 'coursedisplay', '0'),
(5, 3, 'weeks', 0, 'numsections', '10'),
(6, 3, 'weeks', 0, 'hiddensections', '0'),
(7, 3, 'weeks', 0, 'coursedisplay', '0'),
(8, 4, 'topics', 0, 'numsections', '10'),
(9, 4, 'topics', 0, 'hiddensections', '0'),
(10, 4, 'topics', 0, 'coursedisplay', '0'),
(11, 5, 'weeks', 0, 'numsections', '10'),
(12, 5, 'weeks', 0, 'hiddensections', '0'),
(13, 5, 'weeks', 0, 'coursedisplay', '0'),
(14, 6, 'weeks', 0, 'numsections', '10'),
(15, 6, 'weeks', 0, 'hiddensections', '0'),
(16, 6, 'weeks', 0, 'coursedisplay', '0');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_modules`
--

CREATE TABLE IF NOT EXISTS `mdl_course_modules` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `module` bigint(10) NOT NULL DEFAULT '0',
  `instance` bigint(10) NOT NULL DEFAULT '0',
  `section` bigint(10) NOT NULL DEFAULT '0',
  `idnumber` varchar(100) DEFAULT NULL,
  `added` bigint(10) NOT NULL DEFAULT '0',
  `score` smallint(4) NOT NULL DEFAULT '0',
  `indent` mediumint(5) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `visibleold` tinyint(1) NOT NULL DEFAULT '1',
  `groupmode` smallint(4) NOT NULL DEFAULT '0',
  `groupingid` bigint(10) NOT NULL DEFAULT '0',
  `completion` tinyint(1) NOT NULL DEFAULT '0',
  `completiongradeitemnumber` bigint(10) DEFAULT NULL,
  `completionview` tinyint(1) NOT NULL DEFAULT '0',
  `completionexpected` bigint(10) NOT NULL DEFAULT '0',
  `showdescription` tinyint(1) NOT NULL DEFAULT '0',
  `availability` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_courmodu_vis_ix` (`visible`),
  KEY `mdl_courmodu_cou_ix` (`course`),
  KEY `mdl_courmodu_mod_ix` (`module`),
  KEY `mdl_courmodu_ins_ix` (`instance`),
  KEY `mdl_courmodu_idncou_ix` (`idnumber`,`course`),
  KEY `mdl_courmodu_gro_ix` (`groupingid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='course_modules table retrofitted from MySQL' AUTO_INCREMENT=50 ;

--
-- Dumping data for table `mdl_course_modules`
--

INSERT INTO `mdl_course_modules` (`id`, `course`, `module`, `instance`, `section`, `idnumber`, `added`, `score`, `indent`, `visible`, `visibleold`, `groupmode`, `groupingid`, `completion`, `completiongradeitemnumber`, `completionview`, `completionexpected`, `showdescription`, `availability`) VALUES
(1, 4, 9, 1, 5, NULL, 1412121306, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 1, '{"op":"&","c":[],"showc":[]}'),
(5, 1, 15, 1, 1, '', 1412126084, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(6, 1, 8, 1, 1, '', 1412126222, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[{"type":"profile","sf":"department","op":"isequalto","v":"סטודנט"}],"showc":[true]}'),
(7, 5, 9, 2, 16, NULL, 1412126486, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(10, 1, 20, 3, 1, '', 1412893721, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(11, 4, 8, 2, 7, '', 1412897082, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(12, 4, 8, 3, 6, '', 1412897986, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(13, 4, 8, 4, 8, '', 1412898407, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(14, 4, 1, 2, 8, '', 1412898616, 0, 0, 1, 1, 2, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(15, 4, 8, 5, 6, '', 1412898984, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(16, 1, 12, 1, 1, NULL, 1412899994, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, NULL),
(18, 1, 20, 5, 2, '', 1412902067, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(19, 1, 20, 6, 1, '', 1412902135, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(20, 1, 20, 7, 1, '', 1412902306, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(21, 1, 12, 2, 1, NULL, 1412902466, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(24, 1, 20, 8, 1, '', 1412903289, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(25, 1, 20, 9, 1, '', 1412903877, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(26, 1, 20, 10, 1, '', 1412904154, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, '{"op":"&","c":[],"showc":[]}'),
(29, 3, 9, 3, 4, NULL, 1426140536, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(31, 6, 20, 12, 38, '', 1426140778, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(32, 6, 20, 13, 37, '', 1426140986, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(35, 6, 20, 15, 37, '', 1426141201, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(37, 6, 20, 16, 37, '', 1426141403, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(38, 1, 20, 17, 1, '', 1426376659, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(39, 1, 20, 18, 1, '', 1426377261, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 1, NULL),
(40, 1, 20, 19, 1, '', 1426377594, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(41, 1, 20, 20, 1, '', 1426377866, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(42, 1, 20, 21, 1, '', 1426378436, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(43, 1, 20, 22, 1, '', 1426378609, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(44, 1, 15, 3, 1, '', 1426378749, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(45, 1, 20, 23, 1, '', 1426379834, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(46, 1, 20, 24, 1, '', 1426380205, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(47, 1, 15, 4, 1, '', 1426380441, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(48, 1, 20, 25, 1, '', 1426384765, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL),
(49, 1, 17, 1, 1, '', 1426393560, 0, 0, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_modules_completion`
--

CREATE TABLE IF NOT EXISTS `mdl_course_modules_completion` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `coursemoduleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `completionstate` tinyint(1) NOT NULL,
  `viewed` tinyint(1) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`),
  KEY `mdl_courmoducomp_cou_ix` (`coursemoduleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the completion state (completed or not completed, etc' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_published`
--

CREATE TABLE IF NOT EXISTS `mdl_course_published` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `huburl` varchar(255) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL,
  `timepublished` bigint(10) NOT NULL,
  `enrollable` tinyint(1) NOT NULL DEFAULT '1',
  `hubcourseid` bigint(10) NOT NULL,
  `status` tinyint(1) DEFAULT '0',
  `timechecked` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Information about how and when an local courses were publish' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_request`
--

CREATE TABLE IF NOT EXISTS `mdl_course_request` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `summaryformat` tinyint(2) NOT NULL DEFAULT '0',
  `category` bigint(10) NOT NULL DEFAULT '0',
  `reason` longtext NOT NULL,
  `requester` bigint(10) NOT NULL DEFAULT '0',
  `password` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_courrequ_sho_ix` (`shortname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='course requests' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_course_sections`
--

CREATE TABLE IF NOT EXISTS `mdl_course_sections` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `section` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) DEFAULT NULL,
  `summary` longtext,
  `summaryformat` tinyint(2) NOT NULL DEFAULT '0',
  `sequence` longtext,
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `availability` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_coursect_cousec_uix` (`course`,`section`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='to define the sections for each course' AUTO_INCREMENT=48 ;

--
-- Dumping data for table `mdl_course_sections`
--

INSERT INTO `mdl_course_sections` (`id`, `course`, `section`, `name`, `summary`, `summaryformat`, `sequence`, `visible`, `availability`) VALUES
(1, 1, 0, NULL, '', 1, '21,25,19,20,10,24,5,6,16,26,38,39,40,41,42,43,44,45,46,47,48,49', 1, NULL),
(2, 1, 1, '', '<h3 style="text-align: center;"><b>ברוכים הבאים!! &nbsp;</b></h3><p style="text-align: center;"><b>מקווים מאוד שתהנו ממגוון האפשרויות המסייעות לסטודנט בלימודים...</b></p><p style="text-align: center;"><b>נשמח לסייע בכל פנייה או עצה לשיפור, מוכנות לעזור (וגם "תודה, איזה כיף!" וכו'')</b></p><p style="text-align: center;"><b>צוות "</b><b>הבית לסטודנט"</b></p><p style="text-align: center;"><img src="@@PLUGINFILE@@/%D7%94%D7%95%D7%A8%D7%93.jpg" alt="ברוכים הבאים" width="453" height="340" style="vertical-align:middle; margin: 0 .5em;" class="img-responsive"><br></p>', 1, '18', 1, '{"op":"&","c":[],"showc":[]}'),
(3, 2, 0, NULL, '', 1, '', 1, NULL),
(4, 3, 0, NULL, '', 1, '29', 1, NULL),
(5, 4, 0, NULL, '', 1, '1', 1, NULL),
(6, 4, 1, 'סיכומי כל השיעורים', '', 1, '12,15', 1, '{"op":"&","c":[],"showc":[]}'),
(7, 4, 2, 'שיעור 1', '', 1, '11', 1, '{"op":"&","c":[],"showc":[]}'),
(8, 4, 3, 'שיעור 2', '', 1, '14,13', 1, '{"op":"&","c":[],"showc":[]}'),
(9, 4, 4, NULL, '', 1, '', 1, NULL),
(10, 4, 5, NULL, '', 1, '', 1, NULL),
(11, 4, 6, NULL, '', 1, '', 1, NULL),
(12, 4, 7, NULL, '', 1, '', 1, NULL),
(13, 4, 8, NULL, '', 1, '', 1, NULL),
(14, 4, 9, NULL, '', 1, '', 1, NULL),
(15, 4, 10, NULL, '', 1, '', 1, NULL),
(16, 5, 0, NULL, '', 1, '7', 1, NULL),
(17, 5, 1, NULL, '', 1, '', 1, NULL),
(18, 5, 2, NULL, '', 1, '', 1, NULL),
(19, 5, 3, NULL, '', 1, '', 1, NULL),
(20, 5, 4, NULL, '', 1, '', 1, NULL),
(21, 5, 5, NULL, '', 1, '', 1, NULL),
(22, 5, 6, NULL, '', 1, '', 1, NULL),
(23, 5, 7, NULL, '', 1, '', 1, NULL),
(24, 5, 8, NULL, '', 1, '', 1, NULL),
(25, 5, 9, NULL, '', 1, '', 1, NULL),
(26, 5, 10, NULL, '', 1, '', 1, NULL),
(27, 3, 1, NULL, '', 1, '', 1, NULL),
(28, 3, 2, NULL, '', 1, '', 1, NULL),
(29, 3, 3, NULL, '', 1, '', 1, NULL),
(30, 3, 4, NULL, '', 1, '', 1, NULL),
(31, 3, 5, NULL, '', 1, '', 1, NULL),
(32, 3, 6, NULL, '', 1, '', 1, NULL),
(33, 3, 7, NULL, '', 1, '', 1, NULL),
(34, 3, 8, NULL, '', 1, '', 1, NULL),
(35, 3, 9, NULL, '', 1, '', 1, NULL),
(36, 3, 10, NULL, '', 1, '', 1, NULL),
(37, 6, 0, 'סיום ההרשמה לקורסים:', '', 1, '32,35,37', 1, '{"op":"&","c":[],"showc":[]}'),
(38, 6, 1, NULL, '', 1, '31', 1, NULL),
(39, 6, 2, NULL, '', 1, '', 1, NULL),
(40, 6, 3, NULL, '', 1, '', 1, NULL),
(41, 6, 4, NULL, '', 1, '', 1, NULL),
(42, 6, 5, NULL, '', 1, '', 1, NULL),
(43, 6, 6, NULL, '', 1, '', 1, NULL),
(44, 6, 7, NULL, '', 1, '', 1, NULL),
(45, 6, 8, NULL, '', 1, '', 1, NULL),
(46, 6, 9, NULL, '', 1, '', 1, NULL),
(47, 6, 10, NULL, '', 1, '', 1, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_data`
--

CREATE TABLE IF NOT EXISTS `mdl_data` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `comments` smallint(4) NOT NULL DEFAULT '0',
  `timeavailablefrom` bigint(10) NOT NULL DEFAULT '0',
  `timeavailableto` bigint(10) NOT NULL DEFAULT '0',
  `timeviewfrom` bigint(10) NOT NULL DEFAULT '0',
  `timeviewto` bigint(10) NOT NULL DEFAULT '0',
  `requiredentries` int(8) NOT NULL DEFAULT '0',
  `requiredentriestoview` int(8) NOT NULL DEFAULT '0',
  `maxentries` int(8) NOT NULL DEFAULT '0',
  `rssarticles` smallint(4) NOT NULL DEFAULT '0',
  `singletemplate` longtext,
  `listtemplate` longtext,
  `listtemplateheader` longtext,
  `listtemplatefooter` longtext,
  `addtemplate` longtext,
  `rsstemplate` longtext,
  `rsstitletemplate` longtext,
  `csstemplate` longtext,
  `jstemplate` longtext,
  `asearchtemplate` longtext,
  `approval` smallint(4) NOT NULL DEFAULT '0',
  `scale` bigint(10) NOT NULL DEFAULT '0',
  `assessed` bigint(10) NOT NULL DEFAULT '0',
  `assesstimestart` bigint(10) NOT NULL DEFAULT '0',
  `assesstimefinish` bigint(10) NOT NULL DEFAULT '0',
  `defaultsort` bigint(10) NOT NULL DEFAULT '0',
  `defaultsortdir` smallint(4) NOT NULL DEFAULT '0',
  `editany` smallint(4) NOT NULL DEFAULT '0',
  `notification` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_data_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all database activities' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_data_content`
--

CREATE TABLE IF NOT EXISTS `mdl_data_content` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `fieldid` bigint(10) NOT NULL DEFAULT '0',
  `recordid` bigint(10) NOT NULL DEFAULT '0',
  `content` longtext,
  `content1` longtext,
  `content2` longtext,
  `content3` longtext,
  `content4` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_datacont_rec_ix` (`recordid`),
  KEY `mdl_datacont_fie_ix` (`fieldid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='the content introduced in each record/fields' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_data_fields`
--

CREATE TABLE IF NOT EXISTS `mdl_data_fields` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `dataid` bigint(10) NOT NULL DEFAULT '0',
  `type` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `param1` longtext,
  `param2` longtext,
  `param3` longtext,
  `param4` longtext,
  `param5` longtext,
  `param6` longtext,
  `param7` longtext,
  `param8` longtext,
  `param9` longtext,
  `param10` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_datafiel_typdat_ix` (`type`,`dataid`),
  KEY `mdl_datafiel_dat_ix` (`dataid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='every field available' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_data_records`
--

CREATE TABLE IF NOT EXISTS `mdl_data_records` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `dataid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `approved` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_datareco_dat_ix` (`dataid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='every record introduced' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_editor_atto_autosave`
--

CREATE TABLE IF NOT EXISTS `mdl_editor_atto_autosave` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `elementid` varchar(255) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `pagehash` varchar(64) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `drafttext` longtext NOT NULL,
  `draftid` bigint(10) DEFAULT NULL,
  `pageinstance` varchar(64) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_editattoauto_eleconuse_uix` (`elementid`,`contextid`,`userid`,`pagehash`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=144 ;

--
-- Dumping data for table `mdl_editor_atto_autosave`
--

INSERT INTO `mdl_editor_atto_autosave` (`id`, `elementid`, `contextid`, `pagehash`, `userid`, `drafttext`, `draftid`, `pageinstance`, `timemodified`) VALUES
(27, 'id_introeditor', 85, 'e8bca124e92227c0ed6e66f5e863db6d8b9993b9', 2, '', 258793179, 'yui_3_17_2_2_1426140104444_461', 1426140113),
(28, 'id_page', 85, 'e8bca124e92227c0ed6e66f5e863db6d8b9993b9', 2, '<p>גכגכ</p>', 905443839, 'yui_3_17_2_2_1426140104444_718', 1426140174),
(33, 'id_summary_editor', 20, '90b246d38a57c81ae5170d481cb3029378119bb3', 2, '', 603071503, 'yui_3_17_2_2_1426140567292_544', 1426140585),
(41, 'id_introeditor', 99, '8fbf69ff947d289cd7b72291349a60c35ce2fa34', 2, '', 384151105, 'yui_3_17_2_2_1426141114926_557', 1426141123),
(73, 'id_page', 109, '74d6494213426e554b3a6a5da66d7120cef338a8', 2, '', 778789183, 'yui_3_17_2_2_1426379792090_700', 1426379799),
(74, 'id_introeditor', 109, '74d6494213426e554b3a6a5da66d7120cef338a8', 2, '', 862623967, 'yui_3_17_2_2_1426379792090_443', 1426379799),
(92, 'id_config_text', 114, '43602e92b86e7e9e2c8dcc09df124d91a835047b', 2, '', 639540169, 'yui_3_17_2_2_1426382140500_464', 1426382151),
(101, 'id_introeditor', 112, '83a4a4352d6431cddad6bcb638cd1f08e453c98d', 2, '.', 516916683, 'yui_3_17_2_2_1426383214412_473', 1426383282),
(102, 'id_page', 112, '83a4a4352d6431cddad6bcb638cd1f08e453c98d', 2, '{{#widget:Iframe |url=https://www.waze.com/he/livemap |width=100% |height=342 |border=0 }}', 985392615, 'yui_3_17_2_2_1426383214412_730', 1426383282),
(108, 'id_introeditor', 111, '3e690c0cbb31fbca6773ec415e5fcf82747d515e', 2, '', 874118210, 'yui_3_17_2_2_1426384715294_476', 1426384722),
(110, 'id_introeditor', 67, 'b6856f34523cdb61dc960357cbedd56f6088d81b', 2, '', 208195984, 'yui_3_17_2_2_1426385162536_476', 1426385170),
(126, 'summary', 1, '56bfc40e69eed4ba265c0fa0e1ae194821363906', 2, '', -1, 'yui_3_17_2_3_1439529115823_344', 1439529172),
(127, 'id_s_theme_clean_footnote', 1, 'c91f34bac4cda3c929cd633707d16d3dc7341594', 2, '', -1, 'yui_3_17_2_2_1426388350682_247', 1426388359),
(135, 'id_s_theme_archaius_footnote', 1, '08202e8cbb1a93f5336741380cd869f11c140242', 2, '', -1, 'yui_3_17_2_2_1439528469759_244', 1439528476),
(138, 'id_description_editor', 5, '2b3ef93ea9448c33ae4ea497109421de1d853e2d', 2, '', 619554729, 'yui_3_17_2_2_1426419399157_360', 1426419404),
(139, 'id_s_theme_archaius_footnote', 1, 'c56c269718167a21f9de8c129803f8ffa673b37e', 2, '<p>לפניות ויצירת קשר:&nbsp;<br>be.effective.student@gmail.com<br><br></p>', -1, 'yui_3_17_2_2_1439527379674_53', 1439527382),
(140, 'id_s_theme_clean_footnote', 1, 'c56c269718167a21f9de8c129803f8ffa673b37e', 2, '', -1, 'yui_3_17_2_2_1439527379674_404', 1439527383),
(141, 'id_s_theme_more_footnote', 1, 'c56c269718167a21f9de8c129803f8ffa673b37e', 2, '', -1, 'yui_3_17_2_2_1439528663770_551', 1439528675),
(142, 'id_description_editor', 1, '77fd0d33db29375e604dd7131531a4f3f35a8570', 2, '', 407928565, 'yui_3_17_2_2_1439526918553_390', 1439526922),
(143, 'id_config_text', 115, 'e3daaedca6ff6e1085e93c64db7ac66fef4d0be9', 2, '', 71956639, 'yui_3_17_2_2_1439528137609_409', 1439528140);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol`
--

CREATE TABLE IF NOT EXISTS `mdl_enrol` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `enrol` varchar(20) NOT NULL DEFAULT '',
  `status` bigint(10) NOT NULL DEFAULT '0',
  `courseid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) DEFAULT NULL,
  `enrolperiod` bigint(10) DEFAULT '0',
  `enrolstartdate` bigint(10) DEFAULT '0',
  `enrolenddate` bigint(10) DEFAULT '0',
  `expirynotify` tinyint(1) DEFAULT '0',
  `expirythreshold` bigint(10) DEFAULT '0',
  `notifyall` tinyint(1) DEFAULT '0',
  `password` varchar(50) DEFAULT NULL,
  `cost` varchar(20) DEFAULT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `roleid` bigint(10) DEFAULT '0',
  `customint1` bigint(10) DEFAULT NULL,
  `customint2` bigint(10) DEFAULT NULL,
  `customint3` bigint(10) DEFAULT NULL,
  `customint4` bigint(10) DEFAULT NULL,
  `customint5` bigint(10) DEFAULT NULL,
  `customint6` bigint(10) DEFAULT NULL,
  `customint7` bigint(10) DEFAULT NULL,
  `customint8` bigint(10) DEFAULT NULL,
  `customchar1` varchar(255) DEFAULT NULL,
  `customchar2` varchar(255) DEFAULT NULL,
  `customchar3` varchar(1333) DEFAULT NULL,
  `customdec1` decimal(12,7) DEFAULT NULL,
  `customdec2` decimal(12,7) DEFAULT NULL,
  `customtext1` longtext,
  `customtext2` longtext,
  `customtext3` longtext,
  `customtext4` longtext,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_enro_enr_ix` (`enrol`),
  KEY `mdl_enro_cou_ix` (`courseid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Instances of enrolment plugins used in courses, fields marke' AUTO_INCREMENT=16 ;

--
-- Dumping data for table `mdl_enrol`
--

INSERT INTO `mdl_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
(1, 'manual', 0, 2, 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, 1412119292, 1412119292),
(2, 'guest', 1, 2, 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, 1412119292, 1412119292),
(3, 'self', 1, 2, 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, 1412119292, 1412119292),
(4, 'manual', 0, 3, 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, 1412119338, 1412119338),
(5, 'guest', 1, 3, 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, 1412119338, 1426140535),
(6, 'self', 1, 3, 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, 1412119338, 1412119338),
(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, 1412120038, 1412156691),
(8, 'guest', 1, 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, 1412120038, 1412120038),
(9, 'self', 0, 4, 2, 'הרשמה עצמית', 0, 0, 0, 0, 86400, 0, '', NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ברוך הבא משה!', NULL, NULL, NULL, 1412120038, 1412156726),
(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, 1412126478, 1412126478),
(11, 'guest', 1, 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, 1412126478, 1412126478),
(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, 1412126478, 1412126478),
(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, 1426140696, 1426140696),
(14, 'guest', 1, 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, 1426140696, 1426140696),
(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, 1426140696, 1426140696);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_flatfile`
--

CREATE TABLE IF NOT EXISTS `mdl_enrol_flatfile` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `action` varchar(30) NOT NULL DEFAULT '',
  `roleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `timestart` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_enroflat_cou_ix` (`courseid`),
  KEY `mdl_enroflat_use_ix` (`userid`),
  KEY `mdl_enroflat_rol_ix` (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='enrol_flatfile table retrofitted from MySQL' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_enrol_paypal`
--

CREATE TABLE IF NOT EXISTS `mdl_enrol_paypal` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `business` varchar(255) NOT NULL DEFAULT '',
  `receiver_email` varchar(255) NOT NULL DEFAULT '',
  `receiver_id` varchar(255) NOT NULL DEFAULT '',
  `item_name` varchar(255) NOT NULL DEFAULT '',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `instanceid` bigint(10) NOT NULL DEFAULT '0',
  `memo` varchar(255) NOT NULL DEFAULT '',
  `tax` varchar(255) NOT NULL DEFAULT '',
  `option_name1` varchar(255) NOT NULL DEFAULT '',
  `option_selection1_x` varchar(255) NOT NULL DEFAULT '',
  `option_name2` varchar(255) NOT NULL DEFAULT '',
  `option_selection2_x` varchar(255) NOT NULL DEFAULT '',
  `payment_status` varchar(255) NOT NULL DEFAULT '',
  `pending_reason` varchar(255) NOT NULL DEFAULT '',
  `reason_code` varchar(30) NOT NULL DEFAULT '',
  `txn_id` varchar(255) NOT NULL DEFAULT '',
  `parent_txn_id` varchar(255) NOT NULL DEFAULT '',
  `payment_type` varchar(30) NOT NULL DEFAULT '',
  `timeupdated` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Holds all known information about PayPal transactions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_event`
--

CREATE TABLE IF NOT EXISTS `mdl_event` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` longtext NOT NULL,
  `description` longtext NOT NULL,
  `format` smallint(4) NOT NULL DEFAULT '0',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `repeatid` bigint(10) NOT NULL DEFAULT '0',
  `modulename` varchar(20) NOT NULL DEFAULT '',
  `instance` bigint(10) NOT NULL DEFAULT '0',
  `eventtype` varchar(20) NOT NULL DEFAULT '',
  `timestart` bigint(10) NOT NULL DEFAULT '0',
  `timeduration` bigint(10) NOT NULL DEFAULT '0',
  `visible` smallint(4) NOT NULL DEFAULT '1',
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `sequence` bigint(10) NOT NULL DEFAULT '1',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `subscriptionid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_even_cou_ix` (`courseid`),
  KEY `mdl_even_use_ix` (`userid`),
  KEY `mdl_even_tim_ix` (`timestart`),
  KEY `mdl_even_tim2_ix` (`timeduration`),
  KEY `mdl_even_grocouvisuse_ix` (`groupid`,`courseid`,`visible`,`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='For everything with a time associated to it' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_events_handlers`
--

CREATE TABLE IF NOT EXISTS `mdl_events_handlers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `eventname` varchar(166) NOT NULL DEFAULT '',
  `component` varchar(166) NOT NULL DEFAULT '',
  `handlerfile` varchar(255) NOT NULL DEFAULT '',
  `handlerfunction` longtext,
  `schedule` varchar(255) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT '0',
  `internal` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_evenhand_evecom_uix` (`eventname`,`component`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table is for storing which components requests what typ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_events_queue`
--

CREATE TABLE IF NOT EXISTS `mdl_events_queue` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `eventdata` longtext NOT NULL,
  `stackdump` longtext,
  `userid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_evenqueu_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table is for storing queued events. It stores only one ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_events_queue_handlers`
--

CREATE TABLE IF NOT EXISTS `mdl_events_queue_handlers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `queuedeventid` bigint(10) NOT NULL,
  `handlerid` bigint(10) NOT NULL,
  `status` bigint(10) DEFAULT NULL,
  `errormessage` longtext,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_evenqueuhand_que_ix` (`queuedeventid`),
  KEY `mdl_evenqueuhand_han_ix` (`handlerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This is the list of queued handlers for processing. The even' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_event_subscriptions`
--

CREATE TABLE IF NOT EXISTS `mdl_event_subscriptions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL DEFAULT '',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `eventtype` varchar(20) NOT NULL DEFAULT '',
  `pollinterval` bigint(10) NOT NULL DEFAULT '0',
  `lastupdated` bigint(10) DEFAULT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tracks subscriptions to remote calendars.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_functions`
--

CREATE TABLE IF NOT EXISTS `mdl_external_functions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `classname` varchar(100) NOT NULL DEFAULT '',
  `methodname` varchar(100) NOT NULL DEFAULT '',
  `classpath` varchar(255) DEFAULT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `capabilities` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_extefunc_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='list of all external functions' AUTO_INCREMENT=123 ;

--
-- Dumping data for table `mdl_external_functions`
--

INSERT INTO `mdl_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`) VALUES
(1, 'core_cohort_create_cohorts', 'core_cohort_external', 'create_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage'),
(2, 'core_cohort_delete_cohorts', 'core_cohort_external', 'delete_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage'),
(3, 'core_cohort_get_cohorts', 'core_cohort_external', 'get_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view'),
(4, 'core_cohort_update_cohorts', 'core_cohort_external', 'update_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage'),
(5, 'core_cohort_add_cohort_members', 'core_cohort_external', 'add_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:assign'),
(6, 'core_cohort_delete_cohort_members', 'core_cohort_external', 'delete_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:assign'),
(7, 'core_cohort_get_cohort_members', 'core_cohort_external', 'get_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view'),
(8, 'core_grades_get_grades', 'core_grades_external', 'get_grades', NULL, 'moodle', 'moodle/grade:view, moodle/grade:viewall, moodle/grade:viewhidden'),
(9, 'core_grades_update_grades', 'core_grades_external', 'update_grades', NULL, 'moodle', ''),
(10, 'moodle_group_create_groups', 'core_group_external', 'create_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(11, 'core_group_create_groups', 'core_group_external', 'create_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(12, 'moodle_group_get_groups', 'core_group_external', 'get_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(13, 'core_group_get_groups', 'core_group_external', 'get_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(14, 'moodle_group_get_course_groups', 'core_group_external', 'get_course_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(15, 'core_group_get_course_groups', 'core_group_external', 'get_course_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(16, 'moodle_group_delete_groups', 'core_group_external', 'delete_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(17, 'core_group_delete_groups', 'core_group_external', 'delete_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(18, 'moodle_group_get_groupmembers', 'core_group_external', 'get_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(19, 'core_group_get_group_members', 'core_group_external', 'get_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(20, 'moodle_group_add_groupmembers', 'core_group_external', 'add_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(21, 'core_group_add_group_members', 'core_group_external', 'add_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(22, 'moodle_group_delete_groupmembers', 'core_group_external', 'delete_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(23, 'core_group_delete_group_members', 'core_group_external', 'delete_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups'),
(24, 'core_group_create_groupings', 'core_group_external', 'create_groupings', 'group/externallib.php', 'moodle', ''),
(25, 'core_group_update_groupings', 'core_group_external', 'update_groupings', 'group/externallib.php', 'moodle', ''),
(26, 'core_group_get_groupings', 'core_group_external', 'get_groupings', 'group/externallib.php', 'moodle', ''),
(27, 'core_group_get_course_groupings', 'core_group_external', 'get_course_groupings', 'group/externallib.php', 'moodle', ''),
(28, 'core_group_delete_groupings', 'core_group_external', 'delete_groupings', 'group/externallib.php', 'moodle', ''),
(29, 'core_group_assign_grouping', 'core_group_external', 'assign_grouping', 'group/externallib.php', 'moodle', ''),
(30, 'core_group_unassign_grouping', 'core_group_external', 'unassign_grouping', 'group/externallib.php', 'moodle', ''),
(31, 'moodle_file_get_files', 'core_files_external', 'get_files', 'files/externallib.php', 'moodle', ''),
(32, 'core_files_get_files', 'core_files_external', 'get_files', 'files/externallib.php', 'moodle', ''),
(33, 'moodle_file_upload', 'core_files_external', 'upload', 'files/externallib.php', 'moodle', ''),
(34, 'core_files_upload', 'core_files_external', 'upload', 'files/externallib.php', 'moodle', ''),
(35, 'moodle_user_create_users', 'core_user_external', 'create_users', 'user/externallib.php', 'moodle', 'moodle/user:create'),
(36, 'core_user_create_users', 'core_user_external', 'create_users', 'user/externallib.php', 'moodle', 'moodle/user:create'),
(37, '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'),
(38, 'moodle_user_get_users_by_id', 'core_user_external', 'get_users_by_id', 'user/externallib.php', 'moodle', 'moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update'),
(39, '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'),
(40, 'core_user_get_users_by_id', 'core_user_external', 'get_users_by_id', 'user/externallib.php', 'moodle', 'moodle/user:viewdetails, moodle/user:viewhiddendetails, moodle/course:useremail, moodle/user:update'),
(41, 'moodle_user_get_users_by_courseid', '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'),
(42, 'moodle_user_get_course_participants_by_id', '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'),
(43, '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'),
(44, 'moodle_user_delete_users', 'core_user_external', 'delete_users', 'user/externallib.php', 'moodle', 'moodle/user:delete'),
(45, 'core_user_delete_users', 'core_user_external', 'delete_users', 'user/externallib.php', 'moodle', 'moodle/user:delete'),
(46, 'moodle_user_update_users', 'core_user_external', 'update_users', 'user/externallib.php', 'moodle', 'moodle/user:update'),
(47, 'core_user_update_users', 'core_user_external', 'update_users', 'user/externallib.php', 'moodle', 'moodle/user:update'),
(48, 'core_user_add_user_device', 'core_user_external', 'add_user_device', 'user/externallib.php', 'moodle', ''),
(49, 'core_enrol_get_enrolled_users_with_capability', 'core_enrol_external', 'get_enrolled_users_with_capability', 'enrol/externallib.php', 'moodle', ''),
(50, 'moodle_enrol_get_enrolled_users', 'moodle_enrol_external', 'get_enrolled_users', 'enrol/externallib.php', 'moodle', 'moodle/site:viewparticipants, moodle/course:viewparticipants,\n            moodle/role:review, moodle/site:accessallgroups, moodle/course:enrolreview'),
(51, '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'),
(52, 'moodle_enrol_get_users_courses', 'core_enrol_external', 'get_users_courses', 'enrol/externallib.php', 'moodle', 'moodle/course:viewparticipants'),
(53, 'core_enrol_get_users_courses', 'core_enrol_external', 'get_users_courses', 'enrol/externallib.php', 'moodle', 'moodle/course:viewparticipants'),
(54, 'core_enrol_get_course_enrolment_methods', 'core_enrol_external', 'get_course_enrolment_methods', 'enrol/externallib.php', 'moodle', ''),
(55, 'moodle_role_assign', 'core_role_external', 'assign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign'),
(56, 'core_role_assign_roles', 'core_role_external', 'assign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign'),
(57, 'moodle_role_unassign', 'core_role_external', 'unassign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign'),
(58, 'core_role_unassign_roles', 'core_role_external', 'unassign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign'),
(59, 'core_course_get_contents', 'core_course_external', 'get_course_contents', 'course/externallib.php', 'moodle', 'moodle/course:update,moodle/course:viewhiddencourses'),
(60, 'moodle_course_get_courses', 'core_course_external', 'get_courses', 'course/externallib.php', 'moodle', 'moodle/course:view,moodle/course:update,moodle/course:viewhiddencourses'),
(61, 'core_course_get_courses', 'core_course_external', 'get_courses', 'course/externallib.php', 'moodle', 'moodle/course:view,moodle/course:update,moodle/course:viewhiddencourses'),
(62, 'moodle_course_create_courses', 'core_course_external', 'create_courses', 'course/externallib.php', 'moodle', 'moodle/course:create,moodle/course:visibility'),
(63, 'core_course_create_courses', 'core_course_external', 'create_courses', 'course/externallib.php', 'moodle', 'moodle/course:create,moodle/course:visibility'),
(64, 'core_course_delete_courses', 'core_course_external', 'delete_courses', 'course/externallib.php', 'moodle', 'moodle/course:delete'),
(65, 'core_course_delete_modules', 'core_course_external', 'delete_modules', 'course/externallib.php', 'moodle', 'moodle/course:manageactivities'),
(66, 'core_course_duplicate_course', 'core_course_external', 'duplicate_course', 'course/externallib.php', 'moodle', 'moodle/backup:backupcourse,moodle/restore:restorecourse,moodle/course:create'),
(67, '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'),
(68, 'core_course_get_categories', 'core_course_external', 'get_categories', 'course/externallib.php', 'moodle', 'moodle/category:viewhiddencategories'),
(69, 'core_course_create_categories', 'core_course_external', 'create_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage'),
(70, 'core_course_update_categories', 'core_course_external', 'update_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage'),
(71, 'core_course_delete_categories', 'core_course_external', 'delete_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage'),
(72, 'core_course_import_course', 'core_course_external', 'import_course', 'course/externallib.php', 'moodle', 'moodle/backup:backuptargetimport, moodle/restore:restoretargetimport'),
(73, 'moodle_message_send_instantmessages', 'core_message_external', 'send_instant_messages', 'message/externallib.php', 'moodle', 'moodle/site:sendmessage'),
(74, 'core_message_send_instant_messages', 'core_message_external', 'send_instant_messages', 'message/externallib.php', 'moodle', 'moodle/site:sendmessage'),
(75, 'core_message_create_contacts', 'core_message_external', 'create_contacts', 'message/externallib.php', 'moodle', ''),
(76, 'core_message_delete_contacts', 'core_message_external', 'delete_contacts', 'message/externallib.php', 'moodle', ''),
(77, 'core_message_block_contacts', 'core_message_external', 'block_contacts', 'message/externallib.php', 'moodle', ''),
(78, 'core_message_unblock_contacts', 'core_message_external', 'unblock_contacts', 'message/externallib.php', 'moodle', ''),
(79, 'core_message_get_contacts', 'core_message_external', 'get_contacts', 'message/externallib.php', 'moodle', ''),
(80, 'core_message_search_contacts', 'core_message_external', 'search_contacts', 'message/externallib.php', 'moodle', ''),
(81, 'moodle_notes_create_notes', 'core_notes_external', 'create_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage'),
(82, 'core_notes_create_notes', 'core_notes_external', 'create_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage'),
(83, 'core_notes_delete_notes', 'core_notes_external', 'delete_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage'),
(84, 'core_notes_get_notes', 'core_notes_external', 'get_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view'),
(85, 'core_notes_update_notes', 'core_notes_external', 'update_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage'),
(86, 'core_grading_get_definitions', 'core_grading_external', 'get_definitions', NULL, 'moodle', ''),
(87, 'core_grade_get_definitions', 'core_grade_external', 'get_definitions', 'grade/externallib.php', 'moodle', ''),
(88, 'core_grading_get_gradingform_instances', 'core_grading_external', 'get_gradingform_instances', NULL, 'moodle', ''),
(89, 'moodle_webservice_get_siteinfo', 'core_webservice_external', 'get_site_info', 'webservice/externallib.php', 'moodle', ''),
(90, 'core_webservice_get_site_info', 'core_webservice_external', 'get_site_info', 'webservice/externallib.php', 'moodle', ''),
(91, 'core_get_string', 'core_external', 'get_string', 'lib/external/externallib.php', 'moodle', ''),
(92, 'core_get_strings', 'core_external', 'get_strings', 'lib/external/externallib.php', 'moodle', ''),
(93, 'core_get_component_strings', 'core_external', 'get_component_strings', 'lib/external/externallib.php', 'moodle', ''),
(94, 'core_calendar_delete_calendar_events', 'core_calendar_external', 'delete_calendar_events', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries'),
(95, 'core_calendar_get_calendar_events', 'core_calendar_external', 'get_calendar_events', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries'),
(96, 'core_calendar_create_calendar_events', 'core_calendar_external', 'create_calendar_events', 'calendar/externallib.php', 'moodle', 'moodle/calendar:manageentries'),
(97, 'mod_assign_get_grades', 'mod_assign_external', 'get_grades', 'mod/assign/externallib.php', 'mod_assign', ''),
(98, 'mod_assign_get_assignments', 'mod_assign_external', 'get_assignments', 'mod/assign/externallib.php', 'mod_assign', ''),
(99, 'mod_assign_get_submissions', 'mod_assign_external', 'get_submissions', 'mod/assign/externallib.php', 'mod_assign', ''),
(100, 'mod_assign_get_user_flags', 'mod_assign_external', 'get_user_flags', 'mod/assign/externallib.php', 'mod_assign', ''),
(101, 'mod_assign_set_user_flags', 'mod_assign_external', 'set_user_flags', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:grade'),
(102, 'mod_assign_get_user_mappings', 'mod_assign_external', 'get_user_mappings', 'mod/assign/externallib.php', 'mod_assign', ''),
(103, 'mod_assign_revert_submissions_to_draft', 'mod_assign_external', 'revert_submissions_to_draft', 'mod/assign/externallib.php', 'mod_assign', ''),
(104, 'mod_assign_lock_submissions', 'mod_assign_external', 'lock_submissions', 'mod/assign/externallib.php', 'mod_assign', ''),
(105, 'mod_assign_unlock_submissions', 'mod_assign_external', 'unlock_submissions', 'mod/assign/externallib.php', 'mod_assign', ''),
(106, 'mod_assign_save_submission', 'mod_assign_external', 'save_submission', 'mod/assign/externallib.php', 'mod_assign', ''),
(107, 'mod_assign_submit_for_grading', 'mod_assign_external', 'submit_for_grading', 'mod/assign/externallib.php', 'mod_assign', ''),
(108, 'mod_assign_save_grade', 'mod_assign_external', 'save_grade', 'mod/assign/externallib.php', 'mod_assign', ''),
(109, 'mod_assign_save_grades', 'mod_assign_external', 'save_grades', 'mod/assign/externallib.php', 'mod_assign', ''),
(110, 'mod_assign_save_user_extensions', 'mod_assign_external', 'save_user_extensions', 'mod/assign/externallib.php', 'mod_assign', ''),
(111, 'mod_assign_reveal_identities', 'mod_assign_external', 'reveal_identities', 'mod/assign/externallib.php', 'mod_assign', ''),
(112, 'mod_forum_get_forums_by_courses', 'mod_forum_external', 'get_forums_by_courses', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion'),
(113, 'mod_forum_get_forum_discussions', 'mod_forum_external', 'get_forum_discussions', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting'),
(114, 'mod_forum_get_forum_discussion_posts', 'mod_forum_external', 'get_forum_discussion_posts', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting'),
(115, 'moodle_enrol_manual_enrol_users', 'enrol_manual_external', 'enrol_users', 'enrol/manual/externallib.php', 'enrol_manual', 'enrol/manual:enrol'),
(116, 'enrol_manual_enrol_users', 'enrol_manual_external', 'enrol_users', 'enrol/manual/externallib.php', 'enrol_manual', 'enrol/manual:enrol'),
(117, 'enrol_self_get_instance_info', 'enrol_self_external', 'get_instance_info', 'enrol/self/externallib.php', 'enrol_self', ''),
(118, 'message_airnotifier_is_system_configured', 'message_airnotifier_external', 'is_system_configured', 'message/output/airnotifier/externallib.php', 'message_airnotifier', ''),
(119, 'message_airnotifier_are_notification_preferences_configured', 'message_airnotifier_external', 'are_notification_preferences_configured', 'message/output/airnotifier/externallib.php', 'message_airnotifier', ''),
(120, 'core_message_get_messages', 'core_message_external', 'get_messages', 'message/externallib.php', 'moodle', ''),
(121, 'core_grading_save_definitions', 'core_grading_external', 'save_definitions', NULL, 'moodle', ''),
(122, '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');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_services`
--

CREATE TABLE IF NOT EXISTS `mdl_external_services` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL,
  `requiredcapability` varchar(150) DEFAULT NULL,
  `restrictedusers` tinyint(1) NOT NULL,
  `component` varchar(100) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) DEFAULT NULL,
  `downloadfiles` tinyint(1) NOT NULL DEFAULT '0',
  `uploadfiles` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_exteserv_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='built in and custom external services' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mdl_external_services`
--

INSERT INTO `mdl_external_services` (`id`, `name`, `enabled`, `requiredcapability`, `restrictedusers`, `component`, `timecreated`, `timemodified`, `shortname`, `downloadfiles`, `uploadfiles`) VALUES
(1, 'Moodle mobile web service', 1, NULL, 0, 'moodle', 1412104323, 1415824625, 'moodle_mobile_app', 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_services_functions`
--

CREATE TABLE IF NOT EXISTS `mdl_external_services_functions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `externalserviceid` bigint(10) NOT NULL,
  `functionname` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_exteservfunc_ext_ix` (`externalserviceid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='lists functions available in each service group' AUTO_INCREMENT=51 ;

--
-- Dumping data for table `mdl_external_services_functions`
--

INSERT INTO `mdl_external_services_functions` (`id`, `externalserviceid`, `functionname`) VALUES
(1, 1, 'moodle_enrol_get_users_courses'),
(2, 1, 'moodle_enrol_get_enrolled_users'),
(3, 1, 'moodle_user_get_users_by_id'),
(4, 1, 'moodle_webservice_get_siteinfo'),
(5, 1, 'moodle_notes_create_notes'),
(6, 1, 'moodle_user_get_course_participants_by_id'),
(7, 1, 'moodle_user_get_users_by_courseid'),
(8, 1, 'moodle_message_send_instantmessages'),
(9, 1, 'core_course_get_contents'),
(10, 1, 'core_get_component_strings'),
(11, 1, 'core_user_add_user_device'),
(12, 1, 'core_calendar_get_calendar_events'),
(13, 1, 'core_enrol_get_users_courses'),
(14, 1, 'core_enrol_get_enrolled_users'),
(15, 1, 'core_user_get_users_by_id'),
(16, 1, 'core_webservice_get_site_info'),
(17, 1, 'core_notes_create_notes'),
(18, 1, 'core_user_get_course_user_profiles'),
(19, 1, 'core_enrol_get_enrolled_users'),
(20, 1, 'core_message_send_instant_messages'),
(21, 1, 'mod_assign_get_grades'),
(22, 1, 'mod_assign_get_assignments'),
(23, 1, 'mod_assign_get_submissions'),
(24, 1, 'mod_assign_get_user_flags'),
(25, 1, 'mod_assign_set_user_flags'),
(26, 1, 'mod_assign_get_user_mappings'),
(27, 1, 'mod_assign_revert_submissions_to_draft'),
(28, 1, 'mod_assign_lock_submissions'),
(29, 1, 'mod_assign_unlock_submissions'),
(30, 1, 'mod_assign_save_submission'),
(31, 1, 'mod_assign_submit_for_grading'),
(32, 1, 'mod_assign_save_grade'),
(33, 1, 'mod_assign_save_user_extensions'),
(34, 1, 'mod_assign_reveal_identities'),
(35, 1, 'message_airnotifier_is_system_configured'),
(36, 1, 'message_airnotifier_are_notification_preferences_configured'),
(38, 1, 'core_grades_update_grades'),
(39, 1, 'mod_forum_get_forums_by_courses'),
(41, 1, 'mod_forum_get_forum_discussion_posts'),
(42, 1, 'mod_forum_get_forum_discussions_paginated'),
(43, 1, 'core_files_get_files'),
(44, 1, 'core_message_get_messages'),
(45, 1, 'core_message_create_contacts'),
(46, 1, 'core_message_delete_contacts'),
(47, 1, 'core_message_block_contacts'),
(48, 1, 'core_message_unblock_contacts'),
(49, 1, 'core_message_get_contacts'),
(50, 1, 'core_message_search_contacts');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_services_users`
--

CREATE TABLE IF NOT EXISTS `mdl_external_services_users` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `externalserviceid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_exteservuser_ext_ix` (`externalserviceid`),
  KEY `mdl_exteservuser_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='users allowed to use services with restricted users flag' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_external_tokens`
--

CREATE TABLE IF NOT EXISTS `mdl_external_tokens` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `token` varchar(128) NOT NULL DEFAULT '',
  `tokentype` smallint(4) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `externalserviceid` bigint(10) NOT NULL,
  `sid` varchar(128) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `creatorid` bigint(10) NOT NULL DEFAULT '1',
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `lastaccess` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_extetoke_use_ix` (`userid`),
  KEY `mdl_extetoke_ext_ix` (`externalserviceid`),
  KEY `mdl_extetoke_con_ix` (`contextid`),
  KEY `mdl_extetoke_cre_ix` (`creatorid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Security tokens for accessing of external services' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) 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) NOT NULL DEFAULT '',
  `page_after_submit` longtext NOT NULL,
  `page_after_submitformat` tinyint(2) NOT NULL DEFAULT '0',
  `publish_stats` tinyint(1) NOT NULL DEFAULT '0',
  `timeopen` bigint(10) NOT NULL DEFAULT '0',
  `timeclose` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `completionsubmit` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_feed_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all feedbacks' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_completed`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback_completed` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `feedback` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `random_response` bigint(10) NOT NULL DEFAULT '0',
  `anonymous_response` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_feedcomp_use_ix` (`userid`),
  KEY `mdl_feedcomp_fee_ix` (`feedback`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='filled out feedback' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_completedtmp`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback_completedtmp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `feedback` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `guestid` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `random_response` bigint(10) NOT NULL DEFAULT '0',
  `anonymous_response` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_feedcomp_use2_ix` (`userid`),
  KEY `mdl_feedcomp_fee2_ix` (`feedback`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='filled out feedback' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_item`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback_item` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `feedback` bigint(10) NOT NULL DEFAULT '0',
  `template` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `presentation` longtext NOT NULL,
  `typ` varchar(255) NOT NULL DEFAULT '',
  `hasvalue` tinyint(1) NOT NULL DEFAULT '0',
  `position` smallint(3) NOT NULL DEFAULT '0',
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `dependitem` bigint(10) NOT NULL DEFAULT '0',
  `dependvalue` varchar(255) NOT NULL DEFAULT '',
  `options` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_feeditem_fee_ix` (`feedback`),
  KEY `mdl_feeditem_tem_ix` (`template`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='feedback_items' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_sitecourse_map`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback_sitecourse_map` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `feedbackid` bigint(10) NOT NULL DEFAULT '0',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_feedsitemap_cou_ix` (`courseid`),
  KEY `mdl_feedsitemap_fee_ix` (`feedbackid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='feedback sitecourse map' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_template`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback_template` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `ispublic` tinyint(1) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_feedtemp_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='templates of feedbackstructures' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_tracking`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback_tracking` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `feedback` bigint(10) NOT NULL DEFAULT '0',
  `completed` bigint(10) NOT NULL DEFAULT '0',
  `tmp_completed` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_feedtrac_use_ix` (`userid`),
  KEY `mdl_feedtrac_fee_ix` (`feedback`),
  KEY `mdl_feedtrac_com_ix` (`completed`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='feedback trackingdata' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_value`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback_value` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course_id` bigint(10) NOT NULL DEFAULT '0',
  `item` bigint(10) NOT NULL DEFAULT '0',
  `completed` bigint(10) NOT NULL DEFAULT '0',
  `tmp_completed` bigint(10) NOT NULL DEFAULT '0',
  `value` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_feedvalu_cou_ix` (`course_id`),
  KEY `mdl_feedvalu_ite_ix` (`item`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='values of the completeds' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_feedback_valuetmp`
--

CREATE TABLE IF NOT EXISTS `mdl_feedback_valuetmp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course_id` bigint(10) NOT NULL DEFAULT '0',
  `item` bigint(10) NOT NULL DEFAULT '0',
  `completed` bigint(10) NOT NULL DEFAULT '0',
  `tmp_completed` bigint(10) NOT NULL DEFAULT '0',
  `value` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_feedvalu_cou2_ix` (`course_id`),
  KEY `mdl_feedvalu_ite2_ix` (`item`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='values of the completedstmp' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_files`
--

CREATE TABLE IF NOT EXISTS `mdl_files` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contenthash` varchar(40) NOT NULL DEFAULT '',
  `pathnamehash` varchar(40) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `filearea` varchar(50) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `filepath` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `userid` bigint(10) DEFAULT NULL,
  `filesize` bigint(10) NOT NULL,
  `mimetype` varchar(100) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT '0',
  `source` longtext,
  `author` varchar(255) DEFAULT NULL,
  `license` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `referencefileid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_file_pat_uix` (`pathnamehash`),
  KEY `mdl_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`),
  KEY `mdl_file_con_ix` (`contenthash`),
  KEY `mdl_file_con2_ix` (`contextid`),
  KEY `mdl_file_use_ix` (`userid`),
  KEY `mdl_file_ref_ix` (`referencefileid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='description of files, content is stored in sha1 file pool' AUTO_INCREMENT=358 ;

--
-- Dumping data for table `mdl_files`
--

INSERT INTO `mdl_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES
(2, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd1da7ab1bb9c08a926037367bf8ce9a838034ead', 1, 'theme_more', 'backgroundimage', 0, '/', '.', 2, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412104323, 1426388380, 0, NULL),
(3, 'fb262df98d67c4e2a5c9802403821e00cf2992af', '508e674d49c30d4fde325fe6c7f6fd3d56b247e1', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'smile.png', 2, 1600, 'image/png', 0, NULL, NULL, NULL, 1412104323, 1412104323, 0, NULL),
(4, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1412104323, 1412104323, 0, NULL),
(5, 'a4f146f120e7e00d21291b924e26aaabe9f4297a', '68317eab56c67d32aeaee5acf509a0c4aa828b6b', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'sad.png', 2, 1702, 'image/png', 0, NULL, NULL, NULL, 1412104323, 1412104323, 0, NULL),
(6, '33957e31ba9c763a74638b825f0a9154acf475e1', '695a55ff780e61c9e59428aa425430b0d6bde53b', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'tick.png', 2, 1187, 'image/png', 0, NULL, NULL, NULL, 1412104323, 1412104323, 0, NULL),
(7, 'd613d55f37bb76d38d4ffb4b7b83e6c694778c30', '373e63af262a9b8466ba8632551520be793c37ff', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'cross.png', 2, 1230, 'image/png', 0, NULL, NULL, NULL, 1412104323, 1412104323, 0, NULL),
(10, 'a8a1b9d66fe2cd0dc22121ccae1fc3ef0359851f', '4b6b402e6cd9063b40ca0d3ba9142c3316d41964', 1, 'core', 'preview', 0, '/tinyicon/', 'f05627f90ff2dba5fdcc9218f4bb12621bcd2e75', NULL, 1140, 'image/png', 0, NULL, NULL, NULL, 1412119236, 1412119236, 0, NULL),
(11, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ab101fa6f3b2950a1981dcefd153fd11d65ca6a0', 1, 'core', 'preview', 0, '/tinyicon/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412119236, 1412119236, 0, NULL),
(12, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '884555719c50529b9df662a38619d04b5b11e25c', 1, 'core', 'preview', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412119236, 1412119236, 0, NULL),
(13, '22186e207e97a8de496a93767528847e6fba771e', '8cd605f964dcb9eb76e49491a0eb5703287498f6', 1, 'core', 'preview', 0, '/thumb/', 'f05627f90ff2dba5fdcc9218f4bb12621bcd2e75', NULL, 13457, 'image/png', 0, NULL, NULL, NULL, 1412119243, 1412119243, 0, NULL),
(14, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '74c104d54c05b5f8c633a36da516d37e6c5279e4', 1, 'core', 'preview', 0, '/thumb/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412119243, 1412119243, 0, NULL),
(15, 'f05627f90ff2dba5fdcc9218f4bb12621bcd2e75', '154e94329d6dc1dd5de9c99f940cac43284cf307', 15, 'course', 'overviewfiles', 0, '/', 'אמונה וביטחון.jpg', 2, 74928, 'image/jpeg', 0, 'אמונה וביטחון.jpg', 'System Administrator', 'allrightsreserved', 1412119235, 1412119292, 0, NULL),
(16, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '568e9a3486938c9cdcbc04a4e4dc5574b5fe04fb', 15, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1412119235, 1412119292, 0, NULL),
(17, 'f05627f90ff2dba5fdcc9218f4bb12621bcd2e75', 'ad498168046cda9c540155feeb8d67720a5d4ccf', 20, 'course', 'overviewfiles', 0, '/', 'אמונה וביטחון.jpg', 2, 74928, 'image/jpeg', 0, 'אמונה וביטחון.jpg', 'System Administrator', 'allrightsreserved', 1412119235, 1412119338, 0, NULL),
(18, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'cfd4d7bbbbf9044af4cd84ebafbd03d99d269c54', 20, 'course', 'overviewfiles', 0, '/', '.', 2, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412119235, 1426140458, 0, NULL),
(25, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '684b6798c83223eafb38269cb78f61baeb3ebf7a', 5, 'user', 'private', 0, '/בדיקת תקייה/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412120947, 1412120966, 0, NULL),
(26, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a30b51d1b7fe96885f4b6a30bfa3d174132fbf74', 5, 'user', 'private', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412120947, 1412120966, 0, NULL),
(27, '50b2f8aaf3e25c3abd54fee82b85bd773f5bcaf5', '0fe92d0c290c4a13d02507543d639823f6e0a578', 5, 'user', 'private', 0, '/בדיקת תקייה/', '29.9.pdf', 2, 104465, 'application/pdf', 0, '29.9.pdf', 'System Administrator', 'allrightsreserved', 1412120961, 1412120966, 0, NULL),
(32, 'b0e4e4ca300f42b2b9e20894619418d25080a633', '5b581e1f9864a1a1e5d1e469f7fafdd11dc46190', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'preset.xml', 2, 331, 'application/xml', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(33, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9d5f57fafd30891401fa5d67e1f799fa29268499', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(34, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1ae74f6953a24517de8ed830c055f8e52adcc620', 1, 'mod_data', 'site_presets', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(35, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '3020e2ffb828fc934574cf5c6636e1992f96bb01', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'singletemplate.html', 2, 0, 'text/html', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(36, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2af318a1b0772bc9c72ee117a876a3ad0930fb1b', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'listtemplateheader.html', 2, 0, 'text/html', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(37, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ee99537c8449efc0adf7f09fbd172711b4d44017', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'listtemplate.html', 2, 0, 'text/html', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(38, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2ee57a52029502bf5796dc42cd563d7f827dfd10', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'listtemplatefooter.html', 2, 0, 'text/html', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(39, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5d95e67f743c0229e3844e80a6ce7f4f93bed670', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'addtemplate.html', 2, 0, 'text/html', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(40, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1e383d400db96776ffce6b9c16ffa8c316802a4a', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'rsstemplate.html', 2, 0, 'text/html', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(41, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'ec6da722b2b49e68e08b5361a9765001ab44eb7c', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'rsstitletemplate.html', 2, 0, 'text/html', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(42, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a1900fb7b268939999859be7ad438ce234872da7', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'csstemplate.css', 2, 0, 'text/css', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(43, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '442c4666076000383d0800b0abf90eb23ea7f9c5', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'jstemplate.js', 2, 0, 'application/x-javascript', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(44, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9e196f5a38e6ec6c8a97fd45255c1951256d3d13', 1, 'mod_data', 'site_presets', 0, '/שם הקורס/', 'asearchtemplate.html', 2, 0, 'text/html', 0, NULL, NULL, NULL, 1412121966, 1412121966, 0, NULL),
(49, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '74b1b7235ab92916cbd75f03bf5d7dc919087c15', 43, 'mod_folder', 'content', 0, '/תחום חברה/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412126142, 1412126222, 0, NULL),
(50, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c25e9ada8ebbb7998919cbc9d45945c9f7c01c7e', 43, 'mod_folder', 'content', 0, '/', '.', NULL, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412126142, 1412126574, 0, NULL),
(51, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '91a68df82154145e825d129e607f6547db071e69', 43, 'mod_folder', 'content', 0, '/תחום רוח/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412126159, 1412126222, 0, NULL),
(52, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e5906b304bf34f18eb3ab4fe972845ebc227e183', 43, 'mod_folder', 'content', 0, '/תחום ניסויי/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412126168, 1412126222, 0, NULL),
(67, '8797e51b46e3d3ae28725cbe41e57d4123d72d26', '42e74176cb04d5ae219f56a0e117174deb1d0505', 1, 'core', 'preview', 0, '/thumb/', '1efbc53b9c19d8ccd0e1081a68533ab39208fcb6', NULL, 8976, 'image/png', 0, NULL, NULL, NULL, 1412127039, 1412127039, 0, NULL),
(68, '1efbc53b9c19d8ccd0e1081a68533ab39208fcb6', '1b6a949f292807fd6929c139f8390a585f3b0c8c', 1, 'theme_clean', 'logo', 0, '/', 'לוגו ארגוני - עותק.jpg', 2, 5801, 'image/jpeg', 0, 'לוגו ארגוני - עותק.jpg', 'System Administrator', 'allrightsreserved', 1412127038, 1412127048, 0, NULL),
(69, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1c6d4391fe8ab2a22c63f76ce93ee57f72b5eb04', 1, 'theme_clean', 'logo', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1412127038, 1412127048, 0, NULL),
(77, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '3d9846b0018e4b0ba70f4353a7c0401291ece6e2', 1, 'theme_more', 'logo', 0, '/', '.', 2, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412127317, 1426388380, 0, NULL),
(95, '15a8cb757b15c684a649b64aaf3dd03fdc529ad0', 'a8b4ff39aa8858ba60927b170bc2cecdbe85a03b', 2, 'course', 'section', 2, '/', 'הורד.jpg', 2, 12820, 'image/jpeg', 0, 'הורד.jpg', 'System Administrator', 'allrightsreserved', 1412892782, 1412892965, 0, NULL),
(96, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8ba66900016534ea2a798b107db7540f1052e1c7', 2, 'course', 'section', 2, '/', '.', 2, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412892782, 1426385185, 0, NULL),
(105, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5231dfc45ad8870c2b0d2ef819cbee7bd8dac7c5', 60, 'mod_folder', 'content', 0, '/', '.', NULL, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412897062, 1412898306, 0, NULL),
(131, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e13ff02d06ab6dc8c7a76cc35a28ea9731b3a45c', 61, 'mod_folder', 'content', 0, '/מחברות בחינה/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412897944, 1412897986, 0, NULL),
(132, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'eba2e23e2df37c869607d9a0c745a816ed36c119', 61, 'mod_folder', 'content', 0, '/', '.', NULL, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412897944, 1412899060, 0, NULL),
(145, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'f28566949c05b8bee3cd56b9ceff01287021dd35', 60, 'mod_folder', 'content', 0, '/מצגות מרצה/', '.', NULL, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412897062, 1412898260, 0, NULL),
(146, '2bfe5d9220255d0445ed1d5deb6ca47113daad0a', '0f610b9cab3cd78acb350272ffbc77b26307ed22', 60, 'mod_folder', 'content', 0, '/מצגות מרצה/', 'פיאגה סיכום עופרי (1).docx', 2, 29593, 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0, 'פיאג''ה סיכום עופרי.docx', 'System Administrator', 'allrightsreserved', 1412897743, 1412898260, 0, NULL),
(147, '2bfe5d9220255d0445ed1d5deb6ca47113daad0a', 'f5b3a1e80be63e3323030320894e873a55b47519', 60, 'mod_folder', 'content', 0, '/מצגות מרצה/', 'פיאגה סיכום עופרי.docx', 2, 29593, 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0, 'פיאג''ה סיכום עופרי.docx', 'System Administrator', 'allrightsreserved', 1412897147, 1412898260, 0, NULL),
(154, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c1fc45d09c40e127fb2b186b9d531f576f29ed37', 60, 'mod_folder', 'content', 0, '/חומרי קריאה לקראת שיעור 1/', '.', NULL, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412897069, 1412898323, 0, NULL),
(158, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a2c617e4cc440f831cafca4d14e191963965b8a4', 62, 'mod_folder', 'content', 0, '/חומרי קריאה לשיעור 2/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412898387, 1412898407, 0, NULL),
(159, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2ed4e01ac7ba43bf44b0cf7092cac5d2e23f4a02', 62, 'mod_folder', 'content', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412898387, 1412898407, 0, NULL),
(160, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8ee07cd9124dbf95559eecf708a4c6f3db29359e', 62, 'mod_folder', 'content', 0, '/מצגות מרצה/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412898396, 1412898407, 0, NULL),
(165, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c5c70fd4339826dc158c064c6d4f4dc701f338b0', 64, 'mod_folder', 'content', 0, '/2012/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412898846, 1412898984, 0, NULL),
(166, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd302bfc4fee067bdc7140f44e527f98d54a307f6', 64, 'mod_folder', 'content', 0, '/', '.', NULL, 0, 'document/unknown', 0, NULL, NULL, NULL, 1412898846, 1412899021, 0, NULL),
(167, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '9653f9a2d65d6fce87ee8b7b38eed323d9135768', 64, 'mod_folder', 'content', 0, '/2013/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1412898853, 1412898984, 0, NULL),
(168, '2bfe5d9220255d0445ed1d5deb6ca47113daad0a', '8f8c7393520dc31ff49fe9d91f8899d147e4d5cc', 64, 'mod_folder', 'content', 0, '/2012/', 'פיאגה סיכום עופרי.docx', 2, 29593, 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 0, 'פיאג''ה סיכום עופרי.docx', 'System Administrator', 'allrightsreserved', 1412898889, 1412898984, 0, NULL),
(178, '2319946d56c872ba29977b95b1d74727c0a68518', 'a22f2ca4397175e85d3726ea820a1f700ba10d28', 61, 'mod_folder', 'content', 0, '/מחברות בחינה/', 'סילבוס_אדם_במשפחה_א_תשעב.doc', 2, 49664, 'application/msword', 0, 'סילבוס_אדם_במשפחה_א_תשעב.doc', 'System Administrator', 'allrightsreserved', 1412899094, 1412899097, 0, NULL),
(181, '1ae206f5ecad88a15697ac6b1e40ef9415e3bd4a', 'e63cab22626bbd5b176925aeb97c6d2488f77732', 1, 'core', 'preview', 0, '/thumb/', '15a8cb757b15c684a649b64aaf3dd03fdc529ad0', NULL, 20392, 'image/png', 0, NULL, NULL, NULL, 1412901534, 1412901534, 0, NULL),
(219, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '5a52612c1baa5125d8d0b4b94ef624cf05cd4f03', 1, 'theme_archaius', 'logo', 0, '/', '.', 2, 0, 'document/unknown', 0, NULL, NULL, NULL, 1426385905, 1426393745, 0, NULL),
(221, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'df0448ae1df3905bca6f0762e90f7f3c0db98dc8', 1, 'theme_archaius', 'mobilelogo', 0, '/', '.', 2, 0, 'document/unknown', 0, NULL, NULL, NULL, 1426385948, 1426393745, 0, NULL),
(250, '15a8cb757b15c684a649b64aaf3dd03fdc529ad0', 'cbd647b0a969e74d2b26a23ee30753a98aa0554b', 1, 'theme_more', 'logo', 0, '/', 'עוד לוגו.jpg', 2, 12820, 'image/jpeg', 0, 'עוד לוגו.jpg', 'System Administrator', 'unknown', 1426387754, 1426387814, 0, NULL),
(301, '263692ffbc459eed8ebf4cb326a4384df3b30b51', '01ac8ea410b9a9008339f5ee79b4bd82ae01bf88', 1, 'core', 'preview', 0, '/thumb/', '6e0562893e75996445292dedb3d307f6ebad5637', NULL, 4387, 'image/png', 0, NULL, NULL, NULL, 1426392429, 1426392429, 0, NULL),
(339, '4004b18023ba948f2a7e0b1e4e14699326165365', 'b92db8e894a054ed0698f891acce88eefe7d869e', 1, 'core', 'preview', 0, '/thumb/', '47fe481454f2668c545314ebc175cc65b7f3c189', NULL, 7024, 'image/png', 0, NULL, NULL, NULL, 1426393555, 1426393555, 0, NULL),
(340, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '889622873b8de23aca134bea1304fe1e4cc18630', 117, 'mod_resource', 'content', 0, '/לוגויים/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1426393509, 1426393560, 0, NULL),
(341, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '6777b373eb92a17b29bb27fbc31eb286e977e7d8', 117, 'mod_resource', 'content', 0, '/', '.', NULL, 0, NULL, 0, NULL, NULL, NULL, 1426393509, 1426393560, 0, NULL),
(342, '6e0562893e75996445292dedb3d307f6ebad5637', '61d7af27e1255d9829d6c4f0d4fbbe62cdac079b', 117, 'mod_resource', 'content', 0, '/לוגויים/', 'go.JPG', 2, 25821, 'image/jpeg', 0, 'האם זה בעייתי.JPG', 'System Administrator', 'public', 1426393538, 1426393560, 1, NULL),
(343, '47fe481454f2668c545314ebc175cc65b7f3c189', '1a0d74e0599aa9edf248e8ce6135ac09f75bd1f3', 117, 'mod_resource', 'content', 0, '/לוגויים/', 'go2.JPG', 2, 23231, 'image/jpeg', 0, 'ולמה הבעיה המעצבנת הזו קוראת.JPG', 'System Administrator', 'public', 1426393554, 1426393560, 0, NULL),
(352, '47fe481454f2668c545314ebc175cc65b7f3c189', '27f034bad38981f9aa9027cb55d5ea4aee26afae', 1, 'theme_archaius', 'logo', 0, '/', 'go2.JPG', 2, 23231, 'image/jpeg', 0, 'קבצי המערכת: העמוד הראשי/עבור לוגו (קובץ)/קבצים ותת-תיקיות/לוגויים/go2.JPG', 'System Administrator', 'public', 1426393967, 1426394082, 0, NULL),
(353, '6e0562893e75996445292dedb3d307f6ebad5637', '7c1dc1adf9aa41cfe6d1deba6490fcecabfcac94', 1, 'theme_archaius', 'mobilelogo', 0, '/', 'go.JPG', 2, 25821, 'image/jpeg', 0, 'קבצי המערכת: העמוד הראשי/עבור לוגו (קובץ)/קבצים ותת-תיקיות/לוגויים/go.JPG', 'System Administrator', 'public', 1426393984, 1426394082, 0, NULL),
(356, '15a8cb757b15c684a649b64aaf3dd03fdc529ad0', '09861d458239a9e4b89fd8c77adbfdf7c56c9c50', 115, 'block_html', 'content', 0, '/', 'הורד.jpg', 2, 12820, 'image/jpeg', 0, 'קבצי המערכת: העמוד הראשי/פסקאות מבוא בקורס/1/הורד.jpg', 'System Administrator', 'unknown', 1426418809, 1426418975, 0, NULL),
(357, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c7b8719bbb53af74b32447671b2468ecafb86cfa', 115, 'block_html', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1426418809, 1426418975, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_files_reference`
--

CREATE TABLE IF NOT EXISTS `mdl_files_reference` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `repositoryid` bigint(10) NOT NULL,
  `lastsync` bigint(10) DEFAULT NULL,
  `reference` longtext,
  `referencehash` varchar(40) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_filerefe_refrep_uix` (`referencehash`,`repositoryid`),
  KEY `mdl_filerefe_rep_ix` (`repositoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Store files references' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_filter_active`
--

CREATE TABLE IF NOT EXISTS `mdl_filter_active` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `active` smallint(4) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_filtacti_confil_uix` (`contextid`,`filter`),
  KEY `mdl_filtacti_con_ix` (`contextid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Stores information about which filters are active in which c' AUTO_INCREMENT=14 ;

--
-- Dumping data for table `mdl_filter_active`
--

INSERT INTO `mdl_filter_active` (`id`, `filter`, `contextid`, `active`, `sortorder`) VALUES
(1, 'activitynames', 1, 1, 2),
(2, 'mathjaxloader', 1, 1, 1),
(3, 'mediaplugin', 1, 1, 3),
(4, 'algebra', 1, -9999, 4),
(5, 'censor', 1, -9999, 5),
(6, 'data', 1, -9999, 6),
(7, 'emailprotect', 1, -9999, 7),
(8, 'emoticon', 1, -9999, 8),
(9, 'glossary', 1, -9999, 9),
(10, 'multilang', 1, -9999, 10),
(11, 'tex', 1, -9999, 11),
(12, 'tidy', 1, -9999, 12),
(13, 'urltolink', 1, -9999, 13);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_filter_config`
--

CREATE TABLE IF NOT EXISTS `mdl_filter_config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_filtconf_confilnam_uix` (`contextid`,`filter`,`name`),
  KEY `mdl_filtconf_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores per-context configuration settings for filters which ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_folder`
--

CREATE TABLE IF NOT EXISTS `mdl_folder` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `revision` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `display` smallint(4) NOT NULL DEFAULT '0',
  `showexpanded` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_fold_cou_ix` (`course`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='each record is one folder resource' AUTO_INCREMENT=6 ;

--
-- Dumping data for table `mdl_folder`
--

INSERT INTO `mdl_folder` (`id`, `course`, `name`, `intro`, `introformat`, `revision`, `timemodified`, `display`, `showexpanded`) VALUES
(1, 1, 'תקיית סיכומים ראשית שבתוכה התחומים, החוגים והקורסים  זו טעות!! הסיכומים אמורים להיות בתוך הקורסים!! אחרת המידע לא ישוייך לכל קורס!!', '<p>זו טעות!! הסיכומים אמורים להיות בתוך הקורסים!! אחרת המידע לא ישוייך לכל קורס!!</p>', 1, 3, 1412126584, 0, 1),
(2, 4, 'שיעור 1', '<p>.</p>', 1, 7, 1412898322, 1, 0),
(3, 4, 'מחברות בחינה', '<p>.</p>', 1, 2, 1412897986, 0, 0),
(4, 4, 'שיעור 2', '<p>.</p>', 1, 1, 1412898407, 1, 0),
(5, 4, 'מבחנים משנים קודמות', '<p>.</p>', 1, 2, 1412899028, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum`
--

CREATE TABLE IF NOT EXISTS `mdl_forum` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `type` varchar(20) NOT NULL DEFAULT 'general',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `assessed` bigint(10) NOT NULL DEFAULT '0',
  `assesstimestart` bigint(10) NOT NULL DEFAULT '0',
  `assesstimefinish` bigint(10) NOT NULL DEFAULT '0',
  `scale` bigint(10) NOT NULL DEFAULT '0',
  `maxbytes` bigint(10) NOT NULL DEFAULT '0',
  `maxattachments` bigint(10) NOT NULL DEFAULT '1',
  `forcesubscribe` tinyint(1) NOT NULL DEFAULT '0',
  `trackingtype` tinyint(2) NOT NULL DEFAULT '1',
  `rsstype` tinyint(2) NOT NULL DEFAULT '0',
  `rssarticles` tinyint(2) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `warnafter` bigint(10) NOT NULL DEFAULT '0',
  `blockafter` bigint(10) NOT NULL DEFAULT '0',
  `blockperiod` bigint(10) NOT NULL DEFAULT '0',
  `completiondiscussions` int(9) NOT NULL DEFAULT '0',
  `completionreplies` int(9) NOT NULL DEFAULT '0',
  `completionposts` int(9) NOT NULL DEFAULT '0',
  `displaywordcount` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_foru_cou_ix` (`course`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Forums contain and structure discussion' AUTO_INCREMENT=4 ;

--
-- Dumping data for table `mdl_forum`
--

INSERT INTO `mdl_forum` (`id`, `course`, `type`, `name`, `intro`, `introformat`, `assessed`, `assesstimestart`, `assesstimefinish`, `scale`, `maxbytes`, `maxattachments`, `forcesubscribe`, `trackingtype`, `rsstype`, `rssarticles`, `timemodified`, `warnafter`, `blockafter`, `blockperiod`, `completiondiscussions`, `completionreplies`, `completionposts`, `displaywordcount`) VALUES
(1, 4, 'news', 'לוח מודעות', 'חדשות כלליות והודעות', 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1412121419, 0, 0, 0, 0, 0, 0, 0),
(2, 5, 'news', 'לוח מודעות', 'חדשות כלליות והודעות', 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1412126486, 0, 0, 0, 0, 0, 0, 0),
(3, 3, 'news', 'לוח מודעות', 'חדשות כלליות והודעות', 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1426140536, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_digests`
--

CREATE TABLE IF NOT EXISTS `mdl_forum_digests` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `forum` bigint(10) NOT NULL,
  `maildigest` tinyint(1) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`),
  KEY `mdl_forudige_use_ix` (`userid`),
  KEY `mdl_forudige_for_ix` (`forum`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keeps track of user mail delivery preferences for each forum' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_discussions`
--

CREATE TABLE IF NOT EXISTS `mdl_forum_discussions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `forum` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `firstpost` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '-1',
  `assessed` tinyint(1) NOT NULL DEFAULT '1',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `usermodified` bigint(10) NOT NULL DEFAULT '0',
  `timestart` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_forudisc_use_ix` (`userid`),
  KEY `mdl_forudisc_for_ix` (`forum`),
  KEY `mdl_forudisc_cou_ix` (`course`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Forums are composed of discussions' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mdl_forum_discussions`
--

INSERT INTO `mdl_forum_discussions` (`id`, `course`, `forum`, `name`, `firstpost`, `userid`, `groupid`, `assessed`, `timemodified`, `usermodified`, `timestart`, `timeend`) VALUES
(1, 4, 1, 'עדכון חשוב לגבי הקורס:', 1, 2, -1, 0, 1412121372, 2, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_discussion_subs`
--

CREATE TABLE IF NOT EXISTS `mdl_forum_discussion_subs` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `forum` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `discussion` bigint(10) NOT NULL,
  `preference` bigint(10) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_forudiscsubs_usedis_uix` (`userid`,`discussion`),
  KEY `mdl_forudiscsubs_for_ix` (`forum`),
  KEY `mdl_forudiscsubs_use_ix` (`userid`),
  KEY `mdl_forudiscsubs_dis_ix` (`discussion`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_posts`
--

CREATE TABLE IF NOT EXISTS `mdl_forum_posts` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `discussion` bigint(10) NOT NULL DEFAULT '0',
  `parent` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `created` bigint(10) NOT NULL DEFAULT '0',
  `modified` bigint(10) NOT NULL DEFAULT '0',
  `mailed` tinyint(2) NOT NULL DEFAULT '0',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` longtext NOT NULL,
  `messageformat` tinyint(2) NOT NULL DEFAULT '0',
  `messagetrust` tinyint(2) NOT NULL DEFAULT '0',
  `attachment` varchar(100) NOT NULL DEFAULT '',
  `totalscore` smallint(4) NOT NULL DEFAULT '0',
  `mailnow` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_forupost_use_ix` (`userid`),
  KEY `mdl_forupost_cre_ix` (`created`),
  KEY `mdl_forupost_mai_ix` (`mailed`),
  KEY `mdl_forupost_dis_ix` (`discussion`),
  KEY `mdl_forupost_par_ix` (`parent`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='All posts are stored in this table' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mdl_forum_posts`
--

INSERT INTO `mdl_forum_posts` (`id`, `discussion`, `parent`, `userid`, `created`, `modified`, `mailed`, `subject`, `message`, `messageformat`, `messagetrust`, `attachment`, `totalscore`, `mailnow`) VALUES
(1, 1, 0, 2, 1412121372, 1412121372, 1, 'עדכון חשוב לגבי הקורס:', '<p>שימו לב שחשוב מאוד להתמקד בהקשבה לעקרונות ולא לפרטים הקטנים מידי</p>', 1, 0, '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_queue`
--

CREATE TABLE IF NOT EXISTS `mdl_forum_queue` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `discussionid` bigint(10) NOT NULL DEFAULT '0',
  `postid` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_foruqueu_use_ix` (`userid`),
  KEY `mdl_foruqueu_dis_ix` (`discussionid`),
  KEY `mdl_foruqueu_pos_ix` (`postid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='For keeping track of posts that will be mailed in digest for' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_read`
--

CREATE TABLE IF NOT EXISTS `mdl_forum_read` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `forumid` bigint(10) NOT NULL DEFAULT '0',
  `discussionid` bigint(10) NOT NULL DEFAULT '0',
  `postid` bigint(10) NOT NULL DEFAULT '0',
  `firstread` bigint(10) NOT NULL DEFAULT '0',
  `lastread` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_foruread_usefor_ix` (`userid`,`forumid`),
  KEY `mdl_foruread_usedis_ix` (`userid`,`discussionid`),
  KEY `mdl_foruread_posuse_ix` (`postid`,`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tracks each users read posts' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_subscriptions`
--

CREATE TABLE IF NOT EXISTS `mdl_forum_subscriptions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `forum` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_forusubs_use_ix` (`userid`),
  KEY `mdl_forusubs_for_ix` (`forum`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keeps track of who is subscribed to what forum' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_forum_track_prefs`
--

CREATE TABLE IF NOT EXISTS `mdl_forum_track_prefs` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `forumid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_forutracpref_usefor_ix` (`userid`,`forumid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Tracks each users untracked forums' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary`
--

CREATE TABLE IF NOT EXISTS `mdl_glossary` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `allowduplicatedentries` tinyint(2) NOT NULL DEFAULT '0',
  `displayformat` varchar(50) NOT NULL DEFAULT 'dictionary',
  `mainglossary` tinyint(2) NOT NULL DEFAULT '0',
  `showspecial` tinyint(2) NOT NULL DEFAULT '1',
  `showalphabet` tinyint(2) NOT NULL DEFAULT '1',
  `showall` tinyint(2) NOT NULL DEFAULT '1',
  `allowcomments` tinyint(2) NOT NULL DEFAULT '0',
  `allowprintview` tinyint(2) NOT NULL DEFAULT '1',
  `usedynalink` tinyint(2) NOT NULL DEFAULT '1',
  `defaultapproval` tinyint(2) NOT NULL DEFAULT '1',
  `approvaldisplayformat` varchar(50) NOT NULL DEFAULT 'default',
  `globalglossary` tinyint(2) NOT NULL DEFAULT '0',
  `entbypage` smallint(3) NOT NULL DEFAULT '10',
  `editalways` tinyint(2) NOT NULL DEFAULT '0',
  `rsstype` tinyint(2) NOT NULL DEFAULT '0',
  `rssarticles` tinyint(2) NOT NULL DEFAULT '0',
  `assessed` bigint(10) NOT NULL DEFAULT '0',
  `assesstimestart` bigint(10) NOT NULL DEFAULT '0',
  `assesstimefinish` bigint(10) NOT NULL DEFAULT '0',
  `scale` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `completionentries` int(9) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_glos_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all glossaries' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_alias`
--

CREATE TABLE IF NOT EXISTS `mdl_glossary_alias` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `entryid` bigint(10) NOT NULL DEFAULT '0',
  `alias` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_glosalia_ent_ix` (`entryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='entries alias' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_categories`
--

CREATE TABLE IF NOT EXISTS `mdl_glossary_categories` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `glossaryid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `usedynalink` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_gloscate_glo_ix` (`glossaryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all categories for glossary entries' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_entries`
--

CREATE TABLE IF NOT EXISTS `mdl_glossary_entries` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `glossaryid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `concept` varchar(255) NOT NULL DEFAULT '',
  `definition` longtext NOT NULL,
  `definitionformat` tinyint(2) NOT NULL DEFAULT '0',
  `definitiontrust` tinyint(2) NOT NULL DEFAULT '0',
  `attachment` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `teacherentry` tinyint(2) NOT NULL DEFAULT '0',
  `sourceglossaryid` bigint(10) NOT NULL DEFAULT '0',
  `usedynalink` tinyint(2) NOT NULL DEFAULT '1',
  `casesensitive` tinyint(2) NOT NULL DEFAULT '0',
  `fullmatch` tinyint(2) NOT NULL DEFAULT '1',
  `approved` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_glosentr_use_ix` (`userid`),
  KEY `mdl_glosentr_con_ix` (`concept`),
  KEY `mdl_glosentr_glo_ix` (`glossaryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='all glossary entries' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_entries_categories`
--

CREATE TABLE IF NOT EXISTS `mdl_glossary_entries_categories` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `categoryid` bigint(10) NOT NULL DEFAULT '0',
  `entryid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_glosentrcate_cat_ix` (`categoryid`),
  KEY `mdl_glosentrcate_ent_ix` (`entryid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='categories of each glossary entry' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_glossary_formats`
--

CREATE TABLE IF NOT EXISTS `mdl_glossary_formats` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `popupformatname` varchar(50) NOT NULL DEFAULT '',
  `visible` tinyint(2) NOT NULL DEFAULT '1',
  `showgroup` tinyint(2) NOT NULL DEFAULT '1',
  `defaultmode` varchar(50) NOT NULL DEFAULT '',
  `defaulthook` varchar(50) NOT NULL DEFAULT '',
  `sortkey` varchar(50) NOT NULL DEFAULT '',
  `sortorder` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Setting of the display formats' AUTO_INCREMENT=8 ;

--
-- Dumping data for table `mdl_glossary_formats`
--

INSERT INTO `mdl_glossary_formats` (`id`, `name`, `popupformatname`, `visible`, `showgroup`, `defaultmode`, `defaulthook`, `sortkey`, `sortorder`) VALUES
(1, 'continuous', 'continuous', 1, 1, '', '', '', ''),
(2, 'dictionary', 'dictionary', 1, 1, '', '', '', ''),
(3, 'encyclopedia', 'encyclopedia', 1, 1, '', '', '', ''),
(4, 'entrylist', 'entrylist', 1, 1, '', '', '', ''),
(5, 'faq', 'faq', 1, 1, '', '', '', ''),
(6, 'fullwithauthor', 'fullwithauthor', 1, 1, '', '', '', ''),
(7, 'fullwithoutauthor', 'fullwithoutauthor', 1, 1, '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_categories`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_categories` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `parent` bigint(10) DEFAULT NULL,
  `depth` bigint(10) NOT NULL DEFAULT '0',
  `path` varchar(255) DEFAULT NULL,
  `fullname` varchar(255) NOT NULL DEFAULT '',
  `aggregation` bigint(10) NOT NULL DEFAULT '0',
  `keephigh` bigint(10) NOT NULL DEFAULT '0',
  `droplow` bigint(10) NOT NULL DEFAULT '0',
  `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT '0',
  `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `hidden` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_gradcate_cou_ix` (`courseid`),
  KEY `mdl_gradcate_par_ix` (`parent`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table keeps information about categories, used for grou' AUTO_INCREMENT=4 ;

--
-- Dumping data for table `mdl_grade_categories`
--

INSERT INTO `mdl_grade_categories` (`id`, `courseid`, `parent`, `depth`, `path`, `fullname`, `aggregation`, `keephigh`, `droplow`, `aggregateonlygraded`, `aggregateoutcomes`, `timecreated`, `timemodified`, `hidden`) VALUES
(1, 4, NULL, 1, '/1/', '?', 11, 0, 0, 1, 0, 1412121395, 1412121395, 0),
(2, 1, NULL, 1, '/2/', '?', 11, 0, 0, 1, 0, 1412157161, 1412157161, 0),
(3, 6, NULL, 1, '/3/', '?', 11, 0, 0, 1, 0, 1426140930, 1426140930, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_categories_history`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_categories_history` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `action` bigint(10) NOT NULL DEFAULT '0',
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL,
  `parent` bigint(10) DEFAULT NULL,
  `depth` bigint(10) NOT NULL DEFAULT '0',
  `path` varchar(255) DEFAULT NULL,
  `fullname` varchar(255) NOT NULL DEFAULT '',
  `aggregation` bigint(10) NOT NULL DEFAULT '0',
  `keephigh` bigint(10) NOT NULL DEFAULT '0',
  `droplow` bigint(10) 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',
  PRIMARY KEY (`id`),
  KEY `mdl_gradcatehist_act_ix` (`action`),
  KEY `mdl_gradcatehist_old_ix` (`oldid`),
  KEY `mdl_gradcatehist_cou_ix` (`courseid`),
  KEY `mdl_gradcatehist_par_ix` (`parent`),
  KEY `mdl_gradcatehist_log_ix` (`loggeduser`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='History of grade_categories' AUTO_INCREMENT=7 ;

--
-- Dumping data for table `mdl_grade_categories_history`
--

INSERT INTO `mdl_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', 1412121395, 2, 4, NULL, 0, NULL, '?', 11, 0, 0, 1, 0, 0, 0),
(2, 2, 1, 'system', 1412121395, 2, 4, NULL, 1, '/1/', '?', 11, 0, 0, 1, 0, 0, 0),
(3, 1, 2, 'system', 1412157161, 2, 1, NULL, 0, NULL, '?', 11, 0, 0, 1, 0, 0, 0),
(4, 2, 2, 'system', 1412157161, 2, 1, NULL, 1, '/2/', '?', 11, 0, 0, 1, 0, 0, 0),
(5, 1, 3, 'system', 1426140930, 2, 6, NULL, 0, NULL, '?', 11, 0, 0, 1, 0, 0, 0),
(6, 2, 3, 'system', 1426140930, 2, 6, NULL, 1, '/3/', '?', 11, 0, 0, 1, 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_grades`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_grades` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `itemid` bigint(10) NOT NULL,
  `userid` bigint(10) 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(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT '0',
  `locked` bigint(10) NOT NULL DEFAULT '0',
  `locktime` bigint(10) NOT NULL DEFAULT '0',
  `exported` bigint(10) NOT NULL DEFAULT '0',
  `overridden` bigint(10) NOT NULL DEFAULT '0',
  `excluded` bigint(10) NOT NULL DEFAULT '0',
  `feedback` longtext,
  `feedbackformat` bigint(10) NOT NULL DEFAULT '0',
  `information` longtext,
  `informationformat` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `aggregationstatus` varchar(10) NOT NULL DEFAULT 'unknown',
  `aggregationweight` decimal(10,5) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_gradgrad_useite_uix` (`userid`,`itemid`),
  KEY `mdl_gradgrad_locloc_ix` (`locked`,`locktime`),
  KEY `mdl_gradgrad_ite_ix` (`itemid`),
  KEY `mdl_gradgrad_use_ix` (`userid`),
  KEY `mdl_gradgrad_raw_ix` (`rawscaleid`),
  KEY `mdl_gradgrad_use2_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='grade_grades  This table keeps individual grades for each us' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_grades_history`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_grades_history` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `action` bigint(10) NOT NULL DEFAULT '0',
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `itemid` bigint(10) NOT NULL,
  `userid` bigint(10) 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(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT '0',
  `locked` bigint(10) NOT NULL DEFAULT '0',
  `locktime` bigint(10) NOT NULL DEFAULT '0',
  `exported` bigint(10) NOT NULL DEFAULT '0',
  `overridden` bigint(10) NOT NULL DEFAULT '0',
  `excluded` bigint(10) NOT NULL DEFAULT '0',
  `feedback` longtext,
  `feedbackformat` bigint(10) NOT NULL DEFAULT '0',
  `information` longtext,
  `informationformat` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_gradgradhist_act_ix` (`action`),
  KEY `mdl_gradgradhist_tim_ix` (`timemodified`),
  KEY `mdl_gradgradhist_old_ix` (`oldid`),
  KEY `mdl_gradgradhist_ite_ix` (`itemid`),
  KEY `mdl_gradgradhist_use_ix` (`userid`),
  KEY `mdl_gradgradhist_raw_ix` (`rawscaleid`),
  KEY `mdl_gradgradhist_use2_ix` (`usermodified`),
  KEY `mdl_gradgradhist_log_ix` (`loggeduser`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='History table' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_import_newitem`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_import_newitem` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `itemname` varchar(255) NOT NULL DEFAULT '',
  `importcode` bigint(10) NOT NULL,
  `importer` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_gradimponewi_imp_ix` (`importer`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='temporary table for storing new grade_item names from grade ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_import_values`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_import_values` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `itemid` bigint(10) DEFAULT NULL,
  `newgradeitem` bigint(10) DEFAULT NULL,
  `userid` bigint(10) NOT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `feedback` longtext,
  `importcode` bigint(10) NOT NULL,
  `importer` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_gradimpovalu_ite_ix` (`itemid`),
  KEY `mdl_gradimpovalu_new_ix` (`newgradeitem`),
  KEY `mdl_gradimpovalu_imp_ix` (`importer`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Temporary table for importing grades' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_items`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_items` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `itemname` varchar(255) DEFAULT NULL,
  `itemtype` varchar(30) NOT NULL DEFAULT '',
  `itemmodule` varchar(30) DEFAULT NULL,
  `iteminstance` bigint(10) DEFAULT NULL,
  `itemnumber` bigint(10) DEFAULT NULL,
  `iteminfo` longtext,
  `idnumber` varchar(255) DEFAULT NULL,
  `calculation` longtext,
  `gradetype` smallint(4) NOT NULL DEFAULT '1',
  `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000',
  `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000',
  `scaleid` bigint(10) DEFAULT NULL,
  `outcomeid` bigint(10) 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(10) NOT NULL DEFAULT '0',
  `display` bigint(10) NOT NULL DEFAULT '0',
  `decimals` tinyint(1) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT '0',
  `locked` bigint(10) NOT NULL DEFAULT '0',
  `locktime` bigint(10) NOT NULL DEFAULT '0',
  `needsupdate` bigint(10) NOT NULL DEFAULT '0',
  `weightoverride` tinyint(1) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_graditem_locloc_ix` (`locked`,`locktime`),
  KEY `mdl_graditem_itenee_ix` (`itemtype`,`needsupdate`),
  KEY `mdl_graditem_gra_ix` (`gradetype`),
  KEY `mdl_graditem_idncou_ix` (`idnumber`,`courseid`),
  KEY `mdl_graditem_cou_ix` (`courseid`),
  KEY `mdl_graditem_cat_ix` (`categoryid`),
  KEY `mdl_graditem_sca_ix` (`scaleid`),
  KEY `mdl_graditem_out_ix` (`outcomeid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table keeps information about gradeable items (ie colum' AUTO_INCREMENT=6 ;

--
-- Dumping data for table `mdl_grade_items`
--

INSERT INTO `mdl_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, 4, 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, NULL, 0, 0, 0, 0, 0, 1412121395, 1412121395),
(3, 1, 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, 1412157161, 1412157161),
(4, 4, 1, 'מטלה: לקרוא את המאמר של פרויד, הוגל, והיינס', 'mod', 'assign', 2, 0, NULL, '', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', '0.00000', 3, 0, NULL, 0, 0, 0, 0, 0, 1412898616, 1412898643),
(5, 6, 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, NULL, 0, 0, 0, 1, 0, 1426140930, 1426140930);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_items_history`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_items_history` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `action` bigint(10) NOT NULL DEFAULT '0',
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `itemname` varchar(255) DEFAULT NULL,
  `itemtype` varchar(30) NOT NULL DEFAULT '',
  `itemmodule` varchar(30) DEFAULT NULL,
  `iteminstance` bigint(10) DEFAULT NULL,
  `itemnumber` bigint(10) DEFAULT NULL,
  `iteminfo` longtext,
  `idnumber` varchar(255) DEFAULT NULL,
  `calculation` longtext,
  `gradetype` smallint(4) NOT NULL DEFAULT '1',
  `grademax` decimal(10,5) NOT NULL DEFAULT '100.00000',
  `grademin` decimal(10,5) NOT NULL DEFAULT '0.00000',
  `scaleid` bigint(10) DEFAULT NULL,
  `outcomeid` bigint(10) 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(10) NOT NULL DEFAULT '0',
  `hidden` bigint(10) NOT NULL DEFAULT '0',
  `locked` bigint(10) NOT NULL DEFAULT '0',
  `locktime` bigint(10) NOT NULL DEFAULT '0',
  `needsupdate` bigint(10) NOT NULL DEFAULT '0',
  `display` bigint(10) NOT NULL DEFAULT '0',
  `decimals` tinyint(1) DEFAULT NULL,
  `weightoverride` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_graditemhist_act_ix` (`action`),
  KEY `mdl_graditemhist_old_ix` (`oldid`),
  KEY `mdl_graditemhist_cou_ix` (`courseid`),
  KEY `mdl_graditemhist_cat_ix` (`categoryid`),
  KEY `mdl_graditemhist_sca_ix` (`scaleid`),
  KEY `mdl_graditemhist_out_ix` (`outcomeid`),
  KEY `mdl_graditemhist_log_ix` (`loggeduser`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='History of grade_items' AUTO_INCREMENT=13 ;

--
-- Dumping data for table `mdl_grade_items_history`
--

INSERT INTO `mdl_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', 1412121395, 2, 4, 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, 1412121587, 2, 4, 1, 'לקרוא את המאמר של פרויד', 'mod', 'assign', 1, 0, NULL, '2', 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, 1412121587, 2, 4, 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),
(4, 2, 2, NULL, 1412121587, 2, 4, 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),
(5, 1, 3, 'system', 1412157161, 2, 1, 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),
(6, 1, 4, NULL, 1412898616, 2, 4, 1, 'לקרוא את המאמר של פרויד, הוגל, והיינס', 'mod', 'assign', 2, 0, NULL, '14', 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),
(7, 2, 4, NULL, 1412898616, 2, 4, 1, 'לקרוא את המאמר של פרויד, הוגל, והיינס', 'mod', 'assign', 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),
(8, 2, 4, NULL, 1412898616, 2, 4, 1, 'לקרוא את המאמר של פרויד, הוגל, והיינס', 'mod', 'assign', 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),
(9, 2, 4, NULL, 1412898643, 2, 4, 1, 'מטלה: לקרוא את המאמר של פרויד, הוגל, והיינס', 'mod', 'assign', 2, 0, NULL, '14', NULL, 1, '100.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', '0.00000', 3, 0, 0, 0, 0, 0, NULL, 0),
(10, 2, 4, NULL, 1412898643, 2, 4, 1, 'מטלה: לקרוא את המאמר של פרויד, הוגל, והיינס', 'mod', 'assign', 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, 0, 0, NULL, 0),
(11, 3, 2, 'mod/assign', 1412898684, 2, 4, 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),
(12, 1, 5, 'system', 1426140930, 2, 6, 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);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_letters`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_letters` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `lowerboundary` decimal(10,5) NOT NULL,
  `letter` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Repository for grade letters, for courses and other moodle e' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_outcomes`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_outcomes` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `fullname` longtext NOT NULL,
  `scaleid` bigint(10) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_gradoutc_cousho_uix` (`courseid`,`shortname`),
  KEY `mdl_gradoutc_cou_ix` (`courseid`),
  KEY `mdl_gradoutc_sca_ix` (`scaleid`),
  KEY `mdl_gradoutc_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table describes the outcomes used in the system. An out' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_outcomes_courses`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_outcomes_courses` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `outcomeid` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_gradoutccour_couout_uix` (`courseid`,`outcomeid`),
  KEY `mdl_gradoutccour_cou_ix` (`courseid`),
  KEY `mdl_gradoutccour_out_ix` (`outcomeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='stores what outcomes are used in what courses.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_outcomes_history`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_outcomes_history` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `action` bigint(10) NOT NULL DEFAULT '0',
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `fullname` longtext NOT NULL,
  `scaleid` bigint(10) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_gradoutchist_act_ix` (`action`),
  KEY `mdl_gradoutchist_old_ix` (`oldid`),
  KEY `mdl_gradoutchist_cou_ix` (`courseid`),
  KEY `mdl_gradoutchist_sca_ix` (`scaleid`),
  KEY `mdl_gradoutchist_log_ix` (`loggeduser`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='History table' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grade_settings`
--

CREATE TABLE IF NOT EXISTS `mdl_grade_settings` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_gradsett_counam_uix` (`courseid`,`name`),
  KEY `mdl_gradsett_cou_ix` (`courseid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='gradebook settings' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_guide_comments`
--

CREATE TABLE IF NOT EXISTS `mdl_gradingform_guide_comments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_gradguidcomm_def_ix` (`definitionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='frequently used comments used in marking guide' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_guide_criteria`
--

CREATE TABLE IF NOT EXISTS `mdl_gradingform_guide_criteria` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` tinyint(2) DEFAULT NULL,
  `descriptionmarkers` longtext,
  `descriptionmarkersformat` tinyint(2) DEFAULT NULL,
  `maxscore` decimal(10,5) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_gradguidcrit_def_ix` (`definitionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the rows of the criteria grid.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_guide_fillings`
--

CREATE TABLE IF NOT EXISTS `mdl_gradingform_guide_fillings` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `instanceid` bigint(10) NOT NULL,
  `criterionid` bigint(10) NOT NULL,
  `remark` longtext,
  `remarkformat` tinyint(2) DEFAULT NULL,
  `score` decimal(10,5) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_gradguidfill_inscri_uix` (`instanceid`,`criterionid`),
  KEY `mdl_gradguidfill_ins_ix` (`instanceid`),
  KEY `mdl_gradguidfill_cri_ix` (`criterionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the data of how the guide is filled by a particular r' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_rubric_criteria`
--

CREATE TABLE IF NOT EXISTS `mdl_gradingform_rubric_criteria` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_gradrubrcrit_def_ix` (`definitionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the rows of the rubric grid.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_rubric_fillings`
--

CREATE TABLE IF NOT EXISTS `mdl_gradingform_rubric_fillings` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `instanceid` bigint(10) NOT NULL,
  `criterionid` bigint(10) NOT NULL,
  `levelid` bigint(10) DEFAULT NULL,
  `remark` longtext,
  `remarkformat` tinyint(2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`),
  KEY `mdl_gradrubrfill_lev_ix` (`levelid`),
  KEY `mdl_gradrubrfill_ins_ix` (`instanceid`),
  KEY `mdl_gradrubrfill_cri_ix` (`criterionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the data of how the rubric is filled by a particular ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_gradingform_rubric_levels`
--

CREATE TABLE IF NOT EXISTS `mdl_gradingform_rubric_levels` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `criterionid` bigint(10) NOT NULL,
  `score` decimal(10,5) NOT NULL,
  `definition` longtext,
  `definitionformat` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_gradrubrleve_cri_ix` (`criterionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the columns of the rubric grid.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grading_areas`
--

CREATE TABLE IF NOT EXISTS `mdl_grading_areas` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `areaname` varchar(100) NOT NULL DEFAULT '',
  `activemethod` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_gradarea_concomare_uix` (`contextid`,`component`,`areaname`),
  KEY `mdl_gradarea_con_ix` (`contextid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Identifies gradable areas where advanced grading can happen.' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `mdl_grading_areas`
--

INSERT INTO `mdl_grading_areas` (`id`, `contextid`, `component`, `areaname`, `activemethod`) VALUES
(2, 63, 'mod_assign', 'submissions', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grading_definitions`
--

CREATE TABLE IF NOT EXISTS `mdl_grading_definitions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `areaid` bigint(10) NOT NULL,
  `method` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` tinyint(2) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT '0',
  `copiedfromid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usercreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecopied` bigint(10) DEFAULT '0',
  `options` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_graddefi_aremet_uix` (`areaid`,`method`),
  KEY `mdl_graddefi_are_ix` (`areaid`),
  KEY `mdl_graddefi_use_ix` (`usermodified`),
  KEY `mdl_graddefi_use2_ix` (`usercreated`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains the basic information about an advanced grading for' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_grading_instances`
--

CREATE TABLE IF NOT EXISTS `mdl_grading_instances` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `definitionid` bigint(10) NOT NULL,
  `raterid` bigint(10) NOT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `rawgrade` decimal(10,5) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT '0',
  `feedback` longtext,
  `feedbackformat` tinyint(2) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_gradinst_def_ix` (`definitionid`),
  KEY `mdl_gradinst_rat_ix` (`raterid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Grading form instance is an assessment record for one gradab' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_groupings`
--

CREATE TABLE IF NOT EXISTS `mdl_groupings` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `configdata` longtext,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_grou_idn2_ix` (`idnumber`),
  KEY `mdl_grou_cou2_ix` (`courseid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='A grouping is a collection of groups. WAS: groups_groupings' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_groupings_groups`
--

CREATE TABLE IF NOT EXISTS `mdl_groupings_groups` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `groupingid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `timeadded` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_grougrou_gro_ix` (`groupingid`),
  KEY `mdl_grougrou_gro2_ix` (`groupid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link a grouping to a group (note, groups can be in multiple ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_groups`
--

CREATE TABLE IF NOT EXISTS `mdl_groups` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(254) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `enrolmentkey` varchar(50) DEFAULT NULL,
  `picture` bigint(10) NOT NULL DEFAULT '0',
  `hidepicture` tinyint(1) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_grou_idn_ix` (`idnumber`),
  KEY `mdl_grou_cou_ix` (`courseid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each record represents a group.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_groups_members`
--

CREATE TABLE IF NOT EXISTS `mdl_groups_members` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timeadded` bigint(10) NOT NULL DEFAULT '0',
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_groumemb_gro_ix` (`groupid`),
  KEY `mdl_groumemb_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Link a user to a group.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_imscp`
--

CREATE TABLE IF NOT EXISTS `mdl_imscp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `revision` bigint(10) NOT NULL DEFAULT '0',
  `keepold` bigint(10) NOT NULL DEFAULT '-1',
  `structure` longtext,
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_imsc_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='each record is one imscp resource' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_label`
--

CREATE TABLE IF NOT EXISTS `mdl_label` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_labe_cou_ix` (`course`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Defines labels' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `mdl_label`
--

INSERT INTO `mdl_label` (`id`, `course`, `name`, `intro`, `introformat`, `timemodified`) VALUES
(1, 1, '.', '<b>.</b>', 1, 1426382370),
(2, 1, '.', '<h4><p style="line-height: 20.4000015258789px;"><span style="font-size: 14.6666669845581px;"><i>.</i></span></p></h4><h4><p></p></h4>', 1, 1426382397);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson`
--

CREATE TABLE IF NOT EXISTS `mdl_lesson` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `practice` smallint(3) NOT NULL DEFAULT '0',
  `modattempts` smallint(3) NOT NULL DEFAULT '0',
  `usepassword` smallint(3) NOT NULL DEFAULT '0',
  `password` varchar(32) NOT NULL DEFAULT '',
  `dependency` bigint(10) NOT NULL DEFAULT '0',
  `conditions` longtext NOT NULL,
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `custom` smallint(3) NOT NULL DEFAULT '0',
  `ongoing` smallint(3) NOT NULL DEFAULT '0',
  `usemaxgrade` smallint(3) NOT NULL DEFAULT '0',
  `maxanswers` smallint(3) NOT NULL DEFAULT '4',
  `maxattempts` smallint(3) NOT NULL DEFAULT '5',
  `review` smallint(3) NOT NULL DEFAULT '0',
  `nextpagedefault` smallint(3) NOT NULL DEFAULT '0',
  `feedback` smallint(3) NOT NULL DEFAULT '1',
  `minquestions` smallint(3) NOT NULL DEFAULT '0',
  `maxpages` smallint(3) NOT NULL DEFAULT '0',
  `timed` smallint(3) NOT NULL DEFAULT '0',
  `maxtime` bigint(10) NOT NULL DEFAULT '0',
  `retake` smallint(3) NOT NULL DEFAULT '1',
  `activitylink` bigint(10) NOT NULL DEFAULT '0',
  `mediafile` varchar(255) NOT NULL DEFAULT '',
  `mediaheight` bigint(10) NOT NULL DEFAULT '100',
  `mediawidth` bigint(10) NOT NULL DEFAULT '650',
  `mediaclose` smallint(3) NOT NULL DEFAULT '0',
  `slideshow` smallint(3) NOT NULL DEFAULT '0',
  `width` bigint(10) NOT NULL DEFAULT '640',
  `height` bigint(10) NOT NULL DEFAULT '480',
  `bgcolor` varchar(7) NOT NULL DEFAULT '#FFFFFF',
  `displayleft` smallint(3) NOT NULL DEFAULT '0',
  `displayleftif` smallint(3) NOT NULL DEFAULT '0',
  `progressbar` smallint(3) NOT NULL DEFAULT '0',
  `highscores` smallint(3) NOT NULL DEFAULT '0',
  `maxhighscores` bigint(10) NOT NULL DEFAULT '0',
  `available` bigint(10) NOT NULL DEFAULT '0',
  `deadline` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_less_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_answers`
--

CREATE TABLE IF NOT EXISTS `mdl_lesson_answers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `lessonid` bigint(10) NOT NULL DEFAULT '0',
  `pageid` bigint(10) NOT NULL DEFAULT '0',
  `jumpto` bigint(11) NOT NULL DEFAULT '0',
  `grade` smallint(4) NOT NULL DEFAULT '0',
  `score` bigint(10) NOT NULL DEFAULT '0',
  `flags` smallint(3) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `answer` longtext,
  `answerformat` tinyint(2) NOT NULL DEFAULT '0',
  `response` longtext,
  `responseformat` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_lessansw_les_ix` (`lessonid`),
  KEY `mdl_lessansw_pag_ix` (`pageid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson_answers' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_attempts`
--

CREATE TABLE IF NOT EXISTS `mdl_lesson_attempts` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `lessonid` bigint(10) NOT NULL DEFAULT '0',
  `pageid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `answerid` bigint(10) NOT NULL DEFAULT '0',
  `retry` smallint(3) NOT NULL DEFAULT '0',
  `correct` bigint(10) NOT NULL DEFAULT '0',
  `useranswer` longtext,
  `timeseen` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_lessatte_use_ix` (`userid`),
  KEY `mdl_lessatte_les_ix` (`lessonid`),
  KEY `mdl_lessatte_pag_ix` (`pageid`),
  KEY `mdl_lessatte_ans_ix` (`answerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson_attempts' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_branch`
--

CREATE TABLE IF NOT EXISTS `mdl_lesson_branch` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `lessonid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `pageid` bigint(10) NOT NULL DEFAULT '0',
  `retry` bigint(10) NOT NULL DEFAULT '0',
  `flag` smallint(3) NOT NULL DEFAULT '0',
  `timeseen` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_lessbran_use_ix` (`userid`),
  KEY `mdl_lessbran_les_ix` (`lessonid`),
  KEY `mdl_lessbran_pag_ix` (`pageid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='branches for each lesson/user' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_grades`
--

CREATE TABLE IF NOT EXISTS `mdl_lesson_grades` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `lessonid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `grade` double NOT NULL DEFAULT '0',
  `late` smallint(3) NOT NULL DEFAULT '0',
  `completed` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_lessgrad_use_ix` (`userid`),
  KEY `mdl_lessgrad_les_ix` (`lessonid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson_grades' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_high_scores`
--

CREATE TABLE IF NOT EXISTS `mdl_lesson_high_scores` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `lessonid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `gradeid` bigint(10) NOT NULL DEFAULT '0',
  `nickname` varchar(5) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_lesshighscor_use_ix` (`userid`),
  KEY `mdl_lesshighscor_les_ix` (`lessonid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='high scores for each lesson' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_pages`
--

CREATE TABLE IF NOT EXISTS `mdl_lesson_pages` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `lessonid` bigint(10) NOT NULL DEFAULT '0',
  `prevpageid` bigint(10) NOT NULL DEFAULT '0',
  `nextpageid` bigint(10) NOT NULL DEFAULT '0',
  `qtype` smallint(3) NOT NULL DEFAULT '0',
  `qoption` smallint(3) NOT NULL DEFAULT '0',
  `layout` smallint(3) NOT NULL DEFAULT '1',
  `display` smallint(3) NOT NULL DEFAULT '1',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `contents` longtext NOT NULL,
  `contentsformat` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_lesspage_les_ix` (`lessonid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines lesson_pages' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lesson_timer`
--

CREATE TABLE IF NOT EXISTS `mdl_lesson_timer` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `lessonid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `starttime` bigint(10) NOT NULL DEFAULT '0',
  `lessontime` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_lesstime_use_ix` (`userid`),
  KEY `mdl_lesstime_les_ix` (`lessonid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='lesson timer for each lesson' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_license`
--

CREATE TABLE IF NOT EXISTS `mdl_license` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `shortname` varchar(255) DEFAULT NULL,
  `fullname` longtext,
  `source` varchar(255) DEFAULT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  `version` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='store licenses used by moodle' AUTO_INCREMENT=10 ;

--
-- Dumping data for table `mdl_license`
--

INSERT INTO `mdl_license` (`id`, `shortname`, `fullname`, `source`, `enabled`, `version`) VALUES
(1, 'unknown', 'Unknown license', '', 1, 2010033100),
(2, 'allrightsreserved', 'All rights reserved', 'http://en.wikipedia.org/wiki/All_rights_reserved', 1, 2010033100),
(3, 'public', 'Public Domain', 'http://creativecommons.org/licenses/publicdomain/', 1, 2010033100),
(4, 'cc', 'Creative Commons', 'http://creativecommons.org/licenses/by/3.0/', 1, 2010033100),
(5, 'cc-nd', 'Creative Commons - NoDerivs', 'http://creativecommons.org/licenses/by-nd/3.0/', 1, 2010033100),
(6, 'cc-nc-nd', 'Creative Commons - No Commercial NoDerivs', 'http://creativecommons.org/licenses/by-nc-nd/3.0/', 1, 2010033100),
(7, 'cc-nc', 'Creative Commons - No Commercial', 'http://creativecommons.org/licenses/by-nc/3.0/', 1, 2013051500),
(8, 'cc-nc-sa', 'Creative Commons - No Commercial ShareAlike', 'http://creativecommons.org/licenses/by-nc-sa/3.0/', 1, 2010033100),
(9, 'cc-sa', 'Creative Commons - ShareAlike', 'http://creativecommons.org/licenses/by-sa/3.0/', 1, 2010033100);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lock_db`
--

CREATE TABLE IF NOT EXISTS `mdl_lock_db` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `resourcekey` varchar(255) NOT NULL DEFAULT '',
  `expires` bigint(10) DEFAULT NULL,
  `owner` varchar(36) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_lockdb_res_uix` (`resourcekey`),
  KEY `mdl_lockdb_exp_ix` (`expires`),
  KEY `mdl_lockdb_own_ix` (`owner`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores active and inactive lock types for db locking method.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_log`
--

CREATE TABLE IF NOT EXISTS `mdl_log` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `time` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `ip` varchar(45) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `module` varchar(20) NOT NULL DEFAULT '',
  `cmid` bigint(10) NOT NULL DEFAULT '0',
  `action` varchar(40) NOT NULL DEFAULT '',
  `url` varchar(100) NOT NULL DEFAULT '',
  `info` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_log_coumodact_ix` (`course`,`module`,`action`),
  KEY `mdl_log_tim_ix` (`time`),
  KEY `mdl_log_act_ix` (`action`),
  KEY `mdl_log_usecou_ix` (`userid`,`course`),
  KEY `mdl_log_cmi_ix` (`cmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Every action is logged as far as possible' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_logstore_standard_log`
--

CREATE TABLE IF NOT EXISTS `mdl_logstore_standard_log` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `eventname` varchar(255) NOT NULL DEFAULT '',
  `component` varchar(100) NOT NULL DEFAULT '',
  `action` varchar(100) NOT NULL DEFAULT '',
  `target` varchar(100) NOT NULL DEFAULT '',
  `objecttable` varchar(50) DEFAULT NULL,
  `objectid` bigint(10) DEFAULT NULL,
  `crud` varchar(1) NOT NULL DEFAULT '',
  `edulevel` tinyint(1) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL,
  `contextinstanceid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `relateduserid` bigint(10) DEFAULT NULL,
  `anonymous` tinyint(1) NOT NULL DEFAULT '0',
  `other` longtext,
  `timecreated` bigint(10) NOT NULL,
  `origin` varchar(10) DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `realuserid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_logsstanlog_tim_ix` (`timecreated`),
  KEY `mdl_logsstanlog_couanoti_ix` (`courseid`,`anonymous`,`timecreated`),
  KEY `mdl_logsstanlog_useconco_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Standard log table' AUTO_INCREMENT=1962 ;

--
-- Dumping data for table `mdl_logstore_standard_log`
--

INSERT INTO `mdl_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\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412104395, 'web', '82.80.38.195', NULL),
(2, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412104450, 'web', '82.80.38.195', NULL),
(3, '\\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:"david";}', 1412104547, 'web', '82.80.38.195', NULL),
(4, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412104549, 'web', '82.80.38.195', NULL),
(5, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412104572, 'web', '82.80.38.195', NULL),
(6, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412104880, 'web', '82.80.38.195', NULL),
(7, '\\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:"david";}', 1412104929, 'web', '82.80.38.195', NULL),
(8, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412104930, 'web', '82.80.38.195', NULL),
(9, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412104955, 'web', '82.80.38.195', NULL),
(10, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412105011, 'web', '82.80.38.195', NULL),
(11, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412105179, 'web', '82.80.38.195', NULL),
(12, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412105184, 'web', '82.80.38.195', NULL),
(13, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412105311, 'web', '82.80.38.195', NULL),
(14, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412118909, 'web', '95.86.120.142', NULL),
(15, '\\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:"david";}', 1412119000, 'web', '95.86.120.142', NULL),
(16, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412119003, 'web', '95.86.120.142', NULL),
(17, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 2, 'c', 1, 15, 50, 2, 2, 2, NULL, 0, 'a:2:{s:9:"shortname";s:12:"תרופות";s:8:"fullname";s:23:"גילוי ותכנון";}', 1412119292, 'web', '95.86.120.142', NULL),
(18, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 3, 'c', 1, 20, 50, 3, 2, 3, NULL, 0, 'a:2:{s:9:"shortname";s:18:"שם קצר אחר";s:8:"fullname";s:23:"גילוי ותכנון";}', 1412119338, 'web', '95.86.120.142', NULL),
(19, '\\core\\event\\tag_created', 'core', 'created', 'tag', 'tag', 1, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:2:{s:4:"name";s:25:"בדיקה מה זה תג";s:7:"rawname";s:25:"בדיקה מה זה תג";}', 1412119374, 'web', '95.86.120.142', NULL),
(20, '\\core\\event\\tag_created', 'core', 'created', 'tag', 'tag', 2, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:2:{s:4:"name";s:21:"משימת קריאה";s:7:"rawname";s:21:"משימת קריאה";}', 1412119409, 'web', '95.86.120.142', NULL),
(21, '\\core\\event\\user_list_viewed', 'core', 'viewed', 'user_list', 'course', 1, 'r', 0, 2, 50, 1, 2, 1, NULL, 0, 'a:2:{s:15:"courseshortname";s:18:"Moodle Description";s:14:"coursefullname";s:6:"Moodle";}', 1412119414, 'web', '95.86.120.142', NULL),
(22, '\\core\\event\\blog_entries_viewed', 'core', 'viewed', 'blog_entries', NULL, NULL, 'r', 2, 1, 10, 0, 2, 0, NULL, 0, 'a:8:{s:7:"entryid";N;s:5:"tagid";N;s:6:"userid";N;s:5:"modid";N;s:7:"groupid";N;s:6:"search";N;s:9:"fromstart";i:0;s:8:"courseid";i:0;}', 1412119418, 'web', '95.86.120.142', NULL),
(23, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1412119470, 'web', '95.86.120.142', NULL),
(24, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 2, 'c', 0, 25, 40, 2, 2, 0, NULL, 0, 'N;', 1412119542, 'web', '95.86.120.142', NULL),
(25, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 3, 'c', 0, 26, 40, 3, 2, 0, NULL, 0, 'N;', 1412119620, 'web', '95.86.120.142', NULL),
(26, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 4, 'c', 0, 27, 40, 4, 2, 0, NULL, 0, 'N;', 1412119641, 'web', '95.86.120.142', NULL),
(27, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 5, 'c', 0, 28, 40, 5, 2, 0, NULL, 0, 'N;', 1412119741, 'web', '95.86.120.142', NULL),
(28, '\\core\\event\\course_category_deleted', 'core', 'deleted', 'course_category', 'course_categories', 2, 'd', 0, 25, 40, 2, 2, 0, NULL, 0, 'a:1:{s:4:"name";s:14:"חוג עו"ס";}', 1412119757, 'web', '95.86.120.142', NULL),
(29, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 6, 'c', 0, 29, 40, 6, 2, 0, NULL, 0, 'N;', 1412119783, 'web', '95.86.120.142', NULL),
(30, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 7, 'c', 0, 30, 40, 7, 2, 0, NULL, 0, 'N;', 1412119802, 'web', '95.86.120.142', NULL),
(31, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 8, 'c', 0, 31, 40, 8, 2, 0, NULL, 0, 'N;', 1412119822, 'web', '95.86.120.142', NULL),
(32, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 8, 'u', 0, 31, 40, 8, 2, 0, NULL, 0, 'N;', 1412119838, 'web', '95.86.120.142', NULL),
(33, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 3, 'u', 0, 26, 40, 3, 2, 0, NULL, 0, 'N;', 1412119850, 'web', '95.86.120.142', NULL),
(34, '\\core\\event\\course_category_updated', 'core', 'updated', 'course_category', 'course_categories', 4, 'u', 0, 27, 40, 4, 2, 0, NULL, 0, 'N;', 1412119869, 'web', '95.86.120.142', NULL),
(35, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 9, 'c', 0, 32, 40, 9, 2, 0, NULL, 0, 'N;', 1412119892, 'web', '95.86.120.142', NULL),
(36, '\\core\\event\\course_category_deleted', 'core', 'deleted', 'course_category', 'course_categories', 8, 'd', 0, 31, 40, 8, 2, 0, NULL, 0, 'a:1:{s:4:"name";s:17:"> תחום רוח";}', 1412119944, 'web', '95.86.120.142', NULL),
(37, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 4, 'c', 1, 33, 50, 4, 2, 4, NULL, 0, 'a:2:{s:9:"shortname";s:8:"משפט";s:8:"fullname";s:56:"יסודות המשפט לאור התהליכים וכו";}', 1412120038, 'web', '95.86.120.142', NULL),
(38, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412121306, 'web', '95.86.120.142', NULL),
(39, '\\mod_forum\\event\\course_module_viewed', 'mod_forum', 'viewed', 'course_module', 'forum', 1, 'r', 2, 38, 70, 1, 2, 4, NULL, 0, 'N;', 1412121325, 'web', '95.86.120.142', NULL),
(40, '\\mod_forum\\event\\assessable_uploaded', 'mod_forum', 'uploaded', 'assessable', 'forum_posts', 1, 'c', 2, 38, 70, 1, 2, 4, NULL, 0, 'a:4:{s:7:"content";s:125:"<p>שימו לב שחשוב מאוד להתמקד בהקשבה לעקרונות ולא לפרטים הקטנים מידי</p>";s:14:"pathnamehashes";a:0:{}s:12:"discussionid";i:1;s:13:"triggeredfrom";s:20:"forum_add_discussion";}', 1412121372, 'web', '95.86.120.142', NULL),
(41, '\\mod_forum\\event\\discussion_created', 'mod_forum', 'created', 'discussion', 'forum_discussions', 1, 'c', 2, 38, 70, 1, 2, 4, NULL, 0, 'a:1:{s:7:"forumid";s:1:"1";}', 1412121372, 'web', '95.86.120.142', NULL),
(42, '\\mod_forum\\event\\course_module_viewed', 'mod_forum', 'viewed', 'course_module', 'forum', 1, 'r', 2, 38, 70, 1, 2, 4, NULL, 0, 'N;', 1412121376, 'web', '95.86.120.142', NULL),
(43, '\\mod_forum\\event\\course_module_viewed', 'mod_forum', 'viewed', 'course_module', 'forum', 1, 'r', 2, 38, 70, 1, 2, 4, NULL, 0, 'N;', 1412121377, 'web', '95.86.120.142', NULL),
(44, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412121383, 'web', '95.86.120.142', NULL),
(45, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 1, 'u', 1, 38, 70, 1, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:5:"forum";s:10:"instanceid";s:1:"1";s:4:"name";s:19:"לוח מודעות";}', 1412121419, 'web', '95.86.120.142', NULL),
(46, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412121420, 'web', '95.86.120.142', NULL),
(47, '\\core\\event\\calendar_event_created', 'core', 'created', 'calendar_event', 'event', 1, 'c', 0, 33, 50, 4, 2, 4, NULL, 0, 'a:3:{s:8:"repeatid";i:0;s:9:"timestart";s:10:"1412654400";s:4:"name";s:42:"לקרוא את המאמר של פרויד";}', 1412121587, 'web', '95.86.120.142', NULL),
(48, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 2, 'c', 1, 39, 70, 2, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"assign";s:10:"instanceid";i:1;s:4:"name";s:42:"לקרוא את המאמר של פרויד";}', 1412121587, 'web', '95.86.120.142', NULL),
(49, '\\mod_assign\\event\\submission_status_viewed', 'mod_assign', 'viewed', 'submission_status', NULL, NULL, 'r', 0, 39, 70, 2, 2, 4, NULL, 0, 'a:1:{s:8:"assignid";s:1:"1";}', 1412121588, 'web', '95.86.120.142', NULL),
(50, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412121599, 'web', '95.86.120.142', NULL),
(51, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 6, 'u', 1, 33, 50, 4, 2, 4, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"1";}', 1412121770, 'web', '95.86.120.142', NULL),
(52, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412121771, 'web', '95.86.120.142', NULL),
(53, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 3, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:4:"data";s:10:"instanceid";i:1;s:4:"name";s:41:"בדיקת יצירת מסד נתונים";}', 1412121869, 'web', '95.86.120.142', NULL),
(54, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 1, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:17:"מספר קורס";s:6:"dataid";s:1:"1";}', 1412122014, 'web', '95.86.120.142', NULL),
(55, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 2, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:13:"שם קורס";s:6:"dataid";s:1:"1";}', 1412122048, 'web', '95.86.120.142', NULL),
(56, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 3, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:17:"יום בשבוע";s:6:"dataid";s:1:"1";}', 1412122114, 'web', '95.86.120.142', NULL),
(57, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 4, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:8:"שעות";s:6:"dataid";s:1:"1";}', 1412122144, 'web', '95.86.120.142', NULL),
(58, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 5, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:8:"תחום";s:6:"dataid";s:1:"1";}', 1412122175, 'web', '95.86.120.142', NULL),
(59, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 6, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:25:"מה זה רב ברירה";s:6:"dataid";s:1:"1";}', 1412122208, 'web', '95.86.120.142', NULL),
(60, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 7, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:13:"נוכחות?";s:6:"dataid";s:1:"1";}', 1412122230, 'web', '95.86.120.142', NULL),
(61, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 8, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:45:"מה זה רב ברירה (ללא תפריט)";s:6:"dataid";s:1:"1";}', 1412122283, 'web', '95.86.120.142', NULL),
(62, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 9, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:23:"ממוצע ציונים";s:6:"dataid";s:1:"1";}', 1412122404, 'web', '95.86.120.142', NULL),
(63, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 10, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:29:"התפלגות הציונים";s:6:"dataid";s:1:"1";}', 1412122425, 'web', '95.86.120.142', NULL),
(64, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122436, 'web', '95.86.120.142', NULL),
(65, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122456, 'web', '95.86.120.142', NULL),
(66, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122457, 'web', '95.86.120.142', NULL),
(67, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122461, 'web', '95.86.120.142', NULL),
(68, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122474, 'web', '95.86.120.142', NULL),
(69, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122526, 'web', '95.86.120.142', NULL),
(70, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122542, 'web', '95.86.120.142', NULL),
(71, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122625, 'web', '95.86.120.142', NULL),
(72, '\\mod_data\\event\\record_created', 'mod_data', 'created', 'record', 'data_records', 1, 'c', 2, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122667, 'web', '95.86.120.142', NULL),
(73, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122668, 'web', '95.86.120.142', NULL),
(74, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122675, 'web', '95.86.120.142', NULL),
(75, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122710, 'web', '95.86.120.142', NULL),
(76, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122718, 'web', '95.86.120.142', NULL),
(77, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122729, 'web', '95.86.120.142', NULL),
(78, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122731, 'web', '95.86.120.142', NULL),
(79, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122875, 'web', '95.86.120.142', NULL),
(80, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122876, 'web', '95.86.120.142', NULL),
(81, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122884, 'web', '95.86.120.142', NULL),
(82, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122898, 'web', '95.86.120.142', NULL),
(83, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412122902, 'web', '95.86.120.142', NULL),
(84, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412122964, 'web', '95.86.120.142', NULL),
(85, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123138, 'web', '95.86.120.142', NULL),
(86, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123138, 'web', '95.86.120.142', NULL),
(87, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123182, 'web', '95.86.120.142', NULL),
(88, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123244, 'web', '95.86.120.142', NULL),
(89, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123244, 'web', '95.86.120.142', NULL),
(90, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123249, 'web', '95.86.120.142', NULL),
(91, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123258, 'web', '95.86.120.142', NULL),
(92, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123268, 'web', '95.86.120.142', NULL),
(93, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123272, 'web', '95.86.120.142', NULL),
(94, '\\mod_data\\event\\field_created', 'mod_data', 'created', 'field', 'data_fields', 11, 'c', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:37:"יום בשבוע - נכון יותר";s:6:"dataid";s:1:"1";}', 1412123351, 'web', '95.86.120.142', NULL),
(95, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123389, 'web', '95.86.120.142', NULL),
(96, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123419, 'web', '95.86.120.142', NULL),
(97, '\\mod_data\\event\\record_updated', 'mod_data', 'updated', 'record', 'data_records', 1, 'u', 2, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123448, 'web', '95.86.120.142', NULL),
(98, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123448, 'web', '95.86.120.142', NULL),
(99, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123465, 'web', '95.86.120.142', NULL),
(100, '\\mod_data\\event\\field_updated', 'mod_data', 'updated', 'field', 'data_fields', 11, 'u', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:9:"fieldname";s:37:"יום בשבוע - נכון יותר";s:6:"dataid";s:1:"1";}', 1412123498, 'web', '95.86.120.142', NULL),
(101, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123501, 'web', '95.86.120.142', NULL),
(102, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123532, 'web', '95.86.120.142', NULL),
(103, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123538, 'web', '95.86.120.142', NULL),
(104, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123554, 'web', '95.86.120.142', NULL),
(105, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123560, 'web', '95.86.120.142', NULL),
(106, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123569, 'web', '95.86.120.142', NULL),
(107, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123569, 'web', '95.86.120.142', NULL),
(108, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123576, 'web', '95.86.120.142', NULL),
(109, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123612, 'web', '95.86.120.142', NULL),
(110, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123616, 'web', '95.86.120.142', NULL),
(111, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123629, 'web', '95.86.120.142', NULL),
(112, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123679, 'web', '95.86.120.142', NULL),
(113, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123690, 'web', '95.86.120.142', NULL),
(114, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123700, 'web', '95.86.120.142', NULL),
(115, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123705, 'web', '95.86.120.142', NULL),
(116, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123980, 'web', '95.86.120.142', NULL),
(117, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412123980, 'web', '95.86.120.142', NULL),
(118, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412123986, 'web', '95.86.120.142', NULL),
(119, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124038, 'web', '95.86.120.142', NULL),
(120, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124042, 'web', '95.86.120.142', NULL),
(121, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124049, 'web', '95.86.120.142', NULL),
(122, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124124, 'web', '95.86.120.142', NULL),
(123, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124125, 'web', '95.86.120.142', NULL),
(124, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124128, 'web', '95.86.120.142', NULL),
(125, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124163, 'web', '95.86.120.142', NULL),
(126, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124163, 'web', '95.86.120.142', NULL),
(127, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124164, 'web', '95.86.120.142', NULL),
(128, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124294, 'web', '95.86.120.142', NULL),
(129, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124294, 'web', '95.86.120.142', NULL),
(130, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124300, 'web', '95.86.120.142', NULL),
(131, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124402, 'web', '95.86.120.142', NULL),
(132, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124402, 'web', '95.86.120.142', NULL),
(133, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124403, 'web', '95.86.120.142', NULL),
(134, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124531, 'web', '95.86.120.142', NULL),
(135, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124531, 'web', '95.86.120.142', NULL),
(136, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124533, 'web', '95.86.120.142', NULL),
(137, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124649, 'web', '95.86.120.142', NULL),
(138, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124649, 'web', '95.86.120.142', NULL),
(139, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124655, 'web', '95.86.120.142', NULL),
(140, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124711, 'web', '95.86.120.142', NULL),
(141, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124714, 'web', '95.86.120.142', NULL),
(142, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124726, 'web', '95.86.120.142', NULL),
(143, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124745, 'web', '95.86.120.142', NULL),
(144, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124748, 'web', '95.86.120.142', NULL),
(145, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124783, 'web', '95.86.120.142', NULL),
(146, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124783, 'web', '95.86.120.142', NULL),
(147, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124786, 'web', '95.86.120.142', NULL),
(148, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124906, 'web', '95.86.120.142', NULL),
(149, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124906, 'web', '95.86.120.142', NULL),
(150, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124909, 'web', '95.86.120.142', NULL),
(151, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124931, 'web', '95.86.120.142', NULL),
(152, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412124931, 'web', '95.86.120.142', NULL),
(153, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124933, 'web', '95.86.120.142', NULL),
(154, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412124954, 'web', '95.86.120.142', NULL),
(155, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412125007, 'web', '95.86.120.142', NULL),
(156, '\\mod_data\\event\\template_updated', 'mod_data', 'updated', 'template', NULL, NULL, 'u', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412125007, 'web', '95.86.120.142', NULL),
(157, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412125013, 'web', '95.86.120.142', NULL),
(158, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412125018, 'web', '95.86.120.142', NULL),
(159, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125022, 'web', '95.86.120.142', NULL),
(160, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125035, 'web', '95.86.120.142', NULL),
(161, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412125043, 'web', '95.86.120.142', NULL),
(162, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125057, 'web', '95.86.120.142', NULL),
(163, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125069, 'web', '95.86.120.142', NULL),
(164, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125079, 'web', '95.86.120.142', NULL),
(165, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125115, 'web', '95.86.120.142', NULL),
(166, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 2, 'u', 1, 2, 50, 1, 2, 1, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"1";}', 1412125175, 'web', '95.86.120.142', NULL),
(167, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125176, 'web', '95.86.120.142', NULL),
(168, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 2, 'u', 1, 2, 50, 1, 2, 1, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"1";}', 1412125195, 'web', '95.86.120.142', NULL),
(169, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125196, 'web', '95.86.120.142', NULL),
(170, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125226, 'web', '95.86.120.142', NULL),
(171, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 4, 'c', 1, 41, 70, 4, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:1;s:4:"name";s:77:"למערכת החיפוש מידע על קורסים היעילה ביותר:";}', 1412125283, 'web', '95.86.120.142', NULL),
(172, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412125284, 'web', '95.86.120.142', NULL),
(173, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412125293, 'web', '95.86.120.142', NULL),
(174, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125293, 'web', '95.86.120.142', NULL),
(175, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125307, 'web', '95.86.120.142', NULL),
(176, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125315, 'web', '95.86.120.142', NULL),
(177, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125325, 'web', '95.86.120.142', NULL),
(178, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412125332, 'web', '95.86.120.142', NULL),
(179, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125332, 'web', '95.86.120.142', NULL),
(180, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125351, 'web', '95.86.120.142', NULL),
(181, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125356, 'web', '95.86.120.142', NULL),
(182, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125362, 'web', '95.86.120.142', NULL),
(183, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125382, 'web', '95.86.120.142', NULL),
(184, '\\mod_data\\event\\template_viewed', 'mod_data', 'viewed', 'template', NULL, NULL, 'r', 0, 40, 70, 3, 2, 4, NULL, 0, 'a:1:{s:6:"dataid";s:1:"1";}', 1412125419, 'web', '95.86.120.142', NULL),
(185, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125431, 'web', '95.86.120.142', NULL),
(186, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125435, 'web', '95.86.120.142', NULL),
(187, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125520, 'web', '95.86.120.142', NULL),
(188, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125523, 'web', '95.86.120.142', NULL),
(189, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125562, 'web', '95.86.120.142', NULL),
(190, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125569, 'web', '95.86.120.142', NULL),
(191, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125592, 'web', '95.86.120.142', NULL),
(192, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125614, 'web', '95.86.120.142', NULL),
(193, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125656, 'web', '95.86.120.142', NULL),
(194, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125662, 'web', '95.86.120.142', NULL),
(195, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125683, 'web', '95.86.120.142', NULL),
(196, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125705, 'web', '95.86.120.142', NULL),
(197, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125711, 'web', '95.86.120.142', NULL),
(198, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125714, 'web', '95.86.120.142', NULL),
(199, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125717, 'web', '95.86.120.142', NULL),
(200, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125746, 'web', '95.86.120.142', NULL),
(201, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125752, 'web', '95.86.120.142', NULL),
(202, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125769, 'web', '95.86.120.142', NULL),
(203, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412125969, 'web', '95.86.120.142', NULL),
(204, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412125976, 'web', '95.86.120.142', NULL),
(205, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412125980, 'web', '95.86.120.142', NULL),
(206, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125981, 'web', '95.86.120.142', NULL),
(207, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412125990, 'web', '95.86.120.142', NULL),
(208, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412126002, 'web', '95.86.120.142', NULL),
(209, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126013, 'web', '95.86.120.142', NULL),
(210, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126035, 'web', '95.86.120.142', NULL),
(211, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 5, 'c', 1, 42, 70, 5, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";i:1;s:4:"name";s:21:"הוראות לאתר";}', 1412126084, 'web', '95.86.120.142', NULL),
(212, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126085, 'web', '95.86.120.142', NULL),
(213, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 6, 'c', 1, 43, 70, 6, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";i:1;s:4:"name";s:95:"תקיית סיכומים ראשית שבתוכה התחומים, החוגים והקורסים";}', 1412126222, 'web', '95.86.120.142', NULL),
(214, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 1, 'r', 2, 43, 70, 6, 2, 1, NULL, 0, 'N;', 1412126223, 'web', '95.86.120.142', NULL),
(215, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126337, 'web', '95.86.120.142', NULL),
(216, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 5, 'c', 1, 46, 50, 5, 2, 5, NULL, 0, 'a:2:{s:9:"shortname";s:21:"קורס מכניקה";s:8:"fullname";s:34:"קורס מכניקה מתקדמת";}', 1412126478, 'web', '95.86.120.142', NULL),
(217, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 46, 50, 5, 2, 5, NULL, 0, 'N;', 1412126486, 'web', '95.86.120.142', NULL),
(218, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126526, 'web', '95.86.120.142', NULL),
(219, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 6, 'u', 1, 43, 70, 6, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"1";s:4:"name";s:95:"תקיית סיכומים ראשית שבתוכה התחומים, החוגים והקורסים";}', 1412126569, 'web', '95.86.120.142', NULL),
(220, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126569, 'web', '95.86.120.142', NULL),
(221, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 6, 'u', 1, 43, 70, 6, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"1";s:4:"name";s:235:"תקיית סיכומים ראשית שבתוכה התחומים, החוגים והקורסים  זו טעות!! הסיכומים אמורים להיות בתוך הקורסים!! אחרת המידע לא ישוייך לכל קורס!!";}', 1412126584, 'web', '95.86.120.142', NULL),
(222, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 1, 'r', 2, 43, 70, 6, 2, 1, NULL, 0, 'N;', 1412126584, 'web', '95.86.120.142', NULL),
(223, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126594, 'web', '95.86.120.142', NULL),
(224, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126761, 'web', '95.86.120.142', NULL),
(225, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126778, 'web', '95.86.120.142', NULL),
(226, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126786, 'web', '95.86.120.142', NULL),
(227, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126793, 'web', '95.86.120.142', NULL),
(228, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126794, 'web', '95.86.120.142', NULL),
(229, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126808, 'web', '95.86.120.142', NULL),
(230, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126812, 'web', '95.86.120.142', NULL),
(231, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126820, 'web', '95.86.120.142', NULL),
(232, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126845, 'web', '95.86.120.142', NULL),
(233, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412126845, 'web', '95.86.120.142', NULL),
(234, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412127062, 'web', '95.86.120.142', NULL),
(235, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412127074, 'web', '95.86.120.142', NULL),
(236, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412127095, 'web', '95.86.120.142', NULL),
(237, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1412127140, 'web', '95.86.120.142', NULL),
(238, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412127556, 'web', '95.86.120.142', NULL),
(239, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412155699, 'web', '62.90.110.122', NULL),
(240, '\\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:"david";}', 1412155784, 'web', '62.90.110.122', NULL),
(241, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412155792, 'web', '62.90.110.122', NULL),
(242, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412155846, 'web', '62.90.110.122', NULL),
(243, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412155876, 'web', '62.90.110.122', NULL),
(244, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412155893, 'web', '62.90.110.122', NULL),
(245, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412155902, 'web', '62.90.110.122', NULL),
(246, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412155918, 'web', '62.90.110.122', NULL),
(247, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412155919, 'web', '62.90.110.122', NULL),
(248, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 4, 'u', 1, 41, 70, 4, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"1";s:4:"name";s:65:"הwaze של הקורסים (מידע וטיפים משותפים)";}', 1412156000, 'web', '62.90.110.122', NULL),
(249, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156001, 'web', '62.90.110.122', NULL),
(250, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156007, 'web', '62.90.110.122', NULL),
(251, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156014, 'web', '62.90.110.122', NULL),
(252, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156018, 'web', '62.90.110.122', NULL),
(253, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156026, 'web', '62.90.110.122', NULL),
(254, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156026, 'web', '62.90.110.122', NULL),
(255, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156035, 'web', '62.90.110.122', NULL),
(256, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156092, 'web', '62.90.110.122', NULL),
(257, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156092, 'web', '62.90.110.122', NULL),
(258, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156109, 'web', '62.90.110.122', NULL),
(259, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412156112, 'web', '62.90.110.122', NULL);
INSERT INTO `mdl_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
(260, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412156113, 'web', '62.90.110.122', NULL),
(261, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156121, 'web', '62.90.110.122', NULL),
(262, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412156125, 'web', '62.90.110.122', NULL),
(263, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412156126, 'web', '62.90.110.122', NULL),
(264, '\\core\\event\\user_created', 'core', 'created', 'user', 'user', 3, 'c', 0, 54, 30, 3, 2, 0, 3, 0, 'N;', 1412156418, 'web', '62.90.110.122', NULL),
(265, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412156487, 'web', '62.90.110.122', NULL),
(266, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412156500, 'web', '62.90.110.122', NULL),
(267, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 0, 1, NULL, 0, 'N;', 1412156504, 'web', '62.90.110.122', NULL),
(268, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"moshe";}', 1412156522, 'web', '62.90.110.122', NULL),
(269, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412156536, 'web', '62.90.110.122', NULL),
(270, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 3, 'u', 0, 54, 30, 3, 3, 0, 3, 0, 'N;', 1412156548, 'web', '62.90.110.122', NULL),
(271, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 3, 'r', 0, 54, 30, 3, 3, 0, 3, 0, 'N;', 1412156549, 'web', '62.90.110.122', NULL),
(272, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 3, 1, NULL, 0, 'N;', 1412156572, 'web', '62.90.110.122', NULL),
(273, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412156578, 'web', '62.90.110.122', NULL),
(274, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 3, 1, NULL, 0, 'N;', 1412156582, 'web', '62.90.110.122', NULL),
(275, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 3, 'u', 0, 54, 30, 3, 2, 0, 3, 0, 'N;', 1412156642, 'web', '62.90.110.122', NULL),
(276, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412156663, 'web', '62.90.110.122', NULL),
(277, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412156733, 'web', '62.90.110.122', NULL),
(278, '\\core\\event\\user_enrolment_created', 'core', 'created', 'user_enrolment', 'user_enrolments', 1, 'c', 0, 33, 50, 4, 3, 4, 3, 0, 'a:1:{s:5:"enrol";s:4:"self";}', 1412156746, 'web', '62.90.110.122', NULL),
(279, '\\core\\event\\role_assigned', 'core', 'assigned', 'role', 'role', 5, 'c', 0, 33, 50, 4, 3, 4, 3, 0, 'a:3:{s:2:"id";i:1;s:9:"component";s:0:"";s:6:"itemid";i:0;}', 1412156746, 'web', '62.90.110.122', NULL),
(280, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1412156748, 'web', '62.90.110.122', NULL),
(281, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 3, 4, NULL, 0, 'N;', 1412156766, 'web', '62.90.110.122', NULL),
(282, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1412156771, 'web', '62.90.110.122', NULL),
(283, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156776, 'web', '62.90.110.122', NULL),
(284, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412156779, 'web', '62.90.110.122', NULL),
(285, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412156779, 'web', '62.90.110.122', NULL),
(286, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412156799, 'web', '62.90.110.122', NULL),
(287, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412156824, 'web', '62.90.110.122', NULL),
(288, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412156832, 'web', '62.90.110.122', NULL),
(289, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156886, 'web', '62.90.110.122', NULL),
(290, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412156950, 'web', '62.90.110.122', NULL),
(291, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412156971, 'web', '62.90.110.122', NULL),
(292, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412156971, 'web', '62.90.110.122', NULL),
(293, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412156978, 'web', '62.90.110.122', NULL),
(294, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412157004, 'web', '62.90.110.122', NULL),
(295, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412157040, 'web', '62.90.110.122', NULL),
(296, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412157055, 'web', '62.90.110.122', NULL),
(297, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412157075, 'web', '62.90.110.122', NULL),
(298, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412157101, 'web', '62.90.110.122', NULL),
(299, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412157104, 'web', '62.90.110.122', NULL),
(300, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157148, 'web', '62.90.110.122', NULL),
(301, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 8, 'c', 1, 55, 70, 8, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"data";s:10:"instanceid";i:2;s:4:"name";s:27:"הWaze של הקורסים!";}', 1412157198, 'web', '62.90.110.122', NULL),
(302, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157390, 'web', '62.90.110.122', NULL),
(303, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157420, 'web', '62.90.110.122', NULL),
(304, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157507, 'web', '62.90.110.122', NULL),
(305, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157514, 'web', '62.90.110.122', NULL),
(306, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157523, 'web', '62.90.110.122', NULL),
(307, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157523, 'web', '62.90.110.122', NULL),
(308, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157530, 'web', '62.90.110.122', NULL),
(309, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157540, 'web', '62.90.110.122', NULL),
(310, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157540, 'web', '62.90.110.122', NULL),
(311, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157556, 'web', '62.90.110.122', NULL),
(312, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157560, 'web', '62.90.110.122', NULL),
(313, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157560, 'web', '62.90.110.122', NULL),
(314, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157652, 'web', '62.90.110.122', NULL),
(315, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157665, 'web', '62.90.110.122', NULL),
(316, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412157671, 'web', '62.90.110.122', NULL),
(317, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412157671, 'web', '62.90.110.122', NULL),
(318, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412157689, 'web', '62.90.110.122', NULL),
(319, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412157719, 'web', '62.90.110.122', NULL),
(320, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412157719, 'web', '62.90.110.122', NULL),
(321, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412157734, 'web', '62.90.110.122', NULL),
(322, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 3, 1, NULL, 0, 'N;', 1412157740, 'web', '62.90.110.122', NULL),
(323, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 3, 4, NULL, 0, 'N;', 1412157740, 'web', '62.90.110.122', NULL),
(324, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 3, 4, NULL, 0, 'N;', 1412157751, 'web', '62.90.110.122', NULL),
(325, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 3, 4, NULL, 0, 'N;', 1412157784, 'web', '62.90.110.122', NULL),
(326, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412172992, 'web', '62.90.110.122', NULL),
(327, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 0, 1, NULL, 0, 'N;', 1412173012, 'web', '62.90.110.122', NULL),
(328, '\\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:"david";}', 1412173017, 'web', '62.90.110.122', NULL),
(329, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 2, 4, NULL, 0, 'N;', 1412173018, 'web', '62.90.110.122', NULL),
(330, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412173021, 'web', '62.90.110.122', NULL),
(331, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"romhgjbkm5ihpitmrkigkdkcp7";}', 1412173024, 'web', '62.90.110.122', NULL),
(332, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412173025, 'web', '62.90.110.122', NULL),
(333, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"moshe";}', 1412173044, 'web', '62.90.110.122', NULL),
(334, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412173044, 'web', '62.90.110.122', NULL),
(335, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 3, 1, NULL, 0, 'N;', 1412173053, 'web', '62.90.110.122', NULL),
(336, '\\mod_data\\event\\course_module_viewed', 'mod_data', 'viewed', 'course_module', 'data', 1, 'r', 2, 40, 70, 3, 3, 4, NULL, 0, 'N;', 1412173054, 'web', '62.90.110.122', NULL),
(337, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412275492, 'web', '95.86.75.50', NULL),
(338, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 0, 1, NULL, 0, 'N;', 1412276334, 'web', '95.86.75.50', NULL),
(339, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412885928, 'web', '95.86.121.37', NULL),
(340, '\\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:"david";}', 1412892026, 'web', '37.26.146.220', NULL),
(341, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892026, 'web', '37.26.146.220', NULL),
(342, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892056, 'web', '37.26.146.220', NULL),
(343, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892064, 'web', '37.26.146.220', NULL),
(344, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892209, 'web', '37.26.146.220', NULL),
(345, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412892446, 'web', '37.26.146.220', NULL),
(346, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892548, 'web', '37.26.146.220', NULL),
(347, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892638, 'web', '37.26.146.220', NULL),
(348, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892639, 'web', '37.26.146.220', NULL),
(349, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892652, 'web', '37.26.146.220', NULL),
(350, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892665, 'web', '37.26.146.220', NULL),
(351, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892741, 'web', '37.26.146.220', NULL),
(352, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892742, 'web', '37.26.146.220', NULL),
(353, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 2, 'u', 1, 2, 50, 1, 2, 1, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"1";}', 1412892965, 'web', '37.26.146.220', NULL),
(354, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412892966, 'web', '37.26.146.220', NULL),
(355, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412892973, 'web', '37.26.146.220', NULL),
(356, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 2, 'u', 1, 2, 50, 1, 2, 1, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"1";}', 1412893037, 'web', '37.26.146.220', NULL),
(357, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412893038, 'web', '37.26.146.220', NULL),
(358, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412893049, 'web', '37.26.146.220', NULL),
(359, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 0, 1, NULL, 0, 'N;', 1412893072, 'web', '37.26.146.220', NULL),
(360, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 4, 'u', 1, 41, 70, 4, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"1";s:4:"name";s:65:"הwaze של הקורסים (מידע וטיפים משותפים)";}', 1412893360, 'web', '37.26.146.220', NULL),
(361, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412893361, 'web', '37.26.146.220', NULL),
(362, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 9, 'c', 1, 58, 70, 9, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:2;s:4:"name";s:26:"הWaze של הקורסים";}', 1412893446, 'web', '37.26.146.220', NULL),
(363, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 2, 1, NULL, 0, 'N;', 1412893446, 'web', '37.26.146.220', NULL),
(364, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412893487, 'web', '37.26.146.220', NULL),
(365, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 0, 1, NULL, 0, 'N;', 1412893490, 'web', '37.26.146.220', NULL),
(366, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412893499, 'web', '37.26.146.220', NULL),
(367, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 9, 'u', 1, 58, 70, 9, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"2";s:4:"name";s:26:"הWaze של הקורסים";}', 1412893522, 'web', '37.26.146.220', NULL),
(368, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 2, 1, NULL, 0, 'N;', 1412893522, 'web', '37.26.146.220', NULL),
(369, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 2, 1, NULL, 0, 'N;', 1412893537, 'web', '37.26.146.220', NULL),
(370, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 10, 'c', 1, 59, 70, 10, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:3;s:4:"name";s:17:"המייל שלי";}', 1412893721, 'web', '37.26.146.220', NULL),
(371, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412893722, 'web', '37.26.146.220', NULL),
(372, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412893731, 'web', '37.26.146.220', NULL),
(373, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412895096, 'web', '37.26.146.220', NULL),
(374, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 9, 'u', 1, 58, 70, 9, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"2";s:4:"name";s:37:"הWaze של הקורסים (דוקס)";}', 1412895118, 'web', '37.26.146.220', NULL),
(375, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 2, 1, NULL, 0, 'N;', 1412895119, 'web', '37.26.146.220', NULL),
(376, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 9, 'u', 1, 58, 70, 9, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"2";s:4:"name";s:37:"הWaze של הקורסים (דוקס)";}', 1412895154, 'web', '37.26.146.220', NULL),
(377, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 2, 1, NULL, 0, 'N;', 1412895155, 'web', '37.26.146.220', NULL),
(378, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 2, 1, NULL, 0, 'N;', 1412895158, 'web', '37.26.146.220', NULL),
(379, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 2, 1, NULL, 0, 'N;', 1412895783, 'web', '37.26.146.220', NULL),
(380, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412895857, 'web', '37.26.146.220', NULL),
(381, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 1, 'r', 2, 42, 70, 5, 2, 1, NULL, 0, 'N;', 1412895862, 'web', '37.26.146.220', NULL),
(382, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 2, 'r', 2, 58, 70, 9, 2, 1, NULL, 0, 'N;', 1412895870, 'web', '37.26.146.220', NULL),
(383, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 10, 'u', 1, 59, 70, 10, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"3";s:4:"name";s:17:"המייל שלי";}', 1412895906, 'web', '37.26.146.220', NULL),
(384, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412895906, 'web', '37.26.146.220', NULL),
(385, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412895911, 'web', '37.26.146.220', NULL),
(386, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412895934, 'web', '37.26.146.220', NULL),
(387, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412895975, 'web', '37.26.146.220', NULL),
(388, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412895975, 'web', '37.26.146.220', NULL),
(389, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 10, 'u', 1, 59, 70, 10, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"3";s:4:"name";s:17:"מידע אישי";}', 1412896009, 'web', '37.26.146.220', NULL),
(390, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412896009, 'web', '37.26.146.220', NULL),
(391, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412896956, 'web', '37.26.146.220', NULL),
(392, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412896964, 'web', '37.26.146.220', NULL),
(393, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412896967, 'web', '37.26.146.220', NULL),
(394, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412896978, 'web', '37.26.146.220', NULL),
(395, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 11, 'c', 1, 60, 70, 11, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";i:2;s:4:"name";s:60:"לפי שיעורים (מצגות מרצה + סיכומים)";}', 1412897082, 'web', '37.26.146.220', NULL),
(396, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412897084, 'web', '37.26.146.220', NULL),
(397, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 11, 'u', 1, 60, 70, 11, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"2";s:4:"name";s:60:"לפי שיעורים (מצגות מרצה + סיכומים)";}', 1412897758, 'web', '37.26.146.220', NULL),
(398, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412897760, 'web', '37.26.146.220', NULL),
(399, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 11, 'u', 1, 60, 70, 11, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"2";s:4:"name";s:60:"לפי שיעורים (מצגות מרצה + סיכומים)";}', 1412897779, 'web', '37.26.146.220', NULL),
(400, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412897780, 'web', '37.26.146.220', NULL),
(401, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412897789, 'web', '37.26.146.220', NULL),
(402, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 11, 'u', 1, 60, 70, 11, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"2";s:4:"name";s:60:"לפי שיעורים (מצגות מרצה + סיכומים)";}', 1412897830, 'web', '37.26.146.220', NULL),
(403, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412897832, 'web', '37.26.146.220', NULL),
(404, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412897872, 'web', '37.26.146.220', NULL),
(405, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 12, 'c', 1, 61, 70, 12, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";i:3;s:4:"name";s:62:"מחברות בחינה ומבחנים משנים קודמות";}', 1412897986, 'web', '37.26.146.220', NULL),
(406, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 3, 'r', 2, 61, 70, 12, 2, 4, NULL, 0, 'N;', 1412897987, 'web', '37.26.146.220', NULL),
(407, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412897994, 'web', '37.26.146.220', NULL),
(408, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 3, 'r', 2, 61, 70, 12, 2, 4, NULL, 0, 'N;', 1412898007, 'web', '37.26.146.220', NULL),
(409, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898020, 'web', '37.26.146.220', NULL),
(410, '\\mod_assign\\event\\submission_status_viewed', 'mod_assign', 'viewed', 'submission_status', NULL, NULL, 'r', 0, 39, 70, 2, 2, 4, NULL, 0, 'a:1:{s:8:"assignid";s:1:"1";}', 1412898087, 'web', '37.26.146.220', NULL),
(411, '\\mod_assign\\event\\submission_status_viewed', 'mod_assign', 'viewed', 'submission_status', NULL, NULL, 'r', 0, 39, 70, 2, 2, 4, NULL, 0, 'a:1:{s:8:"assignid";s:1:"1";}', 1412898103, 'web', '37.26.146.220', NULL),
(412, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898112, 'web', '37.26.146.220', NULL),
(413, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 11, 'u', 1, 60, 70, 11, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"2";s:4:"name";s:12:"שיעור 1";}', 1412898187, 'web', '37.26.146.220', NULL),
(414, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898188, 'web', '37.26.146.220', NULL),
(415, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 11, 'u', 1, 60, 70, 11, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"2";s:4:"name";s:12:"שיעור 1";}', 1412898260, 'web', '37.26.146.220', NULL),
(416, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898262, 'web', '37.26.146.220', NULL),
(417, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 11, 'u', 1, 60, 70, 11, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"2";s:4:"name";s:12:"שיעור 1";}', 1412898323, 'web', '37.26.146.220', NULL),
(418, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898324, 'web', '37.26.146.220', NULL),
(419, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 13, 'c', 1, 62, 70, 13, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";i:4;s:4:"name";s:12:"שיעור 2";}', 1412898407, 'web', '37.26.146.220', NULL),
(420, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898409, 'web', '37.26.146.220', NULL),
(421, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 7, 'u', 1, 33, 50, 4, 2, 4, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"2";}', 1412898504, 'web', '37.26.146.220', NULL),
(422, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898505, 'web', '37.26.146.220', NULL),
(423, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 8, 'u', 1, 33, 50, 4, 2, 4, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"3";}', 1412898519, 'web', '37.26.146.220', NULL),
(424, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898521, 'web', '37.26.146.220', NULL),
(425, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 14, 'c', 1, 63, 70, 14, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"assign";s:10:"instanceid";i:2;s:4:"name";s:66:"לקרוא את המאמר של פרויד, הוגל, והיינס";}', 1412898616, 'web', '37.26.146.220', NULL),
(426, '\\mod_assign\\event\\submission_status_viewed', 'mod_assign', 'viewed', 'submission_status', NULL, NULL, 'r', 0, 63, 70, 14, 2, 4, NULL, 0, 'a:1:{s:8:"assignid";s:1:"2";}', 1412898617, 'web', '37.26.146.220', NULL),
(427, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898624, 'web', '37.26.146.220', NULL),
(428, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 14, 'u', 1, 63, 70, 14, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"assign";s:10:"instanceid";s:1:"2";s:4:"name";s:76:"מטלה: לקרוא את המאמר של פרויד, הוגל, והיינס";}', 1412898643, 'web', '37.26.146.220', NULL),
(429, '\\mod_assign\\event\\submission_status_viewed', 'mod_assign', 'viewed', 'submission_status', NULL, NULL, 'r', 0, 63, 70, 14, 2, 4, NULL, 0, 'a:1:{s:8:"assignid";s:1:"2";}', 1412898644, 'web', '37.26.146.220', NULL),
(430, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898648, 'web', '37.26.146.220', NULL),
(431, '\\core\\event\\calendar_event_deleted', 'core', 'deleted', 'calendar_event', 'event', 1, 'd', 0, 33, 50, 4, 2, 4, NULL, 0, 'a:3:{s:8:"repeatid";i:0;s:9:"timestart";s:10:"1412654400";s:4:"name";s:42:"לקרוא את המאמר של פרויד";}', 1412898684, 'web', '37.26.146.220', NULL),
(432, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 2, 'd', 1, 39, 70, 2, 2, 4, NULL, 0, 'a:2:{s:10:"modulename";s:6:"assign";s:10:"instanceid";s:1:"1";}', 1412898685, 'web', '37.26.146.220', NULL),
(433, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"moshe";}', 1412898718, 'web', '37.26.146.220', NULL),
(434, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1412898720, 'web', '37.26.146.220', NULL),
(435, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 3, 'd', 1, 40, 70, 3, 2, 4, NULL, 0, 'a:2:{s:10:"modulename";s:4:"data";s:10:"instanceid";s:1:"1";}', 1412898794, 'web', '37.26.146.220', NULL),
(436, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 3, 'r', 2, 61, 70, 12, 2, 4, NULL, 0, 'N;', 1412898808, 'web', '37.26.146.220', NULL),
(437, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898815, 'web', '37.26.146.220', NULL),
(438, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 15, 'c', 1, 64, 70, 15, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";i:5;s:4:"name";s:36:"מבחנים משנים קודמות";}', 1412898984, 'web', '37.26.146.220', NULL),
(439, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412898986, 'web', '37.26.146.220', NULL),
(440, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 12, 'u', 1, 61, 70, 12, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"3";s:4:"name";s:23:"מחברות בחינה";}', 1412899012, 'web', '37.26.146.220', NULL),
(441, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 15, 'u', 1, 64, 70, 15, 2, 4, NULL, 0, 'a:3:{s:10:"modulename";s:6:"folder";s:10:"instanceid";s:1:"5";s:4:"name";s:36:"מבחנים משנים קודמות";}', 1412899028, 'web', '37.26.146.220', NULL),
(442, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 5, 'r', 2, 64, 70, 15, 2, 4, NULL, 0, 'N;', 1412899029, 'web', '37.26.146.220', NULL),
(443, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 2, 4, NULL, 0, 'N;', 1412899033, 'web', '37.26.146.220', NULL),
(444, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1412899039, 'web', '37.26.146.220', NULL),
(445, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 3, 'r', 2, 61, 70, 12, 3, 4, NULL, 0, 'N;', 1412899045, 'web', '37.26.146.220', NULL),
(446, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 3, 'r', 2, 61, 70, 12, 2, 4, NULL, 0, 'N;', 1412899057, 'web', '37.26.146.220', NULL),
(447, '\\mod_folder\\event\\folder_updated', 'mod_folder', 'updated', 'folder', 'folder', 3, 'u', 1, 61, 70, 12, 2, 4, NULL, 0, 'N;', 1412899097, 'web', '37.26.146.220', NULL),
(448, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 3, 'r', 2, 61, 70, 12, 2, 4, NULL, 0, 'N;', 1412899097, 'web', '37.26.146.220', NULL),
(449, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 3, 'r', 2, 61, 70, 12, 3, 4, NULL, 0, 'N;', 1412899102, 'web', '37.26.146.220', NULL),
(450, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1412899106, 'web', '37.26.146.220', NULL),
(451, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412899177, 'web', '37.26.146.220', NULL),
(452, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412899247, 'web', '37.26.146.220', NULL),
(453, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412899272, 'web', '37.26.146.220', NULL),
(454, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412899433, 'web', '37.26.146.220', NULL),
(455, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412899438, 'web', '37.26.146.220', NULL),
(456, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412899585, 'web', '37.26.146.220', NULL),
(457, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412899609, 'web', '37.26.146.220', NULL),
(458, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 3, 1, NULL, 0, 'N;', 1412899611, 'web', '37.26.146.220', NULL),
(459, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 3, 1, NULL, 0, 'N;', 1412899729, 'web', '37.26.146.220', NULL),
(460, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412899762, 'web', '37.26.146.220', NULL),
(461, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 16, 'c', 1, 65, 70, 16, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";i:1;s:4:"name";s:84:"מה זה פסקה מעוצבת?*&nbsp;מידע אישי* מערכת שעות:&nb...";}', 1412899994, 'web', '37.26.146.220', NULL),
(462, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412899994, 'web', '37.26.146.220', NULL),
(463, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900031, 'web', '37.26.146.220', NULL),
(464, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900049, 'web', '37.26.146.220', NULL),
(465, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900056, 'web', '37.26.146.220', NULL),
(466, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900063, 'web', '37.26.146.220', NULL),
(467, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900063, 'web', '37.26.146.220', NULL),
(468, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900075, 'web', '37.26.146.220', NULL),
(469, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900094, 'web', '37.26.146.220', NULL),
(470, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 3, 1, NULL, 0, 'N;', 1412900102, 'web', '37.26.146.220', NULL),
(471, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900132, 'web', '37.26.146.220', NULL),
(472, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900135, 'web', '37.26.146.220', NULL),
(473, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900136, 'web', '37.26.146.220', NULL),
(474, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900374, 'web', '37.26.146.220', NULL),
(475, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900377, 'web', '37.26.146.220', NULL),
(476, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900413, 'web', '37.26.146.220', NULL),
(477, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 16, 'u', 1, 65, 70, 16, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"1";s:4:"name";s:86:"הרשמה ובניית מערכת:*&nbsp;מידע אישי* מערכת שעות:&n...";}', 1412900463, 'web', '37.26.146.220', NULL),
(478, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900463, 'web', '37.26.146.220', NULL),
(479, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900510, 'web', '37.26.146.220', NULL),
(480, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900522, 'web', '37.26.146.220', NULL),
(481, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 17, 'c', 1, 66, 70, 17, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:4;s:4:"name";s:10:"שנתון";}', 1412900555, 'web', '37.26.146.220', NULL),
(482, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900556, 'web', '37.26.146.220', NULL),
(483, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900567, 'web', '37.26.146.220', NULL),
(484, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900573, 'web', '37.26.146.220', NULL),
(485, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900574, 'web', '37.26.146.220', NULL),
(486, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 17, 'u', 1, 66, 70, 17, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"4";s:4:"name";s:10:"שנתון";}', 1412900694, 'web', '37.26.146.220', NULL),
(487, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900695, 'web', '37.26.146.220', NULL),
(488, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900695, 'web', '37.26.146.220', NULL),
(489, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900699, 'web', '37.26.146.220', NULL),
(490, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900703, 'web', '37.26.146.220', NULL),
(491, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900708, 'web', '37.26.146.220', NULL),
(492, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900709, 'web', '37.26.146.220', NULL),
(493, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412900715, 'web', '37.26.146.220', NULL),
(494, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900733, 'web', '37.26.146.220', NULL),
(495, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900734, 'web', '37.26.146.220', NULL),
(496, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 17, 'u', 1, 66, 70, 17, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"4";s:4:"name";s:10:"שנתון";}', 1412900763, 'web', '37.26.146.220', NULL),
(497, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900764, 'web', '37.26.146.220', NULL),
(498, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900768, 'web', '37.26.146.220', NULL),
(499, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 17, 'u', 1, 66, 70, 17, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"4";s:4:"name";s:10:"שנתון";}', 1412900827, 'web', '37.26.146.220', NULL),
(500, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900827, 'web', '37.26.146.220', NULL),
(501, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412900831, 'web', '37.26.146.220', NULL),
(502, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1412901432, 'web', '37.26.146.220', NULL),
(503, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 17, 'u', 1, 66, 70, 17, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"4";s:4:"name";s:10:"שנתון";}', 1412901709, 'web', '37.26.146.220', NULL),
(504, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412901710, 'web', '37.26.146.220', NULL),
(505, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 3, 1, NULL, 0, 'N;', 1412901893, 'web', '95.86.121.37', NULL),
(506, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 3, 1, NULL, 0, 'N;', 1412901893, 'web', '95.86.121.37', NULL),
(507, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412901905, 'web', '95.86.121.37', NULL),
(508, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412901921, 'web', '95.86.121.37', NULL),
(509, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 18, 'c', 1, 67, 70, 18, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:5;s:4:"name";s:25:"רישום לקורסים";}', 1412902067, 'web', '95.86.121.37', NULL),
(510, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1412902068, 'web', '95.86.121.37', NULL),
(511, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902074, 'web', '95.86.121.37', NULL),
(512, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902082, 'web', '95.86.121.37', NULL),
(513, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 19, 'c', 1, 68, 70, 19, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:6;s:4:"name";s:29:"מערכת שעות סמ'' א''";}', 1412902135, 'web', '95.86.121.37', NULL),
(514, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1412902136, 'web', '95.86.121.37', NULL),
(515, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902157, 'web', '95.86.121.37', NULL),
(516, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1412902164, 'web', '95.86.121.37', NULL),
(517, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1412902171, 'web', '95.86.121.37', NULL),
(518, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1412902181, 'web', '95.86.121.37', NULL),
(519, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1412902182, 'web', '95.86.121.37', NULL),
(520, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1412902216, 'web', '95.86.121.37', NULL),
(521, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902241, 'web', '95.86.121.37', NULL),
(522, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902262, 'web', '95.86.121.37', NULL),
(523, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 20, 'c', 1, 69, 70, 20, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:7;s:4:"name";s:29:"מערכת שעות סמ'' ב''";}', 1412902306, 'web', '95.86.121.37', NULL),
(524, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1412902306, 'web', '95.86.121.37', NULL),
(525, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1412902312, 'web', '95.86.121.37', NULL);
INSERT INTO `mdl_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
(526, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1412902325, 'web', '95.86.121.37', NULL),
(527, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1412902326, 'web', '95.86.121.37', NULL),
(528, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902341, 'web', '95.86.121.37', NULL),
(529, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902347, 'web', '95.86.121.37', NULL),
(530, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902394, 'web', '95.86.121.37', NULL),
(531, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902410, 'web', '95.86.121.37', NULL),
(532, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 21, 'c', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";i:2;s:4:"name";s:50:"רישום לקורסים ובניית מערכת:";}', 1412902466, 'web', '95.86.121.37', NULL),
(533, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902466, 'web', '95.86.121.37', NULL),
(534, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 21, 'u', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"2";s:4:"name";s:50:"רישום לקורסים ובניית מערכת:";}', 1412902492, 'web', '95.86.121.37', NULL),
(535, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902492, 'web', '95.86.121.37', NULL),
(536, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1412902498, 'web', '95.86.121.37', NULL),
(537, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902504, 'web', '95.86.121.37', NULL),
(538, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 21, 'u', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"2";s:4:"name";s:50:"הרשמה לקורסים ובניית מערכת:";}', 1412902520, 'web', '95.86.121.37', NULL),
(539, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902521, 'web', '95.86.121.37', NULL),
(540, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902526, 'web', '95.86.121.37', NULL),
(541, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902531, 'web', '95.86.121.37', NULL),
(542, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902538, 'web', '95.86.121.37', NULL),
(543, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902545, 'web', '95.86.121.37', NULL),
(544, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902556, 'web', '95.86.121.37', NULL),
(545, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902569, 'web', '95.86.121.37', NULL),
(546, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902600, 'web', '95.86.121.37', NULL),
(547, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 8, 'u', 1, 55, 70, 8, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"data";s:10:"instanceid";s:1:"2";s:4:"name";s:27:"הWaze של הקורסים!";}', 1412902618, 'web', '95.86.121.37', NULL),
(548, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 16, 'u', 1, 65, 70, 16, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"1";s:4:"name";s:86:"הרשמה ובניית מערכת:*&nbsp;מידע אישי* מערכת שעות:&n...";}', 1412902640, 'web', '95.86.121.37', NULL),
(549, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902640, 'web', '95.86.121.37', NULL),
(550, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 18, 'u', 1, 67, 70, 18, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"5";s:4:"name";s:25:"רישום לקורסים";}', 1412902673, 'web', '95.86.121.37', NULL),
(551, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1412902674, 'web', '95.86.121.37', NULL),
(552, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 3, 1, NULL, 0, 'N;', 1412902742, 'web', '95.86.121.37', NULL),
(553, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 3, 1, NULL, 0, 'N;', 1412902746, 'web', '95.86.121.37', NULL),
(554, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 4, 'u', 1, 41, 70, 4, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"1";s:4:"name";s:37:"הwaze של הקורסים (דוקס)";}', 1412902814, 'web', '95.86.121.37', NULL),
(555, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 1, 'r', 2, 41, 70, 4, 2, 1, NULL, 0, 'N;', 1412902814, 'web', '95.86.121.37', NULL),
(556, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 22, 'c', 1, 71, 70, 22, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";i:3;s:4:"name";s:64:"ה Waze של הקורסים!דוקס וורדפרס תיכנות";}', 1412902934, 'web', '95.86.121.37', NULL),
(557, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902934, 'web', '95.86.121.37', NULL),
(558, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902953, 'web', '95.86.121.37', NULL),
(559, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 8, 'd', 1, 55, 70, 8, 2, 1, NULL, 0, 'a:2:{s:10:"modulename";s:4:"data";s:10:"instanceid";s:1:"2";}', 1412902964, 'web', '95.86.121.37', NULL),
(560, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902965, 'web', '95.86.121.37', NULL),
(561, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 9, 'd', 1, 58, 70, 9, 2, 1, NULL, 0, 'a:2:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"2";}', 1412902976, 'web', '95.86.121.37', NULL),
(562, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902977, 'web', '95.86.121.37', NULL),
(563, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902988, 'web', '95.86.121.37', NULL),
(564, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412902994, 'web', '95.86.121.37', NULL),
(565, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 4, 'd', 1, 41, 70, 4, 2, 1, NULL, 0, 'a:2:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"1";}', 1412903003, 'web', '95.86.121.37', NULL),
(566, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903003, 'web', '95.86.121.37', NULL),
(567, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 22, 'u', 1, 71, 70, 22, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"3";s:4:"name";s:66:"ה Waze של הקורסים!(דוקס וורדפרס תיכנות)";}', 1412903034, 'web', '95.86.121.37', NULL),
(568, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903034, 'web', '95.86.121.37', NULL),
(569, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 22, 'u', 1, 71, 70, 22, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"3";s:4:"name";s:73:"ה Waze של הקורסים!&nbsp; (דוקס וורדפרס תיכנות)";}', 1412903047, 'web', '95.86.121.37', NULL),
(570, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903047, 'web', '95.86.121.37', NULL),
(571, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 23, 'c', 1, 72, 70, 23, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";i:4;s:4:"name";s:22:"לומדים בכיף:";}', 1412903092, 'web', '95.86.121.37', NULL),
(572, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903093, 'web', '95.86.121.37', NULL),
(573, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903101, 'web', '95.86.121.37', NULL),
(574, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903130, 'web', '95.86.121.37', NULL),
(575, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903131, 'web', '95.86.121.37', NULL),
(576, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903158, 'web', '95.86.121.37', NULL),
(577, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 24, 'c', 1, 74, 70, 24, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:8;s:4:"name";s:21:"לקורסים שלי";}', 1412903289, 'web', '95.86.121.37', NULL),
(578, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 8, 'r', 2, 74, 70, 24, 2, 1, NULL, 0, 'N;', 1412903290, 'web', '95.86.121.37', NULL),
(579, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 8, 'r', 2, 74, 70, 24, 2, 1, NULL, 0, 'N;', 1412903304, 'web', '95.86.121.37', NULL),
(580, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903354, 'web', '95.86.121.37', NULL),
(581, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903355, 'web', '95.86.121.37', NULL),
(582, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903365, 'web', '95.86.121.37', NULL),
(583, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 2, 'u', 1, 2, 50, 1, 2, 1, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"1";}', 1412903382, 'web', '95.86.121.37', NULL),
(584, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903382, 'web', '95.86.121.37', NULL),
(585, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903398, 'web', '95.86.121.37', NULL),
(586, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903403, 'web', '95.86.121.37', NULL),
(587, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 8, 'r', 2, 74, 70, 24, 3, 1, NULL, 0, 'N;', 1412903423, 'web', '95.86.121.37', NULL),
(588, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1412903425, 'web', '95.86.121.37', NULL),
(589, '\\mod_assign\\event\\submission_status_viewed', 'mod_assign', 'viewed', 'submission_status', NULL, NULL, 'r', 0, 63, 70, 14, 3, 4, NULL, 0, 'a:1:{s:8:"assignid";s:1:"2";}', 1412903430, 'web', '95.86.121.37', NULL),
(590, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903491, 'web', '95.86.121.37', NULL),
(591, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903501, 'web', '95.86.121.37', NULL),
(592, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903506, 'web', '95.86.121.37', NULL),
(593, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903506, 'web', '95.86.121.37', NULL),
(594, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903521, 'web', '95.86.121.37', NULL),
(595, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903527, 'web', '95.86.121.37', NULL),
(596, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903527, 'web', '95.86.121.37', NULL),
(597, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903554, 'web', '95.86.121.37', NULL),
(598, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903555, 'web', '95.86.121.37', NULL),
(599, '\\core\\event\\course_resources_list_viewed', 'core', 'viewed', 'course_resources_list', NULL, NULL, 'r', 0, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903563, 'web', '95.86.121.37', NULL),
(600, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1412903595, 'web', '95.86.121.37', NULL),
(601, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 3, 'r', 0, 54, 30, 3, 3, 0, 3, 0, 'N;', 1412903636, 'web', '95.86.121.37', NULL),
(602, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412903666, 'web', '95.86.121.37', NULL),
(603, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903818, 'web', '95.86.121.37', NULL),
(604, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903826, 'web', '95.86.121.37', NULL),
(605, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 22, 'u', 1, 71, 70, 22, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"3";s:4:"name";s:38:"(דוקס וורדפרס תיכנות)";}', 1412903847, 'web', '95.86.121.37', NULL),
(606, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412903847, 'web', '95.86.121.37', NULL),
(607, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 25, 'c', 1, 76, 70, 25, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:9;s:4:"name";s:28:"ה Waze של הקורסים!";}', 1412903877, 'web', '95.86.121.37', NULL),
(608, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1412903878, 'web', '95.86.121.37', NULL),
(609, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1412903896, 'web', '95.86.121.37', NULL),
(610, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1412903900, 'web', '95.86.121.37', NULL),
(611, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1412903917, 'web', '95.86.121.37', NULL),
(612, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1412903917, 'web', '95.86.121.37', NULL),
(613, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 22, 'u', 1, 71, 70, 22, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"3";s:4:"name";s:80:"ה Waze קורסים - לבחור נכון(דוקס וורדפרס תיכנות)";}', 1412904018, 'web', '95.86.121.37', NULL),
(614, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412904019, 'web', '95.86.121.37', NULL),
(615, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412904033, 'web', '95.86.121.37', NULL),
(616, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412904041, 'web', '95.86.121.37', NULL),
(617, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 24, 'u', 1, 74, 70, 24, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"8";s:4:"name";s:63:"לקורסים שלי (מצגות, סיכומים ומטלות)";}', 1412904087, 'web', '95.86.121.37', NULL),
(618, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 8, 'r', 2, 74, 70, 24, 2, 1, NULL, 0, 'N;', 1412904088, 'web', '95.86.121.37', NULL),
(619, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 26, 'c', 1, 77, 70, 26, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:10;s:4:"name";s:49:"לוח שנה (מטלות, חופשים ועוד)";}', 1412904154, 'web', '95.86.121.37', NULL),
(620, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 10, 'r', 2, 77, 70, 26, 2, 1, NULL, 0, 'N;', 1412904154, 'web', '95.86.121.37', NULL),
(621, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 26, 'u', 1, 77, 70, 26, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"10";s:4:"name";s:49:"לוח שנה (מטלות, חופשים ועוד)";}', 1412904179, 'web', '95.86.121.37', NULL),
(622, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412904179, 'web', '95.86.121.37', NULL),
(623, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 26, 'u', 1, 77, 70, 26, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"10";s:4:"name";s:49:"לוח שנה (מטלות, חופשים ועוד)";}', 1412904181, 'web', '95.86.121.37', NULL),
(624, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 10, 'r', 2, 77, 70, 26, 2, 1, NULL, 0, 'N;', 1412904181, 'web', '95.86.121.37', NULL),
(625, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412904197, 'web', '95.86.121.37', NULL),
(626, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 10, 'r', 2, 77, 70, 26, 3, 1, NULL, 0, 'N;', 1412904200, 'web', '95.86.121.37', NULL),
(627, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412904247, 'web', '95.86.121.37', NULL),
(628, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412904339, 'web', '95.86.121.37', NULL),
(629, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412904425, 'web', '95.86.121.37', NULL),
(630, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412904454, 'web', '95.86.121.37', NULL),
(631, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 10, 'r', 2, 77, 70, 26, 3, 1, NULL, 0, 'N;', 1412904465, 'web', '95.86.121.37', NULL),
(632, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 10, 'r', 2, 77, 70, 26, 2, 1, NULL, 0, 'N;', 1412904490, 'web', '95.86.121.37', NULL),
(633, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1412904625, 'web', '95.86.121.37', NULL),
(634, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412904810, 'web', '95.86.121.37', NULL),
(635, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412905684, 'web', '95.86.121.37', NULL),
(636, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412906063, 'web', '95.86.121.37', NULL),
(637, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1412906071, 'web', '95.86.121.37', NULL),
(638, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1412906074, 'web', '95.86.121.37', NULL),
(639, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412906159, 'web', '78.46.16.75', NULL),
(640, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1412906271, 'web', '95.86.121.37', NULL),
(641, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 2, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1412906354, 'web', '95.86.121.37', NULL),
(642, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1412906355, 'web', '95.86.121.37', NULL),
(643, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412926929, 'web', '78.46.16.75', NULL),
(644, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412936641, 'web', '95.86.121.37', NULL),
(645, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412936646, 'web', '95.86.121.37', NULL),
(646, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1412936651, 'web', '95.86.121.37', NULL),
(647, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 0, 1, NULL, 0, 'N;', 1412936665, 'web', '95.86.121.37', NULL),
(648, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 0, 1, NULL, 0, 'N;', 1412936679, 'web', '95.86.121.37', NULL),
(649, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 0, 1, NULL, 0, 'N;', 1412936706, 'web', '95.86.121.37', NULL),
(650, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413009169, 'web', '95.86.123.121', NULL),
(651, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 0, 1, NULL, 0, 'N;', 1413009562, 'web', '37.26.147.143', NULL),
(652, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413013365, 'web', '78.46.16.75', NULL),
(653, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413072046, 'web', '78.46.16.75', NULL),
(654, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413097792, 'web', '95.86.123.121', NULL),
(655, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 0, 1, NULL, 0, 'N;', 1413097819, 'web', '95.86.123.121', NULL),
(656, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 0, 1, NULL, 0, 'N;', 1413097825, 'web', '95.86.123.121', NULL),
(657, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 0, 1, NULL, 0, 'N;', 1413097827, 'web', '95.86.123.121', NULL),
(658, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 0, 1, NULL, 0, 'N;', 1413097828, 'web', '95.86.123.121', NULL),
(659, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 0, 1, NULL, 0, 'N;', 1413098115, 'web', '95.86.123.121', NULL),
(660, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 0, 1, NULL, 0, 'N;', 1413098172, 'web', '95.86.123.121', NULL),
(661, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413098757, 'web', '95.86.123.121', NULL),
(662, '\\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:"david";}', 1413098779, 'web', '95.86.123.121', NULL),
(663, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1413098780, 'web', '95.86.123.121', NULL),
(664, '\\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:"david";}', 1413098781, 'web', '95.86.123.121', NULL),
(665, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1413098781, 'web', '95.86.123.121', NULL),
(666, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1413098787, 'web', '95.86.123.121', NULL),
(667, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413099760, 'web', '78.46.16.75', NULL),
(668, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413102166, 'web', '37.26.147.181', NULL),
(669, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413106024, 'web', '37.26.147.181', NULL),
(670, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413106033, 'web', '37.26.147.181', NULL),
(671, '\\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:"david";}', 1413106384, 'web', '37.26.147.181', NULL),
(672, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1413106671, 'web', '95.86.123.121', NULL),
(673, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1413107150, 'web', '95.86.123.121', NULL),
(674, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1413107161, 'web', '95.86.123.121', NULL),
(675, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413150115, 'web', '66.249.81.45', NULL),
(676, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413186194, 'web', '78.46.16.75', NULL),
(677, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413207538, 'web', '95.86.69.164', NULL),
(678, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413272658, 'web', '78.46.16.75', NULL),
(679, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413359048, 'web', '78.46.16.75', NULL),
(680, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413383918, 'web', '66.249.81.45', NULL),
(681, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413417841, 'web', '78.46.16.75', NULL),
(682, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413445386, 'web', '78.46.16.75', NULL),
(683, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413445468, 'web', '78.46.16.75', NULL),
(684, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413531924, 'web', '78.46.16.75', NULL),
(685, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413618339, 'web', '78.46.16.75', NULL),
(686, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413677020, 'web', '78.46.16.75', NULL),
(687, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413704754, 'web', '78.46.16.75', NULL),
(688, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413754424, 'web', '66.249.81.45', NULL),
(689, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413791174, 'web', '78.46.16.75', NULL),
(690, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413877661, 'web', '78.46.16.75', NULL),
(691, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1413964065, 'web', '78.46.16.75', NULL),
(692, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414022755, 'web', '78.46.16.75', NULL),
(693, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414038498, 'web', '66.249.81.45', NULL),
(694, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414050198, 'web', '78.46.16.75', NULL),
(695, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414050503, 'web', '78.46.16.75', NULL),
(696, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414136946, 'web', '78.46.16.75', NULL),
(697, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414223380, 'web', '78.46.16.75', NULL),
(698, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414282040, 'web', '78.46.16.75', NULL),
(699, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414309810, 'web', '78.46.16.75', NULL),
(700, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414396264, 'web', '78.46.16.75', NULL),
(701, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414482598, 'web', '78.46.16.75', NULL),
(702, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414569071, 'web', '78.46.16.75', NULL),
(703, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414627690, 'web', '78.46.16.75', NULL),
(704, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414655410, 'web', '78.46.16.75', NULL),
(705, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414741385, 'web', '78.46.16.75', NULL),
(706, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414741988, 'web', '78.46.16.75', NULL),
(707, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414828479, 'web', '78.46.16.75', NULL),
(708, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414887028, 'web', '78.46.16.75', NULL),
(709, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1414914780, 'web', '78.46.16.75', NULL),
(710, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415001189, 'web', '78.46.16.75', NULL),
(711, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415087581, 'web', '78.46.16.75', NULL),
(712, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415108003, 'web', '66.249.81.186', NULL),
(713, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415174038, 'web', '78.46.16.75', NULL),
(714, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415195079, 'web', '46.117.28.231', NULL),
(715, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415232818, 'web', '78.46.16.75', NULL),
(716, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415260578, 'web', '78.46.16.75', NULL),
(717, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415346971, 'web', '78.46.16.75', NULL),
(718, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415433340, 'web', '78.46.16.75', NULL),
(719, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415436185, 'web', '78.46.16.75', NULL),
(720, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415492163, 'web', '78.46.16.75', NULL),
(721, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415519659, 'web', '78.46.16.75', NULL),
(722, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 1, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1415583795, 'cli', NULL, NULL),
(723, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1415583796, 'cli', NULL, NULL),
(724, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415606115, 'web', '78.46.16.75', NULL),
(725, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415612246, 'web', '66.249.81.183', NULL),
(726, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415692682, 'web', '78.46.16.75', NULL),
(727, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415779132, 'web', '78.46.16.75', NULL),
(728, '\\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:"david";}', 1415823753, 'web', '31.168.112.184', NULL),
(729, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1415823988, 'web', '31.168.112.184', NULL),
(730, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1415824055, 'web', '31.168.112.184', NULL),
(731, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"r0k5gttbaudpbboh82ojgoiut6";}', 1415824060, 'web', '31.168.112.184', NULL),
(732, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415824061, 'web', '31.168.112.184', NULL),
(733, '\\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:"david";}', 1415824089, 'web', '31.168.112.184', NULL),
(734, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1415824090, 'web', '31.168.112.184', NULL),
(735, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:2:{s:8:"username";s:5:"david";s:6:"reason";i:3;}', 1415824156, 'web', '31.168.112.184', NULL),
(736, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1415824165, 'web', '31.168.112.184', NULL),
(737, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1415824181, 'web', '31.168.112.184', NULL),
(738, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1415824190, 'web', '31.168.112.184', NULL),
(739, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:2:{s:8:"username";s:5:"david";s:6:"reason";i:3;}', 1415824218, 'web', '31.168.112.184', NULL),
(740, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:2:{s:8:"username";s:5:"moshe";s:6:"reason";i:3;}', 1415824242, 'web', '31.168.112.184', NULL),
(741, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"bf776t2c1m9alh9gph3h7s0qp0";}', 1415824252, 'web', '31.168.112.184', NULL),
(742, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415824252, 'web', '31.168.112.184', NULL),
(743, '\\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:"david";}', 1415824318, 'web', '31.168.112.184', NULL),
(744, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1415824322, 'web', '31.168.112.184', NULL),
(745, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1415824428, 'web', '31.168.112.184', NULL),
(746, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"ibvgmgm59etmr3fcpvgpbgrjc0";}', 1415824433, 'web', '31.168.112.184', NULL),
(747, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415824433, 'web', '31.168.112.184', NULL),
(748, '\\core\\event\\user_password_updated', 'core', 'updated', 'user_password', NULL, NULL, 'u', 0, 5, 30, 2, 0, 0, 2, 0, 'a:1:{s:14:"forgottenreset";b:0;}', 1415824463, 'web', '31.168.112.184', NULL),
(749, '\\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:"david";}', 1415824463, 'web', '31.168.112.184', NULL),
(750, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1415824465, 'web', '31.168.112.184', NULL),
(751, '\\core\\event\\webservice_token_created', 'core', 'created', 'webservice_token', 'external_tokens', 1, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:4:"auto";b:1;}', 1415824633, 'web', '31.168.112.184', NULL),
(752, '\\core\\event\\webservice_token_sent', 'core', 'sent', 'webservice_token', 'external_tokens', 1, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'N;', 1415824633, 'web', '31.168.112.184', NULL),
(753, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:30:"moodle_webservice_get_siteinfo";}', 1415824634, 'ws', '31.168.112.184', NULL),
(754, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:26:"core_get_component_strings";}', 1415824634, 'ws', '31.168.112.184', NULL),
(755, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:30:"moodle_enrol_get_users_courses";}', 1415824634, 'ws', '31.168.112.184', NULL),
(756, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:26:"core_get_component_strings";}', 1415824635, 'ws', '31.168.112.184', NULL),
(757, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1415824636, 'ws', '31.168.112.184', NULL),
(758, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1415824641, 'ws', '31.168.112.184', NULL),
(759, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:26:"core_get_component_strings";}', 1415824656, 'ws', '31.168.112.184', NULL),
(760, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1415824657, 'ws', '31.168.112.184', NULL),
(761, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1415824662, 'ws', '31.168.112.184', NULL),
(762, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"e3l1f4i296r3a4o2lrnk2bvht5";}', 1415824734, 'web', '31.168.112.184', NULL),
(763, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415824735, 'web', '31.168.112.184', NULL),
(764, '\\core\\event\\user_password_updated', 'core', 'updated', 'user_password', NULL, NULL, 'u', 0, 54, 30, 3, 0, 0, 3, 0, 'a:1:{s:14:"forgottenreset";b:0;}', 1415824788, 'web', '31.168.112.184', NULL),
(765, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"moshe";}', 1415824788, 'web', '31.168.112.184', NULL),
(766, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1415824790, 'web', '31.168.112.184', NULL),
(767, '\\core\\event\\webservice_token_created', 'core', 'created', 'webservice_token', 'external_tokens', 2, 'c', 0, 1, 10, 0, 3, 0, 3, 0, 'a:1:{s:4:"auto";b:1;}', 1415824796, 'web', '31.168.112.184', NULL),
(768, '\\core\\event\\webservice_token_sent', 'core', 'sent', 'webservice_token', 'external_tokens', 2, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'N;', 1415824796, 'web', '31.168.112.184', NULL),
(769, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:30:"moodle_webservice_get_siteinfo";}', 1415824797, 'ws', '31.168.112.184', NULL),
(770, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:26:"core_get_component_strings";}', 1415824797, 'ws', '31.168.112.184', NULL),
(771, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:30:"moodle_enrol_get_users_courses";}', 1415824797, 'ws', '31.168.112.184', NULL),
(772, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1415824799, 'ws', '31.168.112.184', NULL),
(773, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:24:"core_course_get_contents";}', 1415824807, 'ws', '31.168.112.184', NULL),
(774, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"moodle_user_get_users_by_courseid";}', 1415824855, 'ws', '31.168.112.184', NULL),
(775, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:41:"moodle_user_get_course_participants_by_id";}', 1415824859, 'ws', '31.168.112.184', NULL),
(776, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415839919, 'web', '78.46.16.75', NULL),
(777, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415865865, 'web', '78.46.16.75', NULL),
(778, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:26:"core_get_component_strings";}', 1415873971, 'ws', '37.26.147.213', NULL),
(779, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:26:"core_get_component_strings";}', 1415873971, 'ws', '37.26.147.213', NULL),
(780, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1415873971, 'ws', '37.26.147.213', NULL),
(781, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1415873974, 'ws', '37.26.147.213', NULL),
(782, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:24:"core_course_get_contents";}', 1415873979, 'ws', '37.26.147.213', NULL),
(783, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"moodle_user_get_users_by_courseid";}', 1415873986, 'ws', '37.26.147.213', NULL),
(784, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:41:"moodle_user_get_course_participants_by_id";}', 1415873988, 'ws', '37.26.147.213', NULL),
(785, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:26:"core_get_component_strings";}', 1415874001, 'ws', '37.26.147.213', NULL),
(786, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1415874002, 'ws', '37.26.147.213', NULL),
(787, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1415874006, 'ws', '37.26.147.213', NULL),
(788, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 2, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1415886188, 'cli', NULL, NULL),
(789, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1415886188, 'cli', NULL, NULL),
(790, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1415951927, 'web', '78.46.16.75', NULL),
(791, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 3, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1415979789, 'cli', NULL, NULL),
(792, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1415979789, 'cli', NULL, NULL),
(793, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416038973, 'web', '78.46.16.75', NULL),
(794, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416097143, 'web', '78.46.16.75', NULL),
(795, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416123540, 'web', '37.26.146.192', NULL),
(796, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416124887, 'web', '78.46.16.75', NULL);
INSERT INTO `mdl_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
(797, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416127385, 'web', '78.46.16.75', NULL),
(798, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416212017, 'web', '78.46.16.75', NULL),
(799, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416442737, 'web', '78.46.16.75', NULL),
(800, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 4, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1416534190, 'cli', NULL, NULL),
(801, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1416534190, 'cli', NULL, NULL),
(802, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416702000, 'web', '78.46.16.75', NULL),
(803, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1416818585, 'web', '78.46.16.75', NULL),
(804, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1417047589, 'web', '78.46.16.75', NULL),
(805, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 5, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1417304592, 'cli', NULL, NULL),
(806, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1417304593, 'cli', NULL, NULL),
(807, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1417306968, 'web', '78.46.16.75', NULL),
(808, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1417509786, 'web', '78.46.16.75', NULL),
(809, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1417652725, 'web', '78.46.16.75', NULL),
(810, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 6, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1417887791, 'cli', NULL, NULL),
(811, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:6;}', 1417887791, 'cli', NULL, NULL),
(812, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1417912016, 'web', '78.46.16.75', NULL),
(813, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1418258026, 'web', '78.46.16.75', NULL),
(814, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 7, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:6;}', 1418355791, 'cli', NULL, NULL),
(815, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:7;}', 1418355791, 'cli', NULL, NULL),
(816, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1418517387, 'web', '78.46.16.75', NULL),
(817, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1418843240, 'web', '80.246.133.8', NULL),
(818, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1418862600, 'web', '78.46.16.75', NULL),
(819, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1418892187, 'web', '78.46.16.75', NULL),
(820, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 8, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:7;}', 1419018191, 'cli', NULL, NULL),
(821, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:8;}', 1419018191, 'cli', NULL, NULL),
(822, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1419121938, 'web', '78.46.16.75', NULL),
(823, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1419467823, 'web', '78.46.16.75', NULL),
(824, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 9, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:8;}', 1419507787, 'cli', NULL, NULL),
(825, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:9;}', 1419507788, 'cli', NULL, NULL),
(826, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1419583385, 'web', '78.46.16.75', NULL),
(827, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1419727223, 'web', '78.46.16.75', NULL),
(828, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1420072967, 'web', '78.46.16.75', NULL),
(829, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1420274586, 'web', '78.46.16.75', NULL),
(830, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1420331827, 'web', '78.46.16.75', NULL),
(831, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1420677720, 'web', '78.46.16.75', NULL),
(832, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 10, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1420839791, 'cli', NULL, NULL),
(833, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:10;}', 1420839792, 'cli', NULL, NULL),
(834, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1420937118, 'web', '78.46.16.75', NULL),
(835, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1420965786, 'web', '78.46.16.75', NULL),
(836, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 11, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1421026989, 'cli', NULL, NULL),
(837, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:11;}', 1421026989, 'cli', NULL, NULL),
(838, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1421282431, 'web', '78.46.16.75', NULL),
(839, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 12, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1421422988, 'cli', NULL, NULL),
(840, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:12;}', 1421422989, 'cli', NULL, NULL),
(841, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1421541692, 'web', '78.46.16.75', NULL),
(842, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1421656985, 'web', '78.46.16.75', NULL),
(843, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1421887873, 'web', '78.46.16.75', NULL),
(844, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1422147011, 'web', '78.46.16.75', NULL),
(845, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1422348186, 'web', '78.46.16.75', NULL),
(846, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1422492401, 'web', '78.46.16.75', NULL),
(847, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 13, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1422654192, 'cli', NULL, NULL),
(848, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:13;}', 1422654192, 'cli', NULL, NULL),
(849, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1422751687, 'web', '78.46.16.75', NULL),
(850, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 14, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1422841393, 'cli', NULL, NULL),
(851, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:14;}', 1422841393, 'cli', NULL, NULL),
(852, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1423039388, 'web', '78.46.16.75', NULL),
(853, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1423097280, 'web', '78.46.16.75', NULL),
(854, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 15, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1423237391, 'cli', NULL, NULL),
(855, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:15;}', 1423237391, 'cli', NULL, NULL),
(856, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1423357038, 'web', '78.46.16.75', NULL),
(857, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1423702738, 'web', '78.46.16.75', NULL),
(858, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1423730586, 'web', '78.46.16.75', NULL),
(859, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 16, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1423791792, 'cli', NULL, NULL),
(860, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:16;}', 1423791792, 'cli', NULL, NULL),
(861, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1423961904, 'web', '78.46.16.75', NULL),
(862, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1424307559, 'web', '78.46.16.75', NULL),
(863, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1424335397, 'web', '78.46.16.75', NULL),
(864, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 17, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1424461392, 'cli', NULL, NULL),
(865, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:17;}', 1424461392, 'cli', NULL, NULL),
(866, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1424566447, 'web', '78.46.16.75', NULL),
(867, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 18, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1424950989, 'cli', NULL, NULL),
(868, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:18;}', 1424950989, 'cli', NULL, NULL),
(869, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425026586, 'web', '78.46.16.75', NULL),
(870, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425126805, 'web', '217.114.48.222', NULL),
(871, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425149788, 'web', '217.114.48.222', NULL),
(872, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425171900, 'web', '78.46.16.75', NULL),
(873, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425480349, 'web', '217.114.48.222', NULL),
(874, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425498461, 'web', '217.114.48.222', NULL),
(875, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425554541, 'web', '217.114.48.222', NULL),
(876, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425564130, 'web', '217.114.48.222', NULL),
(877, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425638853, 'web', '217.114.48.222', NULL),
(878, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425647406, 'web', '217.114.48.222', NULL),
(879, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 19, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1425692592, 'cli', NULL, NULL),
(880, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:19;}', 1425692592, 'cli', NULL, NULL),
(881, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425717786, 'web', '78.46.16.75', NULL),
(882, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 20, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1425868990, 'cli', NULL, NULL),
(883, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:20;}', 1425868990, 'cli', NULL, NULL),
(884, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425906921, 'web', '192.114.91.244', NULL),
(885, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425906949, 'web', '192.114.91.244', NULL),
(886, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425906975, 'web', '192.114.91.244', NULL),
(887, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"moshe";}', 1425907293, 'web', '192.114.91.244', NULL),
(888, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1425907297, 'web', '192.114.91.244', NULL),
(889, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425907322, 'web', '192.114.91.244', NULL),
(890, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425907370, 'web', '192.114.91.244', NULL),
(891, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425907433, 'web', '192.114.91.244', NULL),
(892, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1425907483, 'web', '192.114.91.244', NULL),
(893, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:8:"username";s:5:"admin";s:6:"reason";i:1;}', 1425907511, 'web', '192.114.91.244', NULL),
(894, '\\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:"david";}', 1425907558, 'web', '192.114.91.244', NULL),
(895, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 21, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1425984189, 'cli', NULL, NULL),
(896, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:21;}', 1425984189, 'cli', NULL, NULL),
(897, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426106104, 'web', '82.80.38.195', NULL),
(898, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426106121, 'web', '82.80.38.195', NULL),
(899, '\\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:"david";}', 1426106163, 'web', '82.80.38.195', NULL),
(900, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426106165, 'web', '82.80.38.195', NULL),
(901, '\\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:"david";}', 1426106352, 'web', '82.80.134.93', NULL),
(902, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426106357, 'web', '82.80.134.93', NULL),
(903, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426107553, 'web', '82.80.134.93', NULL),
(904, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426107584, 'web', '82.80.134.93', NULL),
(905, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426107961, 'web', '82.80.38.195', NULL),
(906, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426108220, 'web', '82.80.38.195', NULL),
(907, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426108261, 'web', '82.80.38.195', NULL),
(908, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426108810, 'web', '82.80.134.93', NULL),
(909, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426108827, 'web', '82.80.38.195', NULL),
(910, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:3:{s:6:"method";i:1;s:6:"reason";s:13:"token_expired";s:7:"tokenid";s:1:"1";}', 1426108838, 'web', '82.80.134.93', NULL),
(911, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426108843, 'ws', '82.80.134.93', NULL),
(912, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426108855, 'ws', '82.80.134.93', NULL),
(913, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426108861, 'ws', '82.80.134.93', NULL),
(914, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426108867, 'ws', '82.80.134.93', NULL),
(915, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426108870, 'ws', '82.80.134.93', NULL),
(916, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426108871, 'ws', '82.80.134.93', NULL),
(917, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426109096, 'web', '82.80.134.93', NULL),
(918, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426112368, 'ws', '212.199.57.197', NULL),
(919, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426112388, 'ws', '212.199.57.197', NULL),
(920, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426122623, 'web', '78.46.16.75', NULL),
(921, '\\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:"david";}', 1426134253, 'web', '37.26.147.243', NULL),
(922, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134256, 'web', '37.26.147.243', NULL),
(923, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134284, 'web', '37.26.147.243', NULL),
(924, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134313, 'web', '37.26.147.243', NULL),
(925, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134367, 'web', '37.26.147.243', NULL),
(926, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134393, 'web', '37.26.147.243', NULL),
(927, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134394, 'web', '37.26.147.243', NULL),
(928, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134419, 'web', '37.26.147.243', NULL),
(929, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134586, 'web', '37.26.147.243', NULL),
(930, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426134603, 'web', '37.26.147.243', NULL),
(931, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426135034, 'web', '37.26.147.243', NULL),
(932, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426135773, 'web', '95.86.68.28', NULL),
(933, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426135831, 'web', '95.86.68.28', NULL),
(934, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426135937, 'web', '95.86.68.28', NULL),
(935, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1426135974, 'web', '95.86.68.28', NULL),
(936, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1426136080, 'web', '95.86.68.28', NULL),
(937, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1426136098, 'web', '95.86.68.28', NULL),
(938, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1426136099, 'web', '95.86.68.28', NULL),
(939, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 17, 'u', 1, 66, 70, 17, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"4";s:4:"name";s:10:"שנתון";}', 1426136212, 'web', '95.86.68.28', NULL),
(940, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426136212, 'web', '95.86.68.28', NULL),
(941, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1426136218, 'web', '95.86.68.28', NULL),
(942, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1426136267, 'web', '95.86.68.28', NULL),
(943, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1426136317, 'web', '95.86.68.28', NULL),
(944, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1426136318, 'web', '95.86.68.28', NULL),
(945, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426136344, 'web', '95.86.68.28', NULL),
(946, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1426136358, 'web', '95.86.68.28', NULL),
(947, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1426136379, 'web', '95.86.68.28', NULL),
(948, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 0, 1, NULL, 0, 'N;', 1426136435, 'web', '95.86.68.28', NULL),
(949, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 0, 1, NULL, 0, 'N;', 1426136453, 'web', '95.86.68.28', NULL),
(950, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1426136492, 'web', '95.86.68.28', NULL),
(951, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426136522, 'web', '95.86.68.28', NULL),
(952, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 4, 'r', 2, 66, 70, 17, 2, 1, NULL, 0, 'N;', 1426136558, 'web', '95.86.68.28', NULL),
(953, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426136570, 'web', '95.86.68.28', NULL),
(954, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1426136869, 'web', '95.86.68.28', NULL),
(955, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 18, 'u', 1, 67, 70, 18, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"5";s:4:"name";s:25:"רישום לקורסים";}', 1426136918, 'web', '95.86.68.28', NULL),
(956, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1426136919, 'web', '95.86.68.28', NULL),
(957, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137428, 'web', '95.86.68.28', NULL),
(958, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137431, 'web', '95.86.68.28', NULL),
(959, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137450, 'web', '95.86.68.28', NULL),
(960, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137471, 'web', '95.86.68.28', NULL),
(961, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137472, 'web', '95.86.68.28', NULL),
(962, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137504, 'web', '95.86.68.28', NULL),
(963, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 21, 'u', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"2";s:4:"name";s:94:"ניסינו לסדר כאן באופן תמציתי והגיוני את מה שיעזור ...";}', 1426137533, 'web', '95.86.68.28', NULL),
(964, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137533, 'web', '95.86.68.28', NULL),
(965, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137627, 'web', '95.86.68.28', NULL),
(966, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137628, 'web', '95.86.68.28', NULL),
(967, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137643, 'web', '95.86.68.28', NULL),
(968, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137651, 'web', '95.86.68.28', NULL),
(969, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137652, 'web', '95.86.68.28', NULL),
(970, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137726, 'web', '95.86.68.28', NULL),
(971, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137732, 'web', '95.86.68.28', NULL),
(972, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137733, 'web', '95.86.68.28', NULL),
(973, '\\core\\event\\course_resources_list_viewed', 'core', 'viewed', 'course_resources_list', NULL, NULL, 'r', 0, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137743, 'web', '95.86.68.28', NULL),
(974, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1426137774, 'web', '95.86.68.28', NULL),
(975, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137799, 'web', '95.86.68.28', NULL),
(976, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137815, 'web', '95.86.68.28', NULL),
(977, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137868, 'web', '95.86.68.28', NULL),
(978, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137895, 'web', '95.86.68.28', NULL),
(979, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137908, 'web', '95.86.68.28', NULL),
(980, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137934, 'web', '95.86.68.28', NULL),
(981, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426137970, 'web', '95.86.68.28', NULL),
(982, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426138036, 'web', '95.86.68.28', NULL),
(983, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426138081, 'web', '95.86.68.28', NULL),
(984, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 27, 'c', 1, 85, 70, 27, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";i:2;s:4:"name";s:40:"בדיקה לאן הדף הזה יגיע";}', 1426138537, 'web', '95.86.68.28', NULL),
(985, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426138538, 'web', '95.86.68.28', NULL),
(986, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426138666, 'web', '95.86.68.28', NULL),
(987, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426138703, 'web', '95.86.68.28', NULL),
(988, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426138704, 'web', '95.86.68.28', NULL),
(989, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426138791, 'web', '95.86.68.28', NULL),
(990, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426138856, 'web', '95.86.68.28', NULL),
(991, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426139003, 'web', '95.86.68.28', NULL),
(992, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426139003, 'web', '95.86.68.28', NULL),
(993, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426139018, 'web', '95.86.68.28', NULL),
(994, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426139078, 'web', '95.86.68.28', NULL),
(995, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426139079, 'web', '95.86.68.28', NULL),
(996, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426139122, 'web', '95.86.68.28', NULL),
(997, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 21, 'u', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"2";s:4:"name";s:94:"ניסינו לסדר כאן באופן תמציתי והגיוני את מה שיעזור ...";}', 1426139164, 'web', '95.86.68.28', NULL),
(998, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139165, 'web', '95.86.68.28', NULL),
(999, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139178, 'web', '95.86.68.28', NULL),
(1000, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139178, 'web', '95.86.68.28', NULL),
(1001, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139188, 'web', '95.86.68.28', NULL),
(1002, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139229, 'web', '95.86.68.28', NULL),
(1003, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139230, 'web', '95.86.68.28', NULL),
(1004, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139263, 'web', '95.86.68.28', NULL),
(1005, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139278, 'web', '95.86.68.28', NULL),
(1006, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139278, 'web', '95.86.68.28', NULL),
(1007, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139296, 'web', '95.86.68.28', NULL),
(1008, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139344, 'web', '95.86.68.28', NULL),
(1009, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139347, 'web', '95.86.68.28', NULL),
(1010, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139370, 'web', '95.86.68.28', NULL),
(1011, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139395, 'web', '95.86.68.28', NULL),
(1012, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139396, 'web', '95.86.68.28', NULL),
(1013, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139518, 'web', '95.86.68.28', NULL),
(1014, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426139628, 'web', '95.86.68.28', NULL),
(1015, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1426139646, 'web', '95.86.68.28', NULL),
(1016, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139676, 'web', '95.86.68.28', NULL),
(1017, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139867, 'web', '95.86.68.28', NULL),
(1018, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 28, 'c', 1, 88, 70, 28, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:11;s:4:"name";s:23:"מודל האקדמיה";}', 1426139909, 'web', '95.86.68.28', NULL),
(1019, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 2, 1, NULL, 0, 'N;', 1426139909, 'web', '95.86.68.28', NULL),
(1020, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426139972, 'web', '95.86.68.28', NULL),
(1021, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426139991, 'web', '95.86.68.28', NULL),
(1022, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 2, 1, NULL, 0, 'N;', 1426140000, 'web', '95.86.68.28', NULL),
(1023, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 28, 'u', 1, 88, 70, 28, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"11";s:4:"name";s:23:"מודל האקדמיה";}', 1426140028, 'web', '95.86.68.28', NULL),
(1024, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 2, 1, NULL, 0, 'N;', 1426140029, 'web', '95.86.68.28', NULL),
(1025, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 2, 'r', 2, 85, 70, 27, 2, 1, NULL, 0, 'N;', 1426140101, 'web', '95.86.68.28', NULL),
(1026, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 28, 'u', 1, 88, 70, 28, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"11";s:4:"name";s:23:"מודל האקדמיה";}', 1426140178, 'web', '95.86.68.28', NULL),
(1027, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 2, 1, NULL, 0, 'N;', 1426140178, 'web', '95.86.68.28', NULL),
(1028, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 2, 1, NULL, 0, 'N;', 1426140188, 'web', '95.86.68.28', NULL),
(1029, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 28, 'u', 1, 88, 70, 28, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"11";s:4:"name";s:23:"מודל האקדמיה";}', 1426140243, 'web', '95.86.68.28', NULL),
(1030, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 2, 1, NULL, 0, 'N;', 1426140244, 'web', '95.86.68.28', NULL),
(1031, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 28, 'u', 1, 88, 70, 28, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"11";s:4:"name";s:23:"מודל האקדמיה";}', 1426140276, 'web', '95.86.68.28', NULL),
(1032, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 2, 1, NULL, 0, 'N;', 1426140277, 'web', '95.86.68.28', NULL),
(1033, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 28, 'u', 1, 88, 70, 28, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"11";s:4:"name";s:23:"מודל האקדמיה";}', 1426140313, 'web', '95.86.68.28', NULL),
(1034, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426140314, 'web', '95.86.68.28', NULL),
(1035, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426140358, 'web', '95.86.68.28', NULL),
(1036, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426140403, 'web', '95.86.68.28', NULL),
(1037, '\\core\\event\\course_updated', 'core', 'updated', 'course', 'course', 3, 'u', 1, 20, 50, 3, 2, 3, NULL, 0, 'a:2:{s:9:"shortname";s:18:"שם קצר אחר";s:8:"fullname";s:23:"גילוי ותכנון";}', 1426140535, 'web', '95.86.68.28', NULL),
(1038, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 20, 50, 3, 2, 3, NULL, 0, 'N;', 1426140536, 'web', '95.86.68.28', NULL),
(1039, '\\core\\event\\course_created', 'core', 'created', 'course', 'course', 6, 'c', 1, 90, 50, 6, 2, 6, NULL, 0, 'a:2:{s:9:"shortname";s:27:"רשימת הקישורים";s:8:"fullname";s:27:"רשימת הקישורים";}', 1426140696, 'web', '95.86.68.28', NULL),
(1040, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426140708, 'web', '95.86.68.28', NULL),
(1041, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 31, 'c', 1, 96, 70, 31, 2, 6, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:12;s:4:"name";s:36:"קישור למערכת הרישום";}', 1426140778, 'web', '95.86.68.28', NULL),
(1042, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 12, 'r', 2, 96, 70, 31, 2, 6, NULL, 0, 'N;', 1426140779, 'web', '95.86.68.28', NULL),
(1043, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426140788, 'web', '95.86.68.28', NULL),
(1044, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426140816, 'web', '95.86.68.28', NULL),
(1045, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 37, 'u', 1, 90, 50, 6, 2, 6, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"0";}', 1426140899, 'web', '95.86.68.28', NULL),
(1046, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426140900, 'web', '95.86.68.28', NULL),
(1047, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426140937, 'web', '95.86.68.28', NULL),
(1048, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 30, 'd', 1, 95, 70, 30, 2, 6, NULL, 0, 'a:2:{s:10:"modulename";s:5:"forum";s:10:"instanceid";s:1:"4";}', 1426140948, 'web', '95.86.68.28', NULL),
(1049, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 32, 'c', 1, 97, 70, 32, 2, 6, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:13;s:4:"name";s:31:"קישור למידע אישי.";}', 1426140986, 'web', '95.86.68.28', NULL),
(1050, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426140989, 'web', '95.86.68.28', NULL),
(1051, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 34, 'c', 1, 99, 70, 34, 2, 6, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:14;s:4:"name";s:32:"פייסבוק אבני פינה";}', 1426141042, 'web', '95.86.68.28', NULL),
(1052, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 14, 'r', 2, 99, 70, 34, 2, 6, NULL, 0, 'N;', 1426141043, 'web', '95.86.68.28', NULL),
(1053, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 34, 'u', 1, 99, 70, 34, 2, 6, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"14";s:4:"name";s:32:"פייסבוק אבני פינה";}', 1426141106, 'web', '95.86.68.28', NULL),
(1054, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 14, 'r', 2, 99, 70, 34, 2, 6, NULL, 0, 'N;', 1426141107, 'web', '95.86.68.28', NULL),
(1055, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 34, 'd', 1, 99, 70, 34, 2, 6, NULL, 0, 'a:2:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"14";}', 1426141158, 'web', '95.86.68.28', NULL),
(1056, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426141159, 'web', '95.86.68.28', NULL),
(1057, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 35, 'c', 1, 100, 70, 35, 2, 6, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:15;s:4:"name";s:45:"קישור לפייסבוק אבני פינה";}', 1426141201, 'web', '95.86.68.28', NULL),
(1058, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426141202, 'web', '95.86.68.28', NULL),
(1059, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 33, 'd', 1, 98, 70, 33, 2, 6, NULL, 0, 'a:2:{s:10:"modulename";s:5:"forum";s:10:"instanceid";s:1:"5";}', 1426141244, 'web', '95.86.68.28', NULL),
(1060, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 90, 50, 6, 2, 6, NULL, 0, 'N;', 1426141277, 'web', '95.86.68.28', NULL),
(1061, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 36, 'd', 1, 101, 70, 36, 2, 6, NULL, 0, 'a:2:{s:10:"modulename";s:5:"forum";s:10:"instanceid";s:1:"6";}', 1426141295, 'web', '95.86.68.28', NULL),
(1062, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 37, 'c', 1, 102, 70, 37, 2, 6, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:16;s:4:"name";s:27:"ה WAZE של הקורסים";}', 1426141403, 'web', '95.86.68.28', NULL),
(1063, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141405, 'web', '95.86.68.28', NULL),
(1064, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 1, 'r', 0, 1, 10, 0, 1, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"guest";}', 1426141440, 'web', '95.86.68.28', NULL),
(1065, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141490, 'web', '95.86.68.28', NULL),
(1066, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141515, 'web', '95.86.68.28', NULL),
(1067, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141515, 'web', '95.86.68.28', NULL),
(1068, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141527, 'web', '95.86.68.28', NULL),
(1069, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141534, 'web', '95.86.68.28', NULL),
(1070, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141534, 'web', '95.86.68.28', NULL),
(1071, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141557, 'web', '95.86.68.28', NULL),
(1072, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141563, 'web', '95.86.68.28', NULL),
(1073, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141564, 'web', '95.86.68.28', NULL),
(1074, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141575, 'web', '95.86.68.28', NULL),
(1075, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141584, 'web', '95.86.68.28', NULL),
(1076, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141584, 'web', '95.86.68.28', NULL);
INSERT INTO `mdl_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
(1077, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'N;', 1426141596, 'web', '95.86.68.28', NULL),
(1078, '\\core\\event\\course_resources_list_viewed', 'core', 'viewed', 'course_resources_list', NULL, NULL, 'r', 0, 2, 50, 1, 1, 1, NULL, 0, 'N;', 1426141613, 'web', '95.86.68.28', NULL),
(1079, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 1, 1, NULL, 0, 'N;', 1426141640, 'web', '95.86.68.28', NULL),
(1080, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141700, 'web', '95.86.68.28', NULL),
(1081, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141712, 'web', '95.86.68.28', NULL),
(1082, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141713, 'web', '95.86.68.28', NULL),
(1083, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 1, 1, NULL, 0, 'N;', 1426141724, 'web', '95.86.68.28', NULL),
(1084, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'N;', 1426141774, 'web', '95.86.68.28', NULL),
(1085, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 1, 1, NULL, 0, 'N;', 1426141782, 'web', '95.86.68.28', NULL),
(1086, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141810, 'web', '95.86.68.28', NULL),
(1087, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141841, 'web', '95.86.68.28', NULL),
(1088, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141860, 'web', '95.86.68.28', NULL),
(1089, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 16, 'r', 2, 102, 70, 37, 2, 6, NULL, 0, 'N;', 1426141862, 'web', '95.86.68.28', NULL),
(1090, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'N;', 1426141868, 'web', '95.86.68.28', NULL),
(1091, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 1, 1, NULL, 0, 'N;', 1426141886, 'web', '95.86.68.28', NULL),
(1092, '\\core\\event\\course_resources_list_viewed', 'core', 'viewed', 'course_resources_list', NULL, NULL, 'r', 0, 2, 50, 1, 1, 1, NULL, 0, 'N;', 1426141920, 'web', '95.86.68.28', NULL),
(1093, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 1, 1, NULL, 0, 'N;', 1426141923, 'web', '95.86.68.28', NULL),
(1094, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 25, 'u', 1, 76, 70, 25, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"9";s:4:"name";s:28:"ה Waze של הקורסים!";}', 1426141969, 'web', '95.86.68.28', NULL),
(1095, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426141970, 'web', '95.86.68.28', NULL),
(1096, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426142010, 'web', '95.86.68.28', NULL),
(1097, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 10, 'u', 1, 59, 70, 10, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"3";s:4:"name";s:17:"מידע אישי";}', 1426142033, 'web', '95.86.68.28', NULL),
(1098, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1426142034, 'web', '95.86.68.28', NULL),
(1099, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 17, 'd', 1, 66, 70, 17, 2, 1, NULL, 0, 'a:2:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"4";}', 1426142078, 'web', '95.86.68.28', NULL),
(1100, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426142080, 'web', '95.86.68.28', NULL),
(1101, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 22, 'd', 1, 71, 70, 22, 2, 1, NULL, 0, 'a:2:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"3";}', 1426142107, 'web', '95.86.68.28', NULL),
(1102, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426142108, 'web', '95.86.68.28', NULL),
(1103, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 23, 'd', 1, 72, 70, 23, 2, 1, NULL, 0, 'a:2:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"4";}', 1426142126, 'web', '95.86.68.28', NULL),
(1104, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426142127, 'web', '95.86.68.28', NULL),
(1105, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 27, 'd', 1, 85, 70, 27, 2, 1, NULL, 0, 'a:2:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"2";}', 1426142141, 'web', '95.86.68.28', NULL),
(1106, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426142141, 'web', '95.86.68.28', NULL),
(1107, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 10, 'u', 1, 59, 70, 10, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"3";s:4:"name";s:19:"@ מידע אישי";}', 1426142169, 'web', '95.86.68.28', NULL),
(1108, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426142169, 'web', '95.86.68.28', NULL),
(1109, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 1, 1, NULL, 0, 'N;', 1426142192, 'web', '95.86.68.28', NULL),
(1110, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 1, 1, NULL, 0, 'N;', 1426168495, 'web', '95.86.68.28', NULL),
(1111, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1426236194, 'cli', NULL, NULL),
(1112, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1426322589, 'cli', NULL, NULL),
(1113, '\\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:"david";}', 1426375673, 'web', '37.26.147.160', NULL),
(1114, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375675, 'web', '37.26.147.160', NULL),
(1115, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375692, 'web', '37.26.147.160', NULL),
(1116, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375699, 'web', '37.26.147.160', NULL),
(1117, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375720, 'web', '37.26.147.160', NULL),
(1118, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375727, 'web', '37.26.147.160', NULL),
(1119, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375743, 'web', '37.26.147.160', NULL),
(1120, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375747, 'web', '37.26.147.160', NULL),
(1121, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375748, 'web', '37.26.147.160', NULL),
(1122, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426375897, 'web', '37.26.147.160', NULL),
(1123, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1426375926, 'web', '37.26.147.160', NULL),
(1124, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1426375926, 'web', '37.26.147.160', NULL),
(1125, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1426375926, 'web', '37.26.147.160', NULL),
(1126, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376154, 'web', '37.26.147.160', NULL),
(1127, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 25, 'u', 1, 76, 70, 25, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"9";s:4:"name";s:28:"ה Waze של הקורסים!";}', 1426376184, 'web', '37.26.147.160', NULL),
(1128, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376187, 'web', '37.26.147.160', NULL),
(1129, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 25, 'u', 1, 76, 70, 25, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"9";s:4:"name";s:28:"ה Waze של הקורסים!";}', 1426376260, 'web', '37.26.147.160', NULL),
(1130, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376261, 'web', '37.26.147.160', NULL),
(1131, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376288, 'web', '37.26.147.160', NULL),
(1132, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376295, 'web', '37.26.147.160', NULL),
(1133, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376295, 'web', '37.26.147.160', NULL),
(1134, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376304, 'web', '37.26.147.160', NULL),
(1135, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376317, 'web', '37.26.147.160', NULL),
(1136, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376325, 'web', '37.26.147.160', NULL),
(1137, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376340, 'web', '37.26.147.160', NULL),
(1138, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376348, 'web', '37.26.147.160', NULL),
(1139, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376349, 'web', '37.26.147.160', NULL),
(1140, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376364, 'web', '37.26.147.160', NULL),
(1141, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376400, 'web', '37.26.147.160', NULL),
(1142, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376400, 'web', '37.26.147.160', NULL),
(1143, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 25, 'u', 1, 76, 70, 25, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:1:"9";s:4:"name";s:28:"ה Waze של הקורסים!";}', 1426376430, 'web', '37.26.147.160', NULL),
(1144, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376431, 'web', '37.26.147.160', NULL),
(1145, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376445, 'web', '37.26.147.160', NULL),
(1146, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376454, 'web', '37.26.147.160', NULL),
(1147, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426376513, 'web', '37.26.147.160', NULL),
(1148, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1426376582, 'web', '37.26.147.160', NULL),
(1149, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 38, 'c', 1, 103, 70, 38, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:17;s:4:"name";s:11:"Moodle Huji";}', 1426376659, 'web', '37.26.147.160', NULL),
(1150, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 17, 'r', 2, 103, 70, 38, 2, 1, NULL, 0, 'N;', 1426376661, 'web', '37.26.147.160', NULL),
(1151, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 17, 'r', 2, 103, 70, 38, 2, 1, NULL, 0, 'N;', 1426376683, 'web', '37.26.147.160', NULL),
(1152, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426376730, 'web', '37.26.147.160', NULL),
(1153, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376741, 'web', '37.26.147.160', NULL),
(1154, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 11, 'r', 2, 88, 70, 28, 2, 1, NULL, 0, 'N;', 1426376752, 'web', '37.26.147.160', NULL),
(1155, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376818, 'web', '37.26.147.160', NULL),
(1156, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376823, 'web', '37.26.147.160', NULL),
(1157, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376833, 'web', '37.26.147.160', NULL),
(1158, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376840, 'web', '37.26.147.160', NULL),
(1159, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376851, 'web', '37.26.147.160', NULL),
(1160, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376866, 'web', '37.26.147.160', NULL),
(1161, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426376871, 'web', '37.26.147.160', NULL),
(1162, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 38, 'u', 1, 103, 70, 38, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"17";s:4:"name";s:11:"Moodle Huji";}', 1426376974, 'web', '37.26.147.160', NULL),
(1163, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 17, 'r', 2, 103, 70, 38, 2, 1, NULL, 0, 'N;', 1426376975, 'web', '37.26.147.160', NULL),
(1164, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 38, 'u', 1, 103, 70, 38, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"17";s:4:"name";s:11:"Moodle Huji";}', 1426377028, 'web', '37.26.147.160', NULL),
(1165, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 17, 'r', 2, 103, 70, 38, 2, 1, NULL, 0, 'N;', 1426377028, 'web', '37.26.147.160', NULL),
(1166, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 38, 'u', 1, 103, 70, 38, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"17";s:4:"name";s:42:"Moodle Huji - לא עובד בשיבוץ. ";}', 1426377111, 'web', '37.26.147.160', NULL),
(1167, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 17, 'r', 2, 103, 70, 38, 2, 1, NULL, 0, 'N;', 1426377112, 'web', '37.26.147.160', NULL),
(1168, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426377153, 'web', '37.26.147.160', NULL),
(1169, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426377158, 'web', '37.26.147.160', NULL),
(1170, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 39, 'c', 1, 104, 70, 39, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:18;s:4:"name";s:36:"מערכת רישום לקורסים";}', 1426377261, 'web', '37.26.147.160', NULL),
(1171, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426377262, 'web', '37.26.147.160', NULL),
(1172, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 21, 'u', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"2";s:4:"name";s:94:"ניסינו לסדר כאן באופן תמציתי והגיוני את מה שיעזור ...";}', 1426377281, 'web', '37.26.147.160', NULL),
(1173, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426377281, 'web', '37.26.147.160', NULL),
(1174, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 40, 'c', 1, 105, 70, 40, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:19;s:4:"name";s:10:"שנתון";}', 1426377594, 'web', '37.26.147.160', NULL),
(1175, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 19, 'r', 2, 105, 70, 40, 2, 1, NULL, 0, 'N;', 1426377595, 'web', '37.26.147.160', NULL),
(1176, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426377629, 'web', '37.26.147.160', NULL),
(1177, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 41, 'c', 1, 106, 70, 41, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:20;s:4:"name";s:50:"ציונים - קישור לא נכון עדיין";}', 1426377866, 'web', '37.26.147.160', NULL),
(1178, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377867, 'web', '37.26.147.160', NULL),
(1179, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377873, 'web', '37.26.147.160', NULL),
(1180, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377899, 'web', '37.26.147.160', NULL),
(1181, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377900, 'web', '37.26.147.160', NULL),
(1182, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377912, 'web', '37.26.147.160', NULL),
(1183, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377923, 'web', '37.26.147.160', NULL),
(1184, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377924, 'web', '37.26.147.160', NULL),
(1185, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377939, 'web', '37.26.147.160', NULL),
(1186, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377947, 'web', '37.26.147.160', NULL),
(1187, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 20, 'r', 2, 106, 70, 41, 2, 1, NULL, 0, 'N;', 1426377947, 'web', '37.26.147.160', NULL),
(1188, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426377973, 'web', '37.26.147.160', NULL),
(1189, '\\core\\event\\course_module_deleted', 'core', 'deleted', 'course_module', 'course_modules', 28, 'd', 1, 88, 70, 28, 2, 1, NULL, 0, 'a:2:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"11";}', 1426377989, 'web', '37.26.147.160', NULL),
(1190, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426377990, 'web', '37.26.147.160', NULL),
(1191, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 21, 'u', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"2";s:4:"name";s:94:"ניסינו לסדר כאן באופן תמציתי והגיוני את מה שיעזור ...";}', 1426378191, 'web', '37.26.147.160', NULL),
(1192, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426378191, 'web', '37.26.147.160', NULL),
(1193, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426378213, 'web', '37.26.147.160', NULL),
(1194, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1426378230, 'web', '37.26.147.160', NULL),
(1195, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1426378230, 'web', '37.26.147.160', NULL),
(1196, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1426378291, 'web', '37.26.147.160', NULL),
(1197, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 7, 'r', 2, 69, 70, 20, 2, 1, NULL, 0, 'N;', 1426378300, 'web', '37.26.147.160', NULL),
(1198, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 21, 'u', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"2";s:4:"name";s:94:"ניסינו לסדר כאן באופן תמציתי והגיוני את מה שיעזור ...";}', 1426378349, 'web', '37.26.147.160', NULL),
(1199, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426378356, 'web', '37.26.147.160', NULL),
(1200, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 42, 'c', 1, 107, 70, 42, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:21;s:4:"name";s:6:"Moovit";}', 1426378436, 'web', '37.26.147.160', NULL),
(1201, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 21, 'r', 2, 107, 70, 42, 2, 1, NULL, 0, 'N;', 1426378436, 'web', '37.26.147.160', NULL),
(1202, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 21, 'r', 2, 107, 70, 42, 2, 1, NULL, 0, 'N;', 1426378480, 'web', '37.26.147.160', NULL),
(1203, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 21, 'r', 2, 107, 70, 42, 2, 1, NULL, 0, 'N;', 1426378487, 'web', '37.26.147.160', NULL),
(1204, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 21, 'r', 2, 107, 70, 42, 2, 1, NULL, 0, 'N;', 1426378488, 'web', '37.26.147.160', NULL),
(1205, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 21, 'r', 2, 107, 70, 42, 2, 1, NULL, 0, 'N;', 1426378497, 'web', '37.26.147.160', NULL),
(1206, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 21, 'r', 2, 107, 70, 42, 2, 1, NULL, 0, 'N;', 1426378505, 'web', '37.26.147.160', NULL),
(1207, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 21, 'r', 2, 107, 70, 42, 2, 1, NULL, 0, 'N;', 1426378505, 'web', '37.26.147.160', NULL),
(1208, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 43, 'c', 1, 108, 70, 43, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:22;s:4:"name";s:17:"מפות גוגל";}', 1426378609, 'web', '37.26.147.160', NULL),
(1209, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 22, 'r', 2, 108, 70, 43, 2, 1, NULL, 0, 'N;', 1426378610, 'web', '37.26.147.160', NULL),
(1210, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426378694, 'web', '37.26.147.160', NULL),
(1211, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 44, 'c', 1, 109, 70, 44, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";i:3;s:4:"name";s:17:"גוגל מפות";}', 1426378749, 'web', '37.26.147.160', NULL),
(1212, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 109, 70, 44, 2, 1, NULL, 0, 'N;', 1426378750, 'web', '37.26.147.160', NULL),
(1213, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 43, 'u', 1, 108, 70, 43, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"22";s:4:"name";s:17:"מפות גוגל";}', 1426378827, 'web', '37.26.147.160', NULL),
(1214, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 22, 'r', 2, 108, 70, 43, 2, 1, NULL, 0, 'N;', 1426378828, 'web', '37.26.147.160', NULL),
(1215, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 44, 'u', 1, 109, 70, 44, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"3";s:4:"name";s:17:"גוגל מפות";}', 1426379057, 'web', '37.26.147.160', NULL),
(1216, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 109, 70, 44, 2, 1, NULL, 0, 'N;', 1426379057, 'web', '37.26.147.160', NULL),
(1217, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 44, 'u', 1, 109, 70, 44, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"3";s:4:"name";s:17:"גוגל מפות";}', 1426379534, 'web', '37.26.147.160', NULL),
(1218, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 109, 70, 44, 2, 1, NULL, 0, 'N;', 1426379534, 'web', '37.26.147.160', NULL),
(1219, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 44, 'u', 1, 109, 70, 44, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"3";s:4:"name";s:17:"גוגל מפות";}', 1426379636, 'web', '37.26.147.160', NULL),
(1220, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 109, 70, 44, 2, 1, NULL, 0, 'N;', 1426379636, 'web', '37.26.147.160', NULL),
(1221, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 44, 'u', 1, 109, 70, 44, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"3";s:4:"name";s:17:"גוגל מפות";}', 1426379717, 'web', '37.26.147.160', NULL),
(1222, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 44, 'u', 1, 109, 70, 44, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"3";s:4:"name";s:17:"גוגל מפות";}', 1426379717, 'web', '37.26.147.160', NULL),
(1223, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 3, 'r', 2, 109, 70, 44, 2, 1, NULL, 0, 'N;', 1426379718, 'web', '37.26.147.160', NULL),
(1224, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 45, 'c', 1, 110, 70, 45, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:23;s:4:"name";s:46:"ניסיון מפות גוגל עי קישור";}', 1426379834, 'web', '37.26.147.160', NULL),
(1225, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 23, 'r', 2, 110, 70, 45, 2, 1, NULL, 0, 'N;', 1426379834, 'web', '37.26.147.160', NULL),
(1226, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 46, 'c', 1, 111, 70, 46, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:24;s:4:"name";s:20:"מפה חיה בWAZE";}', 1426380205, 'web', '37.26.147.160', NULL),
(1227, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 2, 1, NULL, 0, 'N;', 1426380205, 'web', '37.26.147.160', NULL),
(1228, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 47, 'c', 1, 112, 70, 47, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";i:4;s:4:"name";s:50:"ניסיון הטמעת וייז בעזרת iframe";}', 1426380441, 'web', '37.26.147.160', NULL),
(1229, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 112, 70, 47, 2, 1, NULL, 0, 'N;', 1426380442, 'web', '37.26.147.160', NULL),
(1230, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 47, 'u', 1, 112, 70, 47, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"4";s:4:"name";s:50:"ניסיון הטמעת וייז בעזרת iframe";}', 1426380515, 'web', '37.26.147.160', NULL),
(1231, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 112, 70, 47, 2, 1, NULL, 0, 'N;', 1426380516, 'web', '37.26.147.160', NULL),
(1232, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 47, 'u', 1, 112, 70, 47, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"4";s:4:"name";s:50:"ניסיון הטמעת וייז בעזרת iframe";}', 1426381068, 'web', '37.26.147.160', NULL),
(1233, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 112, 70, 47, 2, 1, NULL, 0, 'N;', 1426381068, 'web', '37.26.147.160', NULL),
(1234, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426381338, 'web', '37.26.147.160', NULL),
(1235, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426381679, 'web', '78.46.16.75', NULL),
(1236, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 45, 'u', 1, 110, 70, 45, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"23";s:4:"name";s:46:"ניסיון מפות גוגל עי קישור";}', 1426381799, 'web', '37.26.147.160', NULL),
(1237, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 23, 'r', 2, 110, 70, 45, 2, 1, NULL, 0, 'N;', 1426381800, 'web', '37.26.147.160', NULL),
(1238, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 45, 'u', 1, 110, 70, 45, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"23";s:4:"name";s:46:"ניסיון מפות גוגל עי קישור";}', 1426381863, 'web', '37.26.147.160', NULL),
(1239, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 23, 'r', 2, 110, 70, 45, 2, 1, NULL, 0, 'N;', 1426381864, 'web', '37.26.147.160', NULL),
(1240, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 43, 'u', 1, 108, 70, 43, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"22";s:4:"name";s:17:"מפות גוגל";}', 1426381903, 'web', '37.26.147.160', NULL),
(1241, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 22, 'r', 2, 108, 70, 43, 2, 1, NULL, 0, 'N;', 1426381903, 'web', '37.26.147.160', NULL),
(1242, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 22, 'r', 2, 108, 70, 43, 2, 1, NULL, 0, 'N;', 1426381938, 'web', '37.26.147.160', NULL),
(1243, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 23, 'r', 2, 110, 70, 45, 2, 1, NULL, 0, 'N;', 1426381948, 'web', '37.26.147.160', NULL),
(1244, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 23, 'r', 2, 110, 70, 45, 2, 1, NULL, 0, 'N;', 1426382130, 'web', '37.26.147.160', NULL),
(1245, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 23, 'r', 2, 110, 70, 45, 2, 1, NULL, 0, 'N;', 1426382131, 'web', '37.26.147.160', NULL),
(1246, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 23, 'r', 2, 110, 70, 45, 2, 1, NULL, 0, 'N;', 1426382142, 'web', '37.26.147.160', NULL),
(1247, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382160, 'web', '37.26.147.160', NULL),
(1248, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382171, 'web', '37.26.147.160', NULL),
(1249, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382172, 'web', '37.26.147.160', NULL),
(1250, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382184, 'web', '37.26.147.160', NULL),
(1251, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382245, 'web', '37.26.147.160', NULL),
(1252, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382246, 'web', '37.26.147.160', NULL),
(1253, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382270, 'web', '37.26.147.160', NULL),
(1254, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382290, 'web', '37.26.147.160', NULL),
(1255, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382290, 'web', '37.26.147.160', NULL),
(1256, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382306, 'web', '37.26.147.160', NULL),
(1257, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382316, 'web', '37.26.147.160', NULL),
(1258, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382316, 'web', '37.26.147.160', NULL),
(1259, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382328, 'web', '37.26.147.160', NULL),
(1260, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 16, 'u', 1, 65, 70, 16, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"1";s:4:"name";s:1:".";}', 1426382370, 'web', '37.26.147.160', NULL),
(1261, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382371, 'web', '37.26.147.160', NULL),
(1262, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 21, 'u', 1, 70, 70, 21, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:5:"label";s:10:"instanceid";s:1:"2";s:4:"name";s:1:".";}', 1426382397, 'web', '37.26.147.160', NULL),
(1263, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382397, 'web', '37.26.147.160', NULL),
(1264, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382437, 'web', '37.26.147.160', NULL),
(1265, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382445, 'web', '37.26.147.160', NULL),
(1266, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382446, 'web', '37.26.147.160', NULL),
(1267, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382454, 'web', '37.26.147.160', NULL),
(1268, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382481, 'web', '37.26.147.160', NULL),
(1269, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382482, 'web', '37.26.147.160', NULL),
(1270, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382489, 'web', '37.26.147.160', NULL),
(1271, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382506, 'web', '37.26.147.160', NULL),
(1272, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382507, 'web', '37.26.147.160', NULL),
(1273, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382519, 'web', '37.26.147.160', NULL),
(1274, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382622, 'web', '37.26.147.160', NULL),
(1275, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382624, 'web', '37.26.147.160', NULL),
(1276, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426382812, 'web', '37.26.147.160', NULL),
(1277, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 22, 'r', 2, 108, 70, 43, 2, 1, NULL, 0, 'N;', 1426383009, 'web', '37.26.147.160', NULL),
(1278, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 47, 'u', 1, 112, 70, 47, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"4";s:4:"name";s:50:"ניסיון הטמעת וייז בעזרת iframe";}', 1426383174, 'web', '37.26.147.160', NULL),
(1279, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 112, 70, 47, 2, 1, NULL, 0, 'N;', 1426383174, 'web', '37.26.147.160', NULL),
(1280, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 47, 'u', 1, 112, 70, 47, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:4:"page";s:10:"instanceid";s:1:"4";s:4:"name";s:50:"ניסיון הטמעת וייז בעזרת iframe";}', 1426383206, 'web', '37.26.147.160', NULL),
(1281, '\\mod_page\\event\\course_module_viewed', 'mod_page', 'viewed', 'course_module', 'page', 4, 'r', 2, 112, 70, 47, 2, 1, NULL, 0, 'N;', 1426383207, 'web', '37.26.147.160', NULL),
(1282, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 46, 'u', 1, 111, 70, 46, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"24";s:4:"name";s:20:"מפה חיה בWAZE";}', 1426383346, 'web', '37.26.147.160', NULL),
(1283, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 2, 1, NULL, 0, 'N;', 1426383347, 'web', '37.26.147.160', NULL),
(1284, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 0, 1, NULL, 0, 'N;', 1426383365, 'web', '31.13.110.119', NULL),
(1285, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 0, 1, NULL, 0, 'N;', 1426383383, 'web', '95.86.122.89', NULL),
(1286, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426383432, 'web', '37.26.147.160', NULL),
(1287, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 0, 1, NULL, 0, 'N;', 1426383456, 'web', '95.86.122.89', NULL),
(1288, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 0, 1, NULL, 0, 'N;', 1426383481, 'web', '95.86.122.89', NULL),
(1289, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426383485, 'web', '95.86.122.89', NULL),
(1290, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 0, 1, NULL, 0, 'N;', 1426383552, 'web', '54.191.217.102', NULL),
(1291, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:2:{s:8:"username";s:5:"moshe";s:6:"reason";i:3;}', 1426383624, 'web', '95.86.122.89', NULL),
(1292, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426383865, 'web', '37.26.147.160', NULL),
(1293, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426383948, 'web', '95.86.122.89', NULL),
(1294, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426383949, 'web', '95.86.122.89', NULL),
(1295, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 0, 1, NULL, 0, 'N;', 1426383971, 'web', '95.86.122.89', NULL),
(1296, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 0, 1, NULL, 0, 'N;', 1426383997, 'web', '37.26.147.160', NULL),
(1297, '\\core\\event\\course_module_updated', 'core', 'updated', 'course_module', 'course_modules', 39, 'u', 1, 104, 70, 39, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";s:2:"18";s:4:"name";s:36:"מערכת רישום לקורסים";}', 1426384166, 'web', '37.26.147.160', NULL),
(1298, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384166, 'web', '37.26.147.160', NULL),
(1299, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384179, 'web', '37.26.147.160', NULL),
(1300, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384199, 'web', '37.26.147.160', NULL),
(1301, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384199, 'web', '37.26.147.160', NULL),
(1302, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384205, 'web', '37.26.147.160', NULL),
(1303, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384211, 'web', '37.26.147.160', NULL),
(1304, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384212, 'web', '37.26.147.160', NULL),
(1305, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384218, 'web', '37.26.147.160', NULL),
(1306, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384228, 'web', '37.26.147.160', NULL),
(1307, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384229, 'web', '37.26.147.160', NULL),
(1308, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384245, 'web', '37.26.147.160', NULL),
(1309, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384252, 'web', '37.26.147.160', NULL),
(1310, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426384253, 'web', '37.26.147.160', NULL),
(1311, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426384261, 'web', '95.86.122.89', NULL),
(1312, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426384270, 'web', '37.26.147.160', NULL),
(1313, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426384284, 'web', '37.26.147.160', NULL),
(1314, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426384342, 'web', '37.26.147.160', NULL),
(1315, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426384477, 'web', '95.86.122.89', NULL),
(1316, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426384479, 'web', '95.86.122.89', NULL),
(1317, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426384492, 'web', '95.86.122.89', NULL),
(1318, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426384514, 'web', '37.26.147.160', NULL),
(1319, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426384516, 'web', '95.86.122.89', NULL),
(1320, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426384535, 'web', '37.26.147.160', NULL),
(1321, '\\core\\event\\user_password_updated', 'core', 'updated', 'user_password', NULL, NULL, 'u', 0, 54, 30, 3, 0, 0, 3, 0, 'a:1:{s:14:"forgottenreset";b:0;}', 1426384572, 'web', '37.26.147.160', NULL),
(1322, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"moshe";}', 1426384572, 'web', '37.26.147.160', NULL),
(1323, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426384575, 'web', '37.26.147.160', NULL),
(1324, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"moshe";}', 1426384590, 'web', '95.86.122.89', NULL),
(1325, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426384591, 'web', '95.86.122.89', NULL),
(1326, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426384593, 'web', '95.86.122.89', NULL),
(1327, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426384632, 'web', '37.26.147.160', NULL),
(1328, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 2, 1, NULL, 0, 'N;', 1426384656, 'web', '37.26.147.160', NULL),
(1329, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 2, 1, NULL, 0, 'N;', 1426384671, 'web', '37.26.147.160', NULL),
(1330, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 2, 1, NULL, 0, 'N;', 1426384671, 'web', '37.26.147.160', NULL),
(1331, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426384681, 'web', '37.26.147.160', NULL),
(1332, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 48, 'c', 1, 116, 70, 48, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:3:"url";s:10:"instanceid";i:25;s:4:"name";s:20:"מפה חיה בWaze";}', 1426384765, 'web', '37.26.147.160', NULL),
(1333, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 25, 'r', 2, 116, 70, 48, 2, 1, NULL, 0, 'N;', 1426384765, 'web', '37.26.147.160', NULL),
(1334, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 25, 'r', 2, 116, 70, 48, 2, 1, NULL, 0, 'N;', 1426384872, 'web', '37.26.147.160', NULL);
INSERT INTO `mdl_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
(1335, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 24, 'r', 2, 111, 70, 46, 2, 1, NULL, 0, 'N;', 1426384926, 'web', '37.26.147.160', NULL),
(1336, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 25, 'r', 2, 116, 70, 48, 2, 1, NULL, 0, 'N;', 1426384926, 'web', '37.26.147.160', NULL),
(1337, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426385112, 'web', '37.26.147.160', NULL),
(1338, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385127, 'web', '95.86.122.89', NULL),
(1339, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426385153, 'web', '37.26.147.160', NULL),
(1340, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426385177, 'web', '37.26.147.160', NULL),
(1341, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385204, 'web', '95.86.122.89', NULL),
(1342, '\\core\\event\\course_section_updated', 'core', 'updated', 'course_section', 'course_sections', 2, 'u', 1, 2, 50, 1, 2, 1, NULL, 0, 'a:1:{s:10:"sectionnum";s:1:"1";}', 1426385226, 'web', '37.26.147.160', NULL),
(1343, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426385227, 'web', '37.26.147.160', NULL),
(1344, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385233, 'web', '95.86.122.89', NULL),
(1345, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385242, 'web', '95.86.122.89', NULL),
(1346, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385243, 'web', '95.86.122.89', NULL),
(1347, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385266, 'web', '95.86.122.89', NULL),
(1348, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385349, 'web', '95.86.122.89', NULL),
(1349, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385388, 'web', '95.86.122.89', NULL),
(1350, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385390, 'web', '95.86.122.89', NULL),
(1351, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385404, 'web', '95.86.122.89', NULL),
(1352, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385452, 'web', '95.86.122.89', NULL),
(1353, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385460, 'web', '95.86.122.89', NULL),
(1354, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385470, 'web', '95.86.122.89', NULL),
(1355, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385477, 'web', '95.86.122.89', NULL),
(1356, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385493, 'web', '95.86.122.89', NULL),
(1357, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426385499, 'web', '37.26.147.160', NULL),
(1358, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385616, 'web', '95.86.122.89', NULL),
(1359, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426385617, 'web', '95.86.122.89', NULL),
(1360, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426385921, 'web', '37.26.147.160', NULL),
(1361, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426386560, 'web', '95.86.122.89', NULL),
(1362, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426386848, 'web', '37.26.147.160', NULL),
(1363, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426386868, 'web', '37.26.147.160', NULL),
(1364, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426386891, 'web', '37.26.147.160', NULL),
(1365, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426386903, 'web', '37.26.147.160', NULL),
(1366, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426386949, 'web', '37.26.147.160', NULL),
(1367, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426386986, 'web', '37.26.147.160', NULL),
(1368, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426387010, 'web', '37.26.147.160', NULL),
(1369, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426387043, 'web', '95.86.122.89', NULL),
(1370, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426387044, 'web', '95.86.122.89', NULL),
(1371, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"d29jsqna77br7ukshfk1tpn210";}', 1426387048, 'web', '37.26.147.160', NULL),
(1372, '\\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:"david";}', 1426387062, 'web', '37.26.147.160', NULL),
(1373, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426387064, 'web', '37.26.147.160', NULL),
(1374, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426387080, 'web', '37.26.147.160', NULL),
(1375, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426387121, 'web', '37.26.147.160', NULL),
(1376, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426387134, 'web', '37.26.147.160', NULL),
(1377, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426387518, 'web', '95.86.122.89', NULL),
(1378, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426387823, 'web', '37.26.147.160', NULL),
(1379, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426387838, 'web', '37.26.147.160', NULL),
(1380, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426387850, 'web', '37.26.147.160', NULL),
(1381, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426388313, 'web', '37.26.147.160', NULL),
(1382, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426388796, 'web', '37.26.147.160', NULL),
(1383, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426388803, 'web', '37.26.147.160', NULL),
(1384, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426389452, 'web', '37.26.147.160', NULL),
(1385, '\\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:"david";}', 1426390122, 'web', '37.26.147.160', NULL),
(1386, '\\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:"david";}', 1426390686, 'web', '37.26.147.160', NULL),
(1387, '\\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:"david";}', 1426390989, 'web', '37.26.147.160', NULL),
(1388, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426390990, 'web', '37.26.147.160', NULL),
(1389, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426391014, 'web', '37.26.147.160', NULL),
(1390, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426391056, 'web', '37.26.147.160', NULL),
(1391, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426391125, 'web', '37.26.147.160', NULL),
(1392, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426391131, 'web', '37.26.147.160', NULL),
(1393, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426391547, 'web', '95.86.72.130', NULL),
(1394, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426391724, 'web', '212.199.57.206', NULL),
(1395, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 3, 1, NULL, 0, 'N;', 1426392169, 'web', '95.86.72.130', NULL),
(1396, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 3, 1, NULL, 0, 'N;', 1426392171, 'web', '95.86.72.130', NULL),
(1397, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 3, 1, NULL, 0, 'N;', 1426392173, 'web', '95.86.72.130', NULL),
(1398, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1426392240, 'web', '37.26.147.248', NULL),
(1399, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1426392266, 'web', '37.26.147.248', NULL),
(1400, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1426392292, 'web', '37.26.147.248', NULL),
(1401, '\\core\\event\\course_module_created', 'core', 'created', 'course_module', 'course_modules', 49, 'c', 1, 117, 70, 49, 2, 1, NULL, 0, 'a:3:{s:10:"modulename";s:8:"resource";s:10:"instanceid";i:1;s:4:"name";s:17:"עבור לוגו";}', 1426393560, 'web', '95.86.72.130', NULL),
(1402, '\\mod_resource\\event\\course_module_viewed', 'mod_resource', 'viewed', 'course_module', 'resource', 1, 'r', 2, 117, 70, 49, 2, 1, NULL, 0, 'N;', 1426393561, 'web', '95.86.72.130', NULL),
(1403, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426396325, 'web', '95.86.72.130', NULL),
(1404, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 3, 1, NULL, 0, 'N;', 1426396346, 'web', '95.86.72.130', NULL),
(1405, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426396366, 'web', '95.86.72.130', NULL),
(1406, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 3, 1, NULL, 0, 'N;', 1426396380, 'web', '95.86.72.130', NULL),
(1407, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426396403, 'web', '95.86.72.130', NULL),
(1408, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 3, 1, NULL, 0, 'N;', 1426396416, 'web', '95.86.72.130', NULL),
(1409, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426396459, 'web', '95.86.72.130', NULL),
(1410, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1426396462, 'web', '95.86.72.130', NULL),
(1411, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 3, 1, NULL, 0, 'N;', 1426396487, 'web', '95.86.72.130', NULL),
(1412, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426396530, 'ws', '95.86.72.130', NULL),
(1413, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:2:{s:6:"method";i:1;s:6:"reason";s:13:"invalid_token";}', 1426396531, 'ws', '95.86.72.130', NULL),
(1414, '\\core\\event\\webservice_token_created', 'core', 'created', 'webservice_token', 'external_tokens', 3, 'c', 0, 1, 10, 0, 3, 0, 3, 0, 'a:1:{s:4:"auto";b:1;}', 1426396563, 'web', '95.86.72.130', NULL),
(1415, '\\core\\event\\webservice_token_sent', 'core', 'sent', 'webservice_token', 'external_tokens', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'N;', 1426396563, 'web', '95.86.72.130', NULL),
(1416, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:30:"moodle_webservice_get_siteinfo";}', 1426396564, 'ws', '95.86.72.130', NULL),
(1417, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:28:"core_enrol_get_users_courses";}', 1426396564, 'ws', '95.86.72.130', NULL),
(1418, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1426396565, 'ws', '95.86.72.130', NULL),
(1419, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1426396566, 'ws', '95.86.72.130', NULL),
(1420, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:20:"core_files_get_files";}', 1426396574, 'ws', '95.86.72.130', NULL),
(1421, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1426396588, 'ws', '95.86.72.130', NULL),
(1422, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1426396588, 'ws', '95.86.72.130', NULL),
(1423, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1426396592, 'ws', '95.86.72.130', NULL),
(1424, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1426396598, 'ws', '95.86.72.130', NULL),
(1425, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:29:"core_webservice_get_site_info";}', 1426396603, 'ws', '95.86.72.130', NULL),
(1426, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:28:"core_enrol_get_users_courses";}', 1426396604, 'ws', '95.86.72.130', NULL),
(1427, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1426396604, 'ws', '95.86.72.130', NULL),
(1428, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1426396605, 'ws', '95.86.72.130', NULL),
(1429, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_message_get_messages";}', 1426396607, 'ws', '95.86.72.130', NULL),
(1430, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_message_get_messages";}', 1426396607, 'ws', '95.86.72.130', NULL),
(1431, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_message_get_messages";}', 1426396612, 'ws', '95.86.72.130', NULL),
(1432, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_message_get_messages";}', 1426396612, 'ws', '95.86.72.130', NULL),
(1433, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_message_get_messages";}', 1426396613, 'ws', '95.86.72.130', NULL),
(1434, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_message_get_messages";}', 1426396613, 'ws', '95.86.72.130', NULL),
(1435, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_message_get_contacts";}', 1426396614, 'ws', '95.86.72.130', NULL),
(1436, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1426396618, 'ws', '95.86.72.130', NULL),
(1437, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:24:"core_course_get_contents";}', 1426396625, 'ws', '95.86.72.130', NULL),
(1438, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1426396653, 'ws', '95.86.72.130', NULL),
(1439, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426398663, 'web', '212.199.57.201', NULL),
(1440, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 0, 1, NULL, 0, 'N;', 1426398774, 'web', '212.199.57.201', NULL),
(1441, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426398794, 'web', '212.199.57.201', NULL),
(1442, '\\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:"david";}', 1426398842, 'web', '212.199.57.201', NULL),
(1443, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426405387, 'web', '78.46.16.75', NULL),
(1444, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1426408990, 'cli', NULL, NULL),
(1445, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426418122, 'web', '62.90.110.122', NULL),
(1446, '\\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:"david";}', 1426418156, 'web', '62.90.110.122', NULL),
(1447, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1426418320, 'web', '62.90.110.122', NULL),
(1448, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1426418333, 'web', '62.90.110.122', NULL),
(1449, '\\core\\event\\user_profile_viewed', 'core', 'viewed', 'user_profile', 'user', 2, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1426419436, 'web', '62.90.110.122', NULL),
(1450, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"nuugd326qc1h3jub2fl8lrg1e7";}', 1426419535, 'web', '62.90.110.122', NULL),
(1451, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426419538, 'web', '62.90.110.122', NULL),
(1452, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426421467, 'web', '62.90.110.122', NULL),
(1453, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426422111, 'web', '62.90.110.122', NULL),
(1454, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426427387, 'web', '62.90.110.122', NULL),
(1455, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426443436, 'web', '212.199.57.197', NULL),
(1456, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1426581793, 'cli', NULL, NULL),
(1457, '\\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:"david";}', 1426593731, 'web', '62.90.110.122', NULL),
(1458, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426593733, 'web', '62.90.110.122', NULL),
(1459, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426593746, 'web', '62.90.110.122', NULL),
(1460, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426593763, 'web', '62.90.110.122', NULL),
(1461, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426593798, 'web', '62.90.110.122', NULL),
(1462, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1426593801, 'web', '62.90.110.122', NULL),
(1463, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 18, 'r', 2, 104, 70, 39, 2, 1, NULL, 0, 'N;', 1426593809, 'web', '62.90.110.122', NULL),
(1464, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 2, 1, NULL, 0, 'N;', 1426593825, 'web', '62.90.110.122', NULL),
(1465, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1426594027, 'web', '62.90.110.122', NULL),
(1466, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1426594156, 'web', '62.90.110.122', NULL),
(1467, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 3, 'r', 2, 59, 70, 10, 2, 1, NULL, 0, 'N;', 1426595162, 'web', '62.90.110.122', NULL),
(1468, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1426668191, 'cli', NULL, NULL),
(1469, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426727379, 'web', '78.46.16.75', NULL),
(1470, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1426986696, 'web', '78.46.16.75', NULL),
(1471, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1427096586, 'web', '78.46.16.75', NULL),
(1472, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1427100193, 'cli', NULL, NULL),
(1473, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1427332832, 'web', '78.46.16.75', NULL),
(1474, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1427359391, 'cli', NULL, NULL),
(1475, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1427445790, 'cli', NULL, NULL),
(1476, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1427592320, 'web', '78.46.16.75', NULL),
(1477, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1427613605, 'ws', '212.199.57.205', NULL),
(1478, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1427613605, 'ws', '212.199.57.205', NULL),
(1479, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:25:"core_user_add_user_device";}', 1427613609, 'ws', '212.199.57.205', NULL),
(1480, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:24:"core_course_get_contents";}', 1427613612, 'ws', '212.199.57.205', NULL),
(1481, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1427613632, 'ws', '212.199.57.205', NULL),
(1482, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1427613643, 'web', '212.199.57.205', NULL),
(1483, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 3, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"username";s:5:"moshe";}', 1427613674, 'web', '212.199.57.205', NULL),
(1484, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1427613676, 'web', '212.199.57.205', NULL),
(1485, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1427613735, 'web', '212.199.57.205', NULL),
(1486, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 6, 'r', 2, 68, 70, 19, 3, 1, NULL, 0, 'N;', 1427613739, 'web', '212.199.57.205', NULL),
(1487, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1427613799, 'web', '212.199.57.205', NULL),
(1488, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1427613826, 'web', '212.199.57.205', NULL),
(1489, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1427613868, 'ws', '212.199.57.205', NULL),
(1490, '\\core\\event\\webservice_function_called', 'core', 'called', 'webservice_function', NULL, NULL, 'r', 0, 1, 10, 0, 3, 0, NULL, 0, 'a:1:{s:8:"function";s:33:"core_calendar_get_calendar_events";}', 1427613883, 'ws', '212.199.57.205', NULL),
(1491, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1427613886, 'web', '212.199.57.205', NULL),
(1492, '\\core\\event\\course_resources_list_viewed', 'core', 'viewed', 'course_resources_list', NULL, NULL, 'r', 0, 2, 50, 1, 3, 1, NULL, 0, 'N;', 1427613900, 'web', '212.199.57.205', NULL),
(1493, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 8, 'r', 2, 74, 70, 24, 3, 1, NULL, 0, 'N;', 1427613912, 'web', '212.199.57.205', NULL),
(1494, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1427613961, 'web', '212.199.57.205', NULL),
(1495, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1427613998, 'web', '212.199.57.205', NULL),
(1496, '\\mod_folder\\event\\course_module_viewed', 'mod_folder', 'viewed', 'course_module', 'folder', 3, 'r', 2, 61, 70, 12, 3, 4, NULL, 0, 'N;', 1427614003, 'web', '212.199.57.205', NULL),
(1497, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 33, 50, 4, 3, 4, NULL, 0, 'N;', 1427614008, 'web', '212.199.57.205', NULL),
(1498, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1427787788, 'web', '78.46.16.75', NULL),
(1499, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1427791396, 'cli', NULL, NULL),
(1500, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1427877791, 'cli', NULL, NULL),
(1501, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1427937678, 'web', '78.46.16.75', NULL),
(1502, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1428197293, 'web', '78.46.16.75', NULL),
(1503, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1428525802, 'web', '78.46.16.75', NULL),
(1504, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1428525815, 'cli', NULL, NULL),
(1505, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1428542836, 'web', '78.46.16.75', NULL),
(1506, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1428655393, 'cli', NULL, NULL),
(1507, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1428802336, 'web', '78.46.16.75', NULL),
(1508, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1429000990, 'cli', NULL, NULL),
(1509, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1429087391, 'cli', NULL, NULL),
(1510, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1429148011, 'web', '78.46.16.75', NULL),
(1511, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1429170190, 'web', '78.46.16.75', NULL),
(1512, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1429173793, 'cli', NULL, NULL),
(1513, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1429407099, 'web', '78.46.16.75', NULL),
(1514, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1429433001, 'cli', NULL, NULL),
(1515, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1429692193, 'cli', NULL, NULL),
(1516, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1429752639, 'web', '78.46.16.75', NULL),
(1517, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1429861387, 'web', '78.46.16.75', NULL),
(1518, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1429864990, 'cli', NULL, NULL),
(1519, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1429951390, 'cli', NULL, NULL),
(1520, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1430011899, 'web', '78.46.16.75', NULL),
(1521, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430037791, 'cli', NULL, NULL),
(1522, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430124191, 'cli', NULL, NULL),
(1523, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430210599, 'cli', NULL, NULL),
(1524, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430296990, 'cli', NULL, NULL),
(1525, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1430357984, 'web', '78.46.16.75', NULL),
(1526, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430383391, 'cli', NULL, NULL),
(1527, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430469798, 'cli', NULL, NULL),
(1528, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1430552586, 'web', '78.46.16.75', NULL),
(1529, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1430616798, 'web', '78.46.16.75', NULL),
(1530, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430728990, 'cli', NULL, NULL),
(1531, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430815396, 'cli', NULL, NULL),
(1532, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430901790, 'cli', NULL, NULL),
(1533, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1430962332, 'web', '78.46.16.75', NULL),
(1534, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1430988193, 'cli', NULL, NULL),
(1535, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1431221580, 'web', '78.46.16.75', NULL),
(1536, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1431243790, 'web', '78.46.16.75', NULL),
(1537, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1431247388, 'cli', NULL, NULL),
(1538, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1431333792, 'cli', NULL, NULL),
(1539, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:6;}', 1431355393, 'cli', NULL, NULL),
(1540, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 22, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:6;}', 1431355394, 'cli', NULL, NULL),
(1541, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1431420191, 'cli', NULL, NULL),
(1542, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1431506593, 'cli', NULL, NULL),
(1543, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1431568015, 'web', '78.46.16.75', NULL),
(1544, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1431592989, 'cli', NULL, NULL),
(1545, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:7;}', 1431729791, 'cli', NULL, NULL),
(1546, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 23, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:7;}', 1431729792, 'cli', NULL, NULL),
(1547, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1431765794, 'cli', NULL, NULL),
(1548, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1431826814, 'web', '78.46.16.75', NULL),
(1549, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1431934987, 'web', '78.46.16.75', NULL),
(1550, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1432111390, 'cli', NULL, NULL),
(1551, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1432171540, 'web', '78.46.16.75', NULL),
(1552, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:8;}', 1432312990, 'cli', NULL, NULL),
(1553, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 24, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:8;}', 1432312991, 'cli', NULL, NULL),
(1554, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1432431081, 'web', '78.46.16.75', NULL),
(1555, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1432543389, 'cli', NULL, NULL),
(1556, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1432626187, 'web', '78.46.16.75', NULL),
(1557, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1432777021, 'web', '78.46.16.75', NULL),
(1558, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1432802590, 'cli', NULL, NULL),
(1559, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1432888988, 'cli', NULL, NULL),
(1560, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:9;}', 1432896204, 'cli', NULL, NULL),
(1561, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 25, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:9;}', 1432896204, 'cli', NULL, NULL),
(1562, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1433036799, 'web', '78.46.16.75', NULL),
(1563, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1433317386, 'web', '78.46.16.75', NULL),
(1564, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1433381776, 'web', '78.46.16.75', NULL),
(1565, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1433493789, 'cli', NULL, NULL),
(1566, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:10;}', 1433544193, 'cli', NULL, NULL),
(1567, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 26, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:10;}', 1433544193, 'cli', NULL, NULL),
(1568, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1433641222, 'web', '78.46.16.75', NULL),
(1569, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1433925790, 'cli', NULL, NULL),
(1570, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1433986770, 'web', '78.46.16.75', NULL),
(1571, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1434008588, 'web', '78.46.16.75', NULL),
(1572, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1434098593, 'cli', NULL, NULL),
(1573, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1434184996, 'cli', NULL, NULL),
(1574, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:11;}', 1434220991, 'cli', NULL, NULL),
(1575, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 27, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:11;}', 1434220992, 'cli', NULL, NULL),
(1576, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1434246846, 'web', '78.46.16.75', NULL),
(1577, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1434357794, 'cli', NULL, NULL),
(1578, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1434530589, 'cli', NULL, NULL),
(1579, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1434591670, 'web', '78.46.16.75', NULL),
(1580, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1434699788, 'web', '78.46.16.75', NULL),
(1581, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1434710594, 'cli', NULL, NULL),
(1582, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 28, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1434710594, 'cli', NULL, NULL),
(1583, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1434847247, 'web', '78.46.16.75', NULL),
(1584, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1434876191, 'cli', NULL, NULL),
(1585, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1434962596, 'cli', NULL, NULL),
(1586, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1435135390, 'cli', NULL, NULL),
(1587, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1435192809, 'web', '78.46.16.75', NULL),
(1588, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1435221791, 'cli', NULL, NULL),
(1589, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1435308192, 'cli', NULL, NULL),
(1590, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1435358607, 'cli', NULL, NULL),
(1591, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 29, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1435358608, 'cli', NULL, NULL),
(1592, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1435390987, 'web', '78.46.16.75', NULL),
(1593, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1435452116, 'web', '78.46.16.75', NULL),
(1594, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1435481011, 'cli', NULL, NULL),
(1595, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1435567391, 'cli', NULL, NULL),
(1596, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1435653805, 'cli', NULL, NULL),
(1597, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1435798150, 'web', '78.46.16.75', NULL),
(1598, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1435826593, 'cli', NULL, NULL),
(1599, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1435912991, 'cli', NULL, NULL),
(1600, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1435934601, 'cli', NULL, NULL),
(1601, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 30, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1435934601, 'cli', NULL, NULL),
(1602, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1436057032, 'web', '78.46.16.75', NULL),
(1603, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1436082186, 'web', '78.46.16.75', NULL),
(1604, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1436085789, 'cli', NULL, NULL),
(1605, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1436208203, 'cli', NULL, NULL),
(1606, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 31, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1436208204, 'cli', NULL, NULL);
INSERT INTO `mdl_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
(1607, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1436258597, 'cli', NULL, NULL),
(1608, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1436344991, 'cli', NULL, NULL),
(1609, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1436402880, 'web', '78.46.16.75', NULL),
(1610, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1436517787, 'cli', NULL, NULL),
(1611, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1436582592, 'cli', NULL, NULL),
(1612, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 32, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1436582593, 'cli', NULL, NULL),
(1613, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1436662090, 'web', '78.46.16.75', NULL),
(1614, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1436690595, 'cli', NULL, NULL),
(1615, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1436773389, 'web', '78.46.16.75', NULL),
(1616, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1436777004, 'cli', NULL, NULL),
(1617, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1436971944, 'web', '148.251.43.35', NULL),
(1618, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437002974, 'web', '148.251.43.35', NULL),
(1619, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437007344, 'web', '78.46.16.75', NULL),
(1620, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437027725, 'web', '148.251.43.35', NULL),
(1621, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437035219, 'web', '148.251.43.35', NULL),
(1622, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1437036191, 'cli', NULL, NULL),
(1623, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437058257, 'web', '148.251.43.35', NULL),
(1624, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437088199, 'web', '148.251.43.35', NULL),
(1625, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437103970, 'web', '148.251.43.35', NULL),
(1626, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1437122588, 'cli', NULL, NULL),
(1627, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1437165791, 'cli', NULL, NULL),
(1628, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 33, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1437165791, 'cli', NULL, NULL),
(1629, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1437381792, 'cli', NULL, NULL),
(1630, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437464587, 'web', '78.46.16.75', NULL),
(1631, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1437468206, 'cli', NULL, NULL),
(1632, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1437640993, 'cli', NULL, NULL),
(1633, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1437655391, 'cli', NULL, NULL),
(1634, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 34, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1437655392, 'cli', NULL, NULL),
(1635, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1437757880, 'web', '148.251.43.35', NULL),
(1636, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1437813792, 'cli', NULL, NULL),
(1637, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1437986597, 'cli', NULL, NULL),
(1638, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1438012595, 'web', '148.251.43.35', NULL),
(1639, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1438096918, 'web', '148.251.43.35', NULL),
(1640, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1438155786, 'web', '78.46.16.75', NULL),
(1641, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1438159389, 'cli', NULL, NULL),
(1642, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1438160239, 'web', '148.251.43.35', NULL),
(1643, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1438190781, 'web', '148.251.43.35', NULL),
(1644, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1438241247, 'web', '148.251.43.35', NULL),
(1645, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1438245791, 'cli', NULL, NULL),
(1646, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1438324281, 'web', '148.251.43.35', NULL),
(1647, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1438332192, 'cli', NULL, NULL),
(1648, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1438396991, 'cli', NULL, NULL),
(1649, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 35, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1438396992, 'cli', NULL, NULL),
(1650, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1438591392, 'cli', NULL, NULL),
(1651, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1438677798, 'cli', NULL, NULL),
(1652, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1438764189, 'cli', NULL, NULL),
(1653, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1438846987, 'web', '78.46.16.75', NULL),
(1654, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1438850593, 'cli', NULL, NULL),
(1655, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1438980192, 'cli', NULL, NULL),
(1656, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 36, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1438980192, 'cli', NULL, NULL),
(1657, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1439109790, 'cli', NULL, NULL),
(1658, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1439196188, 'cli', NULL, NULL),
(1659, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1439282588, 'cli', NULL, NULL),
(1660, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1439368992, 'cli', NULL, NULL),
(1661, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1439455406, 'cli', NULL, NULL),
(1662, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439522655, 'web', '37.26.148.218', NULL),
(1663, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 0, 1, NULL, 0, 'N;', 1439522668, 'web', '37.26.148.218', NULL),
(1664, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439522671, 'web', '37.26.148.218', NULL),
(1665, '\\core\\event\\user_login_failed', 'core', 'failed', 'user_login', NULL, NULL, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:2:{s:8:"username";s:5:"david";s:6:"reason";i:3;}', 1439522708, 'web', '37.26.148.218', NULL),
(1666, '\\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:"david";}', 1439522851, 'web', '37.26.148.218', NULL),
(1667, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439522951, 'web', '37.26.148.218', NULL),
(1668, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439522973, 'web', '37.26.148.218', NULL),
(1669, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439524267, 'web', '37.26.148.218', NULL),
(1670, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439524286, 'web', '37.26.148.218', NULL),
(1671, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439524386, 'web', '37.26.148.218', NULL),
(1672, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439524450, 'web', '37.26.148.218', NULL),
(1673, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439524461, 'web', '37.26.148.218', NULL),
(1674, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439526692, 'web', '37.26.148.218', NULL),
(1675, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439526702, 'web', '37.26.148.218', NULL),
(1676, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439526714, 'web', '37.26.148.218', NULL),
(1677, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526737, 'web', '37.26.148.218', NULL),
(1678, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526744, 'web', '37.26.148.218', NULL),
(1679, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1439526755, 'web', '37.26.148.218', NULL),
(1680, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526760, 'web', '37.26.148.218', NULL),
(1681, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526773, 'web', '37.26.148.218', NULL),
(1682, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526792, 'web', '37.26.148.218', NULL),
(1683, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526802, 'web', '37.26.148.218', NULL),
(1684, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1439526818, 'web', '37.26.148.218', NULL),
(1685, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526827, 'web', '37.26.148.218', NULL),
(1686, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526877, 'web', '37.26.148.218', NULL),
(1687, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526889, 'web', '37.26.148.218', NULL),
(1688, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526896, 'web', '37.26.148.218', NULL),
(1689, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526898, 'web', '37.26.148.218', NULL),
(1690, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526961, 'web', '37.26.148.218', NULL),
(1691, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526971, 'web', '37.26.148.218', NULL),
(1692, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439526974, 'web', '37.26.148.218', NULL),
(1693, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"3rsl9ujum8oj1kqf9br2opel20";}', 1439527020, 'web', '37.26.148.218', NULL),
(1694, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439527020, 'web', '37.26.148.218', NULL),
(1695, '\\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:"david";}', 1439527029, 'web', '37.26.148.218', NULL),
(1696, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439527030, 'web', '37.26.148.218', NULL),
(1697, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439527043, 'web', '37.26.148.218', NULL),
(1698, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439528077, 'web', '37.26.147.154', NULL),
(1699, '\\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:"david";}', 1439528330, 'web', '37.26.147.154', NULL),
(1700, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439528344, 'web', '37.26.147.154', NULL),
(1701, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1439528352, 'web', '37.26.147.154', NULL),
(1702, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439528359, 'web', '37.26.147.154', NULL),
(1703, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439528400, 'web', '37.26.147.154', NULL),
(1704, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439528406, 'web', '37.26.147.154', NULL),
(1705, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439528424, 'web', '37.26.147.154', NULL),
(1706, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439528804, 'web', '37.26.147.244', NULL),
(1707, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 5, 'r', 2, 67, 70, 18, 2, 1, NULL, 0, 'N;', 1439529009, 'web', '37.26.147.244', NULL),
(1708, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439529044, 'web', '37.26.147.244', NULL),
(1709, '\\mod_url\\event\\course_module_viewed', 'mod_url', 'viewed', 'course_module', 'url', 9, 'r', 2, 76, 70, 25, 2, 1, NULL, 0, 'N;', 1439529437, 'web', '37.26.147.244', NULL),
(1710, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439532896, 'web', '37.26.147.224', NULL),
(1711, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439533120, 'web', '37.26.147.224', NULL),
(1712, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439533140, 'web', '37.26.147.224', NULL),
(1713, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439533846, 'web', '37.26.147.224', NULL),
(1714, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439534317, 'web', '37.26.147.224', NULL),
(1715, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439534472, 'web', '37.26.147.224', NULL),
(1716, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439535271, 'web', '37.26.147.224', NULL),
(1717, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439538187, 'web', '78.46.16.75', NULL),
(1718, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1439541791, 'cli', NULL, NULL),
(1719, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439546456, 'web', '80.74.107.118', NULL),
(1720, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439546508, 'web', '80.74.107.118', NULL),
(1721, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439546568, 'web', '80.74.107.118', NULL),
(1722, '\\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:"david";}', 1439546601, 'web', '80.74.107.118', NULL),
(1723, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439546602, 'web', '80.74.107.118', NULL),
(1724, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439549670, 'web', '80.74.107.118', NULL),
(1725, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439549700, 'web', '80.74.107.118', NULL),
(1726, '\\core\\event\\user_loggedout', 'core', 'loggedout', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:9:"sessionid";s:26:"a8ve9bn3j10icr0pmuaes27ec3";}', 1439549737, 'web', '80.74.107.118', NULL),
(1727, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439549737, 'web', '80.74.107.118', NULL),
(1728, '\\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:"david";}', 1439549789, 'web', '80.74.107.118', NULL),
(1729, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439549790, 'web', '80.74.107.118', NULL),
(1730, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439550334, 'web', '31.168.123.255', NULL),
(1731, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1439646941, 'web', '37.26.147.196', NULL),
(1732, '\\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:"david";}', 1439646978, 'web', '37.26.147.196', NULL),
(1733, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1439646981, 'web', '37.26.147.196', NULL),
(1734, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1439887395, 'cli', NULL, NULL),
(1735, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1439973791, 'cli', NULL, NULL),
(1736, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1440060193, 'cli', NULL, NULL),
(1737, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1440189796, 'cli', NULL, NULL),
(1738, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 37, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1440189797, 'cli', NULL, NULL),
(1739, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1440229387, 'web', '78.46.16.75', NULL),
(1740, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1440405795, 'cli', NULL, NULL),
(1741, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1440578589, 'cli', NULL, NULL),
(1742, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1440664993, 'cli', NULL, NULL),
(1743, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:6;}', 1440859394, 'cli', NULL, NULL),
(1744, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 38, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:6;}', 1440859394, 'cli', NULL, NULL),
(1745, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1440920586, 'web', '78.46.16.75', NULL),
(1746, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1440924189, 'cli', NULL, NULL),
(1747, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441096990, 'cli', NULL, NULL),
(1748, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441183390, 'cli', NULL, NULL),
(1749, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441269789, 'cli', NULL, NULL),
(1750, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441356189, 'cli', NULL, NULL),
(1751, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:7;}', 1441420992, 'cli', NULL, NULL),
(1752, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 39, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:7;}', 1441420992, 'cli', NULL, NULL),
(1753, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441442590, 'cli', NULL, NULL),
(1754, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441528996, 'cli', NULL, NULL),
(1755, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1441611786, 'web', '78.46.16.75', NULL),
(1756, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441615388, 'cli', NULL, NULL),
(1757, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441701791, 'cli', NULL, NULL),
(1758, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1441960990, 'cli', NULL, NULL),
(1759, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:8;}', 1442004191, 'cli', NULL, NULL),
(1760, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 40, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:8;}', 1442004192, 'cli', NULL, NULL),
(1761, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1442220191, 'cli', NULL, NULL),
(1762, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:9;}', 1442284989, 'cli', NULL, NULL),
(1763, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 41, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:9;}', 1442284990, 'cli', NULL, NULL),
(1764, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1442302986, 'web', '78.46.16.75', NULL),
(1765, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1442306589, 'cli', NULL, NULL),
(1766, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1442392991, 'cli', NULL, NULL),
(1767, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1442479389, 'cli', NULL, NULL),
(1768, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:10;}', 1442580191, 'cli', NULL, NULL),
(1769, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 42, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:10;}', 1442580192, 'cli', NULL, NULL),
(1770, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1442652190, 'cli', NULL, NULL),
(1771, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1442824987, 'cli', NULL, NULL),
(1772, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1442994188, 'web', '78.46.16.75', NULL),
(1773, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443084190, 'cli', NULL, NULL),
(1774, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443170588, 'cli', NULL, NULL),
(1775, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:11;}', 1443235391, 'cli', NULL, NULL),
(1776, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 43, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:11;}', 1443235392, 'cli', NULL, NULL),
(1777, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443343391, 'cli', NULL, NULL),
(1778, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443429790, 'cli', NULL, NULL),
(1779, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443516190, 'cli', NULL, NULL),
(1780, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443602589, 'cli', NULL, NULL),
(1781, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1443685384, 'web', '78.46.16.75', NULL),
(1782, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443688991, 'cli', NULL, NULL),
(1783, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443861791, 'cli', NULL, NULL),
(1784, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:12;}', 1443912191, 'cli', NULL, NULL),
(1785, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 44, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:12;}', 1443912191, 'cli', NULL, NULL),
(1786, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1443948190, 'cli', NULL, NULL),
(1787, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1444034595, 'cli', NULL, NULL),
(1788, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1444207388, 'cli', NULL, NULL),
(1789, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1444376586, 'web', '78.46.16.75', NULL),
(1790, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1444380188, 'cli', NULL, NULL),
(1791, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1444401789, 'cli', NULL, NULL),
(1792, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 45, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1444401789, 'cli', NULL, NULL),
(1793, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1444725790, 'cli', NULL, NULL),
(1794, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1444898589, 'cli', NULL, NULL),
(1795, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1444963392, 'cli', NULL, NULL),
(1796, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 46, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1444963393, 'cli', NULL, NULL),
(1797, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1445067786, 'web', '78.46.16.75', NULL),
(1798, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1445078593, 'cli', NULL, NULL),
(1799, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 47, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1445078593, 'cli', NULL, NULL),
(1800, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1445157789, 'cli', NULL, NULL),
(1801, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1445330588, 'cli', NULL, NULL),
(1802, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1445452991, 'cli', NULL, NULL),
(1803, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 48, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1445452992, 'cli', NULL, NULL),
(1804, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1445503391, 'cli', NULL, NULL),
(1805, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1445589792, 'cli', NULL, NULL),
(1806, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1445733790, 'cli', NULL, NULL),
(1807, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 49, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1445733791, 'cli', NULL, NULL),
(1808, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1445758990, 'web', '78.46.16.75', NULL),
(1809, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1445762596, 'cli', NULL, NULL),
(1810, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1445848990, 'cli', NULL, NULL),
(1811, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1445935390, 'cli', NULL, NULL),
(1812, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1446021789, 'cli', NULL, NULL),
(1813, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1446108190, 'cli', NULL, NULL),
(1814, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1446129790, 'cli', NULL, NULL),
(1815, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 50, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1446129791, 'cli', NULL, NULL),
(1816, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1446194591, 'cli', NULL, NULL),
(1817, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1446280991, 'cli', NULL, NULL),
(1818, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1446316990, 'cli', NULL, NULL),
(1819, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 51, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1446316991, 'cli', NULL, NULL),
(1820, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1446453787, 'web', '78.46.16.75', NULL),
(1821, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1446457396, 'cli', NULL, NULL),
(1822, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1446543789, 'cli', NULL, NULL),
(1823, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1446687792, 'cli', NULL, NULL),
(1824, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 52, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:3;}', 1446687792, 'cli', NULL, NULL),
(1825, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1446889389, 'cli', NULL, NULL),
(1826, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1447062212, 'cli', NULL, NULL),
(1827, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1447076591, 'cli', NULL, NULL),
(1828, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 53, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:4;}', 1447076592, 'cli', NULL, NULL),
(1829, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1447144985, 'web', '78.46.16.75', NULL),
(1830, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1447148591, 'cli', NULL, NULL),
(1831, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1447263790, 'cli', NULL, NULL),
(1832, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 54, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:5;}', 1447263791, 'cli', NULL, NULL),
(1833, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1447407795, 'cli', NULL, NULL),
(1834, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1447580588, 'cli', NULL, NULL),
(1835, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1447638193, 'cli', NULL, NULL),
(1836, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 55, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1447638194, 'cli', NULL, NULL),
(1837, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1447666997, 'cli', NULL, NULL),
(1838, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1447836184, 'web', '78.46.16.75', NULL),
(1839, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1447839788, 'cli', NULL, NULL),
(1840, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1448012596, 'cli', NULL, NULL),
(1841, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1448034193, 'cli', NULL, NULL),
(1842, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 56, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1448034193, 'cli', NULL, NULL),
(1843, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1448185388, 'cli', NULL, NULL),
(1844, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1448527385, 'web', '78.46.16.75', NULL),
(1845, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1448588594, 'cli', NULL, NULL),
(1846, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 57, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1448588594, 'cli', NULL, NULL),
(1847, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1448790188, 'cli', NULL, NULL),
(1848, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1448876593, 'cli', NULL, NULL),
(1849, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1448962998, 'cli', NULL, NULL),
(1850, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449049394, 'cli', NULL, NULL),
(1851, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449135792, 'cli', NULL, NULL),
(1852, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1449218585, 'web', '78.46.16.75', NULL),
(1853, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449222190, 'cli', NULL, NULL),
(1854, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1449265390, 'cli', NULL, NULL),
(1855, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 58, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1449265391, 'cli', NULL, NULL),
(1856, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449308593, 'cli', NULL, NULL),
(1857, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449394990, 'cli', NULL, NULL),
(1858, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449567790, 'cli', NULL, NULL),
(1859, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449654195, 'cli', NULL, NULL),
(1860, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449740593, 'cli', NULL, NULL),
(1861, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1449754995, 'cli', NULL, NULL),
(1862, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 59, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1449754995, 'cli', NULL, NULL),
(1863, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1449826999, 'cli', NULL, NULL),
(1864, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1449909790, 'web', '78.46.16.75', NULL),
(1865, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450086205, 'cli', NULL, NULL),
(1866, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450172595, 'cli', NULL, NULL),
(1867, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450258998, 'cli', NULL, NULL),
(1868, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450431796, 'cli', NULL, NULL),
(1869, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1450496596, 'cli', NULL, NULL),
(1870, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 60, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1450496596, 'cli', NULL, NULL),
(1871, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450518196, 'cli', NULL, NULL),
(1872, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1450600989, 'web', '78.46.16.75', NULL),
(1873, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450604594, 'cli', NULL, NULL),
(1874, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1450705397, 'cli', NULL, NULL),
(1875, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 61, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1450705397, 'cli', NULL, NULL),
(1876, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450777396, 'cli', NULL, NULL),
(1877, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450863804, 'cli', NULL, NULL),
(1878, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1450950196, 'cli', NULL, NULL),
(1879, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1450986202, 'cli', NULL, NULL);
INSERT INTO `mdl_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
(1880, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 62, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1450986202, 'cli', NULL, NULL),
(1881, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451036597, 'cli', NULL, NULL),
(1882, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451123005, 'cli', NULL, NULL),
(1883, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451209395, 'cli', NULL, NULL),
(1884, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1451292189, 'web', '78.46.16.75', NULL),
(1885, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451295796, 'cli', NULL, NULL),
(1886, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451468598, 'cli', NULL, NULL),
(1887, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451554995, 'cli', NULL, NULL),
(1888, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1451662996, 'cli', NULL, NULL),
(1889, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 63, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1451662996, 'cli', NULL, NULL),
(1890, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451727802, 'cli', NULL, NULL),
(1891, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451814194, 'cli', NULL, NULL),
(1892, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1451900594, 'cli', NULL, NULL),
(1893, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1451983389, 'web', '78.46.16.75', NULL),
(1894, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1452073401, 'cli', NULL, NULL),
(1895, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1452159796, 'cli', NULL, NULL),
(1896, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1452224594, 'cli', NULL, NULL),
(1897, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 64, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1452224595, 'cli', NULL, NULL),
(1898, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1452339793, 'cli', NULL, NULL),
(1899, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 65, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1452339793, 'cli', NULL, NULL),
(1900, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1452418997, 'cli', NULL, NULL),
(1901, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1452505395, 'cli', NULL, NULL),
(1902, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1452519796, 'cli', NULL, NULL),
(1903, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 66, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1452519797, 'cli', NULL, NULL),
(1904, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1452591802, 'cli', NULL, NULL),
(1905, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1452674590, 'web', '78.46.16.75', NULL),
(1906, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1452678194, 'cli', NULL, NULL),
(1907, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1452764594, 'cli', NULL, NULL),
(1908, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1452850993, 'cli', NULL, NULL),
(1909, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1452894194, 'cli', NULL, NULL),
(1910, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 67, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:2;}', 1452894194, 'cli', NULL, NULL),
(1911, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:3:{s:6:"method";i:1;s:6:"reason";s:13:"token_expired";s:7:"tokenid";s:1:"3";}', 1452985302, 'web', '95.86.67.28', NULL),
(1912, '\\core\\event\\webservice_login_failed', 'core', 'failed', 'webservice_login', NULL, NULL, 'r', 0, 1, 10, 0, 0, 0, NULL, 0, 'a:3:{s:6:"method";i:1;s:6:"reason";s:13:"token_expired";s:7:"tokenid";s:1:"3";}', 1452985303, 'web', '95.86.67.28', NULL),
(1913, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1453110198, 'cli', NULL, NULL),
(1914, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1453283001, 'cli', NULL, NULL),
(1915, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1453365790, 'web', '78.46.16.75', NULL),
(1916, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1453369399, 'cli', NULL, NULL),
(1917, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1453455797, 'cli', NULL, NULL),
(1918, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1453477393, 'cli', NULL, NULL),
(1919, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 68, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1453477394, 'cli', NULL, NULL),
(1920, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1453542203, 'cli', NULL, NULL),
(1921, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1453628597, 'cli', NULL, NULL),
(1922, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1453714997, 'cli', NULL, NULL),
(1923, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1453974197, 'cli', NULL, NULL),
(1924, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1453975408, 'web', '79.178.114.246', NULL),
(1925, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1453977536, 'web', '79.178.114.246', NULL),
(1926, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1453977603, 'web', '79.178.114.246', NULL),
(1927, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1453978254, 'web', '79.178.114.246', NULL),
(1928, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1453978260, 'web', '79.178.114.246', NULL),
(1929, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1453979730, 'web', '79.178.114.246', NULL),
(1930, '\\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:"david";}', 1453979903, 'web', '79.178.114.246', NULL),
(1931, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1454014073, 'web', '37.26.148.199', NULL),
(1932, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1454056990, 'web', '78.46.16.75', NULL),
(1933, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1454060601, 'cli', NULL, NULL),
(1934, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1454146995, 'cli', NULL, NULL),
(1935, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1454154193, 'cli', NULL, NULL),
(1936, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 69, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1454154193, 'cli', NULL, NULL),
(1937, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1454180953, 'web', '37.26.147.194', NULL),
(1938, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1454406199, 'cli', NULL, NULL),
(1939, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1454492594, 'cli', NULL, NULL),
(1940, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1454708592, 'cli', NULL, NULL),
(1941, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 70, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1454708593, 'cli', NULL, NULL),
(1942, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1454748189, 'web', '78.46.16.75', NULL),
(1943, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1454751795, 'cli', NULL, NULL),
(1944, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1454838197, 'cli', NULL, NULL),
(1945, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1455183795, 'cli', NULL, NULL),
(1946, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1455270206, 'cli', NULL, NULL),
(1947, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1455275467, 'web', '37.26.149.208', NULL),
(1948, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1455275515, 'web', '37.26.149.208', NULL),
(1949, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1455275846, 'web', '37.26.146.231', NULL),
(1950, '\\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:"david";}', 1455278725, 'web', '37.26.148.178', NULL),
(1951, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1455278728, 'web', '37.26.148.178', NULL),
(1952, '\\core\\event\\message_sent', 'core', 'sent', 'message', NULL, NULL, 'c', 0, 1, 10, 0, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1455291796, 'cli', NULL, NULL),
(1953, '\\core\\event\\message_viewed', 'core', 'viewed', 'message', 'message_read', 71, 'c', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:9:"messageid";i:1;}', 1455291796, 'cli', NULL, NULL),
(1954, '\\tool_langimport\\event\\langpack_updated', 'tool_langimport', 'updated', 'langpack', NULL, NULL, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:"langcode";s:2:"he";}', 1455356595, 'cli', NULL, NULL),
(1955, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1455383414, 'web', '212.76.98.137', NULL),
(1956, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1455404091, 'web', '212.76.98.137', NULL),
(1957, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 0, 1, NULL, 0, 'N;', 1455404147, 'web', '212.76.98.137', NULL),
(1958, '\\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:"david";}', 1455412292, 'web', '212.76.98.137', NULL),
(1959, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1455412295, 'web', '212.76.98.137', NULL),
(1960, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1455412963, 'web', '212.76.98.137', NULL),
(1961, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 2, 50, 1, 2, 1, NULL, 0, 'N;', 1455413002, 'web', '212.76.98.137', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_log_display`
--

CREATE TABLE IF NOT EXISTS `mdl_log_display` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `module` varchar(20) NOT NULL DEFAULT '',
  `action` varchar(40) NOT NULL DEFAULT '',
  `mtable` varchar(30) NOT NULL DEFAULT '',
  `field` varchar(200) NOT NULL DEFAULT '',
  `component` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_logdisp_modact_uix` (`module`,`action`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='For a particular module/action, specifies a moodle table/fie' AUTO_INCREMENT=188 ;

--
-- Dumping data for table `mdl_log_display`
--

INSERT INTO `mdl_log_display` (`id`, `module`, `action`, `mtable`, `field`, `component`) VALUES
(1, 'course', 'user report', 'user', 'CONCAT(firstname, '' '', lastname)', 'moodle'),
(2, 'course', 'view', 'course', 'fullname', 'moodle'),
(3, 'course', 'view section', 'course_sections', 'name', 'moodle'),
(4, 'course', 'update', 'course', 'fullname', 'moodle'),
(5, 'course', 'hide', 'course', 'fullname', 'moodle'),
(6, 'course', 'show', 'course', 'fullname', 'moodle'),
(7, 'course', 'move', 'course', 'fullname', 'moodle'),
(8, 'course', 'enrol', 'course', 'fullname', 'moodle'),
(9, 'course', 'unenrol', 'course', 'fullname', 'moodle'),
(10, 'course', 'report log', 'course', 'fullname', 'moodle'),
(11, 'course', 'report live', 'course', 'fullname', 'moodle'),
(12, 'course', 'report outline', 'course', 'fullname', 'moodle'),
(13, 'course', 'report participation', 'course', 'fullname', 'moodle'),
(14, 'course', 'report stats', 'course', 'fullname', 'moodle'),
(15, 'category', 'add', 'course_categories', 'name', 'moodle'),
(16, 'category', 'hide', 'course_categories', 'name', 'moodle'),
(17, 'category', 'move', 'course_categories', 'name', 'moodle'),
(18, 'category', 'show', 'course_categories', 'name', 'moodle'),
(19, 'category', 'update', 'course_categories', 'name', 'moodle'),
(20, 'message', 'write', 'user', 'CONCAT(firstname, '' '', lastname)', 'moodle'),
(21, 'message', 'read', 'user', 'CONCAT(firstname, '' '', lastname)', 'moodle'),
(22, 'message', 'add contact', 'user', 'CONCAT(firstname, '' '', lastname)', 'moodle'),
(23, 'message', 'remove contact', 'user', 'CONCAT(firstname, '' '', lastname)', 'moodle'),
(24, 'message', 'block contact', 'user', 'CONCAT(firstname, '' '', lastname)', 'moodle'),
(25, 'message', 'unblock contact', 'user', 'CONCAT(firstname, '' '', lastname)', 'moodle'),
(26, 'group', 'view', 'groups', 'name', 'moodle'),
(27, 'tag', 'update', 'tag', 'name', 'moodle'),
(28, 'tag', 'flag', 'tag', 'name', 'moodle'),
(29, 'user', 'view', 'user', 'CONCAT(firstname, '' '', lastname)', 'moodle'),
(30, 'assign', 'add', 'assign', 'name', 'mod_assign'),
(31, 'assign', 'delete mod', 'assign', 'name', 'mod_assign'),
(32, 'assign', 'download all submissions', 'assign', 'name', 'mod_assign'),
(33, 'assign', 'grade submission', 'assign', 'name', 'mod_assign'),
(34, 'assign', 'lock submission', 'assign', 'name', 'mod_assign'),
(35, 'assign', 'reveal identities', 'assign', 'name', 'mod_assign'),
(36, 'assign', 'revert submission to draft', 'assign', 'name', 'mod_assign'),
(37, 'assign', 'set marking workflow state', 'assign', 'name', 'mod_assign'),
(38, 'assign', 'submission statement accepted', 'assign', 'name', 'mod_assign'),
(39, 'assign', 'submit', 'assign', 'name', 'mod_assign'),
(40, 'assign', 'submit for grading', 'assign', 'name', 'mod_assign'),
(41, 'assign', 'unlock submission', 'assign', 'name', 'mod_assign'),
(42, 'assign', 'update', 'assign', 'name', 'mod_assign'),
(43, 'assign', 'upload', 'assign', 'name', 'mod_assign'),
(44, 'assign', 'view', 'assign', 'name', 'mod_assign'),
(45, 'assign', 'view all', 'course', 'fullname', 'mod_assign'),
(46, 'assign', 'view confirm submit assignment form', 'assign', 'name', 'mod_assign'),
(47, 'assign', 'view grading form', 'assign', 'name', 'mod_assign'),
(48, 'assign', 'view submission', 'assign', 'name', 'mod_assign'),
(49, 'assign', 'view submission grading table', 'assign', 'name', 'mod_assign'),
(50, 'assign', 'view submit assignment form', 'assign', 'name', 'mod_assign'),
(51, 'assign', 'view feedback', 'assign', 'name', 'mod_assign'),
(52, 'assign', 'view batch set marking workflow state', 'assign', 'name', 'mod_assign'),
(53, 'assignment', 'view', 'assignment', 'name', 'mod_assignment'),
(54, 'assignment', 'add', 'assignment', 'name', 'mod_assignment'),
(55, 'assignment', 'update', 'assignment', 'name', 'mod_assignment'),
(56, 'assignment', 'view submission', 'assignment', 'name', 'mod_assignment'),
(57, 'assignment', 'upload', 'assignment', 'name', 'mod_assignment'),
(58, 'book', 'add', 'book', 'name', 'mod_book'),
(59, 'book', 'update', 'book', 'name', 'mod_book'),
(60, 'book', 'view', 'book', 'name', 'mod_book'),
(61, 'book', 'add chapter', 'book_chapters', 'title', 'mod_book'),
(62, 'book', 'update chapter', 'book_chapters', 'title', 'mod_book'),
(63, 'book', 'view chapter', 'book_chapters', 'title', 'mod_book'),
(64, 'chat', 'view', 'chat', 'name', 'mod_chat'),
(65, 'chat', 'add', 'chat', 'name', 'mod_chat'),
(66, 'chat', 'update', 'chat', 'name', 'mod_chat'),
(67, 'chat', 'report', 'chat', 'name', 'mod_chat'),
(68, 'chat', 'talk', 'chat', 'name', 'mod_chat'),
(69, 'choice', 'view', 'choice', 'name', 'mod_choice'),
(70, 'choice', 'update', 'choice', 'name', 'mod_choice'),
(71, 'choice', 'add', 'choice', 'name', 'mod_choice'),
(72, 'choice', 'report', 'choice', 'name', 'mod_choice'),
(73, 'choice', 'choose', 'choice', 'name', 'mod_choice'),
(74, 'choice', 'choose again', 'choice', 'name', 'mod_choice'),
(75, 'data', 'view', 'data', 'name', 'mod_data'),
(76, 'data', 'add', 'data', 'name', 'mod_data'),
(77, 'data', 'update', 'data', 'name', 'mod_data'),
(78, 'data', 'record delete', 'data', 'name', 'mod_data'),
(79, 'data', 'fields add', 'data_fields', 'name', 'mod_data'),
(80, 'data', 'fields update', 'data_fields', 'name', 'mod_data'),
(81, 'data', 'templates saved', 'data', 'name', 'mod_data'),
(82, 'data', 'templates def', 'data', 'name', 'mod_data'),
(83, 'feedback', 'startcomplete', 'feedback', 'name', 'mod_feedback'),
(84, 'feedback', 'submit', 'feedback', 'name', 'mod_feedback'),
(85, 'feedback', 'delete', 'feedback', 'name', 'mod_feedback'),
(86, 'feedback', 'view', 'feedback', 'name', 'mod_feedback'),
(87, 'feedback', 'view all', 'course', 'shortname', 'mod_feedback'),
(88, 'folder', 'view', 'folder', 'name', 'mod_folder'),
(89, 'folder', 'view all', 'folder', 'name', 'mod_folder'),
(90, 'folder', 'update', 'folder', 'name', 'mod_folder'),
(91, 'folder', 'add', 'folder', 'name', 'mod_folder'),
(92, 'forum', 'add', 'forum', 'name', 'mod_forum'),
(93, 'forum', 'update', 'forum', 'name', 'mod_forum'),
(94, 'forum', 'add discussion', 'forum_discussions', 'name', 'mod_forum'),
(95, 'forum', 'add post', 'forum_posts', 'subject', 'mod_forum'),
(96, 'forum', 'update post', 'forum_posts', 'subject', 'mod_forum'),
(97, 'forum', 'user report', 'user', 'CONCAT(firstname, '' '', lastname)', 'mod_forum'),
(98, 'forum', 'move discussion', 'forum_discussions', 'name', 'mod_forum'),
(99, 'forum', 'view subscribers', 'forum', 'name', 'mod_forum'),
(100, 'forum', 'view discussion', 'forum_discussions', 'name', 'mod_forum'),
(101, 'forum', 'view forum', 'forum', 'name', 'mod_forum'),
(102, 'forum', 'subscribe', 'forum', 'name', 'mod_forum'),
(103, 'forum', 'unsubscribe', 'forum', 'name', 'mod_forum'),
(104, 'glossary', 'add', 'glossary', 'name', 'mod_glossary'),
(105, 'glossary', 'update', 'glossary', 'name', 'mod_glossary'),
(106, 'glossary', 'view', 'glossary', 'name', 'mod_glossary'),
(107, 'glossary', 'view all', 'glossary', 'name', 'mod_glossary'),
(108, 'glossary', 'add entry', 'glossary', 'name', 'mod_glossary'),
(109, 'glossary', 'update entry', 'glossary', 'name', 'mod_glossary'),
(110, 'glossary', 'add category', 'glossary', 'name', 'mod_glossary'),
(111, 'glossary', 'update category', 'glossary', 'name', 'mod_glossary'),
(112, 'glossary', 'delete category', 'glossary', 'name', 'mod_glossary'),
(113, 'glossary', 'approve entry', 'glossary', 'name', 'mod_glossary'),
(114, 'glossary', 'disapprove entry', 'glossary', 'name', 'mod_glossary'),
(115, 'glossary', 'view entry', 'glossary_entries', 'concept', 'mod_glossary'),
(116, 'imscp', 'view', 'imscp', 'name', 'mod_imscp'),
(117, 'imscp', 'view all', 'imscp', 'name', 'mod_imscp'),
(118, 'imscp', 'update', 'imscp', 'name', 'mod_imscp'),
(119, 'imscp', 'add', 'imscp', 'name', 'mod_imscp'),
(120, 'label', 'add', 'label', 'name', 'mod_label'),
(121, 'label', 'update', 'label', 'name', 'mod_label'),
(122, 'lesson', 'start', 'lesson', 'name', 'mod_lesson'),
(123, 'lesson', 'end', 'lesson', 'name', 'mod_lesson'),
(124, 'lesson', 'view', 'lesson_pages', 'title', 'mod_lesson'),
(125, 'lti', 'view', 'lti', 'name', 'mod_lti'),
(126, 'lti', 'launch', 'lti', 'name', 'mod_lti'),
(127, 'lti', 'view all', 'lti', 'name', 'mod_lti'),
(128, 'page', 'view', 'page', 'name', 'mod_page'),
(129, 'page', 'view all', 'page', 'name', 'mod_page'),
(130, 'page', 'update', 'page', 'name', 'mod_page'),
(131, 'page', 'add', 'page', 'name', 'mod_page'),
(132, 'quiz', 'add', 'quiz', 'name', 'mod_quiz'),
(133, 'quiz', 'update', 'quiz', 'name', 'mod_quiz'),
(134, 'quiz', 'view', 'quiz', 'name', 'mod_quiz'),
(135, 'quiz', 'report', 'quiz', 'name', 'mod_quiz'),
(136, 'quiz', 'attempt', 'quiz', 'name', 'mod_quiz'),
(137, 'quiz', 'submit', 'quiz', 'name', 'mod_quiz'),
(138, 'quiz', 'review', 'quiz', 'name', 'mod_quiz'),
(139, 'quiz', 'editquestions', 'quiz', 'name', 'mod_quiz'),
(140, 'quiz', 'preview', 'quiz', 'name', 'mod_quiz'),
(141, 'quiz', 'start attempt', 'quiz', 'name', 'mod_quiz'),
(142, 'quiz', 'close attempt', 'quiz', 'name', 'mod_quiz'),
(143, 'quiz', 'continue attempt', 'quiz', 'name', 'mod_quiz'),
(144, 'quiz', 'edit override', 'quiz', 'name', 'mod_quiz'),
(145, 'quiz', 'delete override', 'quiz', 'name', 'mod_quiz'),
(146, 'quiz', 'view summary', 'quiz', 'name', 'mod_quiz'),
(147, 'resource', 'view', 'resource', 'name', 'mod_resource'),
(148, 'resource', 'view all', 'resource', 'name', 'mod_resource'),
(149, 'resource', 'update', 'resource', 'name', 'mod_resource'),
(150, 'resource', 'add', 'resource', 'name', 'mod_resource'),
(151, 'scorm', 'view', 'scorm', 'name', 'mod_scorm'),
(152, 'scorm', 'review', 'scorm', 'name', 'mod_scorm'),
(153, 'scorm', 'update', 'scorm', 'name', 'mod_scorm'),
(154, 'scorm', 'add', 'scorm', 'name', 'mod_scorm'),
(155, 'survey', 'add', 'survey', 'name', 'mod_survey'),
(156, 'survey', 'update', 'survey', 'name', 'mod_survey'),
(157, 'survey', 'download', 'survey', 'name', 'mod_survey'),
(158, 'survey', 'view form', 'survey', 'name', 'mod_survey'),
(159, 'survey', 'view graph', 'survey', 'name', 'mod_survey'),
(160, 'survey', 'view report', 'survey', 'name', 'mod_survey'),
(161, 'survey', 'submit', 'survey', 'name', 'mod_survey'),
(162, 'url', 'view', 'url', 'name', 'mod_url'),
(163, 'url', 'view all', 'url', 'name', 'mod_url'),
(164, 'url', 'update', 'url', 'name', 'mod_url'),
(165, 'url', 'add', 'url', 'name', 'mod_url'),
(166, 'workshop', 'add', 'workshop', 'name', 'mod_workshop'),
(167, 'workshop', 'update', 'workshop', 'name', 'mod_workshop'),
(168, 'workshop', 'view', 'workshop', 'name', 'mod_workshop'),
(169, 'workshop', 'view all', 'workshop', 'name', 'mod_workshop'),
(170, 'workshop', 'add submission', 'workshop_submissions', 'title', 'mod_workshop'),
(171, 'workshop', 'update submission', 'workshop_submissions', 'title', 'mod_workshop'),
(172, 'workshop', 'view submission', 'workshop_submissions', 'title', 'mod_workshop'),
(173, 'workshop', 'add assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(174, 'workshop', 'update assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(175, 'workshop', 'add example', 'workshop_submissions', 'title', 'mod_workshop'),
(176, 'workshop', 'update example', 'workshop_submissions', 'title', 'mod_workshop'),
(177, 'workshop', 'view example', 'workshop_submissions', 'title', 'mod_workshop'),
(178, 'workshop', 'add reference assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(179, 'workshop', 'update reference assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(180, 'workshop', 'add example assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(181, 'workshop', 'update example assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(182, 'workshop', 'update aggregate grades', 'workshop', 'name', 'mod_workshop'),
(183, 'workshop', 'update clear aggregated grades', 'workshop', 'name', 'mod_workshop'),
(184, 'workshop', 'update clear assessments', 'workshop', 'name', 'mod_workshop'),
(185, 'book', 'exportimscp', 'book', 'name', 'booktool_exportimscp'),
(186, 'book', 'print', 'book', 'name', 'booktool_print'),
(187, 'book', 'print chapter', 'book_chapters', 'title', 'booktool_print');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_log_queries`
--

CREATE TABLE IF NOT EXISTS `mdl_log_queries` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `qtype` mediumint(5) NOT NULL,
  `sqltext` longtext NOT NULL,
  `sqlparams` longtext,
  `error` mediumint(5) NOT NULL DEFAULT '0',
  `info` longtext,
  `backtrace` longtext,
  `exectime` decimal(10,5) NOT NULL,
  `timelogged` bigint(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Logged database queries.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti`
--

CREATE TABLE IF NOT EXISTS `mdl_lti` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `typeid` bigint(10) DEFAULT NULL,
  `toolurl` longtext NOT NULL,
  `securetoolurl` longtext,
  `instructorchoicesendname` tinyint(1) DEFAULT NULL,
  `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL,
  `instructorchoiceallowroster` tinyint(1) DEFAULT NULL,
  `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL,
  `instructorcustomparameters` varchar(255) DEFAULT NULL,
  `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL,
  `grade` bigint(10) NOT NULL DEFAULT '100',
  `launchcontainer` tinyint(2) NOT NULL DEFAULT '1',
  `resourcekey` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `debuglaunch` tinyint(1) NOT NULL DEFAULT '0',
  `showtitlelaunch` tinyint(1) NOT NULL DEFAULT '0',
  `showdescriptionlaunch` tinyint(1) NOT NULL DEFAULT '0',
  `servicesalt` varchar(40) DEFAULT NULL,
  `icon` longtext,
  `secureicon` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_lti_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table contains Basic LTI activities instances' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_submission`
--

CREATE TABLE IF NOT EXISTS `mdl_lti_submission` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `ltiid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `datesubmitted` bigint(10) NOT NULL,
  `dateupdated` bigint(10) NOT NULL,
  `gradepercent` decimal(10,5) NOT NULL,
  `originalgrade` decimal(10,5) NOT NULL,
  `launchid` bigint(10) NOT NULL,
  `state` tinyint(2) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_ltisubm_lti_ix` (`ltiid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Keeps track of individual submissions for LTI activities.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_tool_proxies`
--

CREATE TABLE IF NOT EXISTS `mdl_lti_tool_proxies` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT 'Tool Provider',
  `regurl` longtext,
  `state` tinyint(2) NOT NULL DEFAULT '1',
  `guid` varchar(255) DEFAULT NULL,
  `secret` varchar(255) DEFAULT NULL,
  `vendorcode` varchar(255) DEFAULT NULL,
  `capabilityoffered` longtext NOT NULL,
  `serviceoffered` longtext NOT NULL,
  `toolproxy` longtext,
  `createdby` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_ltitoolprox_gui_uix` (`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_tool_settings`
--

CREATE TABLE IF NOT EXISTS `mdl_lti_tool_settings` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `toolproxyid` bigint(10) NOT NULL,
  `course` bigint(10) DEFAULT NULL,
  `coursemoduleid` bigint(10) DEFAULT NULL,
  `settings` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_ltitoolsett_too_ix` (`toolproxyid`),
  KEY `mdl_ltitoolsett_cou_ix` (`course`),
  KEY `mdl_ltitoolsett_cou2_ix` (`coursemoduleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_types`
--

CREATE TABLE IF NOT EXISTS `mdl_lti_types` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT 'basiclti Activity',
  `baseurl` longtext NOT NULL,
  `tooldomain` varchar(255) NOT NULL DEFAULT '',
  `state` tinyint(2) NOT NULL DEFAULT '2',
  `course` bigint(10) NOT NULL,
  `coursevisible` tinyint(1) NOT NULL DEFAULT '0',
  `createdby` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `toolproxyid` bigint(10) DEFAULT NULL,
  `enabledcapability` longtext,
  `parameter` longtext,
  `icon` longtext,
  `secureicon` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_ltitype_cou_ix` (`course`),
  KEY `mdl_ltitype_too_ix` (`tooldomain`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Basic LTI pre-configured activities' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_lti_types_config`
--

CREATE TABLE IF NOT EXISTS `mdl_lti_types_config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `typeid` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_ltitypeconf_typ_ix` (`typeid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Basic LTI types configuration' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message`
--

CREATE TABLE IF NOT EXISTS `mdl_message` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `useridfrom` bigint(10) NOT NULL DEFAULT '0',
  `useridto` bigint(10) NOT NULL DEFAULT '0',
  `subject` longtext,
  `fullmessage` longtext,
  `fullmessageformat` smallint(4) DEFAULT '0',
  `fullmessagehtml` longtext,
  `smallmessage` longtext,
  `notification` tinyint(1) DEFAULT '0',
  `contexturl` longtext,
  `contexturlname` longtext,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_mess_use_ix` (`useridfrom`),
  KEY `mdl_mess_use2_ix` (`useridto`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Stores all unread messages' AUTO_INCREMENT=2 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_messageinbound_datakeys`
--

CREATE TABLE IF NOT EXISTS `mdl_messageinbound_datakeys` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `handler` bigint(10) NOT NULL,
  `datavalue` bigint(10) NOT NULL,
  `datakey` varchar(64) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `expires` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_messdata_handat_uix` (`handler`,`datavalue`),
  KEY `mdl_messdata_han_ix` (`handler`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_messageinbound_handlers`
--

CREATE TABLE IF NOT EXISTS `mdl_messageinbound_handlers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `component` varchar(100) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `defaultexpiration` bigint(10) NOT NULL DEFAULT '86400',
  `validateaddress` tinyint(1) NOT NULL DEFAULT '1',
  `enabled` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_messhand_cla_uix` (`classname`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `mdl_messageinbound_handlers`
--

INSERT INTO `mdl_messageinbound_handlers` (`id`, `component`, `classname`, `defaultexpiration`, `validateaddress`, `enabled`) VALUES
(1, 'core', '\\core\\message\\inbound\\private_files_handler', 0, 1, 0),
(2, 'mod_forum', '\\mod_forum\\message\\inbound\\reply_handler', 604800, 1, 0),
(3, 'tool_messageinbound', '\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler', 604800, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_messageinbound_messagelist`
--

CREATE TABLE IF NOT EXISTS `mdl_messageinbound_messagelist` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `messageid` longtext NOT NULL,
  `userid` bigint(10) NOT NULL,
  `address` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_messmess_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_airnotifier_devices`
--

CREATE TABLE IF NOT EXISTS `mdl_message_airnotifier_devices` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userdeviceid` bigint(10) NOT NULL,
  `enable` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_messairndevi_use_uix` (`userdeviceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Store information about the devices registered in Airnotifie' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_contacts`
--

CREATE TABLE IF NOT EXISTS `mdl_message_contacts` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `contactid` bigint(10) NOT NULL DEFAULT '0',
  `blocked` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_messcont_usecon_uix` (`userid`,`contactid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Maintains lists of relationships between users' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_processors`
--

CREATE TABLE IF NOT EXISTS `mdl_message_processors` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(166) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='List of message output plugins' AUTO_INCREMENT=5 ;

--
-- Dumping data for table `mdl_message_processors`
--

INSERT INTO `mdl_message_processors` (`id`, `name`, `enabled`) VALUES
(1, 'airnotifier', 0),
(2, 'email', 1),
(3, 'jabber', 1),
(4, 'popup', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_providers`
--

CREATE TABLE IF NOT EXISTS `mdl_message_providers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `component` varchar(200) NOT NULL DEFAULT '',
  `capability` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_messprov_comnam_uix` (`component`,`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table stores the message providers (modules and core sy' AUTO_INCREMENT=29 ;

--
-- Dumping data for table `mdl_message_providers`
--

INSERT INTO `mdl_message_providers` (`id`, `name`, `component`, `capability`) VALUES
(1, 'notices', 'moodle', 'moodle/site:config'),
(2, 'errors', 'moodle', 'moodle/site:config'),
(3, 'availableupdate', 'moodle', 'moodle/site:config'),
(4, 'instantmessage', 'moodle', NULL),
(5, 'backup', 'moodle', 'moodle/site:config'),
(6, 'courserequested', 'moodle', 'moodle/site:approvecourse'),
(7, 'courserequestapproved', 'moodle', 'moodle/course:request'),
(8, 'courserequestrejected', 'moodle', 'moodle/course:request'),
(9, 'badgerecipientnotice', 'moodle', 'moodle/badges:earnbadge'),
(10, 'badgecreatornotice', 'moodle', NULL),
(11, 'assign_notification', 'mod_assign', NULL),
(12, 'assignment_updates', 'mod_assignment', NULL),
(13, 'submission', 'mod_feedback', NULL),
(14, 'message', 'mod_feedback', NULL),
(15, 'posts', 'mod_forum', NULL),
(16, 'graded_essay', 'mod_lesson', NULL),
(17, 'submission', 'mod_quiz', 'mod/quiz:emailnotifysubmission'),
(18, 'confirmation', 'mod_quiz', 'mod/quiz:emailconfirmsubmission'),
(19, 'attempt_overdue', 'mod_quiz', 'mod/quiz:emailwarnoverdue'),
(20, 'flatfile_enrolment', 'enrol_flatfile', NULL),
(21, 'imsenterprise_enrolment', 'enrol_imsenterprise', NULL),
(22, 'expiry_notification', 'enrol_manual', NULL),
(23, 'paypal_enrolment', 'enrol_paypal', NULL),
(24, 'expiry_notification', 'enrol_self', NULL),
(25, 'invalidrecipienthandler', 'tool_messageinbound', NULL),
(26, 'messageprocessingerror', 'tool_messageinbound', NULL),
(27, 'messageprocessingsuccess', 'tool_messageinbound', NULL),
(28, 'notification', 'tool_monitor', 'tool/monitor:subscribe');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_read`
--

CREATE TABLE IF NOT EXISTS `mdl_message_read` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `useridfrom` bigint(10) NOT NULL DEFAULT '0',
  `useridto` bigint(10) NOT NULL DEFAULT '0',
  `subject` longtext,
  `fullmessage` longtext,
  `fullmessageformat` smallint(4) DEFAULT '0',
  `fullmessagehtml` longtext,
  `smallmessage` longtext,
  `notification` tinyint(1) DEFAULT '0',
  `contexturl` longtext,
  `contexturlname` longtext,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timeread` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_messread_use_ix` (`useridfrom`),
  KEY `mdl_messread_use2_ix` (`useridto`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Stores all messages that have been read' AUTO_INCREMENT=72 ;

--
-- Dumping data for table `mdl_message_read`
--

INSERT INTO `mdl_message_read` (`id`, `useridfrom`, `useridto`, `subject`, `fullmessage`, `fullmessageformat`, `fullmessagehtml`, `smallmessage`, `notification`, `contexturl`, `contexturlname`, `timecreated`, `timeread`) VALUES
(1, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8 (Build: 20141110) גרסה Version 2014111000 (גירסה יציבה)\nMoodle 2.7.3 (Build: 20141110) גרסה Version 2014051203 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8 (Build: 20141110)</strong> גרסה Version 2014111000 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3 (Build: 20141110)</strong> גרסה Version 2014051203 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1415583793, 1415583795),
(2, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8+ (Build: 20141112) גרסה Version 2014111000.01 (גירסה יציבה)\nMoodle 2.7.3+ (Build: 20141112) גרסה Version 2014051203.01 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8+ (Build: 20141112)</strong> גרסה Version 2014111000.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3+ (Build: 20141112)</strong> גרסה Version 2014051203.01 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1415886188, 1415886188),
(3, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.1 (Build: 20141113) גרסה Version 2014111001 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.1 (Build: 20141113)</strong> גרסה Version 2014111001 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1415979788, 1415979789),
(4, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.1+ (Build: 20141120) גרסה Version 2014111001.01 (גירסה יציבה)\nMoodle 2.7.3+ (Build: 20141120) גרסה Version 2014051203.02 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.1+ (Build: 20141120)</strong> גרסה Version 2014111001.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3+ (Build: 20141120)</strong> גרסה Version 2014051203.02 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1416534188, 1416534190),
(5, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.1+ (Build: 20141128) גרסה Version 2014111001.02 (גירסה יציבה)\nMoodle 2.7.3+ (Build: 20141128) גרסה Version 2014051203.03 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.1+ (Build: 20141128)</strong> גרסה Version 2014111001.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3+ (Build: 20141128)</strong> גרסה Version 2014051203.03 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1417304590, 1417304592),
(6, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.1+ (Build: 20141205) גרסה Version 2014111001.03 (גירסה יציבה)\nMoodle 2.7.3+ (Build: 20141205) גרסה Version 2014051203.04 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.1+ (Build: 20141205)</strong> גרסה Version 2014111001.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3+ (Build: 20141205)</strong> גרסה Version 2014051203.04 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1417887789, 1417887791),
(7, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.1+ (Build: 20141211) גרסה Version 2014111001.04 (גירסה יציבה)\nMoodle 2.7.3+ (Build: 20141211) גרסה Version 2014051203.05 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.1+ (Build: 20141211)</strong> גרסה Version 2014111001.04 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3+ (Build: 20141211)</strong> גרסה Version 2014051203.05 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1418355789, 1418355791),
(8, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.1+ (Build: 20141218) גרסה Version 2014111001.05 (גירסה יציבה)\nMoodle 2.7.3+ (Build: 20141218) גרסה Version 2014051203.06 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.1+ (Build: 20141218)</strong> גרסה Version 2014111001.05 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3+ (Build: 20141218)</strong> גרסה Version 2014051203.06 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1419018188, 1419018191),
(9, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.1+ (Build: 20141224) גרסה Version 2014111001.06 (גירסה יציבה)\nMoodle 2.7.3+ (Build: 20141224) גרסה Version 2014051203.07 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.1+ (Build: 20141224)</strong> גרסה Version 2014111001.06 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3+ (Build: 20141224)</strong> גרסה Version 2014051203.07 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1419507786, 1419507787),
(10, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.1+ (Build: 20150108) גרסה Version 2014111001.07 (גירסה יציבה)\nMoodle 2.7.3+ (Build: 20150108) גרסה Version 2014051203.1 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.1+ (Build: 20150108)</strong> גרסה Version 2014111001.07 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.3+ (Build: 20150108)</strong> גרסה Version 2014051203.1 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1420839789, 1420839791),
(11, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.2 (Build: 20150112) גרסה Version 2014111002 (גירסה יציבה)\nMoodle 2.7.4 (Build: 20150112) גרסה Version 2014051204 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.2 (Build: 20150112)</strong> גרסה Version 2014111002 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.4 (Build: 20150112)</strong> גרסה Version 2014051204 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1421026987, 1421026989),
(12, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.2+ (Build: 20150115) גרסה Version 2014111002.02 (גירסה יציבה)\nMoodle 2.7.4+ (Build: 20150115) גרסה Version 2014051204.01 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.2+ (Build: 20150115)</strong> גרסה Version 2014111002.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.4+ (Build: 20150115)</strong> גרסה Version 2014051204.01 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1421422987, 1421422988),
(13, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.2+ (Build: 20150129) גרסה Version 2014111002.04 (גירסה יציבה)\nMoodle 2.7.4+ (Build: 20150129) גרסה Version 2014051204.03 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.2+ (Build: 20150129)</strong> גרסה Version 2014111002.04 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.4+ (Build: 20150129)</strong> גרסה Version 2014051204.03 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1422654189, 1422654192),
(14, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.3 (Build: 20150202) גרסה Version 2014111003 (גירסה יציבה)\nMoodle 2.7.5 (Build: 20150202) גרסה Version 2014051205 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.3 (Build: 20150202)</strong> גרסה Version 2014111003 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.5 (Build: 20150202)</strong> גרסה Version 2014051205 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1422841390, 1422841392),
(15, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.3+ (Build: 20150205) גרסה Version 2014111003.01 (גירסה יציבה)\nMoodle 2.7.5+ (Build: 20150205) גרסה Version 2014051205.01 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.3+ (Build: 20150205)</strong> גרסה Version 2014111003.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.5+ (Build: 20150205)</strong> גרסה Version 2014051205.01 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1423237389, 1423237391),
(16, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.3+ (Build: 20150212) גרסה Version 2014111003.02 (גירסה יציבה)\nMoodle 2.7.5+ (Build: 20150212) גרסה Version 2014051205.02 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.3+ (Build: 20150212)</strong> גרסה Version 2014111003.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.5+ (Build: 20150212)</strong> גרסה Version 2014051205.02 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1423791790, 1423791792),
(17, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.3+ (Build: 20150219) גרסה Version 2014111003.03 (גירסה יציבה)\nMoodle 2.7.5+ (Build: 20150219) גרסה Version 2014051205.03 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.3+ (Build: 20150219)</strong> גרסה Version 2014111003.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.5+ (Build: 20150219)</strong> גרסה Version 2014051205.03 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1424461390, 1424461391),
(18, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.3+ (Build: 20150225) גרסה Version 2014111003.05 (גירסה יציבה)\nMoodle 2.7.5+ (Build: 20150225) גרסה Version 2014051205.05 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.3+ (Build: 20150225)</strong> גרסה Version 2014111003.05 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.5+ (Build: 20150225)</strong> גרסה Version 2014051205.05 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1424950988, 1424950989),
(19, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.3+ (Build: 20150305) גרסה Version 2014111003.06 (גירסה יציבה)\nMoodle 2.7.5+ (Build: 20150305) גרסה Version 2014051205.06 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.3+ (Build: 20150305)</strong> גרסה Version 2014111003.06 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.5+ (Build: 20150305)</strong> גרסה Version 2014051205.06 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1425692590, 1425692592),
(20, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.4 (Build: 20150309) גרסה Version 2014111004 (גירסה יציבה)\nMoodle 2.7.6 (Build: 20150309) גרסה Version 2014051206 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.4 (Build: 20150309)</strong> גרסה Version 2014111004 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.6 (Build: 20150309)</strong> גרסה Version 2014051206 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1425868989, 1425868990),
(21, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.5 (Build: 20150310) גרסה Version 2014111005 (גירסה יציבה)\nMoodle 2.7.7 (Build: 20150310) גרסה Version 2014051207 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.5 (Build: 20150310)</strong> גרסה Version 2014111005 (גירסה יציבה)</li>\n<li><strong>Moodle 2.7.7 (Build: 20150310)</strong> גרסה Version 2014051207 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1425984188, 1425984189),
(22, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6 (Build: 20150511) גרסה Version 2014111006 (גירסה יציבה)\nMoodle 2.9 (Build: 20150511) גרסה Version 2015051100 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6 (Build: 20150511)</strong> גרסה Version 2014111006 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9 (Build: 20150511)</strong> גרסה Version 2015051100 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1431355390, 1431355394),
(23, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6+ (Build: 20150514) גרסה Version 2014111006.01 (גירסה יציבה)\nMoodle 2.9+ (Build: 20150514) גרסה Version 2015051100.01 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6+ (Build: 20150514)</strong> גרסה Version 2014111006.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9+ (Build: 20150514)</strong> גרסה Version 2015051100.01 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1431729789, 1431729792),
(24, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6+ (Build: 20150521) גרסה Version 2014111006.02 (גירסה יציבה)\nMoodle 2.9+ (Build: 20150521) גרסה Version 2015051100.02 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6+ (Build: 20150521)</strong> גרסה Version 2014111006.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9+ (Build: 20150521)</strong> גרסה Version 2015051100.02 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1432312988, 1432312991),
(25, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6+ (Build: 20150528) גרסה Version 2014111006.03 (גירסה יציבה)\nMoodle 2.9+ (Build: 20150528) גרסה Version 2015051100.03 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6+ (Build: 20150528)</strong> גרסה Version 2014111006.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9+ (Build: 20150528)</strong> גרסה Version 2015051100.03 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1432896188, 1432896204);
INSERT INTO `mdl_message_read` (`id`, `useridfrom`, `useridto`, `subject`, `fullmessage`, `fullmessageformat`, `fullmessagehtml`, `smallmessage`, `notification`, `contexturl`, `contexturlname`, `timecreated`, `timeread`) VALUES
(26, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6+ (Build: 20150604) גרסה Version 2014111006.04 (גירסה יציבה)\nMoodle 2.9+ (Build: 20150604) גרסה Version 2015051100.04 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6+ (Build: 20150604)</strong> גרסה Version 2014111006.04 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9+ (Build: 20150604)</strong> גרסה Version 2015051100.04 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1433544190, 1433544193),
(27, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6+ (Build: 20150612) גרסה Version 2014111006.06 (גירסה יציבה)\nMoodle 2.9+ (Build: 20150612) גרסה Version 2015051100.06 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6+ (Build: 20150612)</strong> גרסה Version 2014111006.06 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9+ (Build: 20150612)</strong> גרסה Version 2015051100.06 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1434220988, 1434220992),
(28, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6+ (Build: 20150618) גרסה Version 2014111006.07 (גירסה יציבה)\nMoodle 2.9+ (Build: 20150618) גרסה Version 2015051100.07 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6+ (Build: 20150618)</strong> גרסה Version 2014111006.07 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9+ (Build: 20150618)</strong> גרסה Version 2015051100.07 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1434710593, 1434710594),
(29, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6+ (Build: 20150625) גרסה Version 2014111006.09 (גירסה יציבה)\nMoodle 2.9+ (Build: 20150625) גרסה Version 2015051100.09 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6+ (Build: 20150625)</strong> גרסה Version 2014111006.09 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9+ (Build: 20150625)</strong> גרסה Version 2015051100.09 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1435358589, 1435358608),
(30, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.6+ (Build: 20150702) גרסה Version 2014111006.11 (גירסה יציבה)\nMoodle 2.9+ (Build: 20150702) גרסה Version 2015051100.11 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.6+ (Build: 20150702)</strong> גרסה Version 2014111006.11 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9+ (Build: 20150702)</strong> גרסה Version 2015051100.11 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1435934599, 1435934601),
(31, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7 (Build: 20150706) גרסה Version 2014111007 (גירסה יציבה)\nMoodle 2.9.1 (Build: 20150706) גרסה Version 2015051101 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7 (Build: 20150706)</strong> גרסה Version 2014111007 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1 (Build: 20150706)</strong> גרסה Version 2015051101 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1436208200, 1436208204),
(32, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150711) גרסה Version 2014111007.01 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150711) גרסה Version 2015051101.01 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150711)</strong> גרסה Version 2014111007.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150711)</strong> גרסה Version 2015051101.01 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1436582589, 1436582592),
(33, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150716) גרסה Version 2014111007.02 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150716) גרסה Version 2015051101.02 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150716)</strong> גרסה Version 2014111007.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150716)</strong> גרסה Version 2015051101.02 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1437165787, 1437165791),
(34, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150723) גרסה Version 2014111007.03 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150723) גרסה Version 2015051101.03 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150723)</strong> גרסה Version 2014111007.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150723)</strong> גרסה Version 2015051101.03 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1437655390, 1437655392),
(35, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150730) גרסה Version 2014111007.04 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150730) גרסה Version 2015051101.04 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150730)</strong> גרסה Version 2014111007.04 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150730)</strong> גרסה Version 2015051101.04 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1438396988, 1438396992),
(36, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150806) גרסה Version 2014111007.05 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150806) גרסה Version 2015051101.05 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150806)</strong> גרסה Version 2014111007.05 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150806)</strong> גרסה Version 2015051101.05 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1438980190, 1438980192),
(37, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150820) גרסה Version 2014111007.08 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150820) גרסה Version 2015051101.08 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150820)</strong> גרסה Version 2014111007.08 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150820)</strong> גרסה Version 2015051101.08 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1440189792, 1440189797),
(38, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150828) גרסה Version 2014111007.09 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150828) גרסה Version 2015051101.09 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150828)</strong> גרסה Version 2014111007.09 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150828)</strong> גרסה Version 2015051101.09 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1440859390, 1440859394),
(39, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150903) גרסה Version 2014111007.1 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150903) גרסה Version 2015051101.1 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150903)</strong> גרסה Version 2014111007.1 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150903)</strong> גרסה Version 2015051101.1 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1441420989, 1441420992),
(40, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.7+ (Build: 20150910) גרסה Version 2014111007.11 (גירסה יציבה)\nMoodle 2.9.1+ (Build: 20150910) גרסה Version 2015051101.11 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.7+ (Build: 20150910)</strong> גרסה Version 2014111007.11 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.1+ (Build: 20150910)</strong> גרסה Version 2015051101.11 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1442004187, 1442004191),
(41, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8 (Build: 20150914) גרסה Version 2014111008 (גירסה יציבה)\nMoodle 2.9.2 (Build: 20150914) גרסה Version 2015051102 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8 (Build: 20150914)</strong> גרסה Version 2014111008 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2 (Build: 20150914)</strong> גרסה Version 2015051102 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1442284987, 1442284990),
(42, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20150918) גרסה Version 2014111008.01 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20150918) גרסה Version 2015051102.01 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20150918)</strong> גרסה Version 2014111008.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20150918)</strong> גרסה Version 2015051102.01 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1442580188, 1442580192),
(43, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20150924) גרסה Version 2014111008.02 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20150924) גרסה Version 2015051102.02 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20150924)</strong> גרסה Version 2014111008.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20150924)</strong> גרסה Version 2015051102.02 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1443235388, 1443235392),
(44, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151002) גרסה Version 2014111008.03 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151002) גרסה Version 2015051102.03 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151002)</strong> גרסה Version 2014111008.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151002)</strong> גרסה Version 2015051102.03 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1443912187, 1443912191),
(45, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151008) גרסה Version 2014111008.04 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151008) גרסה Version 2015051102.04 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151008)</strong> גרסה Version 2014111008.04 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151008)</strong> גרסה Version 2015051102.04 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1444401787, 1444401789),
(46, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151014) גרסה Version 2014111008.05 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151014) גרסה Version 2015051102.05 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151014)</strong> גרסה Version 2014111008.05 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151014)</strong> גרסה Version 2015051102.05 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1444963388, 1444963393),
(47, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151016) גרסה Version 2014111008.06 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151016) גרסה Version 2015051102.06 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151016)</strong> גרסה Version 2014111008.06 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151016)</strong> גרסה Version 2015051102.06 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1445078589, 1445078593),
(48, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151020) גרסה Version 2014111008.08 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151020) גרסה Version 2015051102.08 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151020)</strong> גרסה Version 2014111008.08 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151020)</strong> גרסה Version 2015051102.08 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1445452988, 1445452992),
(49, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151023) גרסה Version 2014111008.09 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151023) גרסה Version 2015051102.09 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151023)</strong> גרסה Version 2014111008.09 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151023)</strong> גרסה Version 2015051102.09 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1445733787, 1445733791);
INSERT INTO `mdl_message_read` (`id`, `useridfrom`, `useridto`, `subject`, `fullmessage`, `fullmessageformat`, `fullmessagehtml`, `smallmessage`, `notification`, `contexturl`, `contexturlname`, `timecreated`, `timeread`) VALUES
(50, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151028) גרסה Version 2014111008.1 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151028) גרסה Version 2015051102.1 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151028)</strong> גרסה Version 2014111008.1 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151028)</strong> גרסה Version 2015051102.1 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1446129787, 1446129791),
(51, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151031) גרסה Version 2014111008.11 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151031) גרסה Version 2015051102.11 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151031)</strong> גרסה Version 2014111008.11 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151031)</strong> גרסה Version 2015051102.11 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1446316988, 1446316991),
(52, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.8+ (Build: 20151104) גרסה Version 2014111008.12 (גירסה יציבה)\nMoodle 2.9.2+ (Build: 20151104) גרסה Version 2015051102.12 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.8+ (Build: 20151104)</strong> גרסה Version 2014111008.12 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.2+ (Build: 20151104)</strong> גרסה Version 2015051102.12 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1446687788, 1446687792),
(53, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.9 (Build: 20151109) גרסה Version 2014111009 (גירסה יציבה)\nMoodle 2.9.3 (Build: 20151109) גרסה Version 2015051103 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.9 (Build: 20151109)</strong> גרסה Version 2014111009 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3 (Build: 20151109)</strong> גרסה Version 2015051103 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1447076589, 1447076592),
(54, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.8.9+ (Build: 20151110) גרסה Version 2014111009.01 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151110) גרסה Version 2015051103.01 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.8.9+ (Build: 20151110)</strong> גרסה Version 2014111009.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151110)</strong> גרסה Version 2015051103.01 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1447263787, 1447263791),
(55, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0 (Build: 20151116) גרסה Version 2015111600 (גירסה יציבה)\nMoodle 2.8.9+ (Build: 20151113) גרסה Version 2014111009.02 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151113) גרסה Version 2015051103.02 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0 (Build: 20151116)</strong> גרסה Version 2015111600 (גירסה יציבה)</li>\n<li><strong>Moodle 2.8.9+ (Build: 20151113)</strong> גרסה Version 2014111009.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151113)</strong> גרסה Version 2015051103.02 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1447638190, 1447638194),
(56, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0+ (Build: 20151119) גרסה Version 2015111600.01 (גירסה יציבה)\nMoodle 2.8.9+ (Build: 20151119) גרסה Version 2014111009.03 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151119) גרסה Version 2015051103.03 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0+ (Build: 20151119)</strong> גרסה Version 2015111600.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.8.9+ (Build: 20151119)</strong> גרסה Version 2014111009.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151119)</strong> גרסה Version 2015051103.03 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1448034190, 1448034193),
(57, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0+ (Build: 20151126) גרסה Version 2015111600.02 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151126) גרסה Version 2015051103.04 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0+ (Build: 20151126)</strong> גרסה Version 2015111600.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151126)</strong> גרסה Version 2015051103.04 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1448588590, 1448588594),
(58, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0+ (Build: 20151204) גרסה Version 2015111600.03 (גירסה יציבה)\nMoodle 2.8.9+ (Build: 20151204) גרסה Version 2014111009.04 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151204) גרסה Version 2015051103.05 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0+ (Build: 20151204)</strong> גרסה Version 2015111600.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.8.9+ (Build: 20151204)</strong> גרסה Version 2014111009.04 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151204)</strong> גרסה Version 2015051103.05 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1449265387, 1449265391),
(59, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0+ (Build: 20151209) גרסה Version 2015111600.04 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151209) גרסה Version 2015051103.06 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0+ (Build: 20151209)</strong> גרסה Version 2015111600.04 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151209)</strong> גרסה Version 2015051103.06 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1449754992, 1449754995),
(60, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0+ (Build: 20151218) גרסה Version 2015111600.05 (גירסה יציבה)\nMoodle 2.8.9+ (Build: 20151218) גרסה Version 2014111009.05 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151218) גרסה Version 2015051103.07 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0+ (Build: 20151218)</strong> גרסה Version 2015111600.05 (גירסה יציבה)</li>\n<li><strong>Moodle 2.8.9+ (Build: 20151218)</strong> גרסה Version 2014111009.05 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151218)</strong> גרסה Version 2015051103.07 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1450496591, 1450496596),
(61, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.1 (Build: 20151221) גרסה Version 2015111601 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.1 (Build: 20151221)</strong> גרסה Version 2015111601 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1450705393, 1450705397),
(62, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.1+ (Build: 20151223) גרסה Version 2015111601.01 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151223) גרסה Version 2015051103.08 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.1+ (Build: 20151223)</strong> גרסה Version 2015111601.01 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151223)</strong> גרסה Version 2015051103.08 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1450986199, 1450986202),
(63, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.1+ (Build: 20151231) גרסה Version 2015111601.02 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20151231) גרסה Version 2015051103.09 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.1+ (Build: 20151231)</strong> גרסה Version 2015111601.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20151231)</strong> גרסה Version 2015051103.09 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1451662991, 1451662996),
(64, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.1+ (Build: 20160107) גרסה Version 2015111601.03 (גירסה יציבה)\nMoodle 2.9.3+ (Build: 20160107) גרסה Version 2015051103.1 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.1+ (Build: 20160107)</strong> גרסה Version 2015111601.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.3+ (Build: 20160107)</strong> גרסה Version 2015051103.1 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1452224592, 1452224595),
(65, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 2.9.3+ (Build: 20160108) גרסה Version 2015051103.11 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 2.9.3+ (Build: 20160108)</strong> גרסה Version 2015051103.11 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1452339789, 1452339793),
(66, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.2 (Build: 20160111) גרסה Version 2015111602 (גירסה יציבה)\nMoodle 2.8.10 (Build: 20160111) גרסה Version 2014111010 (גירסה יציבה)\nMoodle 2.9.4 (Build: 20160111) גרסה Version 2015051104 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.2 (Build: 20160111)</strong> גרסה Version 2015111602 (גירסה יציבה)</li>\n<li><strong>Moodle 2.8.10 (Build: 20160111)</strong> גרסה Version 2014111010 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.4 (Build: 20160111)</strong> גרסה Version 2015051104 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1452519794, 1452519797),
(67, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.2+ (Build: 20160114) גרסה Version 2015111602.02 (גירסה יציבה)\nMoodle 2.9.4+ (Build: 20160114) גרסה Version 2015051104.02 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.2+ (Build: 20160114)</strong> גרסה Version 2015111602.02 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.4+ (Build: 20160114)</strong> גרסה Version 2015051104.02 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1452894190, 1452894194),
(68, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.2+ (Build: 20160121) גרסה Version 2015111602.03 (גירסה יציבה)\nMoodle 2.9.4+ (Build: 20160121) גרסה Version 2015051104.03 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.2+ (Build: 20160121)</strong> גרסה Version 2015111602.03 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.4+ (Build: 20160121)</strong> גרסה Version 2015051104.03 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1453477388, 1453477394),
(69, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.2+ (Build: 20160129) גרסה Version 2015111602.04 (גירסה יציבה)\nMoodle 2.9.4+ (Build: 20160129) גרסה Version 2015051104.04 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.2+ (Build: 20160129)</strong> גרסה Version 2015111602.04 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.4+ (Build: 20160129)</strong> גרסה Version 2015051104.04 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1454154189, 1454154193),
(70, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.2+ (Build: 20160204) גרסה Version 2015111602.05 (גירסה יציבה)\nMoodle 2.9.4+ (Build: 20160204) גרסה Version 2015051104.05 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.2+ (Build: 20160204)</strong> גרסה Version 2015111602.05 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.4+ (Build: 20160204)</strong> גרסה Version 2015051104.05 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1454708590, 1454708593),
(71, 2, 2, 'עדכונים עבור אתר Moodle הבא זמינים (http://moodle.lulavi.com/moodle27)', 'עדכון הודעות\n\nנמצאה גרסת Moodle חדשה והיא זמינה!\nMoodle 3.0.2+ (Build: 20160211) גרסה Version 2015111602.06 (גירסה יציבה)\nMoodle 2.9.4+ (Build: 20160211) גרסה Version 2015051104.06 (גירסה יציבה)\n\nכנס ל- http://moodle.lulavi.com/moodle27/admin/index.php לצפיה בפרטים נוספים\nYour Moodle site http://moodle.lulavi.com/moodle27 is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.\n', 2, '<h1>עדכון הודעות</h1>\n<h2>נמצאה גרסת Moodle חדשה והיא זמינה!</h2>\n<ul>\n<li><strong>Moodle 3.0.2+ (Build: 20160211)</strong> גרסה Version 2015111602.06 (גירסה יציבה)</li>\n<li><strong>Moodle 2.9.4+ (Build: 20160211)</strong> גרסה Version 2015051104.06 (גירסה יציבה)</li>\n</ul>\n<p>כנס ל- <a href="http://moodle.lulavi.com/moodle27/admin/index.php">http://moodle.lulavi.com/moodle27/admin/index.php</a> לצפיה בפרטים נוספים</p>\n<footer><p style="font-size:smaller; color:#333;">Your Moodle site <a href="http://moodle.lulavi.com/moodle27">http://moodle.lulavi.com/moodle27</a> is configured to automatically check for available updates. You are receiving this message as the administrator of the site. You can disable automatic checks for available updates in the Site administration section of the Administration block. You can customize the delivery of this message via your personal Messaging setting in the My profile settings section.</p></footer>', 'עדכון הודעות', 1, NULL, NULL, 1455291790, 1455291796);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_message_working`
--

CREATE TABLE IF NOT EXISTS `mdl_message_working` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `unreadmessageid` bigint(10) NOT NULL,
  `processorid` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_messwork_unr_ix` (`unreadmessageid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Lists all the messages and processors that need to be proces' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnetservice_enrol_courses`
--

CREATE TABLE IF NOT EXISTS `mdl_mnetservice_enrol_courses` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `hostid` bigint(10) NOT NULL,
  `remoteid` bigint(10) NOT NULL,
  `categoryid` bigint(10) NOT NULL,
  `categoryname` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `summaryformat` smallint(3) DEFAULT '0',
  `startdate` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `rolename` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Caches the information fetched via XML-RPC about courses on ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnetservice_enrol_enrolments`
--

CREATE TABLE IF NOT EXISTS `mdl_mnetservice_enrol_enrolments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `hostid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `remotecourseid` bigint(10) NOT NULL,
  `rolename` varchar(255) NOT NULL DEFAULT '',
  `enroltime` bigint(10) NOT NULL DEFAULT '0',
  `enroltype` varchar(20) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_mnetenroenro_use_ix` (`userid`),
  KEY `mdl_mnetenroenro_hos_ix` (`hostid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Caches the information about enrolments of our local users i' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_application`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_application` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `display_name` varchar(50) NOT NULL DEFAULT '',
  `xmlrpc_server_url` varchar(255) NOT NULL DEFAULT '',
  `sso_land_url` varchar(255) NOT NULL DEFAULT '',
  `sso_jump_url` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Information about applications on remote hosts' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `mdl_mnet_application`
--

INSERT INTO `mdl_mnet_application` (`id`, `name`, `display_name`, `xmlrpc_server_url`, `sso_land_url`, `sso_jump_url`) VALUES
(1, 'moodle', 'Moodle', '/mnet/xmlrpc/server.php', '/auth/mnet/land.php', '/auth/mnet/jump.php'),
(2, 'mahara', 'Mahara', '/api/xmlrpc/server.php', '/auth/xmlrpc/land.php', '/auth/xmlrpc/jump.php');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_host`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_host` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  `wwwroot` varchar(255) NOT NULL DEFAULT '',
  `ip_address` varchar(45) NOT NULL DEFAULT '',
  `name` varchar(80) NOT NULL DEFAULT '',
  `public_key` longtext NOT NULL,
  `public_key_expires` bigint(10) NOT NULL DEFAULT '0',
  `transport` tinyint(2) NOT NULL DEFAULT '0',
  `portno` mediumint(5) NOT NULL DEFAULT '0',
  `last_connect_time` bigint(10) NOT NULL DEFAULT '0',
  `last_log_id` bigint(10) NOT NULL DEFAULT '0',
  `force_theme` tinyint(1) NOT NULL DEFAULT '0',
  `theme` varchar(100) DEFAULT NULL,
  `applicationid` bigint(10) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_mnethost_app_ix` (`applicationid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Information about the local and remote hosts for RPC' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `mdl_mnet_host`
--

INSERT INTO `mdl_mnet_host` (`id`, `deleted`, `wwwroot`, `ip_address`, `name`, `public_key`, `public_key_expires`, `transport`, `portno`, `last_connect_time`, `last_log_id`, `force_theme`, `theme`, `applicationid`) VALUES
(1, 0, 'http://moodle.lulavi.com/moodle27', '212.1.212.46', '', '-----BEGIN CERTIFICATE-----\nMIIEvTCCA6WgAwIBAgIBADANBgkqhkiG9w0BAQUFADCB+DELMAkGA1UEBhMCVVMx\nFDASBgNVBAgMC2RlZmF1bHRjaXR5MRQwEgYDVQQHDAtkZWZhdWx0Y2l0eTElMCMG\nA1UECgwc15PXoyDXlNeR15nXqiDXnNeh15jXldeT16DXmDEPMA0GA1UECwwGTW9v\nZGxlMSowKAYDVQQDDCFodHRwOi8vbW9vZGxlLmx1bGF2aS5jb20vbW9vZGxlMjcx\nKjAoBgNVHREMIWh0dHA6Ly9tb29kbGUubHVsYXZpLmNvbS9tb29kbGUyNzEtMCsG\nCSqGSIb3DQEJARYeYmUuZWZmZWN0aXZlLnN0dWRlbnRAZ21haWwuY29tMB4XDTE1\nMDMxNTAzMDcxOFoXDTE1MDQxMjAzMDcxOFowgfgxCzAJBgNVBAYTAlVTMRQwEgYD\nVQQIDAtkZWZhdWx0Y2l0eTEUMBIGA1UEBwwLZGVmYXVsdGNpdHkxJTAjBgNVBAoM\nHNeT16Mg15TXkdeZ16og15zXodeY15XXk9eg15gxDzANBgNVBAsMBk1vb2RsZTEq\nMCgGA1UEAwwhaHR0cDovL21vb2RsZS5sdWxhdmkuY29tL21vb2RsZTI3MSowKAYD\nVR0RDCFodHRwOi8vbW9vZGxlLmx1bGF2aS5jb20vbW9vZGxlMjcxLTArBgkqhkiG\n9w0BCQEWHmJlLmVmZmVjdGl2ZS5zdHVkZW50QGdtYWlsLmNvbTCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBANuP3KJEO4YVIsCIS5nr5EVbhw0YmpHDnbNh\nN9Eh6a2Wn+ZYdtwCpcFPgQxrX54xZzrWr4y1Xqy8/tP0KXBS21v53jmy1fDeDvB0\ncJpdMnduCpgnEgTwmjZx54khsYDSxf9LlLrRb4vIMxADmydoWdA/5dUdf75bl0vl\ntCwA4cPcvFTo8WkURNR3xg3ydC0mXX+sb0c2qlXl5/Hdv/9a/+nLqjQ9E//woooa\nCM2JU2hxxVeUUalYFeReeqNJvZbtFzIkuZxljdExYU2F4SPwEQWUqL0dJlij8ybd\nEe8CR20exvBBl7Ye4nwRcqlRCDeOR0z72ovXECkZNfzHsZCfau8CAwEAAaNQME4w\nHQYDVR0OBBYEFIYDBvTwqkrZ8I+R8ZBgzQqVbZkfMB8GA1UdIwQYMBaAFIYDBvTw\nqkrZ8I+R8ZBgzQqVbZkfMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB\nAEvPYa+ttPGV4WTcFewZ2SvGeXlIbLP0ZTRf2tlOzQVxEm5Ox98YTUmP8MUvSbNg\nk9YXv4qX37vpR/i6eKAMx62eZqvH0sIzq0K+pmibjyPQ0HSpV2kRVXudmt1YAD+H\nGnaEZMWjcHX8of1JY6vdfBBhEiCofBQNFv3EtFcMiHB2fLRmQXSSI4vpe/VV44GE\nLAq18g3Iq0X9w1czymgAVU3t4CoKNtVHyVp7GoNQdjXdnjNj2u1J2xmKRuJ545Kn\nRz10zjERJUeNhCb1QkKg4KhwOE08ZA1+USGEvg1UVLAF9MXoxC9Ah/GWa8ZSHAaH\nD2j63A62+b0BV/OsxuvLioA=\n-----END CERTIFICATE-----\n', 1428808038, 0, 0, 0, 0, 0, NULL, 1),
(2, 0, '', '', 'All Hosts', '', 0, 0, 0, 0, 0, 0, NULL, 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_host2service`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_host2service` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `hostid` bigint(10) NOT NULL DEFAULT '0',
  `serviceid` bigint(10) NOT NULL DEFAULT '0',
  `publish` tinyint(1) NOT NULL DEFAULT '0',
  `subscribe` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_mnethost_hosser_uix` (`hostid`,`serviceid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Information about the services for a given host' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_log`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_log` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `hostid` bigint(10) NOT NULL DEFAULT '0',
  `remoteid` bigint(10) NOT NULL DEFAULT '0',
  `time` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `ip` varchar(45) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `coursename` varchar(40) NOT NULL DEFAULT '',
  `module` varchar(20) NOT NULL DEFAULT '',
  `cmid` bigint(10) NOT NULL DEFAULT '0',
  `action` varchar(40) NOT NULL DEFAULT '',
  `url` varchar(100) NOT NULL DEFAULT '',
  `info` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Store session data from users migrating to other sites' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_remote_rpc`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_remote_rpc` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `functionname` varchar(40) NOT NULL DEFAULT '',
  `xmlrpcpath` varchar(80) NOT NULL DEFAULT '',
  `plugintype` varchar(20) NOT NULL DEFAULT '',
  `pluginname` varchar(20) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table describes functions that might be called remotely' AUTO_INCREMENT=17 ;

--
-- Dumping data for table `mdl_mnet_remote_rpc`
--

INSERT INTO `mdl_mnet_remote_rpc` (`id`, `functionname`, `xmlrpcpath`, `plugintype`, `pluginname`, `enabled`) VALUES
(1, 'user_authorise', 'auth/mnet/auth.php/user_authorise', 'auth', 'mnet', 1),
(2, 'keepalive_server', 'auth/mnet/auth.php/keepalive_server', 'auth', 'mnet', 1),
(3, 'kill_children', 'auth/mnet/auth.php/kill_children', 'auth', 'mnet', 1),
(4, 'refresh_log', 'auth/mnet/auth.php/refresh_log', 'auth', 'mnet', 1),
(5, 'fetch_user_image', 'auth/mnet/auth.php/fetch_user_image', 'auth', 'mnet', 1),
(6, 'fetch_theme_info', 'auth/mnet/auth.php/fetch_theme_info', 'auth', 'mnet', 1),
(7, 'update_enrolments', 'auth/mnet/auth.php/update_enrolments', 'auth', 'mnet', 1),
(8, 'keepalive_client', 'auth/mnet/auth.php/keepalive_client', 'auth', 'mnet', 1),
(9, 'kill_child', 'auth/mnet/auth.php/kill_child', 'auth', 'mnet', 1),
(10, 'available_courses', 'enrol/mnet/enrol.php/available_courses', 'enrol', 'mnet', 1),
(11, 'user_enrolments', 'enrol/mnet/enrol.php/user_enrolments', 'enrol', 'mnet', 1),
(12, 'enrol_user', 'enrol/mnet/enrol.php/enrol_user', 'enrol', 'mnet', 1),
(13, 'unenrol_user', 'enrol/mnet/enrol.php/unenrol_user', 'enrol', 'mnet', 1),
(14, 'course_enrolments', 'enrol/mnet/enrol.php/course_enrolments', 'enrol', 'mnet', 1),
(15, 'send_content_intent', 'portfolio/mahara/lib.php/send_content_intent', 'portfolio', 'mahara', 1),
(16, 'send_content_ready', 'portfolio/mahara/lib.php/send_content_ready', 'portfolio', 'mahara', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_remote_service2rpc`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_remote_service2rpc` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `serviceid` bigint(10) NOT NULL DEFAULT '0',
  `rpcid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Group functions or methods under a service' AUTO_INCREMENT=17 ;

--
-- Dumping data for table `mdl_mnet_remote_service2rpc`
--

INSERT INTO `mdl_mnet_remote_service2rpc` (`id`, `serviceid`, `rpcid`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 1, 6),
(7, 1, 7),
(8, 2, 8),
(9, 2, 9),
(10, 3, 10),
(11, 3, 11),
(12, 3, 12),
(13, 3, 13),
(14, 3, 14),
(15, 4, 15),
(16, 4, 16);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_rpc`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_rpc` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `functionname` varchar(40) NOT NULL DEFAULT '',
  `xmlrpcpath` varchar(80) NOT NULL DEFAULT '',
  `plugintype` varchar(20) NOT NULL DEFAULT '',
  `pluginname` varchar(20) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT '0',
  `help` longtext NOT NULL,
  `profile` longtext NOT NULL,
  `filename` varchar(100) NOT NULL DEFAULT '',
  `classname` varchar(150) DEFAULT NULL,
  `static` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Functions or methods that we may publish or subscribe to' AUTO_INCREMENT=16 ;

--
-- Dumping data for table `mdl_mnet_rpc`
--

INSERT INTO `mdl_mnet_rpc` (`id`, `functionname`, `xmlrpcpath`, `plugintype`, `pluginname`, `enabled`, `help`, `profile`, `filename`, `classname`, `static`) VALUES
(1, 'user_authorise', 'auth/mnet/auth.php/user_authorise', 'auth', 'mnet', 1, 'Return user data for the provided token, compare with user_agent string.', 'a:2:{s:10:"parameters";a:2:{i:0;a:3:{s:4:"name";s:5:"token";s:4:"type";s:6:"string";s:11:"description";s:37:"The unique ID provided by remotehost.";}i:1;a:3:{s:4:"name";s:9:"useragent";s:4:"type";s:6:"string";s:11:"description";s:0:"";}}s:6:"return";a:2:{s:4:"type";s:5:"array";s:11:"description";s:44:"$userdata Array of user info for remote host";}}', 'auth.php', 'auth_plugin_mnet', 0),
(2, 'keepalive_server', 'auth/mnet/auth.php/keepalive_server', 'auth', 'mnet', 1, 'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive', 'a:2:{s:10:"parameters";a:1:{i:0;a:3:{s:4:"name";s:5:"array";s:4:"type";s:5:"array";s:11:"description";s:21:"An array of usernames";}}s:6:"return";a:2:{s:4:"type";s:6:"string";s:11:"description";s:28:""All ok" or an error message";}}', 'auth.php', 'auth_plugin_mnet', 0),
(3, 'kill_children', 'auth/mnet/auth.php/kill_children', 'auth', 'mnet', 1, 'The IdP uses this function to kill child sessions on other hosts', 'a:2:{s:10:"parameters";a:2:{i:0;a:3:{s:4:"name";s:8:"username";s:4:"type";s:6:"string";s:11:"description";s:28:"Username for session to kill";}i:1;a:3:{s:4:"name";s:9:"useragent";s:4:"type";s:6:"string";s:11:"description";s:0:"";}}s:6:"return";a:2:{s:4:"type";s:6:"string";s:11:"description";s:39:"A plaintext report of what has happened";}}', 'auth.php', 'auth_plugin_mnet', 0),
(4, 'refresh_log', 'auth/mnet/auth.php/refresh_log', 'auth', 'mnet', 1, 'Receives an array of log entries from an SP and adds them to the mnet_log\ntable', 'a:2:{s:10:"parameters";a:1:{i:0;a:3:{s:4:"name";s:5:"array";s:4:"type";s:5:"array";s:11:"description";s:21:"An array of usernames";}}s:6:"return";a:2:{s:4:"type";s:6:"string";s:11:"description";s:28:""All ok" or an error message";}}', 'auth.php', 'auth_plugin_mnet', 0),
(5, 'fetch_user_image', 'auth/mnet/auth.php/fetch_user_image', 'auth', 'mnet', 1, 'Returns the user''s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\n f1          - the content of the default 100x100px image\n f1_mimetype - the mimetype of the f1 file\n f2          - the content of the 35x35px variant of the image\n f2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.', 'a:2:{s:10:"parameters";a:1:{i:0;a:3:{s:4:"name";s:8:"username";s:4:"type";s:3:"int";s:11:"description";s:18:"The id of the user";}}s:6:"return";a:2:{s:4:"type";s:5:"array";s:11:"description";s:84:"false if user not found, empty array if no picture exists, array with data otherwise";}}', 'auth.php', 'auth_plugin_mnet', 0),
(6, 'fetch_theme_info', 'auth/mnet/auth.php/fetch_theme_info', 'auth', 'mnet', 1, 'Returns the theme information and logo url as strings.', 'a:2:{s:10:"parameters";a:0:{}s:6:"return";a:2:{s:4:"type";s:6:"string";s:11:"description";s:14:"The theme info";}}', 'auth.php', 'auth_plugin_mnet', 0),
(7, 'update_enrolments', 'auth/mnet/auth.php/update_enrolments', 'auth', 'mnet', 1, 'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()', 'a:2:{s:10:"parameters";a:2:{i:0;a:3:{s:4:"name";s:8:"username";s:4:"type";s:6:"string";s:11:"description";s:12:"The username";}i:1;a:3:{s:4:"name";s:7:"courses";s:4:"type";s:5:"array";s:11:"description";s:0:"";}}s:6:"return";a:2:{s:4:"type";s:4:"bool";s:11:"description";s:0:"";}}', 'auth.php', 'auth_plugin_mnet', 0),
(8, 'keepalive_client', 'auth/mnet/auth.php/keepalive_client', 'auth', 'mnet', 1, 'Poll the IdP server to let it know that a user it has authenticated is still\nonline', 'a:2:{s:10:"parameters";a:0:{}s:6:"return";a:2:{s:4:"type";s:4:"void";s:11:"description";s:0:"";}}', 'auth.php', 'auth_plugin_mnet', 0),
(9, 'kill_child', 'auth/mnet/auth.php/kill_child', 'auth', 'mnet', 1, 'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.', 'a:2:{s:10:"parameters";a:2:{i:0;a:3:{s:4:"name";s:8:"username";s:4:"type";s:6:"string";s:11:"description";s:28:"Username for session to kill";}i:1;a:3:{s:4:"name";s:9:"useragent";s:4:"type";s:6:"string";s:11:"description";s:0:"";}}s:6:"return";a:2:{s:4:"type";s:4:"bool";s:11:"description";s:15:"True on success";}}', 'auth.php', 'auth_plugin_mnet', 0),
(10, 'available_courses', 'enrol/mnet/enrol.php/available_courses', 'enrol', 'mnet', 1, 'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for ''All hosts'', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.', 'a:2:{s:10:"parameters";a:0:{}s:6:"return";a:2:{s:4:"type";s:5:"array";s:11:"description";s:0:"";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(11, 'user_enrolments', 'enrol/mnet/enrol.php/user_enrolments', 'enrol', 'mnet', 1, 'This method has never been implemented in Moodle MNet API', 'a:2:{s:10:"parameters";a:0:{}s:6:"return";a:2:{s:4:"type";s:5:"array";s:11:"description";s:11:"empty array";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(12, 'enrol_user', 'enrol/mnet/enrol.php/enrol_user', 'enrol', 'mnet', 1, 'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.', 'a:2:{s:10:"parameters";a:2:{i:0;a:3:{s:4:"name";s:8:"userdata";s:4:"type";s:5:"array";s:11:"description";s:14:"user details {";}i:1;a:3:{s:4:"name";s:8:"courseid";s:4:"type";s:3:"int";s:11:"description";s:19:"our local course id";}}s:6:"return";a:2:{s:4:"type";s:4:"bool";s:11:"description";s:69:"true if the enrolment has been successful, throws exception otherwise";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(13, 'unenrol_user', 'enrol/mnet/enrol.php/unenrol_user', 'enrol', 'mnet', 1, 'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can''t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)', 'a:2:{s:10:"parameters";a:2:{i:0;a:3:{s:4:"name";s:8:"username";s:4:"type";s:6:"string";s:11:"description";s:18:"of the remote user";}i:1;a:3:{s:4:"name";s:8:"courseid";s:4:"type";s:3:"int";s:11:"description";s:0:"";}}s:6:"return";a:2:{s:4:"type";s:4:"bool";s:11:"description";s:71:"true if the unenrolment has been successful, throws exception otherwise";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(14, 'course_enrolments', 'enrol/mnet/enrol.php/course_enrolments', 'enrol', 'mnet', 1, 'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.', 'a:2:{s:10:"parameters";a:2:{i:0;a:3:{s:4:"name";s:8:"courseid";s:4:"type";s:3:"int";s:11:"description";s:16:"ID of our course";}i:1;a:3:{s:4:"name";s:5:"roles";s:4:"type";s:5:"array";s:11:"description";s:0:"";}}s:6:"return";a:2:{s:4:"type";s:5:"array";s:11:"description";s:0:"";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(15, 'fetch_file', 'portfolio/mahara/lib.php/fetch_file', 'portfolio', 'mahara', 1, 'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.', 'a:2:{s:10:"parameters";a:1:{i:0;a:3:{s:4:"name";s:5:"token";s:4:"type";s:6:"string";s:11:"description";s:56:"the token recieved previously during send_content_intent";}}s:6:"return";a:2:{s:4:"type";s:4:"void";s:11:"description";s:0:"";}}', 'lib.php', 'portfolio_plugin_mahara', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_service`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_service` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(40) NOT NULL DEFAULT '',
  `description` varchar(40) NOT NULL DEFAULT '',
  `apiversion` varchar(10) NOT NULL DEFAULT '',
  `offer` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='A service is a group of functions' AUTO_INCREMENT=5 ;

--
-- Dumping data for table `mdl_mnet_service`
--

INSERT INTO `mdl_mnet_service` (`id`, `name`, `description`, `apiversion`, `offer`) VALUES
(1, 'sso_idp', '', '1', 1),
(2, 'sso_sp', '', '1', 1),
(3, 'mnet_enrol', '', '1', 1),
(4, 'pf', '', '1', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_service2rpc`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_service2rpc` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `serviceid` bigint(10) NOT NULL DEFAULT '0',
  `rpcid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_mnetserv_rpcser_uix` (`rpcid`,`serviceid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Group functions or methods under a service' AUTO_INCREMENT=16 ;

--
-- Dumping data for table `mdl_mnet_service2rpc`
--

INSERT INTO `mdl_mnet_service2rpc` (`id`, `serviceid`, `rpcid`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 1, 6),
(7, 1, 7),
(8, 2, 8),
(9, 2, 9),
(10, 3, 10),
(11, 3, 11),
(12, 3, 12),
(13, 3, 13),
(14, 3, 14),
(15, 4, 15);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_session`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_session` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `username` varchar(100) NOT NULL DEFAULT '',
  `token` varchar(40) NOT NULL DEFAULT '',
  `mnethostid` bigint(10) NOT NULL DEFAULT '0',
  `useragent` varchar(40) NOT NULL DEFAULT '',
  `confirm_timeout` bigint(10) NOT NULL DEFAULT '0',
  `session_id` varchar(40) NOT NULL DEFAULT '',
  `expires` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_mnetsess_tok_uix` (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Store session data from users migrating to other sites' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_mnet_sso_access_control`
--

CREATE TABLE IF NOT EXISTS `mdl_mnet_sso_access_control` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `username` varchar(100) NOT NULL DEFAULT '',
  `mnet_host_id` bigint(10) NOT NULL DEFAULT '0',
  `accessctrl` varchar(20) NOT NULL DEFAULT 'allow',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_mnetssoaccecont_mne_uix` (`mnet_host_id`,`username`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Users by host permitted (or not) to login from a remote prov' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_modules`
--

CREATE TABLE IF NOT EXISTS `mdl_modules` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(20) NOT NULL DEFAULT '',
  `cron` bigint(10) NOT NULL DEFAULT '0',
  `lastcron` bigint(10) NOT NULL DEFAULT '0',
  `search` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_modu_nam_ix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='modules available in the site' AUTO_INCREMENT=23 ;

--
-- Dumping data for table `mdl_modules`
--

INSERT INTO `mdl_modules` (`id`, `name`, `cron`, `lastcron`, `search`, `visible`) VALUES
(1, 'assign', 60, 1455421383, '', 1),
(2, 'assignment', 60, 0, '', 0),
(3, 'book', 0, 0, '', 1),
(4, 'chat', 300, 1455421383, '', 1),
(5, 'choice', 0, 0, '', 1),
(6, 'data', 0, 0, '', 1),
(7, 'feedback', 0, 0, '', 0),
(8, 'folder', 0, 0, '', 1),
(9, 'forum', 0, 0, '', 1),
(10, 'glossary', 0, 0, '', 1),
(11, 'imscp', 0, 0, '', 1),
(12, 'label', 0, 0, '', 1),
(13, 'lesson', 0, 0, '', 1),
(14, 'lti', 0, 0, '', 1),
(15, 'page', 0, 0, '', 1),
(16, 'quiz', 60, 1455421383, '', 1),
(17, 'resource', 0, 0, '', 1),
(18, 'scorm', 300, 1455421383, '', 1),
(19, 'survey', 0, 0, '', 1),
(20, 'url', 0, 0, '', 1),
(21, 'wiki', 0, 0, '', 1),
(22, 'workshop', 60, 1455421383, '', 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_my_pages`
--

CREATE TABLE IF NOT EXISTS `mdl_my_pages` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) DEFAULT '0',
  `name` varchar(200) NOT NULL DEFAULT '',
  `private` tinyint(1) NOT NULL DEFAULT '1',
  `sortorder` mediumint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_mypage_usepri_ix` (`userid`,`private`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Extra user pages for the My Moodle system' AUTO_INCREMENT=5 ;

--
-- Dumping data for table `mdl_my_pages`
--

INSERT INTO `mdl_my_pages` (`id`, `userid`, `name`, `private`, `sortorder`) VALUES
(1, NULL, '__default', 0, 0),
(2, NULL, '__default', 1, 0),
(3, 2, '__default', 1, 0),
(4, 2, '__default', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_page`
--

CREATE TABLE IF NOT EXISTS `mdl_page` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `content` longtext,
  `contentformat` smallint(4) NOT NULL DEFAULT '0',
  `legacyfiles` smallint(4) NOT NULL DEFAULT '0',
  `legacyfileslast` bigint(10) DEFAULT NULL,
  `display` smallint(4) NOT NULL DEFAULT '0',
  `displayoptions` longtext,
  `revision` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_page_cou_ix` (`course`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Each record is one page and its config data' AUTO_INCREMENT=5 ;

--
-- Dumping data for table `mdl_page`
--

INSERT INTO `mdl_page` (`id`, `course`, `name`, `intro`, `introformat`, `content`, `contentformat`, `legacyfiles`, `legacyfileslast`, `display`, `displayoptions`, `revision`, `timemodified`) VALUES
(1, 1, 'הוראות לאתר', '<p>.</p>', 1, '<p>כאן יהיה עוד תוכן, למשל עמוד של הכיתה</p>', 1, 0, NULL, 5, 'a:2:{s:12:"printheading";s:1:"1";s:10:"printintro";s:1:"0";}', 1, 1412126084),
(3, 1, 'גוגל מפות', '<p>.</p>', 1, '<iframe width="800" height="800" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=%D7%94%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%94+%D7%94%D7%A2%D7%91%D7%A8%D7%99%D7%AA%2F%D7%92%D7%91%D7%A2%D7%AA+%D7%A8%D7%9D,+%D7%99%D7%A9%D7%A8%D7%90%D7%9C&amp;daddr=%D7%94%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%94+%D7%94%D7%A2%D7%91%D7%A8%D7%99%D7%AA+%D7%94%D7%A8+%D7%94%D7%A6%D7%95%D7%A4%D7%99%D7%9D&amp;hl=iw&amp;geocode=FePp5AEd1xAZAimnRvRsy9cCFTGvRZHgeOC3FA%3BFQ0h5QEdpcMZAimtJV56kSkDFTECbVQEp37_PA&amp;aq=&amp;sll=31.793086,35.220046&amp;sspn=0.042677,0.084543&amp;dirflg=r&amp;ttype=now&amp;noexp=0&amp;noal=0&amp;sort=def&amp;mra=ltm&amp;ie=UTF8&amp;t=m&amp;start=0&amp;ll=31.791985,35.220068&amp;spn=0.025385,0.04573&amp;output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?f=d&amp;source=embed&amp;saddr=%D7%94%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%94+%D7%94%D7%A2%D7%91%D7%A8%D7%99%D7%AA%2F%D7%92%D7%91%D7%A2%D7%AA+%D7%A8%D7%9D,+%D7%99%D7%A9%D7%A8%D7%90%D7%9C&amp;daddr=%D7%94%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%94+%D7%94%D7%A2%D7%91%D7%A8%D7%99%D7%AA+%D7%94%D7%A8+%D7%94%D7%A6%D7%95%D7%A4%D7%99%D7%9D&amp;hl=iw&amp;geocode=FePp5AEd1xAZAimnRvRsy9cCFTGvRZHgeOC3FA%3BFQ0h5QEdpcMZAimtJV56kSkDFTECbVQEp37_PA&amp;aq=&amp;sll=31.793086,35.220046&amp;sspn=0.042677,0.084543&amp;dirflg=r&amp;ttype=now&amp;noexp=0&amp;noal=0&amp;sort=def&amp;mra=ltm&amp;ie=UTF8&amp;t=m&amp;start=0&amp;ll=31.791985,35.220068&amp;spn=0.025385,0.04573" style="color:#0000FF;text-align:left">הצג מפה גדולה יותר</a></small>', 1, 0, NULL, 5, 'a:2:{s:12:"printheading";s:1:"1";s:10:"printintro";s:1:"0";}', 5, 1426379717),
(4, 1, 'ניסיון הטמעת וייז בעזרת iframe', '.', 1, '{{#widget:Iframe |url=https://www.waze.com/he/livemap |width=100% |height=342 |border=0 }}', 1, 0, NULL, 5, 'a:2:{s:12:"printheading";s:1:"1";s:10:"printintro";s:1:"0";}', 5, 1426383206);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_instance`
--

CREATE TABLE IF NOT EXISTS `mdl_portfolio_instance` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `plugin` varchar(50) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='base table (not including config data) for instances of port' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_instance_config`
--

CREATE TABLE IF NOT EXISTS `mdl_portfolio_instance_config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `instance` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_portinstconf_nam_ix` (`name`),
  KEY `mdl_portinstconf_ins_ix` (`instance`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='config for portfolio plugin instances' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_instance_user`
--

CREATE TABLE IF NOT EXISTS `mdl_portfolio_instance_user` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `instance` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `mdl_portinstuser_ins_ix` (`instance`),
  KEY `mdl_portinstuser_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='user data for portfolio instances.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_log`
--

CREATE TABLE IF NOT EXISTS `mdl_portfolio_log` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `time` bigint(10) NOT NULL,
  `portfolio` bigint(10) NOT NULL,
  `caller_class` varchar(150) NOT NULL DEFAULT '',
  `caller_file` varchar(255) NOT NULL DEFAULT '',
  `caller_component` varchar(255) DEFAULT NULL,
  `caller_sha1` varchar(255) NOT NULL DEFAULT '',
  `tempdataid` bigint(10) NOT NULL DEFAULT '0',
  `returnurl` varchar(255) NOT NULL DEFAULT '',
  `continueurl` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_portlog_use_ix` (`userid`),
  KEY `mdl_portlog_por_ix` (`portfolio`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='log of portfolio transfers (used to later check for duplicat' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_mahara_queue`
--

CREATE TABLE IF NOT EXISTS `mdl_portfolio_mahara_queue` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `transferid` bigint(10) NOT NULL,
  `token` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_portmahaqueu_tok_ix` (`token`),
  KEY `mdl_portmahaqueu_tra_ix` (`transferid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='maps mahara tokens to transfer ids' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_portfolio_tempdata`
--

CREATE TABLE IF NOT EXISTS `mdl_portfolio_tempdata` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `data` longtext,
  `expirytime` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `instance` bigint(10) DEFAULT '0',
  `queued` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_porttemp_use_ix` (`userid`),
  KEY `mdl_porttemp_ins_ix` (`instance`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='stores temporary data for portfolio exports. the id of this ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_post`
--

CREATE TABLE IF NOT EXISTS `mdl_post` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `module` varchar(20) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `moduleid` bigint(10) NOT NULL DEFAULT '0',
  `coursemoduleid` bigint(10) NOT NULL DEFAULT '0',
  `subject` varchar(128) NOT NULL DEFAULT '',
  `summary` longtext,
  `content` longtext,
  `uniquehash` varchar(255) NOT NULL DEFAULT '',
  `rating` bigint(10) NOT NULL DEFAULT '0',
  `format` bigint(10) NOT NULL DEFAULT '0',
  `summaryformat` tinyint(2) NOT NULL DEFAULT '0',
  `attachment` varchar(100) DEFAULT NULL,
  `publishstate` varchar(20) NOT NULL DEFAULT 'draft',
  `lastmodified` bigint(10) NOT NULL DEFAULT '0',
  `created` bigint(10) NOT NULL DEFAULT '0',
  `usermodified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_post_iduse_uix` (`id`,`userid`),
  KEY `mdl_post_las_ix` (`lastmodified`),
  KEY `mdl_post_mod_ix` (`module`),
  KEY `mdl_post_sub_ix` (`subject`),
  KEY `mdl_post_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Generic post table to hold data blog entries etc in differen' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_profiling`
--

CREATE TABLE IF NOT EXISTS `mdl_profiling` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `runid` varchar(32) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `data` longtext NOT NULL,
  `totalexecutiontime` bigint(10) NOT NULL,
  `totalcputime` bigint(10) NOT NULL,
  `totalcalls` bigint(10) NOT NULL,
  `totalmemory` bigint(10) NOT NULL,
  `runreference` tinyint(2) NOT NULL DEFAULT '0',
  `runcomment` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_prof_run_uix` (`runid`),
  KEY `mdl_prof_urlrun_ix` (`url`,`runreference`),
  KEY `mdl_prof_timrun_ix` (`timecreated`,`runreference`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the results of all the profiling runs' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_essay_options`
--

CREATE TABLE IF NOT EXISTS `mdl_qtype_essay_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionid` bigint(10) NOT NULL,
  `responseformat` varchar(16) NOT NULL DEFAULT 'editor',
  `responserequired` tinyint(2) NOT NULL DEFAULT '1',
  `responsefieldlines` smallint(4) NOT NULL DEFAULT '15',
  `attachments` smallint(4) NOT NULL DEFAULT '0',
  `attachmentsrequired` smallint(4) NOT NULL DEFAULT '0',
  `graderinfo` longtext,
  `graderinfoformat` smallint(4) NOT NULL DEFAULT '0',
  `responsetemplate` longtext,
  `responsetemplateformat` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_qtypessaopti_que_uix` (`questionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Extra options for essay questions.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_match_options`
--

CREATE TABLE IF NOT EXISTS `mdl_qtype_match_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionid` bigint(10) NOT NULL DEFAULT '0',
  `shuffleanswers` smallint(4) NOT NULL DEFAULT '1',
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_qtypmatcopti_que_uix` (`questionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Defines the question-type specific options for matching ques' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_match_subquestions`
--

CREATE TABLE IF NOT EXISTS `mdl_qtype_match_subquestions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionid` bigint(10) NOT NULL DEFAULT '0',
  `questiontext` longtext NOT NULL,
  `questiontextformat` tinyint(2) NOT NULL DEFAULT '0',
  `answertext` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_qtypmatcsubq_que_ix` (`questionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The subquestions that make up a matching question' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_multichoice_options`
--

CREATE TABLE IF NOT EXISTS `mdl_qtype_multichoice_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionid` bigint(10) NOT NULL DEFAULT '0',
  `layout` smallint(4) NOT NULL DEFAULT '0',
  `single` smallint(4) NOT NULL DEFAULT '0',
  `shuffleanswers` smallint(4) NOT NULL DEFAULT '1',
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `answernumbering` varchar(10) NOT NULL DEFAULT 'abc',
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_qtypmultopti_que_uix` (`questionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for multiple choice questions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_randomsamatch_options`
--

CREATE TABLE IF NOT EXISTS `mdl_qtype_randomsamatch_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionid` bigint(10) NOT NULL DEFAULT '0',
  `choose` bigint(10) NOT NULL DEFAULT '4',
  `subcats` tinyint(2) NOT NULL DEFAULT '1',
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_qtyprandopti_que_uix` (`questionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about a random short-answer matching question' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_qtype_shortanswer_options`
--

CREATE TABLE IF NOT EXISTS `mdl_qtype_shortanswer_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionid` bigint(10) NOT NULL DEFAULT '0',
  `usecase` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_qtypshoropti_que_uix` (`questionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for short answer questions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question`
--

CREATE TABLE IF NOT EXISTS `mdl_question` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `category` bigint(10) NOT NULL DEFAULT '0',
  `parent` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `questiontext` longtext NOT NULL,
  `questiontextformat` tinyint(2) NOT NULL DEFAULT '0',
  `generalfeedback` longtext NOT NULL,
  `generalfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `defaultmark` decimal(12,7) NOT NULL DEFAULT '1.0000000',
  `penalty` decimal(12,7) NOT NULL DEFAULT '0.3333333',
  `qtype` varchar(20) NOT NULL DEFAULT '',
  `length` bigint(10) NOT NULL DEFAULT '1',
  `stamp` varchar(255) NOT NULL DEFAULT '',
  `version` varchar(255) NOT NULL DEFAULT '',
  `hidden` tinyint(1) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `createdby` bigint(10) DEFAULT NULL,
  `modifiedby` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_ques_cat_ix` (`category`),
  KEY `mdl_ques_par_ix` (`parent`),
  KEY `mdl_ques_cre_ix` (`createdby`),
  KEY `mdl_ques_mod_ix` (`modifiedby`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The questions themselves' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_answers`
--

CREATE TABLE IF NOT EXISTS `mdl_question_answers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `answer` longtext NOT NULL,
  `answerformat` tinyint(2) NOT NULL DEFAULT '0',
  `fraction` decimal(12,7) NOT NULL DEFAULT '0.0000000',
  `feedback` longtext NOT NULL,
  `feedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_quesansw_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Answers, with a fractional grade (0-1) and feedback' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_attempts`
--

CREATE TABLE IF NOT EXISTS `mdl_question_attempts` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionusageid` bigint(10) NOT NULL,
  `slot` bigint(10) NOT NULL,
  `behaviour` varchar(32) NOT NULL DEFAULT '',
  `questionid` bigint(10) NOT NULL,
  `variant` bigint(10) NOT NULL DEFAULT '1',
  `maxmark` decimal(12,7) NOT NULL,
  `minfraction` decimal(12,7) NOT NULL,
  `maxfraction` decimal(12,7) NOT NULL DEFAULT '1.0000000',
  `flagged` tinyint(1) NOT NULL DEFAULT '0',
  `questionsummary` longtext,
  `rightanswer` longtext,
  `responsesummary` longtext,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_quesatte_queslo_uix` (`questionusageid`,`slot`),
  KEY `mdl_quesatte_beh_ix` (`behaviour`),
  KEY `mdl_quesatte_que_ix` (`questionid`),
  KEY `mdl_quesatte_que2_ix` (`questionusageid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each row here corresponds to an attempt at one question, as ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_attempt_steps`
--

CREATE TABLE IF NOT EXISTS `mdl_question_attempt_steps` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionattemptid` bigint(10) NOT NULL,
  `sequencenumber` bigint(10) NOT NULL,
  `state` varchar(13) NOT NULL DEFAULT '',
  `fraction` decimal(12,7) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`),
  KEY `mdl_quesattestep_que_ix` (`questionattemptid`),
  KEY `mdl_quesattestep_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores one step in in a question attempt. As well as the dat' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_attempt_step_data`
--

CREATE TABLE IF NOT EXISTS `mdl_question_attempt_step_data` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `attemptstepid` bigint(10) NOT NULL,
  `name` varchar(32) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_quesattestepdata_at_uix` (`attemptstepid`,`name`),
  KEY `mdl_quesattestepdata_att_ix` (`attemptstepid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Each question_attempt_step has an associative array of the d' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_calculated`
--

CREATE TABLE IF NOT EXISTS `mdl_question_calculated` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `answer` bigint(10) NOT NULL DEFAULT '0',
  `tolerance` varchar(20) NOT NULL DEFAULT '0.0',
  `tolerancetype` bigint(10) NOT NULL DEFAULT '1',
  `correctanswerlength` bigint(10) NOT NULL DEFAULT '2',
  `correctanswerformat` bigint(10) NOT NULL DEFAULT '2',
  PRIMARY KEY (`id`),
  KEY `mdl_quescalc_ans_ix` (`answer`),
  KEY `mdl_quescalc_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for questions of type calculated' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_calculated_options`
--

CREATE TABLE IF NOT EXISTS `mdl_question_calculated_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `synchronize` tinyint(2) NOT NULL DEFAULT '0',
  `single` smallint(4) NOT NULL DEFAULT '0',
  `shuffleanswers` smallint(4) NOT NULL DEFAULT '0',
  `correctfeedback` longtext,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `partiallycorrectfeedback` longtext,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `incorrectfeedback` longtext,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT '0',
  `answernumbering` varchar(10) NOT NULL DEFAULT 'abc',
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_quescalcopti_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for questions of type calculated' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_categories`
--

CREATE TABLE IF NOT EXISTS `mdl_question_categories` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL DEFAULT '0',
  `info` longtext NOT NULL,
  `infoformat` tinyint(2) NOT NULL DEFAULT '0',
  `stamp` varchar(255) NOT NULL DEFAULT '',
  `parent` bigint(10) NOT NULL DEFAULT '0',
  `sortorder` bigint(10) NOT NULL DEFAULT '999',
  PRIMARY KEY (`id`),
  KEY `mdl_quescate_con_ix` (`contextid`),
  KEY `mdl_quescate_par_ix` (`parent`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Categories are for grouping questions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_datasets`
--

CREATE TABLE IF NOT EXISTS `mdl_question_datasets` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `datasetdefinition` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_quesdata_quedat_ix` (`question`,`datasetdefinition`),
  KEY `mdl_quesdata_que_ix` (`question`),
  KEY `mdl_quesdata_dat_ix` (`datasetdefinition`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Many-many relation between questions and dataset definitions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_dataset_definitions`
--

CREATE TABLE IF NOT EXISTS `mdl_question_dataset_definitions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `category` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` bigint(10) NOT NULL DEFAULT '0',
  `options` varchar(255) NOT NULL DEFAULT '',
  `itemcount` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_quesdatadefi_cat_ix` (`category`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Organises and stores properties for dataset items' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_dataset_items`
--

CREATE TABLE IF NOT EXISTS `mdl_question_dataset_items` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `definition` bigint(10) NOT NULL DEFAULT '0',
  `itemnumber` bigint(10) NOT NULL DEFAULT '0',
  `value` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_quesdataitem_def_ix` (`definition`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Individual dataset items' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_hints`
--

CREATE TABLE IF NOT EXISTS `mdl_question_hints` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionid` bigint(10) NOT NULL,
  `hint` longtext NOT NULL,
  `hintformat` smallint(4) NOT NULL DEFAULT '0',
  `shownumcorrect` tinyint(1) DEFAULT NULL,
  `clearwrong` tinyint(1) DEFAULT NULL,
  `options` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_queshint_que_ix` (`questionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the the part of the question definition that gives di' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_multianswer`
--

CREATE TABLE IF NOT EXISTS `mdl_question_multianswer` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `sequence` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_quesmult_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for multianswer questions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_numerical`
--

CREATE TABLE IF NOT EXISTS `mdl_question_numerical` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `answer` bigint(10) NOT NULL DEFAULT '0',
  `tolerance` varchar(255) NOT NULL DEFAULT '0.0',
  PRIMARY KEY (`id`),
  KEY `mdl_quesnume_ans_ix` (`answer`),
  KEY `mdl_quesnume_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for numerical questions.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_numerical_options`
--

CREATE TABLE IF NOT EXISTS `mdl_question_numerical_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `showunits` smallint(4) NOT NULL DEFAULT '0',
  `unitsleft` smallint(4) NOT NULL DEFAULT '0',
  `unitgradingtype` smallint(4) NOT NULL DEFAULT '0',
  `unitpenalty` decimal(12,7) NOT NULL DEFAULT '0.1000000',
  PRIMARY KEY (`id`),
  KEY `mdl_quesnumeopti_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for questions of type numerical This table is also u' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_numerical_units`
--

CREATE TABLE IF NOT EXISTS `mdl_question_numerical_units` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `multiplier` decimal(40,20) NOT NULL DEFAULT '1.00000000000000000000',
  `unit` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_quesnumeunit_queuni_uix` (`question`,`unit`),
  KEY `mdl_quesnumeunit_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Optional unit options for numerical questions. This table is' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_response_analysis`
--

CREATE TABLE IF NOT EXISTS `mdl_question_response_analysis` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `whichtries` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `variant` bigint(10) DEFAULT NULL,
  `subqid` varchar(100) NOT NULL DEFAULT '',
  `aid` varchar(100) DEFAULT NULL,
  `response` longtext,
  `credit` decimal(15,5) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Analysis of student responses given to questions.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_response_count`
--

CREATE TABLE IF NOT EXISTS `mdl_question_response_count` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `analysisid` bigint(10) NOT NULL,
  `try` bigint(10) NOT NULL,
  `rcount` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_quesrespcoun_ana_ix` (`analysisid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Count for each responses for each try at a question.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_statistics`
--

CREATE TABLE IF NOT EXISTS `mdl_question_statistics` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `slot` bigint(10) DEFAULT NULL,
  `subquestion` smallint(4) NOT NULL,
  `variant` bigint(10) DEFAULT NULL,
  `s` bigint(10) NOT NULL DEFAULT '0',
  `effectiveweight` decimal(15,5) DEFAULT NULL,
  `negcovar` tinyint(2) NOT NULL DEFAULT '0',
  `discriminationindex` decimal(15,5) DEFAULT NULL,
  `discriminativeefficiency` decimal(15,5) DEFAULT NULL,
  `sd` decimal(15,10) DEFAULT NULL,
  `facility` decimal(15,10) DEFAULT NULL,
  `subquestions` longtext,
  `maxmark` decimal(12,7) DEFAULT NULL,
  `positions` longtext,
  `randomguessscore` decimal(12,7) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Statistics for individual questions used in an activity.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_truefalse`
--

CREATE TABLE IF NOT EXISTS `mdl_question_truefalse` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `question` bigint(10) NOT NULL DEFAULT '0',
  `trueanswer` bigint(10) NOT NULL DEFAULT '0',
  `falseanswer` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_questrue_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Options for True-False questions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_question_usages`
--

CREATE TABLE IF NOT EXISTS `mdl_question_usages` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `preferredbehaviour` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_quesusag_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table''s main purpose it to assign a unique id to each a' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `timeopen` bigint(10) NOT NULL DEFAULT '0',
  `timeclose` bigint(10) NOT NULL DEFAULT '0',
  `timelimit` bigint(10) NOT NULL DEFAULT '0',
  `overduehandling` varchar(16) NOT NULL DEFAULT 'autoabandon',
  `graceperiod` bigint(10) NOT NULL DEFAULT '0',
  `preferredbehaviour` varchar(32) NOT NULL DEFAULT '',
  `attempts` mediumint(6) NOT NULL DEFAULT '0',
  `attemptonlast` smallint(4) NOT NULL DEFAULT '0',
  `grademethod` smallint(4) NOT NULL DEFAULT '1',
  `decimalpoints` smallint(4) NOT NULL DEFAULT '2',
  `questiondecimalpoints` smallint(4) NOT NULL DEFAULT '-1',
  `reviewattempt` mediumint(6) NOT NULL DEFAULT '0',
  `reviewcorrectness` mediumint(6) NOT NULL DEFAULT '0',
  `reviewmarks` mediumint(6) NOT NULL DEFAULT '0',
  `reviewspecificfeedback` mediumint(6) NOT NULL DEFAULT '0',
  `reviewgeneralfeedback` mediumint(6) NOT NULL DEFAULT '0',
  `reviewrightanswer` mediumint(6) NOT NULL DEFAULT '0',
  `reviewoverallfeedback` mediumint(6) NOT NULL DEFAULT '0',
  `questionsperpage` bigint(10) NOT NULL DEFAULT '0',
  `navmethod` varchar(16) NOT NULL DEFAULT 'free',
  `shufflequestions` smallint(4) NOT NULL DEFAULT '0',
  `shuffleanswers` smallint(4) NOT NULL DEFAULT '0',
  `sumgrades` decimal(10,5) NOT NULL DEFAULT '0.00000',
  `grade` decimal(10,5) NOT NULL DEFAULT '0.00000',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `password` varchar(255) NOT NULL DEFAULT '',
  `subnet` varchar(255) NOT NULL DEFAULT '',
  `browsersecurity` varchar(32) NOT NULL DEFAULT '',
  `delay1` bigint(10) NOT NULL DEFAULT '0',
  `delay2` bigint(10) NOT NULL DEFAULT '0',
  `showuserpicture` smallint(4) NOT NULL DEFAULT '0',
  `showblocks` smallint(4) NOT NULL DEFAULT '0',
  `completionattemptsexhausted` tinyint(1) DEFAULT '0',
  `completionpass` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_quiz_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The settings for each quiz.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_attempts`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz_attempts` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `quiz` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `attempt` mediumint(6) NOT NULL DEFAULT '0',
  `uniqueid` bigint(10) NOT NULL DEFAULT '0',
  `layout` longtext NOT NULL,
  `currentpage` bigint(10) NOT NULL DEFAULT '0',
  `preview` smallint(3) NOT NULL DEFAULT '0',
  `state` varchar(16) NOT NULL DEFAULT 'inprogress',
  `timestart` bigint(10) NOT NULL DEFAULT '0',
  `timefinish` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `timecheckstate` bigint(10) DEFAULT '0',
  `sumgrades` decimal(10,5) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`),
  UNIQUE KEY `mdl_quizatte_uni_uix` (`uniqueid`),
  KEY `mdl_quizatte_statim_ix` (`state`,`timecheckstate`),
  KEY `mdl_quizatte_qui_ix` (`quiz`),
  KEY `mdl_quizatte_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores users attempts at quizzes.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_feedback`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz_feedback` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `quizid` bigint(10) NOT NULL DEFAULT '0',
  `feedbacktext` longtext NOT NULL,
  `feedbacktextformat` tinyint(2) NOT NULL DEFAULT '0',
  `mingrade` decimal(10,5) NOT NULL DEFAULT '0.00000',
  `maxgrade` decimal(10,5) NOT NULL DEFAULT '0.00000',
  PRIMARY KEY (`id`),
  KEY `mdl_quizfeed_qui_ix` (`quizid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Feedback given to students based on which grade band their o' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_grades`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz_grades` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `quiz` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `grade` decimal(10,5) NOT NULL DEFAULT '0.00000',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_quizgrad_use_ix` (`userid`),
  KEY `mdl_quizgrad_qui_ix` (`quiz`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the overall grade for each user on the quiz, based on' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_overrides`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz_overrides` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `quiz` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `timeopen` bigint(10) DEFAULT NULL,
  `timeclose` bigint(10) DEFAULT NULL,
  `timelimit` bigint(10) DEFAULT NULL,
  `attempts` mediumint(6) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_quizover_qui_ix` (`quiz`),
  KEY `mdl_quizover_gro_ix` (`groupid`),
  KEY `mdl_quizover_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The overrides to quiz settings on a per-user and per-group b' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_overview_regrades`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz_overview_regrades` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `questionusageid` bigint(10) NOT NULL,
  `slot` bigint(10) NOT NULL,
  `newfraction` decimal(12,7) DEFAULT NULL,
  `oldfraction` decimal(12,7) DEFAULT NULL,
  `regraded` smallint(4) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table records which question attempts need regrading an' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_reports`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz_reports` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `displayorder` bigint(10) NOT NULL,
  `capability` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_quizrepo_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Lists all the installed quiz reports and their display order' AUTO_INCREMENT=5 ;

--
-- Dumping data for table `mdl_quiz_reports`
--

INSERT INTO `mdl_quiz_reports` (`id`, `name`, `displayorder`, `capability`) VALUES
(1, 'grading', 6000, 'mod/quiz:grade'),
(2, 'overview', 10000, NULL),
(3, 'responses', 9000, NULL),
(4, 'statistics', 8000, 'quiz/statistics:view');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_slots`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz_slots` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `slot` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL DEFAULT '0',
  `page` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT '0',
  `maxmark` decimal(12,7) NOT NULL DEFAULT '0.0000000',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_quizslot_quislo_uix` (`quizid`,`slot`),
  KEY `mdl_quizslot_qui_ix` (`quizid`),
  KEY `mdl_quizslot_que_ix` (`questionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the question used in a quiz, with the order, and for ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_quiz_statistics`
--

CREATE TABLE IF NOT EXISTS `mdl_quiz_statistics` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `whichattempts` smallint(4) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `firstattemptscount` bigint(10) NOT NULL,
  `highestattemptscount` bigint(10) NOT NULL,
  `lastattemptscount` bigint(10) NOT NULL,
  `allattemptscount` bigint(10) NOT NULL,
  `firstattemptsavg` decimal(15,5) DEFAULT NULL,
  `highestattemptsavg` decimal(15,5) DEFAULT NULL,
  `lastattemptsavg` decimal(15,5) DEFAULT NULL,
  `allattemptsavg` decimal(15,5) DEFAULT NULL,
  `median` decimal(15,5) DEFAULT NULL,
  `standarddeviation` decimal(15,5) DEFAULT NULL,
  `skewness` decimal(15,10) DEFAULT NULL,
  `kurtosis` decimal(15,5) DEFAULT NULL,
  `cic` decimal(15,10) DEFAULT NULL,
  `errorratio` decimal(15,10) DEFAULT NULL,
  `standarderror` decimal(15,10) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='table to cache results from analysis done in statistics repo' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_rating`
--

CREATE TABLE IF NOT EXISTS `mdl_rating` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `ratingarea` varchar(50) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `scaleid` bigint(10) NOT NULL,
  `rating` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`),
  KEY `mdl_rati_con_ix` (`contextid`),
  KEY `mdl_rati_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='moodle ratings' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_registration_hubs`
--

CREATE TABLE IF NOT EXISTS `mdl_registration_hubs` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `token` varchar(255) NOT NULL DEFAULT '',
  `hubname` varchar(255) NOT NULL DEFAULT '',
  `huburl` varchar(255) NOT NULL DEFAULT '',
  `confirmed` tinyint(1) NOT NULL DEFAULT '0',
  `secret` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='hub where the site is registered on with their associated to' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mdl_registration_hubs`
--

INSERT INTO `mdl_registration_hubs` (`id`, `token`, `hubname`, `huburl`, `confirmed`, `secret`) VALUES
(1, '165b06a26045c3b30d095e7654b11c49', 'Moodle.net', 'http://hub.moodle.org', 1, '4jvf7fptxooialvzcteymenmsfyabhxkmoodle.lulavi.com');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_repository`
--

CREATE TABLE IF NOT EXISTS `mdl_repository` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `type` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) DEFAULT '1',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table contains one entry for every configured external ' AUTO_INCREMENT=10 ;

--
-- Dumping data for table `mdl_repository`
--

INSERT INTO `mdl_repository` (`id`, `type`, `visible`, `sortorder`) VALUES
(1, 'areafiles', 1, 2),
(2, 'local', 1, 3),
(3, 'recent', 1, 4),
(4, 'upload', 1, 5),
(5, 'url', 1, 6),
(6, 'user', 1, 7),
(7, 'wikimedia', 1, 8),
(8, 'youtube', 1, 9),
(9, 'googledocs', 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_repository_instances`
--

CREATE TABLE IF NOT EXISTS `mdl_repository_instances` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `typeid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `contextid` bigint(10) NOT NULL,
  `username` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `readonly` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table contains one entry for every configured external ' AUTO_INCREMENT=10 ;

--
-- Dumping data for table `mdl_repository_instances`
--

INSERT INTO `mdl_repository_instances` (`id`, `name`, `typeid`, `userid`, `contextid`, `username`, `password`, `timecreated`, `timemodified`, `readonly`) VALUES
(1, '', 1, 0, 1, NULL, NULL, 1412104323, 1412104323, 0),
(2, '', 2, 0, 1, NULL, NULL, 1412104323, 1412104323, 0),
(3, '', 3, 0, 1, NULL, NULL, 1412104323, 1412104323, 0),
(4, '', 4, 0, 1, NULL, NULL, 1412104323, 1412104323, 0),
(5, '', 5, 0, 1, NULL, NULL, 1412104323, 1412104323, 0),
(6, 'מאגר קבצים פרטי של משתמש', 6, 0, 1, NULL, NULL, 1412104323, 1412104323, 0),
(7, '', 7, 0, 1, NULL, NULL, 1412104323, 1412104323, 0),
(8, '', 8, 0, 1, NULL, NULL, 1412104323, 1412104323, 0),
(9, '', 9, 0, 1, NULL, NULL, 1412896638, 1412896638, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_repository_instance_config`
--

CREATE TABLE IF NOT EXISTS `mdl_repository_instance_config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `instanceid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The config for intances' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_resource`
--

CREATE TABLE IF NOT EXISTS `mdl_resource` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `tobemigrated` smallint(4) NOT NULL DEFAULT '0',
  `legacyfiles` smallint(4) NOT NULL DEFAULT '0',
  `legacyfileslast` bigint(10) DEFAULT NULL,
  `display` smallint(4) NOT NULL DEFAULT '0',
  `displayoptions` longtext,
  `filterfiles` smallint(4) NOT NULL DEFAULT '0',
  `revision` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_reso_cou_ix` (`course`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Each record is one resource and its config data' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mdl_resource`
--

INSERT INTO `mdl_resource` (`id`, `course`, `name`, `intro`, `introformat`, `tobemigrated`, `legacyfiles`, `legacyfileslast`, `display`, `displayoptions`, `filterfiles`, `revision`, `timemodified`) VALUES
(1, 1, 'עבור לוגו', '<p>.</p>', 1, 0, 0, NULL, 0, 'a:1:{s:10:"printintro";i:1;}', 0, 1, 1426393560);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_resource_old`
--

CREATE TABLE IF NOT EXISTS `mdl_resource_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(30) NOT NULL DEFAULT '',
  `reference` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `alltext` longtext NOT NULL,
  `popup` longtext NOT NULL,
  `options` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `oldid` bigint(10) NOT NULL,
  `cmid` bigint(10) DEFAULT NULL,
  `newmodule` varchar(50) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  `migrated` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_resoold_old_uix` (`oldid`),
  KEY `mdl_resoold_cmi_ix` (`cmid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='backup of all old resource instances from 1.9' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role`
--

CREATE TABLE IF NOT EXISTS `mdl_role` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `archetype` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_role_sor_uix` (`sortorder`),
  UNIQUE KEY `mdl_role_sho_uix` (`shortname`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='moodle roles' AUTO_INCREMENT=9 ;

--
-- Dumping data for table `mdl_role`
--

INSERT INTO `mdl_role` (`id`, `name`, `shortname`, `description`, `sortorder`, `archetype`) VALUES
(1, '', 'manager', '', 1, 'manager'),
(2, '', 'coursecreator', '', 2, 'coursecreator'),
(3, '', 'editingteacher', '', 3, 'editingteacher'),
(4, '', 'teacher', '', 4, 'teacher'),
(5, '', 'student', '', 5, 'student'),
(6, '', 'guest', '', 6, 'guest'),
(7, '', 'user', '', 7, 'user'),
(8, '', 'frontpage', '', 8, 'frontpage');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_allow_assign`
--

CREATE TABLE IF NOT EXISTS `mdl_role_allow_assign` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `allowassign` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_rolealloassi_rolall_uix` (`roleid`,`allowassign`),
  KEY `mdl_rolealloassi_rol_ix` (`roleid`),
  KEY `mdl_rolealloassi_all_ix` (`allowassign`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='this defines what role can assign what role' AUTO_INCREMENT=8 ;

--
-- Dumping data for table `mdl_role_allow_assign`
--

INSERT INTO `mdl_role_allow_assign` (`id`, `roleid`, `allowassign`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 3, 4),
(7, 3, 5);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_allow_override`
--

CREATE TABLE IF NOT EXISTS `mdl_role_allow_override` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `allowoverride` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_rolealloover_rolall_uix` (`roleid`,`allowoverride`),
  KEY `mdl_rolealloover_rol_ix` (`roleid`),
  KEY `mdl_rolealloover_all_ix` (`allowoverride`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='this defines what role can override what role' AUTO_INCREMENT=12 ;

--
-- Dumping data for table `mdl_role_allow_override`
--

INSERT INTO `mdl_role_allow_override` (`id`, `roleid`, `allowoverride`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 1, 6),
(7, 1, 7),
(8, 1, 8),
(9, 3, 4),
(10, 3, 5),
(11, 3, 6);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_allow_switch`
--

CREATE TABLE IF NOT EXISTS `mdl_role_allow_switch` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `roleid` bigint(10) NOT NULL,
  `allowswitch` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_rolealloswit_rolall_uix` (`roleid`,`allowswitch`),
  KEY `mdl_rolealloswit_rol_ix` (`roleid`),
  KEY `mdl_rolealloswit_all_ix` (`allowswitch`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table stores which which other roles a user is allowed ' AUTO_INCREMENT=10 ;

--
-- Dumping data for table `mdl_role_allow_switch`
--

INSERT INTO `mdl_role_allow_switch` (`id`, `roleid`, `allowswitch`) VALUES
(1, 1, 3),
(2, 1, 4),
(3, 1, 5),
(4, 1, 6),
(5, 3, 4),
(6, 3, 5),
(7, 3, 6),
(8, 4, 5),
(9, 4, 6);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_assignments`
--

CREATE TABLE IF NOT EXISTS `mdl_role_assignments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `contextid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `modifierid` bigint(10) NOT NULL DEFAULT '0',
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT '0',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_roleassi_sor_ix` (`sortorder`),
  KEY `mdl_roleassi_rolcon_ix` (`roleid`,`contextid`),
  KEY `mdl_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`),
  KEY `mdl_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`),
  KEY `mdl_roleassi_rol_ix` (`roleid`),
  KEY `mdl_roleassi_con_ix` (`contextid`),
  KEY `mdl_roleassi_use_ix` (`userid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='assigning roles in different context' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mdl_role_assignments`
--

INSERT INTO `mdl_role_assignments` (`id`, `roleid`, `contextid`, `userid`, `timemodified`, `modifierid`, `component`, `itemid`, `sortorder`) VALUES
(1, 5, 33, 3, 1412156746, 3, '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_capabilities`
--

CREATE TABLE IF NOT EXISTS `mdl_role_capabilities` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL DEFAULT '0',
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `capability` varchar(255) NOT NULL DEFAULT '',
  `permission` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `modifierid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`),
  KEY `mdl_rolecapa_rol_ix` (`roleid`),
  KEY `mdl_rolecapa_con_ix` (`contextid`),
  KEY `mdl_rolecapa_mod_ix` (`modifierid`),
  KEY `mdl_rolecapa_cap_ix` (`capability`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='permission has to be signed, overriding a capability for a p' AUTO_INCREMENT=1160 ;

--
-- Dumping data for table `mdl_role_capabilities`
--

INSERT INTO `mdl_role_capabilities` (`id`, `contextid`, `roleid`, `capability`, `permission`, `timemodified`, `modifierid`) VALUES
(1, 1, 1, 'moodle/site:readallmessages', 1, 1412104323, 0),
(2, 1, 3, 'moodle/site:readallmessages', 1, 1412104323, 0),
(3, 1, 1, 'moodle/site:sendmessage', 1, 1412104323, 0),
(4, 1, 7, 'moodle/site:sendmessage', 1, 1412104323, 0),
(5, 1, 1, 'moodle/site:approvecourse', 1, 1412104323, 0),
(6, 1, 3, 'moodle/backup:backupcourse', 1, 1412104323, 0),
(7, 1, 1, 'moodle/backup:backupcourse', 1, 1412104323, 0),
(8, 1, 3, 'moodle/backup:backupsection', 1, 1412104323, 0),
(9, 1, 1, 'moodle/backup:backupsection', 1, 1412104323, 0),
(10, 1, 3, 'moodle/backup:backupactivity', 1, 1412104323, 0),
(11, 1, 1, 'moodle/backup:backupactivity', 1, 1412104323, 0),
(12, 1, 3, 'moodle/backup:backuptargethub', 1, 1412104323, 0),
(13, 1, 1, 'moodle/backup:backuptargethub', 1, 1412104323, 0),
(14, 1, 3, 'moodle/backup:backuptargetimport', 1, 1412104323, 0),
(15, 1, 1, 'moodle/backup:backuptargetimport', 1, 1412104323, 0),
(16, 1, 3, 'moodle/backup:downloadfile', 1, 1412104323, 0),
(17, 1, 1, 'moodle/backup:downloadfile', 1, 1412104323, 0),
(18, 1, 3, 'moodle/backup:configure', 1, 1412104323, 0),
(19, 1, 1, 'moodle/backup:configure', 1, 1412104323, 0),
(20, 1, 1, 'moodle/backup:userinfo', 1, 1412104323, 0),
(21, 1, 1, 'moodle/backup:anonymise', 1, 1412104323, 0),
(22, 1, 3, 'moodle/restore:restorecourse', 1, 1412104323, 0),
(23, 1, 1, 'moodle/restore:restorecourse', 1, 1412104323, 0),
(24, 1, 3, 'moodle/restore:restoresection', 1, 1412104323, 0),
(25, 1, 1, 'moodle/restore:restoresection', 1, 1412104323, 0),
(26, 1, 3, 'moodle/restore:restoreactivity', 1, 1412104323, 0),
(27, 1, 1, 'moodle/restore:restoreactivity', 1, 1412104323, 0),
(28, 1, 3, 'moodle/restore:restoretargethub', 1, 1412104323, 0),
(29, 1, 1, 'moodle/restore:restoretargethub', 1, 1412104323, 0),
(30, 1, 3, 'moodle/restore:restoretargetimport', 1, 1412104323, 0),
(31, 1, 1, 'moodle/restore:restoretargetimport', 1, 1412104323, 0),
(32, 1, 3, 'moodle/restore:uploadfile', 1, 1412104323, 0),
(33, 1, 1, 'moodle/restore:uploadfile', 1, 1412104323, 0),
(34, 1, 3, 'moodle/restore:configure', 1, 1412104323, 0),
(35, 1, 1, 'moodle/restore:configure', 1, 1412104323, 0),
(36, 1, 2, 'moodle/restore:rolldates', 1, 1412104323, 0),
(37, 1, 1, 'moodle/restore:rolldates', 1, 1412104323, 0),
(38, 1, 1, 'moodle/restore:userinfo', 1, 1412104323, 0),
(39, 1, 1, 'moodle/restore:createuser', 1, 1412104323, 0),
(40, 1, 3, 'moodle/site:manageblocks', 1, 1412104323, 0),
(41, 1, 1, 'moodle/site:manageblocks', 1, 1412104323, 0),
(42, 1, 4, 'moodle/site:accessallgroups', 1, 1412104323, 0),
(43, 1, 3, 'moodle/site:accessallgroups', 1, 1412104323, 0),
(44, 1, 1, 'moodle/site:accessallgroups', 1, 1412104323, 0),
(45, 1, 4, 'moodle/site:viewfullnames', 1, 1412104323, 0),
(46, 1, 3, 'moodle/site:viewfullnames', 1, 1412104323, 0),
(47, 1, 1, 'moodle/site:viewfullnames', 1, 1412104323, 0),
(48, 1, 4, 'moodle/site:viewuseridentity', 1, 1412104323, 0),
(49, 1, 3, 'moodle/site:viewuseridentity', 1, 1412104323, 0),
(50, 1, 1, 'moodle/site:viewuseridentity', 1, 1412104323, 0),
(51, 1, 4, 'moodle/site:viewreports', 1, 1412104323, 0),
(52, 1, 3, 'moodle/site:viewreports', 1, 1412104323, 0),
(53, 1, 1, 'moodle/site:viewreports', 1, 1412104323, 0),
(54, 1, 3, 'moodle/site:trustcontent', 1, 1412104323, 0),
(55, 1, 1, 'moodle/site:trustcontent', 1, 1412104323, 0),
(56, 1, 1, 'moodle/site:uploadusers', 1, 1412104323, 0),
(57, 1, 3, 'moodle/filter:manage', 1, 1412104323, 0),
(58, 1, 1, 'moodle/filter:manage', 1, 1412104323, 0),
(59, 1, 1, 'moodle/user:create', 1, 1412104323, 0),
(60, 1, 1, 'moodle/user:delete', 1, 1412104323, 0),
(61, 1, 1, 'moodle/user:update', 1, 1412104323, 0),
(62, 1, 6, 'moodle/user:viewdetails', 1, 1412104323, 0),
(63, 1, 5, 'moodle/user:viewdetails', 1, 1412104323, 0),
(64, 1, 4, 'moodle/user:viewdetails', 1, 1412104323, 0),
(65, 1, 3, 'moodle/user:viewdetails', 1, 1412104323, 0),
(66, 1, 1, 'moodle/user:viewdetails', 1, 1412104323, 0),
(67, 1, 1, 'moodle/user:viewalldetails', 1, 1412104323, 0),
(68, 1, 1, 'moodle/user:viewlastip', 1, 1412104323, 0),
(69, 1, 4, 'moodle/user:viewhiddendetails', 1, 1412104323, 0),
(70, 1, 3, 'moodle/user:viewhiddendetails', 1, 1412104323, 0),
(71, 1, 1, 'moodle/user:viewhiddendetails', 1, 1412104323, 0),
(72, 1, 1, 'moodle/user:loginas', 1, 1412104323, 0),
(73, 1, 1, 'moodle/user:managesyspages', 1, 1412104323, 0),
(74, 1, 7, 'moodle/user:manageownblocks', 1, 1412104323, 0),
(75, 1, 7, 'moodle/user:manageownfiles', 1, 1412104323, 0),
(76, 1, 1, 'moodle/my:configsyspages', 1, 1412104323, 0),
(77, 1, 3, 'moodle/role:assign', 1, 1412104323, 0),
(78, 1, 1, 'moodle/role:assign', 1, 1412104323, 0),
(79, 1, 4, 'moodle/role:review', 1, 1412104323, 0),
(80, 1, 3, 'moodle/role:review', 1, 1412104323, 0),
(81, 1, 1, 'moodle/role:review', 1, 1412104323, 0),
(82, 1, 1, 'moodle/role:override', 1, 1412104323, 0),
(83, 1, 3, 'moodle/role:safeoverride', 1, 1412104323, 0),
(84, 1, 1, 'moodle/role:manage', 1, 1412104323, 0),
(85, 1, 3, 'moodle/role:switchroles', 1, 1412104323, 0),
(86, 1, 1, 'moodle/role:switchroles', 1, 1412104323, 0),
(87, 1, 1, 'moodle/category:manage', 1, 1412104323, 0),
(88, 1, 2, 'moodle/category:viewhiddencategories', 1, 1412104323, 0),
(89, 1, 1, 'moodle/category:viewhiddencategories', 1, 1412104323, 0),
(90, 1, 1, 'moodle/cohort:manage', 1, 1412104323, 0),
(91, 1, 1, 'moodle/cohort:assign', 1, 1412104323, 0),
(92, 1, 3, 'moodle/cohort:view', 1, 1412104323, 0),
(93, 1, 1, 'moodle/cohort:view', 1, 1412104323, 0),
(94, 1, 2, 'moodle/course:create', 1, 1412104323, 0),
(95, 1, 1, 'moodle/course:create', 1, 1412104323, 0),
(96, 1, 7, 'moodle/course:request', 1, 1412104323, 0),
(97, 1, 1, 'moodle/course:delete', 1, 1412104323, 0),
(98, 1, 3, 'moodle/course:update', 1, 1412104323, 0),
(99, 1, 1, 'moodle/course:update', 1, 1412104323, 0),
(100, 1, 1, 'moodle/course:view', 1, 1412104323, 0),
(101, 1, 3, 'moodle/course:enrolreview', 1, 1412104323, 0),
(102, 1, 1, 'moodle/course:enrolreview', 1, 1412104323, 0),
(103, 1, 3, 'moodle/course:enrolconfig', 1, 1412104323, 0),
(104, 1, 1, 'moodle/course:enrolconfig', 1, 1412104323, 0),
(105, 1, 3, 'moodle/course:reviewotherusers', 1, 1412104323, 0),
(106, 1, 1, 'moodle/course:reviewotherusers', 1, 1412104323, 0),
(107, 1, 4, 'moodle/course:bulkmessaging', 1, 1412104323, 0),
(108, 1, 3, 'moodle/course:bulkmessaging', 1, 1412104323, 0),
(109, 1, 1, 'moodle/course:bulkmessaging', 1, 1412104323, 0),
(110, 1, 4, 'moodle/course:viewhiddenuserfields', 1, 1412104323, 0),
(111, 1, 3, 'moodle/course:viewhiddenuserfields', 1, 1412104323, 0),
(112, 1, 1, 'moodle/course:viewhiddenuserfields', 1, 1412104323, 0),
(113, 1, 2, 'moodle/course:viewhiddencourses', 1, 1412104323, 0),
(114, 1, 4, 'moodle/course:viewhiddencourses', 1, 1412104323, 0),
(115, 1, 3, 'moodle/course:viewhiddencourses', 1, 1412104323, 0),
(116, 1, 1, 'moodle/course:viewhiddencourses', 1, 1412104323, 0),
(117, 1, 3, 'moodle/course:visibility', 1, 1412104323, 0),
(118, 1, 1, 'moodle/course:visibility', 1, 1412104323, 0),
(119, 1, 3, 'moodle/course:managefiles', 1, 1412104323, 0),
(120, 1, 1, 'moodle/course:managefiles', 1, 1412104323, 0),
(121, 1, 3, 'moodle/course:manageactivities', 1, 1412104323, 0),
(122, 1, 1, 'moodle/course:manageactivities', 1, 1412104323, 0),
(123, 1, 3, 'moodle/course:activityvisibility', 1, 1412104323, 0),
(124, 1, 1, 'moodle/course:activityvisibility', 1, 1412104323, 0),
(125, 1, 4, 'moodle/course:viewhiddenactivities', 1, 1412104323, 0),
(126, 1, 3, 'moodle/course:viewhiddenactivities', 1, 1412104323, 0),
(127, 1, 1, 'moodle/course:viewhiddenactivities', 1, 1412104323, 0),
(128, 1, 5, 'moodle/course:viewparticipants', 1, 1412104323, 0),
(129, 1, 4, 'moodle/course:viewparticipants', 1, 1412104323, 0),
(130, 1, 3, 'moodle/course:viewparticipants', 1, 1412104323, 0),
(131, 1, 1, 'moodle/course:viewparticipants', 1, 1412104323, 0),
(132, 1, 3, 'moodle/course:changefullname', 1, 1412104323, 0),
(133, 1, 1, 'moodle/course:changefullname', 1, 1412104323, 0),
(134, 1, 3, 'moodle/course:changeshortname', 1, 1412104323, 0),
(135, 1, 1, 'moodle/course:changeshortname', 1, 1412104323, 0),
(136, 1, 3, 'moodle/course:changeidnumber', 1, 1412104323, 0),
(137, 1, 1, 'moodle/course:changeidnumber', 1, 1412104323, 0),
(138, 1, 3, 'moodle/course:changecategory', 1, 1412104323, 0),
(139, 1, 1, 'moodle/course:changecategory', 1, 1412104323, 0),
(140, 1, 3, 'moodle/course:changesummary', 1, 1412104323, 0),
(141, 1, 1, 'moodle/course:changesummary', 1, 1412104323, 0),
(142, 1, 1, 'moodle/site:viewparticipants', 1, 1412104323, 0),
(143, 1, 5, 'moodle/course:isincompletionreports', 1, 1412104323, 0),
(144, 1, 5, 'moodle/course:viewscales', 1, 1412104323, 0),
(145, 1, 4, 'moodle/course:viewscales', 1, 1412104323, 0),
(146, 1, 3, 'moodle/course:viewscales', 1, 1412104323, 0),
(147, 1, 1, 'moodle/course:viewscales', 1, 1412104323, 0),
(148, 1, 3, 'moodle/course:managescales', 1, 1412104323, 0),
(149, 1, 1, 'moodle/course:managescales', 1, 1412104323, 0),
(150, 1, 3, 'moodle/course:managegroups', 1, 1412104323, 0),
(151, 1, 1, 'moodle/course:managegroups', 1, 1412104323, 0),
(152, 1, 3, 'moodle/course:reset', 1, 1412104323, 0),
(153, 1, 1, 'moodle/course:reset', 1, 1412104323, 0),
(154, 1, 3, 'moodle/course:viewsuspendedusers', 1, 1412104323, 0),
(155, 1, 1, 'moodle/course:viewsuspendedusers', 1, 1412104323, 0),
(156, 1, 6, 'moodle/blog:view', 1, 1412104323, 0),
(157, 1, 7, 'moodle/blog:view', 1, 1412104323, 0),
(158, 1, 5, 'moodle/blog:view', 1, 1412104323, 0),
(159, 1, 4, 'moodle/blog:view', 1, 1412104323, 0),
(160, 1, 3, 'moodle/blog:view', 1, 1412104323, 0),
(161, 1, 1, 'moodle/blog:view', 1, 1412104323, 0),
(162, 1, 6, 'moodle/blog:search', 1, 1412104323, 0),
(163, 1, 7, 'moodle/blog:search', 1, 1412104323, 0),
(164, 1, 5, 'moodle/blog:search', 1, 1412104323, 0),
(165, 1, 4, 'moodle/blog:search', 1, 1412104323, 0),
(166, 1, 3, 'moodle/blog:search', 1, 1412104323, 0),
(167, 1, 1, 'moodle/blog:search', 1, 1412104323, 0),
(168, 1, 1, 'moodle/blog:viewdrafts', 1, 1412104323, 0),
(169, 1, 7, 'moodle/blog:create', 1, 1412104323, 0),
(170, 1, 1, 'moodle/blog:create', 1, 1412104323, 0),
(171, 1, 4, 'moodle/blog:manageentries', 1, 1412104323, 0),
(172, 1, 3, 'moodle/blog:manageentries', 1, 1412104323, 0),
(173, 1, 1, 'moodle/blog:manageentries', 1, 1412104323, 0),
(174, 1, 5, 'moodle/blog:manageexternal', 1, 1412104323, 0),
(175, 1, 7, 'moodle/blog:manageexternal', 1, 1412104323, 0),
(176, 1, 4, 'moodle/blog:manageexternal', 1, 1412104323, 0),
(177, 1, 3, 'moodle/blog:manageexternal', 1, 1412104323, 0),
(178, 1, 1, 'moodle/blog:manageexternal', 1, 1412104323, 0),
(179, 1, 7, 'moodle/calendar:manageownentries', 1, 1412104323, 0),
(180, 1, 1, 'moodle/calendar:manageownentries', 1, 1412104323, 0),
(181, 1, 4, 'moodle/calendar:managegroupentries', 1, 1412104323, 0),
(182, 1, 3, 'moodle/calendar:managegroupentries', 1, 1412104323, 0),
(183, 1, 1, 'moodle/calendar:managegroupentries', 1, 1412104323, 0),
(184, 1, 4, 'moodle/calendar:manageentries', 1, 1412104323, 0),
(185, 1, 3, 'moodle/calendar:manageentries', 1, 1412104323, 0),
(186, 1, 1, 'moodle/calendar:manageentries', 1, 1412104323, 0),
(187, 1, 1, 'moodle/user:editprofile', 1, 1412104323, 0),
(188, 1, 6, 'moodle/user:editownprofile', -1000, 1412104323, 0),
(189, 1, 7, 'moodle/user:editownprofile', 1, 1412104323, 0),
(190, 1, 1, 'moodle/user:editownprofile', 1, 1412104323, 0),
(191, 1, 6, 'moodle/user:changeownpassword', -1000, 1412104323, 0),
(192, 1, 7, 'moodle/user:changeownpassword', 1, 1412104323, 0),
(193, 1, 1, 'moodle/user:changeownpassword', 1, 1412104323, 0),
(194, 1, 5, 'moodle/user:readuserposts', 1, 1412104323, 0),
(195, 1, 4, 'moodle/user:readuserposts', 1, 1412104323, 0),
(196, 1, 3, 'moodle/user:readuserposts', 1, 1412104323, 0),
(197, 1, 1, 'moodle/user:readuserposts', 1, 1412104323, 0),
(198, 1, 5, 'moodle/user:readuserblogs', 1, 1412104323, 0),
(199, 1, 4, 'moodle/user:readuserblogs', 1, 1412104323, 0),
(200, 1, 3, 'moodle/user:readuserblogs', 1, 1412104323, 0),
(201, 1, 1, 'moodle/user:readuserblogs', 1, 1412104323, 0),
(202, 1, 1, 'moodle/user:editmessageprofile', 1, 1412104323, 0),
(203, 1, 6, 'moodle/user:editownmessageprofile', -1000, 1412104323, 0),
(204, 1, 7, 'moodle/user:editownmessageprofile', 1, 1412104323, 0),
(205, 1, 1, 'moodle/user:editownmessageprofile', 1, 1412104323, 0),
(206, 1, 3, 'moodle/question:managecategory', 1, 1412104323, 0),
(207, 1, 1, 'moodle/question:managecategory', 1, 1412104323, 0),
(208, 1, 3, 'moodle/question:add', 1, 1412104323, 0),
(209, 1, 1, 'moodle/question:add', 1, 1412104323, 0),
(210, 1, 3, 'moodle/question:editmine', 1, 1412104323, 0),
(211, 1, 1, 'moodle/question:editmine', 1, 1412104323, 0),
(212, 1, 3, 'moodle/question:editall', 1, 1412104323, 0),
(213, 1, 1, 'moodle/question:editall', 1, 1412104323, 0),
(214, 1, 3, 'moodle/question:viewmine', 1, 1412104323, 0),
(215, 1, 1, 'moodle/question:viewmine', 1, 1412104323, 0),
(216, 1, 3, 'moodle/question:viewall', 1, 1412104323, 0),
(217, 1, 1, 'moodle/question:viewall', 1, 1412104323, 0),
(218, 1, 3, 'moodle/question:usemine', 1, 1412104323, 0),
(219, 1, 1, 'moodle/question:usemine', 1, 1412104323, 0),
(220, 1, 3, 'moodle/question:useall', 1, 1412104323, 0),
(221, 1, 1, 'moodle/question:useall', 1, 1412104323, 0),
(222, 1, 3, 'moodle/question:movemine', 1, 1412104323, 0),
(223, 1, 1, 'moodle/question:movemine', 1, 1412104323, 0),
(224, 1, 3, 'moodle/question:moveall', 1, 1412104323, 0),
(225, 1, 1, 'moodle/question:moveall', 1, 1412104323, 0),
(226, 1, 1, 'moodle/question:config', 1, 1412104323, 0),
(227, 1, 5, 'moodle/question:flag', 1, 1412104323, 0),
(228, 1, 4, 'moodle/question:flag', 1, 1412104323, 0),
(229, 1, 3, 'moodle/question:flag', 1, 1412104323, 0),
(230, 1, 1, 'moodle/question:flag', 1, 1412104323, 0),
(231, 1, 4, 'moodle/site:doclinks', 1, 1412104323, 0),
(232, 1, 3, 'moodle/site:doclinks', 1, 1412104323, 0),
(233, 1, 1, 'moodle/site:doclinks', 1, 1412104323, 0),
(234, 1, 3, 'moodle/course:sectionvisibility', 1, 1412104323, 0),
(235, 1, 1, 'moodle/course:sectionvisibility', 1, 1412104323, 0),
(236, 1, 3, 'moodle/course:useremail', 1, 1412104323, 0),
(237, 1, 1, 'moodle/course:useremail', 1, 1412104323, 0),
(238, 1, 3, 'moodle/course:viewhiddensections', 1, 1412104323, 0),
(239, 1, 1, 'moodle/course:viewhiddensections', 1, 1412104323, 0),
(240, 1, 3, 'moodle/course:setcurrentsection', 1, 1412104323, 0),
(241, 1, 1, 'moodle/course:setcurrentsection', 1, 1412104323, 0),
(242, 1, 3, 'moodle/course:movesections', 1, 1412104323, 0),
(243, 1, 1, 'moodle/course:movesections', 1, 1412104323, 0),
(244, 1, 4, 'moodle/grade:viewall', 1, 1412104323, 0),
(245, 1, 3, 'moodle/grade:viewall', 1, 1412104323, 0),
(246, 1, 1, 'moodle/grade:viewall', 1, 1412104323, 0),
(247, 1, 5, 'moodle/grade:view', 1, 1412104323, 0),
(248, 1, 4, 'moodle/grade:viewhidden', 1, 1412104323, 0),
(249, 1, 3, 'moodle/grade:viewhidden', 1, 1412104323, 0),
(250, 1, 1, 'moodle/grade:viewhidden', 1, 1412104323, 0),
(251, 1, 3, 'moodle/grade:import', 1, 1412104323, 0),
(252, 1, 1, 'moodle/grade:import', 1, 1412104323, 0),
(253, 1, 4, 'moodle/grade:export', 1, 1412104323, 0),
(254, 1, 3, 'moodle/grade:export', 1, 1412104323, 0),
(255, 1, 1, 'moodle/grade:export', 1, 1412104323, 0),
(256, 1, 3, 'moodle/grade:manage', 1, 1412104323, 0),
(257, 1, 1, 'moodle/grade:manage', 1, 1412104323, 0),
(258, 1, 3, 'moodle/grade:edit', 1, 1412104323, 0),
(259, 1, 1, 'moodle/grade:edit', 1, 1412104323, 0),
(260, 1, 3, 'moodle/grade:managegradingforms', 1, 1412104323, 0),
(261, 1, 1, 'moodle/grade:managegradingforms', 1, 1412104323, 0),
(262, 1, 1, 'moodle/grade:sharegradingforms', 1, 1412104323, 0),
(263, 1, 1, 'moodle/grade:managesharedforms', 1, 1412104323, 0),
(264, 1, 3, 'moodle/grade:manageoutcomes', 1, 1412104323, 0),
(265, 1, 1, 'moodle/grade:manageoutcomes', 1, 1412104323, 0),
(266, 1, 3, 'moodle/grade:manageletters', 1, 1412104323, 0),
(267, 1, 1, 'moodle/grade:manageletters', 1, 1412104323, 0),
(268, 1, 3, 'moodle/grade:hide', 1, 1412104323, 0),
(269, 1, 1, 'moodle/grade:hide', 1, 1412104323, 0),
(270, 1, 3, 'moodle/grade:lock', 1, 1412104323, 0),
(271, 1, 1, 'moodle/grade:lock', 1, 1412104323, 0),
(272, 1, 3, 'moodle/grade:unlock', 1, 1412104323, 0),
(273, 1, 1, 'moodle/grade:unlock', 1, 1412104323, 0),
(274, 1, 7, 'moodle/my:manageblocks', 1, 1412104323, 0),
(275, 1, 4, 'moodle/notes:view', 1, 1412104323, 0),
(276, 1, 3, 'moodle/notes:view', 1, 1412104323, 0),
(277, 1, 1, 'moodle/notes:view', 1, 1412104323, 0),
(278, 1, 4, 'moodle/notes:manage', 1, 1412104323, 0),
(279, 1, 3, 'moodle/notes:manage', 1, 1412104323, 0),
(280, 1, 1, 'moodle/notes:manage', 1, 1412104323, 0),
(281, 1, 4, 'moodle/tag:manage', 1, 1412104323, 0),
(282, 1, 3, 'moodle/tag:manage', 1, 1412104323, 0),
(283, 1, 1, 'moodle/tag:manage', 1, 1412104323, 0),
(284, 1, 1, 'moodle/tag:create', 1, 1412104323, 0),
(285, 1, 7, 'moodle/tag:create', 1, 1412104323, 0),
(286, 1, 1, 'moodle/tag:edit', 1, 1412104323, 0),
(287, 1, 7, 'moodle/tag:edit', 1, 1412104323, 0),
(288, 1, 1, 'moodle/tag:flag', 1, 1412104323, 0),
(289, 1, 7, 'moodle/tag:flag', 1, 1412104323, 0),
(290, 1, 4, 'moodle/tag:editblocks', 1, 1412104323, 0),
(291, 1, 3, 'moodle/tag:editblocks', 1, 1412104323, 0),
(292, 1, 1, 'moodle/tag:editblocks', 1, 1412104323, 0),
(293, 1, 6, 'moodle/block:view', 1, 1412104323, 0),
(294, 1, 7, 'moodle/block:view', 1, 1412104323, 0),
(295, 1, 5, 'moodle/block:view', 1, 1412104323, 0),
(296, 1, 4, 'moodle/block:view', 1, 1412104323, 0),
(297, 1, 3, 'moodle/block:view', 1, 1412104323, 0),
(298, 1, 3, 'moodle/block:edit', 1, 1412104323, 0),
(299, 1, 1, 'moodle/block:edit', 1, 1412104323, 0),
(300, 1, 7, 'moodle/portfolio:export', 1, 1412104323, 0),
(301, 1, 5, 'moodle/portfolio:export', 1, 1412104323, 0),
(302, 1, 4, 'moodle/portfolio:export', 1, 1412104323, 0),
(303, 1, 3, 'moodle/portfolio:export', 1, 1412104323, 0),
(304, 1, 8, 'moodle/comment:view', 1, 1412104323, 0),
(305, 1, 6, 'moodle/comment:view', 1, 1412104323, 0),
(306, 1, 7, 'moodle/comment:view', 1, 1412104323, 0),
(307, 1, 5, 'moodle/comment:view', 1, 1412104323, 0),
(308, 1, 4, 'moodle/comment:view', 1, 1412104323, 0),
(309, 1, 3, 'moodle/comment:view', 1, 1412104323, 0),
(310, 1, 1, 'moodle/comment:view', 1, 1412104323, 0),
(311, 1, 7, 'moodle/comment:post', 1, 1412104323, 0),
(312, 1, 5, 'moodle/comment:post', 1, 1412104323, 0),
(313, 1, 4, 'moodle/comment:post', 1, 1412104323, 0),
(314, 1, 3, 'moodle/comment:post', 1, 1412104323, 0),
(315, 1, 1, 'moodle/comment:post', 1, 1412104323, 0),
(316, 1, 3, 'moodle/comment:delete', 1, 1412104323, 0),
(317, 1, 1, 'moodle/comment:delete', 1, 1412104323, 0),
(318, 1, 1, 'moodle/webservice:createtoken', 1, 1412104323, 0),
(319, 1, 7, 'moodle/webservice:createmobiletoken', 1, 1412104323, 0),
(320, 1, 7, 'moodle/rating:view', 1, 1412104323, 0),
(321, 1, 5, 'moodle/rating:view', 1, 1412104323, 0),
(322, 1, 4, 'moodle/rating:view', 1, 1412104323, 0),
(323, 1, 3, 'moodle/rating:view', 1, 1412104323, 0),
(324, 1, 1, 'moodle/rating:view', 1, 1412104323, 0),
(325, 1, 7, 'moodle/rating:viewany', 1, 1412104323, 0),
(326, 1, 5, 'moodle/rating:viewany', 1, 1412104323, 0),
(327, 1, 4, 'moodle/rating:viewany', 1, 1412104323, 0),
(328, 1, 3, 'moodle/rating:viewany', 1, 1412104323, 0),
(329, 1, 1, 'moodle/rating:viewany', 1, 1412104323, 0),
(330, 1, 7, 'moodle/rating:viewall', 1, 1412104323, 0),
(331, 1, 5, 'moodle/rating:viewall', 1, 1412104323, 0),
(332, 1, 4, 'moodle/rating:viewall', 1, 1412104323, 0),
(333, 1, 3, 'moodle/rating:viewall', 1, 1412104323, 0),
(334, 1, 1, 'moodle/rating:viewall', 1, 1412104323, 0),
(335, 1, 7, 'moodle/rating:rate', 1, 1412104323, 0),
(336, 1, 5, 'moodle/rating:rate', 1, 1412104323, 0),
(337, 1, 4, 'moodle/rating:rate', 1, 1412104323, 0),
(338, 1, 3, 'moodle/rating:rate', 1, 1412104323, 0),
(339, 1, 1, 'moodle/rating:rate', 1, 1412104323, 0),
(340, 1, 1, 'moodle/course:publish', 1, 1412104323, 0),
(341, 1, 4, 'moodle/course:markcomplete', 1, 1412104323, 0),
(342, 1, 3, 'moodle/course:markcomplete', 1, 1412104323, 0),
(343, 1, 1, 'moodle/course:markcomplete', 1, 1412104323, 0),
(344, 1, 1, 'moodle/community:add', 1, 1412104323, 0),
(345, 1, 4, 'moodle/community:add', 1, 1412104323, 0),
(346, 1, 3, 'moodle/community:add', 1, 1412104323, 0),
(347, 1, 1, 'moodle/community:download', 1, 1412104323, 0),
(348, 1, 3, 'moodle/community:download', 1, 1412104323, 0),
(349, 1, 1, 'moodle/badges:manageglobalsettings', 1, 1412104323, 0),
(350, 1, 7, 'moodle/badges:viewbadges', 1, 1412104323, 0),
(351, 1, 7, 'moodle/badges:manageownbadges', 1, 1412104323, 0),
(352, 1, 7, 'moodle/badges:viewotherbadges', 1, 1412104323, 0),
(353, 1, 7, 'moodle/badges:earnbadge', 1, 1412104323, 0),
(354, 1, 1, 'moodle/badges:createbadge', 1, 1412104323, 0),
(355, 1, 3, 'moodle/badges:createbadge', 1, 1412104323, 0),
(356, 1, 1, 'moodle/badges:deletebadge', 1, 1412104323, 0),
(357, 1, 3, 'moodle/badges:deletebadge', 1, 1412104323, 0),
(358, 1, 1, 'moodle/badges:configuredetails', 1, 1412104323, 0),
(359, 1, 3, 'moodle/badges:configuredetails', 1, 1412104323, 0),
(360, 1, 1, 'moodle/badges:configurecriteria', 1, 1412104323, 0),
(361, 1, 3, 'moodle/badges:configurecriteria', 1, 1412104323, 0),
(362, 1, 1, 'moodle/badges:configuremessages', 1, 1412104323, 0),
(363, 1, 3, 'moodle/badges:configuremessages', 1, 1412104323, 0),
(364, 1, 1, 'moodle/badges:awardbadge', 1, 1412104323, 0),
(365, 1, 4, 'moodle/badges:awardbadge', 1, 1412104323, 0),
(366, 1, 3, 'moodle/badges:awardbadge', 1, 1412104323, 0),
(367, 1, 1, 'moodle/badges:viewawarded', 1, 1412104323, 0),
(368, 1, 4, 'moodle/badges:viewawarded', 1, 1412104323, 0),
(369, 1, 3, 'moodle/badges:viewawarded', 1, 1412104323, 0),
(370, 1, 6, 'mod/assign:view', 1, 1412104323, 0),
(371, 1, 5, 'mod/assign:view', 1, 1412104323, 0),
(372, 1, 4, 'mod/assign:view', 1, 1412104323, 0),
(373, 1, 3, 'mod/assign:view', 1, 1412104323, 0),
(374, 1, 1, 'mod/assign:view', 1, 1412104323, 0),
(375, 1, 5, 'mod/assign:submit', 1, 1412104323, 0),
(376, 1, 4, 'mod/assign:grade', 1, 1412104323, 0),
(377, 1, 3, 'mod/assign:grade', 1, 1412104323, 0),
(378, 1, 1, 'mod/assign:grade', 1, 1412104323, 0),
(379, 1, 4, 'mod/assign:exportownsubmission', 1, 1412104323, 0),
(380, 1, 3, 'mod/assign:exportownsubmission', 1, 1412104323, 0),
(381, 1, 1, 'mod/assign:exportownsubmission', 1, 1412104323, 0),
(382, 1, 5, 'mod/assign:exportownsubmission', 1, 1412104323, 0),
(383, 1, 3, 'mod/assign:addinstance', 1, 1412104323, 0),
(384, 1, 1, 'mod/assign:addinstance', 1, 1412104323, 0),
(385, 1, 4, 'mod/assign:grantextension', 1, 1412104323, 0),
(386, 1, 3, 'mod/assign:grantextension', 1, 1412104323, 0),
(387, 1, 1, 'mod/assign:grantextension', 1, 1412104323, 0),
(388, 1, 3, 'mod/assign:revealidentities', 1, 1412104323, 0),
(389, 1, 1, 'mod/assign:revealidentities', 1, 1412104323, 0),
(390, 1, 3, 'mod/assign:reviewgrades', 1, 1412104323, 0),
(391, 1, 1, 'mod/assign:reviewgrades', 1, 1412104323, 0),
(392, 1, 3, 'mod/assign:releasegrades', 1, 1412104323, 0),
(393, 1, 1, 'mod/assign:releasegrades', 1, 1412104323, 0),
(394, 1, 3, 'mod/assign:managegrades', 1, 1412104323, 0),
(395, 1, 1, 'mod/assign:managegrades', 1, 1412104323, 0),
(396, 1, 3, 'mod/assign:manageallocations', 1, 1412104323, 0),
(397, 1, 1, 'mod/assign:manageallocations', 1, 1412104323, 0),
(398, 1, 3, 'mod/assign:viewgrades', 1, 1412104323, 0),
(399, 1, 1, 'mod/assign:viewgrades', 1, 1412104323, 0),
(400, 1, 4, 'mod/assign:viewgrades', 1, 1412104323, 0),
(401, 1, 6, 'mod/assignment:view', 1, 1412104323, 0),
(402, 1, 5, 'mod/assignment:view', 1, 1412104323, 0),
(403, 1, 4, 'mod/assignment:view', 1, 1412104323, 0),
(404, 1, 3, 'mod/assignment:view', 1, 1412104323, 0),
(405, 1, 1, 'mod/assignment:view', 1, 1412104323, 0),
(406, 1, 3, 'mod/assignment:addinstance', 1, 1412104323, 0),
(407, 1, 1, 'mod/assignment:addinstance', 1, 1412104323, 0),
(408, 1, 5, 'mod/assignment:submit', 1, 1412104323, 0),
(409, 1, 4, 'mod/assignment:grade', 1, 1412104323, 0),
(410, 1, 3, 'mod/assignment:grade', 1, 1412104323, 0),
(411, 1, 1, 'mod/assignment:grade', 1, 1412104323, 0),
(412, 1, 4, 'mod/assignment:exportownsubmission', 1, 1412104323, 0),
(413, 1, 3, 'mod/assignment:exportownsubmission', 1, 1412104323, 0),
(414, 1, 1, 'mod/assignment:exportownsubmission', 1, 1412104323, 0),
(415, 1, 5, 'mod/assignment:exportownsubmission', 1, 1412104323, 0),
(416, 1, 3, 'mod/book:addinstance', 1, 1412104323, 0),
(417, 1, 1, 'mod/book:addinstance', 1, 1412104323, 0),
(418, 1, 6, 'mod/book:read', 1, 1412104323, 0),
(419, 1, 8, 'mod/book:read', 1, 1412104323, 0),
(420, 1, 5, 'mod/book:read', 1, 1412104323, 0),
(421, 1, 4, 'mod/book:read', 1, 1412104323, 0),
(422, 1, 3, 'mod/book:read', 1, 1412104323, 0),
(423, 1, 1, 'mod/book:read', 1, 1412104323, 0),
(424, 1, 4, 'mod/book:viewhiddenchapters', 1, 1412104323, 0),
(425, 1, 3, 'mod/book:viewhiddenchapters', 1, 1412104323, 0),
(426, 1, 1, 'mod/book:viewhiddenchapters', 1, 1412104323, 0),
(427, 1, 3, 'mod/book:edit', 1, 1412104323, 0),
(428, 1, 1, 'mod/book:edit', 1, 1412104323, 0),
(429, 1, 3, 'mod/chat:addinstance', 1, 1412104323, 0),
(430, 1, 1, 'mod/chat:addinstance', 1, 1412104323, 0),
(431, 1, 5, 'mod/chat:chat', 1, 1412104323, 0),
(432, 1, 4, 'mod/chat:chat', 1, 1412104323, 0),
(433, 1, 3, 'mod/chat:chat', 1, 1412104323, 0),
(434, 1, 1, 'mod/chat:chat', 1, 1412104323, 0),
(435, 1, 5, 'mod/chat:readlog', 1, 1412104323, 0),
(436, 1, 4, 'mod/chat:readlog', 1, 1412104323, 0),
(437, 1, 3, 'mod/chat:readlog', 1, 1412104323, 0),
(438, 1, 1, 'mod/chat:readlog', 1, 1412104323, 0),
(439, 1, 4, 'mod/chat:deletelog', 1, 1412104323, 0),
(440, 1, 3, 'mod/chat:deletelog', 1, 1412104323, 0),
(441, 1, 1, 'mod/chat:deletelog', 1, 1412104323, 0),
(442, 1, 4, 'mod/chat:exportparticipatedsession', 1, 1412104323, 0),
(443, 1, 3, 'mod/chat:exportparticipatedsession', 1, 1412104323, 0),
(444, 1, 1, 'mod/chat:exportparticipatedsession', 1, 1412104323, 0),
(445, 1, 4, 'mod/chat:exportsession', 1, 1412104323, 0),
(446, 1, 3, 'mod/chat:exportsession', 1, 1412104323, 0),
(447, 1, 1, 'mod/chat:exportsession', 1, 1412104323, 0),
(448, 1, 3, 'mod/choice:addinstance', 1, 1412104323, 0),
(449, 1, 1, 'mod/choice:addinstance', 1, 1412104323, 0),
(450, 1, 5, 'mod/choice:choose', 1, 1412104323, 0),
(451, 1, 4, 'mod/choice:choose', 1, 1412104323, 0),
(452, 1, 3, 'mod/choice:choose', 1, 1412104323, 0),
(453, 1, 4, 'mod/choice:readresponses', 1, 1412104323, 0),
(454, 1, 3, 'mod/choice:readresponses', 1, 1412104323, 0),
(455, 1, 1, 'mod/choice:readresponses', 1, 1412104323, 0),
(456, 1, 4, 'mod/choice:deleteresponses', 1, 1412104323, 0),
(457, 1, 3, 'mod/choice:deleteresponses', 1, 1412104323, 0),
(458, 1, 1, 'mod/choice:deleteresponses', 1, 1412104323, 0),
(459, 1, 4, 'mod/choice:downloadresponses', 1, 1412104323, 0),
(460, 1, 3, 'mod/choice:downloadresponses', 1, 1412104323, 0),
(461, 1, 1, 'mod/choice:downloadresponses', 1, 1412104323, 0),
(462, 1, 3, 'mod/data:addinstance', 1, 1412104323, 0),
(463, 1, 1, 'mod/data:addinstance', 1, 1412104323, 0),
(464, 1, 8, 'mod/data:viewentry', 1, 1412104323, 0),
(465, 1, 6, 'mod/data:viewentry', 1, 1412104323, 0),
(466, 1, 5, 'mod/data:viewentry', 1, 1412104323, 0),
(467, 1, 4, 'mod/data:viewentry', 1, 1412104323, 0),
(468, 1, 3, 'mod/data:viewentry', 1, 1412104323, 0),
(469, 1, 1, 'mod/data:viewentry', 1, 1412104323, 0),
(470, 1, 5, 'mod/data:writeentry', 1, 1412104323, 0),
(471, 1, 4, 'mod/data:writeentry', 1, 1412104323, 0),
(472, 1, 3, 'mod/data:writeentry', 1, 1412104323, 0),
(473, 1, 1, 'mod/data:writeentry', 1, 1412104323, 0),
(474, 1, 5, 'mod/data:comment', 1, 1412104323, 0),
(475, 1, 4, 'mod/data:comment', 1, 1412104323, 0),
(476, 1, 3, 'mod/data:comment', 1, 1412104323, 0),
(477, 1, 1, 'mod/data:comment', 1, 1412104323, 0),
(478, 1, 4, 'mod/data:rate', 1, 1412104323, 0),
(479, 1, 3, 'mod/data:rate', 1, 1412104323, 0),
(480, 1, 1, 'mod/data:rate', 1, 1412104323, 0),
(481, 1, 4, 'mod/data:viewrating', 1, 1412104323, 0),
(482, 1, 3, 'mod/data:viewrating', 1, 1412104323, 0),
(483, 1, 1, 'mod/data:viewrating', 1, 1412104323, 0),
(484, 1, 4, 'mod/data:viewanyrating', 1, 1412104323, 0),
(485, 1, 3, 'mod/data:viewanyrating', 1, 1412104323, 0),
(486, 1, 1, 'mod/data:viewanyrating', 1, 1412104323, 0),
(487, 1, 4, 'mod/data:viewallratings', 1, 1412104323, 0),
(488, 1, 3, 'mod/data:viewallratings', 1, 1412104323, 0),
(489, 1, 1, 'mod/data:viewallratings', 1, 1412104323, 0),
(490, 1, 4, 'mod/data:approve', 1, 1412104323, 0),
(491, 1, 3, 'mod/data:approve', 1, 1412104323, 0),
(492, 1, 1, 'mod/data:approve', 1, 1412104323, 0),
(493, 1, 4, 'mod/data:manageentries', 1, 1412104323, 0),
(494, 1, 3, 'mod/data:manageentries', 1, 1412104323, 0),
(495, 1, 1, 'mod/data:manageentries', 1, 1412104323, 0),
(496, 1, 4, 'mod/data:managecomments', 1, 1412104323, 0),
(497, 1, 3, 'mod/data:managecomments', 1, 1412104323, 0),
(498, 1, 1, 'mod/data:managecomments', 1, 1412104323, 0),
(499, 1, 3, 'mod/data:managetemplates', 1, 1412104323, 0),
(500, 1, 1, 'mod/data:managetemplates', 1, 1412104323, 0),
(501, 1, 4, 'mod/data:viewalluserpresets', 1, 1412104323, 0),
(502, 1, 3, 'mod/data:viewalluserpresets', 1, 1412104323, 0),
(503, 1, 1, 'mod/data:viewalluserpresets', 1, 1412104323, 0),
(504, 1, 1, 'mod/data:manageuserpresets', 1, 1412104323, 0),
(505, 1, 1, 'mod/data:exportentry', 1, 1412104323, 0),
(506, 1, 4, 'mod/data:exportentry', 1, 1412104323, 0),
(507, 1, 3, 'mod/data:exportentry', 1, 1412104323, 0),
(508, 1, 1, 'mod/data:exportownentry', 1, 1412104323, 0),
(509, 1, 4, 'mod/data:exportownentry', 1, 1412104323, 0),
(510, 1, 3, 'mod/data:exportownentry', 1, 1412104323, 0),
(511, 1, 5, 'mod/data:exportownentry', 1, 1412104323, 0),
(512, 1, 1, 'mod/data:exportallentries', 1, 1412104323, 0),
(513, 1, 4, 'mod/data:exportallentries', 1, 1412104323, 0),
(514, 1, 3, 'mod/data:exportallentries', 1, 1412104323, 0),
(515, 1, 1, 'mod/data:exportuserinfo', 1, 1412104323, 0),
(516, 1, 4, 'mod/data:exportuserinfo', 1, 1412104323, 0),
(517, 1, 3, 'mod/data:exportuserinfo', 1, 1412104323, 0),
(518, 1, 3, 'mod/feedback:addinstance', 1, 1412104323, 0),
(519, 1, 1, 'mod/feedback:addinstance', 1, 1412104323, 0),
(520, 1, 6, 'mod/feedback:view', 1, 1412104323, 0),
(521, 1, 5, 'mod/feedback:view', 1, 1412104323, 0),
(522, 1, 4, 'mod/feedback:view', 1, 1412104323, 0),
(523, 1, 3, 'mod/feedback:view', 1, 1412104323, 0),
(524, 1, 1, 'mod/feedback:view', 1, 1412104323, 0),
(525, 1, 5, 'mod/feedback:complete', 1, 1412104323, 0),
(526, 1, 5, 'mod/feedback:viewanalysepage', 1, 1412104323, 0),
(527, 1, 3, 'mod/feedback:viewanalysepage', 1, 1412104323, 0),
(528, 1, 1, 'mod/feedback:viewanalysepage', 1, 1412104323, 0),
(529, 1, 3, 'mod/feedback:deletesubmissions', 1, 1412104323, 0),
(530, 1, 1, 'mod/feedback:deletesubmissions', 1, 1412104323, 0),
(531, 1, 1, 'mod/feedback:mapcourse', 1, 1412104323, 0),
(532, 1, 3, 'mod/feedback:edititems', 1, 1412104323, 0),
(533, 1, 1, 'mod/feedback:edititems', 1, 1412104323, 0),
(534, 1, 3, 'mod/feedback:createprivatetemplate', 1, 1412104323, 0),
(535, 1, 1, 'mod/feedback:createprivatetemplate', 1, 1412104323, 0),
(536, 1, 3, 'mod/feedback:createpublictemplate', 1, 1412104323, 0),
(537, 1, 1, 'mod/feedback:createpublictemplate', 1, 1412104323, 0),
(538, 1, 3, 'mod/feedback:deletetemplate', 1, 1412104323, 0),
(539, 1, 1, 'mod/feedback:deletetemplate', 1, 1412104323, 0),
(540, 1, 4, 'mod/feedback:viewreports', 1, 1412104323, 0),
(541, 1, 3, 'mod/feedback:viewreports', 1, 1412104323, 0),
(542, 1, 1, 'mod/feedback:viewreports', 1, 1412104323, 0),
(543, 1, 4, 'mod/feedback:receivemail', 1, 1412104323, 0),
(544, 1, 3, 'mod/feedback:receivemail', 1, 1412104323, 0),
(545, 1, 3, 'mod/folder:addinstance', 1, 1412104323, 0),
(546, 1, 1, 'mod/folder:addinstance', 1, 1412104323, 0),
(547, 1, 6, 'mod/folder:view', 1, 1412104323, 0),
(548, 1, 7, 'mod/folder:view', 1, 1412104323, 0),
(549, 1, 3, 'mod/folder:managefiles', 1, 1412104323, 0),
(550, 1, 3, 'mod/forum:addinstance', 1, 1412104323, 0),
(551, 1, 1, 'mod/forum:addinstance', 1, 1412104323, 0),
(552, 1, 8, 'mod/forum:viewdiscussion', 1, 1412104323, 0),
(553, 1, 6, 'mod/forum:viewdiscussion', 1, 1412104323, 0),
(554, 1, 5, 'mod/forum:viewdiscussion', 1, 1412104323, 0),
(555, 1, 4, 'mod/forum:viewdiscussion', 1, 1412104323, 0),
(556, 1, 3, 'mod/forum:viewdiscussion', 1, 1412104323, 0),
(557, 1, 1, 'mod/forum:viewdiscussion', 1, 1412104323, 0),
(558, 1, 4, 'mod/forum:viewhiddentimedposts', 1, 1412104323, 0),
(559, 1, 3, 'mod/forum:viewhiddentimedposts', 1, 1412104323, 0),
(560, 1, 1, 'mod/forum:viewhiddentimedposts', 1, 1412104323, 0),
(561, 1, 5, 'mod/forum:startdiscussion', 1, 1412104323, 0),
(562, 1, 4, 'mod/forum:startdiscussion', 1, 1412104323, 0),
(563, 1, 3, 'mod/forum:startdiscussion', 1, 1412104323, 0),
(564, 1, 1, 'mod/forum:startdiscussion', 1, 1412104323, 0),
(565, 1, 5, 'mod/forum:replypost', 1, 1412104323, 0),
(566, 1, 4, 'mod/forum:replypost', 1, 1412104323, 0),
(567, 1, 3, 'mod/forum:replypost', 1, 1412104323, 0),
(568, 1, 1, 'mod/forum:replypost', 1, 1412104323, 0),
(569, 1, 4, 'mod/forum:addnews', 1, 1412104323, 0),
(570, 1, 3, 'mod/forum:addnews', 1, 1412104323, 0),
(571, 1, 1, 'mod/forum:addnews', 1, 1412104323, 0),
(572, 1, 4, 'mod/forum:replynews', 1, 1412104323, 0),
(573, 1, 3, 'mod/forum:replynews', 1, 1412104323, 0),
(574, 1, 1, 'mod/forum:replynews', 1, 1412104323, 0),
(575, 1, 5, 'mod/forum:viewrating', 1, 1412104323, 0),
(576, 1, 4, 'mod/forum:viewrating', 1, 1412104323, 0),
(577, 1, 3, 'mod/forum:viewrating', 1, 1412104323, 0),
(578, 1, 1, 'mod/forum:viewrating', 1, 1412104323, 0),
(579, 1, 4, 'mod/forum:viewanyrating', 1, 1412104323, 0),
(580, 1, 3, 'mod/forum:viewanyrating', 1, 1412104323, 0),
(581, 1, 1, 'mod/forum:viewanyrating', 1, 1412104323, 0),
(582, 1, 4, 'mod/forum:viewallratings', 1, 1412104323, 0),
(583, 1, 3, 'mod/forum:viewallratings', 1, 1412104323, 0),
(584, 1, 1, 'mod/forum:viewallratings', 1, 1412104323, 0),
(585, 1, 4, 'mod/forum:rate', 1, 1412104323, 0),
(586, 1, 3, 'mod/forum:rate', 1, 1412104323, 0),
(587, 1, 1, 'mod/forum:rate', 1, 1412104323, 0),
(588, 1, 5, 'mod/forum:createattachment', 1, 1412104323, 0),
(589, 1, 4, 'mod/forum:createattachment', 1, 1412104323, 0),
(590, 1, 3, 'mod/forum:createattachment', 1, 1412104323, 0),
(591, 1, 1, 'mod/forum:createattachment', 1, 1412104323, 0),
(592, 1, 5, 'mod/forum:deleteownpost', 1, 1412104323, 0),
(593, 1, 4, 'mod/forum:deleteownpost', 1, 1412104323, 0),
(594, 1, 3, 'mod/forum:deleteownpost', 1, 1412104323, 0),
(595, 1, 1, 'mod/forum:deleteownpost', 1, 1412104323, 0),
(596, 1, 4, 'mod/forum:deleteanypost', 1, 1412104323, 0),
(597, 1, 3, 'mod/forum:deleteanypost', 1, 1412104323, 0),
(598, 1, 1, 'mod/forum:deleteanypost', 1, 1412104323, 0),
(599, 1, 4, 'mod/forum:splitdiscussions', 1, 1412104323, 0),
(600, 1, 3, 'mod/forum:splitdiscussions', 1, 1412104323, 0),
(601, 1, 1, 'mod/forum:splitdiscussions', 1, 1412104323, 0),
(602, 1, 4, 'mod/forum:movediscussions', 1, 1412104323, 0),
(603, 1, 3, 'mod/forum:movediscussions', 1, 1412104323, 0),
(604, 1, 1, 'mod/forum:movediscussions', 1, 1412104323, 0),
(605, 1, 4, 'mod/forum:editanypost', 1, 1412104323, 0),
(606, 1, 3, 'mod/forum:editanypost', 1, 1412104323, 0),
(607, 1, 1, 'mod/forum:editanypost', 1, 1412104323, 0),
(608, 1, 4, 'mod/forum:viewqandawithoutposting', 1, 1412104323, 0),
(609, 1, 3, 'mod/forum:viewqandawithoutposting', 1, 1412104323, 0),
(610, 1, 1, 'mod/forum:viewqandawithoutposting', 1, 1412104323, 0),
(611, 1, 4, 'mod/forum:viewsubscribers', 1, 1412104323, 0),
(612, 1, 3, 'mod/forum:viewsubscribers', 1, 1412104323, 0),
(613, 1, 1, 'mod/forum:viewsubscribers', 1, 1412104323, 0),
(614, 1, 4, 'mod/forum:managesubscriptions', 1, 1412104323, 0),
(615, 1, 3, 'mod/forum:managesubscriptions', 1, 1412104323, 0),
(616, 1, 1, 'mod/forum:managesubscriptions', 1, 1412104323, 0),
(617, 1, 4, 'mod/forum:postwithoutthrottling', 1, 1412104323, 0),
(618, 1, 3, 'mod/forum:postwithoutthrottling', 1, 1412104323, 0),
(619, 1, 1, 'mod/forum:postwithoutthrottling', 1, 1412104323, 0),
(620, 1, 4, 'mod/forum:exportdiscussion', 1, 1412104323, 0),
(621, 1, 3, 'mod/forum:exportdiscussion', 1, 1412104323, 0),
(622, 1, 1, 'mod/forum:exportdiscussion', 1, 1412104323, 0),
(623, 1, 4, 'mod/forum:exportpost', 1, 1412104323, 0),
(624, 1, 3, 'mod/forum:exportpost', 1, 1412104323, 0),
(625, 1, 1, 'mod/forum:exportpost', 1, 1412104323, 0),
(626, 1, 4, 'mod/forum:exportownpost', 1, 1412104323, 0),
(627, 1, 3, 'mod/forum:exportownpost', 1, 1412104323, 0),
(628, 1, 1, 'mod/forum:exportownpost', 1, 1412104323, 0),
(629, 1, 5, 'mod/forum:exportownpost', 1, 1412104323, 0),
(630, 1, 4, 'mod/forum:addquestion', 1, 1412104323, 0),
(631, 1, 3, 'mod/forum:addquestion', 1, 1412104323, 0),
(632, 1, 1, 'mod/forum:addquestion', 1, 1412104323, 0),
(633, 1, 5, 'mod/forum:allowforcesubscribe', 1, 1412104323, 0),
(634, 1, 4, 'mod/forum:allowforcesubscribe', 1, 1412104323, 0),
(635, 1, 3, 'mod/forum:allowforcesubscribe', 1, 1412104323, 0),
(636, 1, 8, 'mod/forum:allowforcesubscribe', 1, 1412104323, 0),
(637, 1, 3, 'mod/glossary:addinstance', 1, 1412104323, 0),
(638, 1, 1, 'mod/glossary:addinstance', 1, 1412104323, 0),
(639, 1, 8, 'mod/glossary:view', 1, 1412104323, 0),
(640, 1, 6, 'mod/glossary:view', 1, 1412104323, 0),
(641, 1, 5, 'mod/glossary:view', 1, 1412104323, 0),
(642, 1, 4, 'mod/glossary:view', 1, 1412104323, 0),
(643, 1, 3, 'mod/glossary:view', 1, 1412104323, 0),
(644, 1, 1, 'mod/glossary:view', 1, 1412104323, 0),
(645, 1, 5, 'mod/glossary:write', 1, 1412104323, 0),
(646, 1, 4, 'mod/glossary:write', 1, 1412104323, 0),
(647, 1, 3, 'mod/glossary:write', 1, 1412104323, 0),
(648, 1, 1, 'mod/glossary:write', 1, 1412104323, 0),
(649, 1, 4, 'mod/glossary:manageentries', 1, 1412104323, 0),
(650, 1, 3, 'mod/glossary:manageentries', 1, 1412104323, 0),
(651, 1, 1, 'mod/glossary:manageentries', 1, 1412104323, 0),
(652, 1, 4, 'mod/glossary:managecategories', 1, 1412104323, 0),
(653, 1, 3, 'mod/glossary:managecategories', 1, 1412104323, 0),
(654, 1, 1, 'mod/glossary:managecategories', 1, 1412104323, 0),
(655, 1, 5, 'mod/glossary:comment', 1, 1412104323, 0),
(656, 1, 4, 'mod/glossary:comment', 1, 1412104323, 0),
(657, 1, 3, 'mod/glossary:comment', 1, 1412104323, 0),
(658, 1, 1, 'mod/glossary:comment', 1, 1412104323, 0),
(659, 1, 4, 'mod/glossary:managecomments', 1, 1412104323, 0),
(660, 1, 3, 'mod/glossary:managecomments', 1, 1412104323, 0),
(661, 1, 1, 'mod/glossary:managecomments', 1, 1412104323, 0),
(662, 1, 4, 'mod/glossary:import', 1, 1412104323, 0),
(663, 1, 3, 'mod/glossary:import', 1, 1412104323, 0),
(664, 1, 1, 'mod/glossary:import', 1, 1412104323, 0),
(665, 1, 4, 'mod/glossary:export', 1, 1412104323, 0),
(666, 1, 3, 'mod/glossary:export', 1, 1412104323, 0),
(667, 1, 1, 'mod/glossary:export', 1, 1412104323, 0),
(668, 1, 4, 'mod/glossary:approve', 1, 1412104323, 0),
(669, 1, 3, 'mod/glossary:approve', 1, 1412104323, 0),
(670, 1, 1, 'mod/glossary:approve', 1, 1412104323, 0),
(671, 1, 4, 'mod/glossary:rate', 1, 1412104323, 0),
(672, 1, 3, 'mod/glossary:rate', 1, 1412104323, 0),
(673, 1, 1, 'mod/glossary:rate', 1, 1412104323, 0),
(674, 1, 4, 'mod/glossary:viewrating', 1, 1412104323, 0),
(675, 1, 3, 'mod/glossary:viewrating', 1, 1412104323, 0),
(676, 1, 1, 'mod/glossary:viewrating', 1, 1412104323, 0),
(677, 1, 4, 'mod/glossary:viewanyrating', 1, 1412104323, 0),
(678, 1, 3, 'mod/glossary:viewanyrating', 1, 1412104323, 0),
(679, 1, 1, 'mod/glossary:viewanyrating', 1, 1412104323, 0),
(680, 1, 4, 'mod/glossary:viewallratings', 1, 1412104323, 0),
(681, 1, 3, 'mod/glossary:viewallratings', 1, 1412104323, 0),
(682, 1, 1, 'mod/glossary:viewallratings', 1, 1412104323, 0),
(683, 1, 4, 'mod/glossary:exportentry', 1, 1412104323, 0),
(684, 1, 3, 'mod/glossary:exportentry', 1, 1412104323, 0),
(685, 1, 1, 'mod/glossary:exportentry', 1, 1412104323, 0),
(686, 1, 4, 'mod/glossary:exportownentry', 1, 1412104323, 0),
(687, 1, 3, 'mod/glossary:exportownentry', 1, 1412104323, 0),
(688, 1, 1, 'mod/glossary:exportownentry', 1, 1412104323, 0),
(689, 1, 5, 'mod/glossary:exportownentry', 1, 1412104323, 0),
(690, 1, 6, 'mod/imscp:view', 1, 1412104323, 0),
(691, 1, 7, 'mod/imscp:view', 1, 1412104323, 0),
(692, 1, 3, 'mod/imscp:addinstance', 1, 1412104323, 0),
(693, 1, 1, 'mod/imscp:addinstance', 1, 1412104323, 0),
(694, 1, 3, 'mod/label:addinstance', 1, 1412104323, 0),
(695, 1, 1, 'mod/label:addinstance', 1, 1412104323, 0),
(696, 1, 3, 'mod/lesson:addinstance', 1, 1412104323, 0),
(697, 1, 1, 'mod/lesson:addinstance', 1, 1412104323, 0),
(698, 1, 3, 'mod/lesson:edit', 1, 1412104323, 0),
(699, 1, 1, 'mod/lesson:edit', 1, 1412104323, 0),
(700, 1, 4, 'mod/lesson:manage', 1, 1412104323, 0),
(701, 1, 3, 'mod/lesson:manage', 1, 1412104323, 0),
(702, 1, 1, 'mod/lesson:manage', 1, 1412104323, 0),
(703, 1, 5, 'mod/lti:view', 1, 1412104323, 0),
(704, 1, 4, 'mod/lti:view', 1, 1412104323, 0),
(705, 1, 3, 'mod/lti:view', 1, 1412104323, 0),
(706, 1, 1, 'mod/lti:view', 1, 1412104323, 0),
(707, 1, 3, 'mod/lti:addinstance', 1, 1412104323, 0),
(708, 1, 1, 'mod/lti:addinstance', 1, 1412104323, 0),
(712, 1, 4, 'mod/lti:manage', 1, 1412104323, 0),
(713, 1, 3, 'mod/lti:manage', 1, 1412104323, 0),
(714, 1, 1, 'mod/lti:manage', 1, 1412104323, 0),
(715, 1, 3, 'mod/lti:addcoursetool', 1, 1412104323, 0),
(716, 1, 1, 'mod/lti:addcoursetool', 1, 1412104323, 0),
(717, 1, 3, 'mod/lti:requesttooladd', 1, 1412104323, 0),
(718, 1, 1, 'mod/lti:requesttooladd', 1, 1412104323, 0),
(719, 1, 6, 'mod/page:view', 1, 1412104323, 0),
(720, 1, 7, 'mod/page:view', 1, 1412104323, 0),
(721, 1, 3, 'mod/page:addinstance', 1, 1412104323, 0),
(722, 1, 1, 'mod/page:addinstance', 1, 1412104323, 0),
(723, 1, 6, 'mod/quiz:view', 1, 1412104323, 0),
(724, 1, 5, 'mod/quiz:view', 1, 1412104323, 0),
(725, 1, 4, 'mod/quiz:view', 1, 1412104323, 0),
(726, 1, 3, 'mod/quiz:view', 1, 1412104323, 0),
(727, 1, 1, 'mod/quiz:view', 1, 1412104323, 0),
(728, 1, 3, 'mod/quiz:addinstance', 1, 1412104323, 0),
(729, 1, 1, 'mod/quiz:addinstance', 1, 1412104323, 0),
(730, 1, 5, 'mod/quiz:attempt', 1, 1412104323, 0),
(731, 1, 5, 'mod/quiz:reviewmyattempts', 1, 1412104323, 0),
(732, 1, 3, 'mod/quiz:manage', 1, 1412104323, 0),
(733, 1, 1, 'mod/quiz:manage', 1, 1412104323, 0),
(734, 1, 3, 'mod/quiz:manageoverrides', 1, 1412104323, 0),
(735, 1, 1, 'mod/quiz:manageoverrides', 1, 1412104323, 0),
(736, 1, 4, 'mod/quiz:preview', 1, 1412104323, 0),
(737, 1, 3, 'mod/quiz:preview', 1, 1412104323, 0),
(738, 1, 1, 'mod/quiz:preview', 1, 1412104323, 0),
(739, 1, 4, 'mod/quiz:grade', 1, 1412104323, 0),
(740, 1, 3, 'mod/quiz:grade', 1, 1412104323, 0),
(741, 1, 1, 'mod/quiz:grade', 1, 1412104323, 0),
(742, 1, 4, 'mod/quiz:regrade', 1, 1412104323, 0),
(743, 1, 3, 'mod/quiz:regrade', 1, 1412104323, 0),
(744, 1, 1, 'mod/quiz:regrade', 1, 1412104323, 0),
(745, 1, 4, 'mod/quiz:viewreports', 1, 1412104323, 0),
(746, 1, 3, 'mod/quiz:viewreports', 1, 1412104323, 0),
(747, 1, 1, 'mod/quiz:viewreports', 1, 1412104323, 0),
(748, 1, 3, 'mod/quiz:deleteattempts', 1, 1412104323, 0),
(749, 1, 1, 'mod/quiz:deleteattempts', 1, 1412104323, 0),
(750, 1, 6, 'mod/resource:view', 1, 1412104323, 0),
(751, 1, 7, 'mod/resource:view', 1, 1412104323, 0),
(752, 1, 3, 'mod/resource:addinstance', 1, 1412104323, 0),
(753, 1, 1, 'mod/resource:addinstance', 1, 1412104323, 0),
(754, 1, 3, 'mod/scorm:addinstance', 1, 1412104323, 0),
(755, 1, 1, 'mod/scorm:addinstance', 1, 1412104323, 0),
(756, 1, 4, 'mod/scorm:viewreport', 1, 1412104323, 0),
(757, 1, 3, 'mod/scorm:viewreport', 1, 1412104323, 0),
(758, 1, 1, 'mod/scorm:viewreport', 1, 1412104323, 0),
(759, 1, 5, 'mod/scorm:skipview', 1, 1412104323, 0),
(760, 1, 5, 'mod/scorm:savetrack', 1, 1412104323, 0),
(761, 1, 4, 'mod/scorm:savetrack', 1, 1412104323, 0),
(762, 1, 3, 'mod/scorm:savetrack', 1, 1412104323, 0),
(763, 1, 1, 'mod/scorm:savetrack', 1, 1412104323, 0),
(764, 1, 5, 'mod/scorm:viewscores', 1, 1412104323, 0),
(765, 1, 4, 'mod/scorm:viewscores', 1, 1412104323, 0),
(766, 1, 3, 'mod/scorm:viewscores', 1, 1412104323, 0),
(767, 1, 1, 'mod/scorm:viewscores', 1, 1412104323, 0),
(768, 1, 4, 'mod/scorm:deleteresponses', 1, 1412104323, 0),
(769, 1, 3, 'mod/scorm:deleteresponses', 1, 1412104323, 0),
(770, 1, 1, 'mod/scorm:deleteresponses', 1, 1412104323, 0),
(771, 1, 3, 'mod/survey:addinstance', 1, 1412104323, 0),
(772, 1, 1, 'mod/survey:addinstance', 1, 1412104323, 0),
(773, 1, 5, 'mod/survey:participate', 1, 1412104323, 0),
(774, 1, 4, 'mod/survey:participate', 1, 1412104323, 0),
(775, 1, 3, 'mod/survey:participate', 1, 1412104323, 0),
(776, 1, 1, 'mod/survey:participate', 1, 1412104323, 0),
(777, 1, 4, 'mod/survey:readresponses', 1, 1412104323, 0),
(778, 1, 3, 'mod/survey:readresponses', 1, 1412104323, 0),
(779, 1, 1, 'mod/survey:readresponses', 1, 1412104323, 0),
(780, 1, 4, 'mod/survey:download', 1, 1412104323, 0),
(781, 1, 3, 'mod/survey:download', 1, 1412104323, 0),
(782, 1, 1, 'mod/survey:download', 1, 1412104323, 0),
(783, 1, 6, 'mod/url:view', 1, 1412104323, 0),
(784, 1, 7, 'mod/url:view', 1, 1412104323, 0),
(785, 1, 3, 'mod/url:addinstance', 1, 1412104323, 0),
(786, 1, 1, 'mod/url:addinstance', 1, 1412104323, 0),
(787, 1, 3, 'mod/wiki:addinstance', 1, 1412104323, 0),
(788, 1, 1, 'mod/wiki:addinstance', 1, 1412104323, 0),
(789, 1, 6, 'mod/wiki:viewpage', 1, 1412104323, 0),
(790, 1, 5, 'mod/wiki:viewpage', 1, 1412104323, 0),
(791, 1, 4, 'mod/wiki:viewpage', 1, 1412104323, 0),
(792, 1, 3, 'mod/wiki:viewpage', 1, 1412104323, 0),
(793, 1, 1, 'mod/wiki:viewpage', 1, 1412104323, 0),
(794, 1, 5, 'mod/wiki:editpage', 1, 1412104323, 0),
(795, 1, 4, 'mod/wiki:editpage', 1, 1412104323, 0),
(796, 1, 3, 'mod/wiki:editpage', 1, 1412104323, 0),
(797, 1, 1, 'mod/wiki:editpage', 1, 1412104323, 0),
(798, 1, 5, 'mod/wiki:createpage', 1, 1412104323, 0),
(799, 1, 4, 'mod/wiki:createpage', 1, 1412104323, 0),
(800, 1, 3, 'mod/wiki:createpage', 1, 1412104323, 0),
(801, 1, 1, 'mod/wiki:createpage', 1, 1412104323, 0),
(802, 1, 5, 'mod/wiki:viewcomment', 1, 1412104323, 0),
(803, 1, 4, 'mod/wiki:viewcomment', 1, 1412104323, 0),
(804, 1, 3, 'mod/wiki:viewcomment', 1, 1412104323, 0),
(805, 1, 1, 'mod/wiki:viewcomment', 1, 1412104323, 0),
(806, 1, 5, 'mod/wiki:editcomment', 1, 1412104323, 0),
(807, 1, 4, 'mod/wiki:editcomment', 1, 1412104323, 0),
(808, 1, 3, 'mod/wiki:editcomment', 1, 1412104323, 0),
(809, 1, 1, 'mod/wiki:editcomment', 1, 1412104323, 0),
(810, 1, 4, 'mod/wiki:managecomment', 1, 1412104323, 0),
(811, 1, 3, 'mod/wiki:managecomment', 1, 1412104323, 0),
(812, 1, 1, 'mod/wiki:managecomment', 1, 1412104323, 0),
(813, 1, 4, 'mod/wiki:managefiles', 1, 1412104323, 0),
(814, 1, 3, 'mod/wiki:managefiles', 1, 1412104323, 0),
(815, 1, 1, 'mod/wiki:managefiles', 1, 1412104323, 0),
(816, 1, 4, 'mod/wiki:overridelock', 1, 1412104323, 0),
(817, 1, 3, 'mod/wiki:overridelock', 1, 1412104323, 0),
(818, 1, 1, 'mod/wiki:overridelock', 1, 1412104323, 0),
(819, 1, 4, 'mod/wiki:managewiki', 1, 1412104323, 0),
(820, 1, 3, 'mod/wiki:managewiki', 1, 1412104323, 0),
(821, 1, 1, 'mod/wiki:managewiki', 1, 1412104323, 0),
(822, 1, 6, 'mod/workshop:view', 1, 1412104323, 0),
(823, 1, 5, 'mod/workshop:view', 1, 1412104323, 0),
(824, 1, 4, 'mod/workshop:view', 1, 1412104323, 0),
(825, 1, 3, 'mod/workshop:view', 1, 1412104323, 0),
(826, 1, 1, 'mod/workshop:view', 1, 1412104323, 0),
(827, 1, 3, 'mod/workshop:addinstance', 1, 1412104323, 0),
(828, 1, 1, 'mod/workshop:addinstance', 1, 1412104323, 0),
(829, 1, 4, 'mod/workshop:switchphase', 1, 1412104323, 0),
(830, 1, 3, 'mod/workshop:switchphase', 1, 1412104323, 0),
(831, 1, 1, 'mod/workshop:switchphase', 1, 1412104323, 0),
(832, 1, 3, 'mod/workshop:editdimensions', 1, 1412104323, 0),
(833, 1, 1, 'mod/workshop:editdimensions', 1, 1412104323, 0),
(834, 1, 5, 'mod/workshop:submit', 1, 1412104323, 0),
(835, 1, 5, 'mod/workshop:peerassess', 1, 1412104323, 0),
(836, 1, 4, 'mod/workshop:manageexamples', 1, 1412104323, 0),
(837, 1, 3, 'mod/workshop:manageexamples', 1, 1412104323, 0),
(838, 1, 1, 'mod/workshop:manageexamples', 1, 1412104323, 0),
(839, 1, 4, 'mod/workshop:allocate', 1, 1412104323, 0),
(840, 1, 3, 'mod/workshop:allocate', 1, 1412104323, 0),
(841, 1, 1, 'mod/workshop:allocate', 1, 1412104323, 0),
(842, 1, 4, 'mod/workshop:publishsubmissions', 1, 1412104323, 0),
(843, 1, 3, 'mod/workshop:publishsubmissions', 1, 1412104323, 0),
(844, 1, 1, 'mod/workshop:publishsubmissions', 1, 1412104323, 0),
(845, 1, 5, 'mod/workshop:viewauthornames', 1, 1412104323, 0),
(846, 1, 4, 'mod/workshop:viewauthornames', 1, 1412104323, 0),
(847, 1, 3, 'mod/workshop:viewauthornames', 1, 1412104323, 0),
(848, 1, 1, 'mod/workshop:viewauthornames', 1, 1412104323, 0),
(849, 1, 4, 'mod/workshop:viewreviewernames', 1, 1412104323, 0),
(850, 1, 3, 'mod/workshop:viewreviewernames', 1, 1412104323, 0),
(851, 1, 1, 'mod/workshop:viewreviewernames', 1, 1412104323, 0),
(852, 1, 4, 'mod/workshop:viewallsubmissions', 1, 1412104323, 0),
(853, 1, 3, 'mod/workshop:viewallsubmissions', 1, 1412104323, 0),
(854, 1, 1, 'mod/workshop:viewallsubmissions', 1, 1412104323, 0),
(855, 1, 5, 'mod/workshop:viewpublishedsubmissions', 1, 1412104323, 0),
(856, 1, 4, 'mod/workshop:viewpublishedsubmissions', 1, 1412104323, 0),
(857, 1, 3, 'mod/workshop:viewpublishedsubmissions', 1, 1412104323, 0),
(858, 1, 1, 'mod/workshop:viewpublishedsubmissions', 1, 1412104323, 0),
(859, 1, 5, 'mod/workshop:viewauthorpublished', 1, 1412104323, 0),
(860, 1, 4, 'mod/workshop:viewauthorpublished', 1, 1412104323, 0),
(861, 1, 3, 'mod/workshop:viewauthorpublished', 1, 1412104323, 0),
(862, 1, 1, 'mod/workshop:viewauthorpublished', 1, 1412104323, 0),
(863, 1, 4, 'mod/workshop:viewallassessments', 1, 1412104323, 0),
(864, 1, 3, 'mod/workshop:viewallassessments', 1, 1412104323, 0),
(865, 1, 1, 'mod/workshop:viewallassessments', 1, 1412104323, 0),
(866, 1, 4, 'mod/workshop:overridegrades', 1, 1412104323, 0),
(867, 1, 3, 'mod/workshop:overridegrades', 1, 1412104323, 0),
(868, 1, 1, 'mod/workshop:overridegrades', 1, 1412104323, 0),
(869, 1, 4, 'mod/workshop:ignoredeadlines', 1, 1412104323, 0),
(870, 1, 3, 'mod/workshop:ignoredeadlines', 1, 1412104323, 0),
(871, 1, 1, 'mod/workshop:ignoredeadlines', 1, 1412104323, 0),
(872, 1, 3, 'enrol/cohort:config', 1, 1412104323, 0),
(873, 1, 1, 'enrol/cohort:config', 1, 1412104323, 0),
(874, 1, 1, 'enrol/cohort:unenrol', 1, 1412104323, 0),
(875, 1, 1, 'enrol/database:unenrol', 1, 1412104323, 0),
(876, 1, 1, 'enrol/guest:config', 1, 1412104323, 0),
(877, 1, 3, 'enrol/guest:config', 1, 1412104323, 0),
(878, 1, 1, 'enrol/ldap:manage', 1, 1412104323, 0),
(879, 1, 1, 'enrol/manual:config', 1, 1412104323, 0),
(880, 1, 1, 'enrol/manual:enrol', 1, 1412104323, 0),
(881, 1, 3, 'enrol/manual:enrol', 1, 1412104323, 0),
(882, 1, 1, 'enrol/manual:manage', 1, 1412104323, 0),
(883, 1, 3, 'enrol/manual:manage', 1, 1412104323, 0),
(884, 1, 1, 'enrol/manual:unenrol', 1, 1412104323, 0),
(885, 1, 3, 'enrol/manual:unenrol', 1, 1412104323, 0),
(886, 1, 1, 'enrol/meta:config', 1, 1412104323, 0),
(887, 1, 3, 'enrol/meta:config', 1, 1412104323, 0),
(888, 1, 1, 'enrol/meta:selectaslinked', 1, 1412104323, 0),
(889, 1, 1, 'enrol/meta:unenrol', 1, 1412104323, 0),
(890, 1, 1, 'enrol/paypal:config', 1, 1412104323, 0),
(891, 1, 1, 'enrol/paypal:manage', 1, 1412104323, 0),
(892, 1, 3, 'enrol/paypal:manage', 1, 1412104323, 0),
(893, 1, 1, 'enrol/paypal:unenrol', 1, 1412104323, 0),
(894, 1, 3, 'enrol/self:config', 1, 1412104323, 0),
(895, 1, 1, 'enrol/self:config', 1, 1412104323, 0),
(896, 1, 3, 'enrol/self:manage', 1, 1412104323, 0),
(897, 1, 1, 'enrol/self:manage', 1, 1412104323, 0),
(898, 1, 5, 'enrol/self:unenrolself', 1, 1412104323, 0),
(899, 1, 3, 'enrol/self:unenrol', 1, 1412104323, 0),
(900, 1, 1, 'enrol/self:unenrol', 1, 1412104323, 0);
INSERT INTO `mdl_role_capabilities` (`id`, `contextid`, `roleid`, `capability`, `permission`, `timemodified`, `modifierid`) VALUES
(901, 1, 7, 'message/airnotifier:managedevice', 1, 1412104323, 0),
(902, 1, 3, 'block/activity_modules:addinstance', 1, 1412104323, 0),
(903, 1, 1, 'block/activity_modules:addinstance', 1, 1412104323, 0),
(904, 1, 7, 'block/admin_bookmarks:myaddinstance', 1, 1412104323, 0),
(905, 1, 3, 'block/admin_bookmarks:addinstance', 1, 1412104323, 0),
(906, 1, 1, 'block/admin_bookmarks:addinstance', 1, 1412104323, 0),
(907, 1, 3, 'block/badges:addinstance', 1, 1412104323, 0),
(908, 1, 1, 'block/badges:addinstance', 1, 1412104323, 0),
(909, 1, 7, 'block/badges:myaddinstance', 1, 1412104323, 0),
(910, 1, 3, 'block/blog_menu:addinstance', 1, 1412104323, 0),
(911, 1, 1, 'block/blog_menu:addinstance', 1, 1412104323, 0),
(912, 1, 3, 'block/blog_recent:addinstance', 1, 1412104323, 0),
(913, 1, 1, 'block/blog_recent:addinstance', 1, 1412104323, 0),
(914, 1, 3, 'block/blog_tags:addinstance', 1, 1412104323, 0),
(915, 1, 1, 'block/blog_tags:addinstance', 1, 1412104323, 0),
(916, 1, 7, 'block/calendar_month:myaddinstance', 1, 1412104323, 0),
(917, 1, 3, 'block/calendar_month:addinstance', 1, 1412104323, 0),
(918, 1, 1, 'block/calendar_month:addinstance', 1, 1412104323, 0),
(919, 1, 7, 'block/calendar_upcoming:myaddinstance', 1, 1412104323, 0),
(920, 1, 3, 'block/calendar_upcoming:addinstance', 1, 1412104323, 0),
(921, 1, 1, 'block/calendar_upcoming:addinstance', 1, 1412104323, 0),
(922, 1, 7, 'block/comments:myaddinstance', 1, 1412104323, 0),
(923, 1, 3, 'block/comments:addinstance', 1, 1412104323, 0),
(924, 1, 1, 'block/comments:addinstance', 1, 1412104323, 0),
(925, 1, 7, 'block/community:myaddinstance', 1, 1412104323, 0),
(926, 1, 3, 'block/community:addinstance', 1, 1412104323, 0),
(927, 1, 1, 'block/community:addinstance', 1, 1412104323, 0),
(928, 1, 3, 'block/completionstatus:addinstance', 1, 1412104323, 0),
(929, 1, 1, 'block/completionstatus:addinstance', 1, 1412104323, 0),
(930, 1, 7, 'block/course_list:myaddinstance', 1, 1412104323, 0),
(931, 1, 3, 'block/course_list:addinstance', 1, 1412104323, 0),
(932, 1, 1, 'block/course_list:addinstance', 1, 1412104323, 0),
(933, 1, 7, 'block/course_overview:myaddinstance', 1, 1412104323, 0),
(934, 1, 3, 'block/course_overview:addinstance', 1, 1412104323, 0),
(935, 1, 1, 'block/course_overview:addinstance', 1, 1412104323, 0),
(936, 1, 3, 'block/course_summary:addinstance', 1, 1412104323, 0),
(937, 1, 1, 'block/course_summary:addinstance', 1, 1412104323, 0),
(938, 1, 3, 'block/feedback:addinstance', 1, 1412104323, 0),
(939, 1, 1, 'block/feedback:addinstance', 1, 1412104323, 0),
(940, 1, 7, 'block/glossary_random:myaddinstance', 1, 1412104323, 0),
(941, 1, 3, 'block/glossary_random:addinstance', 1, 1412104323, 0),
(942, 1, 1, 'block/glossary_random:addinstance', 1, 1412104323, 0),
(943, 1, 7, 'block/html:myaddinstance', 1, 1412104323, 0),
(944, 1, 3, 'block/html:addinstance', 1, 1412104323, 0),
(945, 1, 1, 'block/html:addinstance', 1, 1412104323, 0),
(946, 1, 3, 'block/login:addinstance', 1, 1412104323, 0),
(947, 1, 1, 'block/login:addinstance', 1, 1412104323, 0),
(948, 1, 7, 'block/mentees:myaddinstance', 1, 1412104323, 0),
(949, 1, 3, 'block/mentees:addinstance', 1, 1412104323, 0),
(950, 1, 1, 'block/mentees:addinstance', 1, 1412104323, 0),
(951, 1, 7, 'block/messages:myaddinstance', 1, 1412104323, 0),
(952, 1, 3, 'block/messages:addinstance', 1, 1412104323, 0),
(953, 1, 1, 'block/messages:addinstance', 1, 1412104323, 0),
(954, 1, 7, 'block/mnet_hosts:myaddinstance', 1, 1412104323, 0),
(955, 1, 3, 'block/mnet_hosts:addinstance', 1, 1412104323, 0),
(956, 1, 1, 'block/mnet_hosts:addinstance', 1, 1412104323, 0),
(957, 1, 7, 'block/myprofile:myaddinstance', 1, 1412104323, 0),
(958, 1, 3, 'block/myprofile:addinstance', 1, 1412104323, 0),
(959, 1, 1, 'block/myprofile:addinstance', 1, 1412104323, 0),
(960, 1, 7, 'block/navigation:myaddinstance', 1, 1412104323, 0),
(961, 1, 3, 'block/navigation:addinstance', 1, 1412104323, 0),
(962, 1, 1, 'block/navigation:addinstance', 1, 1412104323, 0),
(963, 1, 7, 'block/news_items:myaddinstance', 1, 1412104323, 0),
(964, 1, 3, 'block/news_items:addinstance', 1, 1412104323, 0),
(965, 1, 1, 'block/news_items:addinstance', 1, 1412104323, 0),
(966, 1, 7, 'block/online_users:myaddinstance', 1, 1412104323, 0),
(967, 1, 3, 'block/online_users:addinstance', 1, 1412104323, 0),
(968, 1, 1, 'block/online_users:addinstance', 1, 1412104323, 0),
(969, 1, 7, 'block/online_users:viewlist', 1, 1412104323, 0),
(970, 1, 6, 'block/online_users:viewlist', 1, 1412104323, 0),
(971, 1, 5, 'block/online_users:viewlist', 1, 1412104323, 0),
(972, 1, 4, 'block/online_users:viewlist', 1, 1412104323, 0),
(973, 1, 3, 'block/online_users:viewlist', 1, 1412104323, 0),
(974, 1, 1, 'block/online_users:viewlist', 1, 1412104323, 0),
(975, 1, 3, 'block/participants:addinstance', 1, 1412104323, 0),
(976, 1, 1, 'block/participants:addinstance', 1, 1412104323, 0),
(977, 1, 7, 'block/private_files:myaddinstance', 1, 1412104323, 0),
(978, 1, 3, 'block/private_files:addinstance', 1, 1412104323, 0),
(979, 1, 1, 'block/private_files:addinstance', 1, 1412104323, 0),
(980, 1, 3, 'block/quiz_results:addinstance', 1, 1412104323, 0),
(981, 1, 1, 'block/quiz_results:addinstance', 1, 1412104323, 0),
(982, 1, 3, 'block/recent_activity:addinstance', 1, 1412104323, 0),
(983, 1, 1, 'block/recent_activity:addinstance', 1, 1412104323, 0),
(984, 1, 7, 'block/recent_activity:viewaddupdatemodule', 1, 1412104323, 0),
(985, 1, 7, 'block/recent_activity:viewdeletemodule', 1, 1412104323, 0),
(986, 1, 7, 'block/rss_client:myaddinstance', 1, 1412104323, 0),
(987, 1, 3, 'block/rss_client:addinstance', 1, 1412104323, 0),
(988, 1, 1, 'block/rss_client:addinstance', 1, 1412104323, 0),
(989, 1, 4, 'block/rss_client:manageownfeeds', 1, 1412104323, 0),
(990, 1, 3, 'block/rss_client:manageownfeeds', 1, 1412104323, 0),
(991, 1, 1, 'block/rss_client:manageownfeeds', 1, 1412104323, 0),
(992, 1, 1, 'block/rss_client:manageanyfeeds', 1, 1412104323, 0),
(993, 1, 3, 'block/search_forums:addinstance', 1, 1412104323, 0),
(994, 1, 1, 'block/search_forums:addinstance', 1, 1412104323, 0),
(995, 1, 3, 'block/section_links:addinstance', 1, 1412104323, 0),
(996, 1, 1, 'block/section_links:addinstance', 1, 1412104323, 0),
(997, 1, 3, 'block/selfcompletion:addinstance', 1, 1412104323, 0),
(998, 1, 1, 'block/selfcompletion:addinstance', 1, 1412104323, 0),
(999, 1, 7, 'block/settings:myaddinstance', 1, 1412104323, 0),
(1000, 1, 3, 'block/settings:addinstance', 1, 1412104323, 0),
(1001, 1, 1, 'block/settings:addinstance', 1, 1412104323, 0),
(1002, 1, 3, 'block/site_main_menu:addinstance', 1, 1412104323, 0),
(1003, 1, 1, 'block/site_main_menu:addinstance', 1, 1412104323, 0),
(1004, 1, 3, 'block/social_activities:addinstance', 1, 1412104323, 0),
(1005, 1, 1, 'block/social_activities:addinstance', 1, 1412104323, 0),
(1006, 1, 3, 'block/tag_flickr:addinstance', 1, 1412104323, 0),
(1007, 1, 1, 'block/tag_flickr:addinstance', 1, 1412104323, 0),
(1008, 1, 3, 'block/tag_youtube:addinstance', 1, 1412104323, 0),
(1009, 1, 1, 'block/tag_youtube:addinstance', 1, 1412104323, 0),
(1010, 1, 7, 'block/tags:myaddinstance', 1, 1412104323, 0),
(1011, 1, 3, 'block/tags:addinstance', 1, 1412104323, 0),
(1012, 1, 1, 'block/tags:addinstance', 1, 1412104323, 0),
(1013, 1, 4, 'report/completion:view', 1, 1412104323, 0),
(1014, 1, 3, 'report/completion:view', 1, 1412104323, 0),
(1015, 1, 1, 'report/completion:view', 1, 1412104323, 0),
(1016, 1, 4, 'report/courseoverview:view', 1, 1412104323, 0),
(1017, 1, 3, 'report/courseoverview:view', 1, 1412104323, 0),
(1018, 1, 1, 'report/courseoverview:view', 1, 1412104323, 0),
(1019, 1, 4, 'report/log:view', 1, 1412104323, 0),
(1020, 1, 3, 'report/log:view', 1, 1412104323, 0),
(1021, 1, 1, 'report/log:view', 1, 1412104323, 0),
(1022, 1, 4, 'report/log:viewtoday', 1, 1412104323, 0),
(1023, 1, 3, 'report/log:viewtoday', 1, 1412104323, 0),
(1024, 1, 1, 'report/log:viewtoday', 1, 1412104323, 0),
(1025, 1, 4, 'report/loglive:view', 1, 1412104323, 0),
(1026, 1, 3, 'report/loglive:view', 1, 1412104323, 0),
(1027, 1, 1, 'report/loglive:view', 1, 1412104323, 0),
(1028, 1, 4, 'report/outline:view', 1, 1412104323, 0),
(1029, 1, 3, 'report/outline:view', 1, 1412104323, 0),
(1030, 1, 1, 'report/outline:view', 1, 1412104323, 0),
(1031, 1, 4, 'report/participation:view', 1, 1412104323, 0),
(1032, 1, 3, 'report/participation:view', 1, 1412104323, 0),
(1033, 1, 1, 'report/participation:view', 1, 1412104323, 0),
(1034, 1, 1, 'report/performance:view', 1, 1412104323, 0),
(1035, 1, 4, 'report/progress:view', 1, 1412104323, 0),
(1036, 1, 3, 'report/progress:view', 1, 1412104323, 0),
(1037, 1, 1, 'report/progress:view', 1, 1412104323, 0),
(1038, 1, 1, 'report/security:view', 1, 1412104323, 0),
(1039, 1, 4, 'report/stats:view', 1, 1412104323, 0),
(1040, 1, 3, 'report/stats:view', 1, 1412104323, 0),
(1041, 1, 1, 'report/stats:view', 1, 1412104323, 0),
(1042, 1, 4, 'gradeexport/ods:view', 1, 1412104323, 0),
(1043, 1, 3, 'gradeexport/ods:view', 1, 1412104323, 0),
(1044, 1, 1, 'gradeexport/ods:view', 1, 1412104323, 0),
(1045, 1, 1, 'gradeexport/ods:publish', 1, 1412104323, 0),
(1046, 1, 4, 'gradeexport/txt:view', 1, 1412104323, 0),
(1047, 1, 3, 'gradeexport/txt:view', 1, 1412104323, 0),
(1048, 1, 1, 'gradeexport/txt:view', 1, 1412104323, 0),
(1049, 1, 1, 'gradeexport/txt:publish', 1, 1412104323, 0),
(1050, 1, 4, 'gradeexport/xls:view', 1, 1412104323, 0),
(1051, 1, 3, 'gradeexport/xls:view', 1, 1412104323, 0),
(1052, 1, 1, 'gradeexport/xls:view', 1, 1412104323, 0),
(1053, 1, 1, 'gradeexport/xls:publish', 1, 1412104323, 0),
(1054, 1, 4, 'gradeexport/xml:view', 1, 1412104323, 0),
(1055, 1, 3, 'gradeexport/xml:view', 1, 1412104323, 0),
(1056, 1, 1, 'gradeexport/xml:view', 1, 1412104323, 0),
(1057, 1, 1, 'gradeexport/xml:publish', 1, 1412104323, 0),
(1058, 1, 3, 'gradeimport/csv:view', 1, 1412104323, 0),
(1059, 1, 1, 'gradeimport/csv:view', 1, 1412104323, 0),
(1060, 1, 3, 'gradeimport/xml:view', 1, 1412104323, 0),
(1061, 1, 1, 'gradeimport/xml:view', 1, 1412104323, 0),
(1062, 1, 1, 'gradeimport/xml:publish', 1, 1412104323, 0),
(1063, 1, 4, 'gradereport/grader:view', 1, 1412104323, 0),
(1064, 1, 3, 'gradereport/grader:view', 1, 1412104323, 0),
(1065, 1, 1, 'gradereport/grader:view', 1, 1412104323, 0),
(1066, 1, 4, 'gradereport/outcomes:view', 1, 1412104323, 0),
(1067, 1, 3, 'gradereport/outcomes:view', 1, 1412104323, 0),
(1068, 1, 1, 'gradereport/outcomes:view', 1, 1412104323, 0),
(1069, 1, 5, 'gradereport/overview:view', 1, 1412104323, 0),
(1070, 1, 1, 'gradereport/overview:view', 1, 1412104323, 0),
(1071, 1, 5, 'gradereport/user:view', 1, 1412104323, 0),
(1072, 1, 4, 'gradereport/user:view', 1, 1412104323, 0),
(1073, 1, 3, 'gradereport/user:view', 1, 1412104323, 0),
(1074, 1, 1, 'gradereport/user:view', 1, 1412104323, 0),
(1075, 1, 7, 'repository/alfresco:view', 1, 1412104323, 0),
(1076, 1, 7, 'repository/areafiles:view', 1, 1412104323, 0),
(1077, 1, 7, 'repository/boxnet:view', 1, 1412104323, 0),
(1078, 1, 2, 'repository/coursefiles:view', 1, 1412104323, 0),
(1079, 1, 4, 'repository/coursefiles:view', 1, 1412104323, 0),
(1080, 1, 3, 'repository/coursefiles:view', 1, 1412104323, 0),
(1081, 1, 1, 'repository/coursefiles:view', 1, 1412104323, 0),
(1082, 1, 7, 'repository/dropbox:view', 1, 1412104323, 0),
(1083, 1, 7, 'repository/equella:view', 1, 1412104323, 0),
(1084, 1, 2, 'repository/filesystem:view', 1, 1412104323, 0),
(1085, 1, 4, 'repository/filesystem:view', 1, 1412104323, 0),
(1086, 1, 3, 'repository/filesystem:view', 1, 1412104323, 0),
(1087, 1, 1, 'repository/filesystem:view', 1, 1412104323, 0),
(1088, 1, 7, 'repository/flickr:view', 1, 1412104323, 0),
(1089, 1, 7, 'repository/flickr_public:view', 1, 1412104323, 0),
(1090, 1, 7, 'repository/googledocs:view', 1, 1412104323, 0),
(1091, 1, 2, 'repository/local:view', 1, 1412104323, 0),
(1092, 1, 4, 'repository/local:view', 1, 1412104323, 0),
(1093, 1, 3, 'repository/local:view', 1, 1412104323, 0),
(1094, 1, 1, 'repository/local:view', 1, 1412104323, 0),
(1095, 1, 7, 'repository/merlot:view', 1, 1412104323, 0),
(1096, 1, 7, 'repository/picasa:view', 1, 1412104323, 0),
(1097, 1, 7, 'repository/recent:view', 1, 1412104323, 0),
(1098, 1, 7, 'repository/s3:view', 1, 1412104323, 0),
(1099, 1, 7, 'repository/skydrive:view', 1, 1412104323, 0),
(1100, 1, 7, 'repository/upload:view', 1, 1412104323, 0),
(1101, 1, 7, 'repository/url:view', 1, 1412104323, 0),
(1102, 1, 7, 'repository/user:view', 1, 1412104323, 0),
(1103, 1, 2, 'repository/webdav:view', 1, 1412104323, 0),
(1104, 1, 4, 'repository/webdav:view', 1, 1412104323, 0),
(1105, 1, 3, 'repository/webdav:view', 1, 1412104323, 0),
(1106, 1, 1, 'repository/webdav:view', 1, 1412104323, 0),
(1107, 1, 7, 'repository/wikimedia:view', 1, 1412104323, 0),
(1108, 1, 7, 'repository/youtube:view', 1, 1412104323, 0),
(1109, 1, 1, 'tool/customlang:view', 1, 1412104323, 0),
(1110, 1, 1, 'tool/customlang:edit', 1, 1412104323, 0),
(1111, 1, 1, 'tool/uploaduser:uploaduserpictures', 1, 1412104323, 0),
(1112, 1, 3, 'booktool/importhtml:import', 1, 1412104323, 0),
(1113, 1, 1, 'booktool/importhtml:import', 1, 1412104323, 0),
(1114, 1, 6, 'booktool/print:print', 1, 1412104323, 0),
(1115, 1, 8, 'booktool/print:print', 1, 1412104323, 0),
(1116, 1, 5, 'booktool/print:print', 1, 1412104323, 0),
(1117, 1, 4, 'booktool/print:print', 1, 1412104323, 0),
(1118, 1, 3, 'booktool/print:print', 1, 1412104323, 0),
(1119, 1, 1, 'booktool/print:print', 1, 1412104323, 0),
(1120, 1, 4, 'quiz/grading:viewstudentnames', 1, 1412104323, 0),
(1121, 1, 3, 'quiz/grading:viewstudentnames', 1, 1412104323, 0),
(1122, 1, 1, 'quiz/grading:viewstudentnames', 1, 1412104323, 0),
(1123, 1, 4, 'quiz/grading:viewidnumber', 1, 1412104323, 0),
(1124, 1, 3, 'quiz/grading:viewidnumber', 1, 1412104323, 0),
(1125, 1, 1, 'quiz/grading:viewidnumber', 1, 1412104323, 0),
(1126, 1, 4, 'quiz/statistics:view', 1, 1412104323, 0),
(1127, 1, 3, 'quiz/statistics:view', 1, 1412104323, 0),
(1128, 1, 1, 'quiz/statistics:view', 1, 1412104323, 0),
(1129, 1, 7, 'webservice/xmlrpc:use', 1, 1415824625, 2),
(1130, 1, 7, 'webservice/rest:use', 1, 1415824625, 2),
(1131, 1, 1, 'mod/assign:viewblinddetails', 1, 1426108633, 2),
(1132, 1, 4, 'mod/assign:receivegradernotifications', 1, 1426108633, 2),
(1133, 1, 3, 'mod/assign:receivegradernotifications', 1, 1426108633, 2),
(1134, 1, 1, 'mod/assign:receivegradernotifications', 1, 1426108633, 2),
(1135, 1, 4, 'mod/lesson:grade', 1, 1426108634, 2),
(1136, 1, 3, 'mod/lesson:grade', 1, 1426108634, 2),
(1137, 1, 1, 'mod/lesson:grade', 1, 1426108634, 2),
(1138, 1, 1, 'enrol/category:config', 1, 1426108638, 2),
(1139, 1, 3, 'enrol/category:config', 1, 1426108638, 2),
(1140, 1, 1, 'enrol/database:config', 1, 1426108638, 2),
(1141, 1, 3, 'enrol/database:config', 1, 1426108638, 2),
(1142, 1, 1, 'enrol/imsenterprise:config', 1, 1426108638, 2),
(1143, 1, 3, 'enrol/imsenterprise:config', 1, 1426108638, 2),
(1144, 1, 1, 'enrol/mnet:config', 1, 1426108639, 2),
(1145, 1, 3, 'enrol/mnet:config', 1, 1426108639, 2),
(1146, 1, 3, 'gradeimport/direct:view', 1, 1426108647, 2),
(1147, 1, 1, 'gradeimport/direct:view', 1, 1426108647, 2),
(1148, 1, 4, 'gradereport/history:view', 1, 1426108648, 2),
(1149, 1, 3, 'gradereport/history:view', 1, 1426108648, 2),
(1150, 1, 1, 'gradereport/history:view', 1, 1426108648, 2),
(1151, 1, 3, 'gradereport/singleview:view', 1, 1426108648, 2),
(1152, 1, 1, 'gradereport/singleview:view', 1, 1426108648, 2),
(1153, 1, 4, 'tool/monitor:subscribe', 1, 1426108654, 2),
(1154, 1, 3, 'tool/monitor:subscribe', 1, 1426108654, 2),
(1155, 1, 1, 'tool/monitor:subscribe', 1, 1426108654, 2),
(1156, 1, 4, 'tool/monitor:managerules', 1, 1426108654, 2),
(1157, 1, 3, 'tool/monitor:managerules', 1, 1426108654, 2),
(1158, 1, 1, 'tool/monitor:managerules', 1, 1426108654, 2),
(1159, 1, 1, 'tool/monitor:managetool', 1, 1426108654, 2);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_context_levels`
--

CREATE TABLE IF NOT EXISTS `mdl_role_context_levels` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `roleid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_rolecontleve_conrol_uix` (`contextlevel`,`roleid`),
  KEY `mdl_rolecontleve_rol_ix` (`roleid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Lists which roles can be assigned at which context levels. T' AUTO_INCREMENT=12 ;

--
-- Dumping data for table `mdl_role_context_levels`
--

INSERT INTO `mdl_role_context_levels` (`id`, `roleid`, `contextlevel`) VALUES
(1, 1, 10),
(4, 2, 10),
(2, 1, 40),
(5, 2, 40),
(3, 1, 50),
(6, 3, 50),
(8, 4, 50),
(10, 5, 50),
(7, 3, 70),
(9, 4, 70),
(11, 5, 70);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_names`
--

CREATE TABLE IF NOT EXISTS `mdl_role_names` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `contextid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_rolename_rolcon_uix` (`roleid`,`contextid`),
  KEY `mdl_rolename_rol_ix` (`roleid`),
  KEY `mdl_rolename_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='role names in native strings' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_role_sortorder`
--

CREATE TABLE IF NOT EXISTS `mdl_role_sortorder` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `sortoder` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_rolesort_userolcon_uix` (`userid`,`roleid`,`contextid`),
  KEY `mdl_rolesort_use_ix` (`userid`),
  KEY `mdl_rolesort_rol_ix` (`roleid`),
  KEY `mdl_rolesort_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='sort order of course managers in a course' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scale`
--

CREATE TABLE IF NOT EXISTS `mdl_scale` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `scale` longtext NOT NULL,
  `description` longtext NOT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_scal_cou_ix` (`courseid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Defines grading scales' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mdl_scale`
--

INSERT INTO `mdl_scale` (`id`, `courseid`, `userid`, `name`, `scale`, `description`, `descriptionformat`, `timemodified`) VALUES
(1, 0, 0, 'למידה והבנה בשיטות ניתוח מושכל או רגשי', 'לרוב מבוסס היגיון,היגיון ורגש,לרוב מבוסס רגש', 'מדד זה מבוסס על התאוריה של "למידה והבנה בשיטות ניתוח מושכל או רגשי". תאוריה זו מתארת שתי דרכים שונות שאנו יכולים להעריך וללמוד  דברים שאנו רואים ושומעים. אילו <strong>היודעים באופן מושכל</strong> להישאר אובייקטיבי ככל האפשר, מבלי לכלול תחושות ורגשות. בשיחה עם אנשים אחרים, הם רוצים להגן על רעיונות משלהם, תוך שימוש בהיגיון כדי למצוא חורים ברעיונות של השני. ואילו <strong>היודעים באופן רגשי</strong> הם רגישים יותר לאנשים אחרים. הם מיומנים באמפטיה ונוטים להקשיב ולשאול שאלות עד שהם מרגישים שהם יכולים להתחבר ו"להבין את הדברים מנקודת מבט שלהם". הם לומדים על ידי מנסים לחלוק את החוויות שהובילו לידיעה שהם מוצאים באנשים אחרים.', 0, 1412121395);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scale_history`
--

CREATE TABLE IF NOT EXISTS `mdl_scale_history` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `action` bigint(10) NOT NULL DEFAULT '0',
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `scale` longtext NOT NULL,
  `description` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_scalhist_act_ix` (`action`),
  KEY `mdl_scalhist_old_ix` (`oldid`),
  KEY `mdl_scalhist_cou_ix` (`courseid`),
  KEY `mdl_scalhist_log_ix` (`loggeduser`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='History table' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `scormtype` varchar(50) NOT NULL DEFAULT 'local',
  `reference` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `version` varchar(9) NOT NULL DEFAULT '',
  `maxgrade` double NOT NULL DEFAULT '0',
  `grademethod` tinyint(2) NOT NULL DEFAULT '0',
  `whatgrade` bigint(10) NOT NULL DEFAULT '0',
  `maxattempt` bigint(10) NOT NULL DEFAULT '1',
  `forcecompleted` tinyint(1) NOT NULL DEFAULT '1',
  `forcenewattempt` tinyint(1) NOT NULL DEFAULT '0',
  `lastattemptlock` tinyint(1) NOT NULL DEFAULT '0',
  `displayattemptstatus` tinyint(1) NOT NULL DEFAULT '1',
  `displaycoursestructure` tinyint(1) NOT NULL DEFAULT '1',
  `updatefreq` tinyint(1) NOT NULL DEFAULT '0',
  `sha1hash` varchar(40) DEFAULT NULL,
  `md5hash` varchar(32) NOT NULL DEFAULT '',
  `revision` bigint(10) NOT NULL DEFAULT '0',
  `launch` bigint(10) NOT NULL DEFAULT '0',
  `skipview` tinyint(1) NOT NULL DEFAULT '1',
  `hidebrowse` tinyint(1) NOT NULL DEFAULT '0',
  `hidetoc` tinyint(1) NOT NULL DEFAULT '0',
  `nav` tinyint(1) NOT NULL DEFAULT '1',
  `navpositionleft` bigint(10) DEFAULT '-100',
  `navpositiontop` bigint(10) DEFAULT '-100',
  `auto` tinyint(1) NOT NULL DEFAULT '0',
  `popup` tinyint(1) NOT NULL DEFAULT '0',
  `options` varchar(255) NOT NULL DEFAULT '',
  `width` bigint(10) NOT NULL DEFAULT '100',
  `height` bigint(10) NOT NULL DEFAULT '600',
  `timeopen` bigint(10) NOT NULL DEFAULT '0',
  `timeclose` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `completionstatusrequired` tinyint(1) DEFAULT NULL,
  `completionscorerequired` tinyint(2) DEFAULT NULL,
  `displayactivityname` smallint(4) NOT NULL DEFAULT '1',
  `autocommit` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_scor_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='each table is one SCORM module and its configuration' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_aicc_session`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_aicc_session` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `scormid` bigint(10) NOT NULL DEFAULT '0',
  `hacpsession` varchar(255) NOT NULL DEFAULT '',
  `scoid` bigint(10) DEFAULT '0',
  `scormmode` varchar(50) DEFAULT NULL,
  `scormstatus` varchar(255) DEFAULT NULL,
  `attempt` bigint(10) DEFAULT NULL,
  `lessonstatus` varchar(255) DEFAULT NULL,
  `sessiontime` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_scoraiccsess_sco_ix` (`scormid`),
  KEY `mdl_scoraiccsess_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Used by AICC HACP to store session information' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_scoes`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_scoes` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `scorm` bigint(10) NOT NULL DEFAULT '0',
  `manifest` varchar(255) NOT NULL DEFAULT '',
  `organization` varchar(255) NOT NULL DEFAULT '',
  `parent` varchar(255) NOT NULL DEFAULT '',
  `identifier` varchar(255) NOT NULL DEFAULT '',
  `launch` longtext NOT NULL,
  `scormtype` varchar(5) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_scorscoe_sco_ix` (`scorm`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='each SCO part of the SCORM module' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_scoes_data`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_scoes_data` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `scoid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_scorscoedata_sco_ix` (`scoid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains variable data get from packages' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_scoes_track`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_scoes_track` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `scormid` bigint(10) NOT NULL DEFAULT '0',
  `scoid` bigint(10) NOT NULL DEFAULT '0',
  `attempt` bigint(10) NOT NULL DEFAULT '1',
  `element` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_scorscoetrac_usesco_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`),
  KEY `mdl_scorscoetrac_use_ix` (`userid`),
  KEY `mdl_scorscoetrac_ele_ix` (`element`),
  KEY `mdl_scorscoetrac_sco_ix` (`scormid`),
  KEY `mdl_scorscoetrac_sco2_ix` (`scoid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='to track SCOes' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_mapinfo`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_seq_mapinfo` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `scoid` bigint(10) NOT NULL DEFAULT '0',
  `objectiveid` bigint(10) NOT NULL DEFAULT '0',
  `targetobjectiveid` bigint(10) NOT NULL DEFAULT '0',
  `readsatisfiedstatus` tinyint(1) NOT NULL DEFAULT '1',
  `readnormalizedmeasure` tinyint(1) NOT NULL DEFAULT '1',
  `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT '0',
  `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_scorseqmapi_scoidob_uix` (`scoid`,`id`,`objectiveid`),
  KEY `mdl_scorseqmapi_sco_ix` (`scoid`),
  KEY `mdl_scorseqmapi_obj_ix` (`objectiveid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 objective mapinfo description' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_objective`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_seq_objective` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `scoid` bigint(10) NOT NULL DEFAULT '0',
  `primaryobj` tinyint(1) NOT NULL DEFAULT '0',
  `objectiveid` varchar(255) NOT NULL DEFAULT '',
  `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT '1',
  `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT '0.0000',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_scorseqobje_scoid_uix` (`scoid`,`id`),
  KEY `mdl_scorseqobje_sco_ix` (`scoid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 objective description' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_rolluprule`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_seq_rolluprule` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `scoid` bigint(10) NOT NULL DEFAULT '0',
  `childactivityset` varchar(15) NOT NULL DEFAULT '',
  `minimumcount` bigint(10) NOT NULL DEFAULT '0',
  `minimumpercent` float(11,4) NOT NULL DEFAULT '0.0000',
  `conditioncombination` varchar(3) NOT NULL DEFAULT 'all',
  `action` varchar(15) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_scorseqroll_scoid_uix` (`scoid`,`id`),
  KEY `mdl_scorseqroll_sco_ix` (`scoid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 sequencing rule' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_rolluprulecond`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_seq_rolluprulecond` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `scoid` bigint(10) NOT NULL DEFAULT '0',
  `rollupruleid` bigint(10) NOT NULL DEFAULT '0',
  `operator` varchar(5) NOT NULL DEFAULT 'noOp',
  `cond` varchar(25) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_scorseqroll_scoroli_uix` (`scoid`,`rollupruleid`,`id`),
  KEY `mdl_scorseqroll_sco2_ix` (`scoid`),
  KEY `mdl_scorseqroll_rol_ix` (`rollupruleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 sequencing rule' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_rulecond`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_seq_rulecond` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `scoid` bigint(10) NOT NULL DEFAULT '0',
  `ruleconditionsid` bigint(10) NOT NULL DEFAULT '0',
  `refrencedobjective` varchar(255) NOT NULL DEFAULT '',
  `measurethreshold` float(11,4) NOT NULL DEFAULT '0.0000',
  `operator` varchar(5) NOT NULL DEFAULT 'noOp',
  `cond` varchar(30) NOT NULL DEFAULT 'always',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_scorseqrule_idscoru_uix` (`id`,`scoid`,`ruleconditionsid`),
  KEY `mdl_scorseqrule_sco2_ix` (`scoid`),
  KEY `mdl_scorseqrule_rul_ix` (`ruleconditionsid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 rule condition' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_scorm_seq_ruleconds`
--

CREATE TABLE IF NOT EXISTS `mdl_scorm_seq_ruleconds` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `scoid` bigint(10) NOT NULL DEFAULT '0',
  `conditioncombination` varchar(3) NOT NULL DEFAULT 'all',
  `ruletype` tinyint(2) NOT NULL DEFAULT '0',
  `action` varchar(25) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_scorseqrule_scoid_uix` (`scoid`,`id`),
  KEY `mdl_scorseqrule_sco_ix` (`scoid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='SCORM2004 rule conditions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_sessions`
--

CREATE TABLE IF NOT EXISTS `mdl_sessions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `state` bigint(10) NOT NULL DEFAULT '0',
  `sid` varchar(128) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `sessdata` longtext,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `firstip` varchar(45) DEFAULT NULL,
  `lastip` varchar(45) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_sess_sid_uix` (`sid`),
  KEY `mdl_sess_sta_ix` (`state`),
  KEY `mdl_sess_tim_ix` (`timecreated`),
  KEY `mdl_sess_tim2_ix` (`timemodified`),
  KEY `mdl_sess_use_ix` (`userid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Database based session storage - now recommended' AUTO_INCREMENT=7 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_daily`
--

CREATE TABLE IF NOT EXISTS `mdl_stats_daily` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT '0',
  `stat2` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_statdail_cou_ix` (`courseid`),
  KEY `mdl_statdail_tim_ix` (`timeend`),
  KEY `mdl_statdail_rol_ix` (`roleid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='to accumulate daily stats' AUTO_INCREMENT=1671 ;

--
-- Dumping data for table `mdl_stats_daily`
--

INSERT INTO `mdl_stats_daily` (`id`, `courseid`, `timeend`, `roleid`, `stattype`, `stat1`, `stat2`) VALUES
(1462, 4, 1446350400, 5, 'enrolments', 1, 0),
(1463, 4, 1446440400, 5, 'enrolments', 1, 0),
(1464, 1, 1446526800, 0, 'logins', 0, 0),
(1465, 4, 1446526800, 5, 'enrolments', 1, 0),
(1466, 4, 1446526800, 0, 'enrolments', 1, 0),
(1467, 1, 1446526800, 0, 'enrolments', 3, 0),
(1468, 1, 1446526800, 8, 'enrolments', 3, 0),
(1469, 1, 1446526800, 0, 'activity', 1, 0),
(1470, 1, 1446526800, 6, 'activity', 1, 0),
(1471, 4, 1446613200, 5, 'enrolments', 1, 0),
(1472, 4, 1446699600, 5, 'enrolments', 1, 0),
(1473, 4, 1446786000, 5, 'enrolments', 1, 0),
(1474, 4, 1446872400, 5, 'enrolments', 1, 0),
(1475, 4, 1446958800, 5, 'enrolments', 1, 0),
(1476, 4, 1447045200, 5, 'enrolments', 1, 0),
(1477, 4, 1447131600, 5, 'enrolments', 1, 0),
(1478, 1, 1447218000, 0, 'logins', 0, 0),
(1479, 4, 1447218000, 5, 'enrolments', 1, 0),
(1480, 4, 1447218000, 0, 'enrolments', 1, 0),
(1481, 1, 1447218000, 0, 'enrolments', 3, 0),
(1482, 1, 1447218000, 8, 'enrolments', 3, 0),
(1483, 1, 1447218000, 0, 'activity', 1, 0),
(1484, 1, 1447218000, 6, 'activity', 1, 0),
(1485, 4, 1447304400, 5, 'enrolments', 1, 0),
(1486, 4, 1447390800, 5, 'enrolments', 1, 0),
(1487, 4, 1447477200, 5, 'enrolments', 1, 0),
(1488, 4, 1447563600, 5, 'enrolments', 1, 0),
(1489, 4, 1447650000, 5, 'enrolments', 1, 0),
(1490, 4, 1447736400, 5, 'enrolments', 1, 0),
(1491, 4, 1447822800, 5, 'enrolments', 1, 0),
(1492, 1, 1447909200, 0, 'logins', 0, 0),
(1493, 4, 1447909200, 5, 'enrolments', 1, 0),
(1494, 4, 1447909200, 0, 'enrolments', 1, 0),
(1495, 1, 1447909200, 0, 'enrolments', 3, 0),
(1496, 1, 1447909200, 8, 'enrolments', 3, 0),
(1497, 1, 1447909200, 0, 'activity', 1, 0),
(1498, 1, 1447909200, 6, 'activity', 1, 0),
(1499, 4, 1447995600, 5, 'enrolments', 1, 0),
(1500, 4, 1448082000, 5, 'enrolments', 1, 0),
(1501, 4, 1448168400, 5, 'enrolments', 1, 0),
(1502, 4, 1448254800, 5, 'enrolments', 1, 0),
(1503, 4, 1448341200, 5, 'enrolments', 1, 0),
(1504, 4, 1448427600, 5, 'enrolments', 1, 0),
(1505, 4, 1448514000, 5, 'enrolments', 1, 0),
(1506, 1, 1448600400, 0, 'logins', 0, 0),
(1507, 4, 1448600400, 5, 'enrolments', 1, 0),
(1508, 4, 1448600400, 0, 'enrolments', 1, 0),
(1509, 1, 1448600400, 0, 'enrolments', 3, 0),
(1510, 1, 1448600400, 8, 'enrolments', 3, 0),
(1511, 1, 1448600400, 0, 'activity', 1, 0),
(1512, 1, 1448600400, 6, 'activity', 1, 0),
(1513, 4, 1448686800, 5, 'enrolments', 1, 0),
(1514, 4, 1448773200, 5, 'enrolments', 1, 0),
(1515, 4, 1448859600, 5, 'enrolments', 1, 0),
(1516, 4, 1448946000, 5, 'enrolments', 1, 0),
(1517, 4, 1449032400, 5, 'enrolments', 1, 0),
(1518, 4, 1449118800, 5, 'enrolments', 1, 0),
(1519, 4, 1449205200, 5, 'enrolments', 1, 0),
(1520, 1, 1449291600, 0, 'logins', 0, 0),
(1521, 4, 1449291600, 5, 'enrolments', 1, 0),
(1522, 4, 1449291600, 0, 'enrolments', 1, 0),
(1523, 1, 1449291600, 0, 'enrolments', 3, 0),
(1524, 1, 1449291600, 8, 'enrolments', 3, 0),
(1525, 1, 1449291600, 0, 'activity', 1, 0),
(1526, 1, 1449291600, 6, 'activity', 1, 0),
(1527, 4, 1449378000, 5, 'enrolments', 1, 0),
(1528, 4, 1449464400, 5, 'enrolments', 1, 0),
(1529, 4, 1449550800, 5, 'enrolments', 1, 0),
(1530, 4, 1449637200, 5, 'enrolments', 1, 0),
(1531, 4, 1449723600, 5, 'enrolments', 1, 0),
(1532, 4, 1449810000, 5, 'enrolments', 1, 0),
(1533, 4, 1449896400, 5, 'enrolments', 1, 0),
(1534, 1, 1449982800, 0, 'logins', 0, 0),
(1535, 4, 1449982800, 5, 'enrolments', 1, 0),
(1536, 4, 1449982800, 0, 'enrolments', 1, 0),
(1537, 1, 1449982800, 0, 'enrolments', 3, 0),
(1538, 1, 1449982800, 8, 'enrolments', 3, 0),
(1539, 1, 1449982800, 0, 'activity', 1, 0),
(1540, 1, 1449982800, 6, 'activity', 1, 0),
(1541, 4, 1450069200, 5, 'enrolments', 1, 0),
(1542, 4, 1450155600, 5, 'enrolments', 1, 0),
(1543, 4, 1450242000, 5, 'enrolments', 1, 0),
(1544, 4, 1450328400, 5, 'enrolments', 1, 0),
(1545, 4, 1450414800, 5, 'enrolments', 1, 0),
(1546, 4, 1450501200, 5, 'enrolments', 1, 0),
(1547, 4, 1450587600, 5, 'enrolments', 1, 0),
(1548, 1, 1450674000, 0, 'logins', 0, 0),
(1549, 4, 1450674000, 5, 'enrolments', 1, 0),
(1550, 4, 1450674000, 0, 'enrolments', 1, 0),
(1551, 1, 1450674000, 0, 'enrolments', 3, 0),
(1552, 1, 1450674000, 8, 'enrolments', 3, 0),
(1553, 1, 1450674000, 0, 'activity', 1, 0),
(1554, 1, 1450674000, 6, 'activity', 1, 0),
(1555, 4, 1450760400, 5, 'enrolments', 1, 0),
(1556, 4, 1450846800, 5, 'enrolments', 1, 0),
(1557, 4, 1450933200, 5, 'enrolments', 1, 0),
(1558, 4, 1451019600, 5, 'enrolments', 1, 0),
(1559, 4, 1451106000, 5, 'enrolments', 1, 0),
(1560, 4, 1451192400, 5, 'enrolments', 1, 0),
(1561, 4, 1451278800, 5, 'enrolments', 1, 0),
(1562, 1, 1451365200, 0, 'logins', 0, 0),
(1563, 4, 1451365200, 5, 'enrolments', 1, 0),
(1564, 4, 1451365200, 0, 'enrolments', 1, 0),
(1565, 1, 1451365200, 0, 'enrolments', 3, 0),
(1566, 1, 1451365200, 8, 'enrolments', 3, 0),
(1567, 1, 1451365200, 0, 'activity', 1, 0),
(1568, 1, 1451365200, 6, 'activity', 1, 0),
(1569, 4, 1451451600, 5, 'enrolments', 1, 0),
(1570, 4, 1451538000, 5, 'enrolments', 1, 0),
(1571, 4, 1451624400, 5, 'enrolments', 1, 0),
(1572, 4, 1451710800, 5, 'enrolments', 1, 0),
(1573, 4, 1451797200, 5, 'enrolments', 1, 0),
(1574, 4, 1451883600, 5, 'enrolments', 1, 0),
(1575, 4, 1451970000, 5, 'enrolments', 1, 0),
(1576, 1, 1452056400, 0, 'logins', 0, 0),
(1577, 4, 1452056400, 5, 'enrolments', 1, 0),
(1578, 4, 1452056400, 0, 'enrolments', 1, 0),
(1579, 1, 1452056400, 0, 'enrolments', 3, 0),
(1580, 1, 1452056400, 8, 'enrolments', 3, 0),
(1581, 1, 1452056400, 0, 'activity', 1, 0),
(1582, 1, 1452056400, 6, 'activity', 1, 0),
(1583, 4, 1452142800, 5, 'enrolments', 1, 0),
(1584, 4, 1452229200, 5, 'enrolments', 1, 0),
(1585, 4, 1452315600, 5, 'enrolments', 1, 0),
(1586, 4, 1452402000, 5, 'enrolments', 1, 0),
(1587, 4, 1452488400, 5, 'enrolments', 1, 0),
(1588, 4, 1452574800, 5, 'enrolments', 1, 0),
(1589, 4, 1452661200, 5, 'enrolments', 1, 0),
(1590, 1, 1452747600, 0, 'logins', 0, 0),
(1591, 4, 1452747600, 5, 'enrolments', 1, 0),
(1592, 4, 1452747600, 0, 'enrolments', 1, 0),
(1593, 1, 1452747600, 0, 'enrolments', 3, 0),
(1594, 1, 1452747600, 8, 'enrolments', 3, 0),
(1595, 1, 1452747600, 0, 'activity', 1, 0),
(1596, 1, 1452747600, 6, 'activity', 1, 0),
(1597, 4, 1452834000, 5, 'enrolments', 1, 0),
(1598, 4, 1452920400, 5, 'enrolments', 1, 0),
(1599, 4, 1453006800, 5, 'enrolments', 1, 0),
(1600, 4, 1453093200, 5, 'enrolments', 1, 0),
(1601, 4, 1453179600, 5, 'enrolments', 1, 0),
(1602, 4, 1453266000, 5, 'enrolments', 1, 0),
(1603, 4, 1453352400, 5, 'enrolments', 1, 0),
(1604, 1, 1453438800, 0, 'logins', 0, 0),
(1605, 4, 1453438800, 5, 'enrolments', 1, 0),
(1606, 4, 1453438800, 0, 'enrolments', 1, 0),
(1607, 1, 1453438800, 0, 'enrolments', 3, 0),
(1608, 1, 1453438800, 8, 'enrolments', 3, 0),
(1609, 1, 1453438800, 0, 'activity', 1, 0),
(1610, 1, 1453438800, 6, 'activity', 1, 0),
(1611, 4, 1453525200, 5, 'enrolments', 1, 0),
(1612, 4, 1453611600, 5, 'enrolments', 1, 0),
(1613, 4, 1453698000, 5, 'enrolments', 1, 0),
(1614, 4, 1453784400, 5, 'enrolments', 1, 0),
(1615, 4, 1453870800, 5, 'enrolments', 1, 0),
(1616, 4, 1453957200, 5, 'enrolments', 1, 0),
(1617, 1, 1454043600, 0, 'logins', 1, 1),
(1618, 4, 1454043600, 5, 'enrolments', 1, 0),
(1619, 4, 1454043600, 0, 'enrolments', 1, 0),
(1620, 1, 1454043600, 0, 'enrolments', 3, 1),
(1621, 1, 1454043600, 8, 'enrolments', 3, 1),
(1622, 1, 1454043600, 0, 'activity', 7, 0),
(1623, 1, 1454043600, 6, 'activity', 7, 0),
(1624, 1, 1454130000, 0, 'logins', 0, 0),
(1625, 4, 1454130000, 5, 'enrolments', 1, 0),
(1626, 4, 1454130000, 0, 'enrolments', 1, 0),
(1627, 1, 1454130000, 0, 'enrolments', 3, 0),
(1628, 1, 1454130000, 8, 'enrolments', 3, 0),
(1629, 1, 1454130000, 0, 'activity', 1, 0),
(1630, 1, 1454130000, 6, 'activity', 1, 0),
(1631, 1, 1454216400, 0, 'logins', 0, 0),
(1632, 4, 1454216400, 5, 'enrolments', 1, 0),
(1633, 4, 1454216400, 0, 'enrolments', 1, 0),
(1634, 1, 1454216400, 0, 'enrolments', 3, 0),
(1635, 1, 1454216400, 8, 'enrolments', 3, 0),
(1636, 1, 1454216400, 0, 'activity', 1, 0),
(1637, 1, 1454216400, 6, 'activity', 1, 0),
(1638, 4, 1454302800, 5, 'enrolments', 1, 0),
(1639, 4, 1454389200, 5, 'enrolments', 1, 0),
(1640, 4, 1454475600, 5, 'enrolments', 1, 0),
(1641, 4, 1454562000, 5, 'enrolments', 1, 0),
(1642, 4, 1454648400, 5, 'enrolments', 1, 0),
(1643, 4, 1454734800, 5, 'enrolments', 1, 0),
(1644, 1, 1454821200, 0, 'logins', 0, 0),
(1645, 4, 1454821200, 5, 'enrolments', 1, 0),
(1646, 4, 1454821200, 0, 'enrolments', 1, 0),
(1647, 1, 1454821200, 0, 'enrolments', 3, 0),
(1648, 1, 1454821200, 8, 'enrolments', 3, 0),
(1649, 1, 1454821200, 0, 'activity', 1, 0),
(1650, 1, 1454821200, 6, 'activity', 1, 0),
(1651, 4, 1454907600, 5, 'enrolments', 1, 0),
(1652, 4, 1454994000, 5, 'enrolments', 1, 0),
(1653, 4, 1455080400, 5, 'enrolments', 1, 0),
(1654, 4, 1455166800, 5, 'enrolments', 1, 0),
(1655, 4, 1455253200, 5, 'enrolments', 1, 0),
(1656, 1, 1455339600, 0, 'logins', 1, 1),
(1657, 4, 1455339600, 5, 'enrolments', 1, 0),
(1658, 4, 1455339600, 0, 'enrolments', 1, 0),
(1659, 1, 1455339600, 0, 'enrolments', 3, 1),
(1660, 1, 1455339600, 8, 'enrolments', 3, 1),
(1661, 1, 1455339600, 0, 'activity', 4, 0),
(1662, 1, 1455339600, 8, 'activity', 1, 0),
(1663, 1, 1455339600, 6, 'activity', 3, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_monthly`
--

CREATE TABLE IF NOT EXISTS `mdl_stats_monthly` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT '0',
  `stat2` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_statmont_cou_ix` (`courseid`),
  KEY `mdl_statmont_tim_ix` (`timeend`),
  KEY `mdl_statmont_rol_ix` (`roleid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='To accumulate monthly stats' AUTO_INCREMENT=202 ;

--
-- Dumping data for table `mdl_stats_monthly`
--

INSERT INTO `mdl_stats_monthly` (`id`, `courseid`, `timeend`, `roleid`, `stattype`, `stat1`, `stat2`) VALUES
(1, 1, 1412136000, 0, 'logins', 3, 1),
(2, 1, 1412136000, 0, 'enrolments', 2, 1),
(3, 1, 1412136000, 8, 'enrolments', 2, 1),
(5, 1, 1412136000, 0, 'activity', 50, 7),
(6, 1, 1412136000, 6, 'activity', 4, 0),
(7, 1, 1412136000, 8, 'activity', 46, 7),
(8, 2, 1412136000, 0, 'activity', 0, 1),
(9, 2, 1412136000, 6, 'activity', 0, 1),
(10, 3, 1412136000, 0, 'activity', 0, 1),
(11, 3, 1412136000, 6, 'activity', 0, 1),
(12, 4, 1412136000, 0, 'activity', 76, 21),
(13, 4, 1412136000, 6, 'activity', 76, 21),
(14, 5, 1412136000, 0, 'activity', 1, 1),
(15, 5, 1412136000, 6, 'activity', 1, 1),
(20, 1, 1414814400, 0, 'logins', 9, 2),
(21, 1, 1414814400, 0, 'enrolments', 3, 1),
(22, 1, 1414814400, 8, 'enrolments', 3, 1),
(23, 4, 1414814400, 0, 'enrolments', 1, 1),
(24, 4, 1414814400, 5, 'enrolments', 1, 1),
(28, 1, 1414814400, 0, 'activity', 317, 45),
(29, 1, 1414814400, 6, 'activity', 73, 0),
(30, 1, 1414814400, 8, 'activity', 244, 45),
(31, 4, 1414814400, 0, 'activity', 59, 19),
(32, 4, 1414814400, 5, 'activity', 14, 0),
(33, 4, 1414814400, 6, 'activity', 45, 19),
(34, 1, 1417410000, 0, 'logins', 5, 2),
(35, 1, 1417410000, 0, 'enrolments', 3, 1),
(36, 1, 1417410000, 8, 'enrolments', 3, 1),
(37, 4, 1417410000, 0, 'enrolments', 1, 0),
(38, 4, 1417410000, 5, 'enrolments', 1, 0),
(42, 1, 1417410000, 0, 'activity', 45, 0),
(43, 1, 1417410000, 6, 'activity', 37, 0),
(44, 1, 1417410000, 8, 'activity', 8, 0),
(45, 1, 1420088400, 0, 'logins', 0, 0),
(46, 1, 1420088400, 0, 'enrolments', 3, 0),
(47, 1, 1420088400, 8, 'enrolments', 3, 0),
(48, 4, 1420088400, 0, 'enrolments', 1, 0),
(49, 4, 1420088400, 5, 'enrolments', 1, 0),
(53, 1, 1420088400, 0, 'activity', 13, 0),
(54, 1, 1420088400, 6, 'activity', 13, 0),
(55, 1, 1422766800, 0, 'logins', 0, 0),
(56, 1, 1422766800, 0, 'enrolments', 3, 0),
(57, 1, 1422766800, 8, 'enrolments', 3, 0),
(58, 4, 1422766800, 0, 'enrolments', 1, 0),
(59, 4, 1422766800, 5, 'enrolments', 1, 0),
(63, 1, 1422766800, 0, 'activity', 13, 0),
(64, 1, 1422766800, 6, 'activity', 13, 0),
(65, 1, 1425186000, 0, 'logins', 0, 0),
(66, 1, 1425186000, 0, 'enrolments', 3, 0),
(67, 1, 1425186000, 8, 'enrolments', 3, 0),
(68, 4, 1425186000, 0, 'enrolments', 1, 0),
(69, 4, 1425186000, 5, 'enrolments', 1, 0),
(73, 1, 1425186000, 0, 'activity', 13, 0),
(74, 1, 1425186000, 6, 'activity', 13, 0),
(76, 1, 1427860800, 0, 'logins', 17, 3),
(77, 1, 1427860800, 0, 'enrolments', 3, 1),
(78, 1, 1427860800, 8, 'enrolments', 3, 1),
(79, 4, 1427860800, 0, 'enrolments', 1, 1),
(80, 4, 1427860800, 5, 'enrolments', 1, 1),
(84, 1, 1427860800, 0, 'activity', 430, 58),
(85, 1, 1427860800, 6, 'activity', 64, 0),
(86, 1, 1427860800, 8, 'activity', 366, 58),
(87, 3, 1427860800, 0, 'activity', 1, 1),
(88, 3, 1427860800, 6, 'activity', 1, 1),
(89, 4, 1427860800, 0, 'activity', 4, 0),
(90, 4, 1427860800, 5, 'activity', 4, 0),
(91, 6, 1427860800, 0, 'activity', 32, 12),
(92, 6, 1427860800, 6, 'activity', 32, 12),
(99, 1, 1430452800, 0, 'logins', 0, 0),
(100, 1, 1430452800, 0, 'enrolments', 3, 0),
(101, 1, 1430452800, 8, 'enrolments', 3, 0),
(102, 4, 1430452800, 0, 'enrolments', 1, 0),
(103, 4, 1430452800, 5, 'enrolments', 1, 0),
(107, 1, 1430452800, 0, 'activity', 12, 0),
(108, 1, 1430452800, 6, 'activity', 12, 0),
(110, 1, 1433131200, 0, 'logins', 0, 0),
(111, 1, 1433131200, 0, 'enrolments', 3, 0),
(112, 1, 1433131200, 8, 'enrolments', 3, 0),
(113, 4, 1433131200, 0, 'enrolments', 1, 0),
(114, 4, 1433131200, 5, 'enrolments', 1, 0),
(118, 1, 1433131200, 0, 'activity', 13, 0),
(119, 1, 1433131200, 6, 'activity', 13, 0),
(120, 1, 1435723200, 0, 'logins', 0, 0),
(121, 1, 1435723200, 0, 'enrolments', 3, 0),
(122, 1, 1435723200, 8, 'enrolments', 3, 0),
(123, 4, 1435723200, 0, 'enrolments', 1, 0),
(124, 4, 1435723200, 5, 'enrolments', 1, 0),
(128, 1, 1435723200, 0, 'activity', 12, 0),
(129, 1, 1435723200, 6, 'activity', 12, 0),
(130, 1, 1438401600, 0, 'logins', 0, 0),
(131, 1, 1438401600, 0, 'enrolments', 3, 0),
(132, 1, 1438401600, 8, 'enrolments', 3, 0),
(133, 4, 1438401600, 0, 'enrolments', 1, 0),
(134, 4, 1438401600, 5, 'enrolments', 1, 0),
(138, 1, 1438401600, 0, 'activity', 23, 0),
(139, 1, 1438401600, 6, 'activity', 23, 0),
(141, 1, 1441080000, 0, 'logins', 6, 1),
(142, 1, 1441080000, 0, 'enrolments', 3, 1),
(143, 1, 1441080000, 8, 'enrolments', 3, 1),
(144, 4, 1441080000, 0, 'enrolments', 1, 0),
(145, 4, 1441080000, 5, 'enrolments', 1, 0),
(149, 1, 1441080000, 0, 'activity', 65, 0),
(150, 1, 1441080000, 6, 'activity', 13, 0),
(151, 1, 1441080000, 8, 'activity', 52, 0),
(152, 1, 1443672000, 0, 'logins', 0, 0),
(153, 1, 1443672000, 0, 'enrolments', 3, 0),
(154, 1, 1443672000, 8, 'enrolments', 3, 0),
(155, 4, 1443672000, 0, 'enrolments', 1, 0),
(156, 4, 1443672000, 5, 'enrolments', 1, 0),
(160, 1, 1443672000, 0, 'activity', 3, 0),
(161, 1, 1443672000, 6, 'activity', 3, 0),
(162, 1, 1446350400, 0, 'logins', 0, 0),
(163, 1, 1446350400, 0, 'enrolments', 3, 0),
(164, 1, 1446350400, 8, 'enrolments', 3, 0),
(165, 4, 1446350400, 0, 'enrolments', 1, 0),
(166, 4, 1446350400, 5, 'enrolments', 1, 0),
(170, 1, 1446350400, 0, 'activity', 4, 0),
(171, 1, 1446350400, 6, 'activity', 4, 0),
(172, 1, 1448946000, 0, 'logins', 0, 0),
(173, 1, 1448946000, 0, 'enrolments', 3, 0),
(174, 1, 1448946000, 8, 'enrolments', 3, 0),
(175, 4, 1448946000, 0, 'enrolments', 1, 0),
(176, 4, 1448946000, 5, 'enrolments', 1, 0),
(180, 1, 1448946000, 0, 'activity', 4, 0),
(181, 1, 1448946000, 6, 'activity', 4, 0),
(182, 1, 1451624400, 0, 'logins', 0, 0),
(183, 1, 1451624400, 0, 'enrolments', 3, 0),
(184, 1, 1451624400, 8, 'enrolments', 3, 0),
(185, 4, 1451624400, 0, 'enrolments', 1, 0),
(186, 4, 1451624400, 5, 'enrolments', 1, 0),
(190, 1, 1451624400, 0, 'activity', 4, 0),
(191, 1, 1451624400, 6, 'activity', 4, 0),
(192, 1, 1454302800, 0, 'logins', 1, 1),
(193, 1, 1454302800, 0, 'enrolments', 3, 1),
(194, 1, 1454302800, 8, 'enrolments', 3, 1),
(195, 4, 1454302800, 0, 'enrolments', 1, 0),
(196, 4, 1454302800, 5, 'enrolments', 1, 0),
(200, 1, 1454302800, 0, 'activity', 12, 0),
(201, 1, 1454302800, 6, 'activity', 12, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_user_daily`
--

CREATE TABLE IF NOT EXISTS `mdl_stats_user_daily` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  `statsreads` bigint(10) NOT NULL DEFAULT '0',
  `statswrites` bigint(10) NOT NULL DEFAULT '0',
  `stattype` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_statuserdail_cou_ix` (`courseid`),
  KEY `mdl_statuserdail_use_ix` (`userid`),
  KEY `mdl_statuserdail_rol_ix` (`roleid`),
  KEY `mdl_statuserdail_tim_ix` (`timeend`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='To accumulate daily stats per course/user' AUTO_INCREMENT=245 ;

--
-- Dumping data for table `mdl_stats_user_daily`
--

INSERT INTO `mdl_stats_user_daily` (`id`, `courseid`, `userid`, `roleid`, `timeend`, `statsreads`, `statswrites`, `stattype`) VALUES
(225, 1, 0, 0, 1446526800, 1, 0, 'activity'),
(226, 1, 0, 0, 1447218000, 1, 0, 'activity'),
(227, 1, 0, 0, 1447909200, 1, 0, 'activity'),
(228, 1, 0, 0, 1448600400, 1, 0, 'activity'),
(229, 1, 0, 0, 1449291600, 1, 0, 'activity'),
(230, 1, 0, 0, 1449982800, 1, 0, 'activity'),
(231, 1, 0, 0, 1450674000, 1, 0, 'activity'),
(232, 1, 0, 0, 1451365200, 1, 0, 'activity'),
(233, 1, 0, 0, 1452056400, 1, 0, 'activity'),
(234, 1, 0, 0, 1452747600, 1, 0, 'activity'),
(235, 1, 0, 0, 1453438800, 1, 0, 'activity'),
(236, 1, 2, 0, 1454043600, 1, 0, 'logins'),
(237, 1, 0, 0, 1454043600, 7, 0, 'activity'),
(238, 1, 2, 0, 1454043600, 0, 0, 'activity'),
(239, 1, 0, 0, 1454130000, 1, 0, 'activity'),
(240, 1, 0, 0, 1454216400, 1, 0, 'activity'),
(241, 1, 0, 0, 1454821200, 1, 0, 'activity'),
(242, 1, 2, 0, 1455339600, 1, 0, 'logins'),
(243, 1, 0, 0, 1455339600, 3, 0, 'activity'),
(244, 1, 2, 0, 1455339600, 1, 0, 'activity');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_user_monthly`
--

CREATE TABLE IF NOT EXISTS `mdl_stats_user_monthly` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  `statsreads` bigint(10) NOT NULL DEFAULT '0',
  `statswrites` bigint(10) NOT NULL DEFAULT '0',
  `stattype` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_statusermont_cou_ix` (`courseid`),
  KEY `mdl_statusermont_use_ix` (`userid`),
  KEY `mdl_statusermont_rol_ix` (`roleid`),
  KEY `mdl_statusermont_tim_ix` (`timeend`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='To accumulate monthly stats per course/user' AUTO_INCREMENT=51 ;

--
-- Dumping data for table `mdl_stats_user_monthly`
--

INSERT INTO `mdl_stats_user_monthly` (`id`, `courseid`, `userid`, `roleid`, `timeend`, `statsreads`, `statswrites`, `stattype`) VALUES
(1, 1, 2, 0, 1412136000, 3, 0, 'logins'),
(2, 1, 0, 0, 1412136000, 4, 0, 'activity'),
(3, 1, 2, 0, 1412136000, 46, 7, 'activity'),
(4, 2, 2, 0, 1412136000, 0, 1, 'activity'),
(5, 3, 2, 0, 1412136000, 0, 1, 'activity'),
(6, 4, 2, 0, 1412136000, 76, 21, 'activity'),
(7, 5, 2, 0, 1412136000, 1, 1, 'activity'),
(9, 1, 2, 0, 1414814400, 6, 0, 'logins'),
(10, 1, 3, 0, 1414814400, 3, 0, 'logins'),
(12, 1, 0, 0, 1414814400, 73, 0, 'activity'),
(13, 1, 2, 0, 1414814400, 220, 45, 'activity'),
(14, 1, 3, 0, 1414814400, 24, 0, 'activity'),
(15, 4, 2, 0, 1414814400, 45, 19, 'activity'),
(16, 4, 3, 0, 1414814400, 14, 0, 'activity'),
(17, 1, 2, 0, 1417410000, 4, 0, 'logins'),
(18, 1, 3, 0, 1417410000, 1, 0, 'logins'),
(20, 1, 0, 0, 1417410000, 37, 0, 'activity'),
(21, 1, 2, 0, 1417410000, 7, 0, 'activity'),
(22, 1, 3, 0, 1417410000, 1, 0, 'activity'),
(23, 1, 0, 0, 1420088400, 13, 0, 'activity'),
(24, 1, 0, 0, 1422766800, 13, 0, 'activity'),
(25, 1, 0, 0, 1425186000, 13, 0, 'activity'),
(26, 1, 1, 0, 1427860800, 1, 0, 'logins'),
(27, 1, 2, 0, 1427860800, 12, 0, 'logins'),
(28, 1, 3, 0, 1427860800, 4, 0, 'logins'),
(29, 1, 0, 0, 1427860800, 54, 0, 'activity'),
(30, 1, 1, 0, 1427860800, 10, 0, 'activity'),
(31, 1, 2, 0, 1427860800, 321, 58, 'activity'),
(32, 1, 3, 0, 1427860800, 45, 0, 'activity'),
(33, 3, 2, 0, 1427860800, 1, 1, 'activity'),
(34, 4, 3, 0, 1427860800, 4, 0, 'activity'),
(35, 6, 2, 0, 1427860800, 32, 12, 'activity'),
(36, 1, 0, 0, 1430452800, 12, 0, 'activity'),
(37, 1, 0, 0, 1433131200, 13, 0, 'activity'),
(38, 1, 0, 0, 1435723200, 12, 0, 'activity'),
(39, 1, 0, 0, 1438401600, 23, 0, 'activity'),
(40, 1, 2, 0, 1441080000, 6, 0, 'logins'),
(41, 1, 0, 0, 1441080000, 13, 0, 'activity'),
(42, 1, 2, 0, 1441080000, 52, 0, 'activity'),
(44, 1, 0, 0, 1443672000, 3, 0, 'activity'),
(45, 1, 0, 0, 1446350400, 4, 0, 'activity'),
(46, 1, 0, 0, 1448946000, 4, 0, 'activity'),
(47, 1, 0, 0, 1451624400, 4, 0, 'activity'),
(48, 1, 2, 0, 1454302800, 1, 0, 'logins'),
(49, 1, 0, 0, 1454302800, 12, 0, 'activity'),
(50, 1, 2, 0, 1454302800, 0, 0, 'activity');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_user_weekly`
--

CREATE TABLE IF NOT EXISTS `mdl_stats_user_weekly` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  `statsreads` bigint(10) NOT NULL DEFAULT '0',
  `statswrites` bigint(10) NOT NULL DEFAULT '0',
  `stattype` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_statuserweek_cou_ix` (`courseid`),
  KEY `mdl_statuserweek_use_ix` (`userid`),
  KEY `mdl_statuserweek_rol_ix` (`roleid`),
  KEY `mdl_statuserweek_tim_ix` (`timeend`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='To accumulate weekly stats per course/user' AUTO_INCREMENT=123 ;

--
-- Dumping data for table `mdl_stats_user_weekly`
--

INSERT INTO `mdl_stats_user_weekly` (`id`, `courseid`, `userid`, `roleid`, `timeend`, `statsreads`, `statswrites`, `stattype`) VALUES
(80, 1, 0, 0, 1430625600, 3, 0, 'activity'),
(81, 1, 0, 0, 1431230400, 2, 0, 'activity'),
(82, 1, 0, 0, 1431835200, 3, 0, 'activity'),
(83, 1, 0, 0, 1432440000, 3, 0, 'activity'),
(84, 1, 0, 0, 1433044800, 3, 0, 'activity'),
(85, 1, 0, 0, 1433649600, 3, 0, 'activity'),
(86, 1, 0, 0, 1434254400, 3, 0, 'activity'),
(87, 1, 0, 0, 1434859200, 3, 0, 'activity'),
(88, 1, 0, 0, 1435464000, 3, 0, 'activity'),
(89, 1, 0, 0, 1436068800, 2, 0, 'activity'),
(90, 1, 0, 0, 1436673600, 3, 0, 'activity'),
(91, 1, 0, 0, 1437278400, 9, 0, 'activity'),
(92, 1, 0, 0, 1437883200, 2, 0, 'activity'),
(93, 1, 0, 0, 1438488000, 7, 0, 'activity'),
(94, 1, 0, 0, 1439092800, 1, 0, 'activity'),
(95, 1, 2, 0, 1439697600, 6, 0, 'logins'),
(96, 1, 0, 0, 1439697600, 10, 0, 'activity'),
(97, 1, 2, 0, 1439697600, 52, 0, 'activity'),
(99, 1, 0, 0, 1440302400, 1, 0, 'activity'),
(100, 1, 0, 0, 1441512000, 1, 0, 'activity'),
(101, 1, 0, 0, 1442116800, 1, 0, 'activity'),
(102, 1, 0, 0, 1442721600, 1, 0, 'activity'),
(103, 1, 0, 0, 1443326400, 1, 0, 'activity'),
(104, 1, 0, 0, 1443931200, 1, 0, 'activity'),
(105, 1, 0, 0, 1444536000, 1, 0, 'activity'),
(106, 1, 0, 0, 1445140800, 1, 0, 'activity'),
(107, 1, 0, 0, 1446354000, 1, 0, 'activity'),
(108, 1, 0, 0, 1446958800, 1, 0, 'activity'),
(109, 1, 0, 0, 1447563600, 1, 0, 'activity'),
(110, 1, 0, 0, 1448168400, 1, 0, 'activity'),
(111, 1, 0, 0, 1448773200, 1, 0, 'activity'),
(112, 1, 0, 0, 1449378000, 1, 0, 'activity'),
(113, 1, 0, 0, 1449982800, 1, 0, 'activity'),
(114, 1, 0, 0, 1451192400, 1, 0, 'activity'),
(115, 1, 0, 0, 1451797200, 1, 0, 'activity'),
(116, 1, 0, 0, 1452402000, 1, 0, 'activity'),
(117, 1, 0, 0, 1453006800, 1, 0, 'activity'),
(118, 1, 0, 0, 1453611600, 1, 0, 'activity'),
(119, 1, 2, 0, 1454216400, 1, 0, 'logins'),
(120, 1, 0, 0, 1454216400, 9, 0, 'activity'),
(121, 1, 2, 0, 1454216400, 0, 0, 'activity'),
(122, 1, 0, 0, 1454821200, 1, 0, 'activity');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_stats_weekly`
--

CREATE TABLE IF NOT EXISTS `mdl_stats_weekly` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  `roleid` bigint(10) NOT NULL DEFAULT '0',
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT '0',
  `stat2` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_statweek_cou_ix` (`courseid`),
  KEY `mdl_statweek_tim_ix` (`timeend`),
  KEY `mdl_statweek_rol_ix` (`roleid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='To accumulate weekly stats' AUTO_INCREMENT=758 ;

--
-- Dumping data for table `mdl_stats_weekly`
--

INSERT INTO `mdl_stats_weekly` (`id`, `courseid`, `timeend`, `roleid`, `stattype`, `stat1`, `stat2`) VALUES
(348, 1, 1430625600, 0, 'logins', 0, 0),
(349, 1, 1430625600, 0, 'enrolments', 3, 0),
(350, 1, 1430625600, 8, 'enrolments', 3, 0),
(351, 4, 1430625600, 0, 'enrolments', 1, 0),
(352, 4, 1430625600, 5, 'enrolments', 1, 0),
(356, 1, 1430625600, 0, 'activity', 3, 0),
(357, 1, 1430625600, 6, 'activity', 3, 0),
(359, 1, 1431230400, 0, 'logins', 0, 0),
(360, 1, 1431230400, 0, 'enrolments', 3, 0),
(361, 1, 1431230400, 8, 'enrolments', 3, 0),
(362, 4, 1431230400, 0, 'enrolments', 1, 0),
(363, 4, 1431230400, 5, 'enrolments', 1, 0),
(367, 1, 1431230400, 0, 'activity', 2, 0),
(368, 1, 1431230400, 6, 'activity', 2, 0),
(370, 1, 1431835200, 0, 'logins', 0, 0),
(371, 1, 1431835200, 0, 'enrolments', 3, 0),
(372, 1, 1431835200, 8, 'enrolments', 3, 0),
(373, 4, 1431835200, 0, 'enrolments', 1, 0),
(374, 4, 1431835200, 5, 'enrolments', 1, 0),
(378, 1, 1431835200, 0, 'activity', 3, 0),
(379, 1, 1431835200, 6, 'activity', 3, 0),
(381, 1, 1432440000, 0, 'logins', 0, 0),
(382, 1, 1432440000, 0, 'enrolments', 3, 0),
(383, 1, 1432440000, 8, 'enrolments', 3, 0),
(384, 4, 1432440000, 0, 'enrolments', 1, 0),
(385, 4, 1432440000, 5, 'enrolments', 1, 0),
(389, 1, 1432440000, 0, 'activity', 3, 0),
(390, 1, 1432440000, 6, 'activity', 3, 0),
(392, 1, 1433044800, 0, 'logins', 0, 0),
(393, 1, 1433044800, 0, 'enrolments', 3, 0),
(394, 1, 1433044800, 8, 'enrolments', 3, 0),
(395, 4, 1433044800, 0, 'enrolments', 1, 0),
(396, 4, 1433044800, 5, 'enrolments', 1, 0),
(400, 1, 1433044800, 0, 'activity', 3, 0),
(401, 1, 1433044800, 6, 'activity', 3, 0),
(403, 1, 1433649600, 0, 'logins', 0, 0),
(404, 1, 1433649600, 0, 'enrolments', 3, 0),
(405, 1, 1433649600, 8, 'enrolments', 3, 0),
(406, 4, 1433649600, 0, 'enrolments', 1, 0),
(407, 4, 1433649600, 5, 'enrolments', 1, 0),
(411, 1, 1433649600, 0, 'activity', 3, 0),
(412, 1, 1433649600, 6, 'activity', 3, 0),
(414, 1, 1434254400, 0, 'logins', 0, 0),
(415, 1, 1434254400, 0, 'enrolments', 3, 0),
(416, 1, 1434254400, 8, 'enrolments', 3, 0),
(417, 4, 1434254400, 0, 'enrolments', 1, 0),
(418, 4, 1434254400, 5, 'enrolments', 1, 0),
(422, 1, 1434254400, 0, 'activity', 3, 0),
(423, 1, 1434254400, 6, 'activity', 3, 0),
(424, 1, 1434859200, 0, 'logins', 0, 0),
(425, 1, 1434859200, 0, 'enrolments', 3, 0),
(426, 1, 1434859200, 8, 'enrolments', 3, 0),
(427, 4, 1434859200, 0, 'enrolments', 1, 0),
(428, 4, 1434859200, 5, 'enrolments', 1, 0),
(432, 1, 1434859200, 0, 'activity', 3, 0),
(433, 1, 1434859200, 6, 'activity', 3, 0),
(435, 1, 1435464000, 0, 'logins', 0, 0),
(436, 1, 1435464000, 0, 'enrolments', 3, 0),
(437, 1, 1435464000, 8, 'enrolments', 3, 0),
(438, 4, 1435464000, 0, 'enrolments', 1, 0),
(439, 4, 1435464000, 5, 'enrolments', 1, 0),
(443, 1, 1435464000, 0, 'activity', 3, 0),
(444, 1, 1435464000, 6, 'activity', 3, 0),
(446, 1, 1436068800, 0, 'logins', 0, 0),
(447, 1, 1436068800, 0, 'enrolments', 3, 0),
(448, 1, 1436068800, 8, 'enrolments', 3, 0),
(449, 4, 1436068800, 0, 'enrolments', 1, 0),
(450, 4, 1436068800, 5, 'enrolments', 1, 0),
(454, 1, 1436068800, 0, 'activity', 2, 0),
(455, 1, 1436068800, 6, 'activity', 2, 0),
(457, 1, 1436673600, 0, 'logins', 0, 0),
(458, 1, 1436673600, 0, 'enrolments', 3, 0),
(459, 1, 1436673600, 8, 'enrolments', 3, 0),
(460, 4, 1436673600, 0, 'enrolments', 1, 0),
(461, 4, 1436673600, 5, 'enrolments', 1, 0),
(465, 1, 1436673600, 0, 'activity', 3, 0),
(466, 1, 1436673600, 6, 'activity', 3, 0),
(467, 1, 1437278400, 0, 'logins', 0, 0),
(468, 1, 1437278400, 0, 'enrolments', 3, 0),
(469, 1, 1437278400, 8, 'enrolments', 3, 0),
(470, 4, 1437278400, 0, 'enrolments', 1, 0),
(471, 4, 1437278400, 5, 'enrolments', 1, 0),
(475, 1, 1437278400, 0, 'activity', 9, 0),
(476, 1, 1437278400, 6, 'activity', 9, 0),
(478, 1, 1437883200, 0, 'logins', 0, 0),
(479, 1, 1437883200, 0, 'enrolments', 3, 0),
(480, 1, 1437883200, 8, 'enrolments', 3, 0),
(481, 4, 1437883200, 0, 'enrolments', 1, 0),
(482, 4, 1437883200, 5, 'enrolments', 1, 0),
(486, 1, 1437883200, 0, 'activity', 2, 0),
(487, 1, 1437883200, 6, 'activity', 2, 0),
(489, 1, 1438488000, 0, 'logins', 0, 0),
(490, 1, 1438488000, 0, 'enrolments', 3, 0),
(491, 1, 1438488000, 8, 'enrolments', 3, 0),
(492, 4, 1438488000, 0, 'enrolments', 1, 0),
(493, 4, 1438488000, 5, 'enrolments', 1, 0),
(497, 1, 1438488000, 0, 'activity', 7, 0),
(498, 1, 1438488000, 6, 'activity', 7, 0),
(500, 1, 1439092800, 0, 'logins', 0, 0),
(501, 1, 1439092800, 0, 'enrolments', 3, 0),
(502, 1, 1439092800, 8, 'enrolments', 3, 0),
(503, 4, 1439092800, 0, 'enrolments', 1, 0),
(504, 4, 1439092800, 5, 'enrolments', 1, 0),
(508, 1, 1439092800, 0, 'activity', 1, 0),
(509, 1, 1439092800, 6, 'activity', 1, 0),
(511, 1, 1439697600, 0, 'logins', 6, 1),
(512, 1, 1439697600, 0, 'enrolments', 3, 1),
(513, 1, 1439697600, 8, 'enrolments', 3, 1),
(514, 4, 1439697600, 0, 'enrolments', 1, 0),
(515, 4, 1439697600, 5, 'enrolments', 1, 0),
(519, 1, 1439697600, 0, 'activity', 62, 0),
(520, 1, 1439697600, 6, 'activity', 10, 0),
(521, 1, 1439697600, 8, 'activity', 52, 0),
(522, 1, 1440302400, 0, 'logins', 0, 0),
(523, 1, 1440302400, 0, 'enrolments', 3, 0),
(524, 1, 1440302400, 8, 'enrolments', 3, 0),
(525, 4, 1440302400, 0, 'enrolments', 1, 0),
(526, 4, 1440302400, 5, 'enrolments', 1, 0),
(530, 1, 1440302400, 0, 'activity', 1, 0),
(531, 1, 1440302400, 6, 'activity', 1, 0),
(533, 1, 1440907200, 0, 'logins', 0, 0),
(534, 4, 1440907200, 5, 'enrolments', 1, 0),
(535, 1, 1441512000, 0, 'logins', 0, 0),
(536, 1, 1441512000, 0, 'enrolments', 3, 0),
(537, 1, 1441512000, 8, 'enrolments', 3, 0),
(538, 4, 1441512000, 0, 'enrolments', 1, 0),
(539, 4, 1441512000, 5, 'enrolments', 1, 0),
(543, 1, 1441512000, 0, 'activity', 1, 0),
(544, 1, 1441512000, 6, 'activity', 1, 0),
(546, 1, 1442116800, 0, 'logins', 0, 0),
(547, 1, 1442116800, 0, 'enrolments', 3, 0),
(548, 1, 1442116800, 8, 'enrolments', 3, 0),
(549, 4, 1442116800, 0, 'enrolments', 1, 0),
(550, 4, 1442116800, 5, 'enrolments', 1, 0),
(554, 1, 1442116800, 0, 'activity', 1, 0),
(555, 1, 1442116800, 6, 'activity', 1, 0),
(557, 1, 1442721600, 0, 'logins', 0, 0),
(558, 1, 1442721600, 0, 'enrolments', 3, 0),
(559, 1, 1442721600, 8, 'enrolments', 3, 0),
(560, 4, 1442721600, 0, 'enrolments', 1, 0),
(561, 4, 1442721600, 5, 'enrolments', 1, 0),
(565, 1, 1442721600, 0, 'activity', 1, 0),
(566, 1, 1442721600, 6, 'activity', 1, 0),
(568, 1, 1443326400, 0, 'logins', 0, 0),
(569, 1, 1443326400, 0, 'enrolments', 3, 0),
(570, 1, 1443326400, 8, 'enrolments', 3, 0),
(571, 4, 1443326400, 0, 'enrolments', 1, 0),
(572, 4, 1443326400, 5, 'enrolments', 1, 0),
(576, 1, 1443326400, 0, 'activity', 1, 0),
(577, 1, 1443326400, 6, 'activity', 1, 0),
(579, 1, 1443931200, 0, 'logins', 0, 0),
(580, 1, 1443931200, 0, 'enrolments', 3, 0),
(581, 1, 1443931200, 8, 'enrolments', 3, 0),
(582, 4, 1443931200, 0, 'enrolments', 1, 0),
(583, 4, 1443931200, 5, 'enrolments', 1, 0),
(587, 1, 1443931200, 0, 'activity', 1, 0),
(588, 1, 1443931200, 6, 'activity', 1, 0),
(589, 1, 1444536000, 0, 'logins', 0, 0),
(590, 1, 1444536000, 0, 'enrolments', 3, 0),
(591, 1, 1444536000, 8, 'enrolments', 3, 0),
(592, 4, 1444536000, 0, 'enrolments', 1, 0),
(593, 4, 1444536000, 5, 'enrolments', 1, 0),
(597, 1, 1444536000, 0, 'activity', 1, 0),
(598, 1, 1444536000, 6, 'activity', 1, 0),
(600, 1, 1445140800, 0, 'logins', 0, 0),
(601, 1, 1445140800, 0, 'enrolments', 3, 0),
(602, 1, 1445140800, 8, 'enrolments', 3, 0),
(603, 4, 1445140800, 0, 'enrolments', 1, 0),
(604, 4, 1445140800, 5, 'enrolments', 1, 0),
(608, 1, 1445140800, 0, 'activity', 1, 0),
(609, 1, 1445140800, 6, 'activity', 1, 0),
(611, 1, 1445745600, 0, 'logins', 0, 0),
(612, 4, 1445745600, 5, 'enrolments', 1, 0),
(613, 1, 1446354000, 0, 'logins', 0, 0),
(614, 1, 1446354000, 0, 'enrolments', 3, 0),
(615, 1, 1446354000, 8, 'enrolments', 3, 0),
(616, 4, 1446354000, 0, 'enrolments', 1, 0),
(617, 4, 1446354000, 5, 'enrolments', 1, 0),
(621, 1, 1446354000, 0, 'activity', 1, 0),
(622, 1, 1446354000, 6, 'activity', 1, 0),
(624, 1, 1446958800, 0, 'logins', 0, 0),
(625, 1, 1446958800, 0, 'enrolments', 3, 0),
(626, 1, 1446958800, 8, 'enrolments', 3, 0),
(627, 4, 1446958800, 0, 'enrolments', 1, 0),
(628, 4, 1446958800, 5, 'enrolments', 1, 0),
(632, 1, 1446958800, 0, 'activity', 1, 0),
(633, 1, 1446958800, 6, 'activity', 1, 0),
(634, 1, 1447563600, 0, 'logins', 0, 0),
(635, 1, 1447563600, 0, 'enrolments', 3, 0),
(636, 1, 1447563600, 8, 'enrolments', 3, 0),
(637, 4, 1447563600, 0, 'enrolments', 1, 0),
(638, 4, 1447563600, 5, 'enrolments', 1, 0),
(642, 1, 1447563600, 0, 'activity', 1, 0),
(643, 1, 1447563600, 6, 'activity', 1, 0),
(645, 1, 1448168400, 0, 'logins', 0, 0),
(646, 1, 1448168400, 0, 'enrolments', 3, 0),
(647, 1, 1448168400, 8, 'enrolments', 3, 0),
(648, 4, 1448168400, 0, 'enrolments', 1, 0),
(649, 4, 1448168400, 5, 'enrolments', 1, 0),
(653, 1, 1448168400, 0, 'activity', 1, 0),
(654, 1, 1448168400, 6, 'activity', 1, 0),
(655, 1, 1448773200, 0, 'logins', 0, 0),
(656, 1, 1448773200, 0, 'enrolments', 3, 0),
(657, 1, 1448773200, 8, 'enrolments', 3, 0),
(658, 4, 1448773200, 0, 'enrolments', 1, 0),
(659, 4, 1448773200, 5, 'enrolments', 1, 0),
(663, 1, 1448773200, 0, 'activity', 1, 0),
(664, 1, 1448773200, 6, 'activity', 1, 0),
(666, 1, 1449378000, 0, 'logins', 0, 0),
(667, 1, 1449378000, 0, 'enrolments', 3, 0),
(668, 1, 1449378000, 8, 'enrolments', 3, 0),
(669, 4, 1449378000, 0, 'enrolments', 1, 0),
(670, 4, 1449378000, 5, 'enrolments', 1, 0),
(674, 1, 1449378000, 0, 'activity', 1, 0),
(675, 1, 1449378000, 6, 'activity', 1, 0),
(676, 1, 1449982800, 0, 'logins', 0, 0),
(677, 1, 1449982800, 0, 'enrolments', 3, 0),
(678, 1, 1449982800, 8, 'enrolments', 3, 0),
(679, 4, 1449982800, 0, 'enrolments', 1, 0),
(680, 4, 1449982800, 5, 'enrolments', 1, 0),
(684, 1, 1449982800, 0, 'activity', 1, 0),
(685, 1, 1449982800, 6, 'activity', 1, 0),
(686, 1, 1450587600, 0, 'logins', 0, 0),
(687, 4, 1450587600, 5, 'enrolments', 1, 0),
(688, 1, 1451192400, 0, 'logins', 0, 0),
(689, 1, 1451192400, 0, 'enrolments', 3, 0),
(690, 1, 1451192400, 8, 'enrolments', 3, 0),
(691, 4, 1451192400, 0, 'enrolments', 1, 0),
(692, 4, 1451192400, 5, 'enrolments', 1, 0),
(696, 1, 1451192400, 0, 'activity', 1, 0),
(697, 1, 1451192400, 6, 'activity', 1, 0),
(698, 1, 1451797200, 0, 'logins', 0, 0),
(699, 1, 1451797200, 0, 'enrolments', 3, 0),
(700, 1, 1451797200, 8, 'enrolments', 3, 0),
(701, 4, 1451797200, 0, 'enrolments', 1, 0),
(702, 4, 1451797200, 5, 'enrolments', 1, 0),
(706, 1, 1451797200, 0, 'activity', 1, 0),
(707, 1, 1451797200, 6, 'activity', 1, 0),
(708, 1, 1452402000, 0, 'logins', 0, 0),
(709, 1, 1452402000, 0, 'enrolments', 3, 0),
(710, 1, 1452402000, 8, 'enrolments', 3, 0),
(711, 4, 1452402000, 0, 'enrolments', 1, 0),
(712, 4, 1452402000, 5, 'enrolments', 1, 0),
(716, 1, 1452402000, 0, 'activity', 1, 0),
(717, 1, 1452402000, 6, 'activity', 1, 0),
(718, 1, 1453006800, 0, 'logins', 0, 0),
(719, 1, 1453006800, 0, 'enrolments', 3, 0),
(720, 1, 1453006800, 8, 'enrolments', 3, 0),
(721, 4, 1453006800, 0, 'enrolments', 1, 0),
(722, 4, 1453006800, 5, 'enrolments', 1, 0),
(726, 1, 1453006800, 0, 'activity', 1, 0),
(727, 1, 1453006800, 6, 'activity', 1, 0),
(728, 1, 1453611600, 0, 'logins', 0, 0),
(729, 1, 1453611600, 0, 'enrolments', 3, 0),
(730, 1, 1453611600, 8, 'enrolments', 3, 0),
(731, 4, 1453611600, 0, 'enrolments', 1, 0),
(732, 4, 1453611600, 5, 'enrolments', 1, 0),
(736, 1, 1453611600, 0, 'activity', 1, 0),
(737, 1, 1453611600, 6, 'activity', 1, 0),
(738, 1, 1454216400, 0, 'logins', 1, 1),
(739, 1, 1454216400, 0, 'enrolments', 3, 1),
(740, 1, 1454216400, 8, 'enrolments', 3, 1),
(741, 4, 1454216400, 0, 'enrolments', 1, 0),
(742, 4, 1454216400, 5, 'enrolments', 1, 0),
(746, 1, 1454216400, 0, 'activity', 9, 0),
(747, 1, 1454216400, 6, 'activity', 9, 0),
(748, 1, 1454821200, 0, 'logins', 0, 0),
(749, 1, 1454821200, 0, 'enrolments', 3, 0),
(750, 1, 1454821200, 8, 'enrolments', 3, 0),
(751, 4, 1454821200, 0, 'enrolments', 1, 0),
(752, 4, 1454821200, 5, 'enrolments', 1, 0),
(756, 1, 1454821200, 0, 'activity', 1, 0),
(757, 1, 1454821200, 6, 'activity', 1, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_survey`
--

CREATE TABLE IF NOT EXISTS `mdl_survey` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `template` bigint(10) NOT NULL DEFAULT '0',
  `days` mediumint(6) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `questions` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_surv_cou_ix` (`course`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Each record is one SURVEY module with its configuration' AUTO_INCREMENT=6 ;

--
-- Dumping data for table `mdl_survey`
--

INSERT INTO `mdl_survey` (`id`, `course`, `template`, `days`, `timecreated`, `timemodified`, `name`, `intro`, `introformat`, `questions`) VALUES
(1, 0, 0, 0, 985017600, 985017600, 'collesaname', 'collesaintro', 0, '25,26,27,28,29,30,43,44'),
(2, 0, 0, 0, 985017600, 985017600, 'collespname', 'collespintro', 0, '31,32,33,34,35,36,43,44'),
(3, 0, 0, 0, 985017600, 985017600, 'collesapname', 'collesapintro', 0, '37,38,39,40,41,42,43,44'),
(4, 0, 0, 0, 985017600, 985017600, 'attlsname', 'attlsintro', 0, '65,67,68'),
(5, 0, 0, 0, 985017600, 985017600, 'ciqname', 'ciqintro', 0, '69,70,71,72,73');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_survey_analysis`
--

CREATE TABLE IF NOT EXISTS `mdl_survey_analysis` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `survey` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `notes` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_survanal_use_ix` (`userid`),
  KEY `mdl_survanal_sur_ix` (`survey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='text about each survey submission' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_survey_answers`
--

CREATE TABLE IF NOT EXISTS `mdl_survey_answers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `survey` bigint(10) NOT NULL DEFAULT '0',
  `question` bigint(10) NOT NULL DEFAULT '0',
  `time` bigint(10) NOT NULL DEFAULT '0',
  `answer1` longtext NOT NULL,
  `answer2` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_survansw_use_ix` (`userid`),
  KEY `mdl_survansw_sur_ix` (`survey`),
  KEY `mdl_survansw_que_ix` (`question`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='the answers to each questions filled by the users' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_survey_questions`
--

CREATE TABLE IF NOT EXISTS `mdl_survey_questions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `text` varchar(255) NOT NULL DEFAULT '',
  `shorttext` varchar(30) NOT NULL DEFAULT '',
  `multi` varchar(100) NOT NULL DEFAULT '',
  `intro` varchar(50) NOT NULL DEFAULT '',
  `type` smallint(3) NOT NULL DEFAULT '0',
  `options` longtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='the questions conforming one survey' AUTO_INCREMENT=74 ;

--
-- Dumping data for table `mdl_survey_questions`
--

INSERT INTO `mdl_survey_questions` (`id`, `text`, `shorttext`, `multi`, `intro`, `type`, `options`) VALUES
(1, 'colles1', 'colles1short', '', '', 1, 'scaletimes5'),
(2, 'colles2', 'colles2short', '', '', 1, 'scaletimes5'),
(3, 'colles3', 'colles3short', '', '', 1, 'scaletimes5'),
(4, 'colles4', 'colles4short', '', '', 1, 'scaletimes5'),
(5, 'colles5', 'colles5short', '', '', 1, 'scaletimes5'),
(6, 'colles6', 'colles6short', '', '', 1, 'scaletimes5'),
(7, 'colles7', 'colles7short', '', '', 1, 'scaletimes5'),
(8, 'colles8', 'colles8short', '', '', 1, 'scaletimes5'),
(9, 'colles9', 'colles9short', '', '', 1, 'scaletimes5'),
(10, 'colles10', 'colles10short', '', '', 1, 'scaletimes5'),
(11, 'colles11', 'colles11short', '', '', 1, 'scaletimes5'),
(12, 'colles12', 'colles12short', '', '', 1, 'scaletimes5'),
(13, 'colles13', 'colles13short', '', '', 1, 'scaletimes5'),
(14, 'colles14', 'colles14short', '', '', 1, 'scaletimes5'),
(15, 'colles15', 'colles15short', '', '', 1, 'scaletimes5'),
(16, 'colles16', 'colles16short', '', '', 1, 'scaletimes5'),
(17, 'colles17', 'colles17short', '', '', 1, 'scaletimes5'),
(18, 'colles18', 'colles18short', '', '', 1, 'scaletimes5'),
(19, 'colles19', 'colles19short', '', '', 1, 'scaletimes5'),
(20, 'colles20', 'colles20short', '', '', 1, 'scaletimes5'),
(21, 'colles21', 'colles21short', '', '', 1, 'scaletimes5'),
(22, 'colles22', 'colles22short', '', '', 1, 'scaletimes5'),
(23, 'colles23', 'colles23short', '', '', 1, 'scaletimes5'),
(24, 'colles24', 'colles24short', '', '', 1, 'scaletimes5'),
(25, 'collesm1', 'collesm1short', '1,2,3,4', 'collesmintro', 1, 'scaletimes5'),
(26, 'collesm2', 'collesm2short', '5,6,7,8', 'collesmintro', 1, 'scaletimes5'),
(27, 'collesm3', 'collesm3short', '9,10,11,12', 'collesmintro', 1, 'scaletimes5'),
(28, 'collesm4', 'collesm4short', '13,14,15,16', 'collesmintro', 1, 'scaletimes5'),
(29, 'collesm5', 'collesm5short', '17,18,19,20', 'collesmintro', 1, 'scaletimes5'),
(30, 'collesm6', 'collesm6short', '21,22,23,24', 'collesmintro', 1, 'scaletimes5'),
(31, 'collesm1', 'collesm1short', '1,2,3,4', 'collesmintro', 2, 'scaletimes5'),
(32, 'collesm2', 'collesm2short', '5,6,7,8', 'collesmintro', 2, 'scaletimes5'),
(33, 'collesm3', 'collesm3short', '9,10,11,12', 'collesmintro', 2, 'scaletimes5'),
(34, 'collesm4', 'collesm4short', '13,14,15,16', 'collesmintro', 2, 'scaletimes5'),
(35, 'collesm5', 'collesm5short', '17,18,19,20', 'collesmintro', 2, 'scaletimes5'),
(36, 'collesm6', 'collesm6short', '21,22,23,24', 'collesmintro', 2, 'scaletimes5'),
(37, 'collesm1', 'collesm1short', '1,2,3,4', 'collesmintro', 3, 'scaletimes5'),
(38, 'collesm2', 'collesm2short', '5,6,7,8', 'collesmintro', 3, 'scaletimes5'),
(39, 'collesm3', 'collesm3short', '9,10,11,12', 'collesmintro', 3, 'scaletimes5'),
(40, 'collesm4', 'collesm4short', '13,14,15,16', 'collesmintro', 3, 'scaletimes5'),
(41, 'collesm5', 'collesm5short', '17,18,19,20', 'collesmintro', 3, 'scaletimes5'),
(42, 'collesm6', 'collesm6short', '21,22,23,24', 'collesmintro', 3, 'scaletimes5'),
(43, 'howlong', '', '', '', 1, 'howlongoptions'),
(44, 'othercomments', '', '', '', 0, NULL),
(45, 'attls1', 'attls1short', '', '', 1, 'scaleagree5'),
(46, 'attls2', 'attls2short', '', '', 1, 'scaleagree5'),
(47, 'attls3', 'attls3short', '', '', 1, 'scaleagree5'),
(48, 'attls4', 'attls4short', '', '', 1, 'scaleagree5'),
(49, 'attls5', 'attls5short', '', '', 1, 'scaleagree5'),
(50, 'attls6', 'attls6short', '', '', 1, 'scaleagree5'),
(51, 'attls7', 'attls7short', '', '', 1, 'scaleagree5'),
(52, 'attls8', 'attls8short', '', '', 1, 'scaleagree5'),
(53, 'attls9', 'attls9short', '', '', 1, 'scaleagree5'),
(54, 'attls10', 'attls10short', '', '', 1, 'scaleagree5'),
(55, 'attls11', 'attls11short', '', '', 1, 'scaleagree5'),
(56, 'attls12', 'attls12short', '', '', 1, 'scaleagree5'),
(57, 'attls13', 'attls13short', '', '', 1, 'scaleagree5'),
(58, 'attls14', 'attls14short', '', '', 1, 'scaleagree5'),
(59, 'attls15', 'attls15short', '', '', 1, 'scaleagree5'),
(60, 'attls16', 'attls16short', '', '', 1, 'scaleagree5'),
(61, 'attls17', 'attls17short', '', '', 1, 'scaleagree5'),
(62, 'attls18', 'attls18short', '', '', 1, 'scaleagree5'),
(63, 'attls19', 'attls19short', '', '', 1, 'scaleagree5'),
(64, 'attls20', 'attls20short', '', '', 1, 'scaleagree5'),
(65, 'attlsm1', 'attlsm1', '45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64', 'attlsmintro', 1, 'scaleagree5'),
(66, '-', '-', '-', '-', 0, '-'),
(67, 'attlsm2', 'attlsm2', '63,62,59,57,55,49,52,50,48,47', 'attlsmintro', -1, 'scaleagree5'),
(68, 'attlsm3', 'attlsm3', '46,54,45,51,60,53,56,58,61,64', 'attlsmintro', -1, 'scaleagree5'),
(69, 'ciq1', 'ciq1short', '', '', 0, NULL),
(70, 'ciq2', 'ciq2short', '', '', 0, NULL),
(71, 'ciq3', 'ciq3short', '', '', 0, NULL),
(72, 'ciq4', 'ciq4short', '', '', 0, NULL),
(73, 'ciq5', 'ciq5short', '', '', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tag`
--

CREATE TABLE IF NOT EXISTS `mdl_tag` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `rawname` varchar(255) NOT NULL DEFAULT '',
  `tagtype` varchar(255) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `flag` smallint(4) DEFAULT '0',
  `timemodified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_tag_nam_uix` (`name`),
  UNIQUE KEY `mdl_tag_idnam_uix` (`id`,`name`),
  KEY `mdl_tag_use_ix` (`userid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Tag table - this generic table will replace the old "tags" t' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `mdl_tag`
--

INSERT INTO `mdl_tag` (`id`, `userid`, `name`, `rawname`, `tagtype`, `description`, `descriptionformat`, `flag`, `timemodified`) VALUES
(1, 2, 'בדיקה מה זה תג', 'בדיקה מה זה תג', 'official', NULL, 0, 0, 1412119374),
(2, 2, 'משימת קריאה', 'משימת קריאה', 'official', NULL, 0, 0, 1412119409);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tag_correlation`
--

CREATE TABLE IF NOT EXISTS `mdl_tag_correlation` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `tagid` bigint(10) NOT NULL,
  `correlatedtags` longtext NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_tagcorr_tag_ix` (`tagid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The rationale for the ''tag_correlation'' table is performance' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tag_instance`
--

CREATE TABLE IF NOT EXISTS `mdl_tag_instance` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `tagid` bigint(10) NOT NULL,
  `component` varchar(100) DEFAULT NULL,
  `itemtype` varchar(255) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `contextid` bigint(10) DEFAULT NULL,
  `tiuserid` bigint(10) NOT NULL DEFAULT '0',
  `ordering` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_taginst_iteitetagti_uix` (`itemtype`,`itemid`,`tagid`,`tiuserid`),
  KEY `mdl_taginst_tag_ix` (`tagid`),
  KEY `mdl_taginst_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='tag_instance table holds the information of associations bet' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_task_adhoc`
--

CREATE TABLE IF NOT EXISTS `mdl_task_adhoc` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `component` varchar(255) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `nextruntime` bigint(10) NOT NULL,
  `faildelay` bigint(10) DEFAULT NULL,
  `customdata` longtext,
  `blocking` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_taskadho_nex_ix` (`nextruntime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of adhoc tasks waiting to run.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_task_scheduled`
--

CREATE TABLE IF NOT EXISTS `mdl_task_scheduled` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `component` varchar(255) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `lastruntime` bigint(10) DEFAULT NULL,
  `nextruntime` bigint(10) DEFAULT NULL,
  `blocking` tinyint(2) NOT NULL DEFAULT '0',
  `minute` varchar(25) NOT NULL DEFAULT '',
  `hour` varchar(25) NOT NULL DEFAULT '',
  `day` varchar(25) NOT NULL DEFAULT '',
  `month` varchar(25) NOT NULL DEFAULT '',
  `dayofweek` varchar(25) NOT NULL DEFAULT '',
  `faildelay` bigint(10) DEFAULT NULL,
  `customised` tinyint(2) NOT NULL DEFAULT '0',
  `disabled` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_tasksche_cla_uix` (`classname`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='List of scheduled tasks to be run by cron.' AUTO_INCREMENT=38 ;

--
-- Dumping data for table `mdl_task_scheduled`
--

INSERT INTO `mdl_task_scheduled` (`id`, `component`, `classname`, `lastruntime`, `nextruntime`, `blocking`, `minute`, `hour`, `day`, `month`, `dayofweek`, `faildelay`, `customised`, `disabled`) VALUES
(1, 'moodle', '\\core\\task\\session_cleanup_task', 1455421383, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(2, 'moodle', '\\core\\task\\delete_unconfirmed_users_task', 1455421383, 1455422400, 0, '0', '*', '*', '*', '*', 0, 0, 0),
(3, 'moodle', '\\core\\task\\delete_incomplete_users_task', 1455421383, 1455422700, 0, '5', '*', '*', '*', '*', 0, 0, 0),
(4, 'moodle', '\\core\\task\\backup_cleanup_task', 1455421383, 1455423000, 0, '10', '*', '*', '*', '*', 0, 0, 0),
(5, 'moodle', '\\core\\task\\tag_cron_task', 1455421383, 1455423600, 0, '20', '*', '*', '*', '*', 0, 0, 0),
(6, 'moodle', '\\core\\task\\context_cleanup_task', 1455421383, 1455423900, 0, '25', '*', '*', '*', '*', 0, 0, 0),
(7, 'moodle', '\\core\\task\\cache_cleanup_task', 1455421383, 1455424200, 0, '30', '*', '*', '*', '*', 0, 0, 0),
(8, 'moodle', '\\core\\task\\messaging_cleanup_task', 1455421383, 1455424500, 0, '35', '*', '*', '*', '*', 0, 0, 0),
(9, 'moodle', '\\core\\task\\send_new_user_passwords_task', 1455421383, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(10, 'moodle', '\\core\\task\\send_failed_login_notifications_task', 1455421383, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(11, 'moodle', '\\core\\task\\create_contexts_task', 1455342183, 1455426000, 1, '0', '0', '*', '*', '*', 0, 0, 0),
(12, 'moodle', '\\core\\task\\legacy_plugin_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(13, 'moodle', '\\core\\task\\grade_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(14, 'moodle', '\\core\\task\\events_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(15, 'moodle', '\\core\\task\\completion_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(16, 'moodle', '\\core\\task\\portfolio_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(17, 'moodle', '\\core\\task\\plagiarism_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(18, 'moodle', '\\core\\task\\calendar_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(19, 'moodle', '\\core\\task\\blog_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(20, 'moodle', '\\core\\task\\question_cron_task', 1455421384, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(21, 'moodle', '\\core\\task\\registration_cron_task', 1455352984, 1455436800, 0, '0', '3', '*', '*', '*', 0, 0, 0),
(22, 'moodle', '\\core\\task\\check_for_updates_task', 1455421384, 1455426000, 0, '0', '*/2', '*', '*', '*', 0, 0, 0),
(23, 'moodle', '\\core\\task\\cache_cron_task', 1455421384, 1455421800, 0, '50', '*', '*', '*', '*', 0, 0, 0),
(24, 'moodle', '\\core\\task\\automated_backup_task', 1455421385, 1455421800, 0, '50', '*', '*', '*', '*', 0, 0, 0),
(25, 'moodle', '\\core\\task\\badges_cron_task', 1455421385, 1455421500, 0, '*/5', '*', '*', '*', '*', 0, 0, 0),
(26, 'moodle', '\\core\\task\\file_temp_cleanup_task', 1455410586, 1455429300, 0, '55', '*/6', '*', '*', '*', 0, 0, 0),
(27, 'moodle', '\\core\\task\\file_trash_cleanup_task', 1455410586, 1455429300, 0, '55', '*/6', '*', '*', '*', 0, 0, 0),
(28, 'moodle', '\\core\\task\\stats_cron_task', 1455421385, 1455422400, 0, '0', '*', '*', '*', '*', 0, 0, 0),
(29, 'moodle', '\\core\\task\\password_reset_cleanup_task', 1455406985, 1455426000, 0, '0', '*/6', '*', '*', '*', 0, 0, 0),
(30, 'mod_forum', '\\mod_forum\\task\\cron_task', 1455421385, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(31, 'logstore_legacy', '\\logstore_legacy\\task\\cleanup_task', 0, 1426151880, 0, '*', '5', '*', '*', '*', 0, 0, 0),
(32, 'logstore_standard', '\\logstore_standard\\task\\cleanup_task', 1455360185, 1455443040, 0, '*', '4', '*', '*', '*', 0, 0, 0),
(33, 'enrol_imsenterprise', '\\enrol_imsenterprise\\task\\cron_task', 0, 1426111800, 0, '10', '*', '*', '*', '*', 0, 0, 0),
(34, 'tool_langimport', '\\tool_langimport\\task\\update_langpacks_task', 1455356595, 1455441120, 0, '12', '4', '*', '*', '*', 0, 0, 0),
(35, 'tool_messageinbound', '\\tool_messageinbound\\task\\pickup_task', 1455421385, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(36, 'tool_messageinbound', '\\tool_messageinbound\\task\\cleanup_task', 1455349385, 1455432900, 0, '55', '1', '*', '*', '*', 0, 0, 0),
(37, 'tool_monitor', '\\tool_monitor\\task\\clean_events', 1455421385, 1455421440, 0, '*', '*', '*', '*', '*', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_theme_archaius`
--

CREATE TABLE IF NOT EXISTS `mdl_theme_archaius` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `itemid` bigint(10) NOT NULL DEFAULT '0',
  `description` longtext NOT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `descriptiontrust` tinyint(2) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `position` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='List of slides' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_timezone`
--

CREATE TABLE IF NOT EXISTS `mdl_timezone` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `year` bigint(11) NOT NULL DEFAULT '0',
  `tzrule` varchar(20) NOT NULL DEFAULT '',
  `gmtoff` bigint(11) NOT NULL DEFAULT '0',
  `dstoff` bigint(11) NOT NULL DEFAULT '0',
  `dst_month` tinyint(2) NOT NULL DEFAULT '0',
  `dst_startday` smallint(3) NOT NULL DEFAULT '0',
  `dst_weekday` smallint(3) NOT NULL DEFAULT '0',
  `dst_skipweeks` smallint(3) NOT NULL DEFAULT '0',
  `dst_time` varchar(6) NOT NULL DEFAULT '00:00',
  `std_month` tinyint(2) NOT NULL DEFAULT '0',
  `std_startday` smallint(3) NOT NULL DEFAULT '0',
  `std_weekday` smallint(3) NOT NULL DEFAULT '0',
  `std_skipweeks` smallint(3) NOT NULL DEFAULT '0',
  `std_time` varchar(6) NOT NULL DEFAULT '00:00',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Rules for calculating local wall clock time for users' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_customlang`
--

CREATE TABLE IF NOT EXISTS `mdl_tool_customlang` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `lang` varchar(20) NOT NULL DEFAULT '',
  `componentid` bigint(10) NOT NULL,
  `stringid` varchar(255) NOT NULL DEFAULT '',
  `original` longtext NOT NULL,
  `master` longtext,
  `local` longtext,
  `timemodified` bigint(10) NOT NULL,
  `timecustomized` bigint(10) DEFAULT NULL,
  `outdated` smallint(3) DEFAULT '0',
  `modified` smallint(3) DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`),
  KEY `mdl_toolcust_com_ix` (`componentid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains the working checkout of all strings and their custo' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_customlang_components`
--

CREATE TABLE IF NOT EXISTS `mdl_tool_customlang_components` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `version` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Contains the list of all installed plugins that provide thei' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_monitor_events`
--

CREATE TABLE IF NOT EXISTS `mdl_tool_monitor_events` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `eventname` varchar(254) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL,
  `contextinstanceid` bigint(10) NOT NULL,
  `link` varchar(254) NOT NULL DEFAULT '',
  `courseid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='A table that keeps a log of events related to subscriptions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_monitor_history`
--

CREATE TABLE IF NOT EXISTS `mdl_tool_monitor_history` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `sid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timesent` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`),
  KEY `mdl_toolmonihist_sid_ix` (`sid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table to store history of message notifications sent' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_monitor_rules`
--

CREATE TABLE IF NOT EXISTS `mdl_tool_monitor_rules` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `description` longtext,
  `descriptionformat` tinyint(1) NOT NULL,
  `name` varchar(254) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `plugin` varchar(254) NOT NULL DEFAULT '',
  `eventname` varchar(254) NOT NULL DEFAULT '',
  `template` longtext NOT NULL,
  `templateformat` tinyint(1) NOT NULL,
  `frequency` smallint(4) NOT NULL,
  `timewindow` mediumint(5) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_toolmonirule_couuse_ix` (`courseid`,`userid`),
  KEY `mdl_toolmonirule_eve_ix` (`eventname`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table to store rules' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_tool_monitor_subscriptions`
--

CREATE TABLE IF NOT EXISTS `mdl_tool_monitor_subscriptions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `ruleid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `lastnotificationsent` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_toolmonisubs_couuse_ix` (`courseid`,`userid`),
  KEY `mdl_toolmonisubs_rul_ix` (`ruleid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Table to store user subscriptions to various rules' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_upgrade_log`
--

CREATE TABLE IF NOT EXISTS `mdl_upgrade_log` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `type` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `version` varchar(100) DEFAULT NULL,
  `targetversion` varchar(100) DEFAULT NULL,
  `info` varchar(255) NOT NULL DEFAULT '',
  `details` longtext,
  `backtrace` longtext,
  `userid` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_upgrlog_tim_ix` (`timemodified`),
  KEY `mdl_upgrlog_typtim_ix` (`type`,`timemodified`),
  KEY `mdl_upgrlog_use_ix` (`userid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Upgrade logging' AUTO_INCREMENT=2160 ;

--
-- Dumping data for table `mdl_upgrade_log`
--

INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(1, 0, 'core', '2014051202', '2014051202', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(2, 0, 'core', '2014051202', '2014051202', 'Core installed', NULL, '', 0, 1412104323),
(3, 0, 'availability_completion', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(4, 0, 'availability_completion', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(5, 0, 'availability_completion', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(6, 0, 'availability_date', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(7, 0, 'availability_date', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(8, 0, 'availability_date', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(9, 0, 'availability_grade', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(10, 0, 'availability_grade', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(11, 0, 'availability_grade', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(12, 0, 'availability_group', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(13, 0, 'availability_group', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(14, 0, 'availability_group', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(15, 0, 'availability_grouping', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(16, 0, 'availability_grouping', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(17, 0, 'availability_grouping', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(18, 0, 'availability_profile', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(19, 0, 'availability_profile', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(20, 0, 'availability_profile', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(21, 0, 'qtype_calculated', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(22, 0, 'qtype_calculated', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(23, 0, 'qtype_calculated', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(24, 0, 'qtype_calculatedmulti', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(25, 0, 'qtype_calculatedmulti', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(26, 0, 'qtype_calculatedmulti', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(27, 0, 'qtype_calculatedsimple', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(28, 0, 'qtype_calculatedsimple', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(29, 0, 'qtype_calculatedsimple', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(30, 0, 'qtype_description', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(31, 0, 'qtype_description', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(32, 0, 'qtype_description', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(33, 0, 'qtype_essay', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(34, 0, 'qtype_essay', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(35, 0, 'qtype_essay', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(36, 0, 'qtype_match', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(37, 0, 'qtype_match', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(38, 0, 'qtype_match', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(39, 0, 'qtype_missingtype', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(40, 0, 'qtype_missingtype', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(41, 0, 'qtype_missingtype', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(42, 0, 'qtype_multianswer', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(43, 0, 'qtype_multianswer', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(44, 0, 'qtype_multianswer', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(45, 0, 'qtype_multichoice', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(46, 0, 'qtype_multichoice', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(47, 0, 'qtype_multichoice', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(48, 0, 'qtype_numerical', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(49, 0, 'qtype_numerical', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(50, 0, 'qtype_numerical', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(51, 0, 'qtype_random', NULL, '2014051201', 'Starting plugin installation', NULL, '', 0, 1412104323),
(52, 0, 'qtype_random', '2014051201', '2014051201', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(53, 0, 'qtype_random', '2014051201', '2014051201', 'Plugin installed', NULL, '', 0, 1412104323),
(54, 0, 'qtype_randomsamatch', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(55, 0, 'qtype_randomsamatch', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(56, 0, 'qtype_randomsamatch', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(57, 0, 'qtype_shortanswer', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(58, 0, 'qtype_shortanswer', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(59, 0, 'qtype_shortanswer', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(60, 0, 'qtype_truefalse', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(61, 0, 'qtype_truefalse', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(62, 0, 'qtype_truefalse', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(63, 0, 'mod_assign', NULL, '2014051201', 'Starting plugin installation', NULL, '', 0, 1412104323),
(64, 0, 'mod_assign', '2014051201', '2014051201', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(65, 0, 'mod_assign', '2014051201', '2014051201', 'Plugin installed', NULL, '', 0, 1412104323),
(66, 0, 'mod_assignment', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(67, 0, 'mod_assignment', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(68, 0, 'mod_assignment', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(69, 0, 'mod_book', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(70, 0, 'mod_book', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(71, 0, 'mod_book', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(72, 0, 'mod_chat', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(73, 0, 'mod_chat', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(74, 0, 'mod_chat', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(75, 0, 'mod_choice', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(76, 0, 'mod_choice', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(77, 0, 'mod_choice', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(78, 0, 'mod_data', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(79, 0, 'mod_data', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(80, 0, 'mod_data', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(81, 0, 'mod_feedback', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(82, 0, 'mod_feedback', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(83, 0, 'mod_feedback', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(84, 0, 'mod_folder', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(85, 0, 'mod_folder', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(86, 0, 'mod_folder', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(87, 0, 'mod_forum', NULL, '2014051202', 'Starting plugin installation', NULL, '', 0, 1412104323),
(88, 0, 'mod_forum', '2014051202', '2014051202', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(89, 0, 'mod_forum', '2014051202', '2014051202', 'Plugin installed', NULL, '', 0, 1412104323),
(90, 0, 'mod_glossary', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(91, 0, 'mod_glossary', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(92, 0, 'mod_glossary', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(93, 0, 'mod_imscp', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(94, 0, 'mod_imscp', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(95, 0, 'mod_imscp', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(96, 0, 'mod_label', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(97, 0, 'mod_label', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(98, 0, 'mod_label', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(99, 0, 'mod_lesson', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(100, 0, 'mod_lesson', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(101, 0, 'mod_lesson', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(102, 0, 'mod_lti', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(103, 0, 'mod_lti', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(104, 0, 'mod_lti', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(105, 0, 'mod_page', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(106, 0, 'mod_page', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(107, 0, 'mod_page', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(108, 0, 'mod_quiz', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(109, 0, 'mod_quiz', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(110, 0, 'mod_quiz', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(111, 0, 'mod_resource', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(112, 0, 'mod_resource', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(113, 0, 'mod_resource', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(114, 0, 'mod_scorm', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(115, 0, 'mod_scorm', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(116, 0, 'mod_scorm', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(117, 0, 'mod_survey', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(118, 0, 'mod_survey', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(119, 0, 'mod_survey', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(120, 0, 'mod_url', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(121, 0, 'mod_url', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(122, 0, 'mod_url', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(123, 0, 'mod_wiki', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(124, 0, 'mod_wiki', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(125, 0, 'mod_wiki', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(126, 0, 'mod_workshop', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(127, 0, 'mod_workshop', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(128, 0, 'mod_workshop', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(129, 0, 'auth_cas', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(130, 0, 'auth_cas', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(131, 0, 'auth_cas', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(132, 0, 'auth_db', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(133, 0, 'auth_db', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(134, 0, 'auth_db', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(135, 0, 'auth_email', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(136, 0, 'auth_email', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(137, 0, 'auth_email', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(138, 0, 'auth_fc', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(139, 0, 'auth_fc', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(140, 0, 'auth_fc', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(141, 0, 'auth_imap', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(142, 0, 'auth_imap', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(143, 0, 'auth_imap', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(144, 0, 'auth_ldap', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(145, 0, 'auth_ldap', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(146, 0, 'auth_ldap', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(147, 0, 'auth_manual', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(148, 0, 'auth_manual', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(149, 0, 'auth_manual', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(150, 0, 'auth_mnet', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(151, 0, 'auth_mnet', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(152, 0, 'auth_mnet', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(153, 0, 'auth_nntp', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(154, 0, 'auth_nntp', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(155, 0, 'auth_nntp', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(156, 0, 'auth_nologin', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(157, 0, 'auth_nologin', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(158, 0, 'auth_nologin', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(159, 0, 'auth_none', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(160, 0, 'auth_none', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(161, 0, 'auth_none', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(162, 0, 'auth_pam', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(163, 0, 'auth_pam', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(164, 0, 'auth_pam', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(165, 0, 'auth_pop3', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(166, 0, 'auth_pop3', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(167, 0, 'auth_pop3', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(168, 0, 'auth_radius', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(169, 0, 'auth_radius', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(170, 0, 'auth_radius', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(171, 0, 'auth_shibboleth', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(172, 0, 'auth_shibboleth', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(173, 0, 'auth_shibboleth', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(174, 0, 'auth_webservice', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(175, 0, 'auth_webservice', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(176, 0, 'auth_webservice', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(177, 0, 'calendartype_gregorian', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(178, 0, 'calendartype_gregorian', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(179, 0, 'calendartype_gregorian', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(180, 0, 'enrol_category', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(181, 0, 'enrol_category', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(182, 0, 'enrol_category', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(183, 0, 'enrol_cohort', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(184, 0, 'enrol_cohort', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(185, 0, 'enrol_cohort', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(186, 0, 'enrol_database', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(187, 0, 'enrol_database', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(188, 0, 'enrol_database', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(189, 0, 'enrol_flatfile', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(190, 0, 'enrol_flatfile', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(191, 0, 'enrol_flatfile', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(192, 0, 'enrol_guest', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(193, 0, 'enrol_guest', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(194, 0, 'enrol_guest', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(195, 0, 'enrol_imsenterprise', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(196, 0, 'enrol_imsenterprise', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(197, 0, 'enrol_imsenterprise', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(198, 0, 'enrol_ldap', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(199, 0, 'enrol_ldap', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(200, 0, 'enrol_ldap', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(201, 0, 'enrol_manual', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(202, 0, 'enrol_manual', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(203, 0, 'enrol_manual', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(204, 0, 'enrol_meta', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(205, 0, 'enrol_meta', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(206, 0, 'enrol_meta', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(207, 0, 'enrol_mnet', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(208, 0, 'enrol_mnet', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(209, 0, 'enrol_mnet', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(210, 0, 'enrol_paypal', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(211, 0, 'enrol_paypal', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(212, 0, 'enrol_paypal', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(213, 0, 'enrol_self', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(214, 0, 'enrol_self', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(215, 0, 'enrol_self', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(216, 0, 'message_airnotifier', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(217, 0, 'message_airnotifier', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(218, 0, 'message_airnotifier', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(219, 0, 'message_email', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(220, 0, 'message_email', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(221, 0, 'message_email', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(222, 0, 'message_jabber', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(223, 0, 'message_jabber', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(224, 0, 'message_jabber', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(225, 0, 'message_popup', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(226, 0, 'message_popup', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(227, 0, 'message_popup', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(228, 0, 'block_activity_modules', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(229, 0, 'block_activity_modules', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(230, 0, 'block_activity_modules', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(231, 0, 'block_admin_bookmarks', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(232, 0, 'block_admin_bookmarks', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(233, 0, 'block_admin_bookmarks', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(234, 0, 'block_badges', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(235, 0, 'block_badges', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(236, 0, 'block_badges', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(237, 0, 'block_blog_menu', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(238, 0, 'block_blog_menu', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(239, 0, 'block_blog_menu', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(240, 0, 'block_blog_recent', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(241, 0, 'block_blog_recent', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(242, 0, 'block_blog_recent', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(243, 0, 'block_blog_tags', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(244, 0, 'block_blog_tags', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(245, 0, 'block_blog_tags', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(246, 0, 'block_calendar_month', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(247, 0, 'block_calendar_month', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(248, 0, 'block_calendar_month', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(249, 0, 'block_calendar_upcoming', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(250, 0, 'block_calendar_upcoming', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(251, 0, 'block_calendar_upcoming', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(252, 0, 'block_comments', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(253, 0, 'block_comments', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(254, 0, 'block_comments', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(255, 0, 'block_community', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(256, 0, 'block_community', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(257, 0, 'block_community', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(258, 0, 'block_completionstatus', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(259, 0, 'block_completionstatus', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(260, 0, 'block_completionstatus', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(261, 0, 'block_course_list', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(262, 0, 'block_course_list', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(263, 0, 'block_course_list', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(264, 0, 'block_course_overview', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(265, 0, 'block_course_overview', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(266, 0, 'block_course_overview', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(267, 0, 'block_course_summary', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(268, 0, 'block_course_summary', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(269, 0, 'block_course_summary', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(270, 0, 'block_feedback', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(271, 0, 'block_feedback', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(272, 0, 'block_feedback', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(273, 0, 'block_glossary_random', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(274, 0, 'block_glossary_random', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(275, 0, 'block_glossary_random', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(276, 0, 'block_html', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(277, 0, 'block_html', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(278, 0, 'block_html', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(279, 0, 'block_login', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(280, 0, 'block_login', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(281, 0, 'block_login', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(282, 0, 'block_mentees', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(283, 0, 'block_mentees', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(284, 0, 'block_mentees', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(285, 0, 'block_messages', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(286, 0, 'block_messages', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(287, 0, 'block_messages', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(288, 0, 'block_mnet_hosts', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(289, 0, 'block_mnet_hosts', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(290, 0, 'block_mnet_hosts', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(291, 0, 'block_myprofile', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(292, 0, 'block_myprofile', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(293, 0, 'block_myprofile', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(294, 0, 'block_navigation', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(295, 0, 'block_navigation', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(296, 0, 'block_navigation', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(297, 0, 'block_news_items', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(298, 0, 'block_news_items', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(299, 0, 'block_news_items', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(300, 0, 'block_online_users', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(301, 0, 'block_online_users', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(302, 0, 'block_online_users', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(303, 0, 'block_participants', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(304, 0, 'block_participants', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(305, 0, 'block_participants', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(306, 0, 'block_private_files', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(307, 0, 'block_private_files', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(308, 0, 'block_private_files', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(309, 0, 'block_quiz_results', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(310, 0, 'block_quiz_results', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(311, 0, 'block_quiz_results', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(312, 0, 'block_recent_activity', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(313, 0, 'block_recent_activity', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(314, 0, 'block_recent_activity', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(315, 0, 'block_rss_client', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(316, 0, 'block_rss_client', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(317, 0, 'block_rss_client', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(318, 0, 'block_search_forums', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(319, 0, 'block_search_forums', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(320, 0, 'block_search_forums', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(321, 0, 'block_section_links', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(322, 0, 'block_section_links', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(323, 0, 'block_section_links', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(324, 0, 'block_selfcompletion', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(325, 0, 'block_selfcompletion', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(326, 0, 'block_selfcompletion', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(327, 0, 'block_settings', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(328, 0, 'block_settings', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(329, 0, 'block_settings', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(330, 0, 'block_site_main_menu', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(331, 0, 'block_site_main_menu', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(332, 0, 'block_site_main_menu', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(333, 0, 'block_social_activities', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(334, 0, 'block_social_activities', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(335, 0, 'block_social_activities', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(336, 0, 'block_tag_flickr', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(337, 0, 'block_tag_flickr', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(338, 0, 'block_tag_flickr', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(339, 0, 'block_tag_youtube', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(340, 0, 'block_tag_youtube', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(341, 0, 'block_tag_youtube', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(342, 0, 'block_tags', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(343, 0, 'block_tags', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(344, 0, 'block_tags', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(345, 0, 'filter_activitynames', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(346, 0, 'filter_activitynames', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(347, 0, 'filter_activitynames', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(348, 0, 'filter_algebra', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(349, 0, 'filter_algebra', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(350, 0, 'filter_algebra', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(351, 0, 'filter_censor', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(352, 0, 'filter_censor', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(353, 0, 'filter_censor', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(354, 0, 'filter_data', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(355, 0, 'filter_data', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(356, 0, 'filter_data', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(357, 0, 'filter_emailprotect', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(358, 0, 'filter_emailprotect', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(359, 0, 'filter_emailprotect', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(360, 0, 'filter_emoticon', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(361, 0, 'filter_emoticon', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(362, 0, 'filter_emoticon', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(363, 0, 'filter_glossary', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(364, 0, 'filter_glossary', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(365, 0, 'filter_glossary', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(366, 0, 'filter_mathjaxloader', NULL, '2014051201', 'Starting plugin installation', NULL, '', 0, 1412104323),
(367, 0, 'filter_mathjaxloader', '2014051201', '2014051201', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(368, 0, 'filter_mathjaxloader', '2014051201', '2014051201', 'Plugin installed', NULL, '', 0, 1412104323),
(369, 0, 'filter_mediaplugin', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(370, 0, 'filter_mediaplugin', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(371, 0, 'filter_mediaplugin', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(372, 0, 'filter_multilang', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(373, 0, 'filter_multilang', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(374, 0, 'filter_multilang', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(375, 0, 'filter_tex', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(376, 0, 'filter_tex', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(377, 0, 'filter_tex', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(378, 0, 'filter_tidy', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(379, 0, 'filter_tidy', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(380, 0, 'filter_tidy', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(381, 0, 'filter_urltolink', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(382, 0, 'filter_urltolink', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(383, 0, 'filter_urltolink', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(384, 0, 'editor_atto', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(385, 0, 'editor_atto', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(386, 0, 'editor_atto', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(387, 0, 'editor_textarea', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(388, 0, 'editor_textarea', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(389, 0, 'editor_textarea', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(390, 0, 'editor_tinymce', NULL, '2014051201', 'Starting plugin installation', NULL, '', 0, 1412104323),
(391, 0, 'editor_tinymce', '2014051201', '2014051201', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(392, 0, 'editor_tinymce', '2014051201', '2014051201', 'Plugin installed', NULL, '', 0, 1412104323),
(393, 0, 'format_singleactivity', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(394, 0, 'format_singleactivity', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(395, 0, 'format_singleactivity', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(396, 0, 'format_social', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(397, 0, 'format_social', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(398, 0, 'format_social', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(399, 0, 'format_topics', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(400, 0, 'format_topics', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(401, 0, 'format_topics', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(402, 0, 'format_weeks', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(403, 0, 'format_weeks', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(404, 0, 'format_weeks', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(405, 0, 'profilefield_checkbox', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(406, 0, 'profilefield_checkbox', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(407, 0, 'profilefield_checkbox', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(408, 0, 'profilefield_datetime', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(409, 0, 'profilefield_datetime', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(410, 0, 'profilefield_datetime', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(411, 0, 'profilefield_menu', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(412, 0, 'profilefield_menu', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(413, 0, 'profilefield_menu', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(414, 0, 'profilefield_text', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(415, 0, 'profilefield_text', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(416, 0, 'profilefield_text', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(417, 0, 'profilefield_textarea', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(418, 0, 'profilefield_textarea', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(419, 0, 'profilefield_textarea', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(420, 0, 'report_backups', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(421, 0, 'report_backups', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(422, 0, 'report_backups', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(423, 0, 'report_completion', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(424, 0, 'report_completion', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(425, 0, 'report_completion', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(426, 0, 'report_configlog', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(427, 0, 'report_configlog', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(428, 0, 'report_configlog', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(429, 0, 'report_courseoverview', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(430, 0, 'report_courseoverview', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(431, 0, 'report_courseoverview', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(432, 0, 'report_eventlist', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(433, 0, 'report_eventlist', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(434, 0, 'report_eventlist', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(435, 0, 'report_log', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(436, 0, 'report_log', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(437, 0, 'report_log', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(438, 0, 'report_loglive', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(439, 0, 'report_loglive', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(440, 0, 'report_loglive', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(441, 0, 'report_outline', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(442, 0, 'report_outline', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(443, 0, 'report_outline', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(444, 0, 'report_participation', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(445, 0, 'report_participation', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(446, 0, 'report_participation', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(447, 0, 'report_performance', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(448, 0, 'report_performance', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(449, 0, 'report_performance', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(450, 0, 'report_progress', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(451, 0, 'report_progress', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(452, 0, 'report_progress', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(453, 0, 'report_questioninstances', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(454, 0, 'report_questioninstances', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(455, 0, 'report_questioninstances', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(456, 0, 'report_security', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(457, 0, 'report_security', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(458, 0, 'report_security', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(459, 0, 'report_stats', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(460, 0, 'report_stats', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(461, 0, 'report_stats', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(462, 0, 'gradeexport_ods', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(463, 0, 'gradeexport_ods', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(464, 0, 'gradeexport_ods', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(465, 0, 'gradeexport_txt', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(466, 0, 'gradeexport_txt', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(467, 0, 'gradeexport_txt', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(468, 0, 'gradeexport_xls', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(469, 0, 'gradeexport_xls', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(470, 0, 'gradeexport_xls', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(471, 0, 'gradeexport_xml', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(472, 0, 'gradeexport_xml', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(473, 0, 'gradeexport_xml', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(474, 0, 'gradeimport_csv', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(475, 0, 'gradeimport_csv', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(476, 0, 'gradeimport_csv', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(477, 0, 'gradeimport_xml', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(478, 0, 'gradeimport_xml', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(479, 0, 'gradeimport_xml', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(480, 0, 'gradereport_grader', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323);
INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(481, 0, 'gradereport_grader', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(482, 0, 'gradereport_grader', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(483, 0, 'gradereport_outcomes', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(484, 0, 'gradereport_outcomes', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(485, 0, 'gradereport_outcomes', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(486, 0, 'gradereport_overview', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(487, 0, 'gradereport_overview', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(488, 0, 'gradereport_overview', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(489, 0, 'gradereport_user', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(490, 0, 'gradereport_user', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(491, 0, 'gradereport_user', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(492, 0, 'gradingform_guide', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(493, 0, 'gradingform_guide', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(494, 0, 'gradingform_guide', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(495, 0, 'gradingform_rubric', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(496, 0, 'gradingform_rubric', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(497, 0, 'gradingform_rubric', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(498, 0, 'mnetservice_enrol', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(499, 0, 'mnetservice_enrol', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(500, 0, 'mnetservice_enrol', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(501, 0, 'webservice_amf', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(502, 0, 'webservice_amf', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(503, 0, 'webservice_amf', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(504, 0, 'webservice_rest', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(505, 0, 'webservice_rest', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(506, 0, 'webservice_rest', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(507, 0, 'webservice_soap', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(508, 0, 'webservice_soap', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(509, 0, 'webservice_soap', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(510, 0, 'webservice_xmlrpc', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(511, 0, 'webservice_xmlrpc', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(512, 0, 'webservice_xmlrpc', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(513, 0, 'repository_alfresco', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(514, 0, 'repository_alfresco', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(515, 0, 'repository_alfresco', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(516, 0, 'repository_areafiles', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(517, 0, 'repository_areafiles', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(518, 0, 'repository_areafiles', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(519, 0, 'repository_boxnet', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(520, 0, 'repository_boxnet', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(521, 0, 'repository_boxnet', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(522, 0, 'repository_coursefiles', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(523, 0, 'repository_coursefiles', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(524, 0, 'repository_coursefiles', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(525, 0, 'repository_dropbox', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(526, 0, 'repository_dropbox', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(527, 0, 'repository_dropbox', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(528, 0, 'repository_equella', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(529, 0, 'repository_equella', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(530, 0, 'repository_equella', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(531, 0, 'repository_filesystem', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(532, 0, 'repository_filesystem', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(533, 0, 'repository_filesystem', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(534, 0, 'repository_flickr', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(535, 0, 'repository_flickr', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(536, 0, 'repository_flickr', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(537, 0, 'repository_flickr_public', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(538, 0, 'repository_flickr_public', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(539, 0, 'repository_flickr_public', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(540, 0, 'repository_googledocs', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(541, 0, 'repository_googledocs', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(542, 0, 'repository_googledocs', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(543, 0, 'repository_local', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(544, 0, 'repository_local', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(545, 0, 'repository_local', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(546, 0, 'repository_merlot', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(547, 0, 'repository_merlot', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(548, 0, 'repository_merlot', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(549, 0, 'repository_picasa', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(550, 0, 'repository_picasa', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(551, 0, 'repository_picasa', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(552, 0, 'repository_recent', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(553, 0, 'repository_recent', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(554, 0, 'repository_recent', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(555, 0, 'repository_s3', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(556, 0, 'repository_s3', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(557, 0, 'repository_s3', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(558, 0, 'repository_skydrive', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(559, 0, 'repository_skydrive', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(560, 0, 'repository_skydrive', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(561, 0, 'repository_upload', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(562, 0, 'repository_upload', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(563, 0, 'repository_upload', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(564, 0, 'repository_url', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(565, 0, 'repository_url', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(566, 0, 'repository_url', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(567, 0, 'repository_user', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(568, 0, 'repository_user', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(569, 0, 'repository_user', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(570, 0, 'repository_webdav', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(571, 0, 'repository_webdav', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(572, 0, 'repository_webdav', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(573, 0, 'repository_wikimedia', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(574, 0, 'repository_wikimedia', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(575, 0, 'repository_wikimedia', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(576, 0, 'repository_youtube', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(577, 0, 'repository_youtube', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(578, 0, 'repository_youtube', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(579, 0, 'portfolio_boxnet', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(580, 0, 'portfolio_boxnet', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(581, 0, 'portfolio_boxnet', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(582, 0, 'portfolio_download', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(583, 0, 'portfolio_download', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(584, 0, 'portfolio_download', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(585, 0, 'portfolio_flickr', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(586, 0, 'portfolio_flickr', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(587, 0, 'portfolio_flickr', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(588, 0, 'portfolio_googledocs', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(589, 0, 'portfolio_googledocs', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(590, 0, 'portfolio_googledocs', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(591, 0, 'portfolio_mahara', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(592, 0, 'portfolio_mahara', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(593, 0, 'portfolio_mahara', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(594, 0, 'portfolio_picasa', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(595, 0, 'portfolio_picasa', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(596, 0, 'portfolio_picasa', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(597, 0, 'qbehaviour_adaptive', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(598, 0, 'qbehaviour_adaptive', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(599, 0, 'qbehaviour_adaptive', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(600, 0, 'qbehaviour_adaptivenopenalty', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(601, 0, 'qbehaviour_adaptivenopenalty', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(602, 0, 'qbehaviour_adaptivenopenalty', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(603, 0, 'qbehaviour_deferredcbm', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(604, 0, 'qbehaviour_deferredcbm', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(605, 0, 'qbehaviour_deferredcbm', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(606, 0, 'qbehaviour_deferredfeedback', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(607, 0, 'qbehaviour_deferredfeedback', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(608, 0, 'qbehaviour_deferredfeedback', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(609, 0, 'qbehaviour_immediatecbm', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(610, 0, 'qbehaviour_immediatecbm', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(611, 0, 'qbehaviour_immediatecbm', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(612, 0, 'qbehaviour_immediatefeedback', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(613, 0, 'qbehaviour_immediatefeedback', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(614, 0, 'qbehaviour_immediatefeedback', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(615, 0, 'qbehaviour_informationitem', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(616, 0, 'qbehaviour_informationitem', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(617, 0, 'qbehaviour_informationitem', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(618, 0, 'qbehaviour_interactive', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(619, 0, 'qbehaviour_interactive', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(620, 0, 'qbehaviour_interactive', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(621, 0, 'qbehaviour_interactivecountback', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(622, 0, 'qbehaviour_interactivecountback', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(623, 0, 'qbehaviour_interactivecountback', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(624, 0, 'qbehaviour_manualgraded', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(625, 0, 'qbehaviour_manualgraded', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(626, 0, 'qbehaviour_manualgraded', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(627, 0, 'qbehaviour_missing', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(628, 0, 'qbehaviour_missing', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(629, 0, 'qbehaviour_missing', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(630, 0, 'qformat_aiken', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(631, 0, 'qformat_aiken', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(632, 0, 'qformat_aiken', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(633, 0, 'qformat_blackboard_six', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(634, 0, 'qformat_blackboard_six', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(635, 0, 'qformat_blackboard_six', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(636, 0, 'qformat_examview', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(637, 0, 'qformat_examview', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(638, 0, 'qformat_examview', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(639, 0, 'qformat_gift', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(640, 0, 'qformat_gift', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(641, 0, 'qformat_gift', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(642, 0, 'qformat_learnwise', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(643, 0, 'qformat_learnwise', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(644, 0, 'qformat_learnwise', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(645, 0, 'qformat_missingword', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(646, 0, 'qformat_missingword', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(647, 0, 'qformat_missingword', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(648, 0, 'qformat_multianswer', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(649, 0, 'qformat_multianswer', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(650, 0, 'qformat_multianswer', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(651, 0, 'qformat_webct', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(652, 0, 'qformat_webct', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(653, 0, 'qformat_webct', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(654, 0, 'qformat_xhtml', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(655, 0, 'qformat_xhtml', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(656, 0, 'qformat_xhtml', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(657, 0, 'qformat_xml', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(658, 0, 'qformat_xml', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(659, 0, 'qformat_xml', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(660, 0, 'tool_assignmentupgrade', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(661, 0, 'tool_assignmentupgrade', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(662, 0, 'tool_assignmentupgrade', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(663, 0, 'tool_availabilityconditions', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(664, 0, 'tool_availabilityconditions', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(665, 0, 'tool_availabilityconditions', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(666, 0, 'tool_behat', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(667, 0, 'tool_behat', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(668, 0, 'tool_behat', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(669, 0, 'tool_capability', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(670, 0, 'tool_capability', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(671, 0, 'tool_capability', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(672, 0, 'tool_customlang', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(673, 0, 'tool_customlang', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(674, 0, 'tool_customlang', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(675, 0, 'tool_dbtransfer', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(676, 0, 'tool_dbtransfer', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(677, 0, 'tool_dbtransfer', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(678, 0, 'tool_generator', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(679, 0, 'tool_generator', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(680, 0, 'tool_generator', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(681, 0, 'tool_health', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(682, 0, 'tool_health', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(683, 0, 'tool_health', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(684, 0, 'tool_innodb', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(685, 0, 'tool_innodb', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(686, 0, 'tool_innodb', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(687, 0, 'tool_installaddon', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(688, 0, 'tool_installaddon', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(689, 0, 'tool_installaddon', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(690, 0, 'tool_langimport', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(691, 0, 'tool_langimport', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(692, 0, 'tool_langimport', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(693, 0, 'tool_log', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(694, 0, 'tool_log', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(695, 0, 'tool_log', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(696, 0, 'tool_multilangupgrade', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(697, 0, 'tool_multilangupgrade', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(698, 0, 'tool_multilangupgrade', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(699, 0, 'tool_phpunit', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(700, 0, 'tool_phpunit', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(701, 0, 'tool_phpunit', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(702, 0, 'tool_profiling', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(703, 0, 'tool_profiling', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(704, 0, 'tool_profiling', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(705, 0, 'tool_replace', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(706, 0, 'tool_replace', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(707, 0, 'tool_replace', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(708, 0, 'tool_spamcleaner', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(709, 0, 'tool_spamcleaner', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(710, 0, 'tool_spamcleaner', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(711, 0, 'tool_task', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(712, 0, 'tool_task', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(713, 0, 'tool_task', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(714, 0, 'tool_timezoneimport', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(715, 0, 'tool_timezoneimport', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(716, 0, 'tool_timezoneimport', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(717, 0, 'tool_unsuproles', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(718, 0, 'tool_unsuproles', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(719, 0, 'tool_unsuproles', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(720, 0, 'tool_uploadcourse', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(721, 0, 'tool_uploadcourse', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(722, 0, 'tool_uploadcourse', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(723, 0, 'tool_uploaduser', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(724, 0, 'tool_uploaduser', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(725, 0, 'tool_uploaduser', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(726, 0, 'tool_xmldb', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(727, 0, 'tool_xmldb', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(728, 0, 'tool_xmldb', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(729, 0, 'cachestore_file', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(730, 0, 'cachestore_file', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(731, 0, 'cachestore_file', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(732, 0, 'cachestore_memcache', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(733, 0, 'cachestore_memcache', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(734, 0, 'cachestore_memcache', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(735, 0, 'cachestore_memcached', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(736, 0, 'cachestore_memcached', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(737, 0, 'cachestore_memcached', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(738, 0, 'cachestore_mongodb', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(739, 0, 'cachestore_mongodb', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(740, 0, 'cachestore_mongodb', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(741, 0, 'cachestore_session', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(742, 0, 'cachestore_session', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(743, 0, 'cachestore_session', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(744, 0, 'cachestore_static', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(745, 0, 'cachestore_static', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(746, 0, 'cachestore_static', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(747, 0, 'cachelock_file', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(748, 0, 'cachelock_file', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(749, 0, 'cachelock_file', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(750, 0, 'theme_base', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(751, 0, 'theme_base', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(752, 0, 'theme_base', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(753, 0, 'theme_bootstrapbase', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(754, 0, 'theme_bootstrapbase', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(755, 0, 'theme_bootstrapbase', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(756, 0, 'theme_canvas', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(757, 0, 'theme_canvas', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(758, 0, 'theme_canvas', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(759, 0, 'theme_clean', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(760, 0, 'theme_clean', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(761, 0, 'theme_clean', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(762, 0, 'theme_more', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(763, 0, 'theme_more', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(764, 0, 'theme_more', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(765, 0, 'assignsubmission_comments', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(766, 0, 'assignsubmission_comments', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(767, 0, 'assignsubmission_comments', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(768, 0, 'assignsubmission_file', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(769, 0, 'assignsubmission_file', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(770, 0, 'assignsubmission_file', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(771, 0, 'assignsubmission_onlinetext', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(772, 0, 'assignsubmission_onlinetext', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(773, 0, 'assignsubmission_onlinetext', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(774, 0, 'assignfeedback_comments', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(775, 0, 'assignfeedback_comments', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(776, 0, 'assignfeedback_comments', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(777, 0, 'assignfeedback_editpdf', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(778, 0, 'assignfeedback_editpdf', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(779, 0, 'assignfeedback_editpdf', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(780, 0, 'assignfeedback_file', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(781, 0, 'assignfeedback_file', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(782, 0, 'assignfeedback_file', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(783, 0, 'assignfeedback_offline', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(784, 0, 'assignfeedback_offline', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(785, 0, 'assignfeedback_offline', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(786, 0, 'assignment_offline', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(787, 0, 'assignment_offline', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(788, 0, 'assignment_offline', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(789, 0, 'assignment_online', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(790, 0, 'assignment_online', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(791, 0, 'assignment_online', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(792, 0, 'assignment_upload', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(793, 0, 'assignment_upload', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(794, 0, 'assignment_upload', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(795, 0, 'assignment_uploadsingle', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(796, 0, 'assignment_uploadsingle', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(797, 0, 'assignment_uploadsingle', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(798, 0, 'booktool_exportimscp', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(799, 0, 'booktool_exportimscp', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(800, 0, 'booktool_exportimscp', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(801, 0, 'booktool_importhtml', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(802, 0, 'booktool_importhtml', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(803, 0, 'booktool_importhtml', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(804, 0, 'booktool_print', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(805, 0, 'booktool_print', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(806, 0, 'booktool_print', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(807, 0, 'datafield_checkbox', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(808, 0, 'datafield_checkbox', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(809, 0, 'datafield_checkbox', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(810, 0, 'datafield_date', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(811, 0, 'datafield_date', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(812, 0, 'datafield_date', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(813, 0, 'datafield_file', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(814, 0, 'datafield_file', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(815, 0, 'datafield_file', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(816, 0, 'datafield_latlong', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(817, 0, 'datafield_latlong', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(818, 0, 'datafield_latlong', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(819, 0, 'datafield_menu', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(820, 0, 'datafield_menu', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(821, 0, 'datafield_menu', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(822, 0, 'datafield_multimenu', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(823, 0, 'datafield_multimenu', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(824, 0, 'datafield_multimenu', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(825, 0, 'datafield_number', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(826, 0, 'datafield_number', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(827, 0, 'datafield_number', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(828, 0, 'datafield_picture', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(829, 0, 'datafield_picture', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(830, 0, 'datafield_picture', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(831, 0, 'datafield_radiobutton', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(832, 0, 'datafield_radiobutton', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(833, 0, 'datafield_radiobutton', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(834, 0, 'datafield_text', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(835, 0, 'datafield_text', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(836, 0, 'datafield_text', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(837, 0, 'datafield_textarea', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(838, 0, 'datafield_textarea', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(839, 0, 'datafield_textarea', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(840, 0, 'datafield_url', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(841, 0, 'datafield_url', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(842, 0, 'datafield_url', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(843, 0, 'datapreset_imagegallery', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(844, 0, 'datapreset_imagegallery', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(845, 0, 'datapreset_imagegallery', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(846, 0, 'quiz_grading', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(847, 0, 'quiz_grading', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(848, 0, 'quiz_grading', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(849, 0, 'quiz_overview', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(850, 0, 'quiz_overview', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(851, 0, 'quiz_overview', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(852, 0, 'quiz_responses', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(853, 0, 'quiz_responses', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(854, 0, 'quiz_responses', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(855, 0, 'quiz_statistics', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(856, 0, 'quiz_statistics', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(857, 0, 'quiz_statistics', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(858, 0, 'quizaccess_delaybetweenattempts', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(859, 0, 'quizaccess_delaybetweenattempts', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(860, 0, 'quizaccess_delaybetweenattempts', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(861, 0, 'quizaccess_ipaddress', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(862, 0, 'quizaccess_ipaddress', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(863, 0, 'quizaccess_ipaddress', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(864, 0, 'quizaccess_numattempts', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(865, 0, 'quizaccess_numattempts', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(866, 0, 'quizaccess_numattempts', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(867, 0, 'quizaccess_openclosedate', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(868, 0, 'quizaccess_openclosedate', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(869, 0, 'quizaccess_openclosedate', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(870, 0, 'quizaccess_password', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(871, 0, 'quizaccess_password', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(872, 0, 'quizaccess_password', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(873, 0, 'quizaccess_safebrowser', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(874, 0, 'quizaccess_safebrowser', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(875, 0, 'quizaccess_safebrowser', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(876, 0, 'quizaccess_securewindow', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(877, 0, 'quizaccess_securewindow', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(878, 0, 'quizaccess_securewindow', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(879, 0, 'quizaccess_timelimit', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(880, 0, 'quizaccess_timelimit', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(881, 0, 'quizaccess_timelimit', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(882, 0, 'scormreport_basic', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(883, 0, 'scormreport_basic', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(884, 0, 'scormreport_basic', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(885, 0, 'scormreport_graphs', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(886, 0, 'scormreport_graphs', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(887, 0, 'scormreport_graphs', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(888, 0, 'scormreport_interactions', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(889, 0, 'scormreport_interactions', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(890, 0, 'scormreport_interactions', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(891, 0, 'scormreport_objectives', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(892, 0, 'scormreport_objectives', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(893, 0, 'scormreport_objectives', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(894, 0, 'workshopform_accumulative', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(895, 0, 'workshopform_accumulative', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(896, 0, 'workshopform_accumulative', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(897, 0, 'workshopform_comments', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(898, 0, 'workshopform_comments', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(899, 0, 'workshopform_comments', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(900, 0, 'workshopform_numerrors', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(901, 0, 'workshopform_numerrors', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(902, 0, 'workshopform_numerrors', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(903, 0, 'workshopform_rubric', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(904, 0, 'workshopform_rubric', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(905, 0, 'workshopform_rubric', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(906, 0, 'workshopallocation_manual', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(907, 0, 'workshopallocation_manual', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(908, 0, 'workshopallocation_manual', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(909, 0, 'workshopallocation_random', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(910, 0, 'workshopallocation_random', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(911, 0, 'workshopallocation_random', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(912, 0, 'workshopallocation_scheduled', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(913, 0, 'workshopallocation_scheduled', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(914, 0, 'workshopallocation_scheduled', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(915, 0, 'workshopeval_best', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(916, 0, 'workshopeval_best', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(917, 0, 'workshopeval_best', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(918, 0, 'atto_accessibilitychecker', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(919, 0, 'atto_accessibilitychecker', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(920, 0, 'atto_accessibilitychecker', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(921, 0, 'atto_accessibilityhelper', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(922, 0, 'atto_accessibilityhelper', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(923, 0, 'atto_accessibilityhelper', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(924, 0, 'atto_align', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(925, 0, 'atto_align', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(926, 0, 'atto_align', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(927, 0, 'atto_backcolor', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(928, 0, 'atto_backcolor', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(929, 0, 'atto_backcolor', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(930, 0, 'atto_bold', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(931, 0, 'atto_bold', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(932, 0, 'atto_bold', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(933, 0, 'atto_charmap', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(934, 0, 'atto_charmap', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(935, 0, 'atto_charmap', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(936, 0, 'atto_clear', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(937, 0, 'atto_clear', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(938, 0, 'atto_clear', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(939, 0, 'atto_collapse', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(940, 0, 'atto_collapse', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(941, 0, 'atto_collapse', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(942, 0, 'atto_emoticon', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(943, 0, 'atto_emoticon', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(944, 0, 'atto_emoticon', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(945, 0, 'atto_equation', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323);
INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(946, 0, 'atto_equation', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(947, 0, 'atto_equation', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(948, 0, 'atto_fontcolor', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(949, 0, 'atto_fontcolor', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(950, 0, 'atto_fontcolor', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(951, 0, 'atto_html', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(952, 0, 'atto_html', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(953, 0, 'atto_html', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(954, 0, 'atto_image', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(955, 0, 'atto_image', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(956, 0, 'atto_image', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(957, 0, 'atto_indent', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(958, 0, 'atto_indent', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(959, 0, 'atto_indent', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(960, 0, 'atto_italic', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(961, 0, 'atto_italic', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(962, 0, 'atto_italic', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(963, 0, 'atto_link', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(964, 0, 'atto_link', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(965, 0, 'atto_link', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(966, 0, 'atto_managefiles', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(967, 0, 'atto_managefiles', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(968, 0, 'atto_managefiles', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(969, 0, 'atto_media', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(970, 0, 'atto_media', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(971, 0, 'atto_media', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(972, 0, 'atto_noautolink', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(973, 0, 'atto_noautolink', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(974, 0, 'atto_noautolink', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(975, 0, 'atto_orderedlist', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(976, 0, 'atto_orderedlist', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(977, 0, 'atto_orderedlist', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(978, 0, 'atto_rtl', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(979, 0, 'atto_rtl', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(980, 0, 'atto_rtl', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(981, 0, 'atto_strike', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(982, 0, 'atto_strike', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(983, 0, 'atto_strike', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(984, 0, 'atto_subscript', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(985, 0, 'atto_subscript', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(986, 0, 'atto_subscript', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(987, 0, 'atto_superscript', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(988, 0, 'atto_superscript', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(989, 0, 'atto_superscript', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(990, 0, 'atto_table', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(991, 0, 'atto_table', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(992, 0, 'atto_table', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(993, 0, 'atto_title', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(994, 0, 'atto_title', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(995, 0, 'atto_title', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(996, 0, 'atto_underline', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(997, 0, 'atto_underline', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(998, 0, 'atto_underline', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(999, 0, 'atto_undo', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1000, 0, 'atto_undo', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1001, 0, 'atto_undo', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1002, 0, 'atto_unorderedlist', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1003, 0, 'atto_unorderedlist', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1004, 0, 'atto_unorderedlist', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1005, 0, 'tinymce_ctrlhelp', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1006, 0, 'tinymce_ctrlhelp', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1007, 0, 'tinymce_ctrlhelp', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1008, 0, 'tinymce_dragmath', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1009, 0, 'tinymce_dragmath', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1010, 0, 'tinymce_dragmath', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1011, 0, 'tinymce_managefiles', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1012, 0, 'tinymce_managefiles', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1013, 0, 'tinymce_managefiles', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1014, 0, 'tinymce_moodleemoticon', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1015, 0, 'tinymce_moodleemoticon', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1016, 0, 'tinymce_moodleemoticon', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1017, 0, 'tinymce_moodleimage', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1018, 0, 'tinymce_moodleimage', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1019, 0, 'tinymce_moodleimage', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1020, 0, 'tinymce_moodlemedia', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1021, 0, 'tinymce_moodlemedia', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1022, 0, 'tinymce_moodlemedia', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1023, 0, 'tinymce_moodlenolink', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1024, 0, 'tinymce_moodlenolink', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1025, 0, 'tinymce_moodlenolink', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1026, 0, 'tinymce_pdw', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1027, 0, 'tinymce_pdw', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1028, 0, 'tinymce_pdw', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1029, 0, 'tinymce_spellchecker', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1030, 0, 'tinymce_spellchecker', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1031, 0, 'tinymce_spellchecker', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1032, 0, 'tinymce_wrap', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1033, 0, 'tinymce_wrap', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1034, 0, 'tinymce_wrap', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1035, 0, 'logstore_database', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1036, 0, 'logstore_database', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1037, 0, 'logstore_database', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1038, 0, 'logstore_legacy', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1039, 0, 'logstore_legacy', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1040, 0, 'logstore_legacy', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1041, 0, 'logstore_standard', NULL, '2014051200', 'Starting plugin installation', NULL, '', 0, 1412104323),
(1042, 0, 'logstore_standard', '2014051200', '2014051200', 'Upgrade savepoint reached', NULL, '', 0, 1412104323),
(1043, 0, 'logstore_standard', '2014051200', '2014051200', 'Plugin installed', NULL, '', 0, 1412104323),
(1044, 2, 'core', '2014051202', '2014051202', 'Exception: plugin_defective_exception', 'תוסף "block/menu_edit" פגום או שאינו תקף.\nלא ניתן להמשיך.', '* line 769 of /lib/upgradelib.php: plugin_defective_exception thrown\n* line 422 of /lib/upgradelib.php: call to upgrade_plugins_blocks()\n* line 1615 of /lib/upgradelib.php: call to upgrade_plugins()\n* line 434 of /admin/index.php: call to upgrade_noncore()\n', 2, 1413106334),
(1045, 0, 'theme_archaius', NULL, '2014100300', 'Starting plugin installation', NULL, '', 2, 1413106631),
(1046, 0, 'theme_archaius', '2014100300', '2014100300', 'Upgrade savepoint reached', NULL, '', 2, 1413106631),
(1047, 0, 'theme_archaius', '2014100300', '2014100300', 'Plugin installed', NULL, '', 2, 1413106631),
(1048, 0, 'core', '2014051202', '2014111005', 'Starting core upgrade', NULL, '', 2, 1426108622),
(1049, 0, 'core', '2014060300', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108622),
(1050, 0, 'core', '2014061000', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108622),
(1051, 0, 'core', '2014062600.01', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108622),
(1052, 0, 'core', '2014070100', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108623),
(1053, 0, 'core', '2014070101', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108628),
(1054, 0, 'core', '2014072400.01', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108628),
(1055, 0, 'core', '2014080801', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108628),
(1056, 0, 'core', '2014082900.01', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108628),
(1057, 0, 'core', '2014082900.02', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1058, 0, 'core', '2014100100', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1059, 0, 'core', '2014100600.01', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1060, 0, 'core', '2014100600.02', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1061, 0, 'core', '2014100600.03', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1062, 0, 'core', '2014100600.04', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1063, 0, 'core', '2014100700', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1064, 0, 'core', '2014100700.01', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1065, 0, 'core', '2014100800', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1066, 0, 'core', '2014101001', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1067, 0, 'core', '2014102000', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1068, 0, 'core', '2014110300', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1069, 0, 'core', '2014111002.01', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108629),
(1070, 0, 'core', '2014111005', '2014111005', 'Upgrade savepoint reached', NULL, '', 2, 1426108630),
(1071, 0, 'core', '2014111005', '2014111005', 'Core upgraded', NULL, '', 2, 1426108630),
(1072, 0, 'availability_completion', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108630),
(1073, 0, 'availability_completion', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1074, 0, 'availability_completion', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1075, 0, 'availability_date', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1076, 0, 'availability_date', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1077, 0, 'availability_date', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1078, 0, 'availability_grade', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1079, 0, 'availability_grade', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1080, 0, 'availability_grade', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1081, 0, 'availability_group', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1082, 0, 'availability_group', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1083, 0, 'availability_group', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1084, 0, 'availability_grouping', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1085, 0, 'availability_grouping', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1086, 0, 'availability_grouping', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1087, 0, 'availability_profile', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1088, 0, 'availability_profile', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1089, 0, 'availability_profile', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1090, 0, 'qtype_calculated', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1091, 0, 'qtype_calculated', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1092, 0, 'qtype_calculated', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1093, 0, 'qtype_calculatedmulti', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1094, 0, 'qtype_calculatedmulti', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1095, 0, 'qtype_calculatedmulti', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1096, 0, 'qtype_calculatedsimple', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1097, 0, 'qtype_calculatedsimple', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1098, 0, 'qtype_calculatedsimple', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1099, 0, 'qtype_description', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1100, 0, 'qtype_description', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108631),
(1101, 0, 'qtype_description', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108631),
(1102, 0, 'qtype_essay', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108631),
(1103, 0, 'qtype_essay', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1104, 0, 'qtype_essay', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1105, 0, 'qtype_match', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1106, 0, 'qtype_match', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1107, 0, 'qtype_match', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1108, 0, 'qtype_missingtype', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1109, 0, 'qtype_missingtype', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1110, 0, 'qtype_missingtype', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1111, 0, 'qtype_multianswer', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1112, 0, 'qtype_multianswer', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1113, 0, 'qtype_multianswer', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1114, 0, 'qtype_multichoice', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1115, 0, 'qtype_multichoice', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1116, 0, 'qtype_multichoice', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1117, 0, 'qtype_numerical', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1118, 0, 'qtype_numerical', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1119, 0, 'qtype_numerical', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1120, 0, 'qtype_random', '2014051201', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1121, 0, 'qtype_random', '2014060200', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1122, 0, 'qtype_random', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1123, 0, 'qtype_random', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1124, 0, 'qtype_randomsamatch', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1125, 0, 'qtype_randomsamatch', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1126, 0, 'qtype_randomsamatch', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1127, 0, 'qtype_shortanswer', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1128, 0, 'qtype_shortanswer', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1129, 0, 'qtype_shortanswer', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1130, 0, 'qtype_truefalse', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1131, 0, 'qtype_truefalse', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1132, 0, 'qtype_truefalse', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108632),
(1133, 0, 'mod_assign', '2014051201', '2014111001', 'Starting plugin upgrade', NULL, '', 2, 1426108632),
(1134, 0, 'mod_assign', '2014072400', '2014111001', 'Upgrade savepoint reached', NULL, '', 2, 1426108632),
(1135, 0, 'mod_assign', '2014072401', '2014111001', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1136, 0, 'mod_assign', '2014072405', '2014111001', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1137, 0, 'mod_assign', '2014111001', '2014111001', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1138, 0, 'mod_assign', '2014111001', '2014111001', 'Plugin upgraded', NULL, '', 2, 1426108633),
(1139, 0, 'mod_assignment', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108633),
(1140, 0, 'mod_assignment', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1141, 0, 'mod_assignment', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108633),
(1142, 0, 'mod_book', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108633),
(1143, 0, 'mod_book', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1144, 0, 'mod_book', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108633),
(1145, 0, 'mod_chat', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108633),
(1146, 0, 'mod_chat', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1147, 0, 'mod_chat', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108633),
(1148, 0, 'mod_choice', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108633),
(1149, 0, 'mod_choice', '2014051201', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1150, 0, 'mod_choice', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1151, 0, 'mod_choice', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108633),
(1152, 0, 'mod_data', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108633),
(1153, 0, 'mod_data', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1154, 0, 'mod_data', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108633),
(1155, 0, 'mod_feedback', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108633),
(1156, 0, 'mod_feedback', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1157, 0, 'mod_feedback', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108633),
(1158, 0, 'mod_folder', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108633),
(1159, 0, 'mod_folder', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1160, 0, 'mod_folder', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108633),
(1161, 0, 'mod_forum', '2014051202', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108633),
(1162, 0, 'mod_forum', '2014081500', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108633),
(1163, 0, 'mod_forum', '2014081900', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1164, 0, 'mod_forum', '2014103000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1165, 0, 'mod_forum', '2014110300', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1166, 0, 'mod_forum', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1167, 0, 'mod_forum', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108634),
(1168, 0, 'mod_glossary', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108634),
(1169, 0, 'mod_glossary', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1170, 0, 'mod_glossary', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108634),
(1171, 0, 'mod_imscp', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108634),
(1172, 0, 'mod_imscp', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1173, 0, 'mod_imscp', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108634),
(1174, 0, 'mod_label', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108634),
(1175, 0, 'mod_label', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1176, 0, 'mod_label', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108634),
(1177, 0, 'mod_lesson', '2014051200', '2014111002', 'Starting plugin upgrade', NULL, '', 2, 1426108634),
(1178, 0, 'mod_lesson', '2014091001', '2014111002', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1179, 0, 'mod_lesson', '2014100600', '2014111002', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1180, 0, 'mod_lesson', '2014111001', '2014111002', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1181, 0, 'mod_lesson', '2014111002', '2014111002', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1182, 0, 'mod_lesson', '2014111002', '2014111002', 'Plugin upgraded', NULL, '', 2, 1426108634),
(1183, 0, 'mod_lti', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108634),
(1184, 0, 'mod_lti', '2014060201', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108634),
(1185, 0, 'mod_lti', '2014061200', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1186, 0, 'mod_lti', '2014100300', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1187, 0, 'mod_lti', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1188, 0, 'mod_lti', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108635),
(1189, 0, 'mod_page', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108635),
(1190, 0, 'mod_page', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1191, 0, 'mod_page', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108635),
(1192, 0, 'mod_quiz', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108635),
(1193, 0, 'mod_quiz', '2014052800', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1194, 0, 'mod_quiz', '2014052801', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1195, 0, 'mod_quiz', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1196, 0, 'mod_quiz', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108635),
(1197, 0, 'mod_resource', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108635),
(1198, 0, 'mod_resource', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1199, 0, 'mod_resource', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108635),
(1200, 0, 'mod_scorm', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108635),
(1201, 0, 'mod_scorm', '2014072500', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1202, 0, 'mod_scorm', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1203, 0, 'mod_scorm', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108635),
(1204, 0, 'mod_survey', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108635),
(1205, 0, 'mod_survey', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108635),
(1206, 0, 'mod_survey', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108635),
(1207, 0, 'mod_url', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108635),
(1208, 0, 'mod_url', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1209, 0, 'mod_url', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1210, 0, 'mod_wiki', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1211, 0, 'mod_wiki', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1212, 0, 'mod_wiki', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1213, 0, 'mod_workshop', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1214, 0, 'mod_workshop', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1215, 0, 'mod_workshop', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1216, 0, 'auth_cas', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1217, 0, 'auth_cas', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1218, 0, 'auth_cas', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1219, 0, 'auth_db', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1220, 0, 'auth_db', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1221, 0, 'auth_db', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1222, 0, 'auth_email', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1223, 0, 'auth_email', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1224, 0, 'auth_email', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1225, 0, 'auth_fc', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1226, 0, 'auth_fc', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1227, 0, 'auth_fc', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1228, 0, 'auth_imap', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1229, 0, 'auth_imap', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1230, 0, 'auth_imap', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1231, 0, 'auth_ldap', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1232, 0, 'auth_ldap', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1233, 0, 'auth_ldap', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1234, 0, 'auth_manual', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1235, 0, 'auth_manual', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1236, 0, 'auth_manual', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108636),
(1237, 0, 'auth_mnet', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108636),
(1238, 0, 'auth_mnet', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108636),
(1239, 0, 'auth_mnet', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1240, 0, 'auth_nntp', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1241, 0, 'auth_nntp', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1242, 0, 'auth_nntp', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1243, 0, 'auth_nologin', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1244, 0, 'auth_nologin', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1245, 0, 'auth_nologin', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1246, 0, 'auth_none', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1247, 0, 'auth_none', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1248, 0, 'auth_none', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1249, 0, 'auth_pam', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1250, 0, 'auth_pam', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1251, 0, 'auth_pam', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1252, 0, 'auth_pop3', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1253, 0, 'auth_pop3', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1254, 0, 'auth_pop3', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1255, 0, 'auth_radius', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1256, 0, 'auth_radius', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1257, 0, 'auth_radius', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1258, 0, 'auth_shibboleth', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1259, 0, 'auth_shibboleth', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1260, 0, 'auth_shibboleth', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1261, 0, 'auth_webservice', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1262, 0, 'auth_webservice', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1263, 0, 'auth_webservice', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108637),
(1264, 0, 'calendartype_gregorian', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108637),
(1265, 0, 'calendartype_gregorian', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108637),
(1266, 0, 'calendartype_gregorian', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1267, 0, 'enrol_category', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1268, 0, 'enrol_category', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1269, 0, 'enrol_category', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1270, 0, 'enrol_cohort', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1271, 0, 'enrol_cohort', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1272, 0, 'enrol_cohort', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1273, 0, 'enrol_database', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1274, 0, 'enrol_database', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1275, 0, 'enrol_database', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1276, 0, 'enrol_flatfile', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1277, 0, 'enrol_flatfile', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1278, 0, 'enrol_flatfile', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1279, 0, 'enrol_guest', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1280, 0, 'enrol_guest', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1281, 0, 'enrol_guest', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1282, 0, 'enrol_imsenterprise', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1283, 0, 'enrol_imsenterprise', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1284, 0, 'enrol_imsenterprise', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1285, 0, 'enrol_ldap', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1286, 0, 'enrol_ldap', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1287, 0, 'enrol_ldap', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1288, 0, 'enrol_manual', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1289, 0, 'enrol_manual', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1290, 0, 'enrol_manual', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1291, 0, 'enrol_meta', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1292, 0, 'enrol_meta', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1293, 0, 'enrol_meta', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108638),
(1294, 0, 'enrol_mnet', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108638),
(1295, 0, 'enrol_mnet', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108638),
(1296, 0, 'enrol_mnet', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108639),
(1297, 0, 'enrol_paypal', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108639),
(1298, 0, 'enrol_paypal', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108639),
(1299, 0, 'enrol_paypal', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108639),
(1300, 0, 'enrol_self', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108639),
(1301, 0, 'enrol_self', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108639),
(1302, 0, 'enrol_self', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108639),
(1303, 0, 'message_airnotifier', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108639),
(1304, 0, 'message_airnotifier', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108639),
(1305, 0, 'message_airnotifier', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108639),
(1306, 0, 'message_email', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108639),
(1307, 0, 'message_email', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108639),
(1308, 0, 'message_email', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108639),
(1309, 0, 'message_jabber', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108639),
(1310, 0, 'message_jabber', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108639),
(1311, 0, 'message_jabber', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108639),
(1312, 0, 'message_popup', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108639),
(1313, 0, 'message_popup', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108639),
(1314, 0, 'message_popup', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108639),
(1315, 0, 'block_activity_modules', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108639),
(1316, 0, 'block_activity_modules', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108639),
(1317, 0, 'block_activity_modules', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108639),
(1318, 0, 'block_admin_bookmarks', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108639),
(1319, 0, 'block_admin_bookmarks', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1320, 0, 'block_admin_bookmarks', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108640),
(1321, 0, 'block_badges', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108640),
(1322, 0, 'block_badges', '2014062600', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1323, 0, 'block_badges', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1324, 0, 'block_badges', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108640),
(1325, 0, 'block_blog_menu', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108640),
(1326, 0, 'block_blog_menu', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1327, 0, 'block_blog_menu', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108640),
(1328, 0, 'block_blog_recent', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108640),
(1329, 0, 'block_blog_recent', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1330, 0, 'block_blog_recent', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108640),
(1331, 0, 'block_blog_tags', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108640),
(1332, 0, 'block_blog_tags', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1333, 0, 'block_blog_tags', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108640),
(1334, 0, 'block_calendar_month', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108640),
(1335, 0, 'block_calendar_month', '2014062600', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1336, 0, 'block_calendar_month', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1337, 0, 'block_calendar_month', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108640),
(1338, 0, 'block_calendar_upcoming', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108640),
(1339, 0, 'block_calendar_upcoming', '2014062600', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1340, 0, 'block_calendar_upcoming', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1341, 0, 'block_calendar_upcoming', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108640),
(1342, 0, 'block_comments', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108640),
(1343, 0, 'block_comments', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108640),
(1344, 0, 'block_comments', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108640),
(1345, 0, 'block_community', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1346, 0, 'block_community', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1347, 0, 'block_community', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1348, 0, 'block_completionstatus', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1349, 0, 'block_completionstatus', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1350, 0, 'block_completionstatus', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1351, 0, 'block_course_list', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1352, 0, 'block_course_list', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1353, 0, 'block_course_list', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1354, 0, 'block_course_overview', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1355, 0, 'block_course_overview', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1356, 0, 'block_course_overview', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1357, 0, 'block_course_summary', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1358, 0, 'block_course_summary', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1359, 0, 'block_course_summary', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1360, 0, 'block_feedback', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1361, 0, 'block_feedback', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1362, 0, 'block_feedback', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1363, 0, 'block_glossary_random', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1364, 0, 'block_glossary_random', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1365, 0, 'block_glossary_random', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1366, 0, 'block_html', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1367, 0, 'block_html', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1368, 0, 'block_html', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1369, 0, 'block_login', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1370, 0, 'block_login', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1371, 0, 'block_login', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108641),
(1372, 0, 'block_mentees', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108641),
(1373, 0, 'block_mentees', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108641),
(1374, 0, 'block_mentees', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1375, 0, 'block_messages', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1376, 0, 'block_messages', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108642),
(1377, 0, 'block_messages', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1378, 0, 'block_mnet_hosts', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1379, 0, 'block_mnet_hosts', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108642),
(1380, 0, 'block_mnet_hosts', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1381, 0, 'block_myprofile', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1382, 0, 'block_myprofile', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108642),
(1383, 0, 'block_myprofile', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1384, 0, 'block_navigation', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1385, 0, 'block_navigation', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108642),
(1386, 0, 'block_navigation', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1387, 0, 'block_news_items', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1388, 0, 'block_news_items', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108642),
(1389, 0, 'block_news_items', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1390, 0, 'block_online_users', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1391, 0, 'block_online_users', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108642),
(1392, 0, 'block_online_users', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1393, 0, 'block_participants', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1394, 0, 'block_participants', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108642),
(1395, 0, 'block_participants', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1396, 0, 'block_private_files', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1397, 0, 'block_private_files', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108642),
(1398, 0, 'block_private_files', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108642),
(1399, 0, 'block_quiz_results', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108642),
(1400, 0, 'block_quiz_results', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1401, 0, 'block_quiz_results', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1402, 0, 'block_recent_activity', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1403, 0, 'block_recent_activity', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1404, 0, 'block_recent_activity', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1405, 0, 'block_rss_client', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1406, 0, 'block_rss_client', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1407, 0, 'block_rss_client', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1408, 0, 'block_search_forums', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1409, 0, 'block_search_forums', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1410, 0, 'block_search_forums', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1411, 0, 'block_section_links', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1412, 0, 'block_section_links', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1413, 0, 'block_section_links', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1414, 0, 'block_selfcompletion', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1415, 0, 'block_selfcompletion', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1416, 0, 'block_selfcompletion', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1417, 0, 'block_settings', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1418, 0, 'block_settings', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643);
INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(1419, 0, 'block_settings', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1420, 0, 'block_site_main_menu', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1421, 0, 'block_site_main_menu', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1422, 0, 'block_site_main_menu', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1423, 0, 'block_social_activities', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1424, 0, 'block_social_activities', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1425, 0, 'block_social_activities', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1426, 0, 'block_tag_flickr', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1427, 0, 'block_tag_flickr', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1428, 0, 'block_tag_flickr', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108643),
(1429, 0, 'block_tag_youtube', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108643),
(1430, 0, 'block_tag_youtube', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108643),
(1431, 0, 'block_tag_youtube', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1432, 0, 'block_tags', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1433, 0, 'block_tags', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1434, 0, 'block_tags', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1435, 0, 'filter_activitynames', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1436, 0, 'filter_activitynames', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1437, 0, 'filter_activitynames', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1438, 0, 'filter_algebra', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1439, 0, 'filter_algebra', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1440, 0, 'filter_algebra', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1441, 0, 'filter_censor', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1442, 0, 'filter_censor', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1443, 0, 'filter_censor', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1444, 0, 'filter_data', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1445, 0, 'filter_data', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1446, 0, 'filter_data', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1447, 0, 'filter_emailprotect', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1448, 0, 'filter_emailprotect', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1449, 0, 'filter_emailprotect', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1450, 0, 'filter_emoticon', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1451, 0, 'filter_emoticon', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1452, 0, 'filter_emoticon', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1453, 0, 'filter_glossary', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1454, 0, 'filter_glossary', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1455, 0, 'filter_glossary', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1456, 0, 'filter_mathjaxloader', '2014051201', '2014111001', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1457, 0, 'filter_mathjaxloader', '2014081100', '2014111001', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1458, 0, 'filter_mathjaxloader', '2014111001', '2014111001', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1459, 0, 'filter_mathjaxloader', '2014111001', '2014111001', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1460, 0, 'filter_mediaplugin', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1461, 0, 'filter_mediaplugin', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1462, 0, 'filter_mediaplugin', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1463, 0, 'filter_multilang', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1464, 0, 'filter_multilang', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1465, 0, 'filter_multilang', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1466, 0, 'filter_tex', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108644),
(1467, 0, 'filter_tex', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108644),
(1468, 0, 'filter_tex', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108644),
(1469, 0, 'filter_tidy', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1470, 0, 'filter_tidy', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1471, 0, 'filter_tidy', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1472, 0, 'filter_urltolink', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1473, 0, 'filter_urltolink', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1474, 0, 'filter_urltolink', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1475, 0, 'editor_atto', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1476, 0, 'editor_atto', '2014081400', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1477, 0, 'editor_atto', '2014081900', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1478, 0, 'editor_atto', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1479, 0, 'editor_atto', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1480, 0, 'editor_textarea', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1481, 0, 'editor_textarea', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1482, 0, 'editor_textarea', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1483, 0, 'editor_tinymce', '2014051201', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1484, 0, 'editor_tinymce', '2014062900', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1485, 0, 'editor_tinymce', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1486, 0, 'editor_tinymce', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1487, 0, 'format_singleactivity', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1488, 0, 'format_singleactivity', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1489, 0, 'format_singleactivity', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1490, 0, 'format_social', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1491, 0, 'format_social', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1492, 0, 'format_social', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1493, 0, 'format_topics', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1494, 0, 'format_topics', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1495, 0, 'format_topics', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1496, 0, 'format_weeks', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1497, 0, 'format_weeks', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1498, 0, 'format_weeks', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1499, 0, 'profilefield_checkbox', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1500, 0, 'profilefield_checkbox', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108645),
(1501, 0, 'profilefield_checkbox', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108645),
(1502, 0, 'profilefield_datetime', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108645),
(1503, 0, 'profilefield_datetime', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1504, 0, 'profilefield_datetime', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1505, 0, 'profilefield_menu', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1506, 0, 'profilefield_menu', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1507, 0, 'profilefield_menu', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1508, 0, 'profilefield_text', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1509, 0, 'profilefield_text', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1510, 0, 'profilefield_text', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1511, 0, 'profilefield_textarea', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1512, 0, 'profilefield_textarea', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1513, 0, 'profilefield_textarea', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1514, 0, 'report_backups', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1515, 0, 'report_backups', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1516, 0, 'report_backups', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1517, 0, 'report_completion', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1518, 0, 'report_completion', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1519, 0, 'report_completion', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1520, 0, 'report_configlog', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1521, 0, 'report_configlog', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1522, 0, 'report_configlog', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1523, 0, 'report_courseoverview', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1524, 0, 'report_courseoverview', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1525, 0, 'report_courseoverview', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1526, 0, 'report_eventlist', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1527, 0, 'report_eventlist', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1528, 0, 'report_eventlist', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1529, 0, 'report_log', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1530, 0, 'report_log', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1531, 0, 'report_log', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1532, 0, 'report_loglive', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1533, 0, 'report_loglive', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1534, 0, 'report_loglive', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1535, 0, 'report_outline', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1536, 0, 'report_outline', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1537, 0, 'report_outline', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1538, 0, 'report_participation', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1539, 0, 'report_participation', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1540, 0, 'report_participation', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108646),
(1541, 0, 'report_performance', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108646),
(1542, 0, 'report_performance', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108646),
(1543, 0, 'report_performance', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1544, 0, 'report_progress', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1545, 0, 'report_progress', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1546, 0, 'report_progress', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1547, 0, 'report_questioninstances', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1548, 0, 'report_questioninstances', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1549, 0, 'report_questioninstances', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1550, 0, 'report_security', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1551, 0, 'report_security', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1552, 0, 'report_security', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1553, 0, 'report_stats', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1554, 0, 'report_stats', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1555, 0, 'report_stats', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1556, 0, 'gradeexport_ods', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1557, 0, 'gradeexport_ods', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1558, 0, 'gradeexport_ods', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1559, 0, 'gradeexport_txt', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1560, 0, 'gradeexport_txt', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1561, 0, 'gradeexport_txt', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1562, 0, 'gradeexport_xls', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1563, 0, 'gradeexport_xls', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1564, 0, 'gradeexport_xls', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1565, 0, 'gradeexport_xml', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1566, 0, 'gradeexport_xml', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1567, 0, 'gradeexport_xml', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1568, 0, 'gradeimport_csv', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1569, 0, 'gradeimport_csv', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1570, 0, 'gradeimport_csv', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1571, 0, 'gradeimport_direct', NULL, '2014111000', 'Starting plugin installation', NULL, '', 2, 1426108647),
(1572, 0, 'gradeimport_direct', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1573, 0, 'gradeimport_direct', '2014111000', '2014111000', 'Plugin installed', NULL, '', 2, 1426108647),
(1574, 0, 'gradeimport_xml', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1575, 0, 'gradeimport_xml', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1576, 0, 'gradeimport_xml', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1577, 0, 'gradereport_grader', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108647),
(1578, 0, 'gradereport_grader', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108647),
(1579, 0, 'gradereport_grader', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108647),
(1580, 0, 'gradereport_history', NULL, '2014111000', 'Starting plugin installation', NULL, '', 2, 1426108648),
(1581, 0, 'gradereport_history', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1582, 0, 'gradereport_history', '2014111000', '2014111000', 'Plugin installed', NULL, '', 2, 1426108648),
(1583, 0, 'gradereport_outcomes', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1584, 0, 'gradereport_outcomes', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1585, 0, 'gradereport_outcomes', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1586, 0, 'gradereport_overview', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1587, 0, 'gradereport_overview', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1588, 0, 'gradereport_overview', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1589, 0, 'gradereport_singleview', NULL, '2014111000', 'Starting plugin installation', NULL, '', 2, 1426108648),
(1590, 0, 'gradereport_singleview', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1591, 0, 'gradereport_singleview', '2014111000', '2014111000', 'Plugin installed', NULL, '', 2, 1426108648),
(1592, 0, 'gradereport_user', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1593, 0, 'gradereport_user', '2014101500', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1594, 0, 'gradereport_user', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1595, 0, 'gradereport_user', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1596, 0, 'gradingform_guide', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1597, 0, 'gradingform_guide', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1598, 0, 'gradingform_guide', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1599, 0, 'gradingform_rubric', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1600, 0, 'gradingform_rubric', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1601, 0, 'gradingform_rubric', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1602, 0, 'mnetservice_enrol', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1603, 0, 'mnetservice_enrol', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1604, 0, 'mnetservice_enrol', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1605, 0, 'webservice_amf', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1606, 0, 'webservice_amf', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1607, 0, 'webservice_amf', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1608, 0, 'webservice_rest', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1609, 0, 'webservice_rest', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1610, 0, 'webservice_rest', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1611, 0, 'webservice_soap', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1612, 0, 'webservice_soap', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1613, 0, 'webservice_soap', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108648),
(1614, 0, 'webservice_xmlrpc', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108648),
(1615, 0, 'webservice_xmlrpc', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108648),
(1616, 0, 'webservice_xmlrpc', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1617, 0, 'repository_alfresco', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1618, 0, 'repository_alfresco', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1619, 0, 'repository_alfresco', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1620, 0, 'repository_areafiles', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1621, 0, 'repository_areafiles', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1622, 0, 'repository_areafiles', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1623, 0, 'repository_boxnet', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1624, 0, 'repository_boxnet', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1625, 0, 'repository_boxnet', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1626, 0, 'repository_coursefiles', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1627, 0, 'repository_coursefiles', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1628, 0, 'repository_coursefiles', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1629, 0, 'repository_dropbox', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1630, 0, 'repository_dropbox', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1631, 0, 'repository_dropbox', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1632, 0, 'repository_equella', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1633, 0, 'repository_equella', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1634, 0, 'repository_equella', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1635, 0, 'repository_filesystem', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1636, 0, 'repository_filesystem', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1637, 0, 'repository_filesystem', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1638, 0, 'repository_flickr', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1639, 0, 'repository_flickr', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1640, 0, 'repository_flickr', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1641, 0, 'repository_flickr_public', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1642, 0, 'repository_flickr_public', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1643, 0, 'repository_flickr_public', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1644, 0, 'repository_googledocs', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1645, 0, 'repository_googledocs', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1646, 0, 'repository_googledocs', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1647, 0, 'repository_local', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1648, 0, 'repository_local', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1649, 0, 'repository_local', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108649),
(1650, 0, 'repository_merlot', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108649),
(1651, 0, 'repository_merlot', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108649),
(1652, 0, 'repository_merlot', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1653, 0, 'repository_picasa', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1654, 0, 'repository_picasa', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1655, 0, 'repository_picasa', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1656, 0, 'repository_recent', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1657, 0, 'repository_recent', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1658, 0, 'repository_recent', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1659, 0, 'repository_s3', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1660, 0, 'repository_s3', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1661, 0, 'repository_s3', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1662, 0, 'repository_skydrive', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1663, 0, 'repository_skydrive', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1664, 0, 'repository_skydrive', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1665, 0, 'repository_upload', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1666, 0, 'repository_upload', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1667, 0, 'repository_upload', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1668, 0, 'repository_url', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1669, 0, 'repository_url', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1670, 0, 'repository_url', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1671, 0, 'repository_user', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1672, 0, 'repository_user', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1673, 0, 'repository_user', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1674, 0, 'repository_webdav', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1675, 0, 'repository_webdav', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1676, 0, 'repository_webdav', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1677, 0, 'repository_wikimedia', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1678, 0, 'repository_wikimedia', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1679, 0, 'repository_wikimedia', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1680, 0, 'repository_youtube', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1681, 0, 'repository_youtube', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1682, 0, 'repository_youtube', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1683, 0, 'portfolio_boxnet', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1684, 0, 'portfolio_boxnet', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1685, 0, 'portfolio_boxnet', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1686, 0, 'portfolio_download', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1687, 0, 'portfolio_download', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1688, 0, 'portfolio_download', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108650),
(1689, 0, 'portfolio_flickr', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108650),
(1690, 0, 'portfolio_flickr', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108650),
(1691, 0, 'portfolio_flickr', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1692, 0, 'portfolio_googledocs', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1693, 0, 'portfolio_googledocs', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1694, 0, 'portfolio_googledocs', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1695, 0, 'portfolio_mahara', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1696, 0, 'portfolio_mahara', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1697, 0, 'portfolio_mahara', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1698, 0, 'portfolio_picasa', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1699, 0, 'portfolio_picasa', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1700, 0, 'portfolio_picasa', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1701, 0, 'qbehaviour_adaptive', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1702, 0, 'qbehaviour_adaptive', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1703, 0, 'qbehaviour_adaptive', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1704, 0, 'qbehaviour_adaptivenopenalty', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1705, 0, 'qbehaviour_adaptivenopenalty', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1706, 0, 'qbehaviour_adaptivenopenalty', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1707, 0, 'qbehaviour_deferredcbm', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1708, 0, 'qbehaviour_deferredcbm', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1709, 0, 'qbehaviour_deferredcbm', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1710, 0, 'qbehaviour_deferredfeedback', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1711, 0, 'qbehaviour_deferredfeedback', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1712, 0, 'qbehaviour_deferredfeedback', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1713, 0, 'qbehaviour_immediatecbm', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1714, 0, 'qbehaviour_immediatecbm', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1715, 0, 'qbehaviour_immediatecbm', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1716, 0, 'qbehaviour_immediatefeedback', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1717, 0, 'qbehaviour_immediatefeedback', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1718, 0, 'qbehaviour_immediatefeedback', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1719, 0, 'qbehaviour_informationitem', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1720, 0, 'qbehaviour_informationitem', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1721, 0, 'qbehaviour_informationitem', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1722, 0, 'qbehaviour_interactive', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1723, 0, 'qbehaviour_interactive', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1724, 0, 'qbehaviour_interactive', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1725, 0, 'qbehaviour_interactivecountback', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1726, 0, 'qbehaviour_interactivecountback', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108651),
(1727, 0, 'qbehaviour_interactivecountback', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108651),
(1728, 0, 'qbehaviour_manualgraded', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108651),
(1729, 0, 'qbehaviour_manualgraded', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1730, 0, 'qbehaviour_manualgraded', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1731, 0, 'qbehaviour_missing', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1732, 0, 'qbehaviour_missing', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1733, 0, 'qbehaviour_missing', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1734, 0, 'qformat_aiken', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1735, 0, 'qformat_aiken', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1736, 0, 'qformat_aiken', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1737, 0, 'qformat_blackboard_six', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1738, 0, 'qformat_blackboard_six', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1739, 0, 'qformat_blackboard_six', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1740, 0, 'qformat_examview', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1741, 0, 'qformat_examview', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1742, 0, 'qformat_examview', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1743, 0, 'qformat_gift', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1744, 0, 'qformat_gift', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1745, 0, 'qformat_gift', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1746, 0, 'qformat_missingword', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1747, 0, 'qformat_missingword', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1748, 0, 'qformat_missingword', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1749, 0, 'qformat_multianswer', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1750, 0, 'qformat_multianswer', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1751, 0, 'qformat_multianswer', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1752, 0, 'qformat_webct', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1753, 0, 'qformat_webct', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1754, 0, 'qformat_webct', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1755, 0, 'qformat_xhtml', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1756, 0, 'qformat_xhtml', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1757, 0, 'qformat_xhtml', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1758, 0, 'qformat_xml', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1759, 0, 'qformat_xml', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1760, 0, 'qformat_xml', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1761, 0, 'tool_assignmentupgrade', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1762, 0, 'tool_assignmentupgrade', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1763, 0, 'tool_assignmentupgrade', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1764, 0, 'tool_availabilityconditions', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1765, 0, 'tool_availabilityconditions', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1766, 0, 'tool_availabilityconditions', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1767, 0, 'tool_behat', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1768, 0, 'tool_behat', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108652),
(1769, 0, 'tool_behat', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108652),
(1770, 0, 'tool_capability', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108652),
(1771, 0, 'tool_capability', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1772, 0, 'tool_capability', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1773, 0, 'tool_customlang', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108653),
(1774, 0, 'tool_customlang', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1775, 0, 'tool_customlang', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1776, 0, 'tool_dbtransfer', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108653),
(1777, 0, 'tool_dbtransfer', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1778, 0, 'tool_dbtransfer', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1779, 0, 'tool_generator', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108653),
(1780, 0, 'tool_generator', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1781, 0, 'tool_generator', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1782, 0, 'tool_health', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108653),
(1783, 0, 'tool_health', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1784, 0, 'tool_health', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1785, 0, 'tool_innodb', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108653),
(1786, 0, 'tool_innodb', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1787, 0, 'tool_innodb', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1788, 0, 'tool_installaddon', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108653),
(1789, 0, 'tool_installaddon', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1790, 0, 'tool_installaddon', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1791, 0, 'tool_langimport', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108653),
(1792, 0, 'tool_langimport', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1793, 0, 'tool_langimport', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1794, 0, 'tool_log', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108653),
(1795, 0, 'tool_log', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1796, 0, 'tool_log', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108653),
(1797, 0, 'tool_messageinbound', NULL, '2014111000', 'Starting plugin installation', NULL, '', 2, 1426108653),
(1798, 0, 'tool_messageinbound', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108653),
(1799, 0, 'tool_messageinbound', '2014111000', '2014111000', 'Plugin installed', NULL, '', 2, 1426108654),
(1800, 0, 'tool_monitor', NULL, '2014111001', 'Starting plugin installation', NULL, '', 2, 1426108654),
(1801, 0, 'tool_monitor', '2014111001', '2014111001', 'Upgrade savepoint reached', NULL, '', 2, 1426108654),
(1802, 0, 'tool_monitor', '2014111001', '2014111001', 'Plugin installed', NULL, '', 2, 1426108654),
(1803, 0, 'tool_multilangupgrade', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108654),
(1804, 0, 'tool_multilangupgrade', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108654),
(1805, 0, 'tool_multilangupgrade', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108654),
(1806, 0, 'tool_phpunit', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108654),
(1807, 0, 'tool_phpunit', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108654),
(1808, 0, 'tool_phpunit', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108654),
(1809, 0, 'tool_profiling', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108654),
(1810, 0, 'tool_profiling', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108654),
(1811, 0, 'tool_profiling', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108654),
(1812, 0, 'tool_replace', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108654),
(1813, 0, 'tool_replace', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108654),
(1814, 0, 'tool_replace', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108654),
(1815, 0, 'tool_spamcleaner', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108654),
(1816, 0, 'tool_spamcleaner', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108654),
(1817, 0, 'tool_spamcleaner', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108654),
(1818, 0, 'tool_task', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108654),
(1819, 0, 'tool_task', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108655),
(1820, 0, 'tool_task', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108655),
(1821, 0, 'tool_timezoneimport', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108655),
(1822, 0, 'tool_timezoneimport', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108655),
(1823, 0, 'tool_timezoneimport', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108655),
(1824, 0, 'tool_unsuproles', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108655),
(1825, 0, 'tool_unsuproles', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108655),
(1826, 0, 'tool_unsuproles', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108655),
(1827, 0, 'tool_uploadcourse', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108655),
(1828, 0, 'tool_uploadcourse', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108655),
(1829, 0, 'tool_uploadcourse', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108655),
(1830, 0, 'tool_uploaduser', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108655),
(1831, 0, 'tool_uploaduser', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108655),
(1832, 0, 'tool_uploaduser', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108655),
(1833, 0, 'tool_xmldb', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108655),
(1834, 0, 'tool_xmldb', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108655),
(1835, 0, 'tool_xmldb', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108655),
(1836, 0, 'cachestore_file', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108655),
(1837, 0, 'cachestore_file', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108655),
(1838, 0, 'cachestore_file', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108655),
(1839, 0, 'cachestore_memcache', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108655),
(1840, 0, 'cachestore_memcache', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108655),
(1841, 0, 'cachestore_memcache', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108655),
(1842, 0, 'cachestore_memcached', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108655),
(1843, 0, 'cachestore_memcached', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108656),
(1844, 0, 'cachestore_memcached', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108656),
(1845, 0, 'cachestore_mongodb', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108656),
(1846, 0, 'cachestore_mongodb', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108656),
(1847, 0, 'cachestore_mongodb', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108656),
(1848, 0, 'cachestore_session', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108656),
(1849, 0, 'cachestore_session', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108656),
(1850, 0, 'cachestore_session', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108656),
(1851, 0, 'cachestore_static', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108656),
(1852, 0, 'cachestore_static', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108656),
(1853, 0, 'cachestore_static', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108656),
(1854, 0, 'cachelock_file', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108656),
(1855, 0, 'cachelock_file', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108656),
(1856, 0, 'cachelock_file', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108656),
(1857, 0, 'theme_base', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108656),
(1858, 0, 'theme_base', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108656),
(1859, 0, 'theme_base', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108656),
(1860, 0, 'theme_bootstrapbase', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108656),
(1861, 0, 'theme_bootstrapbase', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108656),
(1862, 0, 'theme_bootstrapbase', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108656),
(1863, 0, 'theme_canvas', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108656),
(1864, 0, 'theme_canvas', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108656),
(1865, 0, 'theme_canvas', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1866, 0, 'theme_clean', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1867, 0, 'theme_clean', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1868, 0, 'theme_clean', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1869, 0, 'theme_more', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1870, 0, 'theme_more', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1871, 0, 'theme_more', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1872, 0, 'assignsubmission_comments', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1873, 0, 'assignsubmission_comments', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1874, 0, 'assignsubmission_comments', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1875, 0, 'assignsubmission_file', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1876, 0, 'assignsubmission_file', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1877, 0, 'assignsubmission_file', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1878, 0, 'assignsubmission_onlinetext', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1879, 0, 'assignsubmission_onlinetext', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1880, 0, 'assignsubmission_onlinetext', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657);
INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(1881, 0, 'assignfeedback_comments', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1882, 0, 'assignfeedback_comments', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1883, 0, 'assignfeedback_comments', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1884, 0, 'assignfeedback_editpdf', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1885, 0, 'assignfeedback_editpdf', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1886, 0, 'assignfeedback_editpdf', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1887, 0, 'assignfeedback_file', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1888, 0, 'assignfeedback_file', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1889, 0, 'assignfeedback_file', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1890, 0, 'assignfeedback_offline', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1891, 0, 'assignfeedback_offline', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1892, 0, 'assignfeedback_offline', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1893, 0, 'assignment_offline', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1894, 0, 'assignment_offline', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1895, 0, 'assignment_offline', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108657),
(1896, 0, 'assignment_online', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108657),
(1897, 0, 'assignment_online', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108657),
(1898, 0, 'assignment_online', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1899, 0, 'assignment_upload', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1900, 0, 'assignment_upload', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1901, 0, 'assignment_upload', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1902, 0, 'assignment_uploadsingle', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1903, 0, 'assignment_uploadsingle', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1904, 0, 'assignment_uploadsingle', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1905, 0, 'booktool_exportimscp', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1906, 0, 'booktool_exportimscp', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1907, 0, 'booktool_exportimscp', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1908, 0, 'booktool_importhtml', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1909, 0, 'booktool_importhtml', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1910, 0, 'booktool_importhtml', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1911, 0, 'booktool_print', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1912, 0, 'booktool_print', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1913, 0, 'booktool_print', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1914, 0, 'datafield_checkbox', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1915, 0, 'datafield_checkbox', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1916, 0, 'datafield_checkbox', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1917, 0, 'datafield_date', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1918, 0, 'datafield_date', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1919, 0, 'datafield_date', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1920, 0, 'datafield_file', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1921, 0, 'datafield_file', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1922, 0, 'datafield_file', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1923, 0, 'datafield_latlong', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1924, 0, 'datafield_latlong', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1925, 0, 'datafield_latlong', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1926, 0, 'datafield_menu', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1927, 0, 'datafield_menu', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1928, 0, 'datafield_menu', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1929, 0, 'datafield_multimenu', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1930, 0, 'datafield_multimenu', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1931, 0, 'datafield_multimenu', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108658),
(1932, 0, 'datafield_number', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108658),
(1933, 0, 'datafield_number', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108658),
(1934, 0, 'datafield_number', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1935, 0, 'datafield_picture', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1936, 0, 'datafield_picture', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1937, 0, 'datafield_picture', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1938, 0, 'datafield_radiobutton', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1939, 0, 'datafield_radiobutton', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1940, 0, 'datafield_radiobutton', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1941, 0, 'datafield_text', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1942, 0, 'datafield_text', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1943, 0, 'datafield_text', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1944, 0, 'datafield_textarea', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1945, 0, 'datafield_textarea', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1946, 0, 'datafield_textarea', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1947, 0, 'datafield_url', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1948, 0, 'datafield_url', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1949, 0, 'datafield_url', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1950, 0, 'datapreset_imagegallery', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1951, 0, 'datapreset_imagegallery', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1952, 0, 'datapreset_imagegallery', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1953, 0, 'ltiservice_profile', NULL, '2014111000', 'Starting plugin installation', NULL, '', 2, 1426108659),
(1954, 0, 'ltiservice_profile', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1955, 0, 'ltiservice_profile', '2014111000', '2014111000', 'Plugin installed', NULL, '', 2, 1426108659),
(1956, 0, 'ltiservice_toolproxy', NULL, '2014111000', 'Starting plugin installation', NULL, '', 2, 1426108659),
(1957, 0, 'ltiservice_toolproxy', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1958, 0, 'ltiservice_toolproxy', '2014111000', '2014111000', 'Plugin installed', NULL, '', 2, 1426108659),
(1959, 0, 'ltiservice_toolsettings', NULL, '2014111000', 'Starting plugin installation', NULL, '', 2, 1426108659),
(1960, 0, 'ltiservice_toolsettings', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1961, 0, 'ltiservice_toolsettings', '2014111000', '2014111000', 'Plugin installed', NULL, '', 2, 1426108659),
(1962, 0, 'quiz_grading', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1963, 0, 'quiz_grading', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1964, 0, 'quiz_grading', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1965, 0, 'quiz_overview', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1966, 0, 'quiz_overview', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108659),
(1967, 0, 'quiz_overview', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108659),
(1968, 0, 'quiz_responses', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108659),
(1969, 0, 'quiz_responses', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1970, 0, 'quiz_responses', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1971, 0, 'quiz_statistics', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1972, 0, 'quiz_statistics', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1973, 0, 'quiz_statistics', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1974, 0, 'quizaccess_delaybetweenattempts', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1975, 0, 'quizaccess_delaybetweenattempts', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1976, 0, 'quizaccess_delaybetweenattempts', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1977, 0, 'quizaccess_ipaddress', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1978, 0, 'quizaccess_ipaddress', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1979, 0, 'quizaccess_ipaddress', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1980, 0, 'quizaccess_numattempts', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1981, 0, 'quizaccess_numattempts', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1982, 0, 'quizaccess_numattempts', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1983, 0, 'quizaccess_openclosedate', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1984, 0, 'quizaccess_openclosedate', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1985, 0, 'quizaccess_openclosedate', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1986, 0, 'quizaccess_password', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1987, 0, 'quizaccess_password', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1988, 0, 'quizaccess_password', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1989, 0, 'quizaccess_safebrowser', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1990, 0, 'quizaccess_safebrowser', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1991, 0, 'quizaccess_safebrowser', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1992, 0, 'quizaccess_securewindow', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1993, 0, 'quizaccess_securewindow', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1994, 0, 'quizaccess_securewindow', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1995, 0, 'quizaccess_timelimit', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1996, 0, 'quizaccess_timelimit', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(1997, 0, 'quizaccess_timelimit', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(1998, 0, 'scormreport_basic', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(1999, 0, 'scormreport_basic', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(2000, 0, 'scormreport_basic', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108660),
(2001, 0, 'scormreport_graphs', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108660),
(2002, 0, 'scormreport_graphs', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108660),
(2003, 0, 'scormreport_graphs', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2004, 0, 'scormreport_interactions', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2005, 0, 'scormreport_interactions', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2006, 0, 'scormreport_interactions', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2007, 0, 'scormreport_objectives', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2008, 0, 'scormreport_objectives', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2009, 0, 'scormreport_objectives', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2010, 0, 'workshopform_accumulative', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2011, 0, 'workshopform_accumulative', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2012, 0, 'workshopform_accumulative', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2013, 0, 'workshopform_comments', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2014, 0, 'workshopform_comments', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2015, 0, 'workshopform_comments', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2016, 0, 'workshopform_numerrors', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2017, 0, 'workshopform_numerrors', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2018, 0, 'workshopform_numerrors', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2019, 0, 'workshopform_rubric', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2020, 0, 'workshopform_rubric', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2021, 0, 'workshopform_rubric', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2022, 0, 'workshopallocation_manual', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2023, 0, 'workshopallocation_manual', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2024, 0, 'workshopallocation_manual', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2025, 0, 'workshopallocation_random', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2026, 0, 'workshopallocation_random', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2027, 0, 'workshopallocation_random', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2028, 0, 'workshopallocation_scheduled', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2029, 0, 'workshopallocation_scheduled', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2030, 0, 'workshopallocation_scheduled', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2031, 0, 'workshopeval_best', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2032, 0, 'workshopeval_best', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2033, 0, 'workshopeval_best', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108661),
(2034, 0, 'atto_accessibilitychecker', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108661),
(2035, 0, 'atto_accessibilitychecker', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108661),
(2036, 0, 'atto_accessibilitychecker', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2037, 0, 'atto_accessibilityhelper', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2038, 0, 'atto_accessibilityhelper', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2039, 0, 'atto_accessibilityhelper', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2040, 0, 'atto_align', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2041, 0, 'atto_align', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2042, 0, 'atto_align', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2043, 0, 'atto_backcolor', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2044, 0, 'atto_backcolor', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2045, 0, 'atto_backcolor', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2046, 0, 'atto_bold', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2047, 0, 'atto_bold', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2048, 0, 'atto_bold', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2049, 0, 'atto_charmap', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2050, 0, 'atto_charmap', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2051, 0, 'atto_charmap', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2052, 0, 'atto_clear', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2053, 0, 'atto_clear', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2054, 0, 'atto_clear', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2055, 0, 'atto_collapse', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2056, 0, 'atto_collapse', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2057, 0, 'atto_collapse', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2058, 0, 'atto_emoticon', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2059, 0, 'atto_emoticon', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2060, 0, 'atto_emoticon', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2061, 0, 'atto_equation', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2062, 0, 'atto_equation', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108662),
(2063, 0, 'atto_equation', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108662),
(2064, 0, 'atto_fontcolor', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108662),
(2065, 0, 'atto_fontcolor', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2066, 0, 'atto_fontcolor', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2067, 0, 'atto_html', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2068, 0, 'atto_html', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2069, 0, 'atto_html', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2070, 0, 'atto_image', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2071, 0, 'atto_image', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2072, 0, 'atto_image', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2073, 0, 'atto_indent', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2074, 0, 'atto_indent', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2075, 0, 'atto_indent', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2076, 0, 'atto_italic', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2077, 0, 'atto_italic', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2078, 0, 'atto_italic', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2079, 0, 'atto_link', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2080, 0, 'atto_link', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2081, 0, 'atto_link', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2082, 0, 'atto_managefiles', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2083, 0, 'atto_managefiles', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2084, 0, 'atto_managefiles', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2085, 0, 'atto_media', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2086, 0, 'atto_media', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2087, 0, 'atto_media', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2088, 0, 'atto_noautolink', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2089, 0, 'atto_noautolink', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2090, 0, 'atto_noautolink', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2091, 0, 'atto_orderedlist', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2092, 0, 'atto_orderedlist', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2093, 0, 'atto_orderedlist', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2094, 0, 'atto_rtl', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2095, 0, 'atto_rtl', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2096, 0, 'atto_rtl', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2097, 0, 'atto_strike', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108663),
(2098, 0, 'atto_strike', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108663),
(2099, 0, 'atto_strike', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108663),
(2100, 0, 'atto_subscript', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2101, 0, 'atto_subscript', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2102, 0, 'atto_subscript', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2103, 0, 'atto_superscript', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2104, 0, 'atto_superscript', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2105, 0, 'atto_superscript', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2106, 0, 'atto_table', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2107, 0, 'atto_table', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2108, 0, 'atto_table', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2109, 0, 'atto_title', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2110, 0, 'atto_title', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2111, 0, 'atto_title', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2112, 0, 'atto_underline', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2113, 0, 'atto_underline', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2114, 0, 'atto_underline', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2115, 0, 'atto_undo', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2116, 0, 'atto_undo', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2117, 0, 'atto_undo', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2118, 0, 'atto_unorderedlist', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2119, 0, 'atto_unorderedlist', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2120, 0, 'atto_unorderedlist', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2121, 0, 'tinymce_ctrlhelp', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2122, 0, 'tinymce_ctrlhelp', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2123, 0, 'tinymce_ctrlhelp', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2124, 0, 'tinymce_managefiles', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2125, 0, 'tinymce_managefiles', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2126, 0, 'tinymce_managefiles', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2127, 0, 'tinymce_moodleemoticon', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2128, 0, 'tinymce_moodleemoticon', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2129, 0, 'tinymce_moodleemoticon', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108664),
(2130, 0, 'tinymce_moodleimage', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108664),
(2131, 0, 'tinymce_moodleimage', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108664),
(2132, 0, 'tinymce_moodleimage', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2133, 0, 'tinymce_moodlemedia', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108665),
(2134, 0, 'tinymce_moodlemedia', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108665),
(2135, 0, 'tinymce_moodlemedia', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2136, 0, 'tinymce_moodlenolink', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108665),
(2137, 0, 'tinymce_moodlenolink', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108665),
(2138, 0, 'tinymce_moodlenolink', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2139, 0, 'tinymce_pdw', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108665),
(2140, 0, 'tinymce_pdw', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108665),
(2141, 0, 'tinymce_pdw', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2142, 0, 'tinymce_spellchecker', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108665),
(2143, 0, 'tinymce_spellchecker', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108665),
(2144, 0, 'tinymce_spellchecker', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2145, 0, 'tinymce_wrap', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108665),
(2146, 0, 'tinymce_wrap', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108665),
(2147, 0, 'tinymce_wrap', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2148, 0, 'logstore_database', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108665),
(2149, 0, 'logstore_database', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108665),
(2150, 0, 'logstore_database', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2151, 0, 'logstore_legacy', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108665),
(2152, 0, 'logstore_legacy', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108665),
(2153, 0, 'logstore_legacy', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2154, 0, 'logstore_standard', '2014051200', '2014111000', 'Starting plugin upgrade', NULL, '', 2, 1426108665),
(2155, 0, 'logstore_standard', '2014111000', '2014111000', 'Upgrade savepoint reached', NULL, '', 2, 1426108665),
(2156, 0, 'logstore_standard', '2014111000', '2014111000', 'Plugin upgraded', NULL, '', 2, 1426108665),
(2157, 0, 'theme_archaius', '2014100300', '2015011900', 'Starting plugin upgrade', NULL, '', 2, 1426108776),
(2158, 0, 'theme_archaius', '2015011900', '2015011900', 'Upgrade savepoint reached', NULL, '', 2, 1426108776),
(2159, 0, 'theme_archaius', '2015011900', '2015011900', 'Plugin upgraded', NULL, '', 2, 1426108776);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_url`
--

CREATE TABLE IF NOT EXISTS `mdl_url` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `externalurl` longtext NOT NULL,
  `display` smallint(4) NOT NULL DEFAULT '0',
  `displayoptions` longtext,
  `parameters` longtext,
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_url_cou_ix` (`course`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='each record is one url resource' AUTO_INCREMENT=26 ;

--
-- Dumping data for table `mdl_url`
--

INSERT INTO `mdl_url` (`id`, `course`, `name`, `intro`, `introformat`, `externalurl`, `display`, `displayoptions`, `parameters`, `timemodified`) VALUES
(3, 1, '@ מידע אישי', '<p>ניתן לשייך לכאן את המייל של האוניברסיטה.</p><p>פרטים בקישור כאן (קישור)</p>', 1, 'https://www.huji.ac.il/dataj/controller/stu/?', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426142169),
(5, 1, 'רישום לקורסים', '<p>.<br>געגכעגכע</p>', 1, 'https://rishum-net.huji.ac.il/site/student/login.asp', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426136918),
(6, 1, 'מערכת שעות סמ'' א''', '<p>.</p>', 1, 'https://www.huji.ac.il/dataj/controller/!39BACB99495295179DCCDB1C5F74E2EA/stu/STU-STULUACHSHAOT?winsub=yes&semester=1', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1412902135),
(7, 1, 'מערכת שעות סמ'' ב''', '<p>.</p>', 1, 'https://www.huji.ac.il/dataj/controller/!39BACB99495295179DCCDB1C5F74E2EA/stu/STU-STULUACHSHAOT?winsub=yes&semester=2', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1412902306),
(8, 1, 'לקורסים שלי (מצגות, סיכומים ומטלות)', '<p>..</p>', 1, 'http://moodle.lulavi.com/moodle27/my/', 5, 'a:0:{}', 'a:0:{}', 1412904087),
(9, 1, 'ה Waze של הקורסים!', '<p>.</p>', 1, 'http://bdikadavid.net16.net/', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426376430),
(10, 1, 'לוח שנה (מטלות, חופשים ועוד)', '<p>.</p>', 1, 'http://moodle.lulavi.com/moodle27/calendar/view.php?view=month', 5, 'a:0:{}', 'a:0:{}', 1412904181),
(12, 6, 'קישור למערכת הרישום', '<p>.</p>', 1, 'https://rishum-net.huji.ac.il/site/student/login.asp', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426140778),
(13, 6, 'קישור למידע אישי.', '<p>.</p>', 1, 'https://www.huji.ac.il/dataj/controller/stu/?', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426140986),
(15, 6, 'קישור לפייסבוק אבני פינה', '<p>.</p>', 1, 'https://www.facebook.com/groups/337642319644214/', 0, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426141201),
(16, 6, 'ה WAZE של הקורסים', '<p>.</p>', 1, 'http://davidproject.2fh.co/', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426141403),
(17, 1, 'Moodle Huji - לא עובד בשיבוץ. ', '<p>.</p>', 1, 'http://moodle2.cs.huji.ac.il/nu14/', 3, 'a:0:{}', 'a:0:{}', 1426377111),
(18, 1, 'מערכת רישום לקורסים', '<p>(לעמוד ההסבר באתר האוניברסיטה <a href="http://new.huji.ac.il/rishum-net">לחצו כאן</a>).</p>', 1, 'https://rishum-net.huji.ac.il/site/student/login.asp', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426384166),
(19, 1, 'שנתון', '<p>.</p>', 1, 'http://shnaton.huji.ac.il/index.php', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426377594),
(20, 1, 'ציונים - קישור לא נכון עדיין', '<p>.</p>', 1, 'https://www.huji.ac.il/dataj/controller/!68B1CE4D82604C3D625586CA582D9786/stu/STU-SITEMAP?option=lim', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426377866),
(21, 1, 'Moovit', '<p>.</p>', 1, 'http://tripplan.moovitapp.com/?langId=62&customerId=501&metroAreaId=1', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426378436),
(22, 1, 'מפות גוגל', '<p>.</p>', 1, 'https://maps.google.com/maps?ll=31.8100017,35.3365644&z=12&geocode=FePp5AEd1xAZAimnRvRsy9cCFTGvRZHgeOC3FA;FQ0h5QEdpcMZAimtJV56kSkDFTECbVQEp37_PA&saddr=%D7%94%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%94+%D7%94%D7%A2%D7%91%D7%A8%D7%99%D7%AA/%D7%92%D7%91%D7%A2%D7%AA+%D7%A8%D7%9D,+%D7%99%D7%A9%D7%A8%D7%90%D7%9C%E2%80%AD%E2%80%AD&daddr=%D7%94%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%94+%D7%94%D7%A2%D7%91%D7%A8%D7%99%D7%AA+%D7%94%D7%A8+%D7%94%D7%A6%D7%95%D7%A4%D7%99%D7%9D,+%D7%99%D7%A8%D7%95%D7%A9%D7%9C%D7%99%D7%9D%E2%80%AD%E2%80%AD&dirflg=r&output=classic&dg=opt', 3, 'a:0:{}', 'a:0:{}', 1426381903),
(23, 1, 'ניסיון מפות גוגל עי קישור', '<p>.</p>', 1, 'https://maps.google.com/maps?ll=31.8100017,35.3365644&z=12&geocode=FePp5AEd1xAZAimnRvRsy9cCFTGvRZHgeOC3FA;FQ0h5QEdpcMZAimtJV56kSkDFTECbVQEp37_PA&saddr=%D7%94%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%94+%D7%94%D7%A2%D7%91%D7%A8%D7%99%D7%AA/%D7%92%D7%91%D7%A2%D7%AA+%D7%A8%D7%9D,+%D7%99%D7%A9%D7%A8%D7%90%D7%9C%E2%80%AD%E2%80%AD&daddr=%D7%94%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%94+%D7%94%D7%A2%D7%91%D7%A8%D7%99%D7%AA+%D7%94%D7%A8+%D7%94%D7%A6%D7%95%D7%A4%D7%99%D7%9D,+%D7%99%D7%A8%D7%95%D7%A9%D7%9C%D7%99%D7%9D%E2%80%AD%E2%80%AD&dirflg=r&output=classic&dg=opt', 3, 'a:0:{}', 'a:0:{}', 1426381863),
(24, 1, 'מפה חיה בWAZE', '<p>,</p>', 1, 'http://waze.to/li/hsv9hcgyr4', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426383346),
(25, 1, 'מפה חיה בWaze', '<p>.</p>', 1, 'https://www.waze.com/he/livemap', 1, 'a:1:{s:10:"printintro";i:1;}', 'a:0:{}', 1426384765);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user`
--

CREATE TABLE IF NOT EXISTS `mdl_user` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `auth` varchar(20) NOT NULL DEFAULT 'manual',
  `confirmed` tinyint(1) NOT NULL DEFAULT '0',
  `policyagreed` tinyint(1) NOT NULL DEFAULT '0',
  `deleted` tinyint(1) NOT NULL DEFAULT '0',
  `suspended` tinyint(1) NOT NULL DEFAULT '0',
  `mnethostid` bigint(10) NOT NULL DEFAULT '0',
  `username` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(255) NOT NULL DEFAULT '',
  `firstname` varchar(100) NOT NULL DEFAULT '',
  `lastname` varchar(100) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `emailstop` tinyint(1) NOT NULL DEFAULT '0',
  `icq` varchar(15) NOT NULL DEFAULT '',
  `skype` varchar(50) NOT NULL DEFAULT '',
  `yahoo` varchar(50) NOT NULL DEFAULT '',
  `aim` varchar(50) NOT NULL DEFAULT '',
  `msn` varchar(50) NOT NULL DEFAULT '',
  `phone1` varchar(20) NOT NULL DEFAULT '',
  `phone2` varchar(20) NOT NULL DEFAULT '',
  `institution` varchar(255) NOT NULL DEFAULT '',
  `department` varchar(255) NOT NULL DEFAULT '',
  `address` varchar(255) NOT NULL DEFAULT '',
  `city` varchar(120) NOT NULL DEFAULT '',
  `country` varchar(2) NOT NULL DEFAULT '',
  `lang` varchar(30) NOT NULL DEFAULT 'en',
  `calendartype` varchar(30) NOT NULL DEFAULT 'gregorian',
  `theme` varchar(50) NOT NULL DEFAULT '',
  `timezone` varchar(100) NOT NULL DEFAULT '99',
  `firstaccess` bigint(10) NOT NULL DEFAULT '0',
  `lastaccess` bigint(10) NOT NULL DEFAULT '0',
  `lastlogin` bigint(10) NOT NULL DEFAULT '0',
  `currentlogin` bigint(10) NOT NULL DEFAULT '0',
  `lastip` varchar(45) NOT NULL DEFAULT '',
  `secret` varchar(15) NOT NULL DEFAULT '',
  `picture` bigint(10) NOT NULL DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '1',
  `mailformat` tinyint(1) NOT NULL DEFAULT '1',
  `maildigest` tinyint(1) NOT NULL DEFAULT '0',
  `maildisplay` tinyint(2) NOT NULL DEFAULT '2',
  `autosubscribe` tinyint(1) NOT NULL DEFAULT '1',
  `trackforums` tinyint(1) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `trustbitmask` bigint(10) NOT NULL DEFAULT '0',
  `imagealt` varchar(255) DEFAULT NULL,
  `lastnamephonetic` varchar(255) DEFAULT NULL,
  `firstnamephonetic` varchar(255) DEFAULT NULL,
  `middlename` varchar(255) DEFAULT NULL,
  `alternatename` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_user_mneuse_uix` (`mnethostid`,`username`),
  KEY `mdl_user_del_ix` (`deleted`),
  KEY `mdl_user_con_ix` (`confirmed`),
  KEY `mdl_user_fir_ix` (`firstname`),
  KEY `mdl_user_las_ix` (`lastname`),
  KEY `mdl_user_cit_ix` (`city`),
  KEY `mdl_user_cou_ix` (`country`),
  KEY `mdl_user_las2_ix` (`lastaccess`),
  KEY `mdl_user_ema_ix` (`email`),
  KEY `mdl_user_aut_ix` (`auth`),
  KEY `mdl_user_idn_ix` (`idnumber`),
  KEY `mdl_user_fir2_ix` (`firstnamephonetic`),
  KEY `mdl_user_las3_ix` (`lastnamephonetic`),
  KEY `mdl_user_mid_ix` (`middlename`),
  KEY `mdl_user_alt_ix` (`alternatename`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='One record for each person' AUTO_INCREMENT=4 ;

--
-- Dumping data for table `mdl_user`
--

INSERT INTO `mdl_user` (`id`, `auth`, `confirmed`, `policyagreed`, `deleted`, `suspended`, `mnethostid`, `username`, `password`, `idnumber`, `firstname`, `lastname`, `email`, `emailstop`, `icq`, `skype`, `yahoo`, `aim`, `msn`, `phone1`, `phone2`, `institution`, `department`, `address`, `city`, `country`, `lang`, `calendartype`, `theme`, `timezone`, `firstaccess`, `lastaccess`, `lastlogin`, `currentlogin`, `lastip`, `secret`, `picture`, `url`, `description`, `descriptionformat`, `mailformat`, `maildigest`, `maildisplay`, `autosubscribe`, `trackforums`, `timecreated`, `timemodified`, `trustbitmask`, `imagealt`, `lastnamephonetic`, `firstnamephonetic`, `middlename`, `alternatename`) VALUES
(1, 'manual', 1, 0, 0, 0, 1, 'guest', '$2y$10$2u8Keg/nQUY2/lMO0EZ9ru2Yu7HziJGHZlGHINh8iocUyGTsjii0K', '', 'Guest user', ' ', 'root@localhost', 0, '', '', '', '', '', '', '', '', '', '', '', '', 'en', 'gregorian', '', '99', 0, 0, 0, 0, '', '', 0, '', 'This user is a special user that allows read-only access to some courses.', 1, 1, 0, 2, 1, 0, 0, 1412104323, 0, NULL, NULL, NULL, NULL, NULL),
(2, 'manual', 1, 0, 0, 0, 1, 'david', '$2y$10$Ffw5jsNAKOmsjrmLzzv9Fu8ChE6SCT6OfbZUs5paVXFRf1DdY7Jq.', '', 'System', 'Administrator', 'be.effective.student@gmail.com', 0, '', '', '', '', '', '', '', '', '', '', 'defaultcity', 'US', 'he', 'gregorian', '', '99', 1412104323, 1455412961, 1455278725, 1455412292, '212.76.98.137', '', 0, '', '', 1, 1, 0, 0, 1, 0, 0, 1412906353, 0, '', '', '', '', ''),
(3, 'email', 1, 0, 0, 0, 1, 'moshe', '$2y$10$.UAFhjeMWbC6Fi83B/sVZ.MllbNaKwDPJKiFmGOCkkB1Dwf2qWCgK', '', 'משה', 'הסטודנט', 'david.elitzur@mail.huji.ac.il', 0, '', '', '', '', '', '', '', '', '', '', '', '', 'he', 'gregorian', '', '99', 1412156522, 1427613960, 1426384590, 1427613674, '212.199.57.205', '', 0, '', '', 1, 1, 0, 2, 1, 0, 1412156417, 1412156642, 0, '', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_devices`
--

CREATE TABLE IF NOT EXISTS `mdl_user_devices` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `appid` varchar(128) NOT NULL DEFAULT '',
  `name` varchar(32) NOT NULL DEFAULT '',
  `model` varchar(32) NOT NULL DEFAULT '',
  `platform` varchar(32) NOT NULL DEFAULT '',
  `version` varchar(32) NOT NULL DEFAULT '',
  `pushid` varchar(255) NOT NULL DEFAULT '',
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_userdevi_pususe_uix` (`pushid`,`userid`),
  KEY `mdl_userdevi_use_ix` (`userid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='This table stores user''s mobile devices information in order' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `mdl_user_devices`
--

INSERT INTO `mdl_user_devices` (`id`, `userid`, `appid`, `name`, `model`, `platform`, `version`, `pushid`, `uuid`, `timecreated`, `timemodified`) VALUES
(1, 2, 'com.moodle.moodlemobile', '', 'LG-D802', 'Android', '4.4.2', 'APA91bFEzvl4gLlKGxhRs5Frcs1VNOfVXQhK2DcoeCjn-p-OuWDXe6CdFz5L-MvijT959YpoC4FWp_l9YiZ-uMPezJPWho_5BZxE0InhwEk77okCr8a-4C6miYWC46WWjHYN2oBxM4cvoxgbY5UBPNB8AK8WPOddqHeKn43uxDnt-53v9JjLOxY', 'b59061326d99c371', 1415824636, 1415824636),
(2, 3, 'com.moodle.moodlemobile', '', 'LG-D802', 'Android', '4.4.2', 'APA91bFEzvl4gLlKGxhRs5Frcs1VNOfVXQhK2DcoeCjn-p-OuWDXe6CdFz5L-MvijT959YpoC4FWp_l9YiZ-uMPezJPWho_5BZxE0InhwEk77okCr8a-4C6miYWC46WWjHYN2oBxM4cvoxgbY5UBPNB8AK8WPOddqHeKn43uxDnt-53v9JjLOxY', 'b59061326d99c371', 1415824799, 1415824799);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_enrolments`
--

CREATE TABLE IF NOT EXISTS `mdl_user_enrolments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `status` bigint(10) NOT NULL DEFAULT '0',
  `enrolid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timestart` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '2147483647',
  `modifierid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_userenro_enruse_uix` (`enrolid`,`userid`),
  KEY `mdl_userenro_enr_ix` (`enrolid`),
  KEY `mdl_userenro_use_ix` (`userid`),
  KEY `mdl_userenro_mod_ix` (`modifierid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Users participating in courses (aka enrolled users) - everyb' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `mdl_user_enrolments`
--

INSERT INTO `mdl_user_enrolments` (`id`, `status`, `enrolid`, `userid`, `timestart`, `timeend`, `modifierid`, `timecreated`, `timemodified`) VALUES
(1, 0, 9, 3, 1412156746, 0, 3, 1412156746, 1412156746);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_info_category`
--

CREATE TABLE IF NOT EXISTS `mdl_user_info_category` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customisable fields categories' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_info_data`
--

CREATE TABLE IF NOT EXISTS `mdl_user_info_data` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `fieldid` bigint(10) NOT NULL DEFAULT '0',
  `data` longtext NOT NULL,
  `dataformat` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_userinfodata_usefie_uix` (`userid`,`fieldid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Data for the customisable user fields' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_info_field`
--

CREATE TABLE IF NOT EXISTS `mdl_user_info_field` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `shortname` varchar(255) NOT NULL DEFAULT 'shortname',
  `name` longtext NOT NULL,
  `datatype` varchar(255) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `categoryid` bigint(10) NOT NULL DEFAULT '0',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `required` tinyint(2) NOT NULL DEFAULT '0',
  `locked` tinyint(2) NOT NULL DEFAULT '0',
  `visible` smallint(4) NOT NULL DEFAULT '0',
  `forceunique` tinyint(2) NOT NULL DEFAULT '0',
  `signup` tinyint(2) NOT NULL DEFAULT '0',
  `defaultdata` longtext,
  `defaultdataformat` tinyint(2) NOT NULL DEFAULT '0',
  `param1` longtext,
  `param2` longtext,
  `param3` longtext,
  `param4` longtext,
  `param5` longtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customisable user profile fields' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_lastaccess`
--

CREATE TABLE IF NOT EXISTS `mdl_user_lastaccess` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `timeaccess` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_userlast_usecou_uix` (`userid`,`courseid`),
  KEY `mdl_userlast_use_ix` (`userid`),
  KEY `mdl_userlast_cou_ix` (`courseid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='To keep track of course page access times, used in online pa' AUTO_INCREMENT=6 ;

--
-- Dumping data for table `mdl_user_lastaccess`
--

INSERT INTO `mdl_user_lastaccess` (`id`, `userid`, `courseid`, `timeaccess`) VALUES
(1, 2, 3, 1426140585),
(2, 2, 4, 1412899086),
(3, 2, 5, 1412126479),
(4, 3, 4, 1427613960),
(5, 2, 6, 1426141810);

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_password_resets`
--

CREATE TABLE IF NOT EXISTS `mdl_user_password_resets` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `timerequested` bigint(10) NOT NULL,
  `timererequested` bigint(10) NOT NULL DEFAULT '0',
  `token` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `mdl_userpassrese_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='table tracking password reset confirmation tokens' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_preferences`
--

CREATE TABLE IF NOT EXISTS `mdl_user_preferences` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(1333) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_userpref_usenam_uix` (`userid`,`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COMMENT='Allows modules to store arbitrary user preferences' AUTO_INCREMENT=32 ;

--
-- Dumping data for table `mdl_user_preferences`
--

INSERT INTO `mdl_user_preferences` (`id`, `userid`, `name`, `value`) VALUES
(1, 2, 'auth_manual_passwordupdatetime', '1425907558'),
(2, 2, 'htmleditor', ''),
(3, 2, 'email_bounce_count', '0'),
(4, 2, 'email_send_count', '74'),
(5, 2, 'filepicker_recentrepository', '3'),
(6, 2, 'filepicker_recentlicense', 'unknown'),
(8, 3, 'htmleditor', ''),
(9, 3, 'email_bounce_count', '1'),
(10, 3, 'email_send_count', '6'),
(11, 2, 'docked_block_instance_4', '1'),
(12, 2, 'docked_block_instance_5', '1'),
(13, 3, 'calendar_timeformat', ''),
(14, 3, 'calendar_startwday', '0'),
(15, 3, 'calendar_maxevents', '10'),
(16, 3, 'calendar_lookahead', '14'),
(17, 3, 'calendar_persistflt', '1'),
(18, 2, 'docked_block_instance_1', '0'),
(19, 2, 'calendar_timeformat', '%H:%M'),
(20, 2, 'calendar_startwday', '0'),
(21, 2, 'calendar_maxevents', '20'),
(22, 2, 'calendar_lookahead', '14'),
(23, 2, 'calendar_persistflt', '0'),
(24, 2, 'login_failed_count_since_success', '3'),
(25, 3, 'login_failed_count_since_success', '2'),
(27, 2, 'theme_archaius_blocks_region_side-pre_context_1_page_type_admin-setting-themesettingarchaius', '1'),
(28, 2, 'theme_archaius_blocks_region_side-post_context_1_page_type_admin-setting-themesettingarchaius', '1'),
(29, 2, 'switchdevicemobile', 'default'),
(30, 3, 'calendar_savedflt', '14'),
(31, 2, 'course_overview_number_of_courses', '0');

-- --------------------------------------------------------

--
-- Table structure for table `mdl_user_private_key`
--

CREATE TABLE IF NOT EXISTS `mdl_user_private_key` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `script` varchar(128) NOT NULL DEFAULT '',
  `value` varchar(128) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `instance` bigint(10) DEFAULT NULL,
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_userprivkey_scrval_ix` (`script`,`value`),
  KEY `mdl_userprivkey_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='access keys used in cookieless scripts - rss, etc.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_webdav_locks`
--

CREATE TABLE IF NOT EXISTS `mdl_webdav_locks` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `token` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(255) NOT NULL DEFAULT '',
  `expiry` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `recursive` tinyint(1) NOT NULL DEFAULT '0',
  `exclusivelock` tinyint(1) NOT NULL DEFAULT '0',
  `created` bigint(10) NOT NULL DEFAULT '0',
  `modified` bigint(10) NOT NULL DEFAULT '0',
  `owner` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_webdlock_tok_uix` (`token`),
  KEY `mdl_webdlock_pat_ix` (`path`),
  KEY `mdl_webdlock_exp_ix` (`expiry`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Resource locks for WebDAV users' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki`
--

CREATE TABLE IF NOT EXISTS `mdl_wiki` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT 'Wiki',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `firstpagetitle` varchar(255) NOT NULL DEFAULT 'First Page',
  `wikimode` varchar(20) NOT NULL DEFAULT 'collaborative',
  `defaultformat` varchar(20) NOT NULL DEFAULT 'creole',
  `forceformat` tinyint(1) NOT NULL DEFAULT '1',
  `editbegin` bigint(10) NOT NULL DEFAULT '0',
  `editend` bigint(10) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_wiki_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores Wiki activity configuration' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_links`
--

CREATE TABLE IF NOT EXISTS `mdl_wiki_links` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `subwikiid` bigint(10) NOT NULL DEFAULT '0',
  `frompageid` bigint(10) NOT NULL DEFAULT '0',
  `topageid` bigint(10) NOT NULL DEFAULT '0',
  `tomissingpage` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_wikilink_fro_ix` (`frompageid`),
  KEY `mdl_wikilink_sub_ix` (`subwikiid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Page wiki links' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_locks`
--

CREATE TABLE IF NOT EXISTS `mdl_wiki_locks` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `pageid` bigint(10) NOT NULL DEFAULT '0',
  `sectionname` varchar(255) DEFAULT NULL,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `lockedat` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Manages page locks' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_pages`
--

CREATE TABLE IF NOT EXISTS `mdl_wiki_pages` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `subwikiid` bigint(10) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT 'title',
  `cachedcontent` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `timerendered` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `pageviews` bigint(10) NOT NULL DEFAULT '0',
  `readonly` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`),
  KEY `mdl_wikipage_sub_ix` (`subwikiid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores wiki pages' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_subwikis`
--

CREATE TABLE IF NOT EXISTS `mdl_wiki_subwikis` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `wikiid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`),
  KEY `mdl_wikisubw_wik_ix` (`wikiid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores subwiki instances' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_synonyms`
--

CREATE TABLE IF NOT EXISTS `mdl_wiki_synonyms` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `subwikiid` bigint(10) NOT NULL DEFAULT '0',
  `pageid` bigint(10) NOT NULL DEFAULT '0',
  `pagesynonym` varchar(255) NOT NULL DEFAULT 'Pagesynonym',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores wiki pages synonyms' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_wiki_versions`
--

CREATE TABLE IF NOT EXISTS `mdl_wiki_versions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `pageid` bigint(10) NOT NULL DEFAULT '0',
  `content` longtext NOT NULL,
  `contentformat` varchar(20) NOT NULL DEFAULT 'creole',
  `version` mediumint(5) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_wikivers_pag_ix` (`pageid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores wiki page history' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(3) NOT NULL DEFAULT '0',
  `instructauthors` longtext,
  `instructauthorsformat` smallint(3) NOT NULL DEFAULT '0',
  `instructreviewers` longtext,
  `instructreviewersformat` smallint(3) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL,
  `phase` smallint(3) DEFAULT '0',
  `useexamples` tinyint(2) DEFAULT '0',
  `usepeerassessment` tinyint(2) DEFAULT '0',
  `useselfassessment` tinyint(2) DEFAULT '0',
  `grade` decimal(10,5) DEFAULT '80.00000',
  `gradinggrade` decimal(10,5) DEFAULT '20.00000',
  `strategy` varchar(30) NOT NULL DEFAULT '',
  `evaluation` varchar(30) NOT NULL DEFAULT '',
  `gradedecimals` smallint(3) DEFAULT '0',
  `nattachments` smallint(3) DEFAULT '0',
  `latesubmissions` tinyint(2) DEFAULT '0',
  `maxbytes` bigint(10) DEFAULT '100000',
  `examplesmode` smallint(3) DEFAULT '0',
  `submissionstart` bigint(10) DEFAULT '0',
  `submissionend` bigint(10) DEFAULT '0',
  `assessmentstart` bigint(10) DEFAULT '0',
  `assessmentend` bigint(10) DEFAULT '0',
  `phaseswitchassessment` tinyint(2) NOT NULL DEFAULT '0',
  `conclusion` longtext,
  `conclusionformat` smallint(3) NOT NULL DEFAULT '1',
  `overallfeedbackmode` smallint(3) DEFAULT '1',
  `overallfeedbackfiles` smallint(3) DEFAULT '0',
  `overallfeedbackmaxbytes` bigint(10) DEFAULT '100000',
  PRIMARY KEY (`id`),
  KEY `mdl_work_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This table keeps information about the module instances and ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopallocation_scheduled`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopallocation_scheduled` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `enabled` tinyint(2) NOT NULL DEFAULT '0',
  `submissionend` bigint(10) NOT NULL,
  `timeallocated` bigint(10) DEFAULT NULL,
  `settings` longtext,
  `resultstatus` bigint(10) DEFAULT NULL,
  `resultmessage` varchar(1333) DEFAULT NULL,
  `resultlog` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_worksche_wor_uix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stores the allocation settings for the scheduled allocator' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopeval_best_settings`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopeval_best_settings` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `comparison` smallint(3) DEFAULT '5',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_workbestsett_wor_uix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Settings for the grading evaluation subplugin Comparison wit' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_accumulative`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopform_accumulative` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT '0',
  `description` longtext,
  `descriptionformat` smallint(3) DEFAULT '0',
  `grade` bigint(10) NOT NULL,
  `weight` mediumint(5) DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_workaccu_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The assessment dimensions definitions of Accumulative gradin' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_comments`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopform_comments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT '0',
  `description` longtext,
  `descriptionformat` smallint(3) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_workcomm_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The assessment dimensions definitions of Comments strategy f' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_numerrors`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopform_numerrors` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT '0',
  `description` longtext,
  `descriptionformat` smallint(3) DEFAULT '0',
  `descriptiontrust` bigint(10) DEFAULT NULL,
  `grade0` varchar(50) DEFAULT NULL,
  `grade1` varchar(50) DEFAULT NULL,
  `weight` mediumint(5) DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `mdl_worknume_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The assessment dimensions definitions of Number of errors gr' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_numerrors_map`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopform_numerrors_map` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `nonegative` bigint(10) NOT NULL,
  `grade` decimal(10,5) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_worknumemap_wornon_uix` (`workshopid`,`nonegative`),
  KEY `mdl_worknumemap_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='This maps the number of errors to a percentual grade for sub' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_rubric`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopform_rubric` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT '0',
  `description` longtext,
  `descriptionformat` smallint(3) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_workrubr_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The assessment dimensions definitions of Rubric grading stra' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_rubric_config`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopform_rubric_config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `layout` varchar(30) DEFAULT 'list',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_workrubrconf_wor_uix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Configuration table for the Rubric grading strategy' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshopform_rubric_levels`
--

CREATE TABLE IF NOT EXISTS `mdl_workshopform_rubric_levels` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `dimensionid` bigint(10) NOT NULL,
  `grade` decimal(10,5) NOT NULL,
  `definition` longtext,
  `definitionformat` smallint(3) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_workrubrleve_dim_ix` (`dimensionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='The definition of rubric rating scales' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_aggregations`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_aggregations` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `gradinggrade` decimal(10,5) DEFAULT NULL,
  `timegraded` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_workaggr_woruse_uix` (`workshopid`,`userid`),
  KEY `mdl_workaggr_wor_ix` (`workshopid`),
  KEY `mdl_workaggr_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Aggregated grades for assessment are stored here. The aggreg' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_assessments`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_assessments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `submissionid` bigint(10) NOT NULL,
  `reviewerid` bigint(10) NOT NULL,
  `weight` bigint(10) NOT NULL DEFAULT '1',
  `timecreated` bigint(10) DEFAULT '0',
  `timemodified` bigint(10) DEFAULT '0',
  `grade` decimal(10,5) DEFAULT NULL,
  `gradinggrade` decimal(10,5) DEFAULT NULL,
  `gradinggradeover` decimal(10,5) DEFAULT NULL,
  `gradinggradeoverby` bigint(10) DEFAULT NULL,
  `feedbackauthor` longtext,
  `feedbackauthorformat` smallint(3) DEFAULT '0',
  `feedbackauthorattachment` smallint(3) DEFAULT '0',
  `feedbackreviewer` longtext,
  `feedbackreviewerformat` smallint(3) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_workasse_sub_ix` (`submissionid`),
  KEY `mdl_workasse_gra_ix` (`gradinggradeoverby`),
  KEY `mdl_workasse_rev_ix` (`reviewerid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about the made assessment and automatically calculated ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_assessments_old`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_assessments_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL DEFAULT '0',
  `submissionid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timegraded` bigint(10) NOT NULL DEFAULT '0',
  `timeagreed` bigint(10) NOT NULL DEFAULT '0',
  `grade` double NOT NULL DEFAULT '0',
  `gradinggrade` smallint(3) NOT NULL DEFAULT '0',
  `teachergraded` smallint(3) NOT NULL DEFAULT '0',
  `mailed` smallint(3) NOT NULL DEFAULT '0',
  `resubmission` smallint(3) NOT NULL DEFAULT '0',
  `donotuse` smallint(3) NOT NULL DEFAULT '0',
  `generalcomment` longtext,
  `teachercomment` longtext,
  `newplugin` varchar(28) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_workasseold_use_ix` (`userid`),
  KEY `mdl_workasseold_mai_ix` (`mailed`),
  KEY `mdl_workasseold_wor_ix` (`workshopid`),
  KEY `mdl_workasseold_sub_ix` (`submissionid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Legacy workshop_assessments table to be dropped later in Moo' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_comments_old`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_comments_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL DEFAULT '0',
  `assessmentid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `mailed` tinyint(2) NOT NULL DEFAULT '0',
  `comments` longtext NOT NULL,
  `newplugin` varchar(28) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_workcommold_use_ix` (`userid`),
  KEY `mdl_workcommold_mai_ix` (`mailed`),
  KEY `mdl_workcommold_wor_ix` (`workshopid`),
  KEY `mdl_workcommold_ass_ix` (`assessmentid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Legacy workshop_comments table to be dropped later in Moodle' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_elements_old`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_elements_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL DEFAULT '0',
  `elementno` smallint(3) NOT NULL DEFAULT '0',
  `description` longtext NOT NULL,
  `scale` smallint(3) NOT NULL DEFAULT '0',
  `maxscore` smallint(3) NOT NULL DEFAULT '1',
  `weight` smallint(3) NOT NULL DEFAULT '11',
  `stddev` double NOT NULL DEFAULT '0',
  `totalassessments` bigint(10) NOT NULL DEFAULT '0',
  `newplugin` varchar(28) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_workelemold_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Legacy workshop_elements table to be dropped later in Moodle' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_grades`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_grades` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assessmentid` bigint(10) NOT NULL,
  `strategy` varchar(30) NOT NULL DEFAULT '',
  `dimensionid` bigint(10) NOT NULL,
  `grade` decimal(10,5) NOT NULL,
  `peercomment` longtext,
  `peercommentformat` smallint(3) DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `mdl_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`),
  KEY `mdl_workgrad_ass_ix` (`assessmentid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='How the reviewers filled-up the grading forms, given grades ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_grades_old`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_grades_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL DEFAULT '0',
  `assessmentid` bigint(10) NOT NULL DEFAULT '0',
  `elementno` bigint(10) NOT NULL DEFAULT '0',
  `feedback` longtext NOT NULL,
  `grade` smallint(3) NOT NULL DEFAULT '0',
  `newplugin` varchar(28) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_workgradold_wor_ix` (`workshopid`),
  KEY `mdl_workgradold_ass_ix` (`assessmentid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Legacy workshop_grades table to be dropped later in Moodle 2' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_old`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `wtype` smallint(3) NOT NULL DEFAULT '0',
  `nelements` smallint(3) NOT NULL DEFAULT '1',
  `nattachments` smallint(3) NOT NULL DEFAULT '0',
  `phase` tinyint(2) NOT NULL DEFAULT '0',
  `format` tinyint(2) NOT NULL DEFAULT '0',
  `gradingstrategy` tinyint(2) NOT NULL DEFAULT '1',
  `resubmit` tinyint(2) NOT NULL DEFAULT '0',
  `agreeassessments` tinyint(2) NOT NULL DEFAULT '0',
  `hidegrades` tinyint(2) NOT NULL DEFAULT '0',
  `anonymous` tinyint(2) NOT NULL DEFAULT '0',
  `includeself` tinyint(2) NOT NULL DEFAULT '0',
  `maxbytes` bigint(10) NOT NULL DEFAULT '100000',
  `submissionstart` bigint(10) NOT NULL DEFAULT '0',
  `assessmentstart` bigint(10) NOT NULL DEFAULT '0',
  `submissionend` bigint(10) NOT NULL DEFAULT '0',
  `assessmentend` bigint(10) NOT NULL DEFAULT '0',
  `releasegrades` bigint(10) NOT NULL DEFAULT '0',
  `grade` smallint(3) NOT NULL DEFAULT '0',
  `gradinggrade` smallint(3) NOT NULL DEFAULT '0',
  `ntassessments` smallint(3) NOT NULL DEFAULT '0',
  `assessmentcomps` smallint(3) NOT NULL DEFAULT '2',
  `nsassessments` smallint(3) NOT NULL DEFAULT '0',
  `overallocation` smallint(3) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `teacherweight` smallint(3) NOT NULL DEFAULT '1',
  `showleaguetable` smallint(3) NOT NULL DEFAULT '0',
  `usepassword` smallint(3) NOT NULL DEFAULT '0',
  `password` varchar(32) NOT NULL DEFAULT '',
  `newplugin` varchar(28) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_workold_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Legacy workshop table to be dropped later in Moodle 2.x' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_rubrics_old`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_rubrics_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL DEFAULT '0',
  `elementno` bigint(10) NOT NULL DEFAULT '0',
  `rubricno` smallint(3) NOT NULL DEFAULT '0',
  `description` longtext NOT NULL,
  `newplugin` varchar(28) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_workrubrold_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Legacy workshop_rubrics table to be dropped later in Moodle ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_stockcomments_old`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_stockcomments_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL DEFAULT '0',
  `elementno` bigint(10) NOT NULL DEFAULT '0',
  `comments` longtext NOT NULL,
  `newplugin` varchar(28) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_workstocold_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Legacy workshop_stockcomments table to be dropped later in M' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_submissions`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_submissions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL,
  `example` tinyint(2) DEFAULT '0',
  `authorid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `content` longtext,
  `contentformat` smallint(3) NOT NULL DEFAULT '0',
  `contenttrust` smallint(3) NOT NULL DEFAULT '0',
  `attachment` tinyint(2) DEFAULT '0',
  `grade` decimal(10,5) DEFAULT NULL,
  `gradeover` decimal(10,5) DEFAULT NULL,
  `gradeoverby` bigint(10) DEFAULT NULL,
  `feedbackauthor` longtext,
  `feedbackauthorformat` smallint(3) DEFAULT '0',
  `timegraded` bigint(10) DEFAULT NULL,
  `published` tinyint(2) DEFAULT '0',
  `late` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `mdl_worksubm_wor_ix` (`workshopid`),
  KEY `mdl_worksubm_gra_ix` (`gradeoverby`),
  KEY `mdl_worksubm_aut_ix` (`authorid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Info about the submission and the aggregation of the grade f' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `mdl_workshop_submissions_old`
--

CREATE TABLE IF NOT EXISTS `mdl_workshop_submissions_old` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `workshopid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `title` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `mailed` tinyint(2) NOT NULL DEFAULT '0',
  `description` longtext NOT NULL,
  `gradinggrade` smallint(3) NOT NULL DEFAULT '0',
  `finalgrade` smallint(3) NOT NULL DEFAULT '0',
  `late` smallint(3) NOT NULL DEFAULT '0',
  `nassessments` bigint(10) NOT NULL DEFAULT '0',
  `newplugin` varchar(28) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `mdl_worksubmold_use_ix` (`userid`),
  KEY `mdl_worksubmold_mai_ix` (`mailed`),
  KEY `mdl_worksubmold_wor_ix` (`workshopid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Legacy workshop_submissions table to be dropped later in Moo' AUTO_INCREMENT=1 ;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
