diff options
author | Michal Zimniewicz <michzimny@gmail.com> | 2018-01-27 10:32:40 +0100 |
---|---|---|
committer | Michal Zimniewicz <michzimny@gmail.com> | 2018-01-27 10:32:59 +0100 |
commit | 41bf3d024bf6028a834440ddcd6e8f253142a288 (patch) | |
tree | 4afebc290fd7c00dfe2ab9731ba8ea0bc736e126 | |
parent | 55f22f62993684b9ad625925f9cbb7dabd62d83f (diff) |
add TODO about checking both tables of a match
-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(); |