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

- Patch #48161 by chx: fixed duplicate function declaration.

parent 58b46724
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
......@@ -1686,7 +1686,7 @@ function system_update_173() {
return $ret;
}
function system_update_173() {
function system_update_174() {
// update comments system variables on upgrade.
$mode = variable_get('comment_default_mode', 4);
if ($mode > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment