problem with the count

I have a problem with the total hours

<ul>

<li><strong>Total Pilots: </strong><?php echo StatsData::PilotCount(); ?></li>

<li><strong>Total Flights: </strong><?php echo StatsData::TotalFlights(); ?></li>

<li><strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?></li>

</ul>

Total Hours Flown: ()

There was another thread here about it, you hd to run a query, trying to find the thread now

fixed, there are something missing to transfer the database to another host

thaks for the support 8)