Projet

Général

Profil

Révision e9f59589

Ajouté par Assos Assos il y a presque 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/piwik/piwik.variable.inc
43 43
 */
44 44
function piwik_validate_piwik_site_id($variable) {
45 45
  if (!preg_match('/^\d{1,}$/', $variable['value'])) {
46
    return t('A valid Piwik site ID is an integer only.');

47
  }

46
    return t('A valid Piwik site ID is an integer only.');
47
  }
48 48
}

Formats disponibles : Unified diff