summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-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();