You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
$popis_steta = $dbObj->SelectPrepared("SELECT k.korisnicko_ime, s.id_steta, s.naziv, s.opis, s.oznake, s.datum_prijave FROM steta s INNER JOIN korisnik k ON k.id_korisnik = s.id_prijavitelj ORDER BY s.id_steta DESC;");