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

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

revision 1.3 by dpavlin, Thu Jul 13 08:01:28 2000 UTC revision 1.4 by dpavlin, Tue Apr 24 13:57:19 2001 UTC
# Line 12  $result = pg_Exec ($conn, " Line 12  $result = pg_Exec ($conn, "
12                  (max(status_tip_id) = 8) as umrezen,                  (max(status_tip_id) = 8) as umrezen,
13                  max(kontakt_osobe.ime||' '||kontakt_osobe.prezime) as stwho                  max(kontakt_osobe.ime||' '||kontakt_osobe.prezime) as stwho
14          from osobe,status,kontakt_osobe,status_tip          from osobe,status,kontakt_osobe,status_tip
15          where osobe.id=osoba_id and          where osobe.id=status.osoba_id and
16                  umrezavanje and                  umrezavanje and
17                  status_tip_id <= 9 and                  status_tip_id <= 9 and
18                  status_tip_id = status_tip.id and                  status_tip_id = status_tip.id and

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26