Merge pull request #95 from nhodges/patch-1

Update libraries/display_import.lib.php
This commit is contained in:
Dieter Adriaenssens 2012-10-11 08:39:30 -07:00
commit e5d1c6a240

View File

@ -284,7 +284,7 @@ if (isset($timeout_passed) && $timeout_passed) {
<div class="formelementrow">
<input type="checkbox" name="allow_interrupt" value="yes"
id="checkbox_allow_interrupt" <?php echo PMA_pluginCheckboxCheck('Import', 'allow_interrupt'); ?>/>
<label for="checkbox_allow_interrupt"><?php echo __('Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. <i>(This might be good way to import large files, however it can break transactions.)</i>'); ?></label><br />
<label for="checkbox_allow_interrupt"><?php echo __('Allow the interruption of an import in case the script detects it is close to the PHP timeout limit. <i>(This might be a good way to import large files, however it can break transactions.)</i>'); ?></label><br />
</div>
<?php