fixed pagebreaking code
This commit is contained in:
parent
ced3fc736e
commit
d9ab281a02
@ -175,12 +175,12 @@ class SearchPage extends Page {
|
||||
if($term[$i][0] == "+"){
|
||||
// adds to mustIncludeArray
|
||||
$mustIncludeArray[] = array(substr($term[$i], 1))
|
||||
echo "test print " substr($term[$i], 1);
|
||||
//echo "test print " substr($term[$i], 1);
|
||||
}
|
||||
elseif($term[$i][0] == "!" || $term[$i][0] == "-"){
|
||||
// adds to mustExcludeArray
|
||||
$mustExcludeArray[] = array(substr($term[$i], 1))
|
||||
echo "test print " substr($term[$i], 1);
|
||||
//echo "test print " substr($term[$i], 1);
|
||||
}
|
||||
else{
|
||||
// adds to canIncludeArray
|
||||
|
Loading…
x
Reference in New Issue
Block a user