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/phpMyEditSetup.php between version 1.49 and 1.50

version 1.49, 2007/06/25 00:21:43 version 1.50, 2007/09/16 12:57:07
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.48 2006-09-09 07:38:54 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEditSetup.php,v 1.49 2007-06-25 00:21:43 nepto Exp $ */
   
 ?>  ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
Line 384  if ((!$dbl) or empty($submit)) {
Line 384  if ((!$dbl) or empty($submit)) {
 /* 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. */
 \$opts['language'] = \$_SERVER['HTTP_ACCEPT_LANGUAGE'];  \$opts['language'] = \$_SERVER['HTTP_ACCEPT_LANGUAGE'] . '-UTF8';
   
 /* Table-level filter capability. If set, it is included in the WHERE clause  /* Table-level filter capability. If set, it is included in the WHERE clause
    of any generated SELECT statement in SQL query. This gives you ability to     of any generated SELECT statement in SQL query. This gives you ability to

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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