浏览代码

correct whitespace in choix_date.php file

Lamrani Abdel 2 年之前
父节点
当前提交
6a9862bcae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/opensurvey/wizard/choix_date.php

+ 1 - 1
htdocs/opensurvey/wizard/choix_date.php

@@ -177,7 +177,7 @@ if (GETPOST('confirmation')) {
 	}
 
 	// Add survey into database
-	if (!$erreur && $erreurNb==0) {
+	if (!$erreur && $erreurNb == 0) {
 		$_SESSION["toutchoix"] = substr("$choixdate", 1);
 
 		ajouter_sondage();