--- html/lista.php 2000/07/30 18:16:12 1.12.2.2 +++ html/lista.php 2000/07/31 13:14:35 1.12.2.3 @@ -165,7 +165,7 @@ $row[orgjed]"; $sth1 = $dbh->prepare("select datum,opis from status,status_tip where status.status_tip_id=status_tip.id and osoba_id=$row[id] order by datum"); - $sth->execute(); + $sth1->execute(); while ($row1=$sth1->fetchrow_hash()) { print "$row1[datum] $row1[opis]
"; }