Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8dd5411d authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

.

parent 6d7aa259
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ if($dataArray && $dataArraySize!=0){ ...@@ -50,7 +50,7 @@ if($dataArray && $dataArraySize!=0){
$currentSection=""; $currentSection="";
usort($dataArray, "cmpSection");//on trie le tableau usort($dataArray, "cmpSection");//on trie le tableau
$colorArray=array("blue","orange","green"); $colorArray=array("blue","orange","green");
$int $sectionNumber = 0; int $sectionNumber = 0;
foreach ($dataArray as $tmp_line){ foreach ($dataArray as $tmp_line){
$tmp_section=$tmp_line[20]; $tmp_section=$tmp_line[20];
$tmp_url=$tmp_line[1]; $tmp_url=$tmp_line[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment