You are here

function hosting_site_submit in Hosting 5

File

site/hosting_site.module, line 377

Code

function hosting_site_submit(&$node) {
  $node->title = strtolower($node->title);

  // domain names are case-insensitive
}