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

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

revision 1.2 by dpavlin, Tue Jun 27 13:51:27 2000 UTC revision 1.3 by dpavlin, Fri Jan 25 14:47:46 2002 UTC
# Line 21  if (isset($date_offset) && $date_offset! Line 21  if (isset($date_offset) && $date_offset!
21  }  }
22    
23  if ($result) {  if ($result) {
24       if ($status_tip_id==4 | $status_tip_id==10) {
25           $sql1="update racuni set aktivan=false where osoba_id=$osoba_id";
26           $sql2="update osobe set aktivna=false where id=$osoba_id";
27           pg_Exec ($conn,"$sql1");
28           pg_Exec ($conn,"$sql2");
29       }
30          Header("Location: obavijest.php?id=$osoba_id");          Header("Location: obavijest.php?id=$osoba_id");
31  } else {  } else {
32          include("inc/head.inc");          include("inc/head.inc");

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

  ViewVC Help
Powered by ViewVC 1.1.26