forked from extern/egroupware
Fixed template warning about missing 2nd argument to set_block
This commit is contained in:
parent
98b55b6cf9
commit
3919f594ce
@ -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"]."\">");
|
||||
|
Loading…
Reference in New Issue
Block a user