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.160 and 1.161

version 1.160, 2005/01/04 09:59:54 version 1.161, 2005/01/09 01:22:12
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.159 2004/12/30 19:58:51 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.160 2005/01/04 09:59:54 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 2661  function '.$this->js['prefix'].'filter_h
Line 2661  function '.$this->js['prefix'].'filter_h
         /*          /*
          * Recreate functions           * Recreate functions
          */           */
         function recreate_fdd() /* {{{ */          function recreate_fdd($default_page_type = 'L') /* {{{ */
         {          {
                 // TODO: one level deeper browsing                  // TODO: one level deeper browsing
                 $this->page_type = 'L'; // list by default                  $this->page_type = $default_page_type;
                 $this->filter_operation() && $this->page_type = 'F';                  $this->filter_operation() && $this->page_type = 'F';
                 $this->view_operation()   && $this->page_type = 'V';                  $this->view_operation()   && $this->page_type = 'V';
                 if ($this->add_operation()                  if ($this->add_operation()

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161

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