X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fweb%2Froutetrade;h=fa29e6a596936a933917d21368d28e52c069cabb;hb=bdad24af2d97e3448b671da80bb4247411bafbea;hp=f8e0f89145b11888878067f383a74f5e9c1872fd;hpb=641e98def7ea904b48b0f7dc22d868b40f3cff1b;p=ypp-sc-tools.db-test.git diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index f8e0f89..fa29e6a 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -143,15 +143,15 @@ my @columns= qw(org_name dst_name commodname % } % { -<& dumpqueryresults:start, sth => $sth &> +<& dumptable:start, sth => $sth &> % my $flow; % while ($flow= $sth->fetchrow_hashref()) { % $flow->{Ix}= @flows; % $flow->{Var}= "f$flow->{Ix}"; % push @flows, $flow; -<& dumpqueryresults:row, sth => $sth, row => $flow &> +<& dumptable:row, sth => $sth, row => $flow &> % } -<& dumpqueryresults:end &> +<& dumptable:end &> % } % if (!$specific || $confusing || @islandids<=1) {