Overview
Comment:Corrige [3bee65659a67d3b8376a2399ba5fd05801ab5e03]
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: a6838723b522571e12fa88397bba9268ff40f559
User & Date: bohwaz on 2018-02-01 06:48:54
Other Links: manifest | tags
Context
2018-02-01
07:35
Corrige modification de compte bancaire check-in: 507445f2b4 user: bohwaz tags: trunk, stable
06:48
Corrige [3bee65659a67d3b8376a2399ba5fd05801ab5e03] check-in: a6838723b5 user: bohwaz tags: trunk, stable
2018-01-19
22:13
Correction id_membre ambigu check-in: 63b302db2e user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/index.php from [b5439ef247] to [dd9c88b1a0].

23
24
25
26
27
28
29


30
31
32
33
34
35
36
37
38
39
{
	$tpl->assign('cotisation', $cotisations->isMemberUpToDate($user->id, $categorie->id_cotisation_obligatoire));
}
else
{
	$tpl->assign('cotisation', false);
}



$tpl->display('admin/index.tpl');
flush();

// Si pas de cron on réalise les tâches automatisées à ce moment-là
// c'est pas idéal mais mieux que rien
if (!USE_CRON)
{
	require_once ROOT . '/cron.php';
}







>
>










23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	$tpl->assign('cotisation', $cotisations->isMemberUpToDate($user->id, $categorie->id_cotisation_obligatoire));
}
else
{
	$tpl->assign('cotisation', false);
}

$tpl->assign('custom_css', ['wiki.css']);

$tpl->display('admin/index.tpl');
flush();

// Si pas de cron on réalise les tâches automatisées à ce moment-là
// c'est pas idéal mais mieux que rien
if (!USE_CRON)
{
	require_once ROOT . '/cron.php';
}