/[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.5 by dpavlin, Wed May 31 09:16:09 2000 UTC revision 1.6 by dpavlin, Thu Jun 1 07:48:01 2000 UTC
# Line 80  $instaliran=0; Line 80  $instaliran=0;
80  $result = pg_Exec ($conn, "select datum,opis,ime,prezime,status_tip_id as st  $result = pg_Exec ($conn, "select datum,opis,ime,prezime,status_tip_id as st
81          from status,kontakt_osobe,status_tip          from status,kontakt_osobe,status_tip
82          where kontakt_osoba_id=kontakt_osobe.id and status_tip_id=status_tip.id          where kontakt_osoba_id=kontakt_osobe.id and status_tip_id=status_tip.id
83          and osoba_id=$id");          and osoba_id=$id order by datum");
84    
85  $statusi="";  $statusi="";
86    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26