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
92665ec0
Commit
92665ec0
authored
Jun 08, 2002
by
Dries
Browse files
- Bugfix: clicking "help" on the "site configuration" didn't show any help.
parent
e6096b60
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system.module
View file @
92665ec0
...
@@ -273,7 +273,7 @@ function system_admin() {
...
@@ -273,7 +273,7 @@ function system_admin() {
switch
(
$op
)
{
switch
(
$op
)
{
case
"help"
:
case
"help"
:
system_help
();
print
system_help
();
break
;
break
;
case
"Save module settings"
:
case
"Save module settings"
:
db_query
(
"UPDATE system SET status = '0' WHERE type = 'module'"
);
db_query
(
"UPDATE system SET status = '0' WHERE type = 'module'"
);
...
...
modules/system/system.module
View file @
92665ec0
...
@@ -273,7 +273,7 @@ function system_admin() {
...
@@ -273,7 +273,7 @@ function system_admin() {
switch
(
$op
)
{
switch
(
$op
)
{
case
"help"
:
case
"help"
:
system_help
();
print
system_help
();
break
;
break
;
case
"Save module settings"
:
case
"Save module settings"
:
db_query
(
"UPDATE system SET status = '0' WHERE type = 'module'"
);
db_query
(
"UPDATE system SET status = '0' WHERE type = 'module'"
);
...
...
Write
Preview
Supports
Markdown
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