Skip to content
Snippets Groups Projects
Commit dbe0daf5 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5880: coding standards

parent e0032fa1
No related branches found
No related tags found
Loading
......@@ -498,9 +498,11 @@ function uw_cfg_common_update_9106(&$sandbox) {
// the correct info.
if ($id == 'uw_ct_catalog_item') {
$content_types['uw_ct_catalog'] = $id;
} else if ($id == 'uw_ct_opportunity') {
}
elseif ($id == 'uw_ct_opportunity') {
$content_types['uw_ct_opportunities'] = $id;
} else {
}
else {
$content_types[$id] = $id;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment