Skip to content

Commit

Permalink
Update joomla.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Apr 20, 2016
1 parent 6ae2b6a commit 45f730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/sql/sqlazure/joomla.sql
Expand Up @@ -1879,7 +1879,7 @@ CREATE UNIQUE INDEX [idx_access] ON [#__languages]
SET IDENTITY_INSERT [#__languages] ON;

INSERT INTO [#__languages] ([lang_id], [lang_code], [title], [title_native], [sef], [image], [description], [metakey], [metadesc], [sitename], [published], [access], [ordering])
VALUES (1, 'en-GB ', 'English (UK)', 'English (UK)', 'en', 'en', '', '', '', '', 1, 1, 1);
VALUES (1, 'en-GB ', 'English (en-GB)', 'English (en-GB)', 'en', 'en', '', '', '', '', 1, 1, 1);

SET IDENTITY_INSERT [#__languages] OFF;

Expand Down

0 comments on commit 45f730b

Please sign in to comment.