--- html/obavijest.php 2000/07/31 18:30:49 1.15.2.1 +++ html/obavijest.php 2000/08/02 13:10:00 1.15.2.2 @@ -41,7 +41,7 @@ org_jed.naziv as orgjed,org_pod_jed.pod_naziv as orgpodjed, lok_racunala as lokrac,objekt,kat,soba,z_rac,podesavanje, umrezavanje,shell - from osobe + from osobe,lokacije,org_jed,org_pod_jed where osobe.id=$id and lokacija_id=lokacije.id and org_jed_id=org_jed.id and org_pod_jed_id=org_pod_jed.pod_id @@ -112,6 +112,7 @@ $sth = $dbh->prepare("select racuni.login as login, racuni.passwd as passwd,e_mail.alias as email + from racuni,e_mail where racuni.osoba_id=$id and e_mail.osoba_id=$id"); $sth->execute();