You are here

settings_domain_prefix.inc in Domain Access 6.2

Same filename and directory in other branches
  1. 5 domain_prefix/settings_domain_prefix.inc

Dynamic domain table prefix loading.

Loads the table prefixes for the current domain.

Deprecated in 6.x.2. Left here to prevent load errors during upgrade.

File

domain_prefix/settings_domain_prefix.inc
View source
<?php

/**
 * @file
 * Dynamic domain table prefix loading.
 *
 * Loads the table prefixes for the current domain.
 *
 * Deprecated in 6.x.2.
 * Left here to prevent load errors during upgrade.
 *
 * @ingroup domain_prefix
 */

Related topics