diff options
Diffstat (limited to 'database/updates.inc')
-rw-r--r-- | database/updates.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc index bf446eee9..d00cf70a4 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1235,3 +1235,8 @@ function system_update_160() { } return array(); } + +function system_update_161() { + variable_del('forum_icon_path'); +} + |