mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Closes #29!
This commit is contained in:
+2
-1
@@ -509,6 +509,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<span id="original_price"></span>
|
||||
<span id="membership_discount"></span>
|
||||
<span id="membership_discount_price"></span>
|
||||
<span id="volunteer_hours_to_membership_discount"></span>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } // end show_amount ?>
|
||||
@@ -689,7 +690,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<td <?php echo "title='Description: " . htmlspecialchars($row_Recordset1['description_with_locations'], ENT_QUOTES) . "'"; ?> ><?php echo $row_Recordset1['description_with_locations']; ?> </td>
|
||||
<td><?php echo $row_Recordset1['payment_type']; ?> </td>
|
||||
<td <?php
|
||||
$history = json_decode($row_Recordset1['history']);
|
||||
$history = json_decode($row_Recordset1['history']);
|
||||
if ($history) {
|
||||
end($history);
|
||||
$key = key($history);
|
||||
|
||||
Reference in New Issue
Block a user