".__('Database Maintenance')." > "; echo __('Event Database cleanup').""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; $row = get_db_row_sql ("SELECT COUNT(*) AS total, MIN(timestamp) AS first_date, MAX(timestamp) AS latest_date FROM tevento"); echo "".__('Total').""; echo "".$row["total"]." ".__('Records')."
".__('First date')."".$row["first_date"]."
"; echo "".__('Latest date').""; echo "".$row["latest_date"]."
"; ?>