Created
April 18, 2011 21:53
-
-
Save mfkp/926275 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: UNL/Peoplefinder/Record.php | |
=================================================================== | |
--- UNL/Peoplefinder/Record.php (revision 54) | |
+++ UNL/Peoplefinder/Record.php (working copy) | |
@@ -89,6 +89,7 @@ | |
} | |
switch (substr($address['postal-code'],0,5)) { | |
case '68182': | |
+ case '68184': | |
$address['locality'] = 'Omaha'; | |
break; | |
case '68583': |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment