diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |