# HG changeset patch # User df # Date 1233167535 0 # Node ID e0dd561faac1cd30258a86cad82e69a662947c1b # Parent 9c55ad1214ee3174854086a92dc53a0fb23fbefc Added warning about stackless processing. diff -r 9c55ad1214ee -r e0dd561faac1 reproctool.cgi --- a/reproctool.cgi Wed Jan 28 18:30:52 2009 +0000 +++ b/reproctool.cgi Wed Jan 28 18:32:15 2009 +0000 @@ -394,9 +394,11 @@

Totals

+Note: This is assuming you exactly got 1 item stacked per item listed. (This tool +does not take the stacked size into account.
END # TODO: df wonders if there is a std::map :) -print "Total ISK baseprice: " . pretty_numbers( $totalIsk ) . "

\n"; +print "Total ISK baseprice: " . pretty_numbers( $totalIsk ) . "
\n"; print "
Trit: " . pretty_numbers( $totalTrit ) if ($totalTrit>0); print "
Py: " . pretty_numbers( $totalPyer ) if ($totalPyer>0); print "
Mex: " . pretty_numbers( $totalMexa ) if ($totalMexa>0);