--- make_poll.pl 2003/10/21 18:40:26 1.15 +++ make_poll.pl 2003/10/23 22:13:30 1.16 @@ -152,7 +152,7 @@ #------------------------------------------------------------------ -$html{'kraj'}=suck_file($include_files{'thanks'}); +$html{'thanks'}=suck_file($include_files{'thanks'}); #------------------------------------------------------------------ @@ -236,7 +236,7 @@ $page_nr++; open(PAGE, ">$poll/$next_fn") or die "Couldn't open $next_fn for writing:\n$!"; print PAGE php_header($page_nr,@last_sql_update); -print PAGE "$html{'header'} $html{'kraj'} $html{'footer'}"; +print PAGE "$html{'header'} $html{'thanks'} $html{'footer'}"; close(PAGE); # dump sql structure