BUG-12932 SOLVED

This commit is contained in:
Roly Gutierrez
2013-09-20 12:05:08 -04:00
parent 01ddc122a7
commit fc27023576
2 changed files with 6 additions and 6 deletions

View File

@@ -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), '&#92;', str_replace('<', '&lt;', $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;