X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Fcontact.php;h=d83e10116302281e4c960acaf29d39389a0533b8;hb=0f0d73d202f9b9c2b60f5774f1adb0c1c161d460;hp=4e3b456c1995cc8c2d8d520440661e0371f3fb38;hpb=a2e796d4502f96c1ec0e85dd22c7eccf7d1d9ac3;p=readifood.git diff --git a/lib/contact.php b/lib/contact.php index 4e3b456..d83e101 100644 --- a/lib/contact.php +++ b/lib/contact.php @@ -370,6 +370,7 @@ } /* Get address. */ + $area_id = $_POST['area_id']; $line = $_POST['address']; $postcode = $_POST['postcode']; $q = new AddressQuery;