[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

@@ -35,6 +35,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ [GUI] Mootools js library (http://mootools.net) and new parameter + [GUI] Mootools js library (http://mootools.net) and new parameter
$cfg['InitialSlidersStatus'] $cfg['InitialSlidersStatus']
* [core] cache some MySQL stats (do not query them with every page request) * [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) 2.11.5.0 (not yet released)
- bug #1862661 [GUI] Warn about rename deleting database - bug #1862661 [GUI] Warn about rename deleting database

View File

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