bug #1193223, undefined index htmlexcel_null
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
|||||||
2005-05-02 Marc Delisle <lem9@users.sourceforge.net>
|
2005-05-02 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* export.php: bug #1123284, avoid double compression when
|
* export.php: bug #1123284, avoid double compression when
|
||||||
zlib.output_compression is On, thanks to unclef at users.sourceforge.net
|
zlib.output_compression is On, thanks to unclef at users.sourceforge.net
|
||||||
|
* libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
|
||||||
|
thanks to Ryan Schmidt - ryandesign
|
||||||
|
|
||||||
2005-05-01 Marc Delisle <lem9@users.sourceforge.net>
|
2005-05-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* server_status.php: bug #1193225, missing </ul>
|
* server_status.php: bug #1193225, missing </ul>
|
||||||
|
@@ -142,7 +142,7 @@ if (isset($cfg['FileRevision'])) {
|
|||||||
} else {
|
} else {
|
||||||
$cfg['FileRevision'] = array(1, 1);
|
$cfg['FileRevision'] = array(1, 1);
|
||||||
}
|
}
|
||||||
if ($cfg['FileRevision'][0] < 2 || ($cfg['FileRevision'][0] == 2 && $cfg['FileRevision'][1] < 48)) {
|
if ($cfg['FileRevision'][0] < 2 || ($cfg['FileRevision'][0] == 2 && $cfg['FileRevision'][1] < 52)) {
|
||||||
require_once('./libraries/config_import.lib.php');
|
require_once('./libraries/config_import.lib.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user