Skip to content

Commit

Permalink
Merge pull request #8292 from roland-d/fix-filenames
Browse files Browse the repository at this point in the history
Updated the update files with the correct version and dates.
  • Loading branch information
Thomas Hunziker committed Nov 5, 2015
2 parents 38aac08 + 4666b76 commit 32b2172
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.

This file was deleted.

@@ -1 +1,4 @@
DELETE FROM `#__menu` WHERE `title` = 'com_messages_read' AND `client_id` = 1;

INSERT INTO `#__extensions` (`extension_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(452, 'plg_system_updatenotification', 'plugin', 'updatenotification', 'system', 0, 1, 1, 0, '', '', '', '', 0, '0000-00-00 00:00:00', 0, 0);

This file was deleted.

@@ -1 +1,4 @@
DELETE FROM "#__menu" WHERE "title" = 'com_messages_read' AND "client_id" = 1;

INSERT INTO "#__extensions" ("extension_id", "name", "type", "element", "folder", "client_id", "enabled", "access", "protected", "manifest_cache", "params", "custom_data", "system_data", "checked_out", "checked_out_time", "ordering", "state") VALUES
(452, 'plg_system_updatenotification', 'plugin', 'updatenotification', 'system', 0, 1, 1, 0, '', '', '', '', 0, '1970-01-01 00:00:00', 0, 0);

This file was deleted.

@@ -1 +1,8 @@
DELETE FROM [#__menu] WHERE [title] = 'com_messages_read' AND [client_id] = 1;

SET IDENTITY_INSERT [#__extensions] ON;

INSERT [#__extensions] ([extension_id], [name], [type], [element], [folder], [client_id], [enabled], [access], [protected], [manifest_cache], [params], [custom_data], [system_data], [checked_out], [checked_out_time], [ordering], [state])
SELECT 452, 'plg_system_updatenotification', 'plugin', 'updatenotification', 'system', 0, 1, 1, 0, '', '', '', '', 0, '1900-01-01 00:00:00', 0, 0;

SET IDENTITY_INSERT [#__extensions] OFF;

0 comments on commit 32b2172

Please sign in to comment.