summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-17 12:23:01 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-17 12:23:01 +0000
commitdfe1225147f48fa36db8507020795278c9270bda (patch)
tree3559e3230651a51ac50fc992c1ae0dd5800ca901 /modules
parenta0bea004022d38c9b145a3652f44820b18727456 (diff)
downloadbrdo-dfe1225147f48fa36db8507020795278c9270bda.tar.gz
brdo-dfe1225147f48fa36db8507020795278c9270bda.tar.bz2
#194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system
Diffstat (limited to 'modules')
-rw-r--r--modules/comment/comment.install2
-rw-r--r--modules/system/system.install4
2 files changed, 6 insertions, 0 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install
index 5f919bcc5..35a1e56a6 100644
--- a/modules/comment/comment.install
+++ b/modules/comment/comment.install
@@ -1,6 +1,8 @@
<?php
// $Id$
+drupal_load('module', 'comment');
+
/**
* Implementation of hook_enable().
*/
diff --git a/modules/system/system.install b/modules/system/system.install
index 510283dfc..e133b0ecd 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -1043,6 +1043,10 @@ function system_schema() {
* @defgroup updates-4.7.x-extra Extra system updates for 4.7.x
* @{
*/
+
+function system_update_last_removed() {
+ return 179;
+}
function system_update_180() {
$ret = array();