Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2008-01-22 00:17:23 +0300
committerMarc Delisle <marc@infomarc.info>2008-01-22 00:17:23 +0300
commit5b7cfdfcf52125a97680d9a69542522691370083 (patch)
tree3edfa3f0044c5f40ec298dea9cce69a5aa983ac1 /view_create.php
parent9fe52edc49c908fe5c5d239d8ed877faec9f2524 (diff)
[view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION
Diffstat (limited to 'view_create.php')
-rw-r--r--view_create.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/view_create.php b/view_create.php
index 32221bf448..008f86dd12 100644
--- a/view_create.php
+++ b/view_create.php
@@ -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'])) {