tables ) ) _e( 'You can also decide, if you want to import it as a new table or replace an existing table.', WP_TABLE_RELOADED_TEXTDOMAIN ); ?>
get_results("SELECT * FROM $wpdb->golftable ORDER BY 'table_aid' ASC ");
if ( 0 < count( $tables ) ) {
// Tables found in db
?>
" . __( 'wp-Table by Alex Rabe seems to be installed, but no tables were found.', WP_TABLE_RELOADED_TEXTDOMAIN ) . "
";
}
?>