Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

Diff for phpMyEdit/phpMyEdit.class.php between version 1.154 and 1.155

version 1.154, 2004/11/25 09:52:55 version 1.155, 2004/12/07 23:48:16
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.153 2004/11/23 15:57:50 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.154 2004/11/25 09:52:55 nepto Exp $ */
   
 /*  This is a generic table editing program. The table and fields to be  /*  This is a generic table editing program. The table and fields to be
         edited are defined in the calling program.          edited are defined in the calling program.
Line 928  function '.$this->js['prefix'].'filter_h
Line 928  function '.$this->js['prefix'].'filter_h
                                 continue;                                  continue;
                         }                          }
                         if ($this->hidden($k)) {                          if ($this->hidden($k)) {
                                 echo $this->htmlHiddenData($this->fds[$k], $row["qf$k"]);                                  echo $this->htmlHiddenData($this->fds[$k], $this->fdd[$k]['default']);
                                 continue;                                  continue;
                         }                          }
                         $css_postfix    = @$this->fdd[$k]['css']['postfix'];                          $css_postfix    = @$this->fdd[$k]['css']['postfix'];

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top