- Patch #48161 by chx: fixed duplicate function declaration.
parent
58b4672406
commit
0685854bbf
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue