X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Fdonation.php;h=4fc7a8d293d7b79c68e710be6454944453c985a5;hb=d4756a23630bd3de036e2e4d09b168b56d14b0ae;hp=afcd01b86e447fbe1585accc481524769cee2155;hpb=47051a8cfc285b2324230d620c7ddb41cd61c00c;p=readifood.git diff --git a/lib/donation.php b/lib/donation.php index afcd01b..4fc7a8d 100644 --- a/lib/donation.php +++ b/lib/donation.php @@ -1,10 +1,12 @@ Donation recorded.

\n"; @@ -26,6 +28,7 @@ } } else if ($_POST['show_in_area']) { + set_last_selected("area_id", $_POST['area_id']); $q = new AreaQuery; $area = $q->findOneById($_POST['area_id']); /* XXX: Function to build URL because we need to set a class in links. */ @@ -33,6 +36,7 @@ exit; } else if ($_POST['show_in_city']) { + set_last_selected("city_id", $_POST['city_id']); $q = new CityQuery; $city = $q->findOneById($_POST['city_id']); header(sprintf("Location: http%s://%s/%s/in/city/%s/%d", ($_SERVER['HTTPS']) ? "s" : "", $_SERVER['HTTP_HOST'], $module, urlencode($city->getName()), $_POST['city_id'])); @@ -258,7 +262,6 @@ } function update_donation(&$donation, $new = false) { - #$date = ymd_to_iso8601("date"); $date = $_POST['date']; $contact_id = $_POST['contact_id']; $hub_id = $_POST['hub_id'];