0))) { foreach ($_POST['drop'] as $val) { if (preg_match("/^\d+,\d+$/",$val)) { list($pid,$rid) = explode(",", $val); oc_deleteAssignments($pid, $rid); // Hook - deprecated if (oc_hookSet('chair-unassign-review')) { foreach ($OC_hooksAR['chair-unassign-review'] as $f) { include $f; } } } else { print "Unable to process " . safeHTMLstr($val) . ".

\n"; } } print "Reviews have been unassigned.

\n"; if (($_POST['src']=="p") || ($_POST['src']=="r")) { print 'Return to Review Listings

'; } } else { print 'Please return and select the reviews to unassign.

'; } printFooter(); ?>