1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 00:53:22 -05:00

Header description improvement.

This commit is contained in:
Jonathan Rosenbaum 2017-07-15 23:41:42 +00:00
parent f44c6d2bb3
commit d1c4b91a1f

View File

@ -116,8 +116,8 @@ $purchased_membership = mysql_query($purchase_query, $YBDB) or die(mysql_error()
<tr valign="top" bgcolor="#99CC33" class="yb_standardCENTER">
<td width="relative">Paid<br /></td>
<td width="relative">Expiration<br /></td>
<td width="relative">Visits<br /></td>
<td width="relative">Hours<br /></td>
<td width="relative">Visits [running 12 months]<br /></td>
<td width="relative">Hours [running 12 months]<br /></td>
</tr>
<?php
$purchased = mysql_fetch_assoc($purchased_membership);