comparison info.php @ 8:aa7263b8e621

Oops, missed a parameter.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jan 2016 10:06:49 +0200
parents fbaf10b8be70
children 3c3fadcf13f2
comparison
equal deleted inserted replaced
7:fbaf10b8be70 8:aa7263b8e621
426 echo "<p>Swapped rows: ".implode(", ", $str)."</p>\n"; 426 echo "<p>Swapped rows: ".implode(", ", $str)."</p>\n";
427 } 427 }
428 } 428 }
429 429
430 // Print out the table 430 // Print out the table
431 stPrintAlloyTable("alloyTable", $currTable, $currTable); 431 stPrintAlloyTable("alloyTable", $currTable, $currTable, TRUE);
432 432
433 // 433 //
434 // Calculate some statistics 434 // Calculate some statistics
435 // 435 //
436 $researchValue /= $researched * 10.0; 436 $researchValue /= $researched * 10.0;