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

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

revision 1.12.2.2 by dpavlin, Sun Jul 30 18:16:12 2000 UTC revision 1.12.2.3 by dpavlin, Mon Jul 31 13:14:35 2000 UTC
# Line 165  Line 165 
165                          <td>$row[orgjed]</td><td>";                          <td>$row[orgjed]</td><td>";
166                                                    
167                  $sth1 = $dbh->prepare("select datum,opis from status,status_tip where status.status_tip_id=status_tip.id and osoba_id=$row[id] order by datum");                  $sth1 = $dbh->prepare("select datum,opis from status,status_tip where status.status_tip_id=status_tip.id and osoba_id=$row[id] order by datum");
168                  $sth->execute();                  $sth1->execute();
169                  while ($row1=$sth1->fetchrow_hash()) {                  while ($row1=$sth1->fetchrow_hash()) {
170                          print "<small>$row1[datum]</small> $row1[opis]<br>";                          print "<small>$row1[datum]</small> $row1[opis]<br>";
171                  }                  }

Legend:
Removed from v.1.12.2.2  
changed lines
  Added in v.1.12.2.3

  ViewVC Help
Powered by ViewVC 1.1.26