mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Turns off/on spinner for membership based on choices in functions.
This commit is contained in:
+12
-1
@@ -158,7 +158,18 @@ $stand_time_value = STAND_TIME_VALUE;
|
||||
$result = (object)array_merge((array)$result, (array)$result2, (array)$result3);
|
||||
echo json_encode($result);
|
||||
|
||||
} // Volunteer Benefits
|
||||
} // end Volunteer Benefits
|
||||
|
||||
// Volunteer Benefits
|
||||
if (isset($_POST['transaction_benefits'])) {
|
||||
|
||||
$result = ["transactions_with_volunteer_benefits" => $transactions_with_volunteer_benefits,
|
||||
"transactions_with_membership_benefits" => $transactions_with_membership_benefits
|
||||
];
|
||||
echo json_encode($result);
|
||||
|
||||
|
||||
} // end transaction_benefits
|
||||
|
||||
// Stand Time
|
||||
if (isset($_POST['stand_time'])) {
|
||||
|
||||
Reference in New Issue
Block a user