--- sections/annual.inc 2001/09/20 09:50:24 1.2 +++ sections/annual.inc 2001/11/20 08:48:14 1.3 @@ -2,7 +2,7 @@ if (! $type) $type="a"; -$corp_dbh = new DBI("dbi:pg:corp","dpavlin host=localhost",""); +$corp_dbh = new DBI("corp","dpavlin host=localhost",""); $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";