diff -r 000000000000 -r 03b0d1493584 web/wp-content/plugins/gigs-calendar/rss.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/gigs-calendar/rss.php Wed Dec 23 17:55:33 2009 +0000 @@ -0,0 +1,57 @@ +posts . ' p, + ' . TABLE_GIGS . ' g + WHERE + p.ID = g.postID AND + g.date >= CURDATE() + + ORDER BY g.date +'; + +$posts = $wpdb->get_results($query); +echo ''; +?> + + + <?php bloginfo('name') ?> - <?php _e('Upcoming Gigs feed', $gcd); ?> + + + + + + + Gigs Calendar v + + + + + getByPostID($post->ID); $p = $g->getPerformances(); $p->fetch(); ?> + + <?php echo the_title() ?> + + date . ' ' . $p->time)); ?> + + + + ]]> + + + + + + + + + +