From: vincent@cubedesigners.com Date: Fri, 14 May 2021 10:44:31 +0000 (+0000) Subject: wait #4466 @2 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=eb517b856f08129c27ae3015fde1269e0d70d578;p=cubeextranet.git wait #4466 @2 --- diff --git a/inc/ws/Util/class.ws.links.php b/inc/ws/Util/class.ws.links.php index 48db926ff..4eee1d7ef 100644 --- a/inc/ws/Util/class.ws.links.php +++ b/inc/ws/Util/class.ws.links.php @@ -76,17 +76,17 @@ class wsLinks $l[$id] = 'physical'; } } - if ($id === 'to' && $l['type'] == 2) { - $comment = false; - if (!Zend_Uri_Http::check($l[$id])) { - $comment = 'Invalid URI'; - } else { - $comment = self::testLink($l[$id]); - } - if ($comment) { - $s->getComment(PHPExcel_Cell::stringFromColumnIndex($j - 1) . $i)->getText()->createTextRun($comment); - } - } +// if ($id === 'to' && $l['type'] == 2) { +// $comment = false; +// if (!Zend_Uri_Http::check($l[$id])) { +// $comment = 'Invalid URI'; +// } else { +// $comment = self::testLink($l[$id]); +// } +// if ($comment) { +// $s->getComment(PHPExcel_Cell::stringFromColumnIndex($j - 1) . $i)->getText()->createTextRun($comment); +// } +// } if ($id === 'to') { $s->getCellByColumnAndRow($i, $j)->setDataType(PHPExcel_Cell_DataType::TYPE_STRING)->getStyle()->getNumberFormat()->setFormatCode(PHPExcel_Style_NumberFormat::FORMAT_TEXT); }