Skip to content

Instantly share code, notes, and snippets.

@mfkp
Created April 18, 2011 21:53

Revisions

  1. mfkp created this gist Apr 18, 2011.
    12 changes: 12 additions & 0 deletions omahazip.patch
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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':