changeset 34:734497aeffa4

Disable mixtable.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Aug 2019 15:37:57 +0300
parents 3bb56a94c4f5
children 4e9e9c54036e
files info.php
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 "<h3>Mixtable</h3>\n";
     if (count($alloyTable[$setShowMat]) > 0)
     {
@@ -373,6 +374,7 @@
     {
       echo "<p>No mixtable entries.</p>\n";
     }
+    */
   }
 }
 else