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.215 and 1.216

version 1.215, 2011/01/09 18:42:41 version 1.216, 2011/01/09 19:02:27
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.214 2011-01-09 18:02:40 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.215 2011-01-09 18:42:41 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 1620  function '.$this->js['prefix'].'filter_h
Line 1620  function '.$this->js['prefix'].'filter_h
                 return $ret;                  return $ret;
         } /* }}} */          } /* }}} */
   
         function htmlTextarea($name, $css, $k, $value = null, $escape = true)          function htmlTextarea($name, $css, $k, $value = null, $escape = true) /* {{{ */
         {          {
                 $ret = '<textarea class="'.$css.'" name="'.$name.'"';                  $ret = '<textarea class="'.$css.'" name="'.$name.'"';
                 $ret .= ($this->readonly($k) ? ' disabled' : '');                  $ret .= ($this->readonly($k) ? ' disabled' : '');

Legend:
Removed from v.1.215  
changed lines
  Added in v.1.216

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