From: Nicolas Boisselier Date: Thu, 19 Oct 2017 15:57:21 +0000 (+0100) Subject: lib/php/db/table.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=6e1d3b59d92b65247883e0c9cf405c0855a70290;p=nb.git lib/php/db/table.php --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index ad102595..b0049986 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -531,7 +531,6 @@ Class Table extends nb { echo '
'.NB_EOL; $count = 0; if ( $add or ($row = $st->fetch(PDO::FETCH_ASSOC, PDO::FETCH_ORI_NEXT))) { - #$orig = $row; if (!empty($row)) $this->db()->table_row_decrypt($this,$row); $count ++;