--- context_ui.module.bak 2009-12-21 13:41:41.000000000 +0100 +++ context_ui.module 2009-12-21 13:41:43.000000000 +0100 @@ -280,6 +280,7 @@ $form_context['condition']['#title'] = t('Conditions'); $form_context['condition']['#type'] = 'checkboxes'; $form_context['condition']['#description'] = t('This context is active when any of the selected conditions are true.'); + $form_context['condition']['#options'] = array(); } // Edit context reactions.