You are here

function optimizedb_update_7100 in OptimizeDB 7

Clear the cache for cache_id "optimizedb_tables_status".

File

./optimizedb.install, line 92
Installation file for Database Optimization.

Code

function optimizedb_update_7100() {
  cache_clear_all('optimizedb_tables_status');
}