Projet

Général

Profil

Révision 5587145e

Ajouté par Assos Assos il y a presque 7 ans

Update to 7.56

Voir les différences:

drupal7/includes/database/pgsql/select.inc
80 80
    }
81 81

  
82 82
    // If a table loads all fields, it can not be added again. It would
83
    // result in an ambigious alias error because that field would be loaded
83
    // result in an ambiguous alias error because that field would be loaded
84 84
    // twice: Once through table_alias.* and once directly. If the field
85 85
    // actually belongs to a different table, it must be added manually.
86 86
    foreach ($this->tables as $table) {
......
90 90
    }
91 91

  
92 92
    // If $field contains an characters which are not allowed in a field name
93
    // it is considered an expression, these can't be handeld automatically
93
    // it is considered an expression, these can't be handled automatically
94 94
    // either.
95 95
    if ($this->connection->escapeField($field) != $field) {
96 96
      return $return;

Formats disponibles : Unified diff