Skip to content
Snippets Groups Projects
Commit 92665ec0 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Bugfix: clicking "help" on the "site configuration" didn't show any help.
parent e6096b60
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -273,7 +273,7 @@ function system_admin() {
switch ($op) {
case "help":
system_help();
print system_help();
break;
case "Save module settings":
db_query("UPDATE system SET status = '0' WHERE type = 'module'");
......
......@@ -273,7 +273,7 @@ function system_admin() {
switch ($op) {
case "help":
system_help();
print system_help();
break;
case "Save module settings":
db_query("UPDATE system SET status = '0' WHERE type = 'module'");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment