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

Diff for phpMyEdit/phpMyEdit.class.php between version 1.68 and 1.69

version 1.68, 2003/04/05 20:37:42 version 1.69, 2003/04/05 22:20:19
Line 19 
Line 19 
  * http://www.platon.sk/projects/phpMyEdit/   * http://www.platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.67 2003/04/03 00:23:22 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.68 2003/04/05 20:37:42 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 656  class phpMyEdit
Line 656  class phpMyEdit
                  */                   */
                 $page_name = htmlspecialchars($this->page_name);                  $page_name = htmlspecialchars($this->page_name);
   
                 if ($this->add_operation() || $this->change_operation()) {                  if ($this->add_operation() || $this->change_operation() || $this->copy_operation()) {
                         $required_ar = array();                          $required_ar = array();
                         for ($k = 0; $k < $this->num_fds; $k++) {                          for ($k = 0; $k < $this->num_fds; $k++) {
                                 if ($this->displayed[$k] && $this->fdd[$k]['required']                                  if ($this->displayed[$k] && $this->fdd[$k]['required']

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

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