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.20 and 1.21

version 1.20, 2002/10/29 15:25:03 version 1.21, 2002/10/29 16:17:57
Line 19 
Line 19 
  * http://www.platon.sk/projects/phpMyEdit/   * http://www.platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.19 2002/10/29 12:35:43 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.20 2002/10/29 15:25:03 nepto Exp $ */
   
 /*      phpMyEdit intro {{{ */  /*      phpMyEdit intro {{{ */
 /*  /*
Line 873  return true;
Line 873  return true;
                                                         $maxwidth = intval($this->fdd[$k]['maxlen']);                                                          $maxwidth = intval($this->fdd[$k]['maxlen']);
                                                         $size = min(60,$maxwidth);                                                          $size = min(60,$maxwidth);
                                                         echo '<input type="text" name="'.$this->fds[$k]                                                          echo '<input type="text" name="'.$this->fds[$k]
                                                                 .'" size="'.$size.'" maxwidth="'.$maxwidth.'" value="'                                                                  .'" size="'.$size.'" maxlength="'.$maxwidth.'" value="'
                                                                 .$this->htmlDisplay($this->fdd[$k],$this->fdd[$k]['default'],                                                                  .$this->htmlDisplay($this->fdd[$k],$this->fdd[$k]['default'],
                                                                                 false, false)                                                                                  false, false)
                                                                 .'" />';                                                                  .'" />';
Line 887  return true;
Line 887  return true;
                                                         $maxwidth = intval($this->fdd[$k]['maxlen']);                                                          $maxwidth = intval($this->fdd[$k]['maxlen']);
                                                         $size = min(60, $maxwidth);                                                          $size = min(60, $maxwidth);
                                                         echo '<input type="text" name="'.$this->fds[$k]                                                          echo '<input type="text" name="'.$this->fds[$k]
                                                                 .'" size="'.$size.'" maxwidth="'.$maxwidth.'" value="'                                                                  .'" size="'.$size.'" maxlength="'.$maxwidth.'" value="'
                                                                 .$this->htmlDisplay($this->fdd[$k],$this->fdd[$k]['default'],                                                                  .$this->htmlDisplay($this->fdd[$k],$this->fdd[$k]['default'],
                                                                                 false, false)                                                                                  false, false)
                                                                 .'" />';                                                                  .'" />';

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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