[view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION

This commit is contained in:
Marc Delisle
2008-01-21 21:17:23 +00:00
parent 9fe52edc49
commit 5b7cfdfcf5
2 changed files with 3 additions and 3 deletions

View File

@@ -34,9 +34,8 @@ $view_algorithm_options = array(
);
$view_with_options = array(
'CASCADED',
'LOCAL',
'CHECK OPTION',
'CASCADED CHECK OPTION',
'LOCAL CHECK OPTION'
);
if (isset($_REQUEST['createview'])) {