/[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.3 by dpavlin, Wed Apr 12 09:05:15 2000 UTC revision 1.4 by dpavlin, Fri Apr 14 08:23:26 2000 UTC
# Line 6  Line 6 
6                  $from=0;                  $from=0;
7          }          }
8    
9          if (! isset($kontakt_osoba_id) || ! is_int($kontakt_osoba_id)) {          if (! isset($kontakt_osoba_id) || ! intval($kontakt_osoba_id)!=0) {
10                  echo '<form method="post" action="'.$PHP_SELF.'?'.$QUERY_STRING.'" name="forma">                  echo '<form method="post" action="'.$PHP_SELF.'?'.$QUERY_STRING.'" name="forma">
11                          Odaberite Vaše ime i prezime:                          Odaberite Vaše ime i prezime:
12                          <select name="kontakt_osoba_id">';                          <select name="kontakt_osoba_id">';

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

  ViewVC Help
Powered by ViewVC 1.1.26