Overview
Comment:Ne pas permettre d'importer la date d'inscription
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: 754297e0646a28fc9df271904d79d4b8b7e05983
User & Date: bohwaz on 2018-10-28 18:22:32
Other Links: manifest | tags
Context
2018-11-07
10:56
Correction typo check-in: f8de9226ce user: bohwaz tags: trunk, stable
2018-10-28
18:22
Ne pas permettre d'importer la date d'inscription check-in: 754297e064 user: bohwaz tags: trunk, stable
2018-10-27
23:23
Problème de merge corrigĂ© check-in: 71a53b99c2 user: bohwaz tags: trunk, stable, 0.9.0
Changes

Modified src/www/admin/membres/import.php from [b710d208b2] to [06d138ee5f].

17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
elseif (qg('export') == 'ods')
{
    $import->toODS();
    exit;
}

$champs = $config->get('champs_membres')->getAll();
$champs->date_inscription = (object) ['title' => 'Date inscription', 'type' => 'date'];

$csv_file = false;

if (f('csv_encoded'))
{
    $form->check('membres_import', [
        'csv_encoded'     => 'required|json',







<







17
18
19
20
21
22
23

24
25
26
27
28
29
30
elseif (qg('export') == 'ods')
{
    $import->toODS();
    exit;
}

$champs = $config->get('champs_membres')->getAll();


$csv_file = false;

if (f('csv_encoded'))
{
    $form->check('membres_import', [
        'csv_encoded'     => 'required|json',