You are here

function views_tf in Views (for Drupal 7) 5

1 call to views_tf()
views_create_view_code in ./views_ui.module

File

./views_ui.module, line 1911

Code

function views_tf($val) {
  return $val ? 'TRUE' : 'FALSE';
}