You are here

function location_fax_help in Location 5

File

contrib/location_fax/location_fax.module, line 81

Code

function location_fax_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('Adds ability to include a fax-number field for locations.  NOTE: Requires location.');
      break;
  }
}