Cleanup for #3010 - removed all redundant lines found by @rabuzarus
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -25,8 +25,6 @@ function msearch_post(&$a) {
|
||||
intval($perpage)
|
||||
);
|
||||
|
||||
$results = array();
|
||||
|
||||
if(dbm::is_result($r)) {
|
||||
foreach($r as $rr)
|
||||
$results[] = array(
|
||||
|
||||
Reference in New Issue
Block a user