");
if (exceededLimit)
{
// What is the expected count? Difficult to say because of comma delimited list in fileName.
if (filesExpected <= FOUND_FILE_LIMIT)
filesExpected = FOUND_FILE_LIMIT + 1;
printf("
Too many files found. Displaying first %d of at least %d.
Narrow search parameters and try again.
\n",
fileCount,filesExpected);
//warn("Too many files found. Displaying first %d of at least %d.
Narrow search parameters and try again.\n", fileCount,filesExpected);
}
-fileCount = filesPrintTable(db,NULL,fileList,sortOrder,FALSE); // FALSE=Don't offer more filtering on the file search page
+fileCount = filesPrintTable(db,NULL,fileList,sortOrder,0); // FALSE=Don't offer more filtering on the file search page
printf("