/[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.15 by dpavlin, Thu Jul 27 08:35:35 2000 UTC revision 1.16 by dpavlin, Mon Sep 4 13:52:14 2000 UTC
# Line 164  if ($prava == $pr_admin) { Line 164  if ($prava == $pr_admin) {
164  }  }
165    
166  $statusi.="<td><select name=status_tip_id>";  $statusi.="<td><select name=status_tip_id>";
167    $min_status=5;
168    if ($prava==$pr_admin) $min_status=3;
169    
170          $result = pg_Exec ($conn, "select id,opis          $result = pg_Exec ($conn, "select id,opis
171                  from status_tip                  from status_tip
172                  where id >= 5                  where id >= $min_status
173                  ");                  ");
174    
175          $num_prava=0;          $num_prava=0;

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

  ViewVC Help
Powered by ViewVC 1.1.26