summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index a3766e22c..bdef35d5c 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2068,6 +2068,7 @@ function system_update_7030() {
/**
* Removed in favour of Drupal 6 backport.
+ *
* @see system_update_6052()
*/
function system_update_7031() {
@@ -2229,8 +2230,8 @@ function system_update_7036() {
}
$insert->execute();
- // Remove obsolete variable 'site_offline_message'.
- // @see update_fix_d7_requirements().
+ // Remove obsolete variable 'site_offline_message'. See
+ // update_fix_d7_requirements().
variable_del('site_offline_message');
}