]> git.nbdom.net Git - nb.git/commitdiff
lib/php/out.php
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 17 Jan 2018 00:05:10 +0000 (00:05 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 17 Jan 2018 00:05:10 +0000 (00:05 +0000)
lib/php/out.php

index db6b7384429a07a86289d63d01234968a731ac9a..f8296615873f0b09bf1c4a6748a52c575d0a8064 100644 (file)
@@ -159,13 +159,6 @@ Class Out extends Nb {
 
     if ($o['row_count'] and isset($o['rec'])) echo $o['rec'];
     $o['row_count']++;
-# NB 06.01.18     self::type_call('parse',$o,$row);
-# NB 06.01.18          $new = [];
-# NB 06.01.18          foreach ($row as $k=>$v) {
-# NB 06.01.18                  $new[self::prettyText($k)] = $v;
-# NB 06.01.18          }
-# NB 06.01.18          $row = $new;
-# NB 06.01.18          debug($row);
 
                # Binary values
                if (!isset($o['base64_encode_binary'])) $o['base64_encode_binary'] = true;