summaryrefslogtreecommitdiff
path: root/modules/system/system.install
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/system/system.install
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/system/system.install')
-rw-r--r--modules/system/system.install4
1 files changed, 4 insertions, 0 deletions
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();