diff -r 6b96085291d7 -r fb7cd02b9848 web/wp-content/plugins/gigs-calendar/rss.php --- a/web/wp-content/plugins/gigs-calendar/rss.php Tue Jan 05 09:48:24 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,57 +0,0 @@ -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)); ?> - - - - ]]> - - - - - - - - - -