#!/bin/sh
# $Id: $

echo [VARS] Fixing Chief Scientists
`dirname "$0"`/gsh -e "(new vars.annotation.DatabaseUtility()).fixChiefScientists()"

echo [VARS] Fixing Dive Start and End Dates
`dirname "$0"`/gsh -e "(new vars.annotation.DatabaseUtility()).fixAllDiveDates()"

echo [VARS] Fixing Tracking Numbers
`dirname "$0"`/gsh -e "(new vars.annotation.DatabaseUtility()).fixTrackingNumbers()"
