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

index 645e3b83a13398b928b16c28ce458bedc7b3925d..5e23a92078b352dd66d861401180e25c374b94f4 100644 (file)
@@ -558,7 +558,6 @@ Class Table extends nb {
 
     } else {
       $form_hidden = (!empty($_SERVER['HTTP_REFERER']) ? '<input type="hidden" name="referer" value="'.urlencode($_SERVER['HTTP_REFERER']).'" />' : '');
-      #echo self::form_hidden(['HTTP_REFERER']);
     }
 
     #debug($form_hidden);