Overview
Comment:remove debug
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 089830013f2ff9bc7921de7bddfb4491f6c2f452
User & Date: bohwaz on 2013-12-19 03:01:53
Other Links: manifest | tags
Context
2013-12-19
03:17
Correction bug : les sauvegardes automatiques n'étaient pas nommées correctement check-in: 2a63503786 user: bohwaz tags: trunk
03:01
remove debug check-in: 089830013f user: bohwaz tags: trunk
02:58
Mise à jour couleurs graphiques check-in: 070f5be61f user: bohwaz tags: trunk
Changes

Modified src/www/admin/compta/pie.php from [d0701e0ebd] to [4322b37bec].

15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if (!file_exists(GRAPH_CACHE_DIR))
{
	mkdir(GRAPH_CACHE_DIR);
}

Static_Cache::setCacheDir(GRAPH_CACHE_DIR);

if (Static_Cache::expired('graph_' . $graph) || true)
{
	$stats = new Compta_Stats;
	$categories = new Compta_Categories;

	require_once GARRADIN_ROOT . '/include/libs/svgplot/lib.svgpie.php';

	$pie = new \SVGPie(400, 250);







|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if (!file_exists(GRAPH_CACHE_DIR))
{
	mkdir(GRAPH_CACHE_DIR);
}

Static_Cache::setCacheDir(GRAPH_CACHE_DIR);

if (Static_Cache::expired('graph_' . $graph))
{
	$stats = new Compta_Stats;
	$categories = new Compta_Categories;

	require_once GARRADIN_ROOT . '/include/libs/svgplot/lib.svgpie.php';

	$pie = new \SVGPie(400, 250);