From 5758db39d32d1c170fb31ebb482139e9ce73b6f7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Oct 2008 22:10:38 +0000 Subject: [PATCH] New: Add filter on date for services --- htdocs/main.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 7e65c06e4e5..3a9b7d099eb 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -784,7 +784,6 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs global $user, $conf, $langs, $db; if (empty($conf->css)) $conf->css ='/theme/eldy/eldy.css.php'; - //header("Content-type: text/html; charset=UTF-8"); header("Content-type: text/html; charset=".$conf->character_set_client);