Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

Diff for phpMyEdit/phpMyEdit.class.php between version 1.85 and 1.86

version 1.85, 2003/07/09 19:54:30 version 1.86, 2003/07/24 10:49:00
Line 19 
Line 19 
  * http://www.platon.sk/projects/phpMyEdit/   * http://www.platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.84 2003/07/09 19:38:31 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.85 2003/07/09 19:54:30 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 695  class phpMyEdit
Line 695  class phpMyEdit
                                         $this->tabs[$tab] = @$this->fdd[$k]['tab'];                                          $this->tabs[$tab] = @$this->fdd[$k]['tab'];
                                         $tab++;                                          $tab++;
                                 }                                  }
                                 $field_to_tab .= ($tab - 1).', ';                                  $field_to_tab .= max(0, $tab - 1).', ';
                         }                          }
                         if ($this->tabs_enabled()) {                          if ($this->tabs_enabled()) {
                                 // initial TAB styles                                  // initial TAB styles

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

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