Index: trunk/extensions/SemanticCompoundQueries/SCQ_QueryProcessor.php |
— | — | @@ -48,6 +48,7 @@ |
49 | 49 | array_shift( $params ); // we already know the $parser ... |
50 | 50 | $other_params = array(); |
51 | 51 | $query_result = null; |
| 52 | + $results = array(); |
52 | 53 | foreach ( $params as $param ) { |
53 | 54 | // very primitive heuristic - if the parameter |
54 | 55 | // includes a square bracket, then it's a |