Fixed bug in updater not showing the updater - questions

This commit is contained in:
Florian Aders (EleRas)
2010-05-03 11:45:29 +00:00
parent 01a2690cf1
commit 6ddfe7a378

View File

@@ -46,6 +46,9 @@ function getPreConfig($current_version)
function versionInUpdate($current_version, $version_to_check)
{
if (!isFroxlor()) {
return true;
}
$pos_a = strpos($current_version, '-svn');
$pos_b = strpos($version_to_check, '-svn');
// if we compare svn-versions, we have to add -svn0 to the version