backwards compatibility
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-02-24 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* common.lib.php3: Backwards compatibility.
|
||||||
|
|
||||||
2003-02-24 Garvin Hicking <me@supergarv.de>
|
2003-02-24 Garvin Hicking <me@supergarv.de>
|
||||||
Submitted multiple patches from the patch tracker:
|
Submitted multiple patches from the patch tracker:
|
||||||
|
|
||||||
|
@@ -130,7 +130,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
|
|||||||
* Includes compatibility code for older config.inc.php3 revisions
|
* Includes compatibility code for older config.inc.php3 revisions
|
||||||
* if necessary
|
* if necessary
|
||||||
*/
|
*/
|
||||||
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 156) {
|
if (!isset($cfg['FileRevision']) || (int) substr($cfg['FileRevision'], 13, 3) < 161) {
|
||||||
include('./libraries/config_import.lib.php3');
|
include('./libraries/config_import.lib.php3');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user