diff options
-rw-r--r-- | tdd-bootstrap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdd-bootstrap.php b/tdd-bootstrap.php index 210c0a0..cf62d46 100644 --- a/tdd-bootstrap.php +++ b/tdd-bootstrap.php @@ -40,6 +40,7 @@ class Protocol { $table = (int)$table; if($table && array_key_exists($table, $this->deals_by_tables)) { // if is played on the 1st table + // TODO check both tables of the match if($score1) { $deal = $this->deals_by_tables[$table]; $insert = "<h4>Stół $table – Rozdanie {$deal->deal_num}</h4>" . $deal->html(); |