From: Iain Patterson Date: Mon, 13 May 2013 12:22:26 +0000 (-0400) Subject: Correctly filter city or area. X-Git-Tag: 2013-05-13^0 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=47051a8cfc285b2324230d620c7ddb41cd61c00c;hp=47051a8cfc285b2324230d620c7ddb41cd61c00c;p=readifood.git Correctly filter city or area. When separate dropdowns for city and area are shown in one form we must ensure that the correct search criterion is applied. Previously we checked for an area or city ID parameter but both of those will be present in the form submission. Instead we check for the name of the submit button. ---