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.184 and 1.185

version 1.184, 2006/09/04 18:25:29 version 1.185, 2006/09/08 13:54:58
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.183 2006-09-04 18:24:59 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.184 2006-09-04 18:25:29 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 857  function '.$this->js['prefix'].'form_con
Line 857  function '.$this->js['prefix'].'form_con
                                         echo '                                          echo '
                 alert("';                  alert("';
                                         if (isset($this->fdd[$k]['js']['hint'])) {                                          if (isset($this->fdd[$k]['js']['hint'])) {
                                                 echo $this->fdd[$k]['js']['hint'];                                                  echo htmlspecialchars($this->fdd[$k]['js']['hint']);
                                         } else {                                          } else {
                                                 echo $this->labels['Please enter'],' ',$this->fdd[$k]['name'],'.';                                                  echo $this->labels['Please enter'],' ',$this->fdd[$k]['name'],'.';
                                         }                                          }

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185

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