/[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.16 by dpavlin, Mon Sep 4 13:52:14 2000 UTC revision 1.17 by dpavlin, Tue Apr 24 13:57:19 2001 UTC
# Line 88  $instaliran=0; Line 88  $instaliran=0;
88  $result = pg_Exec ($conn, "select status.id as status_id,datum,opis,ime,prezime,status_tip_id as st  $result = pg_Exec ($conn, "select status.id as status_id,datum,opis,ime,prezime,status_tip_id as st
89          from status,kontakt_osobe,status_tip          from status,kontakt_osobe,status_tip
90          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
91          and osoba_id=$id order by datum");          and status.osoba_id=$id order by datum");
92    
93  $statusi="";  $statusi="";
94    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.26