Subversion Repositories VORC

Rev

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

Rev 139 Rev 140
Line 174... Line 174...
174
		  push @displayFields, $_;
174
		  push @displayFields, $_;
175
		}
175
		}
176
  }
176
  }
177
}
177
}
Line 178... Line 178...
178
 
178
 
Line 179... Line 179...
179
my @addToWhereClause = ("year(date) = '$YEAR'", "type = 'announcer'", "track <> 'C2'");
179
my @addToWhereClause = ("year(date) = '$YEAR'", "type = 'announcer'", "track <> 'C3'");
180
 
180
 
181
if (exists $FORM{autoload})	{			# If the FORM was submitted (i.e. the page is being redisplayed),
181
if (exists $FORM{autoload})	{			# If the FORM was submitted (i.e. the page is being redisplayed),
182
							                    #  	build the data for the cookie that remembers the page setup
182
							                    #  	build the data for the cookie that remembers the page setup