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

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

revision 1.6 by dpavlin, Wed Jun 28 11:57:55 2000 UTC revision 1.7 by dpavlin, Mon Jul 10 09:21:38 2000 UTC
# Line 75  Line 75 
75               $result=pg_Exec($conn,"select id,ime,prezime from osobe where sifra='$sifra'");               $result=pg_Exec($conn,"select id,ime,prezime from osobe where sifra='$sifra'");
76               if (pg_numrows($result) > 0 && $zap_plive=="t") {               if (pg_numrows($result) > 0 && $zap_plive=="t") {
77                          $row=pg_fetch_array($result,0);                          $row=pg_fetch_array($result,0);
78                          $warn.="<p><big>Vaš podatakak nije unešen zbog duple šifre radnika!</big>                          $warn.="<p><big>Vaš podatak nije unešen zbog duple šifre radnika!</big>
79                          <p>Osoba sa šifrom $sifra već postoji. Prema                          <p>Osoba sa šifrom $sifra već postoji. Prema
80                          našim podacima to je $row[ime] $row[prezime] i unesena                          našim podacima to je $row[ime] $row[prezime] i unesena
81                          je na zahtjevu broj $row[id]. Ako ste pogriješili                          je na zahtjevu broj $row[id]. Ako ste pogriješili

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

  ViewVC Help
Powered by ViewVC 1.1.26