and patch up find as well...

This commit is contained in:
Eric J. Bowersox 2002-01-17 06:55:19 +00:00
parent c4f8d65cb2
commit 394a1863e0

View File

@ -74,6 +74,8 @@ if ("GET"==rinput.verb)
{ // prep the view fields
if (disp==FindView.FD_COMMUNITIES)
{ // set the category (which also sets up the subcategory list and contained communities)
if (rinput.engine.useCategories())
{ // only do this if we're using categories
view.category = rinput.user.getCategoryDescriptor(catid);
if (view.category.categoryID>=0)
{ // fill in the communities that are in this category
@ -82,6 +84,8 @@ if ("GET"==rinput.verb)
} // end if
} // end if
view.field = SearchMode.FIELD_COMMUNITY_NAME;
} // end if