diff --git a/ChangeLog b/ChangeLog
index 5f7b43eed..3b0eb2b23 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2002-08-14 Loïc Chapeaux
[6.14] How do I set up the SQL validator?
To use it, you need a very recent version of PHP, built with
diff --git a/main.php3 b/main.php3
index 81e360589..e04d9eff7 100755
--- a/main.php3
+++ b/main.php3
@@ -577,8 +577,8 @@ if ($display_pmaAbsoluteUri_warning) {
/**
* Warning if using the default MySQL privileged account
*/
-if ($cfg['Server']['auth_type'] == 'config'
- && $cfg['Server']['user'] == 'root'
+if ($cfg['Server']['auth_type'] == 'config'
+ && $cfg['Server']['user'] == 'root'
&& $cfg['Server']['password'] == '') {
echo '
' . $strInsecureMySQL . '
' . "\n"; } diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 07a75abbe..ff65ebf49 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -47,6 +47,8 @@ Please ensure you have: 3. synchronized the language files: cd lang ./sync_lang.sh + and checked all language files are valid (use + the "./scripts/check_lang.php3" script to do it). Continue (y/n)? END @@ -59,7 +61,7 @@ then fi -if [ -e cvs ]; +if [ -e cvs ]; then mv cvs cvs-`date +%s` fi