diff --git a/client_trips.php b/client_trips.php index 51c26009..7b2436b7 100644 --- a/client_trips.php +++ b/client_trips.php @@ -114,7 +114,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $trip_destination = $row['trip_destination']; $trip_miles = $row['trip_miles']; $round_trip = $row['round_trip']; - $client_id = $row['client_id']; + $client_id = $row['trip_client_id']; if($round_trip == 1){ $round_trip_display = "";