1 database.inc db_ignore_slave()

Backwards-compatible wrapper function.

Deprecated

since 1.20.4

File

core/includes/database/database.inc, line 3369
Core systems for the database layer.

Code

function db_ignore_slave() {
  // @todo Remove forbidden backwards compatibility word in Backdrop 2.x.
  db_ignore_replica();
}