On line 490 of the file /admin/stats_prize_draw.php
Code:
echo '<tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href='. zen_href_link(FILENAME_STATS_PRIZE_DRAW, 'action=' . $referrals_query->fields['contest_code']). '" nbsp;nbsp;('. $referrals_query->fields['num_entries'].')">';
I think that the correct code should be
Code:
echo '<tr class="dataTableRow" onmouseover="rowOverEffect(this)" onmouseout="rowOutEffect(this)" onclick="document.location.href=\''. zen_href_link(FILENAME_STATS_PRIZE_DRAW, 'action=' . $referrals_query->fields['contest_code']). '\'">';
when you click that link, it was supposed to see previus contests, right?
Thanks