X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Fcontact.php;h=d83e10116302281e4c960acaf29d39389a0533b8;hb=83ae8301b0ebdd1b334feb26888f33e80ddc9467;hp=8ba1fcdc8e2cdc5f932ff40dff55d8f87b4095be;hpb=e7862268051db4ebdc89d4514b62910da133d19c;p=readifood.git diff --git a/lib/contact.php b/lib/contact.php index 8ba1fcd..d83e101 100644 --- a/lib/contact.php +++ b/lib/contact.php @@ -266,9 +266,9 @@ echo "\n"; echo " Family unit\n"; echo " \n"; echo "\n"; @@ -370,6 +370,7 @@ } /* Get address. */ + $area_id = $_POST['area_id']; $line = $_POST['address']; $postcode = $_POST['postcode']; $q = new AddressQuery;