Index: branches/stable/cgi-bin/search.cgi
===================================================================
--- branches/stable/cgi-bin/search.cgi	(revision 606)
+++ branches/stable/cgi-bin/search.cgi	(revision 620)
@@ -467,5 +467,5 @@
   my $count = 0;
   my @sresults;
-  while (my ($block, $custid, $type, $city, $desc, $vrf) = $sth->fetchrow_array) {
+  while (my ($block, $custid, $type, $city, $desc, $vrf, $avail) = $sth->fetchrow_array) {
     my %row = (
 	rowclass => $count++ % 2,
@@ -478,4 +478,5 @@
 	desc => $desc,
 	vrf => $vrf,
+	avail => $avail eq 'y',
 	);
     push @sresults, \%row;
