uAmount = str_replace(",", ".", $_POST['amount']); $sSubscription->uCurrency = $_POST['currency']; $sSubscription->InsertIntoDatabase(); flash_notice("The monthly pledge amount for this subscription was successfully updated."); redirect("/manage/{$sSubscription->sEmailAddress}/{$sSubscription->sSettingsKey}"); } } $sPageTitle = "Change pledge amount"; $sPageContents = NewTemplater::Render("subscription/change_amount", $locale->strings, array( "email" => $sSubscription->sEmailAddress, "key" => $sSubscription->sSettingsKey ));