From eb517b856f08129c27ae3015fde1269e0d70d578 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 14 May 2021 10:44:31 +0000 Subject: [PATCH] wait #4466 @2 --- inc/ws/Util/class.ws.links.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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); } -- 2.39.5