. */ if ( !class_exists( 'GiglogAdmin_ImportGigsPage' ) ) { class GiglogAdmin_ImportGigsPage { static function render_html() { ?>

Import gigs

Import gig data from a tab separated data file.

$fo, 'rowid' => $r++, 'rowcontent' => $newconcert ); if ($wpdb->insert($table, $row) === false) { $wpdb->bail(); } } } } }