message_na

Return a string with a "not applicable" message.

4 calls to message_na()

File

includes/common.inc, line 476
Common functions that many Drupal modules will need to reference.

Code

function message_na() {
  return t('n/a');
}
Login or register to post comments