From eb2448780719b21b7a737caa64af13c42487ea58 Mon Sep 17 00:00:00 2001 From: teromene Date: Mon, 14 Sep 2015 14:04:38 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20option=20de=20compatibilit?= =?UTF-8?q?=C3=A9=20pour=20les=20bridges=20n'utilisant=20pas=20le=20nouvea?= =?UTF-8?q?u=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d142973..0e9a752 100644 --- a/index.php +++ b/index.php @@ -158,7 +158,7 @@ CARD; foreach($anUse as $argValue) { $idArg = 'arg-' . $bridgeReference . '-' . $anUseNum . '-' . $argValue['query-name']; - if($argValue['type'] == "text") { + if($argValue['type'] == null || $argValue['type'] == "text") { //If we have no type, treat it as a text field for compatibility $card .= '' . PHP_EOL; } else if($argValue['type'] == "list") { $card .= '