mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 13:22:22 +02:00
483ad2cec4ec98ad7cc7804d586d26e2ad6eda6f
code logic was wrong and it was using an API method that is also buggy => in file /egw/phpwgapi/inc/class.common.inc.php the method cmp_version_long(). 1) the code logic: it get versions for the current app and for the api from file (app/setup/setup.inc.php) and from DB. it loops over this 2 apps (app, and api), and set a $_current to true or false. this variable value is defined by the last app check in the loop (the API) => then if your API version is up to date, your application version is also. which was wrong for me. Well in the attached file i change the code logic.
Description
Web based groupware server written in PHP, forum at https://help.egroupware.org/
address-bookcaldav-servercalendarcarddav-servercollaborationegroupwarejavascriptphpproject-managementwebmail
215 MiB
Languages
PHP
55%
TypeScript
18.5%
JavaScript
10.6%
CSS
10%
Less
2%
Other
3.9%