You are here

function ldapauth_cron in LDAP integration 5

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

Implements hook_cron()

File

./ldapauth.module, line 159

Code

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