. */ if ( !class_exists( 'GiglogAdmin_ImportGigsPage' ) ) { require_once __DIR__ . '/../../band.php'; require_once __DIR__ . '/../../concert.php'; require_once __DIR__ . '/../../concertlogs.php'; require_once __DIR__ . '/../../venue.php'; class GiglogAdmin_ImportGigsPage { static function render_html() { ?>

Import gigs

Import gig data from a tab separated data file.

id(); } //not sure how to check dates, hopefully manual verification of files will take care of it GiglogAdmin_Concert::find_or_create( $newconcert[0], $newconcert[1], $condate, $ticketlink, $eventlink); } } } }