You are here

function domain_default_id in Domain Access 7.2

Same name and namespace in other branches
  1. 7.3 domain.module \domain_default_id()

Helper function for 7.x.3 compatibility.

File

./domain.module, line 903
Core module functions for the Domain Access suite.

Code

function domain_default_id() {
  return 0;
}