- Fix a bug that prevented the tour selections from showing up in IE.

This commit is contained in:
dave 2007-01-23 20:42:17 +00:00
parent 5d36be70e2
commit ff76c06e17

View File

@ -196,7 +196,7 @@ else if($newstatus=="complete")
} }
echo "<tr><td>&nbsp;</td><td></td></tr>"; echo "<tr><td>&nbsp;</td><td></td></tr>";
} }
echo ("</table"); echo ("</table>");
/* /*
$rank = $tour_choice[$r->id]; $rank = $tour_choice[$r->id];