]> git.nbdom.net Git - nb.git/commitdiff
lib/php/db/table.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 19 Oct 2017 15:57:21 +0000 (16:57 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 19 Oct 2017 15:57:21 +0000 (16:57 +0100)
lib/php/db/table.php

index ad1025954637bae961f61fb9788cac9695a10d68..b0049986870a16674f3507983202e5a8c0e75643 100644 (file)
@@ -531,7 +531,6 @@ Class Table extends nb {
     echo '<div class="fields">'.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 ++;