projects
/
WP-Themes
/
airciu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdbbae4
)
removing break tag from the flight data table so that the flight number doesn't
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 20 Jan 2017 15:24:56 +0000
(10:24 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 20 Jan 2017 15:24:56 +0000
(10:24 -0500)
wrap in the departures table
class_flight.php
patch
|
blob
|
history
diff --git
a/class_flight.php
b/class_flight.php
index
b3e9325
..
917cfd2
100644
(file)
--- a/
class_flight.php
+++ b/
class_flight.php
@@
-75,7
+75,7
@@
include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' );
'city'=>$data[0]['city'],
'state'=>$data[0]['state'],
'name'=>$data[0]['name']
- );
+ );
o
}
return( $return );
}
@@
-244,7
+244,7
@@
include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' );
$out .= '
<tr>
<td>'.$airport_text.'</td>
- <td>'.$row["airline"].'
<br>
'.$row["flt_numb"].'</td>
+ <td>'.$row["airline"].'
'.$row["flt_numb"].'</td>
<td>'.$this->format_time( $row["cur_dep_time"] ).' '.$this->time_codes[$row["cur_dep_time_code"]].'</td>
<td><nobr>'.$row["remarks"].'</nobr></td>
</tr>