From 14053fbfdd3d8e4375ed3221ba8c1b246129bd05 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 30 Dec 2012 19:24:17 +0000 Subject: [PATCH] Fixed banned & selected finding issues Remove old echo test message Added new $foundInSelFile var Both this and bFile are false to begin with Testing on not false of bannedFile in strpos If we find our matching item is one of our selected files, set $foundInSelFile to true Only if we don't have a banned file and either we have no selected files, or we do have some and have a match, push to array etc PHP_EOL's to make source easier to read --- lib/multiple-results.php | 432 +++++++++++++++++++-------------------- 1 file changed, 216 insertions(+), 216 deletions(-) diff --git a/lib/multiple-results.php b/lib/multiple-results.php index 7e4227a..b0dbae5 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -1,217 +1,217 @@ - - - - - - -ICEcoder <?php echo $ICEcoder["versionNo"];?> multiple results screen - - - - - - - -

-
-
-
- -
" style="opacity: 0.1">
- - - - - - + + + + + + +ICEcoder <?php echo $ICEcoder["versionNo"];?> multiple results screen + + + + + + + +

+
+
+
+ +
" style="opacity: 0.1">
+ + + + + + \ No newline at end of file