mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-02 14:24:10 +01:00
change automatic value from -1 to automatic
This commit is contained in:
parent
d03787d455
commit
01d1b56bf5
@ -32,7 +32,7 @@ use OCA\Contacts\ImportManager;
|
|||||||
<option value="-1"><?php p($l->t('Import into...')); ?></option>
|
<option value="-1"><?php p($l->t('Import into...')); ?></option>
|
||||||
</select>
|
</select>
|
||||||
<select id="import_format">
|
<select id="import_format">
|
||||||
<option value="-1"><?php p($l->t('Automatic format')); ?></option>
|
<option value="automatic"><?php p($l->t('Automatic format')); ?></option>
|
||||||
<?php
|
<?php
|
||||||
$importManager = new ImportManager();
|
$importManager = new ImportManager();
|
||||||
$types = $importManager->getTypes();
|
$types = $importManager->getTypes();
|
||||||
|
Loading…
Reference in New Issue
Block a user