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/i18n/i18n_select/i18n_select.module
223 223
function i18n_select_check_conditions($query, $table_alias = NULL) {
224 224
  $conditions =& $query->conditions();
225 225
  foreach ($conditions as $index => $condition) {
226
    if (is_array($condition) && isset($condition['field'])) {
226
    if (is_array($condition) && !empty($condition['field'])) {
227 227
      if (strpos($condition['field'], '.') === FALSE) {
228 228
        if ($table_alias) {
229 229
          // Change the condition to include a table alias.

Formats disponibles : Unified diff