From 885e8830687060c4645081e8e97b85e77fdc889b Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 6 Mar 2013 13:43:10 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.ajax.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inc/ws/Controlleur/class.ws.ajax.php b/inc/ws/Controlleur/class.ws.ajax.php index 39713b536..50508258b 100644 --- a/inc/ws/Controlleur/class.ws.ajax.php +++ b/inc/ws/Controlleur/class.ws.ajax.php @@ -912,6 +912,12 @@ class wsAjax extends cubeAjax { $link[$cols[$j]] = $cell->getValue(); $j++; } + if ($link['display_area'] == '') { + $link['display_area'] = '1'; + } + if (trim($link['infobulle']) == '') { + $link['infobulle'] = ''; + } $links[] = $link; } -- 2.39.5