N°2996 - Remove iTop version from css-variable.scss

Include images in precompilation check
This commit is contained in:
odain
2020-06-04 08:55:28 +02:00
parent 2d8b888a18
commit 307713d326
93 changed files with 819 additions and 200 deletions

View File

@@ -1858,17 +1858,13 @@ class utils
}
/**
* @deprecated
* @param string $sModuleName
* @return string|NULL compiled version of a given module, as it was seen by the compiler
*/
public static function GetCompiledModuleVersion($sModuleName)
{
$aModulesInfo = GetModulesInfo();
if (array_key_exists($sModuleName, $aModulesInfo))
{
return $aModulesInfo[$sModuleName]['version'];
}
return null;
return static::GetCacheBusterTimestamp();
}
/**