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

index 798b5daad7ecdb0144ec1afd4652e3278663646e..ad1025954637bae961f61fb9788cac9695a10d68 100644 (file)
@@ -565,7 +565,7 @@ Class Table extends nb {
 
     if ($this->show_hidden_params and !empty(self::$params)) {
       echo ''
-      # NB 19.10.17: reactivate for rent 
+      # NB 19.10.17: reactivated for rent 
         .(!empty($fields['action']) ? '' : '<input type="hidden" name="action" value="'.($add ? 'insert' : 'update').'"/>')
         .self::form_hidden(['action'])
         .(!empty($_SERVER['HTTP_REFERER']) ? '<input type="hidden" name="referer" value="'.urlencode($_SERVER['HTTP_REFERER']).'" />' : '')