From 544aefad8aa6d9dfc14b550194a471dc1a9cbde2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Dec 2005 12:44:39 +0000 Subject: - Modified patch #40534: improved themability of forum icons (makes it possible to use animated gifs) + removed forum setting. --- database/updates.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'database/updates.inc') 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'); +} + -- cgit v1.2.3