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

4.7.x
Dries Buytaert 2006-02-26 19:35:29 +00:00
parent 58b4672406
commit 0685854bbf
1 changed files with 1 additions and 1 deletions

View File

@ -1686,7 +1686,7 @@ function system_update_173() {
return $ret; return $ret;
} }
function system_update_173() { function system_update_174() {
// update comments system variables on upgrade. // update comments system variables on upgrade.
$mode = variable_get('comment_default_mode', 4); $mode = variable_get('comment_default_mode', 4);
if ($mode > 0) { if ($mode > 0) {