Agenda de base

Task #957 - Agenda
This commit is contained in:
Dany De Bontridder 2013-12-30 14:37:49 +00:00
parent 98b3f64c6c
commit cc6586cc8d
3 changed files with 9 additions and 2 deletions

View file

@ -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