From ce3110489bc139b8218252ba1cb0862d69f72ae3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 8 Jan 2013 11:32:16 -0800 Subject: [PATCH] - user web: fix typo --- html/user/team_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/team_search.php b/html/user/team_search.php index 1a87bcd882..3778695e8e 100644 --- a/html/user/team_search.php +++ b/html/user/team_search.php @@ -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 "
type matches: ",sizeof($list2); merge_lists($list2, $list, 2); $tried = true;