Subversion Repositories VORC

Rev

Rev 261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 261 Rev 266
Line 107... Line 107...
107
my $seminar_reviews;
107
my $seminar_reviews;
Line 108... Line 108...
108
 
108
 
109
my ($seminars_exist) = $dbh->selectrow_array ("select count(*) from v_seminar_new where year(date) = year(now())");
109
my ($seminars_exist) = $dbh->selectrow_array ("select count(*) from v_seminar_new where year(date) = year(now())");
110
if ($seminars_exist) {
110
if ($seminars_exist) {
-
 
111
  push @seminars, $h->li ("<b>NEW:</b> ".$h->a ({href=>"seminars.pl"}, "View and sign up for Seminars!"));
Line 111... Line 112...
111
  push @seminars, $h->li ("<b>NEW:</b> ".$h->a ({href=>"seminars.pl"}, "View and sign up for Seminars!"));
112
	push @seminars, $h->li ($h->a ({ href=>"current_seminar_coaches.pl?limit=All&sortby=derby_name" }, "View the list of current Seminar Coaches"));
Line 112... Line 113...
112
  
113
  
113
#	push @seminars, $h->li ($h->a ({ href=>"/schedule/current_coaches.pl" }, "View the list of current MVP Coaches"));
114
#	push @seminars, $h->li ($h->a ({ href=>"/schedule/current_coaches.pl" }, "View the list of current MVP Coaches"));