">
|
Date
|
Driver
|
Purpose
|
Source
|
Destination
|
Miles
|
Client
|
Action |
$client_name";
}
if ($round_trip == 1) {
$round_trip_display = "";
} else {
$round_trip_display = "";
}
$user_name = nullable_htmlentities($row['user_name']);
if (empty($user_name)) {
$user_name_display = "-";
} else {
$user_name_display = $user_name;
}
?>
|
|
|
|
|
|
|
|
|