# HG changeset patch # User Matti Hamalainen # Date 1566391077 -10800 # Node ID 734497aeffa4b682ecc895d2c5126a6009f94321 # Parent 3bb56a94c4f57e1514f4fc70ff512ee8e78cc0c2 Disable mixtable. diff -r 3bb56a94c4f5 -r 734497aeffa4 info.php --- a/info.php Wed Aug 21 15:37:36 2019 +0300 +++ b/info.php Wed Aug 21 15:37:57 2019 +0300 @@ -362,6 +362,7 @@ // // Show mix table for this material // + /* echo "

Mixtable

\n"; if (count($alloyTable[$setShowMat]) > 0) { @@ -373,6 +374,7 @@ { echo "

No mixtable entries.

\n"; } + */ } } else