-- MySQL dump 10.13  Distrib 5.7.44, for Linux (x86_64)
--
-- Host: localhost    Database: iscis142_joomla_db
-- ------------------------------------------------------
-- Server version	5.7.44

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `iohsw_action_log_config`
--

DROP TABLE IF EXISTS `iohsw_action_log_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_action_log_config` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `id_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `table_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `text_prefix` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_action_log_config`
--

LOCK TABLES `iohsw_action_log_config` WRITE;
/*!40000 ALTER TABLE `iohsw_action_log_config` DISABLE KEYS */;
INSERT INTO `iohsw_action_log_config` VALUES (1,'article','com_content.article','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(2,'article','com_content.form','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(3,'banner','com_banners.banner','id','name','#__banners','PLG_ACTIONLOG_JOOMLA'),(4,'user_note','com_users.note','id','subject','#__user_notes','PLG_ACTIONLOG_JOOMLA'),(5,'media','com_media.file','','name','','PLG_ACTIONLOG_JOOMLA'),(6,'category','com_categories.category','id','title','#__categories','PLG_ACTIONLOG_JOOMLA'),(7,'menu','com_menus.menu','id','title','#__menu_types','PLG_ACTIONLOG_JOOMLA'),(8,'menu_item','com_menus.item','id','title','#__menu','PLG_ACTIONLOG_JOOMLA'),(9,'newsfeed','com_newsfeeds.newsfeed','id','name','#__newsfeeds','PLG_ACTIONLOG_JOOMLA'),(10,'link','com_redirect.link','id','old_url','#__redirect_links','PLG_ACTIONLOG_JOOMLA'),(11,'tag','com_tags.tag','id','title','#__tags','PLG_ACTIONLOG_JOOMLA'),(12,'style','com_templates.style','id','title','#__template_styles','PLG_ACTIONLOG_JOOMLA'),(13,'plugin','com_plugins.plugin','extension_id','name','#__extensions','PLG_ACTIONLOG_JOOMLA'),(14,'component_config','com_config.component','extension_id','name','','PLG_ACTIONLOG_JOOMLA'),(15,'contact','com_contact.contact','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA'),(16,'module','com_modules.module','id','title','#__modules','PLG_ACTIONLOG_JOOMLA'),(17,'access_level','com_users.level','id','title','#__viewlevels','PLG_ACTIONLOG_JOOMLA'),(18,'banner_client','com_banners.client','id','name','#__banner_clients','PLG_ACTIONLOG_JOOMLA'),(19,'application_config','com_config.application','','name','','PLG_ACTIONLOG_JOOMLA'),(20,'task','com_scheduler.task','id','title','#__scheduler_tasks','PLG_ACTIONLOG_JOOMLA'),(21,'field','com_fields.field','id','title','#__fields','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `iohsw_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_action_logs`
--

DROP TABLE IF EXISTS `iohsw_action_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_action_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `message_language_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date` datetime NOT NULL,
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `ip_address` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0.0.0',
  PRIMARY KEY (`id`),
  KEY `idx_user_id` (`user_id`),
  KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  KEY `idx_user_id_extension` (`user_id`,`extension`),
  KEY `idx_extension_item_id` (`extension`,`item_id`)
) ENGINE=InnoDB AUTO_INCREMENT=578 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_action_logs`
--

LOCK TABLES `iohsw_action_logs` WRITE;
/*!40000 ALTER TABLE `iohsw_action_logs` DISABLE KEYS */;
INSERT INTO `iohsw_action_logs` VALUES (1,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-22 08:35:58','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(2,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":889,\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-22 08:43:00','com_users',889,889,'COM_ACTIONLOGS_DISABLED'),(3,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-22 08:43:10','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(4,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"In\\u00edcio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:50:27','com_menus.item',889,101,'COM_ACTIONLOGS_DISABLED'),(5,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 08:50:27','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(6,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":102,\"title\":\"ISCISA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=102\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:51:46','com_menus.item',889,102,'COM_ACTIONLOGS_DISABLED'),(7,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 08:53:02','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(8,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 08:54:12','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(9,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":103,\"title\":\"\\u00c1reas Cient\\u00edficas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=103\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:55:05','com_menus.item',889,103,'COM_ACTIONLOGS_DISABLED'),(10,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":104,\"title\":\"Admiss\\u00e3o\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=104\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:55:30','com_menus.item',889,104,'COM_ACTIONLOGS_DISABLED'),(11,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"P\\u00f3s Gradua\\u00e7\\u00e3o \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:56:50','com_menus.item',889,105,'COM_ACTIONLOGS_DISABLED'),(12,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"EaD\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:57:06','com_menus.item',889,106,'COM_ACTIONLOGS_DISABLED'),(13,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Webmail\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:57:50','com_menus.item',889,107,'COM_ACTIONLOGS_DISABLED'),(14,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":108,\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=108\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:58:19','com_menus.item',889,108,'COM_ACTIONLOGS_DISABLED'),(15,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":8,\"title\":\"ISCISA\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=8\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:58:56','com_categories.category',889,8,'COM_ACTIONLOGS_DISABLED'),(16,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Vis\\u00e3o\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 08:59:51','com_content.article',889,1,'COM_ACTIONLOGS_DISABLED'),(17,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:00:09','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(18,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Vis\\u00e3o\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:01:17','com_menus.item',889,109,'COM_ACTIONLOGS_DISABLED'),(19,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":9,\"title\":\"\\u00c1reas Cient\\u00edficas\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=9\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:01:55','com_categories.category',889,9,'COM_ACTIONLOGS_DISABLED'),(20,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":10,\"title\":\"Admiss\\u00e3o\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:02:15','com_categories.category',889,10,'COM_ACTIONLOGS_DISABLED'),(21,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":11,\"title\":\"P\\u00f3s Gradua\\u00e7\\u00e3o \",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=11\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:02:29','com_categories.category',889,11,'COM_ACTIONLOGS_DISABLED'),(22,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":12,\"title\":\"EaD\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=12\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:02:42','com_categories.category',889,12,'COM_ACTIONLOGS_DISABLED'),(23,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":13,\"title\":\"Webmail\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=13\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:02:55','com_categories.category',889,13,'COM_ACTIONLOGS_DISABLED'),(24,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":14,\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=14\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:03:04','com_categories.category',889,14,'COM_ACTIONLOGS_DISABLED'),(25,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":2,\"title\":\"Miss\\u00e3o\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:03:39','com_content.article',889,2,'COM_ACTIONLOGS_DISABLED'),(26,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Historial\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:03:55','com_content.article',889,3,'COM_ACTIONLOGS_DISABLED'),(27,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Unidades Org\\u00e2nicas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:04:15','com_content.article',889,4,'COM_ACTIONLOGS_DISABLED'),(28,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Estrutura Org\\u00e2nica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:04:42','com_content.article',889,5,'COM_ACTIONLOGS_DISABLED'),(29,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Unidades Org\\u00e2nicas\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:04:58','com_content.article',889,4,'COM_ACTIONLOGS_DISABLED'),(30,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:04:58','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(31,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Extens\\u00e3o de Quelimane\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:05:34','com_content.article',889,6,'COM_ACTIONLOGS_DISABLED'),(32,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Extens\\u00e3o de Quelimane\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:06:24','com_content.article',889,6,'COM_ACTIONLOGS_DISABLED'),(33,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:06:24','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(34,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"DAF (Propinas e emolumentos)\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:06:51','com_content.article',889,7,'COM_ACTIONLOGS_DISABLED'),(35,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":8,\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:07:12','com_content.article',889,8,'COM_ACTIONLOGS_DISABLED'),(36,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"Administra\\u00e7\\u00e3o e Gest\\u00e3o Hospitalar\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:07:45','com_content.article',889,9,'COM_ACTIONLOGS_DISABLED'),(37,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Apoio ao Diagn\\u00f3stico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:08:09','com_content.article',889,10,'COM_ACTIONLOGS_DISABLED'),(38,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Cirurgia\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:08:25','com_content.article',889,11,'COM_ACTIONLOGS_DISABLED'),(39,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":12,\"title\":\"Enfermagem\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=12\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:08:45','com_content.article',889,12,'COM_ACTIONLOGS_DISABLED'),(40,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":13,\"title\":\"Reabilita\\u00e7\\u00e3o\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=13\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:09:05','com_content.article',889,13,'COM_ACTIONLOGS_DISABLED'),(41,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":14,\"title\":\"Sa\\u00fade P\\u00fablica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=14\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:10:05','com_content.article',889,14,'COM_ACTIONLOGS_DISABLED'),(42,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":15,\"title\":\"Conselho Geral\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=15\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:10:30','com_content.article',889,15,'COM_ACTIONLOGS_DISABLED'),(43,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":16,\"title\":\"Direc\\u00e7\\u00e3o Geral\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:10:54','com_content.article',889,16,'COM_ACTIONLOGS_DISABLED'),(44,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":17,\"title\":\"Conselho Cientifico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:11:27','com_content.article',889,17,'COM_ACTIONLOGS_DISABLED'),(45,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":18,\"title\":\"Conselho Pedag\\u00f3gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:11:59','com_content.article',889,18,'COM_ACTIONLOGS_DISABLED'),(46,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"17\",\"title\":\"Conselho Cient\\u00edfico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:12:32','com_content.article',889,17,'COM_ACTIONLOGS_DISABLED'),(47,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:12:32','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(48,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Conselho Pedag\\u00f3gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:13:27','com_content.article',889,18,'COM_ACTIONLOGS_DISABLED'),(49,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:13:27','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(50,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":19,\"title\":\"CIBS ISCISA\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:13:51','com_content.article',889,19,'COM_ACTIONLOGS_DISABLED'),(51,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":20,\"title\":\"Requisitos Gerais\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=20\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:14:15','com_content.article',889,20,'COM_ACTIONLOGS_DISABLED'),(52,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":21,\"title\":\"Cursos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=21\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:14:31','com_content.article',889,21,'COM_ACTIONLOGS_DISABLED'),(53,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":22,\"title\":\"Exames dos anos anteriores\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:14:52','com_content.article',889,22,'COM_ACTIONLOGS_DISABLED'),(54,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":102,\"title\":\"ISCISA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=102\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:15:46','com_menus.item',889,102,'COM_ACTIONLOGS_DISABLED'),(55,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 09:15:46','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(56,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":110,\"title\":\"Actividades Cient\\u00edficas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:16:34','com_menus.item',889,110,'COM_ACTIONLOGS_DISABLED'),(57,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Exames dos anos anteriores\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:17:19','com_content.article',889,22,'COM_ACTIONLOGS_DISABLED'),(58,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:17:19','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(59,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"14\",\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=14\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:17:51','com_categories.category',889,14,'COM_ACTIONLOGS_DISABLED'),(60,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__categories\"}','2024-02-22 09:17:51','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(61,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":15,\"title\":\"Actividades Cient\\u00edficas\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=15\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:18:18','com_categories.category',889,15,'COM_ACTIONLOGS_DISABLED'),(62,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"22\",\"title\":\"Exames dos anos anteriores\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=22\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:18:31','com_content.article',889,22,'COM_ACTIONLOGS_DISABLED'),(63,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:18:31','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(64,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":23,\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:18:46','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(65,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:19:17','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(66,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:19:17','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(67,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":24,\"title\":\"Extens\\u00e3o Comunit\\u00e1ria\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=24\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:19:49','com_content.article',889,24,'COM_ACTIONLOGS_DISABLED'),(68,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":25,\"title\":\"Projectos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=25\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:20:03','com_content.article',889,25,'COM_ACTIONLOGS_DISABLED'),(69,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":26,\"title\":\"Financiamentos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:20:17','com_content.article',889,26,'COM_ACTIONLOGS_DISABLED'),(70,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":27,\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:20:35','com_content.article',889,27,'COM_ACTIONLOGS_DISABLED'),(71,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"26\",\"title\":\"Financiamentos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=26\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:20:47','com_content.article',889,26,'COM_ACTIONLOGS_DISABLED'),(72,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:20:47','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(73,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"27\",\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:21:02','com_content.article',889,27,'COM_ACTIONLOGS_DISABLED'),(74,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:21:02','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(75,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":28,\"title\":\"Cursos de Mestrado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=28\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:21:20','com_content.article',889,28,'COM_ACTIONLOGS_DISABLED'),(76,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":29,\"title\":\"Cursos de Doutoramento\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=29\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:21:42','com_content.article',889,29,'COM_ACTIONLOGS_DISABLED'),(77,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":30,\"title\":\"Cursos de Curta Dura\\u00e7\\u00e3o\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=30\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:22:03','com_content.article',889,30,'COM_ACTIONLOGS_DISABLED'),(78,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"30\",\"title\":\"Cursos de Curta Dura\\u00e7\\u00e3o\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=30\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:22:51','com_content.article',889,30,'COM_ACTIONLOGS_DISABLED'),(79,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:22:51','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(80,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":31,\"title\":\"Cursos de Licenciatura\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=31\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:23:13','com_content.article',889,31,'COM_ACTIONLOGS_DISABLED'),(81,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":32,\"title\":\"Cursos de Mestrado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=32\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:23:38','com_content.article',889,32,'COM_ACTIONLOGS_DISABLED'),(82,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Vis\\u00e3o\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:24:02','com_menus.item',889,109,'COM_ACTIONLOGS_DISABLED'),(83,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 09:24:02','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(84,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Miss\\u00e3o\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:24:41','com_menus.item',889,111,'COM_ACTIONLOGS_DISABLED'),(85,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Vis\\u00e3o\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:24:56','com_menus.item',889,109,'COM_ACTIONLOGS_DISABLED'),(86,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 09:24:56','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(87,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Historial\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:25:36','com_menus.item',889,112,'COM_ACTIONLOGS_DISABLED'),(88,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Unidades Org\\u00e2nicas\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:26:04','com_menus.item',889,113,'COM_ACTIONLOGS_DISABLED'),(89,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Conselho Geral\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:26:42','com_menus.item',889,114,'COM_ACTIONLOGS_DISABLED'),(90,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Direc\\u00e7\\u00e3o Geral\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:27:18','com_menus.item',889,115,'COM_ACTIONLOGS_DISABLED'),(91,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Conselho Cient\\u00edfico\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:27:44','com_menus.item',889,116,'COM_ACTIONLOGS_DISABLED'),(92,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"Conselho Pedag\\u00f3gico\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:28:19','com_menus.item',889,117,'COM_ACTIONLOGS_DISABLED'),(93,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"CIBS ISCISA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:28:38','com_menus.item',889,118,'COM_ACTIONLOGS_DISABLED'),(94,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Gerais\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:29:10','com_menus.item',889,119,'COM_ACTIONLOGS_DISABLED'),(95,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":120,\"title\":\"Cursos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=120\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:29:44','com_menus.item',889,120,'COM_ACTIONLOGS_DISABLED'),(96,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":121,\"title\":\"Exames dos anos anteriores\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=121\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:30:12','com_menus.item',889,121,'COM_ACTIONLOGS_DISABLED'),(97,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":122,\"title\":\"Administra\\u00e7\\u00e3o e Gest\\u00e3o Hospitalar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=122\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:30:46','com_menus.item',889,122,'COM_ACTIONLOGS_DISABLED'),(98,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":123,\"title\":\"Apoio ao Diagn\\u00f3stico\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=123\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:31:13','com_menus.item',889,123,'COM_ACTIONLOGS_DISABLED'),(99,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":124,\"title\":\"Cirurgia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=124\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:31:35','com_menus.item',889,124,'COM_ACTIONLOGS_DISABLED'),(100,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Enfermagem\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:32:03','com_menus.item',889,125,'COM_ACTIONLOGS_DISABLED'),(101,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":126,\"title\":\"Reabilita\\u00e7\\u00e3o\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=126\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:32:38','com_menus.item',889,126,'COM_ACTIONLOGS_DISABLED'),(102,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":127,\"title\":\"Sa\\u00fade P\\u00fablica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=127\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:33:24','com_menus.item',889,127,'COM_ACTIONLOGS_DISABLED'),(103,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:34:20','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(104,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":128,\"title\":\"Cursos de Mestrado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=128\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:34:32','com_menus.item',889,128,'COM_ACTIONLOGS_DISABLED'),(105,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":129,\"title\":\"Cursos de Doutoramento\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=129\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:34:53','com_menus.item',889,129,'COM_ACTIONLOGS_DISABLED'),(106,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":130,\"title\":\"Cursos de Curta Dura\\u00e7\\u00e3o\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=130\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:35:15','com_menus.item',889,130,'COM_ACTIONLOGS_DISABLED'),(107,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":131,\"title\":\"Cursos de Licenciatura\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=131\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:35:35','com_menus.item',889,131,'COM_ACTIONLOGS_DISABLED'),(108,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":132,\"title\":\"Cursos de Mestrado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=132\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:36:01','com_menus.item',889,132,'COM_ACTIONLOGS_DISABLED'),(109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":133,\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=133\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:36:28','com_menus.item',889,133,'COM_ACTIONLOGS_DISABLED'),(110,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":134,\"title\":\"Extens\\u00e3o Comunit\\u00e1ria\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=134\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:37:12','com_menus.item',889,134,'COM_ACTIONLOGS_DISABLED'),(111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":135,\"title\":\"Projectos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=135\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:37:35','com_menus.item',889,135,'COM_ACTIONLOGS_DISABLED'),(112,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":136,\"title\":\"Financiamentos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=136\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:38:01','com_menus.item',889,136,'COM_ACTIONLOGS_DISABLED'),(113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":137,\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=137\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:38:32','com_menus.item',889,137,'COM_ACTIONLOGS_DISABLED'),(114,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":102,\"title\":\"ISCISA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=102\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:39:18','com_menus.item',889,102,'COM_ACTIONLOGS_DISABLED'),(115,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 09:39:18','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":138,\"title\":\"Extens\\u00e3o de Quelimane\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=138\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:39:52','com_menus.item',889,138,'COM_ACTIONLOGS_DISABLED'),(117,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":139,\"title\":\"DAF (Propinas e emolumentos)\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=139\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:40:16','com_menus.item',889,139,'COM_ACTIONLOGS_DISABLED'),(118,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"27\",\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=27\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:40:55','com_content.article',889,27,'COM_ACTIONLOGS_DISABLED'),(119,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 09:40:55','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(120,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":33,\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=33\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:41:07','com_content.article',889,33,'COM_ACTIONLOGS_DISABLED'),(121,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":139,\"title\":\"DAF (Propinas e emolumentos)\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=139\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:41:26','com_menus.item',889,139,'COM_ACTIONLOGS_DISABLED'),(122,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 09:41:26','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(123,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":140,\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=140\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:42:05','com_menus.item',889,140,'COM_ACTIONLOGS_DISABLED'),(124,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":139,\"title\":\"DAF (Propinas e Emolumentos)\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=139\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:42:49','com_menus.item',889,139,'COM_ACTIONLOGS_DISABLED'),(125,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 09:42:49','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(126,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:50:07','com_config.component',889,12,'COM_ACTIONLOGS_DISABLED'),(127,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:50:47','com_config.component',889,12,'COM_ACTIONLOGS_DISABLED'),(128,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":12,\"title\":\"com_media\",\"extension_name\":\"com_media\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=12\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:52:35','com_config.component',889,12,'COM_ACTIONLOGS_DISABLED'),(129,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":242,\"name\":\"com_akeebabackup\",\"extension_name\":\"com_akeebabackup\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:59:50','com_installer',889,242,'COM_ACTIONLOGS_DISABLED'),(130,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":243,\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"extension_name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:59:50','com_installer',889,243,'COM_ACTIONLOGS_DISABLED'),(131,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":244,\"name\":\"pkg_akeebabackup\",\"extension_name\":\"pkg_akeebabackup\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 09:59:50','com_installer',889,244,'COM_ACTIONLOGS_DISABLED'),(132,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":246,\"name\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:01:39','com_installer',889,246,'COM_ACTIONLOGS_DISABLED'),(133,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":245,\"name\":\"com_maximenuck\",\"extension_name\":\"com_maximenuck\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:01:39','com_installer',889,245,'COM_ACTIONLOGS_DISABLED'),(134,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":248,\"name\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:02:43','com_installer',889,248,'COM_ACTIONLOGS_DISABLED'),(135,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":247,\"name\":\"com_slideshowck\",\"extension_name\":\"com_slideshowck\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:02:43','com_installer',889,247,'COM_ACTIONLOGS_DISABLED'),(136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:04:21','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(137,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:04:21','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:04:25','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(139,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:04:25','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:04:41','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(141,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:04:41','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(142,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:05:19','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:05:19','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(144,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:05:45','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(145,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:05:45','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(146,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:08:06','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(147,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 10:08:20','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(148,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":108,\"title\":\"Contactos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=108\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:08:20','com_menus.item',889,108,'COM_ACTIONLOGS_DISABLED'),(149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_STYLE\",\"id\":\"11\",\"title\":\"Cassiopeia - Default\",\"extension_name\":\"Cassiopeia - Default\",\"itemlink\":\"index.php?option=com_templates&task=style.edit&id=11\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:09:43','com_templates.style',889,11,'COM_ACTIONLOGS_DISABLED'),(150,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:10:28','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(151,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:10:28','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(152,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:10:32','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(153,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:10:32','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:10:36','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(155,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:10:36','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:10:49','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:10:49','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(158,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:13:11','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(159,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:13:11','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(160,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:13:31','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(161,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:13:31','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:14:44','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(163,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:14:44','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(164,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:21:33','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(165,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 10:21:33','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(166,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":102,\"title\":\"ISCISA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=102\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 10:22:36','com_menus.item',889,102,'COM_ACTIONLOGS_DISABLED'),(167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 10:22:36','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(168,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":102,\"title\":\"ISCISA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=102\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 11:13:25','com_menus.item',889,102,'COM_ACTIONLOGS_DISABLED'),(169,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 11:13:25','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(170,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":102,\"title\":\"ISCISA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=102\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 11:13:58','com_menus.item',889,102,'COM_ACTIONLOGS_DISABLED'),(171,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":102,\"title\":\"ISCISA\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=102\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 11:15:02','com_menus.item',889,102,'COM_ACTIONLOGS_DISABLED'),(172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 11:15:02','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"19\",\"title\":\"CIBS ISCISA\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 12:35:11','com_content.article',889,19,'COM_ACTIONLOGS_DISABLED'),(174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 12:35:11','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(175,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"24\",\"title\":\"Extens\\u00e3o Comunit\\u00e1ria\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=24\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 12:40:17','com_content.article',889,24,'COM_ACTIONLOGS_DISABLED'),(176,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 12:40:17','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(177,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"24\",\"title\":\"Extens\\u00e3o Comunit\\u00e1ria\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=24\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 12:40:26','com_content.article',889,24,'COM_ACTIONLOGS_DISABLED'),(178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 12:40:26','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(179,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"19\",\"title\":\"CIBS ISCISA\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 12:44:04','com_content.article',889,19,'COM_ACTIONLOGS_DISABLED'),(180,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-22 12:44:04','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(181,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"iscisa.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 12:57:45','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 12:58:16','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(183,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 12:58:16','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(184,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 12:58:39','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 12:58:39','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(186,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 12:59:12','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(187,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 12:59:12','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(188,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:00:01','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:00:32','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:00:32','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:00:50','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:00:50','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:06:32','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:06:32','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(195,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:06:47','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:06:55','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(197,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:06:59','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(198,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":16,\"title\":\"Login Form\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=16\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:06:59','com_modules.module',889,16,'COM_ACTIONLOGS_DISABLED'),(199,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:07:48','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:07:48','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(201,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:08:01','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(202,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":16,\"title\":\"Login Form\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=16\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:08:01','com_modules.module',889,16,'COM_ACTIONLOGS_DISABLED'),(203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:08:18','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(204,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:08:18','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(205,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:08:22','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(206,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:08:22','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(207,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:08:35','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:08:35','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(209,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:09:06','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(210,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:09:38','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(211,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:09:38','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(212,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:09:51','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(213,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:09:55','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(214,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:09:55','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:10:22','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:10:22','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(217,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:10:55','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(218,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:10:55','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:11:26','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:11:26','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(221,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:11:42','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(222,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:12:12','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(223,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:12:12','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(224,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:12:38','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(225,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:12:38','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(226,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:12:58','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(227,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:12:58','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(228,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:13:14','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:13:14','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(230,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:13:30','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(231,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:13:30','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(232,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:13:53','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(233,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:13:53','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(234,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:14:08','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(235,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 13:14:24','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(236,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-22 13:15:04','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(237,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:15:44','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(238,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:15:59','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(239,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:16:09','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(240,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:16:27','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(241,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:16:27','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(242,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:16:41','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(243,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:16:58','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(244,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:16:58','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(245,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:17:17','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(246,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:17:17','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(247,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:17:53','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(248,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:17:53','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(249,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:18:05','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(250,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:18:20','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(251,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:18:20','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(252,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:18:43','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(253,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:18:43','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(254,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-22 13:19:00','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(255,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-22 13:19:00','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(256,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-23 10:07:12','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(257,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:14:19','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(258,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:14:35','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(259,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:14:35','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(260,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:15:09','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(261,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:15:09','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:15:19','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(263,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:15:22','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(264,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:15:22','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(265,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:15:42','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(266,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:15:42','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(267,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:15:57','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(268,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:15:57','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(269,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:16:20','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(270,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:16:20','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(271,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:16:42','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(272,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:16:42','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(273,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:16:59','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(274,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":101,\"title\":\"In\\u00edcio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=101\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:17:50','com_menus.item',889,101,'COM_ACTIONLOGS_DISABLED'),(275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-23 10:17:50','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:18:13','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(277,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:18:27','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(278,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:18:27','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(279,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:18:42','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(280,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:18:42','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(281,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:18:56','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(282,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:18:56','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(283,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:19:37','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(284,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:19:37','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:19:52','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:19:52','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(287,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:20:16','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(288,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:20:16','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(289,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:20:37','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(290,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:20:37','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(291,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:21:00','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(292,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-23 10:21:21','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(293,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-23 10:21:32','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(294,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:21:57','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(295,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":16,\"title\":\"Login Form\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=16\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:21:57','com_modules.module',889,16,'COM_ACTIONLOGS_DISABLED'),(296,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:22:29','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(297,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:22:29','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(298,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:22:54','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":16,\"title\":\"Login Form\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=16\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:22:54','com_modules.module',889,16,'COM_ACTIONLOGS_DISABLED'),(300,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:23:44','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(301,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:23:44','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(302,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:24:49','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(303,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:24:51','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:26:09','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:26:30','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(306,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:26:30','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(307,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:27:26','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(308,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:27:26','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:28:06','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(310,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:28:06','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(311,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:33:24','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(312,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:33:24','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(313,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:34:08','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(314,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:34:08','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(315,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:34:25','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(316,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:34:25','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(317,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:35:29','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(318,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:35:29','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(319,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:35:52','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(320,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:35:52','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:36:06','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(322,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:36:22','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:36:22','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:36:39','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:37:08','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(326,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:37:08','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(327,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:37:28','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:37:28','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:37:43','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:37:43','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:38:12','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:38:12','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(333,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:45:21','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(334,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:45:56','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":16,\"title\":\"Login Form\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=16\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:45:56','com_modules.module',889,16,'COM_ACTIONLOGS_DISABLED'),(336,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:48:56','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(337,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:48:56','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(338,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:49:12','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:49:12','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:50:00','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:50:00','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(342,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:51:52','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(343,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:51:52','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:53:02','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:53:02','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:53:47','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:53:47','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(348,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:54:29','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(349,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:54:50','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(350,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:54:50','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(351,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:55:28','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(352,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:55:28','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(353,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:55:31','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(354,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:55:35','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(355,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:55:35','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(356,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:55:46','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(357,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:55:46','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:55:54','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(359,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:56:54','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(360,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:56:54','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":110,\"title\":\"Maximenu CK\",\"extension_name\":\"Maximenu CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=110\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:57:35','com_modules.module',889,110,'COM_ACTIONLOGS_DISABLED'),(362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:57:35','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(363,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:58:03','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(364,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:58:12','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:58:12','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(366,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:58:55','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(367,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:58:55','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(368,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 10:59:48','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(369,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 10:59:48','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(370,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-23 11:00:03','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(371,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 11:04:08','com_config.component',889,19,'COM_ACTIONLOGS_DISABLED'),(372,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 11:04:53','com_config.component',889,19,'COM_ACTIONLOGS_DISABLED'),(373,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-23 11:06:37','com_config.component',889,19,'COM_ACTIONLOGS_DISABLED'),(374,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-23 12:06:30','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(375,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":889,\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-23 12:06:37','com_users',889,889,'COM_ACTIONLOGS_DISABLED'),(376,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-26 08:18:38','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(377,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:03:24','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:03:24','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:03:40','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(380,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:03:40','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(381,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:04:00','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(382,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:04:00','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(383,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:04:26','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:04:26','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(385,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:04:51','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:04:51','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:05:10','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(388,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:05:10','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(389,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:06:04','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(390,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:06:04','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(391,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Slideshow CK\",\"extension_name\":\"Slideshow CK\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:13:40','com_modules.module',889,111,'COM_ACTIONLOGS_DISABLED'),(392,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:13:40','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:13:44','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(394,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"15\",\"title\":\"Conselho Geral\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=15\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:16:51','com_content.article',889,15,'COM_ACTIONLOGS_DISABLED'),(395,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-26 09:16:51','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(396,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"15\",\"title\":\"Conselho Geral\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=15\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:17:31','com_content.article',889,15,'COM_ACTIONLOGS_DISABLED'),(397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-26 09:17:31','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"24\",\"title\":\"Extens\\u00e3o Comunit\\u00e1ria\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=24\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:18:46','com_content.article',889,24,'COM_ACTIONLOGS_DISABLED'),(399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-26 09:18:46','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(400,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"16\",\"title\":\"Direc\\u00e7\\u00e3o Geral\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=16\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:20:03','com_content.article',889,16,'COM_ACTIONLOGS_DISABLED'),(401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-26 09:20:03','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(402,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-26 09:20:59','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(403,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"17\",\"title\":\"Conselho Cient\\u00edfico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=17\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:22:17','com_content.article',889,17,'COM_ACTIONLOGS_DISABLED'),(404,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-26 09:22:17','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(405,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Conselho Pedag\\u00f3gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:23:36','com_content.article',889,18,'COM_ACTIONLOGS_DISABLED'),(406,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-26 09:23:36','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:27:16','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(408,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:27:16','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(409,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:27:48','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(410,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"Menu Secund\\u00e1rio \",\"extension_name\":\"Menu Secund\\u00e1rio \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:39:14','com_modules.module',889,112,'COM_ACTIONLOGS_DISABLED'),(411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"18\",\"title\":\"Conselho Pedag\\u00f3gico\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=18\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:40:45','com_content.article',889,18,'COM_ACTIONLOGS_DISABLED'),(412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-26 09:40:45','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"Menu Secund\\u00e1rio \",\"extension_name\":\"Menu Secund\\u00e1rio \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:41:39','com_modules.module',889,112,'COM_ACTIONLOGS_DISABLED'),(414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:41:39','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(415,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Ver tamb\\u00e9m\",\"extension_name\":\"Ver tamb\\u00e9m\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:43:01','com_modules.module',889,113,'COM_ACTIONLOGS_DISABLED'),(416,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"Menu Secund\\u00e1rio \",\"extension_name\":\"Menu Secund\\u00e1rio \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:43:33','com_modules.module',889,112,'COM_ACTIONLOGS_DISABLED'),(417,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:43:33','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(418,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Ver tamb\\u00e9m\",\"extension_name\":\"Ver tamb\\u00e9m\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:43:57','com_modules.module',889,113,'COM_ACTIONLOGS_DISABLED'),(419,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:43:57','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(420,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:44:00','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(421,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"Menu Secund\\u00e1rio \",\"extension_name\":\"Menu Secund\\u00e1rio \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:45:23','com_modules.module',889,112,'COM_ACTIONLOGS_DISABLED'),(422,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:45:23','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(423,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Ver tamb\\u00e9m  \",\"extension_name\":\"Ver tamb\\u00e9m  \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:47:14','com_modules.module',889,113,'COM_ACTIONLOGS_DISABLED'),(424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:47:14','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(425,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"Menu Secund\\u00e1rio \",\"extension_name\":\"Menu Secund\\u00e1rio \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:47:37','com_modules.module',889,112,'COM_ACTIONLOGS_DISABLED'),(426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:47:37','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(427,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Cooperacao-Italiana-195x164.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(428,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"D3-195x164.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(429,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"D2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(430,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"CDC.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(431,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"D1-195x164.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(432,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Calouste-195x164.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ICAP.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:55','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(434,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ESS-.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:55','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(435,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"D4.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:55','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(436,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"images.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:53:55','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(437,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:56:08','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(438,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:56:17','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:56:17','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(440,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:56:47','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(441,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:56:47','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(442,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:57:15','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:57:15','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(444,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:59:36','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(445,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:59:36','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(446,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 09:59:58','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 09:59:58','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(448,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:00:21','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 10:00:21','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(450,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:01:17','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 10:01:17','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(452,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:02:34','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 10:02:34','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(454,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:03:16','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 10:03:16','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(456,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:04:40','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 10:04:40','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"Parceiros\",\"extension_name\":\"Parceiros\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:04:50','com_modules.module',889,114,'COM_ACTIONLOGS_DISABLED'),(459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-26 10:04:50','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"AGH.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:05:51','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(461,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"enfermagemgeral.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:06:00','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(462,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"enfermagempediatrica.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:06:05','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(463,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"fisioterapia.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:06:26','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(464,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"nutricao.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:06:30','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(465,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"psicologiaclinica.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:06:38','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(466,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"saudepublica.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:06:45','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(467,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ServicoSocial.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:06:51','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(468,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"SMI.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:06:59','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"TBL.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:07:05','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(470,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"TO.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:07:35','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(471,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Anestesiologia.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:13','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(472,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"AnatomiaPatologica.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:13','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Cirurgia.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:21','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(474,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Instrumentacao.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:30','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(475,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"MestradoCienciasdeSaude.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:36','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(476,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"MestradoOGP.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:36','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(477,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoEnfermagemSMI.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(478,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"MestradoPDS.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(479,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoCienciasdeSaude.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(480,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoAP.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(481,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoEnfermagemGeral.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(482,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoAGH.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:54','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(483,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoEnfermagemPediatrica.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:55','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(484,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoCirurgia.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:08:55','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoFisioterapia.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:25','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(486,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoPsicologiaClinica.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:25','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoTBL.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:25','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(488,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoPDS.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:25','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(489,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoRadiologia.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:25','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(490,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoTO.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:25','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(491,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Radiologia.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:26','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(492,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoTF.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:26','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(493,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoServicoSocial.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:26','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(494,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoSaudePublica.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:26','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(495,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"PlanoOGP.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:26','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(496,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"ServicoSocial.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:32','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(497,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"TF.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:41','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(498,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"TO.pdf\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/docs\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:09:43','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(499,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"tembe.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:10:06','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"marta.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:10:06','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(501,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"psi.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:10:06','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(502,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Erica.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:10:06','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(503,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"sp.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:10:06','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(504,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"iscisa1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:10:24','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(505,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"downloadpdf.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:11:15','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(506,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:11:34','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(507,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"semfoto.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/fotos\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:12:50','com_media.file',889,0,'COM_ACTIONLOGS_DISABLED'),(508,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":34,\"title\":\"Biblioteca\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=34\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:26:33','com_content.article',889,34,'COM_ACTIONLOGS_DISABLED'),(509,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":152,\"title\":\"B\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=152\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:27:22','com_menus.item',889,152,'COM_ACTIONLOGS_DISABLED'),(510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":152,\"title\":\"Biblioteca\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=152\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-26 10:27:43','com_menus.item',889,152,'COM_ACTIONLOGS_DISABLED'),(511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-26 10:27:43','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(512,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-26 11:40:11','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(513,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-26 11:43:24','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(514,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-26 11:45:13','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(515,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-26 11:47:46','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(516,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-26 12:40:45','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-26 13:18:09','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(518,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":889,\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-26 13:28:35','com_users',889,889,'COM_ACTIONLOGS_DISABLED'),(519,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-28 07:31:16','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(520,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__menu\"}','2024-02-28 07:39:37','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(521,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"Menu Secund\\u00e1rio \",\"extension_name\":\"Menu Secund\\u00e1rio \",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 07:40:20','com_modules.module',889,112,'COM_ACTIONLOGS_DISABLED'),(522,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-28 07:40:20','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(523,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-28 07:41:43','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(524,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 07:42:10','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(525,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-28 07:42:10','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(526,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 07:42:41','com_modules.module',889,1,'COM_ACTIONLOGS_DISABLED'),(527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-28 07:42:41','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(528,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-28 07:45:21','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(529,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 07:48:32','com_config.component',889,19,'COM_ACTIONLOGS_DISABLED'),(530,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 08:00:03','com_config.component',889,19,'COM_ACTIONLOGS_DISABLED'),(531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-28 08:05:26','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__modules\"}','2024-02-28 08:28:39','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(533,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-28 09:16:18','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(534,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:17:16','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(535,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:21:39','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(536,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:21:39','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(537,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:22:24','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(538,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:22:24','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(539,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:23:03','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(540,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:23:03','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:23:58','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(542,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":19,\"title\":\"com_content\",\"extension_name\":\"com_content\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=19\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:24:15','com_config.component',889,19,'COM_ACTIONLOGS_DISABLED'),(543,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:24:19','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(544,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:27:58','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(545,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:27:58','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(546,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:28:32','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(547,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:28:32','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(548,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:29:12','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:29:12','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:57:36','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:57:36','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(552,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 09:57:53','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(553,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 09:57:53','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(554,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 10:16:38','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(555,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 10:16:38','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(556,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 10:18:51','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(557,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 10:18:51','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(558,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 10:19:22','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(559,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 10:19:22','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(560,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 10:23:41','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(561,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 10:23:41','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(562,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 10:33:17','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(563,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 10:33:18','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(564,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 10:33:17','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(565,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 10:33:18','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(566,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 10:33:37','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(567,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 10:33:37','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(568,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-28 11:23:56','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 11:24:06','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(570,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 11:24:37','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(571,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 11:24:37','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(572,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"23\",\"title\":\"Publica\\u00e7\\u00f5es \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=23\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\"}','2024-02-28 11:24:46','com_content.article',889,23,'COM_ACTIONLOGS_DISABLED'),(573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":889,\"title\":\"vmala\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"table\":\"#__content\"}','2024-02-28 11:24:46','com_checkin',889,889,'COM_ACTIONLOGS_DISABLED'),(574,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-28 12:48:45','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(575,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":889,\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-28 12:50:18','com_users',889,889,'COM_ACTIONLOGS_DISABLED'),(576,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-04 10:29:08','com_users',889,0,'COM_ACTIONLOGS_DISABLED'),(577,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":889,\"username\":\"vmala\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=889\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-06 12:29:07','com_users',889,0,'COM_ACTIONLOGS_DISABLED');
/*!40000 ALTER TABLE `iohsw_action_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_action_logs_extensions`
--

DROP TABLE IF EXISTS `iohsw_action_logs_extensions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_action_logs_extensions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_action_logs_extensions`
--

LOCK TABLES `iohsw_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `iohsw_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `iohsw_action_logs_extensions` VALUES (1,'com_banners'),(2,'com_cache'),(3,'com_categories'),(4,'com_config'),(5,'com_contact'),(6,'com_content'),(7,'com_installer'),(8,'com_media'),(9,'com_menus'),(10,'com_messages'),(11,'com_modules'),(12,'com_newsfeeds'),(13,'com_plugins'),(14,'com_redirect'),(15,'com_tags'),(16,'com_templates'),(17,'com_users'),(18,'com_checkin'),(19,'com_scheduler'),(20,'com_fields');
/*!40000 ALTER TABLE `iohsw_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_action_logs_users`
--

DROP TABLE IF EXISTS `iohsw_action_logs_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_action_logs_users` (
  `user_id` int(10) unsigned NOT NULL,
  `notify` tinyint(3) unsigned NOT NULL,
  `extensions` text COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`user_id`),
  KEY `idx_notify` (`notify`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_action_logs_users`
