Skip to content
Snippets Groups Projects
Commit b476d639 authored by Stein Magne Bjorklund's avatar Stein Magne Bjorklund
Browse files

Speedup Importer::search()

parent bce853e1
No related branches found
No related tags found
1 merge request!18Resolve "Remove all use of GLOBALS"
......@@ -339,7 +339,7 @@ final class Importer
}
if ($threeOks == 3) {
array_push($results, $v);
$results[] = $v;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment