/[informatika.old]/html/lista.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/lista.php

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

revision 1.12 by dpavlin, Tue Jul 4 08:45:32 2000 UTC revision 1.13 by dpavlin, Tue Apr 24 13:57:11 2001 UTC
# Line 76  Line 76 
76    
77          $on_page=50;          $on_page=50;
78    
         $conn = pg_connect("dbname=informatika user=dpavlin");  
   
79                  $sql_polja="osobe.id as id,osobe.ime as ime,                  $sql_polja="osobe.id as id,osobe.ime as ime,
80                          osobe.prezime as prezime,                          osobe.prezime as prezime,
81                          org_jed.naziv||'<br><small>'||org_pod_jed.pod_naziv||'<small>' as orgjed,                          org_jed.naziv||'<br><small>'||org_pod_jed.pod_naziv||'<small>' as orgjed,
# Line 85  Line 83 
83                          e_mail,kontakt_osoba_id                          e_mail,kontakt_osoba_id
84                          ";                          ";
85                  $sql_tablice="osobe,org_jed,kontakt_osobe";                  $sql_tablice="osobe,org_jed,kontakt_osobe";
86                  $sql_where="org_jed.id=org_jed_id                  $sql_where="org_jed.id=osobe.org_jed_id
87                          and org_pod_jed.pod_id=org_pod_jed_id                          and org_pod_jed.pod_id=osobe.org_pod_jed_id
88                          and kontakt_osoba_id=kontakt_osobe.id                          and kontakt_osoba_id=kontakt_osobe.id
89                          ";                          ";
90                  $sql_order="order by id";                  $sql_order="order by id";

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.26