0))) { foreach ($_POST['drop'] as $val) { if (preg_match("/^\d+,\d+$/",$val)) { list($pid,$rid) = explode(",", $val); oc_deleteAssignments($pid, $rid); } else { print "Unable to process " . safeHTMLstr($val) . ".
\n"; } } print "
Reviews have been unassigned.
\n"; if (($_POST['src']=="p") || ($_POST['src']=="r")) { if (($miv = ini_get('max_input_vars')) && (count($_POST['drop']) > ($miv - 10))) { print 'The number of reviews selected for unassignment may have been greater than supported by this server. Click the link below as additional passes may be required.
'; } print 'Return to Review Listings'; } } else { print '
Please return and select the reviews to unassign.
'; } printFooter(); ?>