From: cajus Date: Thu, 2 Jun 2005 09:31:26 +0000 (+0000) Subject: Updated due to changes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d5acd0e0ff9a4d39a5369df1a355384619077836;p=gosa.git Updated due to changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@583 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/Changelog b/Changelog index 5987f32df..dccbb546c 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,11 @@ GOsa2 changelog =============== +* gosa 2.4 + - Fixed error handler to be PHP 4.x compatible + - Fixed PHP compatibility problem in setup.php, using ini_get() + instead of ini_get_all() + - Removed grey bar on top of the windows when no using 100% of + the browser window * gosa 2.4beta1 - Override automatically detected user bases if they don't exist diff --git a/TODO b/TODO index ecb6a8f80..91caf6cf5 100644 --- a/TODO +++ b/TODO @@ -6,8 +6,6 @@ Things to fix before 2.4: - shared folders - Kolab disabled -> check. Check is_account! -* set_error_handler seems not to work for PHP 4.1! - Target for 2.5: ===============