From: vincent@cubedesigners.com Date: Wed, 6 Mar 2013 13:43:10 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=885e8830687060c4645081e8e97b85e77fdc889b;p=cubeextranet.git --- 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; }