You are here

function _domain_rurl_sort in Domain Access 7.2

Same name and namespace in other branches
  1. 5 domain.module \_domain_rurl_sort()
  2. 6.2 domain.module \_domain_rurl_sort()

Helper sort function

File

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

Code

function _domain_rurl_sort($a, $b) {
  return strcmp($a['subdomain'], $b['subdomain']);
}