-
- ################
- /** FIXME remove this */
- echo sprintf("date: %s <br />", $this->getDate());
- echo sprintf("room: %s <br />", $this->getRoom());
- echo sprintf("reason: %s <br />", $this->getReason());
- echo sprintf("tsfirst: %s <br />", $this->getTsFirst());
- echo sprintf("tslast: %s <br />", $this->getTsLast());
- echo sprintf("action: %s <br />", $this->getAction());
- ################