get('warning')=='yes'){
?>
This file has already been uploaded. Please select from the list of unprocessed files below.
Unprocessed Files
File Name
No unprocessed files were found
Uprocessed File
Filename: ".$filename."
";
print "Total Records: ".(count($match)+count($partialMatch)+count($noMatch))."
";
print "Matched: ".count($match)."
";
print "Partial Match: ".count($partialMatch)."
";
print "No Match: ".count($noMatch)."
";
?>
$match, 'clients'=>$clients));
if(!empty($partialMatch))
include_partial('process_partial_match', array('partialMatch' => $partialMatch, 'clients'=>$clients));
if(!empty($noMatch))
include_partial('process_no_match', array('noMatch' => $noMatch, 'clients'=>$clients));
?>