diff options
author | David Rothstein <drothstein@gmail.com> | 2014-01-02 18:55:32 -0500 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2014-01-02 18:55:32 -0500 |
commit | 6de5659098224c55852381a7cfd572bdfcbbbf05 (patch) | |
tree | 009bffaedc2f36d39988270bc6ff33f5068b76c6 /modules/system/system.install | |
parent | 031c13e7af20c91f5b461ab134495b74366a60eb (diff) | |
download | brdo-6de5659098224c55852381a7cfd572bdfcbbbf05.tar.gz brdo-6de5659098224c55852381a7cfd572bdfcbbbf05.tar.bz2 |
Fix broken function docblock in system.install.
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() { |