diff -r 6b96085291d7 -r fb7cd02b9848 web/wp-content/plugins/gigs-calendar/templates/basic/upcoming-widget.php
--- a/web/wp-content/plugins/gigs-calendar/templates/basic/upcoming-widget.php Tue Jan 05 09:48:24 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-
-
- cityState;
- break;
- case 'venue':
- $link[] = $g->name;
- break;
- case 'eventName':
- $link[] = $g->eventName;
- break;
- }
- }
- $link = array_unique($link);
- foreach ( $link as $key => $value ) {
- if ( empty($value) ) unset($link[$key]);
- }
- ?>
- - mysqlDate . ' ' . $p->time, (date('Y') == date('Y', strtotime($g->mysqlDate))) ? $args['dateFormat'] : $args['dateFormatYear']) ?>:
-
-
-
-
-
-
-
\ No newline at end of file