You are here

function ldapauth_cron in LDAP integration 5.2

Same name and namespace in other branches
  1. 5 ldapauth.module \ldapauth_cron()

Implements hook_cron()

File

./ldapauth.module, line 153

Code

function ldapauth_cron() {
  cache_clear_all(NULL, 'cache_filter');
}