--- sections/annual.inc 2001/07/09 14:25:36 1.1 +++ sections/annual.inc 2001/09/20 09:50:24 1.2 @@ -4,7 +4,7 @@ $corp_dbh = new DBI("dbi:pg:corp","dpavlin host=localhost",""); -$sql="select id,town_date,title,body,pdf from news where type='$type' and visible order by priority desc,date desc"; +$sql="select id,town_date,title,body,pdf from news where type='$type' and $visible_is_true order by priority desc,date desc"; # print "$sql"; $sth = $corp_dbh->prepare("$sql"); $sth->execute();