if ($res) {
header('Location: cf_custom_fields.php');
exit();
- } else {
+ } else
$errors->add($i18n->getKey('error.db'));
- }
}
}
$smarty->assign('title', $i18n->getKey('title.cf_edit_custom_field'));
$smarty->assign('content_page_name', 'cf_custom_field_edit.tpl');
$smarty->display('index.tpl');
-?>
\ No newline at end of file