$file))); return FALSE; } if (is_array($context)) { $context = (object) $context; } // Enable this context to update an existing context in the same // namespace > section > value. $existing = context_load_context($context); if ($existing != FALSE && $existing->cid) { $context->cid = $existing->cid; } context_save_context($context); return $context; }