X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fsurvey%2Fsurvey.inc.php;h=784dd8920da4134a959af96acc50809bf4a4bca7;hb=c8f102375a2f0389b0219096d024c851759300cd;hp=296f03b95ff1b27a054ba7d43deb9e3d8f6945ae;hpb=0350128986bad6fc5dec530a1d1ddcf1e7d5a5e1;p=platal.git diff --git a/modules/survey/survey.inc.php b/modules/survey/survey.inc.php index 296f03b..784dd89 100644 --- a/modules/survey/survey.inc.php +++ b/modules/survey/survey.inc.php @@ -315,7 +315,7 @@ class Survey // {{{ function checkSyntax() : checks syntax of the questions (currently the root only) before storing the survey in database private static $errorMessages = array( "datepassed" => "la date de fin de sondage est déjà dépassée : vous devez préciser une date future", - "promoformat" => "les restrictions à certaines promotions sont mal formattées" + "promoformat" => "les restrictions à certaines promotions sont mal formatées" ); public function checkSyntax()