Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
drupal
Commits
2dddd9e5
Commit
2dddd9e5
authored
Sep 08, 2005
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#29102
by menesis: fixed typo/left-over in switch-statement.
parent
013b73e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/forum.module
modules/forum.module
+1
-1
modules/forum/forum.module
modules/forum/forum.module
+1
-1
No files found.
modules/forum.module
View file @
2dddd9e5
...
...
@@ -107,7 +107,7 @@ function forum_admin() {
case
SAVED_UPDATED
:
drupal_set_message
(
t
(
'The forum container %term has been updated.'
,
array
(
'%term'
=>
theme
(
'placeholder'
,
$edit
[
'name'
]))));
break
;
case
SAVED_
UPDA
TED
:
case
SAVED_
DELE
TED
:
drupal_set_message
(
t
(
'The forum container %term has been deleted.'
,
array
(
'%term'
=>
theme
(
'placeholder'
,
$name
))));
break
;
}
...
...
modules/forum/forum.module
View file @
2dddd9e5
...
...
@@ -107,7 +107,7 @@ function forum_admin() {
case
SAVED_UPDATED
:
drupal_set_message
(
t
(
'The forum container %term has been updated.'
,
array
(
'%term'
=>
theme
(
'placeholder'
,
$edit
[
'name'
]))));
break
;
case
SAVED_
UPDA
TED
:
case
SAVED_
DELE
TED
:
drupal_set_message
(
t
(
'The forum container %term has been deleted.'
,
array
(
'%term'
=>
theme
(
'placeholder'
,
$name
))));
break
;
}
...
...
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