From d5dafb4b83a8e5ab216f89e3ba95d5456d162a39 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 23 Oct 2012 15:57:54 -0700 Subject: [PATCH] Issue #1818972 by andrewmacpherson: Fix docblock opening on system_update_8022 --- core/modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/system.install b/core/modules/system/system.install index d0deae19217147e..8127e006d33f65a 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1994,7 +1994,7 @@ function system_update_8021() { } } -/* +/** * Create the new routing table. */ function system_update_8022() {