NEW Implement MAIN_ACTIVATE_FILECACHE on bithday widget

This commit is contained in:
Laurent Destailleur
2023-05-05 13:16:29 +02:00
parent fc1fd81c82
commit 57a9ef35ae
8 changed files with 175 additions and 112 deletions

View File

@@ -3342,9 +3342,9 @@ function dol_cache_refresh($directory, $filename, $cachetime)
/**
* Read object from cachefile.
*
* @param string $directory Directory of cache
* @param string $filename Name of filecache
* @return mixed Unserialise from file
* @param string $directory Directory of cache
* @param string $filename Name of filecache
* @return mixed Unserialise from file
*/
function dol_readcachefile($directory, $filename)
{