--

LOCK TABLES `iohsw_action_logs_users` WRITE;
/*!40000 ALTER TABLE `iohsw_action_logs_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `iohsw_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_akeeba_common`
--

DROP TABLE IF EXISTS `iohsw_akeeba_common`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_akeeba_common` (
  `key` varchar(190) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`key`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_akeeba_common`
--

LOCK TABLES `iohsw_akeeba_common` WRITE;
/*!40000 ALTER TABLE `iohsw_akeeba_common` DISABLE KEYS */;
INSERT INTO `iohsw_akeeba_common` VALUES ('stats_lastrun','1708936948'),('stats_siteid','90fe803846f227e0727c354cf77623d71631be5a'),('stats_siteurl','7357560d6a41a431177e55d8b9be350e');
/*!40000 ALTER TABLE `iohsw_akeeba_common` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_akeebabackup_backups`
--

DROP TABLE IF EXISTS `iohsw_akeebabackup_backups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_akeebabackup_backups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` longtext COLLATE utf8mb4_unicode_ci,
  `backupstart` timestamp NULL DEFAULT NULL,
  `backupend` timestamp NULL DEFAULT NULL,
  `status` enum('run','fail','complete') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'run',
  `origin` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backend',
  `type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'full',
  `profile_id` bigint(20) NOT NULL DEFAULT '1',
  `archivename` longtext COLLATE utf8mb4_unicode_ci,
  `absolute_path` longtext COLLATE utf8mb4_unicode_ci,
  `multipart` int(11) NOT NULL DEFAULT '0',
  `tag` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `backupid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `filesexist` tinyint(4) NOT NULL DEFAULT '1',
  `remote_filename` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_size` bigint(20) NOT NULL DEFAULT '0',
  `frozen` tinyint(1) NOT NULL DEFAULT '0',
  `instep` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_fullstatus` (`filesexist`,`status`),
  KEY `idx_stale` (`status`,`origin`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_akeebabackup_backups`
--

LOCK TABLES `iohsw_akeebabackup_backups` WRITE;
/*!40000 ALTER TABLE `iohsw_akeebabackup_backups` DISABLE KEYS */;
INSERT INTO `iohsw_akeebabackup_backups` VALUES (1,'Backup taken on Monday, 04 March 2024 10:29 UTC','','2024-03-04 08:30:04','2024-03-04 08:40:55','run','backend','full',1,'site-localhost-20240304-103004utc-V5oEYxEH-thNstHH.jpa','C:/wamp64/www/joomla/administrator/components/com_akeebabackup/backup/site-localhost-20240304-103004utc-V5oEYxEH-thNstHH.jpa',0,'backend','id-20240304-102959-982937',1,'NULL',51134926,0,0),(2,'Backup taken on Monday, 04 March 2024 10:40 UTC','','2024-03-04 08:40:49','2024-03-04 08:42:25','complete','backend','full',1,'site-localhost-20240304-104049utc-16FcmSzcU3Y08N33.jpa','C:/wamp64/www/joomla/administrator/components/com_akeebabackup/backup/site-localhost-20240304-104049utc-16FcmSzcU3Y08N33.jpa',0,'backend','id-20240304-104048-325662',1,NULL,53386581,0,1);
/*!40000 ALTER TABLE `iohsw_akeebabackup_backups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_akeebabackup_profiles`
--

DROP TABLE IF EXISTS `iohsw_akeebabackup_profiles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_akeebabackup_profiles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `configuration` longtext COLLATE utf8mb4_unicode_ci,
  `filters` longtext COLLATE utf8mb4_unicode_ci,
  `quickicon` tinyint(4) NOT NULL DEFAULT '1',
  `access` int(11) DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_akeebabackup_profiles`
--

LOCK TABLES `iohsw_akeebabackup_profiles` WRITE;
/*!40000 ALTER TABLE `iohsw_akeebabackup_profiles` DISABLE KEYS */;
INSERT INTO `iohsw_akeebabackup_profiles` VALUES (1,'Default Backup Profile','###AES128###OLWS+NR5Ls91qEnC6r4PBaxA1A3bTREoEK07K3pExeJ717rhCaqOQG53UUutJeB12HJHAdshKFSsH77D5nsrlDtQE5Y+oK6MXcSudTNHGdf2VFLnietiy4Sal530pZSyNT+16FpyHdoa2jtMQU87lZwCmyOTy5U3yhhLm4sNJARv+DXROjRyAqpZZl2sQwHGDuZqw+LopIqJcD2CJej5potSdXcK0A9MXTjDQOi6mQ/QeBzTUTR4TgueHhujB2SZShXcBaiSrdLHiOlSjl9JMbXn1t3vpNdEbBs9ONcQLLSYxkIPfyVsazfGonqh2edyYddfKgM2U6FCtx2+HfCc43aWRaxIh4OPFckpQtGWPq1seMX2/bpfxOxlg1pmOOSzjqSpeKbWg8pTslgyOY1YN3ROs2LbT1wMM65KzfBhehvdnsoYt7KhGcmJu6BiefIE6Zrf3t+LHJNWFAy7J1MmC/Gb8hHkfD0v7bgWWZzFUNnCXHiIqaDtZAf6+Yg90/kOx04STTHX766KANDbeSy5tXEGkGxzCCqrhVrEb7OwgHHacaHucdw+9qVpm4MP21Q4gOdMckaqztuGL6Sg3Z3OtAOliQEhwq8m3FAbHGD19VjCZNavibFk7Fimt/E063zNgLZVXf8lzq09SC8tN8JPLFgNcmETvRjf7hiK7U7cGfsG4P+J42VXWY6hwfJ1ebgqK4wRG/8lPLGZKtdCByy4CkzGCuWXDGL/gGNH3GRzkqcxzC3YYtMyvt0BT4Y6zKENpmDaxJ20bRHX4KhWAV/XY8LhCiv2jeREYugDg85OR623Jc3SznDZ1UHDP+yPdq4shvkzJovhVFLjT551Xh6M8XgIwrzJOIRNveZm8b6wZmdGjI9CudokZNnkKUBTBOgJfXhGXydBDN20z37dKgqUSytjjtMP7qJhCeMgzmjDi09JUEvGtG/FV/Uqx9Vrsfbzrhk/977R58zOk/yfoEI7Vc+It7ztMygMbms1GLLcN+AzHX9ksVLmC5CV4kQjp4AQphJqJI3nRE/+2M3sChydmfBW0Ua94mTAvjNCrl4vQnQ+/MbJViM7ym9XZivWAO/tLD8ldIOo5tQw0hbitRul0ZJz1m5O+ktA986S3WA/+dL/+u+5gUx3uQloLjERqNlzpgVT06rOmNmm+Gkx8m9gfXJFA6V0eP9MuPGNaUWiNpG/I856cfXGhhpsL736lJTnvl1hwKlWDkhWPcae6eWorAkl0pyPjgfnMu8XxjmQQvXPKf94Yt5AoZP1baQyjtAJaaiGWjw3O30Tx7/mebEwW1ozulw29zA3c4k6V/5/tZYeZTqLc9UW/Lbo5LgJZUUhM6DRwkWV9S3/iB48u5KymcdG7wb4h+kT92pVmXN5l3p2vhHr0MzjqIdcI2avFexKFtMbhKukzAI8mj1/k8aO1YOzdeWw6m121UB93KSmlWZrSIPo+zrHumxa0OCeJ5vUIcFhHN2EKtmGP0izoO4N41WpwvEZ7guGd7UKIdDTnGwry858KcCkW82wVmTdZSvP8J0YsFsOx/UneU0shBRi+wB2+cb4GBcQjBbjXkLbMrYXi9i2iBSEU2eFc1QOAA9/D5nR61L5dyf9fjFsBSeh1mOhde2FO5rqNWI+K0NFB+RiO+sKAivH7eqzbo8ayZQ9yOfewmpchJBsf3lNmE/h1Xe8OHcrqpVxKGRd/sPtWyEUHg9IaylTt817M+K+N/Cl89/A3VCwhY7NZAmaEGLvaOEJ2qiobiaVla0sPVhh5GxPUtVtYVIM2KLOC+LoOKfnu5ZaRIa03roL2JWYeHLcwTDTpw80Il8DtaUwdVF6E+mSPwuoswPJo7Jc50P6hvRQziyfcSczGQg9XgTfaQ6jyO0kaEKF9r69CZd4yOkxWEOYoZ2lrLGWMl7erW4M08UF8rVl4zVXiTT0TR9nkbsMqTlXtYdZGAWFJfUkmt6iGloGV+H+nU7LFGdav6rw8jyRENh8zE6kaFC/Bxm48NE8CtZGssAXO1BN08I+AzWRq7eoOhdD9m/LWVQsTGD1YB8T7oCEvo8Gl6Kk4IfBwZ3uqiaucayuXBKw1Z31053/DLKryx6U1F0aIFCmlLC1Sm/1aHW7OcX3OswUlei/eli9fSxjXKfDLGeziXsKwRDqlulf0HVrA0XSObjM4qVKTnGD/nF//6lvHo6BQTSE+w5Y4GiguEBVmTGdMzpkb/CdsJ1yTjGntKB8x2ts85jtbinJW73wqqpYbcHg56UMC4MPTi+347le8QuBv7jbmFQabZD+blqC90bY53ztVrh2hq+suYtpfFt8ssdEZIWUXxj4+HVRWY7oF82p7fAciAXwpnfUZhersJnqSWNnpEgFZUViLf8iqgVF9fGBgqglnB4VluS3CghpduGM2iM/EHQ8XiJyMNvHPW9K7ZfL+c3rfuO6lFkk46TCiNzrJN8umKmfXpd3Xz2wQklGHu/5/53OqajVhVb2PlvIwKfmhbbeweDHvcqYjPWwQv0bbYuxq6T8D5+OfFZZu5w2M1buMdwig4NAB8+9pvacxhOR3yuWVoeERfERe8qKwFqgtKEwHUdgJ89axmDczyEpAylxAVEn4XOd6Y7jXI3qRMmDLYZPOKSrkERVKrK4g1trydtq/FgZr0yhEkuA5O0kvFJoSyzwlTu4h/kyFJB6oWB0JcSx2Cu/ZLeQv5Fffucm40T5wirNAqbSEfPlkykxbUA/+WTXwUXaFViC86AWS3rgMeW9A+4XabK3rn6pkit9o+VdIuRM28NCJLh1NwR6CtOmc/LEun/2cDlAM43/u8dyv+PPl+cxLcFXK4fkTg8q20wgqbXmBWJ3TsSWpFMr5hkq5i9U1ZSpjlq/UpFijR59RJHt3X7wUtj/ZbEYAtIQh4ox9PymCcZ/aYsKAIdXHdj2wAqlOZQn7XqlkagX3hc1LXrpcAWIUFnzGv3GpwWp96mOwtYFqGX8m7QVJm53dBEd5ALZKtS6TArs0gHL4wQcYzW1UsKzhShVdimaPrPrGjGjw3aJ5t+8o1icbhcYKUPpXtu/fTQBzDyRFu2El8fxQemPyiPBMHu8LOKrxftjosX3k52Fa1vAoD0mDPlXdPHJ5HYFOACAkbEilZzU/xnY3tPJICyzcArF5dEIJKo1DoZit3NU++oO19ij3jMB7P2zPvFZUayCBkMyDAtFPKXGkcgzaalivv7CPSH6bYFh9Bgb/as4cFVLVXG47blWZpL3glwC4yvbFpLyt/gJXUg8uADPyHdoMnFg/Cin/UHwc1liA6qhx9hexlXyGHC3X8Cj3BU8h94aaVP4JB4kuM2e8Psc2JQR24p2276TRQB1mHLVfRbp108jxZCRCoOUmVFsabRHXvzOOxWNzc2waC7ji4cXlZaptkzoBLwiRizGqoFs/CFvVh9tolNVd3w2TSuBRSdf/UvwTC0zJeNl2fftwJkh1A/H/I0fdQojxgP7tWDUh1JGPe8Pgpqyo9uBMfTr99rwXeoDsPlgX1V+tPB+xrjx9NAv0OOu9VP6hQaVS0P9l00HQ5LyQ9Qj8lnTy4Dk0i6lE5ZnYc5iYGEG+3G/oeNKGAmddTUs9lR777LFQXQC9etObel1PE5Ez+oxp4vMGUGN4NUinEOcAGjtBhHNgYDuNb5cjGhHy61RWNf1dN19PXtUxcLMCwDJVy9syQL3smMpOCSLsVvBFkRz9hrLGZ5EhJT0ri0hRoc12SAIqpemqBx4VD9wk5o6Jfzo8TAcf4oj8rOZIAZj8i6Xro9DPDL6iSASdHY4oAuphXL/43rjjTUkYHsipB+5vNzkFAi+4Ov9IStUFqzH3hEvV8WZBgxXZKHLz1BUdAh/1BImoOeyx5ZmGCZFLZFpykLK0xfBPAS4Wtg9tIXiqS7iKgz3WO1/+K1XPbufl8RqWDcHbr2r9wsRHrC/mOKraqubLCZNAeGQSSnDbIvNv8/VyvcnRIgqE6lzejZdQuQWXiOTUvLf1KT/xTxpj6DN9VW9qAZ2pSLMi1neMZAEZmgLEt//9t9HKqqPaprVjLVrGIIO1xSc4c7qWyIB4LSEuGMPWtzKHyPa1DHU5iIVuodE2jIumxFOs/ld+jrE36rfyA24fQyBm7Rjar6GBURYTfhi6U5eEbDikwAJ4r4T77I+/Big+Ld9Be/bzLcqtZEnirD3arqCKCPmV0pQU1T9jjEUQZqDTrt250RPm5vldTVOoBHX5+pPNHsjdLACcPqc/wc9wRswaeHiyesi33LMSoG5Ye/cq62wrenrqqUoSlBJVuj3fdVb1QgUYV7q5Mfh5w0xDAAA','',1,1);
/*!40000 ALTER TABLE `iohsw_akeebabackup_profiles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_akeebabackup_storage`
--

DROP TABLE IF EXISTS `iohsw_akeebabackup_storage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_akeebabackup_storage` (
  `tag` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastupdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `data` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`tag`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_akeebabackup_storage`
--

LOCK TABLES `iohsw_akeebabackup_storage` WRITE;
/*!40000 ALTER TABLE `iohsw_akeebabackup_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `iohsw_akeebabackup_storage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_assets`
--

DROP TABLE IF EXISTS `iohsw_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_assets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_asset_name` (`name`),
  KEY `idx_lft_rgt` (`lft`,`rgt`),
  KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=150 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_assets`
--

LOCK TABLES `iohsw_assets` WRITE;
/*!40000 ALTER TABLE `iohsw_assets` DISABLE KEYS */;
INSERT INTO `iohsw_assets` VALUES (1,0,0,283,0,'root.1','Root Asset','{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1},\"core.login.api\":{\"8\":1},\"core.login.offline\":{\"6\":1},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),(2,1,1,2,1,'com_admin','com_admin','{}'),(3,1,3,6,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(4,1,7,8,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,9,10,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,11,12,1,'com_config','com_config','{}'),(7,1,13,16,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(8,1,17,122,1,'com_content','com_content','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.execute.transition\":{\"6\":1,\"5\":1}}'),(9,1,123,124,1,'com_cpanel','com_cpanel','{}'),(10,1,125,126,1,'com_installer','com_installer','{\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,127,130,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1}}'),(12,11,128,129,2,'com_languages.language.1','English (en-GB)','{}'),(13,1,131,132,1,'com_login','com_login','{}'),(14,1,133,134,1,'com_mails','com_mails','{}'),(15,1,135,136,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,137,140,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1}}'),(17,1,141,142,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,143,226,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1}}'),(19,1,227,230,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(20,1,231,232,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1}}'),(21,1,233,234,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1}}'),(23,1,235,236,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1}}'),(24,1,241,244,1,'com_users','com_users','{\"core.admin\":{\"7\":1}}'),(26,1,245,246,1,'com_wrapper','com_wrapper','{}'),(27,8,18,21,2,'com_content.category.2','Uncategorised','{}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{}'),(29,7,14,15,2,'com_contact.category.4','Uncategorised','{}'),(30,19,228,229,2,'com_newsfeeds.category.5','Uncategorised','{}'),(32,24,242,243,2,'com_users.category.7','Uncategorised','{}'),(33,1,247,248,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,249,250,1,'com_joomlaupdate','com_joomlaupdate','{}'),(35,1,251,252,1,'com_tags','com_tags','{}'),(36,1,253,254,1,'com_contenthistory','com_contenthistory','{}'),(37,1,255,256,1,'com_ajax','com_ajax','{}'),(38,1,257,258,1,'com_postinstall','com_postinstall','{}'),(39,18,144,145,2,'com_modules.module.1','Main Menu','{}'),(40,18,146,147,2,'com_modules.module.2','Login','{}'),(41,18,148,149,2,'com_modules.module.3','Popular Articles','{}'),(42,18,150,151,2,'com_modules.module.4','Recently Added Articles','{}'),(43,18,152,153,2,'com_modules.module.8','Toolbar','{}'),(44,18,154,155,2,'com_modules.module.9','Notifications','{}'),(45,18,156,157,2,'com_modules.module.10','Logged-in Users','{}'),(46,18,158,159,2,'com_modules.module.12','Admin Menu','{}'),(49,18,164,165,2,'com_modules.module.15','Title','{}'),(50,18,166,167,2,'com_modules.module.16','Login Form','{}'),(51,18,168,169,2,'com_modules.module.17','Breadcrumbs','{}'),(52,18,170,171,2,'com_modules.module.79','Multilanguage status','{}'),(53,18,174,175,2,'com_modules.module.86','Joomla Version','{}'),(54,16,138,139,2,'com_menus.menu.1','Main Menu','{}'),(55,18,178,179,2,'com_modules.module.87','Sample Data','{}'),(56,8,22,39,2,'com_content.workflow.1','COM_WORKFLOW_BASIC_WORKFLOW','{}'),(57,56,23,24,3,'com_content.stage.1','COM_WORKFLOW_BASIC_STAGE','{}'),(58,56,25,26,3,'com_content.transition.1','Unpublish','{}'),(59,56,27,28,3,'com_content.transition.2','Publish','{}'),(60,56,29,30,3,'com_content.transition.3','Trash','{}'),(61,56,31,32,3,'com_content.transition.4','Archive','{}'),(62,56,33,34,3,'com_content.transition.5','Feature','{}'),(63,56,35,36,3,'com_content.transition.6','Unfeature','{}'),(64,56,37,38,3,'com_content.transition.7','Publish & Feature','{}'),(65,1,237,238,1,'com_privacy','com_privacy','{}'),(66,1,239,240,1,'com_actionlogs','com_actionlogs','{}'),(67,18,160,161,2,'com_modules.module.88','Latest Actions','{}'),(68,18,162,163,2,'com_modules.module.89','Privacy Dashboard','{}'),(70,18,172,173,2,'com_modules.module.103','Site','{}'),(71,18,176,177,2,'com_modules.module.104','System','{}'),(72,18,180,181,2,'com_modules.module.91','System Dashboard','{}'),(73,18,182,183,2,'com_modules.module.92','Content Dashboard','{}'),(74,18,184,185,2,'com_modules.module.93','Menus Dashboard','{}'),(75,18,186,187,2,'com_modules.module.94','Components Dashboard','{}'),(76,18,188,189,2,'com_modules.module.95','Users Dashboard','{}'),(77,18,190,191,2,'com_modules.module.99','Frontend Link','{}'),(78,18,192,193,2,'com_modules.module.100','Messages','{}'),(79,18,194,195,2,'com_modules.module.101','Post Install Messages','{}'),(80,18,196,197,2,'com_modules.module.102','User Status','{}'),(82,18,198,199,2,'com_modules.module.105','3rd Party','{}'),(83,18,200,201,2,'com_modules.module.106','Help Dashboard','{}'),(84,18,202,203,2,'com_modules.module.107','Privacy Requests','{}'),(85,18,204,205,2,'com_modules.module.108','Privacy Status','{}'),(86,18,206,207,2,'com_modules.module.96','Popular Articles','{}'),(87,18,208,209,2,'com_modules.module.97','Recently Added Articles','{}'),(88,18,210,211,2,'com_modules.module.98','Logged-in Users','{}'),(89,18,212,213,2,'com_modules.module.90','Login Support','{}'),(90,1,259,260,1,'com_scheduler','com_scheduler','{}'),(91,1,261,262,1,'com_associations','com_associations','{}'),(92,1,263,264,1,'com_categories','com_categories','{}'),(93,1,265,266,1,'com_fields','com_fields','{}'),(94,1,267,268,1,'com_workflow','com_workflow','{}'),(95,1,269,270,1,'com_guidedtours','com_guidedtours','{}'),(96,18,214,215,2,'com_modules.module.109','Guided Tours','{}'),(97,1,271,272,1,'com_scheduler.task.1','com_scheduler.task.1','{}'),(98,1,273,274,1,'com_scheduler.task.2','com_scheduler.task.2','{}'),(99,1,275,276,1,'com_scheduler.task.3','com_scheduler.task.3','{}'),(100,8,40,67,2,'com_content.category.8','ISCISA','{}'),(101,100,41,42,3,'com_content.article.1','Visão','{}'),(102,8,68,81,2,'com_content.category.9','Áreas Científicas','{}'),(103,8,82,89,2,'com_content.category.10','Admissão','{}'),(104,8,90,95,2,'com_content.category.11','Pós Graduação ','{}'),(105,8,96,103,2,'com_content.category.12','EaD','{}'),(106,8,104,105,2,'com_content.category.13','Webmail','{}'),(107,8,106,107,2,'com_content.category.14','Contactos','{}'),(108,100,43,44,3,'com_content.article.2','Missão','{}'),(109,100,45,46,3,'com_content.article.3','Historial','{}'),(110,100,49,50,3,'com_content.article.4','Unidades Orgânicas','{}'),(111,100,47,48,3,'com_content.article.5','Estrutura Orgânica','{}'),(112,100,51,52,3,'com_content.article.6','Extensão de Quelimane','{}'),(113,100,53,54,3,'com_content.article.7','DAF (Propinas e emolumentos)','{}'),(114,27,19,20,3,'com_content.article.8','Contactos','{}'),(115,102,69,70,3,'com_content.article.9','Administração e Gestão Hospitalar','{}'),(116,102,71,72,3,'com_content.article.10','Apoio ao Diagnóstico','{}'),(117,102,73,74,3,'com_content.article.11','Cirurgia','{}'),(118,102,75,76,3,'com_content.article.12','Enfermagem','{}'),(119,102,77,78,3,'com_content.article.13','Reabilitação','{}'),(120,102,79,80,3,'com_content.article.14','Saúde Pública','{}'),(121,100,55,56,3,'com_content.article.15','Conselho Geral','{}'),(122,100,57,58,3,'com_content.article.16','Direcção Geral','{}'),(123,100,59,60,3,'com_content.article.17','Conselho Científico','{}'),(124,100,61,62,3,'com_content.article.18','Conselho Pedagógico','{}'),(125,100,63,64,3,'com_content.article.19','CIBS ISCISA','{}'),(126,103,83,84,3,'com_content.article.20','Requisitos Gerais','{}'),(127,103,85,86,3,'com_content.article.21','Cursos','{}'),(128,103,87,88,3,'com_content.article.22','Exames dos anos anteriores','{}'),(129,8,108,121,2,'com_content.category.15','Actividades Científicas','{}'),(130,129,109,110,3,'com_content.article.23','Publicações ','{}'),(131,129,111,112,3,'com_content.article.24','Extensão Comunitária','{}'),(132,129,113,114,3,'com_content.article.25','Projectos','{}'),(133,129,117,118,3,'com_content.article.26','Financiamentos','{}'),(134,129,115,116,3,'com_content.article.27','Contactos','{}'),(135,104,91,92,3,'com_content.article.28','Cursos de Mestrado','{}'),(136,104,93,94,3,'com_content.article.29','Cursos de Doutoramento','{}'),(137,105,97,98,3,'com_content.article.30','Cursos de Curta Duração','{}'),(138,105,99,100,3,'com_content.article.31','Cursos de Licenciatura','{}'),(139,105,101,102,3,'com_content.article.32','Cursos de Mestrado','{}'),(140,100,65,66,3,'com_content.article.33','Contactos','{}'),(141,1,277,278,1,'com_akeebabackup','com_akeebabackup','{}'),(142,1,279,280,1,'com_maximenuck','com_maximenuck','{}'),(143,18,216,217,2,'com_modules.module.110','Maximenu CK','{}'),(144,1,281,282,1,'com_slideshowck','com_slideshowck','{}'),(145,18,218,219,2,'com_modules.module.111','Slideshow CK','{}'),(146,18,220,221,2,'com_modules.module.112','Menu Secundário ','{}'),(147,18,222,223,2,'com_modules.module.113','Ver também  ','{}'),(148,18,224,225,2,'com_modules.module.114','Parceiros','{}'),(149,129,119,120,3,'com_content.article.34','Biblioteca','{}');
/*!40000 ALTER TABLE `iohsw_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_associations`
--

DROP TABLE IF EXISTS `iohsw_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_associations`
--

LOCK TABLES `iohsw_associations` WRITE;
/*!40000 ALTER TABLE `iohsw_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `iohsw_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_banner_clients`
--

DROP TABLE IF EXISTS `iohsw_banner_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_banner_clients` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `contact` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extrainfo` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(4) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `metakey` text COLLATE utf8mb4_unicode_ci,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  PRIMARY KEY (`id`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_banner_clients`
--

LOCK TABLES `iohsw_banner_clients` WRITE;
/*!40000 ALTER TABLE `iohsw_banner_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `iohsw_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_banner_tracks`
--

DROP TABLE IF EXISTS `iohsw_banner_tracks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) unsigned NOT NULL,
  `banner_id` int(10) unsigned NOT NULL,
  `count` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  KEY `idx_track_date` (`track_date`),
  KEY `idx_track_type` (`track_type`),
  KEY `idx_banner_id` (`banner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_banner_tracks`
--

LOCK TABLES `iohsw_banner_tracks` WRITE;
/*!40000 ALTER TABLE `iohsw_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `iohsw_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_banners`
--

DROP TABLE IF EXISTS `iohsw_banners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_banners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `clickurl` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint(4) NOT NULL DEFAULT '0',
  `catid` int(10) unsigned NOT NULL DEFAULT '0',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `custombannercode` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sticky` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text COLLATE utf8mb4_unicode_ci,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `reset` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `idx_state` (`state`),
  KEY `idx_own_prefix` (`own_prefix`),
  KEY `idx_metakey_prefix` (`metakey_prefix`(100)),
  KEY `idx_banner_catid` (`catid`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_banners`
--

LOCK TABLES `iohsw_banners` WRITE;
/*!40000 ALTER TABLE `iohsw_banners` DISABLE KEYS */;
/*!40000 ALTER TABLE `iohsw_banners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_categories`
--

DROP TABLE IF EXISTS `iohsw_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) unsigned NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci,
  `published` tinyint(4) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL,
  `modified_user_id` int(10) unsigned NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL,
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `cat_idx` (`extension`,`published`,`access`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_path` (`path`(100)),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_categories`
--

LOCK TABLES `iohsw_categories` WRITE;
/*!40000 ALTER TABLE `iohsw_categories` DISABLE KEYS */;
INSERT INTO `iohsw_categories` VALUES (1,0,0,0,27,0,'','system','ROOT','root','','',1,NULL,NULL,1,'{}','','','{}',889,'2024-02-22 08:30:37',889,'2024-02-22 08:30:37',0,'*',1),(2,27,1,1,2,1,'uncategorised','com_content','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"workflow_id\":\"use_default\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 08:30:37',889,'2024-02-22 08:30:37',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 08:30:37',889,'2024-02-22 08:30:37',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 08:30:37',889,'2024-02-22 08:30:37',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 08:30:37',889,'2024-02-22 08:30:37',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 08:30:37',889,'2024-02-22 08:30:37',0,'*',1),(8,100,1,11,12,1,'iscisa','com_content','ISCISA','iscisa','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 08:58:56',889,'2024-02-22 08:58:56',0,'*',1),(9,102,1,13,14,1,'areas-cientificas','com_content','Áreas Científicas','areas-cientificas','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 09:01:55',889,'2024-02-22 09:01:55',0,'*',1),(10,103,1,15,16,1,'admissao','com_content','Admissão','admissao','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 09:02:15',889,'2024-02-22 09:02:15',0,'*',1),(11,104,1,17,18,1,'pos-graduacao','com_content','Pós Graduação ','pos-graduacao','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 09:02:29',889,'2024-02-22 09:02:29',0,'*',1),(12,105,1,19,20,1,'ead','com_content','EaD','ead','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 09:02:42',889,'2024-02-22 09:02:42',0,'*',1),(13,106,1,23,24,1,'webmail','com_content','Webmail','webmail','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 09:02:55',889,'2024-02-22 09:02:55',0,'*',1),(14,107,1,25,26,1,'contactos','com_content','Contactos','contactos','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 09:03:04',889,'2024-02-22 09:17:51',0,'*',1),(15,129,1,21,22,1,'actividades-cientificas','com_content','Actividades Científicas','actividades-cientificas','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',889,'2024-02-22 09:18:18',889,'2024-02-22 09:18:18',0,'*',1);
/*!40000 ALTER TABLE `iohsw_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `iohsw_contact_details`
--

DROP TABLE IF EXISTS `iohsw_contact_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `iohsw_contact_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` text COLLATE utf8mb4_unicode_ci,
  `suburb` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fax` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `misc` mediumtext COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `default_con` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL DEFAULT '0',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` int(10) unsigned NOT NULL DEFAULT '0',
  `mobile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `webpage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int(10) unsigned NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL,
  `modified_by` int(10) unsigned NOT NULL DEFAULT '0',
  `metakey` text COLLATE utf8mb4_unicode_ci,
  `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT 'Set if contact is featured.',
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `version` int(10) unsigned NOT NULL DEFAULT '1',
  `hits` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `idx_access` (`access`),
  KEY `idx_checkout` (`checked_out`),
  KEY `idx_state` (`published`),
  KEY `idx_catid` (`catid`),
  KEY `idx_createdby` (`created_by`),
  KEY `idx_featured_catid` (`featured`,`catid`),
  KEY `idx_language` (`language`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `iohsw_contact_details`
--

LOCK TABLES `iohsw_contact_details` WRITE;
/*!40000 ALTER TABLE `iohsw_contact_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `iohsw_contact_details` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-09-17 10:01:58
