diff --git a/.holo/sources/laddr.toml b/.holo/sources/laddr.toml index a726ea6..fe35830 100644 --- a/.holo/sources/laddr.toml +++ b/.holo/sources/laddr.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/CodeForPhilly/laddr" -ref = "refs/tags/v3.2.2" +ref = "refs/tags/v3.2.4" diff --git a/php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php b/php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php index 742d1b8..097ef1a 100644 --- a/php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php +++ b/php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php @@ -47,6 +47,14 @@ || strpos($location, 'cherry hill') !== false || strpos($location, 'phoenixville') !== false || strpos($location, 'brewerytown') !== false + || strpos($location, 'mt. airy') !== false + || strpos($location, 'mt airy') !== false + || strpos($location, 'narberth') !== false + || strpos($location, 'haverford') !== false + || strpos($location, 'maple shade') !== false + || strpos($location, 'voorhees') !== false + || strpos($location, ', pa') !== false + || preg_match('/191\d\d/', $location) ); } ];