We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c032122 commit 2aabd1bCopy full SHA for 2aabd1b
php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php
@@ -47,6 +47,14 @@
47
|| strpos($location, 'cherry hill') !== false
48
|| strpos($location, 'phoenixville') !== false
49
|| strpos($location, 'brewerytown') !== false
50
+ || strpos($location, 'mt. airy') !== false
51
+ || strpos($location, 'mt airy') !== false
52
+ || strpos($location, 'narberth') !== false
53
+ || strpos($location, 'haverford') !== false
54
+ || strpos($location, 'maple shade') !== false
55
+ || strpos($location, 'voorhees') !== false
56
+ || strpos($location, ', pa') !== false
57
+ || preg_match('/191\d\d/', $location)
58
);
59
}
60
];
0 commit comments