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.196 and 1.197

version 1.196, 2007/05/05 12:00:51 version 1.197, 2007/07/03 20:01:40
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.195 2007-04-13 10:58:23 michal Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.196 2007-05-05 12:00:51 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 3218  function '.$this->js['prefix'].'filter_h
Line 3218  function '.$this->js['prefix'].'filter_h
                 $this->fdd       = $opts['fdd'];                  $this->fdd       = $opts['fdd'];
                 $this->multiple  = intval($opts['multiple']);                  $this->multiple  = intval($opts['multiple']);
                 $this->multiple <= 0 && $this->multiple = 2;                  $this->multiple <= 0 && $this->multiple = 2;
                 $this->filters   = @$opts['filters'];                  $this->filters   = is_array(@$opts['filters']) ? join(' AND ', $opts['filters']) : @$opts['filters'];
                 $this->triggers  = @$opts['triggers'];                  $this->triggers  = @$opts['triggers'];
                 $this->notify    = @$opts['notify'];                  $this->notify    = @$opts['notify'];
                 $this->logtable  = @$opts['logtable'];                  $this->logtable  = @$opts['logtable'];

Legend:
Removed from v.1.196  
changed lines
  Added in v.1.197

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