Merged Client Trip and Global Trips along with exports into 1 managable file

This commit is contained in:
johnnyq
2025-02-18 20:58:47 -05:00
parent 1dee1b4abb
commit f8e4163c2f
8 changed files with 34 additions and 273 deletions

View File

@@ -16,7 +16,7 @@ $trip_user_id = intval($row['trip_user_id']);
$trip_created_at = nullable_htmlentities($row['trip_created_at']);
$trip_archived_at = nullable_htmlentities($row['trip_archived_at']);
$round_trip = nullable_htmlentities($row['round_trip']);
$client_id = intval($row['client_id']);
$client_id = intval($row['trip_client_id']);
// Generate the HTML form content using output buffering.
ob_start();

View File

@@ -16,7 +16,7 @@ $trip_user_id = intval($row['trip_user_id']);
$trip_created_at = nullable_htmlentities($row['trip_created_at']);
$trip_archived_at = nullable_htmlentities($row['trip_archived_at']);
$round_trip = nullable_htmlentities($row['round_trip']);
$client_id = intval($row['client_id']);
$client_id = intval($row['trip_client_id']);
// Generate the HTML form content using output buffering.
ob_start();