diff --git a/htdocs/install/mysql/tables/llx_opensurvey_sondage.sql b/htdocs/install/mysql/tables/llx_opensurvey_sondage.sql
index 1704938a6f7..f66fbcf5e79 100644
--- a/htdocs/install/mysql/tables/llx_opensurvey_sondage.sql
+++ b/htdocs/install/mysql/tables/llx_opensurvey_sondage.sql
@@ -17,17 +17,17 @@
CREATE TABLE llx_opensurvey_sondage (
id_sondage VARCHAR(16) PRIMARY KEY,
- id_sondage_admin CHAR(24),
+ id_sondage_admin VARCHAR(24),
commentaires text,
mail_admin VARCHAR(128),
nom_admin VARCHAR(64),
- titre text,
- date_fin datetime,
+ titre TEXT,
+ date_fin DATETIME,
format VARCHAR(2),
mailsonde varchar(2) DEFAULT '0',
survey_link_visible integer DEFAULT 1,
canedit integer DEFAULT 0,
- origin varchar(64),
- tms timestamp,
+ origin VARCHAR(64),
+ tms TIMESTAMP,
sujet TEXT
) ENGINE=InnoDB;
diff --git a/htdocs/opensurvey/public/create_survey.php b/htdocs/opensurvey/public/create_survey.php
index 40a41694732..f601602144c 100644
--- a/htdocs/opensurvey/public/create_survey.php
+++ b/htdocs/opensurvey/public/create_survey.php
@@ -168,7 +168,7 @@ print ' '. $langs->trans("V
if ($_SESSION["mailsonde"]) $cochemail="checked";
-print ' '. $langs->trans("ToReceiveEMailForEachVote") .'
'."\n";
+print ' '. $langs->trans("ToReceiveEMailForEachVote") .'
'."\n";
if (GETPOST('choix_sondage'))
{