/[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.3 by dpavlin, Mon Apr 17 10:35:39 2000 UTC revision 1.4 by dpavlin, Thu May 4 06:52:09 2000 UTC
# Line 72  Line 72 
72    
73          } elseif ($what == "insert-osoba" && check_required()) {          } elseif ($what == "insert-osoba" && check_required()) {
74               $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'");
75               if (pg_numrows($result) > 0) {               if (pg_numrows($result) > 0 && $zap_plive=="t") {
76                          $row=pg_fetch_array($result,0);                          $row=pg_fetch_array($result,0);
77                          $warn.="<p><big>Vaš podatakak nije unešen zbog duple šifre radnika!</big>                          $warn.="<p><big>Vaš podatakak nije unešen zbog duple šifre radnika!</big>
78                          <p>Osoba sa šifrom $sifra već postoji. Prema                          <p>Osoba sa šifrom $sifra već postoji. Prema

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

  ViewVC Help
Powered by ViewVC 1.1.26