Skip to content

Instantly share code, notes, and snippets.

@mfkp
Created April 18, 2011 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfkp/926275 to your computer and use it in GitHub Desktop.
Save mfkp/926275 to your computer and use it in GitHub Desktop.
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