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/phpMyEditSetup.php between version 1.39 and 1.40

version 1.39, 2004/11/28 23:16:56 version 1.40, 2005/03/05 11:17:35
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.38 2004/04/20 13:55:45 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.39 2004/11/28 23:16:56 nepto Exp $ */
   
 ?>  ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
Line 289  if ((!$dbl) or empty($submit)) {
Line 289  if ((!$dbl) or empty($submit)) {
         'tabs'  => true          'tabs'  => true
 );  );
   
   // Set default prefixes for variables
   \$opts['js']['prefix']               = 'PME_js_';
   \$opts['dhtml']['prefix']            = 'PME_dhtml_';
   \$opts['cgi']['prefix']['operation'] = 'PME_op_';
   \$opts['cgi']['prefix']['sys']       = 'PME_sys_';
   \$opts['cgi']['prefix']['data']      = 'PME_data_';
   
 /* Get the user's default language and use it if possible or you can  /* Get the user's default language and use it if possible or you can
    specify particular one you want to use. Refer to official documentation     specify particular one you want to use. Refer to official documentation
    for list of available languages. */     for list of available languages. */

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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