X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=assistants%2Fbank.inc.php;h=06a01557d154c4d7ade7f3a8a7e5eb904db84e19;hb=273c1aac8c2c482b6b76779083c15d69d920e8ad;hp=7e3cf5224408c76dc332cd2b150d14d5175f7a58;hpb=399c761fe1537f3524ee42126aea3699a7d7c2eb;p=mirrors%2FSokoMan.git diff --git a/assistants/bank.inc.php b/assistants/bank.inc.php index 7e3cf52..06a0155 100644 --- a/assistants/bank.inc.php +++ b/assistants/bank.inc.php @@ -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);