1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-21 08:34:27 -05:00

Improves the header information with days/hours.

This commit is contained in:
Jonathan Rosenbaum 2017-07-15 22:30:00 +00:00
parent 461bddac81
commit 2617c008c0

View File

@ -111,7 +111,7 @@ $purchased_membership = mysql_query($purchase_query, $YBDB) or die(mysql_error()
<td>
<table border="1" cellpadding="1" cellspacing="0">
<tr bgcolor="#99CC33" class="yb_standardCENTERbold">
<td colspan="4" height="25">Membership</td>
<td colspan="4" height="25">Membership [<?php echo ">= $membership_days days and >= $membership_hours hours" ?>]</td>
</tr>
<tr valign="top" bgcolor="#99CC33" class="yb_standardCENTER">
<td width="relative"><?php echo $num_member_rows; ?> Members<br /></td>