You are here

function lingotek_l10n_update_projects_alter in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.4 lingotek.module \lingotek_l10n_update_projects_alter()

File

./lingotek.module, line 2110

Code

function lingotek_l10n_update_projects_alter(&$projects) {
  if (variable_get('lingotek_use_translation_from_drupal', 0) != 1) {
    $projects = array();
  }
}