= 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 ' '; } printFooter(); ?>