diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-12-11 12:44:39 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-12-11 12:44:39 +0000 |
commit | 544aefad8aa6d9dfc14b550194a471dc1a9cbde2 (patch) | |
tree | 4d84ddc67088720864a6fca79ee47b0d326d274a /database/updates.inc | |
parent | b9f2b7e2a6b7769457f2f7d4aa361788314e2ed5 (diff) | |
download | brdo-544aefad8aa6d9dfc14b550194a471dc1a9cbde2.tar.gz brdo-544aefad8aa6d9dfc14b550194a471dc1a9cbde2.tar.bz2 |
- Modified patch #40534: improved themability of forum icons (makes it possible to use animated gifs) + removed forum setting.
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'); +} + |