= 1) { $q = "ALTER TABLE `" . OCC_TABLE_PAPERREVIEWER . "`"; while ($l = ocsql_fetch_assoc($r)) { $q .= " DROP `" . $l['Field'] . "`,"; } ocsql_query(rtrim($q, ',')) or err('Unable to delete custom fields (2)', $hdr, $hdrfn); } // Hook if (oc_hookSet('chair-clear-review')) { foreach ($OC_hooksAR['chair-clear-review'] as $f) { require_once $f; } } print '

Review data has been cleared

'; } else { print '

Clicking the button below will clear out all review data, while maintaining review assignments. Only click the button if you intend on having reviewers start the review process anew.

'; } printFooter(); ?>