Hezčí tabulka
[mirrors/SokoMan.git] / assistants / bank.inc.php
index 7e3cf5224408c76dc332cd2b150d14d5175f7a58..06a01557d154c4d7ade7f3a8a7e5eb904db84e19 100644 (file)
@@ -78,6 +78,7 @@ switch($SUBPATH[0]) {
                        echo("$deposits-$withdrawals $bank_currency");
            $result = $this->db->safe_query_fetch("SELECT * FROM `bank` WHERE `bank_to`=$account_sql OR `bank_from`=$account_sql ORDER BY bank_time DESC;");
                }
+               $this->html->table_hide_columns($result, 'bank');
          echo $this->html->render_item_table($result);
 
 
This page took 0.094313 seconds and 4 git commands to generate.