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.207 and 1.208

version 1.207, 2007/09/22 13:52:49 version 1.208, 2007/09/22 14:45:50
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.206 2007-09-22 13:24:30 michal Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.207 2007-09-22 13:52:49 michal 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 583  class phpMyEdit
Line 583  class phpMyEdit
                         }                          }
                 }                  }
                 $qparts['limit'] = $listall ? '' : $this->sql_limit($this->fm,$this->inc);                  $qparts['limit'] = $listall ? '' : $this->sql_limit($this->fm,$this->inc);
                 $this->sort_fields_w = $sort_fields_w;                  $this->sort_fields_w = $sort_fields_w; // due to display sorting sequence
                 return $qparts;                  return $qparts;
         } /* }}} */          } /* }}} */
   
Line 1553  function '.$this->js['prefix'].'filter_h
Line 1553  function '.$this->js['prefix'].'filter_h
                 if (! is_array($selected)) {                  if (! is_array($selected)) {
                         $selected = $selected === null ? array() : array((string)$selected);                          $selected = $selected === null ? array() : array((string)$selected);
                 } else {                  } else {
                         foreach($selected as $val) $selecte2[]=(string)$val;                          foreach($selected as $val) $selected2[]=(string)$val;
                         $selected = $selected2;                          $selected = $selected2;
                 }                  }
                 $found = false;                  $found = false;

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208

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