Projet

Général

Profil

Révision 4444412d

Ajouté par Julien Enselme il y a environ 10 ans

Update drupal 7.27 -> 7.28

Voir les différences:

drupal7/includes/database/sqlite/database.inc
250 250
    $prefixes[$tablename] = '';
251 251
    $this->setPrefix($prefixes);
252 252

  
253
    $this->query(preg_replace('/^SELECT/i', 'CREATE TEMPORARY TABLE ' . $tablename . ' AS SELECT', $query), $args, $options);
253
    $this->query('CREATE TEMPORARY TABLE ' . $tablename . ' AS ' . $query, $args, $options);
254 254
    return $tablename;
255 255
  }
256 256

  

Formats disponibles : Unified diff