From dfe1225147f48fa36db8507020795278c9270bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 17 Dec 2007 12:23:01 +0000 Subject: #194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system --- modules/system/system.install | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/system/system.install') 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(); -- cgit v1.2.3