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/schema.inc
164 164
 * @see drupal_install_schema()
165 165
 */
166 166

  
167
/**
168
 * Base class for database schema definitions.
169
 */
167 170
abstract class DatabaseSchema implements QueryPlaceholderInterface {
168 171

  
169 172
  protected $connection;
......
291 294
  protected function buildTableNameCondition($table_name, $operator = '=', $add_prefix = TRUE) {
292 295
    $info = $this->connection->getConnectionOptions();
293 296

  
294
    // Retrive the table name and schema
297
    // Retrieve the table name and schema
295 298
    $table_info = $this->getPrefixInfo($table_name, $add_prefix);
296 299

  
297 300
    $condition = new DatabaseCondition('AND');

Formats disponibles : Unified diff