> debug() Content: 0[false], 1[false], 2[false], 3[false], 4[false], 5[false], 6[false], 7[false], 8[false], 9[false]
Okay, this looks wrong. To me it says: Something is not working in this PHP code:
if (!isset($draws)) {
$draws = array_merge(
array_values(valueList('RG01', NULL, 'label')),
array_values(valueList('RG02', NULL,'label')),
);
shuffle($draws);
registerVariable($draws);
}
However, I do not know what you made of this code. You included the two random generators somewhere on the page, and put a code like above below them, did you?