Overview
Comment:Inclusion fichier manquant
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ad366685a4a8d1b0e2948581ade5dec3b14be8cf
User & Date: bohwaz on 2018-11-26 23:36:52
Other Links: manifest | tags
Context
2018-11-26
23:38
Fix: recherche avancĂ©e de champ valeur multiple check-in: 05bc8a812e user: bohwaz tags: trunk, stable
23:36
Inclusion fichier manquant check-in: ad366685a4 user: bohwaz tags: trunk
22:51
Corrige bug "UNIQUE constraint failed: membres.email" lors de l'import de CSV check-in: 5160efccc2 user: bohwaz tags: trunk
Changes

Modified src/include/lib/Garradin/Membres.php from [b2dcaceab5] to [5ec0e09a48].

1
2
3
4
5

6
7
8
9
10
11
12
<?php

namespace Garradin;

use KD2\Security;

use Garradin\Membres\Session;

class Membres
{
    const DROIT_AUCUN = 0;
    const DROIT_ACCES = 1;
    const DROIT_ECRITURE = 2;





>







1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace Garradin;

use KD2\Security;
use KD2\SMTP;
use Garradin\Membres\Session;

class Membres
{
    const DROIT_AUCUN = 0;
    const DROIT_ACCES = 1;
    const DROIT_ECRITURE = 2;