--- html/index.php 2000/07/13 08:21:14 1.7 +++ html/index.php 2000/07/31 18:03:05 1.7.2.1 @@ -5,8 +5,9 @@ prepare("select ime,prezime,passwd from kontakt_osobe where aktivna=true and id=$kontakt_osoba_id"); + $sth->execute(); + $row=$sth->fetchrow_hash(); print "Trenutno ste prijavljeni kao $row[ime] $row[prezime], ako je to krivo odaberite ovaj link."; } # print "--$kontakt_osoba_id--";