On line 490 of the file /admin/stats_prize_draw.php
I think that the correct code should beCode: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'].')">';
when you click that link, it was supposed to see previus contests, right?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']). '\'">';
Thanks


Reply With Quote

