mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:13 +01:00
Web based groupware server written in PHP, forum at https://help.egroupware.org/
address-bookcaldav-servercalendarcarddav-servercollaborationegroupwarejavascriptphpproject-managementwebmail
483ad2cec4
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. |
||
---|---|---|
addressbook | ||
admin | ||
calendar | ||
doc | ||
etemplate | ||
filemanager | ||
infolog | ||
phpgwapi | ||
preferences | ||
resources | ||
setup | ||
.htaccess | ||
about.php | ||
anon_wrapper.php | ||
header.inc.php.template | ||
home.php | ||
index.php | ||
login.php | ||
logout.php | ||
notify_simple.php | ||
notify.php | ||
redirect.php | ||
set_box.php | ||
soap.php | ||
xmlrpc.php |