From 58a5a866f3852359f749cee885428b0fd3b98f91 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 19 Aug 2010 19:04:49 +0000 Subject: [PATCH] Fix: javascript content must be in utf8 --- htdocs/core/class/html.form.class.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 8b441a91c79..8111b10846d 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1555,7 +1555,7 @@ class Form $sql .= " WHERE active = 1"; dol_syslog("Form::select_propal_statut sql=".$sql); - $resql=$this->db->query($sql); + $resql=$this->db->query($sql); if ($resql) { print '