Mentions légales du service

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

.

parent 92f28788
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ function cmpSectionDate($a, $b){ ...@@ -9,7 +9,7 @@ function cmpSectionDate($a, $b){
if ($dateA == $dateB) { if ($dateA == $dateB) {
return 0; return 0;
} }
return ($sectionA > $sectionB) ? -1 : 1; return ($dateA > $dateB) ? -1 : 1;
} }
return ($sectionA < $sectionB) ? -1 : 1; return ($sectionA < $sectionB) ? -1 : 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment