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

Diff for phpMyEdit/phpMyEdit.class.php between version 1.123 and 1.124

version 1.123, 2004/03/08 09:43:04 version 1.124, 2004/03/08 09:45:34
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.122 2004/02/23 13:55:41 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.123 2004/03/08 09:43:04 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 1867  function phpMyEdit_filter_handler(theFor
Line 1867  function phpMyEdit_filter_handler(theFor
                         }                          }
                 }                  }
                 $to = $this->fm + $this->inc;                  $to = $this->fm + $this->inc;
                 if ($listall) {                  $qparts['limit'] = $listall ? '' : $this->fm.','.$this->inc;
                         $qparts['limit'] = $this->fm.',-1';  
                 } else {  
                         $qparts['limit'] = $this->fm.','.$this->inc;  
                 }  
   
                 /*                  /*
                  * Main list_table() query                   * Main list_table() query

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

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