You are here

function og_preprocess_og_mission in Organic groups 6

Same name and namespace in other branches
  1. 6.2 og.module \og_preprocess_og_mission()

Simplify $mission variable for the template

File

./og.module, line 322

Code

function og_preprocess_og_mission(&$variables) {
  $variables['mission'] = $variables['form']['#value'];
}