function locale_translation_clear_cache_projects

Clears the projects cache.

1 call to locale_translation_clear_cache_projects()
locale_translation_build_projects in drupal/core/modules/locale/locale.compare.inc
Builds list of projects and stores the result in the database.

File

drupal/core/modules/locale/locale.translation.inc, line 84
Common API for interface translation.

Code

function locale_translation_clear_cache_projects() {
  drupal_static('locale_translation_get_projects', array());
}