function l10n_update_clear_cache_projects in Localization update 7.2
Clears the projects cache.
1 call to l10n_update_clear_cache_projects()
- l10n_update_build_projects in ./
l10n_update.compare.inc - Rebuild project list.
File
- ./
l10n_update.translation.inc, line 86 - Common API for interface translation.
Code
function l10n_update_clear_cache_projects() {
drupal_static('l10n_update_get_projects', array());
}