Add back key checking disabling.
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
|||||||
2004-06-25 Michal Čihař <michal@cihar.com>
|
2004-06-25 Michal Čihař <michal@cihar.com>
|
||||||
* main.php, libraries/select_lang.lib.php: Remember selected charset in
|
* main.php, libraries/select_lang.lib.php: Remember selected charset in
|
||||||
cookie.
|
cookie.
|
||||||
|
* libraries/display_export.lib.php: Add back key checking disabling.
|
||||||
|
|
||||||
2004-06-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
2004-06-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* queryframe.php: Undefined index errors.
|
* queryframe.php: Undefined index errors.
|
||||||
|
@@ -186,6 +186,9 @@ if (isset($sql_query)) {
|
|||||||
<?php echo $strAddHeaderComment; ?>: <input type="text" name="header_comment" value="<?php echo $cfg['Export']['sql_header_comment']; ?>" class="textfield" size="30" style="vertical-align: middle" /><br />
|
<?php echo $strAddHeaderComment; ?>: <input type="text" name="header_comment" value="<?php echo $cfg['Export']['sql_header_comment']; ?>" class="textfield" size="30" style="vertical-align: middle" /><br />
|
||||||
<input type="checkbox" name="use_transaction" value="yes" id="checkbox_use_transaction" <?php PMA_exportCheckboxCheck('sql_use_transaction'); ?> style="vertical-align: middle" />
|
<input type="checkbox" name="use_transaction" value="yes" id="checkbox_use_transaction" <?php PMA_exportCheckboxCheck('sql_use_transaction'); ?> style="vertical-align: middle" />
|
||||||
<label for="checkbox_use_transaction"><?php echo $strEncloseInTransaction; ?></label><br />
|
<label for="checkbox_use_transaction"><?php echo $strEncloseInTransaction; ?></label><br />
|
||||||
|
|
||||||
|
<input type="checkbox" name="disable_fk" value="yes" id="checkbox_disable_fk" <?php PMA_exportCheckboxCheck('sql_disable_fk'); ?> />
|
||||||
|
<label for="checkbox_disable_fk"><?php echo $strDisableForeignChecks; ?></label><br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user