You are here

function maillog_update_7102 in Maillog / Mail Developer 7

Clear the Views cache so the updated admin page will get the new paths.

File

./maillog.install, line 200
Provides the installation routines for the maillog module.

Code

function maillog_update_7102() {
  cache_clear_all('*', 'cache_views', TRUE);
  cache_clear_all('*', 'cache_views_data', TRUE);
}