From 6de5659098224c55852381a7cfd572bdfcbbbf05 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Thu, 2 Jan 2014 18:55:32 -0500 Subject: Fix broken function docblock in system.install. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.install b/modules/system/system.install index 3c83c37e9..43c7383a3 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3135,7 +3135,7 @@ function system_update_7078() { ), array('unique keys' => array('formats' => array('format', 'type')))); } -/* +/** * Convert the 'filesize' column in {file_managed} to a bigint. */ function system_update_7079() { -- cgit v1.2.3