/[informatika.old]/html/obavijest.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /html/obavijest.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15.2.1 by dpavlin, Mon Jul 31 18:30:49 2000 UTC revision 1.15.2.2 by dpavlin, Wed Aug 2 13:10:00 2000 UTC
# Line 41  $sth = $dbh->prepare(" Line 41  $sth = $dbh->prepare("
41                  org_jed.naziv as orgjed,org_pod_jed.pod_naziv as orgpodjed,                  org_jed.naziv as orgjed,org_pod_jed.pod_naziv as orgpodjed,
42                  lok_racunala as lokrac,objekt,kat,soba,z_rac,podesavanje,                  lok_racunala as lokrac,objekt,kat,soba,z_rac,podesavanje,
43                  umrezavanje,shell                  umrezavanje,shell
44          from osobe          from osobe,lokacije,org_jed,org_pod_jed
45          where osobe.id=$id          where osobe.id=$id
46                  and lokacija_id=lokacije.id and org_jed_id=org_jed.id                  and lokacija_id=lokacije.id and org_jed_id=org_jed.id
47                  and org_pod_jed_id=org_pod_jed.pod_id                  and org_pod_jed_id=org_pod_jed.pod_id
# Line 112  if ($nr == 0) { Line 112  if ($nr == 0) {
112    
113  $sth = $dbh->prepare("select racuni.login as login,  $sth = $dbh->prepare("select racuni.login as login,
114          racuni.passwd as passwd,e_mail.alias as email          racuni.passwd as passwd,e_mail.alias as email
115            from racuni,e_mail
116          where racuni.osoba_id=$id and e_mail.osoba_id=$id");          where racuni.osoba_id=$id and e_mail.osoba_id=$id");
117  $sth->execute();  $sth->execute();
118    

Legend:
Removed from v.1.15.2.1  
changed lines
  Added in v.1.15.2.2

  ViewVC Help
Powered by ViewVC 1.1.26