Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
83e7250b
Commit
83e7250b
authored
Oct 23, 2006
by
Dries
Browse files
- Patch
#89454
by chx: made deleting a locale language work.
parent
a911066a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/locale/locale.module
View file @
83e7250b
...
...
@@ -319,9 +319,8 @@ function locale_admin_manage() {
/**
* User interface for the language deletion confirmation screen.
*/
function
locale_admin_manage_delete_form
()
{
function
locale_admin_manage_delete_form
(
$langcode
)
{
include_once
'./includes/locale.inc'
;
$langcode
=
arg
(
4
);
// Do not allow deletion of English locale.
if
(
$langcode
==
'en'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment