From 41bf3d024bf6028a834440ddcd6e8f253142a288 Mon Sep 17 00:00:00 2001 From: Michal Zimniewicz Date: Sat, 27 Jan 2018 10:32:40 +0100 Subject: add TODO about checking both tables of a match --- tdd-bootstrap.php | 1 + 1 file changed, 1 insertion(+) 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 = "

Stół $table – Rozdanie {$deal->deal_num}

" . $deal->html(); -- cgit v1.2.3