Fixed template warning about missing 2nd argument to set_block

This commit is contained in:
jengo 2000-11-26 09:39:16 +00:00
parent 98b55b6cf9
commit 3919f594ce

View File

@ -72,7 +72,7 @@
$phpgw->template->set_file(array("day" => "day.tpl"));
$phpgw->template->set_block("day");
//$phpgw->template->set_block("day");
if ($friendly) {
$phpgw->template->set_var("printer_friendly","<body bgcolor=\"".$phpgw_info["theme"]["bg_color"]."\">");