You are here

function memcache_update_7000 in Memcache API and Integration 7

Remove the memcache_widlcard_flushes variable since its structure has changed.

File

./memcache.install, line 348
Install, update and uninstall functions for the memcache module.

Code

function memcache_update_7000() {
  variable_del('memcache_wildcard_flushes');
}