BUG-12932 SOLVED
This commit is contained in:
@@ -403,8 +403,7 @@ class processMap
|
||||
case 'text':
|
||||
$oText = null;
|
||||
$oText->uid = $aRow['SWI_UID'];
|
||||
$oText->label = htmlentities(($aRow['CON_VALUE'] != '' ? str_replace(chr(92), '\', str_replace('<', '<', $aRow['CON_VALUE'])) : '-'), ENT_QUOTES, 'UTF-8');
|
||||
// $oText->label = '->' . $aRow ['CON_VALUE'] . '<-' ;
|
||||
$oText->label = $aRow ['CON_VALUE'];
|
||||
$oText->position->x = $aRow['SWI_X'];
|
||||
$oText->position->y = $aRow['SWI_Y'];
|
||||
$oPM->text[] = $oText;
|
||||
|
||||
Reference in New Issue
Block a user