Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 141 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 141 Rev 170
Line 7... Line 7...
7
            $contexte['nvp'] = $this->contexteRef['nvp'];
7
            $contexte['nvp'] = $this->contexteRef['nvp'];
8
            if (!empty($contexte['nvp'])) {
8
            if (!empty($contexte['nvp'])) {
9
                return 
9
                return 
10
                'SELECT DISTINCT 
10
                'SELECT DISTINCT 
11
                version.eprv_id_version,
11
                version.eprv_id_version,
12
                version.eprv_nom,
12
                version.eprv_nom, 
-
 
13
                version.eprv_code_version, 
13
                projet.epr_id_projet,
14
                projet.epr_id_projet,
14
                projet.epr_intitule_projet,
15
                projet.epr_intitule_projet,
15
                projet.epr_abreviation_projet
16
                projet.epr_abreviation_projet
Line 16... Line 17...
16
                
17