--- results.php 2001/03/05 15:16:49 1.6 +++ results.php 2001/03/17 15:41:42 1.7 @@ -30,7 +30,7 @@ if (! $type) $type="r"; -$sql="select id,title,pdf from news where type='$type' and visible order by priority desc,date desc"; +$sql="select id,town_date,title,pdf from news where type='$type' and visible order by priority desc,date desc"; # print "$sql"; $sth = $dbh->prepare("$sql"); $sth->execute();