--- html/obavijest.php 2000/05/31 09:16:09 1.5 +++ html/obavijest.php 2000/06/01 07:48:01 1.6 @@ -80,7 +80,7 @@ $result = pg_Exec ($conn, "select datum,opis,ime,prezime,status_tip_id as st from status,kontakt_osobe,status_tip where kontakt_osoba_id=kontakt_osobe.id and status_tip_id=status_tip.id - and osoba_id=$id"); + and osoba_id=$id order by datum"); $statusi="";