Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 114 Rev 170
Line 7... Line 7...
7
    
7
    
8
    function construire()
8
    function construire()
9
    {
9
    {
Line -... Line 10...
-
 
10
        $this->dblock = new blockdedonnees('FICHE_LISTE_NOMS_VERNA');
10
        $this->dblock = new blockdedonnees('FICHE_LISTE_NOMS_VERNA');
11
        
11
        
12
        // Radical à rechercher
12
        if (array_key_exists('radical', $_REQUEST)) {
13
        if (array_key_exists('radical', $_REQUEST)) {
Line -... Line 14...
-
 
14
            $this->dblock->ajouterDonnee('radical', $_REQUEST['radical']);
-
 
15
        }
-
 
16
        
-
 
17
        // Numéro de version du projet
-
 
18
        if (array_key_exists('nvp', $_REQUEST)) {
13
            $this->dblock->ajouterDonnee('radical', $_REQUEST['radical']);
19
            $this->dblock->ajouterDonnee('nvp', $_REQUEST['nvp']);
14
        }
20
        }
15
        
21
        
Line 16... Line 22...
16
        $this->construireContexte();
22
        $this->construireContexte();