Bug #23469 ยป 15582.diff
typo3/sysext/dbal/mod1/index.php (Arbeitskopie) | ||
---|---|---|
* @return string HTML output
|
||
*/
|
||
public function printContent() {
|
||
$this->content .= $this->doc->middle();
|
||
$this->content .= $this->doc->endPage();
|
||
echo $this->content;
|
||
}
|