Projet

Général

Profil

Révision e4c061ad

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/access/string_length.inc
59 59
      return $length < $conf['length'];
60 60
    case '<=':
61 61
      return $length <= $conf['length'];
62
    case '==':
62
    case '=':
63 63
      return $length == $conf['length'];
64 64
    case '!=':
65 65
      return $length != $conf['length'];
......
68 68
    case '>=':
69 69
      return $length >= $conf['length'];
70 70
  }
71
  // Invalid Operator sent, return FALSE.
72
  return FALSE;
71 73
}
72 74

  
73 75
/**

Formats disponibles : Unified diff