checkNum($drops[$i]); if( strlen($n) ) { // do the drop $res = $zen->delete_from_notify_list($n); // calculate the number of results if( $res ) { $num += 1; } } } add_system_messages(tr("? recipients dropped from the notify list", array($num)),"Bold"); $setmode = "notify"; } else { // create an error message $msg = tr("No recipients were selected to drop"); add_system_messages( $msg, 'Error' ); } // display the results include("$libDir/nav.php"); unset($action); extract($ticket); if( $zen->inProjectTypeIDs($type_id) ) { include("$templateDir/projectView.php"); } else { include("$templateDir/ticketView.php"); } include("$libDir/footer.php"); }?>