/[wopi]/make_poll.pl
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 /make_poll.pl

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

revision 1.15 by dpavlin, Tue Oct 21 18:40:26 2003 UTC revision 1.16 by dpavlin, Thu Oct 23 22:13:30 2003 UTC
# Line 152  my $head_php=suck_file("head.php"); Line 152  my $head_php=suck_file("head.php");
152    
153  #------------------------------------------------------------------  #------------------------------------------------------------------
154    
155  $html{'kraj'}=suck_file($include_files{'thanks'});  $html{'thanks'}=suck_file($include_files{'thanks'});
156    
157  #------------------------------------------------------------------  #------------------------------------------------------------------
158    
# Line 236  close(PAGE); Line 236  close(PAGE);
236  $page_nr++;  $page_nr++;
237  open(PAGE, ">$poll/$next_fn") or die "Couldn't open $next_fn for writing:\n$!";  open(PAGE, ">$poll/$next_fn") or die "Couldn't open $next_fn for writing:\n$!";
238  print PAGE php_header($page_nr,@last_sql_update);  print PAGE php_header($page_nr,@last_sql_update);
239  print PAGE "$html{'header'} $html{'kraj'} $html{'footer'}";  print PAGE "$html{'header'} $html{'thanks'} $html{'footer'}";
240  close(PAGE);  close(PAGE);
241    
242  # dump sql structure  # dump sql structure

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

  ViewVC Help
Powered by ViewVC 1.1.26