Projet

Général

Profil

Révision b4adf10d

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

Udpate to 7.33

Voir les différences:

drupal7/includes/database/schema.inc
654 654
   */
655 655
  public function createTable($name, $table) {
656 656
    if ($this->tableExists($name)) {
657
      throw new DatabaseSchemaObjectExistsException(t('Table %name already exists.', array('%name' => $name)));
657
      throw new DatabaseSchemaObjectExistsException(t('Table @name already exists.', array('@name' => $name)));
658 658
    }
659 659
    $statements = $this->createTableSql($name, $table);
660 660
    foreach ($statements as $statement) {

Formats disponibles : Unified diff