summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-01-02 18:55:32 -0500
committerDavid Rothstein <drothstein@gmail.com>2014-01-02 18:55:32 -0500
commit6de5659098224c55852381a7cfd572bdfcbbbf05 (patch)
tree009bffaedc2f36d39988270bc6ff33f5068b76c6 /modules/system/system.install
parent031c13e7af20c91f5b461ab134495b74366a60eb (diff)
downloadbrdo-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.install2
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() {