MantisBT: master-1.3.x 694873e7

Author Committer Branch Timestamp Parent
atrol atrol master-1.3.x 2016-08-22 10:56 master-1.3.x c7bb7f7a
Affected Issues  0020551: Why does user_cache_database_result() return cache value?
Changeset

Cache latest data in function user_cache_database_result

The functions did not return a value in all cases.
There is no place in code where the return value of the function is used.

The cache was not updated with latest data if's been set before.

Fixes 0020551

mod - core/user_api.php Diff File