From 89669d80b5c0c4c0068f8710191c44bc9da270a6 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 10 Sep 2013 19:11:19 +0200 Subject: [PATCH] allow reverse search order by default --- lib/Geocode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Geocode.php b/lib/Geocode.php index a784d53b..e1acb2f6 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -15,7 +15,7 @@ protected $aExcludePlaceIDs = array(); protected $bDeDupe = true; - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10; -- 2.39.5