fixed typos
This commit is contained in:
parent
d5571507e9
commit
165f0eee2a
@ -107,9 +107,12 @@ class SearchPage extends Page {
|
|||||||
if($mustMatch) {
|
if($mustMatch) {
|
||||||
$sanitizedItems[] = array($item, $mustMatch);
|
$sanitizedItems[] = array($item, $mustMatch);
|
||||||
}
|
}
|
||||||
print('DEBUG $sanitizedItem: ');
|
|
||||||
var_dump($sanitizedItem);
|
foreach($sanitizedItems as $sanitizedItem) {
|
||||||
print('<br><br>');
|
print('DEBUG $sanitizedItem: ');
|
||||||
|
var_dump($sanitizedItem);
|
||||||
|
print('<br><br>');
|
||||||
|
}
|
||||||
|
|
||||||
// $mustIncludeCheck = array();
|
// $mustIncludeCheck = array();
|
||||||
// foreach($mustIncludeArray as $mustIncludeTerm) {
|
// foreach($mustIncludeArray as $mustIncludeTerm) {
|
||||||
@ -150,11 +153,6 @@ class SearchPage extends Page {
|
|||||||
|
|
||||||
|
|
||||||
$out = array();
|
$out = array();
|
||||||
foreach($sanitizedItems as $sanitizedItem) {
|
|
||||||
print('DEBUG $sanitizedItem: ');
|
|
||||||
var_dump($sanitizedItem);
|
|
||||||
print('<br><br>');
|
|
||||||
}
|
|
||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user