parent
98b3f64c6c
commit
cc6586cc8d
3 changed files with 9 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ EOF;
|
|||
$cal->set_periode($per);
|
||||
|
||||
$html = "";
|
||||
$html = $cal->display();
|
||||
$html = $cal->display($_GET['t']);
|
||||
$html = escape_xml($html);
|
||||
header('Content-type: text/xml; charset=UTF-8');
|
||||
echo <<<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue