Overview
Comment:Correction bug
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | stable | 0.5.3
Files: files | file ages | folders
SHA1: e9e9dfdedcbab8a960e78da0972f9c06d7af86ee
User & Date: bohwaz on 2013-05-16 05:16:20
Other Links: manifest | tags
Context
2013-05-16
05:21
Merge correction 0.5.3 check-in: 79c68368a6 user: bohwaz tags: trunk
05:20
Release 0.5.3 check-in: e4ec6e439b user: bohwaz tags: stable, 0.5.3
05:16
Correction bug check-in: e9e9dfdedc user: bohwaz tags: stable, 0.5.3
2013-04-08
14:29
Publication de correction de 2 bugs check-in: e62c8e438f user: bohwaz tags: trunk, stable, 0.5.2
Changes

Modified www/admin/membres/ajouter.php from [75729f89f3] to [29152d95e3].

34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
            else
            {
                $id_categorie = $config->get('categorie_membres');
            }

            $data = array('id_categorie' => $id_categorie);

            foreach ($champs->getAll() as $key=>$config)
            {
                $data[$key] = utils::post($key);
            }

            $id = $membres->add($data, ($user['droits']['membres'] == Membres::DROIT_ADMIN) ? false : true);

            utils::redirect('/admin/membres/fiche.php?id='.(int)$id);







|







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
            else
            {
                $id_categorie = $config->get('categorie_membres');
            }

            $data = array('id_categorie' => $id_categorie);

            foreach ($champs->getAll() as $key=>$dismiss)
            {
                $data[$key] = utils::post($key);
            }

            $id = $membres->add($data, ($user['droits']['membres'] == Membres::DROIT_ADMIN) ? false : true);

            utils::redirect('/admin/membres/fiche.php?id='.(int)$id);