Hey guys,
I have a function called showAll, which has 2 arrays as it's arguments. I declared it as follows:
function showAll($dayarray, $distinctShifts)
both arguments are returned in other parts of the code, so why is it giving me missing argument errors for both of them? Please give me some possible causes. Thanks in advance!