t('Panels uuid support.'), 'severity' => REQUIREMENT_OK, 'value' => t('Available'), ); if (!db_field_exists('panels_pane', 'uuid')) { $requirements['uuid']['severity'] = REQUIREMENT_ERROR; $requirements['uuid']['value'] = t('Not found. Please apply the provided patches and run the update script.'); } } return $requirements; }