From 5f44cd3b68c7f1e94cb27fd3abffb15d608c6019 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Sat, 11 May 2019 00:36:49 +0200 Subject: [PATCH] Remove comment Signed-off-by: Hugues Peccatte --- libraries/classes/Plugins/Export/Helpers/Pdf.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/libraries/classes/Plugins/Export/Helpers/Pdf.php b/libraries/classes/Plugins/Export/Helpers/Pdf.php index c6994cd113..7cca55f6a8 100644 --- a/libraries/classes/Plugins/Export/Helpers/Pdf.php +++ b/libraries/classes/Plugins/Export/Helpers/Pdf.php @@ -584,18 +584,6 @@ class Pdf extends PdfLib } $columns = $GLOBALS['dbi']->getColumns($db, $table); - /** - * Get the unique keys in the table. - * Presently, this information is not used. We will have to find out - * way of displaying it. - */ - /*$unique_keys = []; - $keys = $GLOBALS['dbi']->getTableIndexes($db, $table); - foreach ($keys as $key) { - if ($key['Non_unique'] == 0) { - $unique_keys[] = $key['Column_name']; - } - }*/ // some things to set and 'remember' $l = $this->lMargin;