/[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.1 by dpavlin, Mon Apr 17 10:35:51 2000 UTC revision 1.2 by dpavlin, Wed Apr 26 12:21:59 2000 UTC
# Line 2  Line 2 
2    
3  include("inc/head.inc");  include("inc/head.inc");
4    
5  if (! isset($id)) { $id=1; };  if (! isset($id)) {
6            include("inc/obavjest-forma.inc");
7    } else {
8    
9    
10  $result = pg_Exec ($conn, "  $result = pg_Exec ($conn, "
11          select osobe.id as id,ime,prezime,tel,lokacije.naziv as lok,sifra,          select osobe.id as id,ime,prezime,tel,lokacije.naziv as lok,sifra,
# Line 64  if (pg_numrows($result) > 0) { Line 67  if (pg_numrows($result) > 0) {
67          print "<p><big>Nema podataka o korisničkom računu</big>";          print "<p><big>Nema podataka o korisničkom računu</big>";
68  }  }
69    
70    
71    } // isset($id)
72    
73    ?>
74    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26