Debugging the FY list

This commit is contained in:
Karl Cordes 2011-05-13 10:40:50 +10:00
parent 5e65aee39d
commit 676c5db9a3

View file

@ -315,7 +315,6 @@ class JobsController extends AppController {
}
krsort($Fyears); //Sort the array in reverse order, most recent to oldest.
print_r($Fyears);
return $Fyears;
}