diff --git a/ChangeLog b/ChangeLog index 75085e3b9..ccfd90f27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [GUI] Mootools js library (http://mootools.net) and new parameter $cfg['InitialSlidersStatus'] * [core] cache some MySQL stats (do not query them with every page request) ++ [view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION 2.11.5.0 (not yet released) - bug #1862661 [GUI] Warn about rename deleting database diff --git a/view_create.php b/view_create.php index 32221bf44..008f86dd1 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'])) {