- user web: fix typo

This commit is contained in:
David Anderson 2013-01-08 11:32:16 -08:00 committed by Oliver Bock
parent 10ed915bcc
commit ce3110489b
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function search($params) {
$tried = true;
}
if ($params->type and $params->type>1) {
$list2 = get_teams("type=$type", $params->active);
$list2 = get_teams("type=$params->type", $params->active);
//echo "<br>type matches: ",sizeof($list2);
merge_lists($list2, $list, 2);
$tried = true;