From 8d263edf44d74300a6c3b35699798fd3fbedc96f Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 6 Jun 2003 23:10:05 +0000 Subject: [PATCH] Incremented required config.inc.php3 revision number. --- ChangeLog | 14 +++++++++----- libraries/common.lib.php3 | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea07c4e8c..aa0780a7f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-06-07 Alexander M. Turek + * libraries/common.lib.php3: Incremented required config.inc.php3 revision + number. + 2003-06-06 Marc Delisle * Documentation.html, config.inc.php3: new LimitChars behavior @@ -59,7 +63,7 @@ $Source$ setting. 2003-06-03 Garvin Hicking - * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3: + * lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3: (Experimental) New feature - The automatic update of the query window seems to cause some headache for users. They type in their query, want to @@ -71,10 +75,10 @@ $Source$ unchecked to restore previous behaviour. Thanks to Alexander Meis for this suggestion. Optionally we could build in a config variable to override this 'onChange' effect, but I guess it's not necessary. - * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead + * libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead of ereg_replace, because it interprets \0, \1 and so on not as strings but as regex-subpatterns and fails to convert those strings correctly. - We'll have to see if that can be the case on other usages of + We'll have to see if that can be the case on other usages of preg_replace as well. 2003-06-02 Alexander M. Turek @@ -98,7 +102,7 @@ $Source$ 2003-06-02 Marc Delisle ### 2.5.1 released - * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of + * (not in 2.5.1) sql.php3: bug 747451, incorrect detection of PROCEDURE ANALYSE() 2003-06-02 Alexander M. Turek @@ -2042,4 +2046,4 @@ $Source$ # vim: ft=changelog # vim: expandtab ts=4 sw=4 sts=4 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#' -# vim: fdn=1 fdm=expr +# vim: fdn=1 fdm=expr \ No newline at end of file diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 75e0377c4..2715e47e1 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -138,7 +138,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} * Includes compatibility code for older config.inc.php3 revisions * if necessary */ - if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 181) { + if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 185) { include('./libraries/config_import.lib.php3'); }